Public Class CatFuncionario Inherits System.Windows.Forms.Form Dim clCmpPla As New clsComplejo() Dim clCmpEdo As New clsComplejo() Dim clCmpTip As New clsComplejo() Private dtEstado As New DataTable() Private dtSucursal As New DataTable() Private dtTipoEmpleado As New DataTable() Private dtOrigenTabla As New DataTable() Private Command As New Command() Private ClaveSistema As String Private ActualizaClave As Boolean Private ActualizaFuncionario As Boolean #Region " Código generado por el Diseñador de Windows Forms " Public Sub New() MyBase.New() 'El Diseñador de Windows Forms requiere esta llamada. InitializeComponent() 'Agregar cualquier inicialización después de la llamada a InitializeComponent() End Sub 'Form reemplaza a Dispose para limpiar la lista de componentes. Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean) If disposing Then If Not (components Is Nothing) Then components.Dispose() End If End If MyBase.Dispose(disposing) End Sub 'Requerido por el Diseñador de Windows Forms Private components As System.ComponentModel.IContainer 'NOTA: el Diseñador de Windows Forms requiere el siguiente procedimiento 'Puede modificarse utilizando el Diseñador de Windows Forms. 'No lo modifique con el editor de código. Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents txtNombre As System.Windows.Forms.TextBox Friend WithEvents txtClave As System.Windows.Forms.TextBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents Label15 As System.Windows.Forms.Label Friend WithEvents Label17 As System.Windows.Forms.Label Friend WithEvents chkActivo As System.Windows.Forms.CheckBox Friend WithEvents txtNumero As System.Windows.Forms.TextBox Friend WithEvents txtPaterno As System.Windows.Forms.TextBox Friend WithEvents txtMaterno As System.Windows.Forms.TextBox Friend WithEvents txtPuesto As System.Windows.Forms.TextBox Friend WithEvents txtDepartamento As System.Windows.Forms.TextBox Friend WithEvents txtArea As System.Windows.Forms.TextBox Friend WithEvents txtNacionalidad As System.Windows.Forms.TextBox Friend WithEvents txtCalle As System.Windows.Forms.TextBox Friend WithEvents txtColonia As System.Windows.Forms.TextBox Friend WithEvents cboEstado As System.Windows.Forms.ComboBox Friend WithEvents txtTelefono As System.Windows.Forms.TextBox Friend WithEvents txtCURP As System.Windows.Forms.TextBox Friend WithEvents tlbCorteCaja As System.Windows.Forms.ToolBar Friend WithEvents btnAgrergar As System.Windows.Forms.ToolBarButton Friend WithEvents btnActualizar As System.Windows.Forms.ToolBarButton Friend WithEvents btnEliminar As System.Windows.Forms.ToolBarButton Friend WithEvents btnAlias As System.Windows.Forms.ToolBarButton Friend WithEvents btnSalir As System.Windows.Forms.ToolBarButton Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents txtRFC As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents txtDelegacion As System.Windows.Forms.TextBox Friend WithEvents Label20 As System.Windows.Forms.Label Friend WithEvents txtCiudad As System.Windows.Forms.TextBox Friend WithEvents txtCp As System.Windows.Forms.TextBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents pnlBotones As System.Windows.Forms.Panel Friend WithEvents btnAceptar As System.Windows.Forms.Button Friend WithEvents btnCancelar As System.Windows.Forms.Button Friend WithEvents cboSucursal As System.Windows.Forms.ComboBox Friend WithEvents Label18 As System.Windows.Forms.Label Friend WithEvents Label21 As System.Windows.Forms.Label Friend WithEvents cboTipEmp As System.Windows.Forms.ComboBox Friend WithEvents Clave As System.Windows.Forms.ToolBarButton Friend WithEvents lblSistema As System.Windows.Forms.Label Friend WithEvents lblClave As System.Windows.Forms.Label Friend WithEvents cboSistema As System.Windows.Forms.ComboBox Friend WithEvents txtClaveSist As System.Windows.Forms.TextBox Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(CatFuncionario)) Me.Label1 = New System.Windows.Forms.Label Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.Label2 = New System.Windows.Forms.Label Me.Button1 = New System.Windows.Forms.Button Me.txtNombre = New System.Windows.Forms.TextBox Me.txtClave = New System.Windows.Forms.TextBox Me.Label6 = New System.Windows.Forms.Label Me.txtNumero = New System.Windows.Forms.TextBox Me.Label7 = New System.Windows.Forms.Label Me.txtPaterno = New System.Windows.Forms.TextBox Me.Label8 = New System.Windows.Forms.Label Me.txtMaterno = New System.Windows.Forms.TextBox Me.Label9 = New System.Windows.Forms.Label Me.txtPuesto = New System.Windows.Forms.TextBox Me.Label10 = New System.Windows.Forms.Label Me.txtDepartamento = New System.Windows.Forms.TextBox Me.Label11 = New System.Windows.Forms.Label Me.txtArea = New System.Windows.Forms.TextBox Me.Label13 = New System.Windows.Forms.Label Me.txtNacionalidad = New System.Windows.Forms.TextBox Me.Label4 = New System.Windows.Forms.Label Me.txtCalle = New System.Windows.Forms.TextBox Me.Label5 = New System.Windows.Forms.Label Me.txtColonia = New System.Windows.Forms.TextBox Me.Label14 = New System.Windows.Forms.Label Me.cboEstado = New System.Windows.Forms.ComboBox Me.Label15 = New System.Windows.Forms.Label Me.txtTelefono = New System.Windows.Forms.TextBox Me.Label17 = New System.Windows.Forms.Label Me.txtCURP = New System.Windows.Forms.TextBox Me.chkActivo = New System.Windows.Forms.CheckBox Me.tlbCorteCaja = New System.Windows.Forms.ToolBar Me.btnAgrergar = New System.Windows.Forms.ToolBarButton Me.btnActualizar = New System.Windows.Forms.ToolBarButton Me.btnEliminar = New System.Windows.Forms.ToolBarButton Me.btnAlias = New System.Windows.Forms.ToolBarButton Me.Clave = New System.Windows.Forms.ToolBarButton Me.btnSalir = New System.Windows.Forms.ToolBarButton Me.Label16 = New System.Windows.Forms.Label Me.txtRFC = New System.Windows.Forms.TextBox Me.Label3 = New System.Windows.Forms.Label Me.txtCp = New System.Windows.Forms.TextBox Me.Label12 = New System.Windows.Forms.Label Me.txtDelegacion = New System.Windows.Forms.TextBox Me.Label20 = New System.Windows.Forms.Label Me.txtCiudad = New System.Windows.Forms.TextBox Me.pnlBotones = New System.Windows.Forms.Panel Me.btnAceptar = New System.Windows.Forms.Button Me.btnCancelar = New System.Windows.Forms.Button Me.cboSucursal = New System.Windows.Forms.ComboBox Me.Label18 = New System.Windows.Forms.Label Me.Label21 = New System.Windows.Forms.Label Me.cboTipEmp = New System.Windows.Forms.ComboBox Me.cboSistema = New System.Windows.Forms.ComboBox Me.txtClaveSist = New System.Windows.Forms.TextBox Me.lblSistema = New System.Windows.Forms.Label Me.lblClave = New System.Windows.Forms.Label Me.GroupBox1 = New System.Windows.Forms.GroupBox Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid Me.pnlBotones.SuspendLayout() Me.GroupBox1.SuspendLayout() CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '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(8, 64) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(112, 16) Me.Label1.TabIndex = 56 Me.Label1.Text = "Clave Funcionario :" ' 'ImageList1 ' Me.ImageList1.ImageSize = New System.Drawing.Size(16, 16) Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageList1.TransparentColor = System.Drawing.Color.Turquoise ' '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(-18, 98) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(104, 16) Me.Label2.TabIndex = 57 Me.Label2.Text = "Nombre :" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Button1 ' Me.Button1.BackColor = System.Drawing.SystemColors.Control Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button1.Location = New System.Drawing.Point(640, 590) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(104, 24) Me.Button1.TabIndex = 103 Me.Button1.Text = "Alias ..." Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txtNombre ' Me.txtNombre.BackColor = System.Drawing.Color.White Me.txtNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtNombre.Location = New System.Drawing.Point(90, 90) Me.txtNombre.Name = "txtNombre" Me.txtNombre.Size = New System.Drawing.Size(232, 20) Me.txtNombre.TabIndex = 3 Me.txtNombre.Text = "" ' 'txtClave ' Me.txtClave.BackColor = System.Drawing.Color.White Me.txtClave.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtClave.Location = New System.Drawing.Point(112, 64) Me.txtClave.Name = "txtClave" Me.txtClave.ReadOnly = True Me.txtClave.Size = New System.Drawing.Size(56, 20) Me.txtClave.TabIndex = 20 Me.txtClave.Text = "" ' 'Label6 ' Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(176, 64) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(88, 16) Me.Label6.TabIndex = 63 Me.Label6.Text = "No. Empleado:" ' 'txtNumero ' Me.txtNumero.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtNumero.Location = New System.Drawing.Point(272, 64) Me.txtNumero.Name = "txtNumero" Me.txtNumero.Size = New System.Drawing.Size(50, 20) Me.txtNumero.TabIndex = 1 Me.txtNumero.Text = "" ' 'Label7 ' Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.Location = New System.Drawing.Point(-18, 130) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(104, 16) Me.Label7.TabIndex = 65 Me.Label7.Text = "Paterno :" Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txtPaterno ' Me.txtPaterno.BackColor = System.Drawing.Color.White Me.txtPaterno.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtPaterno.Location = New System.Drawing.Point(90, 122) Me.txtPaterno.Name = "txtPaterno" Me.txtPaterno.Size = New System.Drawing.Size(232, 20) Me.txtPaterno.TabIndex = 4 Me.txtPaterno.Text = "" ' 'Label8 ' Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.Location = New System.Drawing.Point(-18, 162) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(104, 16) Me.Label8.TabIndex = 67 Me.Label8.Text = "Materno :" Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txtMaterno ' Me.txtMaterno.BackColor = System.Drawing.Color.White Me.txtMaterno.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtMaterno.Location = New System.Drawing.Point(90, 154) Me.txtMaterno.Name = "txtMaterno" Me.txtMaterno.Size = New System.Drawing.Size(232, 20) Me.txtMaterno.TabIndex = 5 Me.txtMaterno.Text = "" ' 'Label9 ' Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label9.Location = New System.Drawing.Point(392, 256) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(48, 16) Me.Label9.TabIndex = 69 Me.Label9.Text = "Puesto:" ' 'txtPuesto ' Me.txtPuesto.BackColor = System.Drawing.Color.White Me.txtPuesto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtPuesto.Location = New System.Drawing.Point(440, 254) Me.txtPuesto.Name = "txtPuesto" Me.txtPuesto.Size = New System.Drawing.Size(130, 20) Me.txtPuesto.TabIndex = 18 Me.txtPuesto.Text = "" ' 'Label10 ' Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label10.Location = New System.Drawing.Point(352, 228) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(88, 16) Me.Label10.TabIndex = 71 Me.Label10.Text = "Departamento:" ' 'txtDepartamento ' Me.txtDepartamento.BackColor = System.Drawing.Color.White Me.txtDepartamento.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtDepartamento.Location = New System.Drawing.Point(438, 224) Me.txtDepartamento.Name = "txtDepartamento" Me.txtDepartamento.Size = New System.Drawing.Size(132, 20) Me.txtDepartamento.TabIndex = 17 Me.txtDepartamento.Text = "" ' 'Label11 ' Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label11.Location = New System.Drawing.Point(402, 200) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(32, 16) Me.Label11.TabIndex = 73 Me.Label11.Text = "Área:" ' 'txtArea ' Me.txtArea.BackColor = System.Drawing.Color.White Me.txtArea.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtArea.Location = New System.Drawing.Point(438, 196) Me.txtArea.Name = "txtArea" Me.txtArea.Size = New System.Drawing.Size(132, 20) Me.txtArea.TabIndex = 16 Me.txtArea.Text = "" ' 'Label13 ' Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label13.Location = New System.Drawing.Point(348, 166) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(84, 16) Me.Label13.TabIndex = 77 Me.Label13.Text = "Nacionalidad:" ' 'txtNacionalidad ' Me.txtNacionalidad.BackColor = System.Drawing.Color.White Me.txtNacionalidad.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtNacionalidad.Location = New System.Drawing.Point(438, 164) Me.txtNacionalidad.Name = "txtNacionalidad" Me.txtNacionalidad.Size = New System.Drawing.Size(132, 20) Me.txtNacionalidad.TabIndex = 15 Me.txtNacionalidad.Text = "" ' '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(-18, 194) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(104, 16) Me.Label4.TabIndex = 79 Me.Label4.Text = "Calle y No." Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txtCalle ' Me.txtCalle.BackColor = System.Drawing.Color.White Me.txtCalle.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtCalle.Location = New System.Drawing.Point(90, 186) Me.txtCalle.Name = "txtCalle" Me.txtCalle.Size = New System.Drawing.Size(232, 20) Me.txtCalle.TabIndex = 6 Me.txtCalle.Text = "" ' 'Label5 ' Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(-18, 226) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(104, 16) Me.Label5.TabIndex = 81 Me.Label5.Text = "Colonia :" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txtColonia ' Me.txtColonia.BackColor = System.Drawing.Color.White Me.txtColonia.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtColonia.Location = New System.Drawing.Point(90, 218) Me.txtColonia.Name = "txtColonia" Me.txtColonia.Size = New System.Drawing.Size(232, 20) Me.txtColonia.TabIndex = 7 Me.txtColonia.Text = "" ' 'Label14 ' Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label14.Location = New System.Drawing.Point(-18, 314) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(104, 16) Me.Label14.TabIndex = 83 Me.Label14.Text = "Estado :" Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'cboEstado ' Me.cboEstado.Location = New System.Drawing.Point(90, 314) Me.cboEstado.Name = "cboEstado" Me.cboEstado.Size = New System.Drawing.Size(232, 21) Me.cboEstado.TabIndex = 10 ' 'Label15 ' Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label15.Location = New System.Drawing.Point(380, 136) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(56, 16) Me.Label15.TabIndex = 85 Me.Label15.Text = "Teléfono:" ' 'txtTelefono ' Me.txtTelefono.BackColor = System.Drawing.Color.White Me.txtTelefono.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtTelefono.Location = New System.Drawing.Point(438, 132) Me.txtTelefono.Name = "txtTelefono" Me.txtTelefono.Size = New System.Drawing.Size(132, 20) Me.txtTelefono.TabIndex = 14 Me.txtTelefono.Text = "" ' 'Label17 ' Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label17.Location = New System.Drawing.Point(396, 104) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(40, 16) Me.Label17.TabIndex = 89 Me.Label17.Text = "CURP:" ' 'txtCURP ' Me.txtCURP.BackColor = System.Drawing.Color.White Me.txtCURP.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtCURP.Location = New System.Drawing.Point(438, 100) Me.txtCURP.Name = "txtCURP" Me.txtCURP.Size = New System.Drawing.Size(132, 20) Me.txtCURP.TabIndex = 13 Me.txtCURP.Text = "" ' 'chkActivo ' Me.chkActivo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, 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(664, 152) Me.chkActivo.Name = "chkActivo" Me.chkActivo.Size = New System.Drawing.Size(64, 16) Me.chkActivo.TabIndex = 2 Me.chkActivo.Text = "Activo" Me.chkActivo.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'tlbCorteCaja ' Me.tlbCorteCaja.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.tlbCorteCaja.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.btnAgrergar, Me.btnActualizar, Me.btnEliminar, Me.btnAlias, Me.Clave, Me.btnSalir}) Me.tlbCorteCaja.ButtonSize = New System.Drawing.Size(75, 40) Me.tlbCorteCaja.DropDownArrows = True Me.tlbCorteCaja.ImageList = Me.ImageList1 Me.tlbCorteCaja.Location = New System.Drawing.Point(0, 0) Me.tlbCorteCaja.Name = "tlbCorteCaja" Me.tlbCorteCaja.ShowToolTips = True Me.tlbCorteCaja.Size = New System.Drawing.Size(786, 47) Me.tlbCorteCaja.TabIndex = 94 ' 'btnAgrergar ' Me.btnAgrergar.ImageIndex = 0 Me.btnAgrergar.Text = "Agregar" ' 'btnActualizar ' Me.btnActualizar.ImageIndex = 5 Me.btnActualizar.Text = "Actualizar" ' 'btnEliminar ' Me.btnEliminar.ImageIndex = 1 Me.btnEliminar.Text = "Eliminar" Me.btnEliminar.Visible = False ' 'btnAlias ' Me.btnAlias.ImageIndex = 1 Me.btnAlias.Text = "Eliminar" ' 'Clave ' Me.Clave.ImageIndex = 8 Me.Clave.Text = "Clave" ' 'btnSalir ' Me.btnSalir.ImageIndex = 4 Me.btnSalir.Text = "Salir" ' 'Label16 ' Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label16.Location = New System.Drawing.Point(596, 70) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(40, 16) Me.Label16.TabIndex = 96 Me.Label16.Text = "RFC :" ' 'txtRFC ' Me.txtRFC.BackColor = System.Drawing.Color.White Me.txtRFC.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtRFC.Location = New System.Drawing.Point(638, 66) Me.txtRFC.Name = "txtRFC" Me.txtRFC.Size = New System.Drawing.Size(120, 20) Me.txtRFC.TabIndex = 12 Me.txtRFC.Text = "" ' '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(380, 68) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(48, 16) Me.Label3.TabIndex = 98 Me.Label3.Text = "CP:" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txtCp ' Me.txtCp.BackColor = System.Drawing.Color.White Me.txtCp.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtCp.Location = New System.Drawing.Point(438, 68) Me.txtCp.Name = "txtCp" Me.txtCp.Size = New System.Drawing.Size(132, 20) Me.txtCp.TabIndex = 11 Me.txtCp.Text = "" ' 'Label12 ' Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label12.Location = New System.Drawing.Point(-18, 250) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(104, 16) Me.Label12.TabIndex = 100 Me.Label12.Text = "Deleagción :" Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txtDelegacion ' Me.txtDelegacion.BackColor = System.Drawing.Color.White Me.txtDelegacion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtDelegacion.Location = New System.Drawing.Point(90, 250) Me.txtDelegacion.Name = "txtDelegacion" Me.txtDelegacion.Size = New System.Drawing.Size(232, 20) Me.txtDelegacion.TabIndex = 8 Me.txtDelegacion.Text = "" ' 'Label20 ' Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label20.Location = New System.Drawing.Point(-18, 282) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(104, 16) Me.Label20.TabIndex = 102 Me.Label20.Text = "Ciudad :" Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txtCiudad ' Me.txtCiudad.BackColor = System.Drawing.Color.White Me.txtCiudad.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtCiudad.Location = New System.Drawing.Point(90, 282) Me.txtCiudad.Name = "txtCiudad" Me.txtCiudad.Size = New System.Drawing.Size(232, 20) Me.txtCiudad.TabIndex = 9 Me.txtCiudad.Text = "" ' 'pnlBotones ' Me.pnlBotones.Controls.Add(Me.btnAceptar) Me.pnlBotones.Controls.Add(Me.btnCancelar) Me.pnlBotones.Location = New System.Drawing.Point(642, 202) Me.pnlBotones.Name = "pnlBotones" Me.pnlBotones.Size = New System.Drawing.Size(120, 80) Me.pnlBotones.TabIndex = 104 ' 'btnAceptar ' Me.btnAceptar.BackColor = System.Drawing.SystemColors.Control Me.btnAceptar.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnAceptar.ForeColor = System.Drawing.Color.Black Me.btnAceptar.Image = CType(resources.GetObject("btnAceptar.Image"), System.Drawing.Image) Me.btnAceptar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnAceptar.Location = New System.Drawing.Point(16, 8) Me.btnAceptar.Name = "btnAceptar" Me.btnAceptar.Size = New System.Drawing.Size(96, 23) Me.btnAceptar.TabIndex = 2 Me.btnAceptar.Text = "Aceptar" Me.btnAceptar.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'btnCancelar ' Me.btnCancelar.BackColor = System.Drawing.SystemColors.Control Me.btnCancelar.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnCancelar.ForeColor = System.Drawing.Color.Black Me.btnCancelar.Image = CType(resources.GetObject("btnCancelar.Image"), System.Drawing.Image) Me.btnCancelar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnCancelar.Location = New System.Drawing.Point(16, 40) Me.btnCancelar.Name = "btnCancelar" Me.btnCancelar.Size = New System.Drawing.Size(96, 23) Me.btnCancelar.TabIndex = 3 Me.btnCancelar.Text = "Cancelar" Me.btnCancelar.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'cboSucursal ' Me.cboSucursal.Location = New System.Drawing.Point(438, 310) Me.cboSucursal.Name = "cboSucursal" Me.cboSucursal.Size = New System.Drawing.Size(132, 21) Me.cboSucursal.TabIndex = 20 ' 'Label18 ' Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label18.Location = New System.Drawing.Point(374, 314) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(58, 16) Me.Label18.TabIndex = 106 Me.Label18.Text = "Sucursal :" ' 'Label21 ' Me.Label21.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label21.Location = New System.Drawing.Point(346, 286) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(96, 16) Me.Label21.TabIndex = 108 Me.Label21.Text = "Tipo Empleado :" ' 'cboTipEmp ' Me.cboTipEmp.Location = New System.Drawing.Point(438, 282) Me.cboTipEmp.Name = "cboTipEmp" Me.cboTipEmp.Size = New System.Drawing.Size(132, 21) Me.cboTipEmp.TabIndex = 19 ' 'cboSistema ' Me.cboSistema.Location = New System.Drawing.Point(638, 90) Me.cboSistema.Name = "cboSistema" Me.cboSistema.Size = New System.Drawing.Size(120, 21) Me.cboSistema.TabIndex = 110 Me.cboSistema.Visible = False ' 'txtClaveSist ' Me.txtClaveSist.BackColor = System.Drawing.Color.White Me.txtClaveSist.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.txtClaveSist.Location = New System.Drawing.Point(640, 114) Me.txtClaveSist.MaxLength = 10 Me.txtClaveSist.Name = "txtClaveSist" Me.txtClaveSist.Size = New System.Drawing.Size(120, 20) Me.txtClaveSist.TabIndex = 111 Me.txtClaveSist.Text = "" Me.txtClaveSist.Visible = False ' 'lblSistema ' Me.lblSistema.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblSistema.Location = New System.Drawing.Point(582, 92) Me.lblSistema.Name = "lblSistema" Me.lblSistema.Size = New System.Drawing.Size(56, 16) Me.lblSistema.TabIndex = 112 Me.lblSistema.Text = "Sistema :" Me.lblSistema.Visible = False ' 'lblClave ' Me.lblClave.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblClave.Location = New System.Drawing.Point(590, 116) Me.lblClave.Name = "lblClave" Me.lblClave.Size = New System.Drawing.Size(48, 16) Me.lblClave.TabIndex = 113 Me.lblClave.Text = "Calve :" Me.lblClave.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.lblClave.Visible = False ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.C1TrueDBGrid1) Me.GroupBox1.Location = New System.Drawing.Point(2, 360) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(782, 222) Me.GroupBox1.TabIndex = 114 Me.GroupBox1.TabStop = False ' 'C1TrueDBGrid1 ' Me.C1TrueDBGrid1.AllowUpdate = False Me.C1TrueDBGrid1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.C1TrueDBGrid1.Dock = System.Windows.Forms.DockStyle.Fill Me.C1TrueDBGrid1.GroupByCaption = "Drag a column header here to group by that column" Me.C1TrueDBGrid1.Images.Add(CType(resources.GetObject("resource"), System.Drawing.Image)) Me.C1TrueDBGrid1.Location = New System.Drawing.Point(3, 16) Me.C1TrueDBGrid1.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.HighlightRow Me.C1TrueDBGrid1.Name = "C1TrueDBGrid1" Me.C1TrueDBGrid1.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1TrueDBGrid1.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1TrueDBGrid1.PreviewInfo.ZoomFactor = 75 Me.C1TrueDBGrid1.Size = New System.Drawing.Size(776, 203) Me.C1TrueDBGrid1.TabIndex = 0 Me.C1TrueDBGrid1.Text = "C1TrueDBGrid1" Me.C1TrueDBGrid1.PropBag = "Group{AlignVert:Center;Border:None,,0, 0, 0, 0;BackColor:ControlDark;}E" & _ "ditor{}Style2{}Style5{}Style4{}Style7{}Style6{}EvenRow{BackColor:Aqua;}Selected{" & _ "ForeColor:HighlightText;BackColor:Highlight;}Style3{}Inactive{ForeColor:Inactive" & _ "CaptionText;BackColor:InactiveCaption;}FilterBar{}Footer{}Caption{AlignHorz:Cent" & _ "er;}Style1{}Normal{}HighlightRow{ForeColor:Aqua;BackColor:Highlight;}Style12{}Od" & _ "dRow{}RecordSelector{AlignImage:Center;}Style13{}Heading{Wrap:True;BackColor:Con" & _ "trol;Border:Raised,,1, 1, 1, 1;ForeColor:ControlText;AlignVert:Center;}Style8{}S" & _ "tyle10{AlignHorz:Near;}Style11{}Style14{}Style15{}Style9{}" & _ "199