220 lines
11 KiB
VB.net
220 lines
11 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmAccesoControl
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form reemplaza a Dispose para limpiar la lista de componentes.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Requerido por el Diseñador de Windows Forms
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
|
|
'Se puede modificar usando el Diseñador de Windows Forms.
|
|
'No lo modifique con el editor de código.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAccesoControl))
|
|
Me.btnCerrar = New System.Windows.Forms.Button()
|
|
Me.btnTerminarSesion = New System.Windows.Forms.Button()
|
|
Me.btnActualizar = New System.Windows.Forms.Button()
|
|
Me.GridMaster = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
|
Me.ClsAccesoControlBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.panel2 = New System.Windows.Forms.Panel()
|
|
Me.Img_logoCabecera = New System.Windows.Forms.PictureBox()
|
|
Me.desHeader = New System.Windows.Forms.Label()
|
|
Me.panel3 = New System.Windows.Forms.Panel()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.lblFooter = New System.Windows.Forms.Label()
|
|
CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.ClsAccesoControlBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.panel2.SuspendLayout()
|
|
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.panel3.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btnCerrar
|
|
'
|
|
Me.btnCerrar.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnCerrar.BackColor = System.Drawing.Color.Black
|
|
Me.btnCerrar.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnCerrar.ForeColor = System.Drawing.Color.White
|
|
Me.btnCerrar.Location = New System.Drawing.Point(560, 339)
|
|
Me.btnCerrar.Name = "btnCerrar"
|
|
Me.btnCerrar.Size = New System.Drawing.Size(118, 28)
|
|
Me.btnCerrar.TabIndex = 3
|
|
Me.btnCerrar.Text = "Cerrar"
|
|
Me.btnCerrar.UseVisualStyleBackColor = False
|
|
'
|
|
'btnTerminarSesion
|
|
'
|
|
Me.btnTerminarSesion.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnTerminarSesion.BackColor = System.Drawing.Color.Black
|
|
Me.btnTerminarSesion.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnTerminarSesion.ForeColor = System.Drawing.Color.White
|
|
Me.btnTerminarSesion.Location = New System.Drawing.Point(560, 305)
|
|
Me.btnTerminarSesion.Name = "btnTerminarSesion"
|
|
Me.btnTerminarSesion.Size = New System.Drawing.Size(118, 28)
|
|
Me.btnTerminarSesion.TabIndex = 2
|
|
Me.btnTerminarSesion.Text = "Liberar sesión"
|
|
Me.btnTerminarSesion.UseVisualStyleBackColor = False
|
|
'
|
|
'btnActualizar
|
|
'
|
|
Me.btnActualizar.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnActualizar.BackColor = System.Drawing.Color.Black
|
|
Me.btnActualizar.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnActualizar.ForeColor = System.Drawing.Color.White
|
|
Me.btnActualizar.Location = New System.Drawing.Point(560, 271)
|
|
Me.btnActualizar.Name = "btnActualizar"
|
|
Me.btnActualizar.Size = New System.Drawing.Size(118, 28)
|
|
Me.btnActualizar.TabIndex = 1
|
|
Me.btnActualizar.Text = "Actualizar"
|
|
Me.btnActualizar.UseVisualStyleBackColor = False
|
|
'
|
|
'GridMaster
|
|
'
|
|
Me.GridMaster.AllowUpdate = False
|
|
Me.GridMaster.AllowUpdateOnBlur = False
|
|
Me.GridMaster.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.GridMaster.BackColor = System.Drawing.Color.White
|
|
Me.GridMaster.EditDropDown = False
|
|
Me.GridMaster.FilterBar = True
|
|
Me.GridMaster.GroupByCaption = "AGRUPAR"
|
|
Me.GridMaster.Images.Add(CType(resources.GetObject("GridMaster.Images"), System.Drawing.Image))
|
|
Me.GridMaster.Location = New System.Drawing.Point(21, 64)
|
|
Me.GridMaster.Name = "GridMaster"
|
|
Me.GridMaster.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
|
Me.GridMaster.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
|
Me.GridMaster.PreviewInfo.ZoomFactor = 75.0R
|
|
Me.GridMaster.PrintInfo.PageSettings = CType(resources.GetObject("GridMaster.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
|
Me.GridMaster.Size = New System.Drawing.Size(533, 303)
|
|
Me.GridMaster.TabIndex = 0
|
|
Me.GridMaster.Text = "C1TrueDBGrid1"
|
|
Me.GridMaster.PropBag = resources.GetString("GridMaster.PropBag")
|
|
'
|
|
'panel2
|
|
'
|
|
Me.panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.panel2.BackColor = System.Drawing.Color.Black
|
|
Me.panel2.Controls.Add(Me.Img_logoCabecera)
|
|
Me.panel2.Controls.Add(Me.desHeader)
|
|
Me.panel2.ForeColor = System.Drawing.Color.Navy
|
|
Me.panel2.Location = New System.Drawing.Point(0, -3)
|
|
Me.panel2.Name = "panel2"
|
|
Me.panel2.Size = New System.Drawing.Size(685, 49)
|
|
Me.panel2.TabIndex = 160
|
|
'
|
|
'Img_logoCabecera
|
|
'
|
|
Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo
|
|
Me.Img_logoCabecera.Location = New System.Drawing.Point(560, 0)
|
|
Me.Img_logoCabecera.Name = "Img_logoCabecera"
|
|
Me.Img_logoCabecera.Size = New System.Drawing.Size(117, 50)
|
|
Me.Img_logoCabecera.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
Me.Img_logoCabecera.TabIndex = 360
|
|
Me.Img_logoCabecera.TabStop = False
|
|
'
|
|
'desHeader
|
|
'
|
|
Me.desHeader.AutoSize = True
|
|
Me.desHeader.BackColor = System.Drawing.Color.Transparent
|
|
Me.desHeader.Font = New System.Drawing.Font("Century Gothic", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.desHeader.ForeColor = System.Drawing.SystemColors.Window
|
|
Me.desHeader.Location = New System.Drawing.Point(21, 8)
|
|
Me.desHeader.Name = "desHeader"
|
|
Me.desHeader.Size = New System.Drawing.Size(149, 22)
|
|
Me.desHeader.TabIndex = 2
|
|
Me.desHeader.Text = "Acceso control"
|
|
'
|
|
'panel3
|
|
'
|
|
Me.panel3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.panel3.BackColor = System.Drawing.Color.Black
|
|
Me.panel3.Controls.Add(Me.Label1)
|
|
Me.panel3.Controls.Add(Me.lblFooter)
|
|
Me.panel3.ForeColor = System.Drawing.Color.Navy
|
|
Me.panel3.Location = New System.Drawing.Point(0, 399)
|
|
Me.panel3.Name = "panel3"
|
|
Me.panel3.Size = New System.Drawing.Size(685, 36)
|
|
Me.panel3.TabIndex = 361
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.BackColor = System.Drawing.Color.Transparent
|
|
Me.Label1.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.ForeColor = System.Drawing.SystemColors.Window
|
|
Me.Label1.Location = New System.Drawing.Point(636, 16)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(42, 17)
|
|
Me.Label1.TabIndex = 3
|
|
Me.Label1.Text = "Minds"
|
|
'
|
|
'lblFooter
|
|
'
|
|
Me.lblFooter.AutoSize = True
|
|
Me.lblFooter.BackColor = System.Drawing.Color.Transparent
|
|
Me.lblFooter.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblFooter.ForeColor = System.Drawing.SystemColors.Window
|
|
Me.lblFooter.Location = New System.Drawing.Point(1019, 7)
|
|
Me.lblFooter.Name = "lblFooter"
|
|
Me.lblFooter.Size = New System.Drawing.Size(42, 17)
|
|
Me.lblFooter.TabIndex = 2
|
|
Me.lblFooter.Text = "Minds"
|
|
'
|
|
'frmAccesoControl
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(681, 432)
|
|
Me.Controls.Add(Me.panel3)
|
|
Me.Controls.Add(Me.panel2)
|
|
Me.Controls.Add(Me.GridMaster)
|
|
Me.Controls.Add(Me.btnActualizar)
|
|
Me.Controls.Add(Me.btnTerminarSesion)
|
|
Me.Controls.Add(Me.btnCerrar)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmAccesoControl"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Control de Accesos"
|
|
CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.ClsAccesoControlBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.panel2.ResumeLayout(False)
|
|
Me.panel2.PerformLayout()
|
|
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.panel3.ResumeLayout(False)
|
|
Me.panel3.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents ClsAccesoControlBindingSource As BindingSource
|
|
Friend WithEvents btnCerrar As Button
|
|
Friend WithEvents btnTerminarSesion As System.Windows.Forms.Button
|
|
Friend WithEvents btnActualizar As System.Windows.Forms.Button
|
|
Friend WithEvents GridMaster As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|
Private WithEvents panel2 As Panel
|
|
Private WithEvents Img_logoCabecera As PictureBox
|
|
Friend WithEvents desHeader As Label
|
|
Private WithEvents panel3 As Panel
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents lblFooter As Label
|
|
End Class
|