391 lines
20 KiB
VB.net
391 lines
20 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmSucursal
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<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
|
|
|
|
'Required by the Windows Form Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Windows Form Designer
|
|
'It can be modified using the Windows Form Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSucursal))
|
|
Me.GridMaster = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
|
Me.txtNombre = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.chkActivo = New System.Windows.Forms.CheckBox()
|
|
Me.BtnAgregar = New System.Windows.Forms.Button()
|
|
Me.BtnOk = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.BtnEditar = New System.Windows.Forms.Button()
|
|
Me.lblAlias = New System.Windows.Forms.Label()
|
|
Me.lblCP = New System.Windows.Forms.Label()
|
|
Me.txtAlias = New System.Windows.Forms.TextBox()
|
|
Me.txtCP = New System.Windows.Forms.TextBox()
|
|
Me.cboEstado = New System.Windows.Forms.ComboBox()
|
|
Me.lblEdo = New System.Windows.Forms.Label()
|
|
Me.cboPlaza = New System.Windows.Forms.ComboBox()
|
|
Me.d = New System.Windows.Forms.Label()
|
|
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.Label6 = New System.Windows.Forms.Label()
|
|
Me.lblFooter = New System.Windows.Forms.Label()
|
|
CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.panel2.SuspendLayout()
|
|
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.panel3.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'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(12, 41)
|
|
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(482, 229)
|
|
Me.GridMaster.TabIndex = 77
|
|
Me.GridMaster.Text = "C1TrueDBGrid1"
|
|
Me.GridMaster.PropBag = resources.GetString("GridMaster.PropBag")
|
|
'
|
|
'txtNombre
|
|
'
|
|
Me.txtNombre.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.txtNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
|
Me.txtNombre.Location = New System.Drawing.Point(97, 283)
|
|
Me.txtNombre.MaxLength = 50
|
|
Me.txtNombre.Name = "txtNombre"
|
|
Me.txtNombre.Size = New System.Drawing.Size(316, 20)
|
|
Me.txtNombre.TabIndex = 78
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.Label2.Location = New System.Drawing.Point(12, 286)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(63, 16)
|
|
Me.Label2.TabIndex = 79
|
|
Me.Label2.Text = "Nombre"
|
|
'
|
|
'chkActivo
|
|
'
|
|
Me.chkActivo.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.chkActivo.Enabled = False
|
|
Me.chkActivo.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.chkActivo.ForeColor = System.Drawing.Color.Red
|
|
Me.chkActivo.Location = New System.Drawing.Point(422, 286)
|
|
Me.chkActivo.Name = "chkActivo"
|
|
Me.chkActivo.Size = New System.Drawing.Size(72, 21)
|
|
Me.chkActivo.TabIndex = 80
|
|
Me.chkActivo.Text = "Activa"
|
|
'
|
|
'BtnAgregar
|
|
'
|
|
Me.BtnAgregar.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.BtnAgregar.BackColor = System.Drawing.Color.Black
|
|
Me.BtnAgregar.ForeColor = System.Drawing.Color.White
|
|
Me.BtnAgregar.Location = New System.Drawing.Point(502, 237)
|
|
Me.BtnAgregar.Name = "BtnAgregar"
|
|
Me.BtnAgregar.Size = New System.Drawing.Size(106, 33)
|
|
Me.BtnAgregar.TabIndex = 90
|
|
Me.BtnAgregar.Text = "Agregar"
|
|
Me.BtnAgregar.UseVisualStyleBackColor = False
|
|
'
|
|
'BtnOk
|
|
'
|
|
Me.BtnOk.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.BtnOk.BackColor = System.Drawing.Color.Black
|
|
Me.BtnOk.ForeColor = System.Drawing.Color.White
|
|
Me.BtnOk.Location = New System.Drawing.Point(502, 315)
|
|
Me.BtnOk.Name = "BtnOk"
|
|
Me.BtnOk.Size = New System.Drawing.Size(106, 33)
|
|
Me.BtnOk.TabIndex = 89
|
|
Me.BtnOk.Text = "Guardar"
|
|
Me.BtnOk.UseVisualStyleBackColor = False
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Button1.BackColor = System.Drawing.Color.Black
|
|
Me.Button1.ForeColor = System.Drawing.Color.White
|
|
Me.Button1.Location = New System.Drawing.Point(502, 355)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(106, 33)
|
|
Me.Button1.TabIndex = 88
|
|
Me.Button1.Text = "Cerrar"
|
|
Me.Button1.UseVisualStyleBackColor = False
|
|
'
|
|
'BtnEditar
|
|
'
|
|
Me.BtnEditar.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.BtnEditar.BackColor = System.Drawing.Color.Black
|
|
Me.BtnEditar.ForeColor = System.Drawing.Color.White
|
|
Me.BtnEditar.Location = New System.Drawing.Point(502, 276)
|
|
Me.BtnEditar.Name = "BtnEditar"
|
|
Me.BtnEditar.Size = New System.Drawing.Size(106, 33)
|
|
Me.BtnEditar.TabIndex = 87
|
|
Me.BtnEditar.Text = "Editar"
|
|
Me.BtnEditar.UseVisualStyleBackColor = False
|
|
'
|
|
'lblAlias
|
|
'
|
|
Me.lblAlias.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.lblAlias.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAlias.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.lblAlias.Location = New System.Drawing.Point(12, 312)
|
|
Me.lblAlias.Name = "lblAlias"
|
|
Me.lblAlias.Size = New System.Drawing.Size(63, 16)
|
|
Me.lblAlias.TabIndex = 91
|
|
Me.lblAlias.Text = "Alias"
|
|
'
|
|
'lblCP
|
|
'
|
|
Me.lblCP.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.lblCP.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblCP.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.lblCP.Location = New System.Drawing.Point(245, 313)
|
|
Me.lblCP.Name = "lblCP"
|
|
Me.lblCP.Size = New System.Drawing.Size(83, 16)
|
|
Me.lblCP.TabIndex = 92
|
|
Me.lblCP.Text = "Codigo Postal"
|
|
'
|
|
'txtAlias
|
|
'
|
|
Me.txtAlias.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.txtAlias.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
|
Me.txtAlias.Location = New System.Drawing.Point(97, 309)
|
|
Me.txtAlias.MaxLength = 50
|
|
Me.txtAlias.Name = "txtAlias"
|
|
Me.txtAlias.Size = New System.Drawing.Size(101, 20)
|
|
Me.txtAlias.TabIndex = 93
|
|
'
|
|
'txtCP
|
|
'
|
|
Me.txtCP.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.txtCP.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
|
Me.txtCP.Location = New System.Drawing.Point(327, 309)
|
|
Me.txtCP.MaxLength = 5
|
|
Me.txtCP.Name = "txtCP"
|
|
Me.txtCP.Size = New System.Drawing.Size(86, 20)
|
|
Me.txtCP.TabIndex = 94
|
|
'
|
|
'cboEstado
|
|
'
|
|
Me.cboEstado.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.cboEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboEstado.Location = New System.Drawing.Point(97, 335)
|
|
Me.cboEstado.Name = "cboEstado"
|
|
Me.cboEstado.Size = New System.Drawing.Size(316, 21)
|
|
Me.cboEstado.TabIndex = 95
|
|
'
|
|
'lblEdo
|
|
'
|
|
Me.lblEdo.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.lblEdo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblEdo.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.lblEdo.Location = New System.Drawing.Point(12, 338)
|
|
Me.lblEdo.Name = "lblEdo"
|
|
Me.lblEdo.Size = New System.Drawing.Size(71, 16)
|
|
Me.lblEdo.TabIndex = 96
|
|
Me.lblEdo.Text = "Estado"
|
|
'
|
|
'cboPlaza
|
|
'
|
|
Me.cboPlaza.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.cboPlaza.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboPlaza.Location = New System.Drawing.Point(97, 362)
|
|
Me.cboPlaza.Name = "cboPlaza"
|
|
Me.cboPlaza.Size = New System.Drawing.Size(316, 21)
|
|
Me.cboPlaza.TabIndex = 97
|
|
'
|
|
'd
|
|
'
|
|
Me.d.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.d.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.d.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.d.Location = New System.Drawing.Point(12, 365)
|
|
Me.d.Name = "d"
|
|
Me.d.Size = New System.Drawing.Size(71, 16)
|
|
Me.d.TabIndex = 98
|
|
Me.d.Text = "Plaza"
|
|
'
|
|
'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, -5)
|
|
Me.panel2.Name = "panel2"
|
|
Me.panel2.Size = New System.Drawing.Size(617, 40)
|
|
Me.panel2.TabIndex = 164
|
|
'
|
|
'Img_logoCabecera
|
|
'
|
|
Me.Img_logoCabecera.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo
|
|
Me.Img_logoCabecera.Location = New System.Drawing.Point(491, -11)
|
|
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(151, 22)
|
|
Me.DesHeader.TabIndex = 2
|
|
Me.DesHeader.Text = "Reportes CNBV"
|
|
'
|
|
'panel3
|
|
'
|
|
Me.panel3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom 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.Label6)
|
|
Me.panel3.Controls.Add(Me.lblFooter)
|
|
Me.panel3.ForeColor = System.Drawing.Color.Navy
|
|
Me.panel3.Location = New System.Drawing.Point(0, 409)
|
|
Me.panel3.Name = "panel3"
|
|
Me.panel3.Size = New System.Drawing.Size(630, 34)
|
|
Me.panel3.TabIndex = 365
|
|
'
|
|
'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(557, 2)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(42, 17)
|
|
Me.Label1.TabIndex = 4
|
|
Me.Label1.Text = "Minds"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.BackColor = System.Drawing.Color.Transparent
|
|
Me.Label6.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label6.ForeColor = System.Drawing.SystemColors.Window
|
|
Me.Label6.Location = New System.Drawing.Point(682, 5)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(42, 17)
|
|
Me.Label6.TabIndex = 3
|
|
Me.Label6.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"
|
|
'
|
|
'frmSucursal
|
|
'
|
|
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(610, 438)
|
|
Me.Controls.Add(Me.panel3)
|
|
Me.Controls.Add(Me.panel2)
|
|
Me.Controls.Add(Me.cboPlaza)
|
|
Me.Controls.Add(Me.d)
|
|
Me.Controls.Add(Me.cboEstado)
|
|
Me.Controls.Add(Me.lblEdo)
|
|
Me.Controls.Add(Me.txtCP)
|
|
Me.Controls.Add(Me.txtAlias)
|
|
Me.Controls.Add(Me.lblCP)
|
|
Me.Controls.Add(Me.lblAlias)
|
|
Me.Controls.Add(Me.BtnAgregar)
|
|
Me.Controls.Add(Me.BtnOk)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.BtnEditar)
|
|
Me.Controls.Add(Me.chkActivo)
|
|
Me.Controls.Add(Me.txtNombre)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.GridMaster)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmSucursal"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Sucursales"
|
|
CType(Me.GridMaster, 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)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents GridMaster As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|
Friend WithEvents txtNombre As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents chkActivo As System.Windows.Forms.CheckBox
|
|
Friend WithEvents BtnAgregar As System.Windows.Forms.Button
|
|
Friend WithEvents BtnOk As System.Windows.Forms.Button
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents BtnEditar As System.Windows.Forms.Button
|
|
Friend WithEvents lblAlias As System.Windows.Forms.Label
|
|
Friend WithEvents lblCP As System.Windows.Forms.Label
|
|
Friend WithEvents txtAlias As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtCP As System.Windows.Forms.TextBox
|
|
Friend WithEvents cboEstado As System.Windows.Forms.ComboBox
|
|
Friend WithEvents lblEdo As System.Windows.Forms.Label
|
|
Friend WithEvents cboPlaza As System.Windows.Forms.ComboBox
|
|
Friend WithEvents d As System.Windows.Forms.Label
|
|
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 Label6 As Label
|
|
Friend WithEvents lblFooter As Label
|
|
End Class
|