_ Partial Class FrmContestacionOF 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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmContestacionOF)) Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.Panel1 = New System.Windows.Forms.Panel() Me.PanelRuta = New System.Windows.Forms.Panel() Me.TXTRuta = New System.Windows.Forms.TextBox() Me.BTRutaInusuales = New System.Windows.Forms.Button() Me.Label6 = New System.Windows.Forms.Label() Me.BTEnviados = New System.Windows.Forms.Button() Me.BTOFCargados = New System.Windows.Forms.Button() Me.PanelBus = New System.Windows.Forms.Panel() Me.BTCancel = New System.Windows.Forms.Button() Me.BTEjecutar = New System.Windows.Forms.Button() Me.Panel4 = New System.Windows.Forms.Panel() Me.RDBProcesado = New System.Windows.Forms.RadioButton() Me.RDBSE = New System.Windows.Forms.RadioButton() Me.Label5 = New System.Windows.Forms.Label() Me.TXTYear = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TXTFolio = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.TXTExp = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.TXTOficio = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.BTContestacion = New System.Windows.Forms.Button() Me.GRDCoincidencias = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.BTVerificacion = New System.Windows.Forms.Button() Me.BTBuscaOf = New System.Windows.Forms.Button() Me.GRDPersonas = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.BTImporta = New System.Windows.Forms.Button() Me.Panel2 = New System.Windows.Forms.Panel() Me.RDB4 = New System.Windows.Forms.RadioButton() Me.RDB3 = New System.Windows.Forms.RadioButton() Me.RDB2 = New System.Windows.Forms.RadioButton() Me.RDB1 = New System.Windows.Forms.RadioButton() Me.BTCerrar = New System.Windows.Forms.Button() Me.BTLimpiar = New System.Windows.Forms.Button() Me.FolderBrowserDialog = New System.Windows.Forms.FolderBrowserDialog() Me.Panel1.SuspendLayout() Me.PanelRuta.SuspendLayout() Me.PanelBus.SuspendLayout() Me.Panel4.SuspendLayout() CType(Me.GRDCoincidencias, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GRDPersonas, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() Me.SuspendLayout() ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.PanelRuta) Me.Panel1.Controls.Add(Me.BTEnviados) Me.Panel1.Controls.Add(Me.BTOFCargados) Me.Panel1.Controls.Add(Me.PanelBus) Me.Panel1.Controls.Add(Me.BTContestacion) Me.Panel1.Controls.Add(Me.GRDCoincidencias) Me.Panel1.Controls.Add(Me.BTVerificacion) Me.Panel1.Controls.Add(Me.BTBuscaOf) Me.Panel1.Controls.Add(Me.GRDPersonas) Me.Panel1.Controls.Add(Me.C1TrueDBGrid1) Me.Panel1.Controls.Add(Me.BTImporta) Me.Panel1.Location = New System.Drawing.Point(2, 52) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(856, 476) Me.Panel1.TabIndex = 9 Me.Panel1.Visible = False ' 'PanelRuta ' Me.PanelRuta.Controls.Add(Me.TXTRuta) Me.PanelRuta.Controls.Add(Me.BTRutaInusuales) Me.PanelRuta.Controls.Add(Me.Label6) Me.PanelRuta.Location = New System.Drawing.Point(128, 432) Me.PanelRuta.Name = "PanelRuta" Me.PanelRuta.Size = New System.Drawing.Size(717, 41) Me.PanelRuta.TabIndex = 20 Me.PanelRuta.Visible = False ' 'TXTRuta ' Me.TXTRuta.Enabled = False Me.TXTRuta.Location = New System.Drawing.Point(136, 11) Me.TXTRuta.Name = "TXTRuta" Me.TXTRuta.Size = New System.Drawing.Size(574, 20) Me.TXTRuta.TabIndex = 25 ' 'BTRutaInusuales ' Me.BTRutaInusuales.Location = New System.Drawing.Point(88, 8) Me.BTRutaInusuales.Name = "BTRutaInusuales" Me.BTRutaInusuales.Size = New System.Drawing.Size(42, 23) Me.BTRutaInusuales.TabIndex = 24 Me.BTRutaInusuales.Text = ". . ." Me.BTRutaInusuales.UseVisualStyleBackColor = True ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.ForeColor = System.Drawing.Color.MidnightBlue Me.Label6.Location = New System.Drawing.Point(8, 14) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(59, 13) Me.Label6.TabIndex = 23 Me.Label6.Text = "Path Oficio" ' 'BTEnviados ' Me.BTEnviados.Location = New System.Drawing.Point(7, 100) Me.BTEnviados.Name = "BTEnviados" Me.BTEnviados.Size = New System.Drawing.Size(122, 25) Me.BTEnviados.TabIndex = 19 Me.BTEnviados.Text = "Oficios Enviados" Me.BTEnviados.UseVisualStyleBackColor = True ' 'BTOFCargados ' Me.BTOFCargados.Location = New System.Drawing.Point(7, 69) Me.BTOFCargados.Name = "BTOFCargados" Me.BTOFCargados.Size = New System.Drawing.Size(122, 25) Me.BTOFCargados.TabIndex = 18 Me.BTOFCargados.Text = "Oficios sin Contestar" Me.BTOFCargados.UseVisualStyleBackColor = True ' 'PanelBus ' Me.PanelBus.BackColor = System.Drawing.SystemColors.InactiveCaption Me.PanelBus.Controls.Add(Me.BTCancel) Me.PanelBus.Controls.Add(Me.BTEjecutar) Me.PanelBus.Controls.Add(Me.Panel4) Me.PanelBus.Controls.Add(Me.Label5) Me.PanelBus.Controls.Add(Me.TXTYear) Me.PanelBus.Controls.Add(Me.Label4) Me.PanelBus.Controls.Add(Me.TXTFolio) Me.PanelBus.Controls.Add(Me.Label3) Me.PanelBus.Controls.Add(Me.TXTExp) Me.PanelBus.Controls.Add(Me.Label2) Me.PanelBus.Controls.Add(Me.TXTOficio) Me.PanelBus.Controls.Add(Me.Label1) Me.PanelBus.Location = New System.Drawing.Point(135, 40) Me.PanelBus.Name = "PanelBus" Me.PanelBus.Size = New System.Drawing.Size(593, 110) Me.PanelBus.TabIndex = 17 Me.PanelBus.Visible = False ' 'BTCancel ' Me.BTCancel.Location = New System.Drawing.Point(512, 71) Me.BTCancel.Name = "BTCancel" Me.BTCancel.Size = New System.Drawing.Size(68, 23) Me.BTCancel.TabIndex = 11 Me.BTCancel.Text = "Cancelar" Me.BTCancel.UseVisualStyleBackColor = True ' 'BTEjecutar ' Me.BTEjecutar.Location = New System.Drawing.Point(512, 42) Me.BTEjecutar.Name = "BTEjecutar" Me.BTEjecutar.Size = New System.Drawing.Size(68, 23) Me.BTEjecutar.TabIndex = 10 Me.BTEjecutar.Text = "Buscar" Me.BTEjecutar.UseVisualStyleBackColor = True ' 'Panel4 ' Me.Panel4.Controls.Add(Me.RDBProcesado) Me.Panel4.Controls.Add(Me.RDBSE) Me.Panel4.Location = New System.Drawing.Point(25, 94) Me.Panel4.Name = "Panel4" Me.Panel4.Size = New System.Drawing.Size(166, 27) Me.Panel4.TabIndex = 9 Me.Panel4.Visible = False ' 'RDBProcesado ' Me.RDBProcesado.AutoSize = True Me.RDBProcesado.Location = New System.Drawing.Point(87, 7) Me.RDBProcesado.Name = "RDBProcesado" Me.RDBProcesado.Size = New System.Drawing.Size(76, 17) Me.RDBProcesado.TabIndex = 1 Me.RDBProcesado.TabStop = True Me.RDBProcesado.Text = "Procesado" Me.RDBProcesado.UseVisualStyleBackColor = True ' 'RDBSE ' Me.RDBSE.AutoSize = True Me.RDBSE.Location = New System.Drawing.Point(3, 7) Me.RDBSE.Name = "RDBSE" Me.RDBSE.Size = New System.Drawing.Size(44, 17) Me.RDBSE.TabIndex = 0 Me.RDBSE.TabStop = True Me.RDBSE.Text = "S/E" Me.RDBSE.UseVisualStyleBackColor = True ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.MidnightBlue Me.Label5.Location = New System.Drawing.Point(22, 71) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(26, 13) Me.Label5.TabIndex = 8 Me.Label5.Text = "Aņo" ' 'TXTYear ' Me.TXTYear.Location = New System.Drawing.Point(67, 68) Me.TXTYear.Name = "TXTYear" Me.TXTYear.Size = New System.Drawing.Size(172, 20) Me.TXTYear.TabIndex = 7 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue Me.Label4.Location = New System.Drawing.Point(260, 71) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(29, 13) Me.Label4.TabIndex = 6 Me.Label4.Text = "Folio" ' 'TXTFolio ' Me.TXTFolio.Location = New System.Drawing.Point(325, 68) Me.TXTFolio.Name = "TXTFolio" Me.TXTFolio.Size = New System.Drawing.Size(164, 20) Me.TXTFolio.TabIndex = 5 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue Me.Label3.Location = New System.Drawing.Point(259, 45) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(60, 13) Me.Label3.TabIndex = 4 Me.Label3.Text = "Expediente" ' 'TXTExp ' Me.TXTExp.Location = New System.Drawing.Point(325, 42) Me.TXTExp.Name = "TXTExp" Me.TXTExp.Size = New System.Drawing.Size(164, 20) Me.TXTExp.TabIndex = 3 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue Me.Label2.Location = New System.Drawing.Point(22, 45) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(34, 13) Me.Label2.TabIndex = 2 Me.Label2.Text = "Oficio" ' 'TXTOficio ' Me.TXTOficio.Location = New System.Drawing.Point(67, 42) Me.TXTOficio.Name = "TXTOficio" Me.TXTOficio.Size = New System.Drawing.Size(172, 20) Me.TXTOficio.TabIndex = 1 ' 'Label1 ' Me.Label1.BackColor = System.Drawing.SystemColors.ButtonHighlight Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(0, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(593, 27) Me.Label1.TabIndex = 0 Me.Label1.Text = "Buscar Oficios" ' 'BTContestacion ' Me.BTContestacion.Location = New System.Drawing.Point(3, 339) Me.BTContestacion.Name = "BTContestacion" Me.BTContestacion.Size = New System.Drawing.Size(122, 35) Me.BTContestacion.TabIndex = 15 Me.BTContestacion.Text = "Generar Contestacion" Me.BTContestacion.UseVisualStyleBackColor = True Me.BTContestacion.Visible = False ' 'GRDCoincidencias ' Me.GRDCoincidencias.ExtendRightColumn = True Me.GRDCoincidencias.GroupByCaption = "AGRUPAR" Me.GRDCoincidencias.Images.Add(CType(resources.GetObject("GRDCoincidencias.Images"), System.Drawing.Image)) Me.GRDCoincidencias.Location = New System.Drawing.Point(128, 298) Me.GRDCoincidencias.Name = "GRDCoincidencias" Me.GRDCoincidencias.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.GRDCoincidencias.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.GRDCoincidencias.PreviewInfo.ZoomFactor = 75.0R Me.GRDCoincidencias.PrintInfo.PageSettings = CType(resources.GetObject("GRDCoincidencias.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.GRDCoincidencias.Size = New System.Drawing.Size(717, 132) Me.GRDCoincidencias.TabIndex = 14 Me.GRDCoincidencias.Text = "Resultados" Me.GRDCoincidencias.Visible = False Me.GRDCoincidencias.PropBag = resources.GetString("GRDCoincidencias.PropBag") ' 'BTVerificacion ' Me.BTVerificacion.Location = New System.Drawing.Point(3, 298) Me.BTVerificacion.Name = "BTVerificacion" Me.BTVerificacion.Size = New System.Drawing.Size(122, 35) Me.BTVerificacion.TabIndex = 13 Me.BTVerificacion.Text = "Realizar Verificacion" Me.BTVerificacion.UseVisualStyleBackColor = True Me.BTVerificacion.Visible = False ' 'BTBuscaOf ' Me.BTBuscaOf.Location = New System.Drawing.Point(7, 40) Me.BTBuscaOf.Name = "BTBuscaOf" Me.BTBuscaOf.Size = New System.Drawing.Size(122, 23) Me.BTBuscaOf.TabIndex = 12 Me.BTBuscaOf.Text = "Buscar Oficio" Me.BTBuscaOf.UseVisualStyleBackColor = True ' 'GRDPersonas ' Me.GRDPersonas.ExtendRightColumn = True Me.GRDPersonas.GroupByCaption = "AGRUPAR" Me.GRDPersonas.Images.Add(CType(resources.GetObject("GRDPersonas.Images"), System.Drawing.Image)) Me.GRDPersonas.Location = New System.Drawing.Point(3, 134) Me.GRDPersonas.Name = "GRDPersonas" Me.GRDPersonas.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.GRDPersonas.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.GRDPersonas.PreviewInfo.ZoomFactor = 75.0R Me.GRDPersonas.PrintInfo.PageSettings = CType(resources.GetObject("GRDPersonas.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.GRDPersonas.Size = New System.Drawing.Size(838, 158) Me.GRDPersonas.TabIndex = 11 Me.GRDPersonas.Text = "Resultados" Me.GRDPersonas.Visible = False Me.GRDPersonas.PropBag = resources.GetString("GRDPersonas.PropBag") ' 'C1TrueDBGrid1 ' Me.C1TrueDBGrid1.GroupByCaption = "AGRUPAR" Me.C1TrueDBGrid1.Images.Add(CType(resources.GetObject("C1TrueDBGrid1.Images"), System.Drawing.Image)) Me.C1TrueDBGrid1.Location = New System.Drawing.Point(135, 9) Me.C1TrueDBGrid1.Name = "C1TrueDBGrid1" Me.C1TrueDBGrid1.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1TrueDBGrid1.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1TrueDBGrid1.PreviewInfo.ZoomFactor = 75.0R Me.C1TrueDBGrid1.PrintInfo.PageSettings = CType(resources.GetObject("C1TrueDBGrid1.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1TrueDBGrid1.Size = New System.Drawing.Size(710, 119) Me.C1TrueDBGrid1.TabIndex = 10 Me.C1TrueDBGrid1.Text = "Resultados" Me.C1TrueDBGrid1.Visible = False Me.C1TrueDBGrid1.PropBag = resources.GetString("C1TrueDBGrid1.PropBag") ' 'BTImporta ' Me.BTImporta.Location = New System.Drawing.Point(7, 9) Me.BTImporta.Name = "BTImporta" Me.BTImporta.Size = New System.Drawing.Size(122, 25) Me.BTImporta.TabIndex = 9 Me.BTImporta.Text = "Importar oficios" Me.BTImporta.UseVisualStyleBackColor = True ' 'Panel2 ' Me.Panel2.Controls.Add(Me.RDB4) Me.Panel2.Controls.Add(Me.RDB3) Me.Panel2.Controls.Add(Me.RDB2) Me.Panel2.Controls.Add(Me.RDB1) Me.Panel2.Location = New System.Drawing.Point(2, 1) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(856, 45) Me.Panel2.TabIndex = 10 ' 'RDB4 ' Me.RDB4.AutoSize = True Me.RDB4.Checked = True Me.RDB4.ForeColor = System.Drawing.Color.MidnightBlue Me.RDB4.Location = New System.Drawing.Point(728, 11) Me.RDB4.Name = "RDB4" Me.RDB4.Size = New System.Drawing.Size(117, 17) Me.RDB4.TabIndex = 3 Me.RDB4.TabStop = True Me.RDB4.Text = "Operaciones Ilicitas" Me.RDB4.UseVisualStyleBackColor = True ' 'RDB3 ' Me.RDB3.AutoSize = True Me.RDB3.ForeColor = System.Drawing.Color.MidnightBlue Me.RDB3.Location = New System.Drawing.Point(517, 11) Me.RDB3.Name = "RDB3" Me.RDB3.Size = New System.Drawing.Size(85, 17) Me.RDB3.TabIndex = 2 Me.RDB3.Text = "Hacendarios" Me.RDB3.UseVisualStyleBackColor = True ' 'RDB2 ' Me.RDB2.AutoSize = True Me.RDB2.ForeColor = System.Drawing.Color.MidnightBlue Me.RDB2.Location = New System.Drawing.Point(329, 11) Me.RDB2.Name = "RDB2" Me.RDB2.Size = New System.Drawing.Size(71, 17) Me.RDB2.TabIndex = 1 Me.RDB2.Text = "Judiciales" Me.RDB2.UseVisualStyleBackColor = True ' 'RDB1 ' Me.RDB1.AutoSize = True Me.RDB1.ForeColor = System.Drawing.Color.MidnightBlue Me.RDB1.Location = New System.Drawing.Point(10, 11) Me.RDB1.Name = "RDB1" Me.RDB1.Size = New System.Drawing.Size(218, 17) Me.RDB1.TabIndex = 0 Me.RDB1.Text = "Aseguramiento y desbloqueo de Cuentas" Me.RDB1.UseVisualStyleBackColor = True ' 'BTCerrar ' Me.BTCerrar.Location = New System.Drawing.Point(736, 534) Me.BTCerrar.Name = "BTCerrar" Me.BTCerrar.Size = New System.Drawing.Size(122, 35) Me.BTCerrar.TabIndex = 15 Me.BTCerrar.Text = "Cerrar" Me.BTCerrar.UseVisualStyleBackColor = True ' 'BTLimpiar ' Me.BTLimpiar.Location = New System.Drawing.Point(608, 534) Me.BTLimpiar.Name = "BTLimpiar" Me.BTLimpiar.Size = New System.Drawing.Size(122, 35) Me.BTLimpiar.TabIndex = 16 Me.BTLimpiar.Text = "Limpiar" Me.BTLimpiar.UseVisualStyleBackColor = True ' 'FrmContestacionOF ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(870, 577) Me.Controls.Add(Me.BTLimpiar) Me.Controls.Add(Me.BTCerrar) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.Panel1) Me.Name = "FrmContestacionOF" Me.Text = "Contestacion de Oficios" Me.Panel1.ResumeLayout(False) Me.PanelRuta.ResumeLayout(False) Me.PanelRuta.PerformLayout() Me.PanelBus.ResumeLayout(False) Me.PanelBus.PerformLayout() Me.Panel4.ResumeLayout(False) Me.Panel4.PerformLayout() CType(Me.GRDCoincidencias, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GRDPersonas, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents GRDCoincidencias As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents BTVerificacion As System.Windows.Forms.Button Friend WithEvents BTBuscaOf As System.Windows.Forms.Button Friend WithEvents GRDPersonas As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents BTImporta As System.Windows.Forms.Button Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents RDB4 As System.Windows.Forms.RadioButton Friend WithEvents RDB3 As System.Windows.Forms.RadioButton Friend WithEvents RDB2 As System.Windows.Forms.RadioButton Friend WithEvents RDB1 As System.Windows.Forms.RadioButton Friend WithEvents BTCerrar As System.Windows.Forms.Button Friend WithEvents BTLimpiar As System.Windows.Forms.Button Friend WithEvents BTContestacion As System.Windows.Forms.Button Friend WithEvents PanelBus As System.Windows.Forms.Panel Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents TXTFolio As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents TXTExp As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents TXTOficio As System.Windows.Forms.TextBox Friend WithEvents Panel4 As System.Windows.Forms.Panel Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents TXTYear As System.Windows.Forms.TextBox Friend WithEvents RDBProcesado As System.Windows.Forms.RadioButton Friend WithEvents RDBSE As System.Windows.Forms.RadioButton Friend WithEvents BTEjecutar As System.Windows.Forms.Button Friend WithEvents BTCancel As System.Windows.Forms.Button Friend WithEvents BTOFCargados As System.Windows.Forms.Button Friend WithEvents BTEnviados As System.Windows.Forms.Button Friend WithEvents FolderBrowserDialog As System.Windows.Forms.FolderBrowserDialog Friend WithEvents PanelRuta As System.Windows.Forms.Panel Friend WithEvents TXTRuta As System.Windows.Forms.TextBox Friend WithEvents BTRutaInusuales As System.Windows.Forms.Button Friend WithEvents Label6 As System.Windows.Forms.Label End Class