_ Partial Class FrmInformes 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() Me.RDBSeparado = New System.Windows.Forms.RadioButton() Me.GbTD = New System.Windows.Forms.GroupBox() Me.RDBUnificado = New System.Windows.Forms.RadioButton() Me.DgvCargos = New System.Windows.Forms.DataGridView() Me.CARGO = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Label13 = New System.Windows.Forms.Label() Me.DtpFechaFin = New System.Windows.Forms.DateTimePicker() Me.Label12 = New System.Windows.Forms.Label() Me.DtpFechaIni = New System.Windows.Forms.DateTimePicker() Me.Label5 = New System.Windows.Forms.Label() Me.GbP = New System.Windows.Forms.GroupBox() Me.CmdQuitar = New System.Windows.Forms.Button() Me.TxtCargo = New System.Windows.Forms.TextBox() Me.CmdAgregar = New System.Windows.Forms.Button() Me.Label8 = New System.Windows.Forms.Label() Me.GbFechas = New System.Windows.Forms.GroupBox() Me.TxtObjeto = New System.Windows.Forms.TextBox() Me.CmbVigencia = New System.Windows.Forms.ComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.DtpFechaConvenio = New System.Windows.Forms.DateTimePicker() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.CmbInst = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.BtnGenerar = New System.Windows.Forms.Button() Me.CmbOrg = New System.Windows.Forms.ComboBox() Me.GbPE = New System.Windows.Forms.GroupBox() Me.CmdQuitarE = New System.Windows.Forms.Button() Me.dgvCargosE = New System.Windows.Forms.DataGridView() Me.CARGOE = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.TxtCargoE = New System.Windows.Forms.TextBox() Me.CmdAgregarE = New System.Windows.Forms.Button() Me.Label16 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.TxtNombreEFE = New System.Windows.Forms.TextBox() Me.DgvInformes = New System.Windows.Forms.DataGridView() Me.GRPDomicilioUnificado = New System.Windows.Forms.GroupBox() Me.TxtCPU = New System.Windows.Forms.TextBox() Me.Label22 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.TxtDomicilioU = New System.Windows.Forms.TextBox() Me.CmbPaisU = New System.Windows.Forms.ComboBox() Me.Label32 = New System.Windows.Forms.Label() Me.GroupBox6 = New System.Windows.Forms.GroupBox() Me.TextBox16 = New System.Windows.Forms.TextBox() Me.Label23 = New System.Windows.Forms.Label() Me.TextBox17 = New System.Windows.Forms.TextBox() Me.Label24 = New System.Windows.Forms.Label() Me.TextBox18 = New System.Windows.Forms.TextBox() Me.Label25 = New System.Windows.Forms.Label() Me.Label26 = New System.Windows.Forms.Label() Me.TextBox19 = New System.Windows.Forms.TextBox() Me.TxtColoniaU = New System.Windows.Forms.TextBox() Me.Label21 = New System.Windows.Forms.Label() Me.TxtCiudadU = New System.Windows.Forms.TextBox() Me.Label20 = New System.Windows.Forms.Label() Me.GRPDomicilioSeparado = New System.Windows.Forms.GroupBox() Me.TxtNumIntS = New System.Windows.Forms.TextBox() Me.Label36 = New System.Windows.Forms.Label() Me.TxtNumExtS = New System.Windows.Forms.TextBox() Me.Label37 = New System.Windows.Forms.Label() Me.TxtCalleS = New System.Windows.Forms.TextBox() Me.Label35 = New System.Windows.Forms.Label() Me.TxtCPS = New System.Windows.Forms.TextBox() Me.Label31 = New System.Windows.Forms.Label() Me.CmbPaisS = New System.Windows.Forms.ComboBox() Me.Label18 = New System.Windows.Forms.Label() Me.GroupBox7 = New System.Windows.Forms.GroupBox() Me.TextBox20 = New System.Windows.Forms.TextBox() Me.Label27 = New System.Windows.Forms.Label() Me.TextBox21 = New System.Windows.Forms.TextBox() Me.Label28 = New System.Windows.Forms.Label() Me.TextBox22 = New System.Windows.Forms.TextBox() Me.Label29 = New System.Windows.Forms.Label() Me.Label30 = New System.Windows.Forms.Label() Me.TextBox23 = New System.Windows.Forms.TextBox() Me.TxtCiudadS = New System.Windows.Forms.TextBox() Me.Label38 = New System.Windows.Forms.Label() Me.TxtColoniaS = New System.Windows.Forms.TextBox() Me.Label33 = New System.Windows.Forms.Label() Me.Label34 = New System.Windows.Forms.Label() Me.TxtEstadoS = New System.Windows.Forms.TextBox() Me.BtnGuardar = New System.Windows.Forms.Button() Me.BtnEliminar = New System.Windows.Forms.Button() Me.ChkHistoria = New System.Windows.Forms.CheckBox() Me.BtnNuevo = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.BtnEnviado = New System.Windows.Forms.Button() Me.GbTD.SuspendLayout() CType(Me.DgvCargos, System.ComponentModel.ISupportInitialize).BeginInit() Me.GbP.SuspendLayout() Me.GbFechas.SuspendLayout() Me.GbPE.SuspendLayout() CType(Me.dgvCargosE, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DgvInformes, System.ComponentModel.ISupportInitialize).BeginInit() Me.GRPDomicilioUnificado.SuspendLayout() Me.GroupBox6.SuspendLayout() Me.GRPDomicilioSeparado.SuspendLayout() Me.GroupBox7.SuspendLayout() Me.SuspendLayout() ' 'RDBSeparado ' Me.RDBSeparado.AutoSize = True Me.RDBSeparado.ForeColor = System.Drawing.Color.MidnightBlue Me.RDBSeparado.Location = New System.Drawing.Point(141, 14) Me.RDBSeparado.Name = "RDBSeparado" Me.RDBSeparado.Size = New System.Drawing.Size(116, 17) Me.RDBSeparado.TabIndex = 18 Me.RDBSeparado.TabStop = True Me.RDBSeparado.Text = "Domicilio Separado" Me.RDBSeparado.UseVisualStyleBackColor = True ' 'GbTD ' Me.GbTD.Controls.Add(Me.RDBSeparado) Me.GbTD.Controls.Add(Me.RDBUnificado) Me.GbTD.Location = New System.Drawing.Point(9, 225) Me.GbTD.Name = "GbTD" Me.GbTD.Size = New System.Drawing.Size(271, 39) Me.GbTD.TabIndex = 74 Me.GbTD.TabStop = False Me.GbTD.Text = "Tipo de Domicilio Entidad Extranjera" ' 'RDBUnificado ' Me.RDBUnificado.AutoSize = True Me.RDBUnificado.ForeColor = System.Drawing.Color.MidnightBlue Me.RDBUnificado.Location = New System.Drawing.Point(14, 14) Me.RDBUnificado.Name = "RDBUnificado" Me.RDBUnificado.Size = New System.Drawing.Size(115, 17) Me.RDBUnificado.TabIndex = 17 Me.RDBUnificado.TabStop = True Me.RDBUnificado.Text = "Domicilio Unificado" Me.RDBUnificado.UseVisualStyleBackColor = True ' 'DgvCargos ' Me.DgvCargos.AllowUserToAddRows = False Me.DgvCargos.AllowUserToDeleteRows = False Me.DgvCargos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DgvCargos.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.CARGO}) Me.DgvCargos.Location = New System.Drawing.Point(230, 19) Me.DgvCargos.Name = "DgvCargos" Me.DgvCargos.ReadOnly = True Me.DgvCargos.RowHeadersVisible = False Me.DgvCargos.RowTemplate.Height = 18 Me.DgvCargos.Size = New System.Drawing.Size(186, 65) Me.DgvCargos.TabIndex = 11 ' 'CARGO ' Me.CARGO.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells Me.CARGO.HeaderText = "CARGO" Me.CARGO.Name = "CARGO" Me.CARGO.ReadOnly = True Me.CARGO.Width = 70 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.ForeColor = System.Drawing.Color.MidnightBlue Me.Label13.Location = New System.Drawing.Point(120, 14) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(21, 13) Me.Label13.TabIndex = 12 Me.Label13.Text = "Fin" ' 'DtpFechaFin ' Me.DtpFechaFin.CustomFormat = "dd/MM/yyyy" Me.DtpFechaFin.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DtpFechaFin.Location = New System.Drawing.Point(123, 30) Me.DtpFechaFin.Name = "DtpFechaFin" Me.DtpFechaFin.Size = New System.Drawing.Size(90, 20) Me.DtpFechaFin.TabIndex = 6 ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.ForeColor = System.Drawing.Color.MidnightBlue Me.Label12.Location = New System.Drawing.Point(15, 13) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(32, 13) Me.Label12.TabIndex = 10 Me.Label12.Text = "Inicio" ' 'DtpFechaIni ' Me.DtpFechaIni.CustomFormat = "dd/MM/yyyy" Me.DtpFechaIni.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DtpFechaIni.Location = New System.Drawing.Point(18, 30) Me.DtpFechaIni.Name = "DtpFechaIni" Me.DtpFechaIni.Size = New System.Drawing.Size(90, 20) Me.DtpFechaIni.TabIndex = 5 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.MidnightBlue Me.Label5.Location = New System.Drawing.Point(7, 61) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(103, 13) Me.Label5.TabIndex = 61 Me.Label5.Text = "Objeto del Convenio" ' 'GbP ' Me.GbP.Controls.Add(Me.CmdQuitar) Me.GbP.Controls.Add(Me.DgvCargos) Me.GbP.Controls.Add(Me.TxtCargo) Me.GbP.Controls.Add(Me.CmdAgregar) Me.GbP.Controls.Add(Me.Label8) Me.GbP.Location = New System.Drawing.Point(10, 126) Me.GbP.Name = "GbP" Me.GbP.Size = New System.Drawing.Size(435, 93) Me.GbP.TabIndex = 62 Me.GbP.TabStop = False Me.GbP.Text = "Cargo del Funcionario para Realizar Intercambio de Información (Mizuho Bank)" ' 'CmdQuitar ' Me.CmdQuitar.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CmdQuitar.Location = New System.Drawing.Point(200, 57) Me.CmdQuitar.Name = "CmdQuitar" Me.CmdQuitar.Size = New System.Drawing.Size(24, 27) Me.CmdQuitar.TabIndex = 10 Me.CmdQuitar.Text = "x" Me.CmdQuitar.UseVisualStyleBackColor = True Me.CmdQuitar.Visible = False ' 'TxtCargo ' Me.TxtCargo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtCargo.Location = New System.Drawing.Point(47, 40) Me.TxtCargo.MaxLength = 60 Me.TxtCargo.Name = "TxtCargo" Me.TxtCargo.Size = New System.Drawing.Size(147, 20) Me.TxtCargo.TabIndex = 8 ' 'CmdAgregar ' Me.CmdAgregar.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CmdAgregar.Location = New System.Drawing.Point(200, 36) Me.CmdAgregar.Name = "CmdAgregar" Me.CmdAgregar.Size = New System.Drawing.Size(24, 27) Me.CmdAgregar.TabIndex = 9 Me.CmdAgregar.Text = ">" Me.CmdAgregar.UseVisualStyleBackColor = True ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ForeColor = System.Drawing.Color.MidnightBlue Me.Label8.Location = New System.Drawing.Point(6, 41) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(35, 13) Me.Label8.TabIndex = 10 Me.Label8.Text = "Cargo" ' 'GbFechas ' Me.GbFechas.Controls.Add(Me.Label13) Me.GbFechas.Controls.Add(Me.DtpFechaFin) Me.GbFechas.Controls.Add(Me.Label12) Me.GbFechas.Controls.Add(Me.DtpFechaIni) Me.GbFechas.Location = New System.Drawing.Point(657, 11) Me.GbFechas.Name = "GbFechas" Me.GbFechas.Size = New System.Drawing.Size(229, 55) Me.GbFechas.TabIndex = 60 Me.GbFechas.TabStop = False Me.GbFechas.Text = "Fechas Vigencia del Convenio" Me.GbFechas.Visible = False ' 'TxtObjeto ' Me.TxtObjeto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtObjeto.Location = New System.Drawing.Point(9, 77) Me.TxtObjeto.MaxLength = 300 Me.TxtObjeto.Multiline = True Me.TxtObjeto.Name = "TxtObjeto" Me.TxtObjeto.Size = New System.Drawing.Size(436, 39) Me.TxtObjeto.TabIndex = 7 ' 'CmbVigencia ' Me.CmbVigencia.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CmbVigencia.FormattingEnabled = True Me.CmbVigencia.Location = New System.Drawing.Point(468, 27) Me.CmbVigencia.Name = "CmbVigencia" Me.CmbVigencia.Size = New System.Drawing.Size(153, 21) Me.CmbVigencia.TabIndex = 4 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue Me.Label4.Location = New System.Drawing.Point(468, 11) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(48, 13) Me.Label4.TabIndex = 57 Me.Label4.Text = "Vigencia" ' 'DtpFechaConvenio ' Me.DtpFechaConvenio.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DtpFechaConvenio.Location = New System.Drawing.Point(336, 28) Me.DtpFechaConvenio.Name = "DtpFechaConvenio" Me.DtpFechaConvenio.Size = New System.Drawing.Size(109, 20) Me.DtpFechaConvenio.TabIndex = 3 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue Me.Label3.Location = New System.Drawing.Point(336, 11) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(130, 13) Me.Label3.TabIndex = 55 Me.Label3.Text = "Fecha Firma del Convenio" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue Me.Label2.Location = New System.Drawing.Point(168, 11) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(136, 13) Me.Label2.TabIndex = 54 Me.Label2.Text = "Clave Institución de Crédito" ' 'CmbInst ' Me.CmbInst.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CmbInst.FormattingEnabled = True Me.CmbInst.Location = New System.Drawing.Point(171, 27) Me.CmbInst.Name = "CmbInst" Me.CmbInst.Size = New System.Drawing.Size(153, 21) Me.CmbInst.TabIndex = 2 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue Me.Label1.Location = New System.Drawing.Point(7, 11) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(139, 13) Me.Label1.TabIndex = 52 Me.Label1.Text = "Clave Organismo Regulador" ' 'BtnGenerar ' Me.BtnGenerar.Location = New System.Drawing.Point(704, 569) Me.BtnGenerar.Name = "BtnGenerar" Me.BtnGenerar.Size = New System.Drawing.Size(94, 24) Me.BtnGenerar.TabIndex = 45 Me.BtnGenerar.Text = "Generar Archivo" Me.BtnGenerar.UseVisualStyleBackColor = True ' 'CmbOrg ' Me.CmbOrg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CmbOrg.FormattingEnabled = True Me.CmbOrg.Location = New System.Drawing.Point(9, 27) Me.CmbOrg.Name = "CmbOrg" Me.CmbOrg.Size = New System.Drawing.Size(153, 21) Me.CmbOrg.TabIndex = 1 ' 'GbPE ' Me.GbPE.Controls.Add(Me.CmdQuitarE) Me.GbPE.Controls.Add(Me.dgvCargosE) Me.GbPE.Controls.Add(Me.TxtCargoE) Me.GbPE.Controls.Add(Me.CmdAgregarE) Me.GbPE.Controls.Add(Me.Label16) Me.GbPE.Location = New System.Drawing.Point(451, 126) Me.GbPE.Name = "GbPE" Me.GbPE.Size = New System.Drawing.Size(435, 93) Me.GbPE.TabIndex = 64 Me.GbPE.TabStop = False Me.GbPE.Text = "Cargo del Funcionario para Realizar Intercambio de Información (Entidad Extranjer" & "a)" ' 'CmdQuitarE ' Me.CmdQuitarE.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CmdQuitarE.Location = New System.Drawing.Point(202, 57) Me.CmdQuitarE.Name = "CmdQuitarE" Me.CmdQuitarE.Size = New System.Drawing.Size(24, 27) Me.CmdQuitarE.TabIndex = 15 Me.CmdQuitarE.Text = "x" Me.CmdQuitarE.UseVisualStyleBackColor = True Me.CmdQuitarE.Visible = False ' 'dgvCargosE ' Me.dgvCargosE.AllowUserToAddRows = False Me.dgvCargosE.AllowUserToDeleteRows = False Me.dgvCargosE.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvCargosE.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.CARGOE}) Me.dgvCargosE.Location = New System.Drawing.Point(232, 19) Me.dgvCargosE.Name = "dgvCargosE" Me.dgvCargosE.ReadOnly = True Me.dgvCargosE.RowHeadersVisible = False Me.dgvCargosE.RowTemplate.Height = 18 Me.dgvCargosE.Size = New System.Drawing.Size(186, 65) Me.dgvCargosE.TabIndex = 16 ' 'CARGOE ' Me.CARGOE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells Me.CARGOE.HeaderText = "CARGO" Me.CARGOE.Name = "CARGOE" Me.CARGOE.ReadOnly = True Me.CARGOE.Width = 70 ' 'TxtCargoE ' Me.TxtCargoE.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtCargoE.Location = New System.Drawing.Point(51, 40) Me.TxtCargoE.MaxLength = 60 Me.TxtCargoE.Name = "TxtCargoE" Me.TxtCargoE.Size = New System.Drawing.Size(145, 20) Me.TxtCargoE.TabIndex = 13 ' 'CmdAgregarE ' Me.CmdAgregarE.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CmdAgregarE.Location = New System.Drawing.Point(202, 36) Me.CmdAgregarE.Name = "CmdAgregarE" Me.CmdAgregarE.Size = New System.Drawing.Size(24, 27) Me.CmdAgregarE.TabIndex = 14 Me.CmdAgregarE.Text = ">" Me.CmdAgregarE.UseVisualStyleBackColor = True ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.ForeColor = System.Drawing.Color.MidnightBlue Me.Label16.Location = New System.Drawing.Point(10, 43) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(35, 13) Me.Label16.TabIndex = 10 Me.Label16.Text = "Cargo" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.ForeColor = System.Drawing.Color.MidnightBlue Me.Label11.Location = New System.Drawing.Point(448, 61) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(185, 13) Me.Label11.TabIndex = 69 Me.Label11.Text = "Nombre Entidad Financiera Extranjera" ' 'TxtNombreEFE ' Me.TxtNombreEFE.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtNombreEFE.Location = New System.Drawing.Point(452, 77) Me.TxtNombreEFE.MaxLength = 300 Me.TxtNombreEFE.Multiline = True Me.TxtNombreEFE.Name = "TxtNombreEFE" Me.TxtNombreEFE.Size = New System.Drawing.Size(434, 39) Me.TxtNombreEFE.TabIndex = 12 ' 'DgvInformes ' Me.DgvInformes.AllowUserToAddRows = False Me.DgvInformes.AllowUserToDeleteRows = False Me.DgvInformes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DgvInformes.Location = New System.Drawing.Point(10, 412) Me.DgvInformes.Name = "DgvInformes" Me.DgvInformes.ReadOnly = True Me.DgvInformes.RowTemplate.Height = 18 Me.DgvInformes.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.DgvInformes.Size = New System.Drawing.Size(876, 151) Me.DgvInformes.TabIndex = 44 ' 'GRPDomicilioUnificado ' Me.GRPDomicilioUnificado.Controls.Add(Me.TxtCPU) Me.GRPDomicilioUnificado.Controls.Add(Me.Label22) Me.GRPDomicilioUnificado.Controls.Add(Me.Label19) Me.GRPDomicilioUnificado.Controls.Add(Me.TxtDomicilioU) Me.GRPDomicilioUnificado.Controls.Add(Me.CmbPaisU) Me.GRPDomicilioUnificado.Controls.Add(Me.Label32) Me.GRPDomicilioUnificado.Controls.Add(Me.GroupBox6) Me.GRPDomicilioUnificado.Controls.Add(Me.TxtColoniaU) Me.GRPDomicilioUnificado.Controls.Add(Me.Label21) Me.GRPDomicilioUnificado.Controls.Add(Me.TxtCiudadU) Me.GRPDomicilioUnificado.Controls.Add(Me.Label20) Me.GRPDomicilioUnificado.Location = New System.Drawing.Point(10, 270) Me.GRPDomicilioUnificado.Name = "GRPDomicilioUnificado" Me.GRPDomicilioUnificado.Size = New System.Drawing.Size(876, 102) Me.GRPDomicilioUnificado.TabIndex = 75 Me.GRPDomicilioUnificado.TabStop = False Me.GRPDomicilioUnificado.Text = "Domicilio Entidad Financiera Extranjera Unificado" Me.GRPDomicilioUnificado.Visible = False ' 'TxtCPU ' Me.TxtCPU.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtCPU.Location = New System.Drawing.Point(570, 32) Me.TxtCPU.MaxLength = 12 Me.TxtCPU.Name = "TxtCPU" Me.TxtCPU.Size = New System.Drawing.Size(162, 20) Me.TxtCPU.TabIndex = 21 ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Location = New System.Drawing.Point(570, 13) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(27, 13) Me.Label22.TabIndex = 61 Me.Label22.Text = "C.P." ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Location = New System.Drawing.Point(8, 13) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(129, 13) Me.Label19.TabIndex = 60 Me.Label19.Text = "Domicilio (Calle y Número)" ' 'TxtDomicilioU ' Me.TxtDomicilioU.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtDomicilioU.Location = New System.Drawing.Point(11, 29) Me.TxtDomicilioU.MaxLength = 400 Me.TxtDomicilioU.Multiline = True Me.TxtDomicilioU.Name = "TxtDomicilioU" Me.TxtDomicilioU.Size = New System.Drawing.Size(553, 26) Me.TxtDomicilioU.TabIndex = 20 ' 'CmbPaisU ' Me.CmbPaisU.FormattingEnabled = True Me.CmbPaisU.Location = New System.Drawing.Point(10, 72) Me.CmbPaisU.Name = "CmbPaisU" Me.CmbPaisU.Size = New System.Drawing.Size(166, 21) Me.CmbPaisU.TabIndex = 22 ' 'Label32 ' Me.Label32.AutoSize = True Me.Label32.Location = New System.Drawing.Point(9, 58) Me.Label32.Name = "Label32" Me.Label32.Size = New System.Drawing.Size(29, 13) Me.Label32.TabIndex = 57 Me.Label32.Text = "País" ' 'GroupBox6 ' Me.GroupBox6.Controls.Add(Me.TextBox16) Me.GroupBox6.Controls.Add(Me.Label23) Me.GroupBox6.Controls.Add(Me.TextBox17) Me.GroupBox6.Controls.Add(Me.Label24) Me.GroupBox6.Controls.Add(Me.TextBox18) Me.GroupBox6.Controls.Add(Me.Label25) Me.GroupBox6.Controls.Add(Me.Label26) Me.GroupBox6.Controls.Add(Me.TextBox19) Me.GroupBox6.Location = New System.Drawing.Point(13, 293) Me.GroupBox6.Name = "GroupBox6" Me.GroupBox6.Size = New System.Drawing.Size(851, 112) Me.GroupBox6.TabIndex = 48 Me.GroupBox6.TabStop = False Me.GroupBox6.Text = "Domicilio Unificado" ' 'TextBox16 ' Me.TextBox16.Location = New System.Drawing.Point(461, 74) Me.TextBox16.Name = "TextBox16" Me.TextBox16.Size = New System.Drawing.Size(377, 20) Me.TextBox16.TabIndex = 47 ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.Location = New System.Drawing.Point(430, 77) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(27, 13) Me.Label23.TabIndex = 46 Me.Label23.Text = "C.P." ' 'TextBox17 ' Me.TextBox17.Location = New System.Drawing.Point(461, 48) Me.TextBox17.Name = "TextBox17" Me.TextBox17.Size = New System.Drawing.Size(377, 20) Me.TextBox17.TabIndex = 45 ' 'Label24 ' Me.Label24.AutoSize = True Me.Label24.Location = New System.Drawing.Point(415, 51) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(42, 13) Me.Label24.TabIndex = 44 Me.Label24.Text = "Colonia" ' 'TextBox18 ' Me.TextBox18.Location = New System.Drawing.Point(461, 14) Me.TextBox18.Name = "TextBox18" Me.TextBox18.Size = New System.Drawing.Size(378, 20) Me.TextBox18.TabIndex = 43 ' 'Label25 ' Me.Label25.AutoSize = True Me.Label25.Location = New System.Drawing.Point(358, 17) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(99, 13) Me.Label25.TabIndex = 42 Me.Label25.Text = "Ciudad o Poblacion" ' 'Label26 ' Me.Label26.AutoSize = True Me.Label26.Location = New System.Drawing.Point(8, 17) Me.Label26.Name = "Label26" Me.Label26.Size = New System.Drawing.Size(49, 13) Me.Label26.TabIndex = 41 Me.Label26.Text = "Domicilio" ' 'TextBox19 ' Me.TextBox19.Location = New System.Drawing.Point(11, 33) Me.TextBox19.MaxLength = 400 Me.TextBox19.Multiline = True Me.TextBox19.Name = "TextBox19" Me.TextBox19.Size = New System.Drawing.Size(341, 69) Me.TextBox19.TabIndex = 40 ' 'TxtColoniaU ' Me.TxtColoniaU.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtColoniaU.Location = New System.Drawing.Point(571, 72) Me.TxtColoniaU.MaxLength = 40 Me.TxtColoniaU.Name = "TxtColoniaU" Me.TxtColoniaU.Size = New System.Drawing.Size(177, 20) Me.TxtColoniaU.TabIndex = 24 ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Location = New System.Drawing.Point(568, 57) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(42, 13) Me.Label21.TabIndex = 44 Me.Label21.Text = "Colonia" ' 'TxtCiudadU ' Me.TxtCiudadU.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtCiudadU.Location = New System.Drawing.Point(187, 72) Me.TxtCiudadU.MaxLength = 70 Me.TxtCiudadU.Name = "TxtCiudadU" Me.TxtCiudadU.Size = New System.Drawing.Size(378, 20) Me.TxtCiudadU.TabIndex = 23 ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Location = New System.Drawing.Point(184, 58) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(99, 13) Me.Label20.TabIndex = 42 Me.Label20.Text = "Ciudad o Poblacion" ' 'GRPDomicilioSeparado ' Me.GRPDomicilioSeparado.Controls.Add(Me.TxtNumIntS) Me.GRPDomicilioSeparado.Controls.Add(Me.Label36) Me.GRPDomicilioSeparado.Controls.Add(Me.TxtNumExtS) Me.GRPDomicilioSeparado.Controls.Add(Me.Label37) Me.GRPDomicilioSeparado.Controls.Add(Me.TxtCalleS) Me.GRPDomicilioSeparado.Controls.Add(Me.Label35) Me.GRPDomicilioSeparado.Controls.Add(Me.TxtCPS) Me.GRPDomicilioSeparado.Controls.Add(Me.Label31) Me.GRPDomicilioSeparado.Controls.Add(Me.CmbPaisS) Me.GRPDomicilioSeparado.Controls.Add(Me.Label18) Me.GRPDomicilioSeparado.Controls.Add(Me.GroupBox7) Me.GRPDomicilioSeparado.Controls.Add(Me.TxtCiudadS) Me.GRPDomicilioSeparado.Controls.Add(Me.Label38) Me.GRPDomicilioSeparado.Controls.Add(Me.TxtColoniaS) Me.GRPDomicilioSeparado.Controls.Add(Me.Label33) Me.GRPDomicilioSeparado.Controls.Add(Me.Label34) Me.GRPDomicilioSeparado.Controls.Add(Me.TxtEstadoS) Me.GRPDomicilioSeparado.Location = New System.Drawing.Point(9, 270) Me.GRPDomicilioSeparado.Name = "GRPDomicilioSeparado" Me.GRPDomicilioSeparado.Size = New System.Drawing.Size(877, 102) Me.GRPDomicilioSeparado.TabIndex = 76 Me.GRPDomicilioSeparado.TabStop = False Me.GRPDomicilioSeparado.Text = "Domicilio Entidad Financiera Extranjera Separado" Me.GRPDomicilioSeparado.Visible = False ' 'TxtNumIntS ' Me.TxtNumIntS.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtNumIntS.Location = New System.Drawing.Point(405, 32) Me.TxtNumIntS.MaxLength = 40 Me.TxtNumIntS.Name = "TxtNumIntS" Me.TxtNumIntS.Size = New System.Drawing.Size(78, 20) Me.TxtNumIntS.TabIndex = 22 ' 'Label36 ' Me.Label36.AutoSize = True Me.Label36.ForeColor = System.Drawing.Color.MidnightBlue Me.Label36.Location = New System.Drawing.Point(404, 16) Me.Label36.Name = "Label36" Me.Label36.Size = New System.Drawing.Size(79, 13) Me.Label36.TabIndex = 63 Me.Label36.Text = "Número Interior" ' 'TxtNumExtS ' Me.TxtNumExtS.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtNumExtS.Location = New System.Drawing.Point(317, 32) Me.TxtNumExtS.MaxLength = 40 Me.TxtNumExtS.Name = "TxtNumExtS" Me.TxtNumExtS.Size = New System.Drawing.Size(81, 20) Me.TxtNumExtS.TabIndex = 21 ' 'Label37 ' Me.Label37.AutoSize = True Me.Label37.ForeColor = System.Drawing.Color.MidnightBlue Me.Label37.Location = New System.Drawing.Point(316, 16) Me.Label37.Name = "Label37" Me.Label37.Size = New System.Drawing.Size(82, 13) Me.Label37.TabIndex = 61 Me.Label37.Text = "Número Exterior" ' 'TxtCalleS ' Me.TxtCalleS.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtCalleS.Location = New System.Drawing.Point(6, 32) Me.TxtCalleS.MaxLength = 70 Me.TxtCalleS.Name = "TxtCalleS" Me.TxtCalleS.Size = New System.Drawing.Size(305, 20) Me.TxtCalleS.TabIndex = 20 ' 'Label35 ' Me.Label35.AutoSize = True Me.Label35.ForeColor = System.Drawing.Color.MidnightBlue Me.Label35.Location = New System.Drawing.Point(6, 16) Me.Label35.Name = "Label35" Me.Label35.Size = New System.Drawing.Size(30, 13) Me.Label35.TabIndex = 59 Me.Label35.Text = "Calle" ' 'TxtCPS ' Me.TxtCPS.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtCPS.Location = New System.Drawing.Point(489, 32) Me.TxtCPS.MaxLength = 12 Me.TxtCPS.Name = "TxtCPS" Me.TxtCPS.Size = New System.Drawing.Size(95, 20) Me.TxtCPS.TabIndex = 23 ' 'Label31 ' Me.Label31.AutoSize = True Me.Label31.ForeColor = System.Drawing.Color.MidnightBlue Me.Label31.Location = New System.Drawing.Point(489, 16) Me.Label31.Name = "Label31" Me.Label31.Size = New System.Drawing.Size(27, 13) Me.Label31.TabIndex = 57 Me.Label31.Text = "C.P." ' 'CmbPaisS ' Me.CmbPaisS.FormattingEnabled = True Me.CmbPaisS.Location = New System.Drawing.Point(6, 71) Me.CmbPaisS.Name = "CmbPaisS" Me.CmbPaisS.Size = New System.Drawing.Size(166, 21) Me.CmbPaisS.TabIndex = 24 ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.ForeColor = System.Drawing.Color.MidnightBlue Me.Label18.Location = New System.Drawing.Point(3, 55) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(29, 13) Me.Label18.TabIndex = 55 Me.Label18.Text = "País" ' 'GroupBox7 ' Me.GroupBox7.Controls.Add(Me.TextBox20) Me.GroupBox7.Controls.Add(Me.Label27) Me.GroupBox7.Controls.Add(Me.TextBox21) Me.GroupBox7.Controls.Add(Me.Label28) Me.GroupBox7.Controls.Add(Me.TextBox22) Me.GroupBox7.Controls.Add(Me.Label29) Me.GroupBox7.Controls.Add(Me.Label30) Me.GroupBox7.Controls.Add(Me.TextBox23) Me.GroupBox7.Location = New System.Drawing.Point(13, 293) Me.GroupBox7.Name = "GroupBox7" Me.GroupBox7.Size = New System.Drawing.Size(851, 112) Me.GroupBox7.TabIndex = 48 Me.GroupBox7.TabStop = False Me.GroupBox7.Text = "Domicilio Unificado" ' 'TextBox20 ' Me.TextBox20.Location = New System.Drawing.Point(461, 74) Me.TextBox20.Name = "TextBox20" Me.TextBox20.Size = New System.Drawing.Size(377, 20) Me.TextBox20.TabIndex = 47 ' 'Label27 ' Me.Label27.AutoSize = True Me.Label27.Location = New System.Drawing.Point(430, 77) Me.Label27.Name = "Label27" Me.Label27.Size = New System.Drawing.Size(27, 13) Me.Label27.TabIndex = 46 Me.Label27.Text = "C.P." ' 'TextBox21 ' Me.TextBox21.Location = New System.Drawing.Point(461, 48) Me.TextBox21.Name = "TextBox21" Me.TextBox21.Size = New System.Drawing.Size(377, 20) Me.TextBox21.TabIndex = 45 ' 'Label28 ' Me.Label28.AutoSize = True Me.Label28.Location = New System.Drawing.Point(415, 51) Me.Label28.Name = "Label28" Me.Label28.Size = New System.Drawing.Size(42, 13) Me.Label28.TabIndex = 44 Me.Label28.Text = "Colonia" ' 'TextBox22 ' Me.TextBox22.Location = New System.Drawing.Point(461, 14) Me.TextBox22.Name = "TextBox22" Me.TextBox22.Size = New System.Drawing.Size(378, 20) Me.TextBox22.TabIndex = 43 ' 'Label29 ' Me.Label29.AutoSize = True Me.Label29.Location = New System.Drawing.Point(358, 17) Me.Label29.Name = "Label29" Me.Label29.Size = New System.Drawing.Size(99, 13) Me.Label29.TabIndex = 42 Me.Label29.Text = "Ciudad o Poblacion" ' 'Label30 ' Me.Label30.AutoSize = True Me.Label30.Location = New System.Drawing.Point(8, 17) Me.Label30.Name = "Label30" Me.Label30.Size = New System.Drawing.Size(49, 13) Me.Label30.TabIndex = 41 Me.Label30.Text = "Domicilio" ' 'TextBox23 ' Me.TextBox23.Location = New System.Drawing.Point(11, 33) Me.TextBox23.MaxLength = 400 Me.TextBox23.Multiline = True Me.TextBox23.Name = "TextBox23" Me.TextBox23.Size = New System.Drawing.Size(341, 69) Me.TextBox23.TabIndex = 40 ' 'TxtCiudadS ' Me.TxtCiudadS.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtCiudadS.Location = New System.Drawing.Point(351, 72) Me.TxtCiudadS.MaxLength = 70 Me.TxtCiudadS.Name = "TxtCiudadS" Me.TxtCiudadS.Size = New System.Drawing.Size(217, 20) Me.TxtCiudadS.TabIndex = 26 ' 'Label38 ' Me.Label38.AutoSize = True Me.Label38.ForeColor = System.Drawing.Color.MidnightBlue Me.Label38.Location = New System.Drawing.Point(571, 55) Me.Label38.Name = "Label38" Me.Label38.Size = New System.Drawing.Size(42, 13) Me.Label38.TabIndex = 44 Me.Label38.Text = "Colonia" ' 'TxtColoniaS ' Me.TxtColoniaS.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtColoniaS.Location = New System.Drawing.Point(574, 71) Me.TxtColoniaS.MaxLength = 40 Me.TxtColoniaS.Name = "TxtColoniaS" Me.TxtColoniaS.Size = New System.Drawing.Size(267, 20) Me.TxtColoniaS.TabIndex = 27 ' 'Label33 ' Me.Label33.AutoSize = True Me.Label33.ForeColor = System.Drawing.Color.MidnightBlue Me.Label33.Location = New System.Drawing.Point(348, 55) Me.Label33.Name = "Label33" Me.Label33.Size = New System.Drawing.Size(40, 13) Me.Label33.TabIndex = 42 Me.Label33.Text = "Ciudad" ' 'Label34 ' Me.Label34.AutoSize = True Me.Label34.ForeColor = System.Drawing.Color.MidnightBlue Me.Label34.Location = New System.Drawing.Point(177, 55) Me.Label34.Name = "Label34" Me.Label34.Size = New System.Drawing.Size(96, 13) Me.Label34.TabIndex = 41 Me.Label34.Text = "Estado o Provincia" ' 'TxtEstadoS ' Me.TxtEstadoS.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtEstadoS.Location = New System.Drawing.Point(178, 71) Me.TxtEstadoS.MaxLength = 70 Me.TxtEstadoS.Multiline = True Me.TxtEstadoS.Name = "TxtEstadoS" Me.TxtEstadoS.Size = New System.Drawing.Size(167, 21) Me.TxtEstadoS.TabIndex = 25 ' 'BtnGuardar ' Me.BtnGuardar.Location = New System.Drawing.Point(12, 382) Me.BtnGuardar.Name = "BtnGuardar" Me.BtnGuardar.Size = New System.Drawing.Size(94, 24) Me.BtnGuardar.TabIndex = 40 Me.BtnGuardar.Text = "Guardar" Me.BtnGuardar.UseVisualStyleBackColor = True ' 'BtnEliminar ' Me.BtnEliminar.Location = New System.Drawing.Point(112, 382) Me.BtnEliminar.Name = "BtnEliminar" Me.BtnEliminar.Size = New System.Drawing.Size(94, 24) Me.BtnEliminar.TabIndex = 41 Me.BtnEliminar.Text = "Eliminar" Me.BtnEliminar.UseVisualStyleBackColor = True ' 'ChkHistoria ' Me.ChkHistoria.AutoSize = True Me.ChkHistoria.ForeColor = System.Drawing.Color.MidnightBlue Me.ChkHistoria.Location = New System.Drawing.Point(801, 387) Me.ChkHistoria.Name = "ChkHistoria" Me.ChkHistoria.Size = New System.Drawing.Size(82, 17) Me.ChkHistoria.TabIndex = 43 Me.ChkHistoria.Text = "Ver Historial" Me.ChkHistoria.UseVisualStyleBackColor = True ' 'BtnNuevo ' Me.BtnNuevo.Location = New System.Drawing.Point(212, 382) Me.BtnNuevo.Name = "BtnNuevo" Me.BtnNuevo.Size = New System.Drawing.Size(94, 24) Me.BtnNuevo.TabIndex = 42 Me.BtnNuevo.Text = "Nuevo" Me.BtnNuevo.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.Location = New System.Drawing.Point(822, 569) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(64, 24) Me.Button2.TabIndex = 77 Me.Button2.Text = "Cerrar" ' 'BtnEnviado ' Me.BtnEnviado.Location = New System.Drawing.Point(312, 382) Me.BtnEnviado.Name = "BtnEnviado" Me.BtnEnviado.Size = New System.Drawing.Size(94, 24) Me.BtnEnviado.TabIndex = 78 Me.BtnEnviado.Text = "Enviado" Me.BtnEnviado.UseVisualStyleBackColor = True ' 'FrmInformes ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(892, 605) Me.Controls.Add(Me.BtnEnviado) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.BtnNuevo) Me.Controls.Add(Me.ChkHistoria) Me.Controls.Add(Me.BtnGuardar) Me.Controls.Add(Me.BtnEliminar) Me.Controls.Add(Me.GbTD) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.GbP) Me.Controls.Add(Me.GbFechas) Me.Controls.Add(Me.TxtObjeto) Me.Controls.Add(Me.CmbVigencia) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.DtpFechaConvenio) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.CmbInst) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.BtnGenerar) Me.Controls.Add(Me.CmbOrg) Me.Controls.Add(Me.GbPE) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.TxtNombreEFE) Me.Controls.Add(Me.DgvInformes) Me.Controls.Add(Me.GRPDomicilioSeparado) Me.Controls.Add(Me.GRPDomicilioUnificado) Me.Name = "FrmInformes" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Informes" Me.GbTD.ResumeLayout(False) Me.GbTD.PerformLayout() CType(Me.DgvCargos, System.ComponentModel.ISupportInitialize).EndInit() Me.GbP.ResumeLayout(False) Me.GbP.PerformLayout() Me.GbFechas.ResumeLayout(False) Me.GbFechas.PerformLayout() Me.GbPE.ResumeLayout(False) Me.GbPE.PerformLayout() CType(Me.dgvCargosE, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DgvInformes, System.ComponentModel.ISupportInitialize).EndInit() Me.GRPDomicilioUnificado.ResumeLayout(False) Me.GRPDomicilioUnificado.PerformLayout() Me.GroupBox6.ResumeLayout(False) Me.GroupBox6.PerformLayout() Me.GRPDomicilioSeparado.ResumeLayout(False) Me.GRPDomicilioSeparado.PerformLayout() Me.GroupBox7.ResumeLayout(False) Me.GroupBox7.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents RDBSeparado As System.Windows.Forms.RadioButton Friend WithEvents GbTD As System.Windows.Forms.GroupBox Friend WithEvents RDBUnificado As System.Windows.Forms.RadioButton Friend WithEvents DgvCargos As System.Windows.Forms.DataGridView Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents DtpFechaFin As System.Windows.Forms.DateTimePicker Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents DtpFechaIni As System.Windows.Forms.DateTimePicker Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents GbP As System.Windows.Forms.GroupBox Friend WithEvents TxtCargo As System.Windows.Forms.TextBox Friend WithEvents CmdAgregar As System.Windows.Forms.Button Friend WithEvents GbFechas As System.Windows.Forms.GroupBox Friend WithEvents TxtObjeto As System.Windows.Forms.TextBox Friend WithEvents CmbVigencia As System.Windows.Forms.ComboBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents DtpFechaConvenio As System.Windows.Forms.DateTimePicker Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents CmbInst As System.Windows.Forms.ComboBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents BtnGenerar As System.Windows.Forms.Button Friend WithEvents CmbOrg As System.Windows.Forms.ComboBox Friend WithEvents GbPE As System.Windows.Forms.GroupBox Friend WithEvents dgvCargosE As System.Windows.Forms.DataGridView Friend WithEvents TxtCargoE As System.Windows.Forms.TextBox Friend WithEvents CmdAgregarE As System.Windows.Forms.Button Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents TxtNombreEFE As System.Windows.Forms.TextBox Friend WithEvents DgvInformes As System.Windows.Forms.DataGridView Friend WithEvents GRPDomicilioUnificado As System.Windows.Forms.GroupBox Friend WithEvents TxtCPU As System.Windows.Forms.TextBox Friend WithEvents Label22 As System.Windows.Forms.Label Friend WithEvents Label19 As System.Windows.Forms.Label Friend WithEvents TxtDomicilioU As System.Windows.Forms.TextBox Friend WithEvents CmbPaisU As System.Windows.Forms.ComboBox Friend WithEvents Label32 As System.Windows.Forms.Label Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox Friend WithEvents TextBox16 As System.Windows.Forms.TextBox Friend WithEvents Label23 As System.Windows.Forms.Label Friend WithEvents TextBox17 As System.Windows.Forms.TextBox Friend WithEvents Label24 As System.Windows.Forms.Label Friend WithEvents TextBox18 As System.Windows.Forms.TextBox Friend WithEvents Label25 As System.Windows.Forms.Label Friend WithEvents Label26 As System.Windows.Forms.Label Friend WithEvents TextBox19 As System.Windows.Forms.TextBox Friend WithEvents TxtColoniaU As System.Windows.Forms.TextBox Friend WithEvents Label21 As System.Windows.Forms.Label Friend WithEvents TxtCiudadU As System.Windows.Forms.TextBox Friend WithEvents Label20 As System.Windows.Forms.Label Friend WithEvents GRPDomicilioSeparado As System.Windows.Forms.GroupBox Friend WithEvents TxtNumIntS As System.Windows.Forms.TextBox Friend WithEvents Label36 As System.Windows.Forms.Label Friend WithEvents TxtNumExtS As System.Windows.Forms.TextBox Friend WithEvents Label37 As System.Windows.Forms.Label Friend WithEvents TxtCalleS As System.Windows.Forms.TextBox Friend WithEvents Label35 As System.Windows.Forms.Label Friend WithEvents TxtCPS As System.Windows.Forms.TextBox Friend WithEvents Label31 As System.Windows.Forms.Label Friend WithEvents CmbPaisS As System.Windows.Forms.ComboBox Friend WithEvents Label18 As System.Windows.Forms.Label Friend WithEvents GroupBox7 As System.Windows.Forms.GroupBox Friend WithEvents TextBox20 As System.Windows.Forms.TextBox Friend WithEvents Label27 As System.Windows.Forms.Label Friend WithEvents TextBox21 As System.Windows.Forms.TextBox Friend WithEvents Label28 As System.Windows.Forms.Label Friend WithEvents TextBox22 As System.Windows.Forms.TextBox Friend WithEvents Label29 As System.Windows.Forms.Label Friend WithEvents Label30 As System.Windows.Forms.Label Friend WithEvents TextBox23 As System.Windows.Forms.TextBox Friend WithEvents TxtCiudadS As System.Windows.Forms.TextBox Friend WithEvents Label38 As System.Windows.Forms.Label Friend WithEvents TxtColoniaS As System.Windows.Forms.TextBox Friend WithEvents Label33 As System.Windows.Forms.Label Friend WithEvents Label34 As System.Windows.Forms.Label Friend WithEvents TxtEstadoS As System.Windows.Forms.TextBox Friend WithEvents BtnGuardar As System.Windows.Forms.Button Friend WithEvents BtnEliminar As System.Windows.Forms.Button Friend WithEvents ChkHistoria As System.Windows.Forms.CheckBox Friend WithEvents BtnNuevo As System.Windows.Forms.Button Friend WithEvents CmdQuitar As System.Windows.Forms.Button Friend WithEvents CmdQuitarE As System.Windows.Forms.Button Friend WithEvents CARGO As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents CARGOE As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents BtnEnviado As System.Windows.Forms.Button Friend WithEvents Label8 As System.Windows.Forms.Label End Class