client/Actualizadores/Form1.Designer.vb

304 lines
13 KiB
VB.net
Raw Normal View History

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmCatalogos
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(frmCatalogos))
Me.BtnBorrar = New System.Windows.Forms.Button()
Me.BntSalie = New System.Windows.Forms.Button()
Me.BtnImprimir = New System.Windows.Forms.Button()
Me.BtnAlta = New System.Windows.Forms.Button()
Me.BtnLimpiar = New System.Windows.Forms.Button()
Me.CMBGrupo = New System.Windows.Forms.ComboBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.PnPais = New System.Windows.Forms.Panel()
Me.cboParamRango = New System.Windows.Forms.ComboBox()
Me.txtValor = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.chkActivo = New System.Windows.Forms.CheckBox()
Me.txtClave = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.GridMaster = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.PnPais.SuspendLayout()
CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'BtnBorrar
'
Me.BtnBorrar.BackColor = System.Drawing.Color.White
Me.BtnBorrar.Cursor = System.Windows.Forms.Cursors.Hand
Me.BtnBorrar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BtnBorrar.ForeColor = System.Drawing.Color.MidnightBlue
Me.BtnBorrar.Image = CType(resources.GetObject("BtnBorrar.Image"), System.Drawing.Image)
Me.BtnBorrar.Location = New System.Drawing.Point(745, 253)
Me.BtnBorrar.Name = "BtnBorrar"
Me.BtnBorrar.Size = New System.Drawing.Size(106, 33)
Me.BtnBorrar.TabIndex = 99
Me.BtnBorrar.Text = "&Borrar"
Me.BtnBorrar.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.BtnBorrar.UseVisualStyleBackColor = True
'
'BntSalie
'
Me.BntSalie.BackColor = System.Drawing.Color.White
Me.BntSalie.Cursor = System.Windows.Forms.Cursors.Hand
Me.BntSalie.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BntSalie.ForeColor = System.Drawing.Color.MidnightBlue
Me.BntSalie.Image = CType(resources.GetObject("BntSalie.Image"), System.Drawing.Image)
Me.BntSalie.Location = New System.Drawing.Point(745, 330)
Me.BntSalie.Name = "BntSalie"
Me.BntSalie.Size = New System.Drawing.Size(106, 33)
Me.BntSalie.TabIndex = 98
Me.BntSalie.Text = "Cerrar"
Me.BntSalie.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.BntSalie.UseVisualStyleBackColor = True
'
'BtnImprimir
'
Me.BtnImprimir.BackColor = System.Drawing.Color.White
Me.BtnImprimir.Cursor = System.Windows.Forms.Cursors.Hand
Me.BtnImprimir.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BtnImprimir.ForeColor = System.Drawing.Color.MidnightBlue
Me.BtnImprimir.Image = CType(resources.GetObject("BtnImprimir.Image"), System.Drawing.Image)
Me.BtnImprimir.Location = New System.Drawing.Point(745, 135)
Me.BtnImprimir.Name = "BtnImprimir"
Me.BtnImprimir.Size = New System.Drawing.Size(106, 33)
Me.BtnImprimir.TabIndex = 97
Me.BtnImprimir.Text = "Exportar"
Me.BtnImprimir.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.BtnImprimir.UseVisualStyleBackColor = True
Me.BtnImprimir.Visible = False
'
'BtnAlta
'
Me.BtnAlta.BackColor = System.Drawing.Color.White
Me.BtnAlta.Cursor = System.Windows.Forms.Cursors.Hand
Me.BtnAlta.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BtnAlta.ForeColor = System.Drawing.Color.MidnightBlue
Me.BtnAlta.Image = CType(resources.GetObject("BtnAlta.Image"), System.Drawing.Image)
Me.BtnAlta.Location = New System.Drawing.Point(745, 214)
Me.BtnAlta.Name = "BtnAlta"
Me.BtnAlta.Size = New System.Drawing.Size(106, 33)
Me.BtnAlta.TabIndex = 96
Me.BtnAlta.Text = "&Grabar"
Me.BtnAlta.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.BtnAlta.UseVisualStyleBackColor = True
'
'BtnLimpiar
'
Me.BtnLimpiar.BackColor = System.Drawing.Color.White
Me.BtnLimpiar.Cursor = System.Windows.Forms.Cursors.Hand
Me.BtnLimpiar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BtnLimpiar.ForeColor = System.Drawing.Color.MidnightBlue
Me.BtnLimpiar.Image = CType(resources.GetObject("BtnLimpiar.Image"), System.Drawing.Image)
Me.BtnLimpiar.Location = New System.Drawing.Point(745, 292)
Me.BtnLimpiar.Name = "BtnLimpiar"
Me.BtnLimpiar.Size = New System.Drawing.Size(106, 33)
Me.BtnLimpiar.TabIndex = 95
Me.BtnLimpiar.Text = "Limpiar"
Me.BtnLimpiar.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.BtnLimpiar.UseVisualStyleBackColor = True
'
'CMBGrupo
'
Me.CMBGrupo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.CMBGrupo.Location = New System.Drawing.Point(235, 79)
Me.CMBGrupo.Name = "CMBGrupo"
Me.CMBGrupo.Size = New System.Drawing.Size(272, 21)
Me.CMBGrupo.TabIndex = 94
'
'Label3
'
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(12, 82)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(235, 18)
Me.Label3.TabIndex = 93
Me.Label3.Text = "Seleccione el Catalogo a Modificar:"
Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue
'
'PnPais
'
Me.PnPais.Controls.Add(Me.cboParamRango)
Me.PnPais.Controls.Add(Me.txtValor)
Me.PnPais.Controls.Add(Me.Label4)
Me.PnPais.Controls.Add(Me.chkActivo)
Me.PnPais.Controls.Add(Me.txtClave)
Me.PnPais.Controls.Add(Me.Label2)
Me.PnPais.Controls.Add(Me.Label1)
Me.PnPais.Location = New System.Drawing.Point(12, 282)
Me.PnPais.Name = "PnPais"
Me.PnPais.Size = New System.Drawing.Size(722, 81)
Me.PnPais.TabIndex = 92
'
'cboParamRango
'
Me.cboParamRango.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
Me.cboParamRango.Location = New System.Drawing.Point(324, 10)
Me.cboParamRango.Name = "cboParamRango"
Me.cboParamRango.Size = New System.Drawing.Size(272, 21)
Me.cboParamRango.TabIndex = 82
Me.cboParamRango.Visible = False
'
'txtValor
'
Me.txtValor.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.txtValor.Location = New System.Drawing.Point(324, 43)
Me.txtValor.Name = "txtValor"
Me.txtValor.Size = New System.Drawing.Size(362, 20)
Me.txtValor.TabIndex = 41
'
'Label4
'
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(202, 46)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(186, 20)
Me.Label4.TabIndex = 40
Me.Label4.Text = "Valor/Descripcion"
Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue
'
'chkActivo
'
Me.chkActivo.Checked = True
Me.chkActivo.CheckState = System.Windows.Forms.CheckState.Checked
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(205, 10)
Me.chkActivo.Name = "chkActivo"
Me.chkActivo.Size = New System.Drawing.Size(72, 21)
Me.chkActivo.TabIndex = 5
Me.chkActivo.Text = "Activo:"
'
'txtClave
'
Me.txtClave.BackColor = System.Drawing.Color.White
Me.txtClave.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.txtClave.Location = New System.Drawing.Point(110, 14)
Me.txtClave.Name = "txtClave"
Me.txtClave.Size = New System.Drawing.Size(56, 20)
Me.txtClave.TabIndex = 1
'
'Label2
'
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(202, 15)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(63, 16)
Me.Label2.TabIndex = 36
Me.Label2.Text = "Nombre:"
Me.Label2.Visible = False
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
'
'Label1
'
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(15, 15)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(64, 16)
Me.Label1.TabIndex = 35
Me.Label1.Text = "Clave País:"
Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue
'
'GridMaster
'
Me.GridMaster.AllowArrows = False
Me.GridMaster.AllowUpdate = False
Me.GridMaster.AllowUpdateOnBlur = False
Me.GridMaster.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.GridMaster.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.GridMaster.EditDropDown = False
Me.GridMaster.GroupByCaption = "AGRUPAR"
Me.GridMaster.Images.Add(CType(resources.GetObject("GridMaster.Images"), System.Drawing.Image))
Me.GridMaster.Location = New System.Drawing.Point(12, 118)
Me.GridMaster.MultiSelect = C1.Win.C1TrueDBGrid.MultiSelectEnum.None
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(722, 145)
Me.GridMaster.TabIndex = 91
Me.GridMaster.Text = "C1TrueDBGrid1"
Me.GridMaster.PropBag = resources.GetString("GridMaster.PropBag")
'
'PictureBox1
'
Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.PictureBox1.ErrorImage = CType(resources.GetObject("PictureBox1.ErrorImage"), System.Drawing.Image)
Me.PictureBox1.Image = Global.CLIENTE.My.Resources.Resources.Logo_Empresa
Me.PictureBox1.Location = New System.Drawing.Point(6, 6)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(122, 38)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 100
Me.PictureBox1.TabStop = False
'
'frmCatalogos
'
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(861, 373)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.BtnBorrar)
Me.Controls.Add(Me.BntSalie)
Me.Controls.Add(Me.BtnImprimir)
Me.Controls.Add(Me.BtnAlta)
Me.Controls.Add(Me.BtnLimpiar)
Me.Controls.Add(Me.CMBGrupo)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.PnPais)
Me.Controls.Add(Me.GridMaster)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmCatalogos"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Catalogos"
Me.PnPais.ResumeLayout(False)
Me.PnPais.PerformLayout()
CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents BtnBorrar As System.Windows.Forms.Button
Friend WithEvents BntSalie As System.Windows.Forms.Button
Friend WithEvents BtnImprimir As System.Windows.Forms.Button
Friend WithEvents BtnAlta As System.Windows.Forms.Button
Friend WithEvents BtnLimpiar As System.Windows.Forms.Button
Friend WithEvents CMBGrupo As System.Windows.Forms.ComboBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents PnPais As System.Windows.Forms.Panel
Friend WithEvents cboParamRango As System.Windows.Forms.ComboBox
Friend WithEvents txtValor As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents chkActivo As System.Windows.Forms.CheckBox
Friend WithEvents txtClave As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents GridMaster As C1.Win.C1TrueDBGrid.C1TrueDBGrid
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
End Class