376 lines
18 KiB
VB.net
376 lines
18 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmParam
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmParam))
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.CbOInFinanciera = New System.Windows.Forms.ComboBox()
|
|
Me.FolderBrowserDialog = New System.Windows.Forms.FolderBrowserDialog()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.btnRutaRelevantes = New System.Windows.Forms.Button()
|
|
Me.txtRutaRelevantes = New System.Windows.Forms.TextBox()
|
|
Me.BTCerrar = New System.Windows.Forms.Button()
|
|
Me.lblCveNombreSofome = New System.Windows.Forms.Label()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.btnGuardarPreocupantes = New System.Windows.Forms.Button()
|
|
Me.btnGuardarInusuales = New System.Windows.Forms.Button()
|
|
Me.btnGuardarRelevantes = New System.Windows.Forms.Button()
|
|
Me.txtRutaPreocupantes = New System.Windows.Forms.TextBox()
|
|
Me.btnRutaPreocupantes = New System.Windows.Forms.Button()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.txtRutaInusuales = New System.Windows.Forms.TextBox()
|
|
Me.btnRutaInusuales = New System.Windows.Forms.Button()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.panel2 = New System.Windows.Forms.Panel()
|
|
Me.Img_logoCabecera = New System.Windows.Forms.PictureBox()
|
|
Me.desHeader = New System.Windows.Forms.Label()
|
|
Me.panel3 = New System.Windows.Forms.Panel()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.lblFooter = New System.Windows.Forms.Label()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.panel2.SuspendLayout()
|
|
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.panel3.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(9, 8)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(107, 13)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Institucion Financiera"
|
|
Me.Label1.Visible = False
|
|
'
|
|
'CbOInFinanciera
|
|
'
|
|
Me.CbOInFinanciera.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
|
Me.CbOInFinanciera.BackColor = System.Drawing.SystemColors.Window
|
|
Me.CbOInFinanciera.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.CbOInFinanciera.Enabled = False
|
|
Me.CbOInFinanciera.FormattingEnabled = True
|
|
Me.CbOInFinanciera.Location = New System.Drawing.Point(498, 32)
|
|
Me.CbOInFinanciera.Name = "CbOInFinanciera"
|
|
Me.CbOInFinanciera.Size = New System.Drawing.Size(58, 21)
|
|
Me.CbOInFinanciera.TabIndex = 1
|
|
Me.CbOInFinanciera.Visible = False
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(9, 143)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(132, 13)
|
|
Me.Label2.TabIndex = 2
|
|
Me.Label2.Text = "Path Reportes Relevantes"
|
|
'
|
|
'btnRutaRelevantes
|
|
'
|
|
Me.btnRutaRelevantes.BackColor = System.Drawing.Color.Black
|
|
Me.btnRutaRelevantes.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnRutaRelevantes.ForeColor = System.Drawing.Color.White
|
|
Me.btnRutaRelevantes.Location = New System.Drawing.Point(143, 137)
|
|
Me.btnRutaRelevantes.Name = "btnRutaRelevantes"
|
|
Me.btnRutaRelevantes.Size = New System.Drawing.Size(40, 23)
|
|
Me.btnRutaRelevantes.TabIndex = 3
|
|
Me.btnRutaRelevantes.Text = ". . ."
|
|
Me.btnRutaRelevantes.UseVisualStyleBackColor = False
|
|
'
|
|
'txtRutaRelevantes
|
|
'
|
|
Me.txtRutaRelevantes.Enabled = False
|
|
Me.txtRutaRelevantes.Location = New System.Drawing.Point(189, 140)
|
|
Me.txtRutaRelevantes.Name = "txtRutaRelevantes"
|
|
Me.txtRutaRelevantes.Size = New System.Drawing.Size(367, 20)
|
|
Me.txtRutaRelevantes.TabIndex = 4
|
|
'
|
|
'BTCerrar
|
|
'
|
|
Me.BTCerrar.BackColor = System.Drawing.Color.Black
|
|
Me.BTCerrar.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
|
|
Me.BTCerrar.ForeColor = System.Drawing.Color.White
|
|
Me.BTCerrar.ImageAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.BTCerrar.Location = New System.Drawing.Point(562, 171)
|
|
Me.BTCerrar.Name = "BTCerrar"
|
|
Me.BTCerrar.Size = New System.Drawing.Size(106, 29)
|
|
Me.BTCerrar.TabIndex = 6
|
|
Me.BTCerrar.Text = "Cerrar"
|
|
Me.BTCerrar.UseVisualStyleBackColor = False
|
|
'
|
|
'lblCveNombreSofome
|
|
'
|
|
Me.lblCveNombreSofome.AutoSize = True
|
|
Me.lblCveNombreSofome.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblCveNombreSofome.Location = New System.Drawing.Point(9, 40)
|
|
Me.lblCveNombreSofome.Name = "lblCveNombreSofome"
|
|
Me.lblCveNombreSofome.Size = New System.Drawing.Size(120, 13)
|
|
Me.lblCveNombreSofome.TabIndex = 7
|
|
Me.lblCveNombreSofome.Text = "Cve-Nombre-sofome"
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.BackColor = System.Drawing.Color.White
|
|
Me.GroupBox1.Controls.Add(Me.btnGuardarPreocupantes)
|
|
Me.GroupBox1.Controls.Add(Me.btnGuardarInusuales)
|
|
Me.GroupBox1.Controls.Add(Me.btnGuardarRelevantes)
|
|
Me.GroupBox1.Controls.Add(Me.BTCerrar)
|
|
Me.GroupBox1.Controls.Add(Me.txtRutaPreocupantes)
|
|
Me.GroupBox1.Controls.Add(Me.btnRutaPreocupantes)
|
|
Me.GroupBox1.Controls.Add(Me.Label4)
|
|
Me.GroupBox1.Controls.Add(Me.txtRutaInusuales)
|
|
Me.GroupBox1.Controls.Add(Me.btnRutaInusuales)
|
|
Me.GroupBox1.Controls.Add(Me.Label3)
|
|
Me.GroupBox1.Controls.Add(Me.lblCveNombreSofome)
|
|
Me.GroupBox1.Controls.Add(Me.txtRutaRelevantes)
|
|
Me.GroupBox1.Controls.Add(Me.btnRutaRelevantes)
|
|
Me.GroupBox1.Controls.Add(Me.Label2)
|
|
Me.GroupBox1.Controls.Add(Me.CbOInFinanciera)
|
|
Me.GroupBox1.Controls.Add(Me.Label1)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(12, 66)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(691, 205)
|
|
Me.GroupBox1.TabIndex = 8
|
|
Me.GroupBox1.TabStop = False
|
|
'
|
|
'btnGuardarPreocupantes
|
|
'
|
|
Me.btnGuardarPreocupantes.BackColor = System.Drawing.Color.Black
|
|
Me.btnGuardarPreocupantes.Enabled = False
|
|
Me.btnGuardarPreocupantes.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
|
|
Me.btnGuardarPreocupantes.ForeColor = System.Drawing.Color.White
|
|
Me.btnGuardarPreocupantes.ImageAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnGuardarPreocupantes.Location = New System.Drawing.Point(562, 99)
|
|
Me.btnGuardarPreocupantes.Name = "btnGuardarPreocupantes"
|
|
Me.btnGuardarPreocupantes.Size = New System.Drawing.Size(106, 30)
|
|
Me.btnGuardarPreocupantes.TabIndex = 15
|
|
Me.btnGuardarPreocupantes.Text = "Aceptar"
|
|
Me.btnGuardarPreocupantes.UseVisualStyleBackColor = False
|
|
'
|
|
'btnGuardarInusuales
|
|
'
|
|
Me.btnGuardarInusuales.BackColor = System.Drawing.Color.Black
|
|
Me.btnGuardarInusuales.Enabled = False
|
|
Me.btnGuardarInusuales.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
|
|
Me.btnGuardarInusuales.ForeColor = System.Drawing.Color.White
|
|
Me.btnGuardarInusuales.ImageAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnGuardarInusuales.Location = New System.Drawing.Point(562, 64)
|
|
Me.btnGuardarInusuales.Name = "btnGuardarInusuales"
|
|
Me.btnGuardarInusuales.Size = New System.Drawing.Size(106, 31)
|
|
Me.btnGuardarInusuales.TabIndex = 14
|
|
Me.btnGuardarInusuales.Text = "Aceptar"
|
|
Me.btnGuardarInusuales.UseVisualStyleBackColor = False
|
|
'
|
|
'btnGuardarRelevantes
|
|
'
|
|
Me.btnGuardarRelevantes.BackColor = System.Drawing.Color.Black
|
|
Me.btnGuardarRelevantes.Enabled = False
|
|
Me.btnGuardarRelevantes.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
|
|
Me.btnGuardarRelevantes.ForeColor = System.Drawing.Color.White
|
|
Me.btnGuardarRelevantes.ImageAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnGuardarRelevantes.Location = New System.Drawing.Point(562, 133)
|
|
Me.btnGuardarRelevantes.Name = "btnGuardarRelevantes"
|
|
Me.btnGuardarRelevantes.Size = New System.Drawing.Size(106, 32)
|
|
Me.btnGuardarRelevantes.TabIndex = 9
|
|
Me.btnGuardarRelevantes.Text = "Aceptar"
|
|
Me.btnGuardarRelevantes.UseVisualStyleBackColor = False
|
|
'
|
|
'txtRutaPreocupantes
|
|
'
|
|
Me.txtRutaPreocupantes.Enabled = False
|
|
Me.txtRutaPreocupantes.Location = New System.Drawing.Point(189, 105)
|
|
Me.txtRutaPreocupantes.Name = "txtRutaPreocupantes"
|
|
Me.txtRutaPreocupantes.Size = New System.Drawing.Size(367, 20)
|
|
Me.txtRutaPreocupantes.TabIndex = 13
|
|
'
|
|
'btnRutaPreocupantes
|
|
'
|
|
Me.btnRutaPreocupantes.BackColor = System.Drawing.Color.Black
|
|
Me.btnRutaPreocupantes.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnRutaPreocupantes.ForeColor = System.Drawing.Color.White
|
|
Me.btnRutaPreocupantes.Location = New System.Drawing.Point(144, 102)
|
|
Me.btnRutaPreocupantes.Name = "btnRutaPreocupantes"
|
|
Me.btnRutaPreocupantes.Size = New System.Drawing.Size(39, 23)
|
|
Me.btnRutaPreocupantes.TabIndex = 12
|
|
Me.btnRutaPreocupantes.Text = ". . ."
|
|
Me.btnRutaPreocupantes.UseVisualStyleBackColor = False
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(9, 108)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(144, 13)
|
|
Me.Label4.TabIndex = 11
|
|
Me.Label4.Text = "Path Reportes Preocupantes"
|
|
'
|
|
'txtRutaInusuales
|
|
'
|
|
Me.txtRutaInusuales.Enabled = False
|
|
Me.txtRutaInusuales.Location = New System.Drawing.Point(189, 70)
|
|
Me.txtRutaInusuales.Name = "txtRutaInusuales"
|
|
Me.txtRutaInusuales.Size = New System.Drawing.Size(367, 20)
|
|
Me.txtRutaInusuales.TabIndex = 10
|
|
'
|
|
'btnRutaInusuales
|
|
'
|
|
Me.btnRutaInusuales.BackColor = System.Drawing.Color.Black
|
|
Me.btnRutaInusuales.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnRutaInusuales.ForeColor = System.Drawing.Color.White
|
|
Me.btnRutaInusuales.Location = New System.Drawing.Point(143, 67)
|
|
Me.btnRutaInusuales.Name = "btnRutaInusuales"
|
|
Me.btnRutaInusuales.Size = New System.Drawing.Size(39, 23)
|
|
Me.btnRutaInusuales.TabIndex = 9
|
|
Me.btnRutaInusuales.Text = ". . ."
|
|
Me.btnRutaInusuales.UseVisualStyleBackColor = False
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(9, 73)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(123, 13)
|
|
Me.Label3.TabIndex = 8
|
|
Me.Label3.Text = "Path Reportes Inusuales"
|
|
'
|
|
'panel2
|
|
'
|
|
Me.panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.panel2.BackColor = System.Drawing.Color.Black
|
|
Me.panel2.Controls.Add(Me.Img_logoCabecera)
|
|
Me.panel2.Controls.Add(Me.desHeader)
|
|
Me.panel2.ForeColor = System.Drawing.Color.Navy
|
|
Me.panel2.Location = New System.Drawing.Point(-6, -5)
|
|
Me.panel2.Name = "panel2"
|
|
Me.panel2.Size = New System.Drawing.Size(727, 48)
|
|
Me.panel2.TabIndex = 160
|
|
'
|
|
'Img_logoCabecera
|
|
'
|
|
Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo
|
|
Me.Img_logoCabecera.Location = New System.Drawing.Point(601, 3)
|
|
Me.Img_logoCabecera.Name = "Img_logoCabecera"
|
|
Me.Img_logoCabecera.Size = New System.Drawing.Size(117, 42)
|
|
Me.Img_logoCabecera.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
Me.Img_logoCabecera.TabIndex = 360
|
|
Me.Img_logoCabecera.TabStop = False
|
|
'
|
|
'desHeader
|
|
'
|
|
Me.desHeader.AutoSize = True
|
|
Me.desHeader.BackColor = System.Drawing.Color.Transparent
|
|
Me.desHeader.Font = New System.Drawing.Font("Century Gothic", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.desHeader.ForeColor = System.Drawing.SystemColors.Window
|
|
Me.desHeader.Location = New System.Drawing.Point(21, 8)
|
|
Me.desHeader.Name = "desHeader"
|
|
Me.desHeader.Size = New System.Drawing.Size(151, 22)
|
|
Me.desHeader.TabIndex = 2
|
|
Me.desHeader.Text = "Reportes CNBV"
|
|
'
|
|
'panel3
|
|
'
|
|
Me.panel3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.panel3.BackColor = System.Drawing.Color.Black
|
|
Me.panel3.Controls.Add(Me.Label5)
|
|
Me.panel3.Controls.Add(Me.lblFooter)
|
|
Me.panel3.ForeColor = System.Drawing.Color.Navy
|
|
Me.panel3.Location = New System.Drawing.Point(3, 294)
|
|
Me.panel3.Name = "panel3"
|
|
Me.panel3.Size = New System.Drawing.Size(715, 33)
|
|
Me.panel3.TabIndex = 361
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.BackColor = System.Drawing.Color.Transparent
|
|
Me.Label5.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label5.ForeColor = System.Drawing.SystemColors.Window
|
|
Me.Label5.Location = New System.Drawing.Point(649, 5)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(42, 17)
|
|
Me.Label5.TabIndex = 3
|
|
Me.Label5.Text = "Minds"
|
|
'
|
|
'lblFooter
|
|
'
|
|
Me.lblFooter.AutoSize = True
|
|
Me.lblFooter.BackColor = System.Drawing.Color.Transparent
|
|
Me.lblFooter.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblFooter.ForeColor = System.Drawing.SystemColors.Window
|
|
Me.lblFooter.Location = New System.Drawing.Point(1019, 7)
|
|
Me.lblFooter.Name = "lblFooter"
|
|
Me.lblFooter.Size = New System.Drawing.Size(42, 17)
|
|
Me.lblFooter.TabIndex = 2
|
|
Me.lblFooter.Text = "Minds"
|
|
'
|
|
'frmParam
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(712, 317)
|
|
Me.Controls.Add(Me.panel3)
|
|
Me.Controls.Add(Me.panel2)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmParam"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Parametros Reporte CNBV"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.panel2.ResumeLayout(False)
|
|
Me.panel2.PerformLayout()
|
|
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.panel3.ResumeLayout(False)
|
|
Me.panel3.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents CbOInFinanciera As System.Windows.Forms.ComboBox
|
|
Friend WithEvents FolderBrowserDialog As System.Windows.Forms.FolderBrowserDialog
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents btnRutaRelevantes As System.Windows.Forms.Button
|
|
Friend WithEvents txtRutaRelevantes As System.Windows.Forms.TextBox
|
|
Friend WithEvents BTCerrar As System.Windows.Forms.Button
|
|
Friend WithEvents lblCveNombreSofome As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents btnGuardarRelevantes As System.Windows.Forms.Button
|
|
Friend WithEvents txtRutaPreocupantes As TextBox
|
|
Friend WithEvents btnRutaPreocupantes As Button
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents txtRutaInusuales As TextBox
|
|
Friend WithEvents btnRutaInusuales As Button
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents btnGuardarPreocupantes As Button
|
|
Friend WithEvents btnGuardarInusuales As Button
|
|
Private WithEvents panel2 As Panel
|
|
Private WithEvents Img_logoCabecera As PictureBox
|
|
Friend WithEvents desHeader As Label
|
|
Private WithEvents panel3 As Panel
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents lblFooter As Label
|
|
End Class
|