_ Partial Class FrmRepInterExt Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.Button2 = New System.Windows.Forms.Button() Me.BTGenerar = New System.Windows.Forms.Button() Me.TxtRutaRaiz = New System.Windows.Forms.TextBox() Me.OFDRutas = New System.Windows.Forms.OpenFileDialog() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.LblReporte = New System.Windows.Forms.Label() Me.CmdEnviados = New System.Windows.Forms.Button() Me.TxtAccion = New System.Windows.Forms.TextBox() Me.TxtIdCliente = New System.Windows.Forms.TextBox() Me.LblFeConst = New System.Windows.Forms.Label() Me.dtpFechaConstit = New System.Windows.Forms.DateTimePicker() Me.TxtNic = New System.Windows.Forms.TextBox() Me.Label17 = New System.Windows.Forms.Label() Me.TxtCargoFuncVaDirigido = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.DTOperFeFin = New System.Windows.Forms.DateTimePicker() Me.TxtBuscaCliente = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.DTOperFeInicio = New System.Windows.Forms.DateTimePicker() Me.CboTipoPersona = New System.Windows.Forms.ComboBox() Me.DGVClientes = New System.Windows.Forms.DataGridView() Me.CmdQuitar = New System.Windows.Forms.Button() Me.CboEntidad = New System.Windows.Forms.ComboBox() Me.CmdAgregar = New System.Windows.Forms.Button() Me.Label11 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.TxtArchivoAnexo = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.CboOrgRegulador = New System.Windows.Forms.ComboBox() Me.DGVDatosReporte = New System.Windows.Forms.DataGridView() Me.DGVOperaciones = New System.Windows.Forms.DataGridView() Me.TxtCargoFuncExtra = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.CmbPais = New System.Windows.Forms.ComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.TxtNomEntExt = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.dtpFechaRecepcion = New System.Windows.Forms.DateTimePicker() Me.TxtFolio = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.CmdGuardar = New System.Windows.Forms.Button() Me.CmdNuevo = New System.Windows.Forms.Button() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.CmdBuscarFechas = New System.Windows.Forms.Button() Me.Label21 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.DTPFeRecFin = New System.Windows.Forms.DateTimePicker() Me.Label20 = New System.Windows.Forms.Label() Me.DTPFeRecInicio = New System.Windows.Forms.DateTimePicker() Me.CmdBuscar = New System.Windows.Forms.Button() Me.TxtFolioBusca = New System.Windows.Forms.TextBox() Me.Label18 = New System.Windows.Forms.Label() Me.DGVBuscaDatos = New System.Windows.Forms.DataGridView() Me.GroupBox1.SuspendLayout() CType(Me.DGVClientes, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DGVDatosReporte, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DGVOperaciones, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox2.SuspendLayout() CType(Me.DGVBuscaDatos, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '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(758, 505) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(64, 24) Me.Button2.TabIndex = 3 Me.Button2.Text = "Cerrar" ' 'BTGenerar ' Me.BTGenerar.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BTGenerar.Location = New System.Drawing.Point(622, 505) Me.BTGenerar.Name = "BTGenerar" Me.BTGenerar.Size = New System.Drawing.Size(118, 24) Me.BTGenerar.TabIndex = 2 Me.BTGenerar.Text = "Generar Reporte" ' 'TxtRutaRaiz ' Me.TxtRutaRaiz.Location = New System.Drawing.Point(656, -3) Me.TxtRutaRaiz.Name = "TxtRutaRaiz" Me.TxtRutaRaiz.Size = New System.Drawing.Size(100, 20) Me.TxtRutaRaiz.TabIndex = 4 Me.TxtRutaRaiz.Visible = False ' 'OFDRutas ' Me.OFDRutas.AddExtension = False Me.OFDRutas.AutoUpgradeEnabled = False Me.OFDRutas.CheckFileExists = False Me.OFDRutas.DereferenceLinks = False Me.OFDRutas.FileName = "CFDI" Me.OFDRutas.RestoreDirectory = True Me.OFDRutas.ValidateNames = False ' 'FolderBrowserDialog1 ' Me.FolderBrowserDialog1.RootFolder = System.Environment.SpecialFolder.MyComputer ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.LblReporte) Me.GroupBox1.Controls.Add(Me.CmdEnviados) Me.GroupBox1.Controls.Add(Me.TxtAccion) Me.GroupBox1.Controls.Add(Me.TxtIdCliente) Me.GroupBox1.Controls.Add(Me.LblFeConst) Me.GroupBox1.Controls.Add(Me.dtpFechaConstit) Me.GroupBox1.Controls.Add(Me.TxtNic) Me.GroupBox1.Controls.Add(Me.Label17) Me.GroupBox1.Controls.Add(Me.TxtCargoFuncVaDirigido) Me.GroupBox1.Controls.Add(Me.Label16) Me.GroupBox1.Controls.Add(Me.Label15) Me.GroupBox1.Controls.Add(Me.Label13) Me.GroupBox1.Controls.Add(Me.DTOperFeFin) Me.GroupBox1.Controls.Add(Me.TxtBuscaCliente) Me.GroupBox1.Controls.Add(Me.Label12) Me.GroupBox1.Controls.Add(Me.Label14) Me.GroupBox1.Controls.Add(Me.DTOperFeInicio) Me.GroupBox1.Controls.Add(Me.CboTipoPersona) Me.GroupBox1.Controls.Add(Me.DGVClientes) Me.GroupBox1.Controls.Add(Me.CmdQuitar) Me.GroupBox1.Controls.Add(Me.CboEntidad) Me.GroupBox1.Controls.Add(Me.CmdAgregar) Me.GroupBox1.Controls.Add(Me.Label11) Me.GroupBox1.Controls.Add(Me.Label10) Me.GroupBox1.Controls.Add(Me.TxtArchivoAnexo) Me.GroupBox1.Controls.Add(Me.Label9) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Controls.Add(Me.CboOrgRegulador) Me.GroupBox1.Controls.Add(Me.DGVDatosReporte) Me.GroupBox1.Controls.Add(Me.DGVOperaciones) Me.GroupBox1.Controls.Add(Me.TxtCargoFuncExtra) Me.GroupBox1.Controls.Add(Me.Label8) Me.GroupBox1.Controls.Add(Me.Label7) Me.GroupBox1.Controls.Add(Me.CmbPais) Me.GroupBox1.Controls.Add(Me.Label6) Me.GroupBox1.Controls.Add(Me.TxtNomEntExt) Me.GroupBox1.Controls.Add(Me.Label5) Me.GroupBox1.Controls.Add(Me.dtpFechaRecepcion) Me.GroupBox1.Controls.Add(Me.TxtFolio) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Location = New System.Drawing.Point(12, 11) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(820, 375) Me.GroupBox1.TabIndex = 5 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Captura de Datos" ' 'LblReporte ' Me.LblReporte.AutoSize = True Me.LblReporte.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.LblReporte.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LblReporte.ForeColor = System.Drawing.Color.Red Me.LblReporte.Location = New System.Drawing.Point(409, 152) Me.LblReporte.Name = "LblReporte" Me.LblReporte.Size = New System.Drawing.Size(276, 31) Me.LblReporte.TabIndex = 53 Me.LblReporte.Text = "REPORTE ENVIADO" ' 'CmdEnviados ' Me.CmdEnviados.Location = New System.Drawing.Point(713, 13) Me.CmdEnviados.Name = "CmdEnviados" Me.CmdEnviados.Size = New System.Drawing.Size(75, 23) Me.CmdEnviados.TabIndex = 52 Me.CmdEnviados.Text = "Enviado" Me.CmdEnviados.UseVisualStyleBackColor = True ' 'TxtAccion ' Me.TxtAccion.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TxtAccion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtAccion.Enabled = False Me.TxtAccion.ForeColor = System.Drawing.Color.Black Me.TxtAccion.Location = New System.Drawing.Point(731, 65) Me.TxtAccion.MaxLength = 60 Me.TxtAccion.Name = "TxtAccion" Me.TxtAccion.Size = New System.Drawing.Size(56, 20) Me.TxtAccion.TabIndex = 51 ' 'TxtIdCliente ' Me.TxtIdCliente.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtIdCliente.Location = New System.Drawing.Point(773, 230) Me.TxtIdCliente.MaxLength = 60 Me.TxtIdCliente.Name = "TxtIdCliente" Me.TxtIdCliente.Size = New System.Drawing.Size(37, 20) Me.TxtIdCliente.TabIndex = 50 Me.TxtIdCliente.Visible = False ' 'LblFeConst ' Me.LblFeConst.AutoSize = True Me.LblFeConst.ForeColor = System.Drawing.Color.MidnightBlue Me.LblFeConst.Location = New System.Drawing.Point(295, 149) Me.LblFeConst.Name = "LblFeConst" Me.LblFeConst.Size = New System.Drawing.Size(98, 13) Me.LblFeConst.TabIndex = 49 Me.LblFeConst.Text = "Fecha Constitución" ' 'dtpFechaConstit ' Me.dtpFechaConstit.CustomFormat = "dd/MM/yyyy" Me.dtpFechaConstit.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.dtpFechaConstit.Location = New System.Drawing.Point(297, 165) Me.dtpFechaConstit.Name = "dtpFechaConstit" Me.dtpFechaConstit.Size = New System.Drawing.Size(90, 20) Me.dtpFechaConstit.TabIndex = 10 ' 'TxtNic ' Me.TxtNic.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtNic.Location = New System.Drawing.Point(181, 225) Me.TxtNic.MaxLength = 60 Me.TxtNic.Name = "TxtNic" Me.TxtNic.Size = New System.Drawing.Size(83, 20) Me.TxtNic.TabIndex = 12 ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.ForeColor = System.Drawing.Color.MidnightBlue Me.Label17.Location = New System.Drawing.Point(182, 209) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(23, 13) Me.Label17.TabIndex = 45 Me.Label17.Text = "Nic" ' 'TxtCargoFuncVaDirigido ' Me.TxtCargoFuncVaDirigido.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtCargoFuncVaDirigido.Location = New System.Drawing.Point(394, 125) Me.TxtCargoFuncVaDirigido.MaxLength = 60 Me.TxtCargoFuncVaDirigido.Name = "TxtCargoFuncVaDirigido" Me.TxtCargoFuncVaDirigido.Size = New System.Drawing.Size(170, 20) Me.TxtCargoFuncVaDirigido.TabIndex = 7 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.ForeColor = System.Drawing.Color.MidnightBlue Me.Label16.Location = New System.Drawing.Point(391, 109) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(184, 13) Me.Label16.TabIndex = 43 Me.Label16.Text = "Cargo Funcionario a quien va Dirigido" ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.ForeColor = System.Drawing.Color.MidnightBlue Me.Label15.Location = New System.Drawing.Point(21, 168) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(85, 13) Me.Label15.TabIndex = 42 Me.Label15.Text = "Tipo de Persona" ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.ForeColor = System.Drawing.Color.MidnightBlue Me.Label13.Location = New System.Drawing.Point(405, 209) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(62, 13) Me.Label13.TabIndex = 38 Me.Label13.Text = "Fecha Final" ' 'DTOperFeFin ' Me.DTOperFeFin.CustomFormat = "dd/MM/yyyy" Me.DTOperFeFin.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DTOperFeFin.Location = New System.Drawing.Point(408, 225) Me.DTOperFeFin.Name = "DTOperFeFin" Me.DTOperFeFin.Size = New System.Drawing.Size(90, 20) Me.DTOperFeFin.TabIndex = 14 ' 'TxtBuscaCliente ' Me.TxtBuscaCliente.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtBuscaCliente.Location = New System.Drawing.Point(17, 225) Me.TxtBuscaCliente.MaxLength = 60 Me.TxtBuscaCliente.Name = "TxtBuscaCliente" Me.TxtBuscaCliente.Size = New System.Drawing.Size(158, 20) Me.TxtBuscaCliente.TabIndex = 11 ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.ForeColor = System.Drawing.Color.MidnightBlue Me.Label12.Location = New System.Drawing.Point(300, 209) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(67, 13) Me.Label12.TabIndex = 36 Me.Label12.Text = "Fecha Inicial" ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.ForeColor = System.Drawing.Color.MidnightBlue Me.Label14.Location = New System.Drawing.Point(18, 209) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(75, 13) Me.Label14.TabIndex = 40 Me.Label14.Text = "Buscar Cliente" ' 'DTOperFeInicio ' Me.DTOperFeInicio.CustomFormat = "dd/MM/yyyy" Me.DTOperFeInicio.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DTOperFeInicio.Location = New System.Drawing.Point(303, 225) Me.DTOperFeInicio.Name = "DTOperFeInicio" Me.DTOperFeInicio.Size = New System.Drawing.Size(90, 20) Me.DTOperFeInicio.TabIndex = 13 ' 'CboTipoPersona ' Me.CboTipoPersona.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CboTipoPersona.FormattingEnabled = True Me.CboTipoPersona.Items.AddRange(New Object() {"PERSONA MORAL", "FIDEICOMISO"}) Me.CboTipoPersona.Location = New System.Drawing.Point(112, 165) Me.CboTipoPersona.Name = "CboTipoPersona" Me.CboTipoPersona.Size = New System.Drawing.Size(169, 21) Me.CboTipoPersona.TabIndex = 9 ' 'DGVClientes ' Me.DGVClientes.AllowUserToAddRows = False DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DGVClientes.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1 Me.DGVClientes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.DGVClientes.DefaultCellStyle = DataGridViewCellStyle2 Me.DGVClientes.Location = New System.Drawing.Point(10, 254) Me.DGVClientes.Name = "DGVClientes" Me.DGVClientes.ReadOnly = True DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DGVClientes.RowHeadersDefaultCellStyle = DataGridViewCellStyle3 Me.DGVClientes.RowHeadersVisible = False Me.DGVClientes.RowTemplate.Height = 15 Me.DGVClientes.Size = New System.Drawing.Size(254, 113) Me.DGVClientes.TabIndex = 34 ' '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(743, 223) Me.CmdQuitar.Name = "CmdQuitar" Me.CmdQuitar.Size = New System.Drawing.Size(24, 27) Me.CmdQuitar.TabIndex = 33 Me.CmdQuitar.Text = "<" Me.CmdQuitar.UseVisualStyleBackColor = True Me.CmdQuitar.Visible = False ' 'CboEntidad ' Me.CboEntidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CboEntidad.FormattingEnabled = True Me.CboEntidad.Location = New System.Drawing.Point(328, 38) Me.CboEntidad.Name = "CboEntidad" Me.CboEntidad.Size = New System.Drawing.Size(174, 21) Me.CboEntidad.TabIndex = 2 ' '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(713, 223) Me.CmdAgregar.Name = "CmdAgregar" Me.CmdAgregar.Size = New System.Drawing.Size(24, 27) Me.CmdAgregar.TabIndex = 29 Me.CmdAgregar.Text = ">" Me.CmdAgregar.UseVisualStyleBackColor = True Me.CmdAgregar.Visible = False ' 'Label11 ' Me.Label11.AutoSize = True 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.ForeColor = System.Drawing.Color.MidnightBlue Me.Label11.Location = New System.Drawing.Point(623, 193) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(111, 13) Me.Label11.TabIndex = 27 Me.Label11.Text = "DATOS A ENVIAR" ' 'Label10 ' Me.Label10.AutoSize = True 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.ForeColor = System.Drawing.Color.MidnightBlue Me.Label10.Location = New System.Drawing.Point(357, 193) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(95, 13) Me.Label10.TabIndex = 26 Me.Label10.Text = "OPERACIONES" ' 'TxtArchivoAnexo ' Me.TxtArchivoAnexo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtArchivoAnexo.Location = New System.Drawing.Point(578, 125) Me.TxtArchivoAnexo.MaxLength = 60 Me.TxtArchivoAnexo.Name = "TxtArchivoAnexo" Me.TxtArchivoAnexo.Size = New System.Drawing.Size(232, 20) Me.TxtArchivoAnexo.TabIndex = 8 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.ForeColor = System.Drawing.Color.MidnightBlue Me.Label9.Location = New System.Drawing.Point(575, 109) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(143, 13) Me.Label9.TabIndex = 24 Me.Label9.Text = "Nombre del Archivo Anexo A" ' 'Label1 ' Me.Label1.AutoSize = True 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.ForeColor = System.Drawing.Color.MidnightBlue Me.Label1.Location = New System.Drawing.Point(108, 193) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(67, 13) Me.Label1.TabIndex = 23 Me.Label1.Text = "CLIENTES" ' 'CboOrgRegulador ' Me.CboOrgRegulador.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CboOrgRegulador.FormattingEnabled = True Me.CboOrgRegulador.Location = New System.Drawing.Point(136, 38) Me.CboOrgRegulador.Name = "CboOrgRegulador" Me.CboOrgRegulador.Size = New System.Drawing.Size(174, 21) Me.CboOrgRegulador.TabIndex = 1 ' 'DGVDatosReporte ' Me.DGVDatosReporte.AllowUserToAddRows = False DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DGVDatosReporte.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4 Me.DGVDatosReporte.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.DGVDatosReporte.DefaultCellStyle = DataGridViewCellStyle5 Me.DGVDatosReporte.Location = New System.Drawing.Point(533, 256) Me.DGVDatosReporte.Name = "DGVDatosReporte" Me.DGVDatosReporte.ReadOnly = True DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DGVDatosReporte.RowHeadersDefaultCellStyle = DataGridViewCellStyle6 Me.DGVDatosReporte.RowHeadersVisible = False Me.DGVDatosReporte.Size = New System.Drawing.Size(277, 112) Me.DGVDatosReporte.TabIndex = 21 ' 'DGVOperaciones ' Me.DGVOperaciones.AllowUserToAddRows = False DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DGVOperaciones.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle7 Me.DGVOperaciones.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.DGVOperaciones.DefaultCellStyle = DataGridViewCellStyle8 Me.DGVOperaciones.Location = New System.Drawing.Point(289, 256) Me.DGVOperaciones.Name = "DGVOperaciones" Me.DGVOperaciones.ReadOnly = True DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DGVOperaciones.RowHeadersDefaultCellStyle = DataGridViewCellStyle9 Me.DGVOperaciones.RowHeadersVisible = False Me.DGVOperaciones.Size = New System.Drawing.Size(220, 112) Me.DGVOperaciones.TabIndex = 19 ' 'TxtCargoFuncExtra ' Me.TxtCargoFuncExtra.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtCargoFuncExtra.Location = New System.Drawing.Point(207, 125) Me.TxtCargoFuncExtra.MaxLength = 60 Me.TxtCargoFuncExtra.Name = "TxtCargoFuncExtra" Me.TxtCargoFuncExtra.Size = New System.Drawing.Size(170, 20) Me.TxtCargoFuncExtra.TabIndex = 6 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ForeColor = System.Drawing.Color.MidnightBlue Me.Label8.Location = New System.Drawing.Point(204, 109) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(143, 13) Me.Label8.TabIndex = 16 Me.Label8.Text = "Cargo Funcionario Extranjero" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.ForeColor = System.Drawing.Color.MidnightBlue Me.Label7.Location = New System.Drawing.Point(18, 109) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(118, 13) Me.Label7.TabIndex = 15 Me.Label7.Text = "País Entidad Extranjera" ' 'CmbPais ' Me.CmbPais.FormattingEnabled = True Me.CmbPais.Location = New System.Drawing.Point(21, 125) Me.CmbPais.Name = "CmbPais" Me.CmbPais.Size = New System.Drawing.Size(174, 21) Me.CmbPais.TabIndex = 5 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.ForeColor = System.Drawing.Color.MidnightBlue Me.Label6.Location = New System.Drawing.Point(18, 65) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(133, 13) Me.Label6.TabIndex = 11 Me.Label6.Text = "Nombre Entidad Extranjera" ' 'TxtNomEntExt ' Me.TxtNomEntExt.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtNomEntExt.Location = New System.Drawing.Point(21, 81) Me.TxtNomEntExt.MaxLength = 90 Me.TxtNomEntExt.Name = "TxtNomEntExt" Me.TxtNomEntExt.Size = New System.Drawing.Size(543, 20) Me.TxtNomEntExt.TabIndex = 4 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.MidnightBlue Me.Label5.Location = New System.Drawing.Point(520, 23) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(135, 13) Me.Label5.TabIndex = 9 Me.Label5.Text = "Fecha Recepción Anexo A" ' 'dtpFechaRecepcion ' Me.dtpFechaRecepcion.CustomFormat = "dd/MM/yyyy" Me.dtpFechaRecepcion.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.dtpFechaRecepcion.Location = New System.Drawing.Point(522, 39) Me.dtpFechaRecepcion.Name = "dtpFechaRecepcion" Me.dtpFechaRecepcion.Size = New System.Drawing.Size(90, 20) Me.dtpFechaRecepcion.TabIndex = 3 ' 'TxtFolio ' Me.TxtFolio.BackColor = System.Drawing.SystemColors.GradientActiveCaption Me.TxtFolio.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtFolio.Location = New System.Drawing.Point(21, 38) Me.TxtFolio.Name = "TxtFolio" Me.TxtFolio.ReadOnly = True Me.TxtFolio.Size = New System.Drawing.Size(100, 20) Me.TxtFolio.TabIndex = 0 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue Me.Label4.Location = New System.Drawing.Point(18, 21) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(29, 13) Me.Label4.TabIndex = 6 Me.Label4.Text = "Folio" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue Me.Label3.Location = New System.Drawing.Point(325, 22) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(99, 13) Me.Label3.TabIndex = 5 Me.Label3.Text = "Clave de la Entidad" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue Me.Label2.Location = New System.Drawing.Point(133, 22) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(139, 13) Me.Label2.TabIndex = 2 Me.Label2.Text = "Clave Organismo Regulador" ' 'CmdGuardar ' Me.CmdGuardar.Location = New System.Drawing.Point(513, 505) Me.CmdGuardar.Name = "CmdGuardar" Me.CmdGuardar.Size = New System.Drawing.Size(94, 24) Me.CmdGuardar.TabIndex = 51 Me.CmdGuardar.Text = "Guardar" Me.CmdGuardar.UseVisualStyleBackColor = True ' 'CmdNuevo ' Me.CmdNuevo.Location = New System.Drawing.Point(402, 505) Me.CmdNuevo.Name = "CmdNuevo" Me.CmdNuevo.Size = New System.Drawing.Size(94, 24) Me.CmdNuevo.TabIndex = 52 Me.CmdNuevo.Text = "Nuevo" Me.CmdNuevo.UseVisualStyleBackColor = True ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.CmdBuscarFechas) Me.GroupBox2.Controls.Add(Me.Label21) Me.GroupBox2.Controls.Add(Me.Label19) Me.GroupBox2.Controls.Add(Me.DTPFeRecFin) Me.GroupBox2.Controls.Add(Me.Label20) Me.GroupBox2.Controls.Add(Me.DTPFeRecInicio) Me.GroupBox2.Controls.Add(Me.CmdBuscar) Me.GroupBox2.Controls.Add(Me.TxtFolioBusca) Me.GroupBox2.Controls.Add(Me.Label18) Me.GroupBox2.Controls.Add(Me.DGVBuscaDatos) Me.GroupBox2.Location = New System.Drawing.Point(12, 392) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(820, 104) Me.GroupBox2.TabIndex = 53 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Búsqueda Histórica" ' 'CmdBuscarFechas ' Me.CmdBuscarFechas.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CmdBuscarFechas.Location = New System.Drawing.Point(212, 73) Me.CmdBuscarFechas.Name = "CmdBuscarFechas" Me.CmdBuscarFechas.Size = New System.Drawing.Size(64, 24) Me.CmdBuscarFechas.TabIndex = 57 Me.CmdBuscarFechas.Text = "Buscar" ' 'Label21 ' Me.Label21.AutoSize = True 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.ForeColor = System.Drawing.Color.MidnightBlue Me.Label21.Location = New System.Drawing.Point(11, 43) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(158, 13) Me.Label21.TabIndex = 56 Me.Label21.Text = "Fecha Recepción Anexo A" ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.ForeColor = System.Drawing.Color.MidnightBlue Me.Label19.Location = New System.Drawing.Point(113, 59) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(62, 13) Me.Label19.TabIndex = 55 Me.Label19.Text = "Fecha Final" ' 'DTPFeRecFin ' Me.DTPFeRecFin.CustomFormat = "dd/MM/yyyy" Me.DTPFeRecFin.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DTPFeRecFin.Location = New System.Drawing.Point(116, 75) Me.DTPFeRecFin.Name = "DTPFeRecFin" Me.DTPFeRecFin.Size = New System.Drawing.Size(90, 20) Me.DTPFeRecFin.TabIndex = 17 ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.ForeColor = System.Drawing.Color.MidnightBlue Me.Label20.Location = New System.Drawing.Point(8, 59) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(67, 13) Me.Label20.TabIndex = 53 Me.Label20.Text = "Fecha Inicial" ' 'DTPFeRecInicio ' Me.DTPFeRecInicio.CustomFormat = "dd/MM/yyyy" Me.DTPFeRecInicio.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DTPFeRecInicio.Location = New System.Drawing.Point(11, 75) Me.DTPFeRecInicio.Name = "DTPFeRecInicio" Me.DTPFeRecInicio.Size = New System.Drawing.Size(90, 20) Me.DTPFeRecInicio.TabIndex = 16 ' 'CmdBuscar ' Me.CmdBuscar.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CmdBuscar.Location = New System.Drawing.Point(152, 17) Me.CmdBuscar.Name = "CmdBuscar" Me.CmdBuscar.Size = New System.Drawing.Size(64, 24) Me.CmdBuscar.TabIndex = 51 Me.CmdBuscar.Text = "Buscar" ' 'TxtFolioBusca ' Me.TxtFolioBusca.BackColor = System.Drawing.SystemColors.GradientActiveCaption Me.TxtFolioBusca.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.TxtFolioBusca.Location = New System.Drawing.Point(46, 19) Me.TxtFolioBusca.Name = "TxtFolioBusca" Me.TxtFolioBusca.Size = New System.Drawing.Size(100, 20) Me.TxtFolioBusca.TabIndex = 15 ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.ForeColor = System.Drawing.Color.MidnightBlue Me.Label18.Location = New System.Drawing.Point(11, 23) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(29, 13) Me.Label18.TabIndex = 49 Me.Label18.Text = "Folio" ' 'DGVBuscaDatos ' Me.DGVBuscaDatos.AllowUserToAddRows = False DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DGVBuscaDatos.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle10 Me.DGVBuscaDatos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.DGVBuscaDatos.DefaultCellStyle = DataGridViewCellStyle11 Me.DGVBuscaDatos.Location = New System.Drawing.Point(282, 13) Me.DGVBuscaDatos.Name = "DGVBuscaDatos" Me.DGVBuscaDatos.ReadOnly = True DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DGVBuscaDatos.RowHeadersDefaultCellStyle = DataGridViewCellStyle12 Me.DGVBuscaDatos.RowHeadersVisible = False Me.DGVBuscaDatos.Size = New System.Drawing.Size(531, 83) Me.DGVBuscaDatos.TabIndex = 48 ' 'FrmRepInterExt ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(843, 533) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.CmdNuevo) Me.Controls.Add(Me.CmdGuardar) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.TxtRutaRaiz) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.BTGenerar) Me.Name = "FrmRepInterExt" Me.Text = "Intercambio de Información" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.DGVClientes, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DGVDatosReporte, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DGVOperaciones, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() CType(Me.DGVBuscaDatos, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents BTGenerar As System.Windows.Forms.Button Friend WithEvents TxtRutaRaiz As System.Windows.Forms.TextBox Friend WithEvents OFDRutas As System.Windows.Forms.OpenFileDialog Friend WithEvents FolderBrowserDialog1 As System.Windows.Forms.FolderBrowserDialog Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents TxtFolio As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents dtpFechaRecepcion As System.Windows.Forms.DateTimePicker Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents TxtNomEntExt As System.Windows.Forms.TextBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents CmbPais As System.Windows.Forms.ComboBox Friend WithEvents TxtCargoFuncExtra As System.Windows.Forms.TextBox Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents DGVDatosReporte As System.Windows.Forms.DataGridView Friend WithEvents DGVOperaciones As System.Windows.Forms.DataGridView Friend WithEvents CboOrgRegulador As System.Windows.Forms.ComboBox Friend WithEvents TxtArchivoAnexo As System.Windows.Forms.TextBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents CmdAgregar As System.Windows.Forms.Button Friend WithEvents CboEntidad As System.Windows.Forms.ComboBox Friend WithEvents CmdQuitar As System.Windows.Forms.Button Friend WithEvents DGVClientes As System.Windows.Forms.DataGridView Friend WithEvents TxtCargoFuncVaDirigido As System.Windows.Forms.TextBox Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents Label15 As System.Windows.Forms.Label Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents DTOperFeFin As System.Windows.Forms.DateTimePicker Friend WithEvents TxtBuscaCliente As System.Windows.Forms.TextBox Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents DTOperFeInicio As System.Windows.Forms.DateTimePicker Friend WithEvents CboTipoPersona As System.Windows.Forms.ComboBox Friend WithEvents TxtNic As System.Windows.Forms.TextBox Friend WithEvents Label17 As System.Windows.Forms.Label Friend WithEvents CmdGuardar As System.Windows.Forms.Button Friend WithEvents LblFeConst As System.Windows.Forms.Label Friend WithEvents dtpFechaConstit As System.Windows.Forms.DateTimePicker Friend WithEvents TxtIdCliente As System.Windows.Forms.TextBox Friend WithEvents CmdNuevo As System.Windows.Forms.Button Friend WithEvents TxtAccion As System.Windows.Forms.TextBox Friend WithEvents CmdEnviados As System.Windows.Forms.Button Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents CmdBuscarFechas As System.Windows.Forms.Button Friend WithEvents Label21 As System.Windows.Forms.Label Friend WithEvents Label19 As System.Windows.Forms.Label Friend WithEvents DTPFeRecFin As System.Windows.Forms.DateTimePicker Friend WithEvents Label20 As System.Windows.Forms.Label Friend WithEvents DTPFeRecInicio As System.Windows.Forms.DateTimePicker Friend WithEvents CmdBuscar As System.Windows.Forms.Button Friend WithEvents TxtFolioBusca As System.Windows.Forms.TextBox Friend WithEvents Label18 As System.Windows.Forms.Label Friend WithEvents DGVBuscaDatos As System.Windows.Forms.DataGridView Friend WithEvents LblReporte As System.Windows.Forms.Label End Class