Partial Class frmParamsGral Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. 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. Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmParamsGral)) Me.GridMaster = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.txtNombre = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() 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.txtValor = New System.Windows.Forms.TextBox() Me.lblTraduccion = New System.Windows.Forms.Label() Me.chkActivo = New System.Windows.Forms.CheckBox() 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 = "Drag a column header here to group by that column" 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(482, 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(316, 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.Navy 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" ' 'BtnAgregar ' Me.BtnAgregar.BackColor = System.Drawing.SystemColors.Control Me.BtnAgregar.ForeColor = System.Drawing.Color.MidnightBlue Me.BtnAgregar.Location = New System.Drawing.Point(500, 129) Me.BtnAgregar.Name = "BtnAgregar" Me.BtnAgregar.Size = New System.Drawing.Size(106, 33) Me.BtnAgregar.TabIndex = 90 Me.BtnAgregar.Text = "Agregar" Me.BtnAgregar.UseVisualStyleBackColor = True Me.BtnAgregar.Visible = False ' 'BtnOk ' Me.BtnOk.ForeColor = System.Drawing.Color.MidnightBlue Me.BtnOk.Location = New System.Drawing.Point(500, 207) Me.BtnOk.Name = "BtnOk" Me.BtnOk.Size = New System.Drawing.Size(106, 33) Me.BtnOk.TabIndex = 89 Me.BtnOk.Text = "Guardar" Me.BtnOk.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.ForeColor = System.Drawing.Color.MidnightBlue Me.Button1.Location = New System.Drawing.Point(500, 247) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(106, 33) Me.Button1.TabIndex = 88 Me.Button1.Text = "Cerrar" Me.Button1.UseVisualStyleBackColor = True ' 'BtnEditar ' Me.BtnEditar.ForeColor = System.Drawing.Color.MidnightBlue Me.BtnEditar.Location = New System.Drawing.Point(500, 168) Me.BtnEditar.Name = "BtnEditar" Me.BtnEditar.Size = New System.Drawing.Size(106, 33) Me.BtnEditar.TabIndex = 87 Me.BtnEditar.Text = "Editar" Me.BtnEditar.UseVisualStyleBackColor = True ' 'txtValor ' Me.txtValor.Location = New System.Drawing.Point(97, 280) Me.txtValor.MaxLength = 50 Me.txtValor.Name = "txtValor" Me.txtValor.Size = New System.Drawing.Size(316, 20) Me.txtValor.TabIndex = 91 ' 'lblTraduccion ' Me.lblTraduccion.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblTraduccion.ForeColor = System.Drawing.Color.Navy Me.lblTraduccion.Location = New System.Drawing.Point(12, 283) Me.lblTraduccion.Name = "lblTraduccion" Me.lblTraduccion.Size = New System.Drawing.Size(79, 16) Me.lblTraduccion.TabIndex = 92 Me.lblTraduccion.Text = "Valor" ' 'chkActivo ' Me.chkActivo.Enabled = False Me.chkActivo.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.chkActivo.ForeColor = System.Drawing.Color.Red Me.chkActivo.Location = New System.Drawing.Point(341, 283) Me.chkActivo.Name = "chkActivo" Me.chkActivo.Size = New System.Drawing.Size(72, 21) Me.chkActivo.TabIndex = 93 Me.chkActivo.Text = "Activa" Me.chkActivo.Visible = False ' 'frmParamsGral ' 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, 313) Me.Controls.Add(Me.chkActivo) Me.Controls.Add(Me.txtValor) Me.Controls.Add(Me.lblTraduccion) Me.Controls.Add(Me.BtnAgregar) Me.Controls.Add(Me.BtnOk) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.BtnEditar) 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 = "frmParamsGral" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Parámetros Generales" 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 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 txtValor As System.Windows.Forms.TextBox Friend WithEvents lblTraduccion As System.Windows.Forms.Label Friend WithEvents chkActivo As CheckBox End Class