client/LR/frmListaRSPID.Designer.vb

179 lines
8.0 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmListaRSPID
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(frmListaRSPID))
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.BtnOk = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.txtMotivo = New System.Windows.Forms.TextBox()
Me.lblMotivo = New System.Windows.Forms.Label()
Me.btnLimpiar = New System.Windows.Forms.Button()
CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'GridMaster
'
Me.GridMaster.AllowUpdate = False
Me.GridMaster.AllowUpdateOnBlur = False
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, 12)
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(715, 229)
Me.GridMaster.TabIndex = 77
Me.GridMaster.Text = "C1TrueDBGrid1"
Me.GridMaster.PropBag = resources.GetString("GridMaster.PropBag")
'
'txtNombre
'
Me.txtNombre.Location = New System.Drawing.Point(97, 254)
Me.txtNombre.MaxLength = 50
Me.txtNombre.Name = "txtNombre"
Me.txtNombre.Size = New System.Drawing.Size(388, 20)
Me.txtNombre.TabIndex = 78
'
'Label2
'
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, 257)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(63, 16)
Me.Label2.TabIndex = 79
Me.Label2.Text = "Nombre"
'
'chkActivo
'
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(491, 254)
Me.chkActivo.Name = "chkActivo"
Me.chkActivo.Size = New System.Drawing.Size(109, 21)
Me.chkActivo.TabIndex = 80
Me.chkActivo.Text = "Bloqueado"
'
'BtnOk
'
Me.BtnOk.AutoSize = True
Me.BtnOk.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.BtnOk.ForeColor = System.Drawing.Color.MidnightBlue
Me.BtnOk.Image = Global.CLIENTE.My.Resources.Resources.botonOK
Me.BtnOk.Location = New System.Drawing.Point(621, 254)
Me.BtnOk.Name = "BtnOk"
Me.BtnOk.Size = New System.Drawing.Size(106, 31)
Me.BtnOk.TabIndex = 89
Me.BtnOk.Text = "OK"
Me.BtnOk.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.AutoSize = True
Me.Button1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.Button1.ForeColor = System.Drawing.Color.MidnightBlue
Me.Button1.Image = Global.CLIENTE.My.Resources.Resources.botonExit
Me.Button1.Location = New System.Drawing.Point(621, 291)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(106, 31)
Me.Button1.TabIndex = 88
Me.Button1.Text = "Cerrar"
Me.Button1.UseVisualStyleBackColor = True
'
'txtMotivo
'
Me.txtMotivo.Enabled = False
Me.txtMotivo.Location = New System.Drawing.Point(97, 280)
Me.txtMotivo.Multiline = True
Me.txtMotivo.Name = "txtMotivo"
Me.txtMotivo.Size = New System.Drawing.Size(388, 42)
Me.txtMotivo.TabIndex = 90
'
'lblMotivo
'
Me.lblMotivo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblMotivo.ForeColor = System.Drawing.Color.MidnightBlue
Me.lblMotivo.Location = New System.Drawing.Point(12, 280)
Me.lblMotivo.Name = "lblMotivo"
Me.lblMotivo.Size = New System.Drawing.Size(63, 16)
Me.lblMotivo.TabIndex = 91
Me.lblMotivo.Text = "Razón"
'
'btnLimpiar
'
Me.btnLimpiar.AutoSize = True
Me.btnLimpiar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.btnLimpiar.Image = Global.CLIENTE.My.Resources.Resources.botonErase
Me.btnLimpiar.Location = New System.Drawing.Point(509, 291)
Me.btnLimpiar.Name = "btnLimpiar"
Me.btnLimpiar.Size = New System.Drawing.Size(106, 31)
Me.btnLimpiar.TabIndex = 92
Me.btnLimpiar.UseVisualStyleBackColor = True
'
'frmListaRSPID
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(739, 329)
Me.Controls.Add(Me.btnLimpiar)
Me.Controls.Add(Me.lblMotivo)
Me.Controls.Add(Me.txtMotivo)
Me.Controls.Add(Me.BtnOk)
Me.Controls.Add(Me.Button1)
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.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmListaRSPID"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Lista Restringida SPID"
CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).EndInit()
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 BtnOk As System.Windows.Forms.Button
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents txtMotivo As System.Windows.Forms.TextBox
Friend WithEvents lblMotivo As System.Windows.Forms.Label
Friend WithEvents btnLimpiar As System.Windows.Forms.Button
End Class