_ Partial Class FrmFuncionario Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) 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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmFuncionario)) Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.PnDatos = New System.Windows.Forms.Panel() Me.cboDelegacion = New System.Windows.Forms.ComboBox() Me.lblEstadoNac = New System.Windows.Forms.Label() Me.lblPaisNac = New System.Windows.Forms.Label() Me.lblPais = New System.Windows.Forms.Label() Me.cboEstadoNac = New System.Windows.Forms.ComboBox() Me.cboPaisNac = New System.Windows.Forms.ComboBox() Me.cboPais = New System.Windows.Forms.ComboBox() Me.lblNombre = New System.Windows.Forms.Label() Me.cboGenero = New System.Windows.Forms.ComboBox() Me.dtpFechaNac = New System.Windows.Forms.DateTimePicker() Me.txtNoExterior = New System.Windows.Forms.TextBox() Me.lblNoExterior = New System.Windows.Forms.Label() Me.txtNoInterior = New System.Windows.Forms.TextBox() Me.lblNoInterior = New System.Windows.Forms.Label() Me.txtEmail = New System.Windows.Forms.TextBox() Me.lblGenero = New System.Windows.Forms.Label() Me.lblFechaNac = New System.Windows.Forms.Label() Me.lblEmail = New System.Windows.Forms.Label() Me.txtArea = New System.Windows.Forms.TextBox() Me.lblArea = New System.Windows.Forms.Label() Me.cbobPlaza = New System.Windows.Forms.ComboBox() Me.txtDepartamento = New System.Windows.Forms.TextBox() Me.cmbTipoEmpleado = New System.Windows.Forms.ComboBox() Me.lblDepartamento = New System.Windows.Forms.Label() Me.lblPlaza = New System.Windows.Forms.Label() Me.txtPuesto = New System.Windows.Forms.TextBox() Me.lblSucursal = New System.Windows.Forms.Label() Me.lblPuesto = New System.Windows.Forms.Label() Me.cboSucursal = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.txtTelefono = New System.Windows.Forms.TextBox() Me.lblEstado = New System.Windows.Forms.Label() Me.lblTelefono = New System.Windows.Forms.Label() Me.cboNacionalidad = New System.Windows.Forms.ComboBox() Me.cboEstado = New System.Windows.Forms.ComboBox() Me.lblDelegacion = New System.Windows.Forms.Label() Me.lblNacionalidad = New System.Windows.Forms.Label() Me.txtCP = New System.Windows.Forms.TextBox() Me.lblCP = New System.Windows.Forms.Label() Me.txtColonia = New System.Windows.Forms.TextBox() Me.lblColonia = New System.Windows.Forms.Label() Me.txtCalle = New System.Windows.Forms.TextBox() Me.lblCalle = New System.Windows.Forms.Label() Me.txtCurp = New System.Windows.Forms.TextBox() Me.lblCurp = New System.Windows.Forms.Label() Me.txtRFC = New System.Windows.Forms.TextBox() Me.lblRFC = New System.Windows.Forms.Label() Me.txtNumEmpleado = New System.Windows.Forms.TextBox() Me.lblNumEmpleado = New System.Windows.Forms.Label() Me.txtApeMaterno = New System.Windows.Forms.TextBox() Me.lblApeMaterno = New System.Windows.Forms.Label() Me.txtApePaterno = New System.Windows.Forms.TextBox() Me.lblApePaterno = New System.Windows.Forms.Label() Me.chkActivo = New System.Windows.Forms.CheckBox() Me.txtClave = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.txtNombre = New System.Windows.Forms.TextBox() Me.GridMaster = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.BtnAgregar = New System.Windows.Forms.Button() Me.BtnOk = New System.Windows.Forms.Button() Me.BtnEditar = New System.Windows.Forms.Button() Me.btnCerrar = New System.Windows.Forms.Button() Me.btnExportar = New System.Windows.Forms.Button() 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.Label6 = New System.Windows.Forms.Label() Me.lblFooter = New System.Windows.Forms.Label() Me.PnDatos.SuspendLayout() CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).BeginInit() Me.panel2.SuspendLayout() CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit() Me.panel3.SuspendLayout() Me.SuspendLayout() ' 'ImageList1 ' Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageList1.TransparentColor = System.Drawing.Color.Turquoise Me.ImageList1.Images.SetKeyName(0, "") Me.ImageList1.Images.SetKeyName(1, "") Me.ImageList1.Images.SetKeyName(2, "") Me.ImageList1.Images.SetKeyName(3, "") Me.ImageList1.Images.SetKeyName(4, "") Me.ImageList1.Images.SetKeyName(5, "") Me.ImageList1.Images.SetKeyName(6, "") Me.ImageList1.Images.SetKeyName(7, "") ' 'PnDatos ' Me.PnDatos.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.PnDatos.Controls.Add(Me.cboDelegacion) Me.PnDatos.Controls.Add(Me.lblEstadoNac) Me.PnDatos.Controls.Add(Me.lblPaisNac) Me.PnDatos.Controls.Add(Me.lblPais) Me.PnDatos.Controls.Add(Me.cboEstadoNac) Me.PnDatos.Controls.Add(Me.cboPaisNac) Me.PnDatos.Controls.Add(Me.cboPais) Me.PnDatos.Controls.Add(Me.lblNombre) Me.PnDatos.Controls.Add(Me.cboGenero) Me.PnDatos.Controls.Add(Me.dtpFechaNac) Me.PnDatos.Controls.Add(Me.txtNoExterior) Me.PnDatos.Controls.Add(Me.lblNoExterior) Me.PnDatos.Controls.Add(Me.txtNoInterior) Me.PnDatos.Controls.Add(Me.lblNoInterior) Me.PnDatos.Controls.Add(Me.txtEmail) Me.PnDatos.Controls.Add(Me.lblGenero) Me.PnDatos.Controls.Add(Me.lblFechaNac) Me.PnDatos.Controls.Add(Me.lblEmail) Me.PnDatos.Controls.Add(Me.txtArea) Me.PnDatos.Controls.Add(Me.lblArea) Me.PnDatos.Controls.Add(Me.cbobPlaza) Me.PnDatos.Controls.Add(Me.txtDepartamento) Me.PnDatos.Controls.Add(Me.cmbTipoEmpleado) Me.PnDatos.Controls.Add(Me.lblDepartamento) Me.PnDatos.Controls.Add(Me.lblPlaza) Me.PnDatos.Controls.Add(Me.txtPuesto) Me.PnDatos.Controls.Add(Me.lblSucursal) Me.PnDatos.Controls.Add(Me.lblPuesto) Me.PnDatos.Controls.Add(Me.cboSucursal) Me.PnDatos.Controls.Add(Me.Label9) Me.PnDatos.Controls.Add(Me.txtTelefono) Me.PnDatos.Controls.Add(Me.lblEstado) Me.PnDatos.Controls.Add(Me.lblTelefono) Me.PnDatos.Controls.Add(Me.cboNacionalidad) Me.PnDatos.Controls.Add(Me.cboEstado) Me.PnDatos.Controls.Add(Me.lblDelegacion) Me.PnDatos.Controls.Add(Me.lblNacionalidad) Me.PnDatos.Controls.Add(Me.txtCP) Me.PnDatos.Controls.Add(Me.lblCP) Me.PnDatos.Controls.Add(Me.txtColonia) Me.PnDatos.Controls.Add(Me.lblColonia) Me.PnDatos.Controls.Add(Me.txtCalle) Me.PnDatos.Controls.Add(Me.lblCalle) Me.PnDatos.Controls.Add(Me.txtCurp) Me.PnDatos.Controls.Add(Me.lblCurp) Me.PnDatos.Controls.Add(Me.txtRFC) Me.PnDatos.Controls.Add(Me.lblRFC) Me.PnDatos.Controls.Add(Me.txtNumEmpleado) Me.PnDatos.Controls.Add(Me.lblNumEmpleado) Me.PnDatos.Controls.Add(Me.txtApeMaterno) Me.PnDatos.Controls.Add(Me.lblApeMaterno) Me.PnDatos.Controls.Add(Me.txtApePaterno) Me.PnDatos.Controls.Add(Me.lblApePaterno) Me.PnDatos.Controls.Add(Me.chkActivo) Me.PnDatos.Controls.Add(Me.txtClave) Me.PnDatos.Controls.Add(Me.Label1) Me.PnDatos.Controls.Add(Me.txtNombre) Me.PnDatos.Location = New System.Drawing.Point(12, 200) Me.PnDatos.Name = "PnDatos" Me.PnDatos.Size = New System.Drawing.Size(881, 353) Me.PnDatos.TabIndex = 1 ' 'cboDelegacion ' Me.cboDelegacion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboDelegacion.Location = New System.Drawing.Point(467, 180) Me.cboDelegacion.Name = "cboDelegacion" Me.cboDelegacion.Size = New System.Drawing.Size(207, 21) Me.cboDelegacion.TabIndex = 18 Me.cboDelegacion.Tag = "IDMUNICIPIO" ' 'lblEstadoNac ' Me.lblEstadoNac.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblEstadoNac.ForeColor = System.Drawing.Color.MidnightBlue Me.lblEstadoNac.Location = New System.Drawing.Point(3, 179) Me.lblEstadoNac.Name = "lblEstadoNac" Me.lblEstadoNac.Size = New System.Drawing.Size(117, 16) Me.lblEstadoNac.TabIndex = 71 Me.lblEstadoNac.Text = "Estado Nacimiento" ' 'lblPaisNac ' Me.lblPaisNac.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblPaisNac.ForeColor = System.Drawing.Color.MidnightBlue Me.lblPaisNac.Location = New System.Drawing.Point(3, 208) Me.lblPaisNac.Name = "lblPaisNac" Me.lblPaisNac.Size = New System.Drawing.Size(106, 16) Me.lblPaisNac.TabIndex = 71 Me.lblPaisNac.Text = "País Nacimiento" ' 'lblPais ' Me.lblPais.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblPais.Location = New System.Drawing.Point(378, 295) Me.lblPais.Name = "lblPais" Me.lblPais.Size = New System.Drawing.Size(43, 16) Me.lblPais.TabIndex = 71 Me.lblPais.Text = "País" ' 'cboEstadoNac ' Me.cboEstadoNac.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboEstadoNac.FormattingEnabled = True Me.cboEstadoNac.Location = New System.Drawing.Point(129, 179) Me.cboEstadoNac.Name = "cboEstadoNac" Me.cboEstadoNac.Size = New System.Drawing.Size(235, 21) Me.cboEstadoNac.TabIndex = 8 Me.cboEstadoNac.Tag = "IDESTADONACIMIENTO" ' 'cboPaisNac ' Me.cboPaisNac.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboPaisNac.FormattingEnabled = True Me.cboPaisNac.Location = New System.Drawing.Point(129, 208) Me.cboPaisNac.Name = "cboPaisNac" Me.cboPaisNac.Size = New System.Drawing.Size(235, 21) Me.cboPaisNac.TabIndex = 9 Me.cboPaisNac.Tag = "IDPAISNACIMIENTO" ' 'cboPais ' Me.cboPais.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboPais.FormattingEnabled = True Me.cboPais.Location = New System.Drawing.Point(467, 295) Me.cboPais.Name = "cboPais" Me.cboPais.Size = New System.Drawing.Size(207, 21) Me.cboPais.TabIndex = 22 Me.cboPais.Tag = "IDPAIS" ' 'lblNombre ' Me.lblNombre.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblNombre.ForeColor = System.Drawing.Color.MidnightBlue Me.lblNombre.Location = New System.Drawing.Point(3, 38) Me.lblNombre.Name = "lblNombre" Me.lblNombre.Size = New System.Drawing.Size(63, 16) Me.lblNombre.TabIndex = 36 Me.lblNombre.Text = "Nombre" ' 'cboGenero ' Me.cboGenero.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboGenero.FormattingEnabled = True Me.cboGenero.Location = New System.Drawing.Point(129, 150) Me.cboGenero.Name = "cboGenero" Me.cboGenero.Size = New System.Drawing.Size(235, 21) Me.cboGenero.TabIndex = 7 Me.cboGenero.Tag = "IDSEXO" ' 'dtpFechaNac ' Me.dtpFechaNac.Checked = False Me.dtpFechaNac.CustomFormat = "" Me.dtpFechaNac.Enabled = False Me.dtpFechaNac.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.dtpFechaNac.Location = New System.Drawing.Point(129, 122) Me.dtpFechaNac.Name = "dtpFechaNac" Me.dtpFechaNac.ShowCheckBox = True Me.dtpFechaNac.Size = New System.Drawing.Size(175, 20) Me.dtpFechaNac.TabIndex = 6 Me.dtpFechaNac.Tag = "FECHANACIMIENTO" ' 'txtNoExterior ' Me.txtNoExterior.BackColor = System.Drawing.Color.White Me.txtNoExterior.Enabled = False Me.txtNoExterior.Location = New System.Drawing.Point(467, 124) Me.txtNoExterior.MaxLength = 50 Me.txtNoExterior.Name = "txtNoExterior" Me.txtNoExterior.Size = New System.Drawing.Size(209, 20) Me.txtNoExterior.TabIndex = 16 Me.txtNoExterior.Tag = "NUMEROEXT" ' 'lblNoExterior ' Me.lblNoExterior.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblNoExterior.ForeColor = System.Drawing.Color.MidnightBlue Me.lblNoExterior.Location = New System.Drawing.Point(378, 124) Me.lblNoExterior.Name = "lblNoExterior" Me.lblNoExterior.Size = New System.Drawing.Size(79, 17) Me.lblNoExterior.TabIndex = 68 Me.lblNoExterior.Text = "No Exterior" ' 'txtNoInterior ' Me.txtNoInterior.BackColor = System.Drawing.Color.White Me.txtNoInterior.Enabled = False Me.txtNoInterior.Location = New System.Drawing.Point(467, 96) Me.txtNoInterior.MaxLength = 50 Me.txtNoInterior.Name = "txtNoInterior" Me.txtNoInterior.Size = New System.Drawing.Size(209, 20) Me.txtNoInterior.TabIndex = 15 Me.txtNoInterior.Tag = "NUMEROINT" ' 'lblNoInterior ' Me.lblNoInterior.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblNoInterior.ForeColor = System.Drawing.Color.MidnightBlue Me.lblNoInterior.Location = New System.Drawing.Point(378, 96) Me.lblNoInterior.Name = "lblNoInterior" Me.lblNoInterior.Size = New System.Drawing.Size(79, 17) Me.lblNoInterior.TabIndex = 68 Me.lblNoInterior.Text = "No Interior" ' 'txtEmail ' Me.txtEmail.BackColor = System.Drawing.Color.White Me.txtEmail.Enabled = False Me.txtEmail.Location = New System.Drawing.Point(691, 96) Me.txtEmail.MaxLength = 35 Me.txtEmail.Name = "txtEmail" Me.txtEmail.Size = New System.Drawing.Size(181, 20) Me.txtEmail.TabIndex = 24 Me.txtEmail.Tag = "EMAIL" ' 'lblGenero ' Me.lblGenero.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblGenero.ForeColor = System.Drawing.Color.MidnightBlue Me.lblGenero.Location = New System.Drawing.Point(3, 150) Me.lblGenero.Name = "lblGenero" Me.lblGenero.Size = New System.Drawing.Size(67, 17) Me.lblGenero.TabIndex = 66 Me.lblGenero.Text = "Género" ' 'lblFechaNac ' Me.lblFechaNac.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblFechaNac.ForeColor = System.Drawing.Color.MidnightBlue Me.lblFechaNac.Location = New System.Drawing.Point(3, 122) Me.lblFechaNac.Name = "lblFechaNac" Me.lblFechaNac.Size = New System.Drawing.Size(114, 17) Me.lblFechaNac.TabIndex = 66 Me.lblFechaNac.Text = "Fecha Nacimiento" ' 'lblEmail ' Me.lblEmail.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblEmail.ForeColor = System.Drawing.Color.MidnightBlue Me.lblEmail.Location = New System.Drawing.Point(691, 68) Me.lblEmail.Name = "lblEmail" Me.lblEmail.Size = New System.Drawing.Size(53, 17) Me.lblEmail.TabIndex = 66 Me.lblEmail.Text = "Email" ' 'txtArea ' Me.txtArea.BackColor = System.Drawing.Color.White Me.txtArea.Enabled = False Me.txtArea.Location = New System.Drawing.Point(129, 237) Me.txtArea.MaxLength = 50 Me.txtArea.Name = "txtArea" Me.txtArea.Size = New System.Drawing.Size(234, 20) Me.txtArea.TabIndex = 10 Me.txtArea.Tag = "AREA" ' 'lblArea ' Me.lblArea.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblArea.ForeColor = System.Drawing.Color.MidnightBlue Me.lblArea.Location = New System.Drawing.Point(3, 237) Me.lblArea.Name = "lblArea" Me.lblArea.Size = New System.Drawing.Size(99, 17) Me.lblArea.TabIndex = 64 Me.lblArea.Text = "Área" ' 'cbobPlaza ' Me.cbobPlaza.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbobPlaza.Location = New System.Drawing.Point(129, 294) Me.cbobPlaza.Name = "cbobPlaza" Me.cbobPlaza.Size = New System.Drawing.Size(234, 21) Me.cbobPlaza.TabIndex = 12 Me.cbobPlaza.Tag = "IDPLAZA" ' 'txtDepartamento ' Me.txtDepartamento.BackColor = System.Drawing.Color.White Me.txtDepartamento.Enabled = False Me.txtDepartamento.Location = New System.Drawing.Point(691, 209) Me.txtDepartamento.MaxLength = 60 Me.txtDepartamento.Name = "txtDepartamento" Me.txtDepartamento.Size = New System.Drawing.Size(181, 20) Me.txtDepartamento.TabIndex = 26 Me.txtDepartamento.Tag = "DEPARTAMENTO" ' 'cmbTipoEmpleado ' Me.cmbTipoEmpleado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbTipoEmpleado.Location = New System.Drawing.Point(129, 323) Me.cmbTipoEmpleado.Name = "cmbTipoEmpleado" Me.cmbTipoEmpleado.Size = New System.Drawing.Size(234, 21) Me.cmbTipoEmpleado.TabIndex = 0 Me.cmbTipoEmpleado.Visible = False ' 'lblDepartamento ' Me.lblDepartamento.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblDepartamento.ForeColor = System.Drawing.Color.MidnightBlue Me.lblDepartamento.Location = New System.Drawing.Point(691, 180) Me.lblDepartamento.Name = "lblDepartamento" Me.lblDepartamento.Size = New System.Drawing.Size(92, 17) Me.lblDepartamento.TabIndex = 60 Me.lblDepartamento.Text = "Departamento" ' 'lblPlaza ' Me.lblPlaza.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblPlaza.Location = New System.Drawing.Point(3, 294) Me.lblPlaza.Name = "lblPlaza" Me.lblPlaza.Size = New System.Drawing.Size(98, 16) Me.lblPlaza.TabIndex = 48 Me.lblPlaza.Text = "Plaza" ' 'txtPuesto ' Me.txtPuesto.BackColor = System.Drawing.Color.White Me.txtPuesto.Enabled = False Me.txtPuesto.Location = New System.Drawing.Point(691, 152) Me.txtPuesto.MaxLength = 50 Me.txtPuesto.Name = "txtPuesto" Me.txtPuesto.Size = New System.Drawing.Size(180, 20) Me.txtPuesto.TabIndex = 25 Me.txtPuesto.Tag = "PUESTO" ' 'lblSucursal ' Me.lblSucursal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblSucursal.ForeColor = System.Drawing.Color.MidnightBlue Me.lblSucursal.Location = New System.Drawing.Point(3, 265) Me.lblSucursal.Name = "lblSucursal" Me.lblSucursal.Size = New System.Drawing.Size(87, 16) Me.lblSucursal.TabIndex = 40 Me.lblSucursal.Text = "Sucursal" ' 'lblPuesto ' Me.lblPuesto.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblPuesto.ForeColor = System.Drawing.Color.MidnightBlue Me.lblPuesto.Location = New System.Drawing.Point(691, 124) Me.lblPuesto.Name = "lblPuesto" Me.lblPuesto.Size = New System.Drawing.Size(82, 17) Me.lblPuesto.TabIndex = 58 Me.lblPuesto.Text = "Puesto" ' 'cboSucursal ' Me.cboSucursal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboSucursal.Location = New System.Drawing.Point(129, 265) Me.cboSucursal.Name = "cboSucursal" Me.cboSucursal.Size = New System.Drawing.Size(234, 21) Me.cboSucursal.TabIndex = 11 Me.cboSucursal.Tag = "IDSUCURSAL" ' 'Label9 ' Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label9.ForeColor = System.Drawing.Color.MidnightBlue Me.Label9.Location = New System.Drawing.Point(3, 323) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(98, 16) Me.Label9.TabIndex = 46 Me.Label9.Text = "Tipo Empleado" Me.Label9.Visible = False ' 'txtTelefono ' Me.txtTelefono.BackColor = System.Drawing.Color.White Me.txtTelefono.Enabled = False Me.txtTelefono.Location = New System.Drawing.Point(691, 40) Me.txtTelefono.MaxLength = 25 Me.txtTelefono.Name = "txtTelefono" Me.txtTelefono.Size = New System.Drawing.Size(180, 20) Me.txtTelefono.TabIndex = 23 Me.txtTelefono.Tag = "TELEFONO" ' 'lblEstado ' Me.lblEstado.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblEstado.ForeColor = System.Drawing.Color.MidnightBlue Me.lblEstado.Location = New System.Drawing.Point(378, 237) Me.lblEstado.Name = "lblEstado" Me.lblEstado.Size = New System.Drawing.Size(55, 16) Me.lblEstado.TabIndex = 42 Me.lblEstado.Text = "Estado" ' 'lblTelefono ' Me.lblTelefono.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblTelefono.ForeColor = System.Drawing.Color.MidnightBlue Me.lblTelefono.Location = New System.Drawing.Point(691, 12) Me.lblTelefono.Name = "lblTelefono" Me.lblTelefono.Size = New System.Drawing.Size(82, 17) Me.lblTelefono.TabIndex = 56 Me.lblTelefono.Text = "Teléfono" ' 'cboNacionalidad ' Me.cboNacionalidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboNacionalidad.Location = New System.Drawing.Point(467, 266) Me.cboNacionalidad.Name = "cboNacionalidad" Me.cboNacionalidad.Size = New System.Drawing.Size(207, 21) Me.cboNacionalidad.TabIndex = 21 Me.cboNacionalidad.Tag = "IDNACIONALIDAD" ' 'cboEstado ' Me.cboEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboEstado.Location = New System.Drawing.Point(467, 237) Me.cboEstado.Name = "cboEstado" Me.cboEstado.Size = New System.Drawing.Size(207, 21) Me.cboEstado.TabIndex = 20 Me.cboEstado.Tag = "IDESTADO" ' 'lblDelegacion ' Me.lblDelegacion.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblDelegacion.ForeColor = System.Drawing.Color.MidnightBlue Me.lblDelegacion.Location = New System.Drawing.Point(378, 180) Me.lblDelegacion.Name = "lblDelegacion" Me.lblDelegacion.Size = New System.Drawing.Size(82, 17) Me.lblDelegacion.TabIndex = 54 Me.lblDelegacion.Text = "Delegación" ' 'lblNacionalidad ' Me.lblNacionalidad.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblNacionalidad.ForeColor = System.Drawing.Color.MidnightBlue Me.lblNacionalidad.Location = New System.Drawing.Point(378, 266) Me.lblNacionalidad.Name = "lblNacionalidad" Me.lblNacionalidad.Size = New System.Drawing.Size(87, 16) Me.lblNacionalidad.TabIndex = 44 Me.lblNacionalidad.Text = "Nacionalidad" ' 'txtCP ' Me.txtCP.BackColor = System.Drawing.Color.White Me.txtCP.Enabled = False Me.txtCP.Location = New System.Drawing.Point(467, 209) Me.txtCP.MaxLength = 5 Me.txtCP.Name = "txtCP" Me.txtCP.Size = New System.Drawing.Size(209, 20) Me.txtCP.TabIndex = 19 Me.txtCP.Tag = "CP" ' 'lblCP ' 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(378, 205) Me.lblCP.Name = "lblCP" Me.lblCP.Size = New System.Drawing.Size(53, 29) Me.lblCP.TabIndex = 52 Me.lblCP.Text = "Codigo Postal" ' 'txtColonia ' Me.txtColonia.BackColor = System.Drawing.Color.White Me.txtColonia.Enabled = False Me.txtColonia.Location = New System.Drawing.Point(467, 152) Me.txtColonia.MaxLength = 60 Me.txtColonia.Name = "txtColonia" Me.txtColonia.Size = New System.Drawing.Size(209, 20) Me.txtColonia.TabIndex = 17 Me.txtColonia.Tag = "COLONIA" ' 'lblColonia ' Me.lblColonia.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblColonia.ForeColor = System.Drawing.Color.MidnightBlue Me.lblColonia.Location = New System.Drawing.Point(378, 152) Me.lblColonia.Name = "lblColonia" Me.lblColonia.Size = New System.Drawing.Size(53, 17) Me.lblColonia.TabIndex = 50 Me.lblColonia.Text = "Colonia" ' 'txtCalle ' Me.txtCalle.BackColor = System.Drawing.Color.White Me.txtCalle.Enabled = False Me.txtCalle.Location = New System.Drawing.Point(467, 68) Me.txtCalle.MaxLength = 150 Me.txtCalle.Name = "txtCalle" Me.txtCalle.Size = New System.Drawing.Size(209, 20) Me.txtCalle.TabIndex = 14 Me.txtCalle.Tag = "CALLE" ' 'lblCalle ' Me.lblCalle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCalle.ForeColor = System.Drawing.Color.MidnightBlue Me.lblCalle.Location = New System.Drawing.Point(378, 68) Me.lblCalle.Name = "lblCalle" Me.lblCalle.Size = New System.Drawing.Size(46, 17) Me.lblCalle.TabIndex = 48 Me.lblCalle.Text = "Calle" ' 'txtCurp ' Me.txtCurp.BackColor = System.Drawing.Color.White Me.txtCurp.Enabled = False Me.txtCurp.Location = New System.Drawing.Point(467, 40) Me.txtCurp.MaxLength = 25 Me.txtCurp.Name = "txtCurp" Me.txtCurp.Size = New System.Drawing.Size(209, 20) Me.txtCurp.TabIndex = 13 Me.txtCurp.Tag = "CURP" ' 'lblCurp ' Me.lblCurp.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCurp.ForeColor = System.Drawing.Color.MidnightBlue Me.lblCurp.Location = New System.Drawing.Point(378, 40) Me.lblCurp.Name = "lblCurp" Me.lblCurp.Size = New System.Drawing.Size(46, 17) Me.lblCurp.TabIndex = 46 Me.lblCurp.Text = "Curp" ' 'txtRFC ' Me.txtRFC.BackColor = System.Drawing.Color.White Me.txtRFC.Enabled = False Me.txtRFC.Location = New System.Drawing.Point(467, 12) Me.txtRFC.MaxLength = 13 Me.txtRFC.Name = "txtRFC" Me.txtRFC.Size = New System.Drawing.Size(209, 20) Me.txtRFC.TabIndex = 12 Me.txtRFC.Tag = "RFC" ' 'lblRFC ' Me.lblRFC.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblRFC.ForeColor = System.Drawing.Color.MidnightBlue Me.lblRFC.Location = New System.Drawing.Point(378, 12) Me.lblRFC.Name = "lblRFC" Me.lblRFC.Size = New System.Drawing.Size(46, 17) Me.lblRFC.TabIndex = 44 Me.lblRFC.Text = "RFC" ' 'txtNumEmpleado ' Me.txtNumEmpleado.BackColor = System.Drawing.Color.White Me.txtNumEmpleado.Enabled = False Me.txtNumEmpleado.Location = New System.Drawing.Point(298, 12) Me.txtNumEmpleado.MaxLength = 10 Me.txtNumEmpleado.Name = "txtNumEmpleado" Me.txtNumEmpleado.Size = New System.Drawing.Size(70, 20) Me.txtNumEmpleado.TabIndex = 2 Me.txtNumEmpleado.Tag = "NOEMPLEADO" ' 'lblNumEmpleado ' Me.lblNumEmpleado.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblNumEmpleado.ForeColor = System.Drawing.Color.MidnightBlue Me.lblNumEmpleado.Location = New System.Drawing.Point(205, 14) Me.lblNumEmpleado.Name = "lblNumEmpleado" Me.lblNumEmpleado.Size = New System.Drawing.Size(99, 17) Me.lblNumEmpleado.TabIndex = 42 Me.lblNumEmpleado.Text = "No. Empleado" ' 'txtApeMaterno ' Me.txtApeMaterno.Location = New System.Drawing.Point(129, 94) Me.txtApeMaterno.MaxLength = 60 Me.txtApeMaterno.Name = "txtApeMaterno" Me.txtApeMaterno.Size = New System.Drawing.Size(239, 20) Me.txtApeMaterno.TabIndex = 5 Me.txtApeMaterno.Tag = "APELLIDOMATERNO" ' 'lblApeMaterno ' Me.lblApeMaterno.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblApeMaterno.ForeColor = System.Drawing.Color.MidnightBlue Me.lblApeMaterno.Location = New System.Drawing.Point(3, 94) Me.lblApeMaterno.Name = "lblApeMaterno" Me.lblApeMaterno.Size = New System.Drawing.Size(109, 16) Me.lblApeMaterno.TabIndex = 40 Me.lblApeMaterno.Text = "Apellido Materno" ' 'txtApePaterno ' Me.txtApePaterno.Location = New System.Drawing.Point(129, 66) Me.txtApePaterno.MaxLength = 60 Me.txtApePaterno.Name = "txtApePaterno" Me.txtApePaterno.Size = New System.Drawing.Size(239, 20) Me.txtApePaterno.TabIndex = 4 Me.txtApePaterno.Tag = "APELLIDOPATERNO" ' 'lblApePaterno ' Me.lblApePaterno.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblApePaterno.ForeColor = System.Drawing.Color.MidnightBlue Me.lblApePaterno.Location = New System.Drawing.Point(3, 66) Me.lblApePaterno.Name = "lblApePaterno" Me.lblApePaterno.Size = New System.Drawing.Size(109, 16) Me.lblApePaterno.TabIndex = 38 Me.lblApePaterno.Text = "Apellido Paterno" ' '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.LimeGreen Me.chkActivo.Location = New System.Drawing.Point(691, 237) Me.chkActivo.Name = "chkActivo" Me.chkActivo.Size = New System.Drawing.Size(72, 21) Me.chkActivo.TabIndex = 29 Me.chkActivo.Text = "Activo" ' 'txtClave ' Me.txtClave.BackColor = System.Drawing.Color.White Me.txtClave.Enabled = False Me.txtClave.Location = New System.Drawing.Point(129, 10) Me.txtClave.MaxLength = 10 Me.txtClave.Name = "txtClave" Me.txtClave.ReadOnly = True Me.txtClave.Size = New System.Drawing.Size(70, 20) Me.txtClave.TabIndex = 1 ' 'Label1 ' Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue Me.Label1.Location = New System.Drawing.Point(3, 15) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(99, 17) Me.Label1.TabIndex = 35 Me.Label1.Text = "Id Funcionario" ' 'txtNombre ' Me.txtNombre.Location = New System.Drawing.Point(129, 38) Me.txtNombre.MaxLength = 60 Me.txtNombre.Name = "txtNombre" Me.txtNombre.Size = New System.Drawing.Size(239, 20) Me.txtNombre.TabIndex = 3 Me.txtNombre.Tag = "NOMBRE" ' '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, 56) 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(881, 136) Me.GridMaster.TabIndex = 27 Me.GridMaster.Text = "C1TrueDBGrid1" Me.GridMaster.PropBag = resources.GetString("GridMaster.PropBag") ' '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(899, 414) Me.BtnAgregar.Name = "BtnAgregar" Me.BtnAgregar.Size = New System.Drawing.Size(106, 33) Me.BtnAgregar.TabIndex = 23 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(899, 480) Me.BtnOk.Name = "BtnOk" Me.BtnOk.Size = New System.Drawing.Size(106, 33) Me.BtnOk.TabIndex = 25 Me.BtnOk.Text = "Guardar" Me.BtnOk.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(899, 447) Me.BtnEditar.Name = "BtnEditar" Me.BtnEditar.Size = New System.Drawing.Size(106, 33) Me.BtnEditar.TabIndex = 24 Me.BtnEditar.Text = "Editar" Me.BtnEditar.UseVisualStyleBackColor = False ' 'btnCerrar ' Me.btnCerrar.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnCerrar.BackColor = System.Drawing.Color.Black Me.btnCerrar.ForeColor = System.Drawing.Color.White Me.btnCerrar.Location = New System.Drawing.Point(899, 513) Me.btnCerrar.Name = "btnCerrar" Me.btnCerrar.Size = New System.Drawing.Size(106, 33) Me.btnCerrar.TabIndex = 26 Me.btnCerrar.Text = "Cerrar" Me.btnCerrar.UseVisualStyleBackColor = False ' 'btnExportar ' Me.btnExportar.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnExportar.BackColor = System.Drawing.Color.Black Me.btnExportar.ForeColor = System.Drawing.Color.White Me.btnExportar.Location = New System.Drawing.Point(899, 159) Me.btnExportar.Name = "btnExportar" Me.btnExportar.Size = New System.Drawing.Size(106, 33) Me.btnExportar.TabIndex = 28 Me.btnExportar.Text = "Exportar" Me.btnExportar.UseVisualStyleBackColor = False ' '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(-5, -3) Me.panel2.Name = "panel2" Me.panel2.Size = New System.Drawing.Size(1026, 43) Me.panel2.TabIndex = 162 ' '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(904, 0) 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.Label6) Me.panel3.Controls.Add(Me.lblFooter) Me.panel3.ForeColor = System.Drawing.Color.Navy Me.panel3.Location = New System.Drawing.Point(-5, 559) Me.panel3.Name = "panel3" Me.panel3.Size = New System.Drawing.Size(1026, 33) Me.panel3.TabIndex = 363 ' '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(979, 0) 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" ' 'FrmFuncionario ' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(1017, 584) Me.Controls.Add(Me.panel3) Me.Controls.Add(Me.panel2) Me.Controls.Add(Me.btnExportar) Me.Controls.Add(Me.BtnAgregar) Me.Controls.Add(Me.BtnOk) Me.Controls.Add(Me.BtnEditar) Me.Controls.Add(Me.btnCerrar) Me.Controls.Add(Me.PnDatos) Me.Controls.Add(Me.GridMaster) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MinimizeBox = False Me.Name = "FrmFuncionario" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "FrmFuncionario" Me.PnDatos.ResumeLayout(False) Me.PnDatos.PerformLayout() 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) End Sub Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents PnDatos As System.Windows.Forms.Panel Friend WithEvents cboSucursal As System.Windows.Forms.ComboBox Friend WithEvents lblSucursal As System.Windows.Forms.Label Friend WithEvents chkActivo As System.Windows.Forms.CheckBox Friend WithEvents txtNombre As System.Windows.Forms.TextBox Friend WithEvents txtClave As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents GridMaster As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents BtnAgregar As System.Windows.Forms.Button Friend WithEvents BtnOk As System.Windows.Forms.Button Friend WithEvents BtnEditar As System.Windows.Forms.Button Friend WithEvents btnCerrar As System.Windows.Forms.Button Friend WithEvents txtRFC As System.Windows.Forms.TextBox Friend WithEvents lblRFC As System.Windows.Forms.Label Friend WithEvents txtNumEmpleado As System.Windows.Forms.TextBox Friend WithEvents lblNumEmpleado As System.Windows.Forms.Label Friend WithEvents txtApeMaterno As System.Windows.Forms.TextBox Friend WithEvents lblApeMaterno As System.Windows.Forms.Label Friend WithEvents txtApePaterno As System.Windows.Forms.TextBox Friend WithEvents lblApePaterno As System.Windows.Forms.Label Friend WithEvents lblNombre As System.Windows.Forms.Label Friend WithEvents cbobPlaza As System.Windows.Forms.ComboBox Friend WithEvents cmbTipoEmpleado As System.Windows.Forms.ComboBox Friend WithEvents lblPlaza As System.Windows.Forms.Label Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents lblEstado As System.Windows.Forms.Label Friend WithEvents cboNacionalidad As System.Windows.Forms.ComboBox Friend WithEvents cboEstado As System.Windows.Forms.ComboBox Friend WithEvents lblNacionalidad As System.Windows.Forms.Label Friend WithEvents txtCalle As System.Windows.Forms.TextBox Friend WithEvents lblCalle As System.Windows.Forms.Label Friend WithEvents txtCurp As System.Windows.Forms.TextBox Friend WithEvents lblCurp As System.Windows.Forms.Label Friend WithEvents txtDepartamento As System.Windows.Forms.TextBox Friend WithEvents lblDepartamento As System.Windows.Forms.Label Friend WithEvents txtPuesto As System.Windows.Forms.TextBox Friend WithEvents lblPuesto As System.Windows.Forms.Label Friend WithEvents txtTelefono As System.Windows.Forms.TextBox Friend WithEvents lblTelefono As System.Windows.Forms.Label Friend WithEvents lblDelegacion As System.Windows.Forms.Label Friend WithEvents txtCP As System.Windows.Forms.TextBox Friend WithEvents lblCP As System.Windows.Forms.Label Friend WithEvents txtColonia As System.Windows.Forms.TextBox Friend WithEvents lblColonia As System.Windows.Forms.Label Friend WithEvents txtArea As System.Windows.Forms.TextBox Friend WithEvents lblArea As System.Windows.Forms.Label Friend WithEvents txtNoExterior As System.Windows.Forms.TextBox Friend WithEvents lblNoExterior As System.Windows.Forms.Label Friend WithEvents txtNoInterior As System.Windows.Forms.TextBox Friend WithEvents lblNoInterior As System.Windows.Forms.Label Friend WithEvents txtEmail As System.Windows.Forms.TextBox Friend WithEvents lblEmail As System.Windows.Forms.Label Friend WithEvents dtpFechaNac As System.Windows.Forms.DateTimePicker Friend WithEvents lblEstadoNac As System.Windows.Forms.Label Friend WithEvents lblPais As System.Windows.Forms.Label Friend WithEvents cboEstadoNac As System.Windows.Forms.ComboBox Friend WithEvents cboPais As System.Windows.Forms.ComboBox Friend WithEvents cboGenero As System.Windows.Forms.ComboBox Friend WithEvents lblGenero As System.Windows.Forms.Label Friend WithEvents lblFechaNac As System.Windows.Forms.Label Friend WithEvents lblPaisNac As System.Windows.Forms.Label Friend WithEvents cboPaisNac As System.Windows.Forms.ComboBox Friend WithEvents cboDelegacion As System.Windows.Forms.ComboBox Friend WithEvents btnExportar As System.Windows.Forms.Button Private WithEvents panel2 As Panel Private WithEvents Img_logoCabecera As PictureBox Friend WithEvents DesHeader As Label Private WithEvents panel3 As Panel Friend WithEvents Label6 As Label Friend WithEvents lblFooter As Label End Class