_ Partial Class FrmParamSITI Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.Label2 = New System.Windows.Forms.Label() Me.TabRelevantes = New System.Windows.Forms.TabControl() Me.TabPagRelevantes = New System.Windows.Forms.TabPage() Me.TXTRutaRelevantes = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.BTRutaRel = New System.Windows.Forms.Button() Me.TabPagInu = New System.Windows.Forms.TabPage() Me.TXTRutaInu = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.BTRutaInu = New System.Windows.Forms.Button() Me.TabPagPre = New System.Windows.Forms.TabPage() Me.TXTRutaPre = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.BTPre = New System.Windows.Forms.Button() Me.FolderBrowser = New System.Windows.Forms.FolderBrowserDialog() Me.TXTIns = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TXTOrganismo = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.BTGrabar = New System.Windows.Forms.Button() Me.BTSalir = New System.Windows.Forms.Button() Me.TabRelevantes.SuspendLayout() Me.TabPagRelevantes.SuspendLayout() Me.TabPagInu.SuspendLayout() Me.TabPagPre.SuspendLayout() Me.SuspendLayout() ' 'Label2 ' Me.Label2.BackColor = System.Drawing.Color.White Me.Label2.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue Me.Label2.Location = New System.Drawing.Point(0, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(734, 48) Me.Label2.TabIndex = 2 Me.Label2.Text = "Parametrizacion de Reportes" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'TabRelevantes ' Me.TabRelevantes.Controls.Add(Me.TabPagRelevantes) Me.TabRelevantes.Controls.Add(Me.TabPagInu) Me.TabRelevantes.Controls.Add(Me.TabPagPre) Me.TabRelevantes.Location = New System.Drawing.Point(8, 112) Me.TabRelevantes.Name = "TabRelevantes" Me.TabRelevantes.SelectedIndex = 0 Me.TabRelevantes.Size = New System.Drawing.Size(721, 141) Me.TabRelevantes.TabIndex = 3 ' 'TabPagRelevantes ' Me.TabPagRelevantes.Controls.Add(Me.TXTRutaRelevantes) Me.TabPagRelevantes.Controls.Add(Me.Label1) Me.TabPagRelevantes.Controls.Add(Me.BTRutaRel) Me.TabPagRelevantes.Location = New System.Drawing.Point(4, 22) Me.TabPagRelevantes.Name = "TabPagRelevantes" Me.TabPagRelevantes.Padding = New System.Windows.Forms.Padding(3) Me.TabPagRelevantes.Size = New System.Drawing.Size(713, 115) Me.TabPagRelevantes.TabIndex = 0 Me.TabPagRelevantes.Text = "Reporte Relevantes" Me.TabPagRelevantes.UseVisualStyleBackColor = True ' 'TXTRutaRelevantes ' Me.TXTRutaRelevantes.Location = New System.Drawing.Point(9, 29) Me.TXTRutaRelevantes.Multiline = True Me.TXTRutaRelevantes.Name = "TXTRutaRelevantes" Me.TXTRutaRelevantes.Size = New System.Drawing.Size(682, 40) Me.TXTRutaRelevantes.TabIndex = 2 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue Me.Label1.Location = New System.Drawing.Point(8, 12) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(126, 13) Me.Label1.TabIndex = 1 Me.Label1.Text = "Ruta Archivo Relevantes" ' 'BTRutaRel ' Me.BTRutaRel.Location = New System.Drawing.Point(138, 8) Me.BTRutaRel.Name = "BTRutaRel" Me.BTRutaRel.Size = New System.Drawing.Size(46, 20) Me.BTRutaRel.TabIndex = 0 Me.BTRutaRel.Text = "..." Me.BTRutaRel.UseVisualStyleBackColor = True ' 'TabPagInu ' Me.TabPagInu.Controls.Add(Me.TXTRutaInu) Me.TabPagInu.Controls.Add(Me.Label5) Me.TabPagInu.Controls.Add(Me.BTRutaInu) Me.TabPagInu.Location = New System.Drawing.Point(4, 22) Me.TabPagInu.Name = "TabPagInu" Me.TabPagInu.Padding = New System.Windows.Forms.Padding(3) Me.TabPagInu.Size = New System.Drawing.Size(713, 115) Me.TabPagInu.TabIndex = 1 Me.TabPagInu.Text = "ReporteInusuales" Me.TabPagInu.UseVisualStyleBackColor = True ' 'TXTRutaInu ' Me.TXTRutaInu.Location = New System.Drawing.Point(8, 33) Me.TXTRutaInu.Multiline = True Me.TXTRutaInu.Name = "TXTRutaInu" Me.TXTRutaInu.Size = New System.Drawing.Size(682, 40) Me.TXTRutaInu.TabIndex = 5 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.MidnightBlue Me.Label5.Location = New System.Drawing.Point(7, 16) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(117, 13) Me.Label5.TabIndex = 4 Me.Label5.Text = "Ruta Archivo Inusuales" ' 'BTRutaInu ' Me.BTRutaInu.Location = New System.Drawing.Point(137, 12) Me.BTRutaInu.Name = "BTRutaInu" Me.BTRutaInu.Size = New System.Drawing.Size(46, 20) Me.BTRutaInu.TabIndex = 3 Me.BTRutaInu.Text = "..." Me.BTRutaInu.UseVisualStyleBackColor = True ' 'TabPagPre ' Me.TabPagPre.Controls.Add(Me.TXTRutaPre) Me.TabPagPre.Controls.Add(Me.Label6) Me.TabPagPre.Controls.Add(Me.BTPre) Me.TabPagPre.Location = New System.Drawing.Point(4, 22) Me.TabPagPre.Name = "TabPagPre" Me.TabPagPre.Size = New System.Drawing.Size(713, 115) Me.TabPagPre.TabIndex = 2 Me.TabPagPre.Text = "ReportePreocupantes" Me.TabPagPre.UseVisualStyleBackColor = True ' 'TXTRutaPre ' Me.TXTRutaPre.Location = New System.Drawing.Point(8, 34) Me.TXTRutaPre.Multiline = True Me.TXTRutaPre.Name = "TXTRutaPre" Me.TXTRutaPre.Size = New System.Drawing.Size(682, 40) Me.TXTRutaPre.TabIndex = 5 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.ForeColor = System.Drawing.Color.MidnightBlue Me.Label6.Location = New System.Drawing.Point(7, 17) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(138, 13) Me.Label6.TabIndex = 4 Me.Label6.Text = "Ruta Archivo Preocupantes" ' 'BTPre ' Me.BTPre.Location = New System.Drawing.Point(160, 14) Me.BTPre.Name = "BTPre" Me.BTPre.Size = New System.Drawing.Size(46, 20) Me.BTPre.TabIndex = 3 Me.BTPre.Text = "..." Me.BTPre.UseVisualStyleBackColor = True ' 'TXTIns ' Me.TXTIns.Location = New System.Drawing.Point(175, 85) Me.TXTIns.Name = "TXTIns" Me.TXTIns.Size = New System.Drawing.Size(91, 20) Me.TXTIns.TabIndex = 10 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue Me.Label4.Location = New System.Drawing.Point(7, 87) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(163, 13) Me.Label4.TabIndex = 9 Me.Label4.Text = "Clave de la Institucion Financiera" ' 'TXTOrganismo ' Me.TXTOrganismo.Location = New System.Drawing.Point(175, 59) Me.TXTOrganismo.Name = "TXTOrganismo" Me.TXTOrganismo.Size = New System.Drawing.Size(91, 20) Me.TXTOrganismo.TabIndex = 8 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue Me.Label3.Location = New System.Drawing.Point(8, 60) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(157, 13) Me.Label3.TabIndex = 7 Me.Label3.Text = "Clave del Organismo Supervisor" ' 'BTGrabar ' Me.BTGrabar.Location = New System.Drawing.Point(549, 263) Me.BTGrabar.Name = "BTGrabar" Me.BTGrabar.Size = New System.Drawing.Size(86, 34) Me.BTGrabar.TabIndex = 11 Me.BTGrabar.Text = "Grabar" Me.BTGrabar.UseVisualStyleBackColor = True ' 'BTSalir ' Me.BTSalir.Location = New System.Drawing.Point(641, 263) Me.BTSalir.Name = "BTSalir" Me.BTSalir.Size = New System.Drawing.Size(86, 34) Me.BTSalir.TabIndex = 12 Me.BTSalir.Text = "Salir" Me.BTSalir.UseVisualStyleBackColor = True ' 'FrmParamSITI ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(734, 311) Me.Controls.Add(Me.BTSalir) Me.Controls.Add(Me.BTGrabar) Me.Controls.Add(Me.TXTIns) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.TXTOrganismo) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TabRelevantes) Me.Controls.Add(Me.Label2) Me.Name = "FrmParamSITI" Me.TabRelevantes.ResumeLayout(False) Me.TabPagRelevantes.ResumeLayout(False) Me.TabPagRelevantes.PerformLayout() Me.TabPagInu.ResumeLayout(False) Me.TabPagInu.PerformLayout() Me.TabPagPre.ResumeLayout(False) Me.TabPagPre.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents TabRelevantes As System.Windows.Forms.TabControl Friend WithEvents TabPagRelevantes As System.Windows.Forms.TabPage Friend WithEvents TabPagInu As System.Windows.Forms.TabPage Friend WithEvents TabPagPre As System.Windows.Forms.TabPage Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents BTRutaRel As System.Windows.Forms.Button Friend WithEvents TXTRutaRelevantes As System.Windows.Forms.TextBox Friend WithEvents FolderBrowser As System.Windows.Forms.FolderBrowserDialog Friend WithEvents TXTIns As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents TXTOrganismo As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents TXTRutaInu As System.Windows.Forms.TextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents BTRutaInu As System.Windows.Forms.Button Friend WithEvents TXTRutaPre As System.Windows.Forms.TextBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents BTPre As System.Windows.Forms.Button Friend WithEvents BTGrabar As System.Windows.Forms.Button Friend WithEvents BTSalir As System.Windows.Forms.Button End Class