362 lines
17 KiB
VB.net
362 lines
17 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class FrmAlarmasExp
|
||
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(FrmAlarmasExp))
|
||
Me.GroupBox2 = New System.Windows.Forms.GroupBox
|
||
Me.lblPais = New System.Windows.Forms.Label
|
||
Me.lblBanco = New System.Windows.Forms.Label
|
||
Me.lblTranXdia = New System.Windows.Forms.Label
|
||
Me.lblOrdBen = New System.Windows.Forms.Label
|
||
Me.lblHora = New System.Windows.Forms.Label
|
||
Me.lblGeografia = New System.Windows.Forms.Label
|
||
Me.lblDivisa = New System.Windows.Forms.Label
|
||
Me.lblFuncionario = New System.Windows.Forms.Label
|
||
Me.lblTipoCambio = New System.Windows.Forms.Label
|
||
Me.lblFecha = New System.Windows.Forms.Label
|
||
Me.lblMonto = New System.Windows.Forms.Label
|
||
Me.Panel6 = New System.Windows.Forms.Panel
|
||
Me.Label3 = New System.Windows.Forms.Label
|
||
Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
||
Me.Panel1 = New System.Windows.Forms.Panel
|
||
Me.CMBRango = New System.Windows.Forms.ComboBox
|
||
Me.BTConsultar = New System.Windows.Forms.Button
|
||
Me.Label2 = New System.Windows.Forms.Label
|
||
Me.TXTMeses = New System.Windows.Forms.TextBox
|
||
Me.BTSalir = New System.Windows.Forms.Button
|
||
Me.GroupBox2.SuspendLayout()
|
||
Me.Panel6.SuspendLayout()
|
||
CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.Panel1.SuspendLayout()
|
||
Me.SuspendLayout()
|
||
'
|
||
'GroupBox2
|
||
'
|
||
Me.GroupBox2.Controls.Add(Me.lblPais)
|
||
Me.GroupBox2.Controls.Add(Me.lblBanco)
|
||
Me.GroupBox2.Controls.Add(Me.lblTranXdia)
|
||
Me.GroupBox2.Controls.Add(Me.lblOrdBen)
|
||
Me.GroupBox2.Controls.Add(Me.lblHora)
|
||
Me.GroupBox2.Controls.Add(Me.lblGeografia)
|
||
Me.GroupBox2.Controls.Add(Me.lblDivisa)
|
||
Me.GroupBox2.Controls.Add(Me.lblFuncionario)
|
||
Me.GroupBox2.Controls.Add(Me.lblTipoCambio)
|
||
Me.GroupBox2.Controls.Add(Me.lblFecha)
|
||
Me.GroupBox2.Controls.Add(Me.lblMonto)
|
||
Me.GroupBox2.Location = New System.Drawing.Point(6, 414)
|
||
Me.GroupBox2.Name = "GroupBox2"
|
||
Me.GroupBox2.Size = New System.Drawing.Size(678, 49)
|
||
Me.GroupBox2.TabIndex = 304
|
||
Me.GroupBox2.TabStop = False
|
||
Me.GroupBox2.Text = "Estatus"
|
||
Me.GroupBox2.Visible = False
|
||
'
|
||
'lblPais
|
||
'
|
||
Me.lblPais.BackColor = System.Drawing.Color.Orange
|
||
Me.lblPais.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
||
Me.lblPais.Cursor = System.Windows.Forms.Cursors.Default
|
||
Me.lblPais.Location = New System.Drawing.Point(460, 20)
|
||
Me.lblPais.Name = "lblPais"
|
||
Me.lblPais.Size = New System.Drawing.Size(88, 20)
|
||
Me.lblPais.TabIndex = 26
|
||
Me.lblPais.Text = "Pa<EFBFBD>s"
|
||
Me.lblPais.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
Me.lblPais.Visible = False
|
||
'
|
||
'lblBanco
|
||
'
|
||
Me.lblBanco.BackColor = System.Drawing.Color.SkyBlue
|
||
Me.lblBanco.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
||
Me.lblBanco.Cursor = System.Windows.Forms.Cursors.Default
|
||
Me.lblBanco.Location = New System.Drawing.Point(460, 50)
|
||
Me.lblBanco.Name = "lblBanco"
|
||
Me.lblBanco.Size = New System.Drawing.Size(88, 20)
|
||
Me.lblBanco.TabIndex = 25
|
||
Me.lblBanco.Text = "Banco"
|
||
Me.lblBanco.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
Me.lblBanco.Visible = False
|
||
'
|
||
'lblTranXdia
|
||
'
|
||
Me.lblTranXdia.BackColor = System.Drawing.Color.Blue
|
||
Me.lblTranXdia.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
||
Me.lblTranXdia.Cursor = System.Windows.Forms.Cursors.Default
|
||
Me.lblTranXdia.ForeColor = System.Drawing.Color.White
|
||
Me.lblTranXdia.Location = New System.Drawing.Point(240, 50)
|
||
Me.lblTranXdia.Name = "lblTranXdia"
|
||
Me.lblTranXdia.Size = New System.Drawing.Size(88, 20)
|
||
Me.lblTranXdia.TabIndex = 23
|
||
Me.lblTranXdia.Text = "Trans. por dia"
|
||
Me.lblTranXdia.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
Me.lblTranXdia.Visible = False
|
||
'
|
||
'lblOrdBen
|
||
'
|
||
Me.lblOrdBen.BackColor = System.Drawing.Color.DarkGreen
|
||
Me.lblOrdBen.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
||
Me.lblOrdBen.Cursor = System.Windows.Forms.Cursors.Default
|
||
Me.lblOrdBen.ForeColor = System.Drawing.Color.White
|
||
Me.lblOrdBen.Location = New System.Drawing.Point(570, 20)
|
||
Me.lblOrdBen.Name = "lblOrdBen"
|
||
Me.lblOrdBen.Size = New System.Drawing.Size(88, 20)
|
||
Me.lblOrdBen.TabIndex = 21
|
||
Me.lblOrdBen.Text = " Ord / Ben"
|
||
Me.lblOrdBen.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
Me.lblOrdBen.Visible = False
|
||
'
|
||
'lblHora
|
||
'
|
||
Me.lblHora.BackColor = System.Drawing.Color.Purple
|
||
Me.lblHora.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
||
Me.lblHora.Cursor = System.Windows.Forms.Cursors.Default
|
||
Me.lblHora.ForeColor = System.Drawing.Color.White
|
||
Me.lblHora.Location = New System.Drawing.Point(666, 53)
|
||
Me.lblHora.Name = "lblHora"
|
||
Me.lblHora.Size = New System.Drawing.Size(88, 20)
|
||
Me.lblHora.TabIndex = 19
|
||
Me.lblHora.Text = "Hora"
|
||
Me.lblHora.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
Me.lblHora.Visible = False
|
||
'
|
||
'lblGeografia
|
||
'
|
||
Me.lblGeografia.BackColor = System.Drawing.Color.Lime
|
||
Me.lblGeografia.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
||
Me.lblGeografia.Cursor = System.Windows.Forms.Cursors.Default
|
||
Me.lblGeografia.Location = New System.Drawing.Point(669, 22)
|
||
Me.lblGeografia.Name = "lblGeografia"
|
||
Me.lblGeografia.Size = New System.Drawing.Size(88, 20)
|
||
Me.lblGeografia.TabIndex = 18
|
||
Me.lblGeografia.Text = "Revision Metodo"
|
||
Me.lblGeografia.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
Me.lblGeografia.Visible = False
|
||
'
|
||
'lblDivisa
|
||
'
|
||
Me.lblDivisa.BackColor = System.Drawing.Color.Gold
|
||
Me.lblDivisa.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
||
Me.lblDivisa.Cursor = System.Windows.Forms.Cursors.Default
|
||
Me.lblDivisa.Location = New System.Drawing.Point(350, 20)
|
||
Me.lblDivisa.Name = "lblDivisa"
|
||
Me.lblDivisa.Size = New System.Drawing.Size(88, 20)
|
||
Me.lblDivisa.TabIndex = 17
|
||
Me.lblDivisa.Text = "Divisa"
|
||
Me.lblDivisa.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
Me.lblDivisa.Visible = False
|
||
'
|
||
'lblFuncionario
|
||
'
|
||
Me.lblFuncionario.BackColor = System.Drawing.Color.Pink
|
||
Me.lblFuncionario.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
||
Me.lblFuncionario.Cursor = System.Windows.Forms.Cursors.Default
|
||
Me.lblFuncionario.Location = New System.Drawing.Point(237, 22)
|
||
Me.lblFuncionario.Name = "lblFuncionario"
|
||
Me.lblFuncionario.Size = New System.Drawing.Size(88, 20)
|
||
Me.lblFuncionario.TabIndex = 16
|
||
Me.lblFuncionario.Text = "Funcionario"
|
||
Me.lblFuncionario.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
Me.lblFuncionario.Visible = False
|
||
'
|
||
'lblTipoCambio
|
||
'
|
||
Me.lblTipoCambio.BackColor = System.Drawing.Color.DarkTurquoise
|
||
Me.lblTipoCambio.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
||
Me.lblTipoCambio.Cursor = System.Windows.Forms.Cursors.Default
|
||
Me.lblTipoCambio.ForeColor = System.Drawing.Color.Black
|
||
Me.lblTipoCambio.Location = New System.Drawing.Point(350, 50)
|
||
Me.lblTipoCambio.Name = "lblTipoCambio"
|
||
Me.lblTipoCambio.Size = New System.Drawing.Size(88, 20)
|
||
Me.lblTipoCambio.TabIndex = 15
|
||
Me.lblTipoCambio.Text = "Tipo de cambio"
|
||
Me.lblTipoCambio.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
Me.lblTipoCambio.Visible = False
|
||
'
|
||
'lblFecha
|
||
'
|
||
Me.lblFecha.BackColor = System.Drawing.Color.Yellow
|
||
Me.lblFecha.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
||
Me.lblFecha.Cursor = System.Windows.Forms.Cursors.Hand
|
||
Me.lblFecha.Location = New System.Drawing.Point(114, 21)
|
||
Me.lblFecha.Name = "lblFecha"
|
||
Me.lblFecha.Size = New System.Drawing.Size(88, 20)
|
||
Me.lblFecha.TabIndex = 14
|
||
Me.lblFecha.Text = "Por Vencer"
|
||
Me.lblFecha.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
'
|
||
'lblMonto
|
||
'
|
||
Me.lblMonto.BackColor = System.Drawing.Color.Red
|
||
Me.lblMonto.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
||
Me.lblMonto.Cursor = System.Windows.Forms.Cursors.Hand
|
||
Me.lblMonto.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.lblMonto.ForeColor = System.Drawing.Color.White
|
||
Me.lblMonto.Location = New System.Drawing.Point(20, 20)
|
||
Me.lblMonto.Name = "lblMonto"
|
||
Me.lblMonto.Size = New System.Drawing.Size(88, 20)
|
||
Me.lblMonto.TabIndex = 0
|
||
Me.lblMonto.Text = "Vencidos"
|
||
Me.lblMonto.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
'
|
||
'Panel6
|
||
'
|
||
Me.Panel6.BackColor = System.Drawing.Color.White
|
||
Me.Panel6.Controls.Add(Me.Label3)
|
||
Me.Panel6.Location = New System.Drawing.Point(-1, 60)
|
||
Me.Panel6.Name = "Panel6"
|
||
Me.Panel6.Size = New System.Drawing.Size(799, 39)
|
||
Me.Panel6.TabIndex = 303
|
||
'
|
||
'Label3
|
||
'
|
||
Me.Label3.BackColor = System.Drawing.Color.White
|
||
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.Label3.Location = New System.Drawing.Point(3, 4)
|
||
Me.Label3.Name = "Label3"
|
||
Me.Label3.Size = New System.Drawing.Size(793, 32)
|
||
Me.Label3.TabIndex = 1
|
||
Me.Label3.Text = "ALERTAS DE VERIFICACION DE EXPEDIENTES"
|
||
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||
'
|
||
'C1TrueDBGrid1
|
||
'
|
||
Me.C1TrueDBGrid1.AllowUpdate = False
|
||
Me.C1TrueDBGrid1.AllowUpdateOnBlur = False
|
||
Me.C1TrueDBGrid1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
||
Me.C1TrueDBGrid1.DefColWidth = 250
|
||
Me.C1TrueDBGrid1.FetchRowStyles = True
|
||
Me.C1TrueDBGrid1.GroupByCaption = "AGRUPAR"
|
||
Me.C1TrueDBGrid1.Images.Add(CType(resources.GetObject("C1TrueDBGrid1.Images"), System.Drawing.Image))
|
||
Me.C1TrueDBGrid1.Location = New System.Drawing.Point(7, 100)
|
||
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
|
||
Me.C1TrueDBGrid1.PrintInfo.PageSettings = CType(resources.GetObject("C1TrueDBGrid1.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
||
Me.C1TrueDBGrid1.RowHeight = 20
|
||
Me.C1TrueDBGrid1.Size = New System.Drawing.Size(788, 307)
|
||
Me.C1TrueDBGrid1.TabIndex = 302
|
||
Me.C1TrueDBGrid1.Text = "C1TrueDBGrid1"
|
||
Me.C1TrueDBGrid1.Visible = False
|
||
Me.C1TrueDBGrid1.PropBag = resources.GetString("C1TrueDBGrid1.PropBag")
|
||
'
|
||
'Panel1
|
||
'
|
||
Me.Panel1.Controls.Add(Me.CMBRango)
|
||
Me.Panel1.Controls.Add(Me.BTConsultar)
|
||
Me.Panel1.Controls.Add(Me.Label2)
|
||
Me.Panel1.Controls.Add(Me.TXTMeses)
|
||
Me.Panel1.Location = New System.Drawing.Point(6, 1)
|
||
Me.Panel1.Name = "Panel1"
|
||
Me.Panel1.Size = New System.Drawing.Size(787, 57)
|
||
Me.Panel1.TabIndex = 301
|
||
'
|
||
'CMBRango
|
||
'
|
||
Me.CMBRango.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.CMBRango.FormattingEnabled = True
|
||
Me.CMBRango.Items.AddRange(New Object() {"<= 1 Mes", "1 a 3 Meses", "3 a 6 Meses", "6 Meses a 1 A<>o"})
|
||
Me.CMBRango.Location = New System.Drawing.Point(310, 16)
|
||
Me.CMBRango.Name = "CMBRango"
|
||
Me.CMBRango.Size = New System.Drawing.Size(167, 21)
|
||
Me.CMBRango.TabIndex = 294
|
||
'
|
||
'BTConsultar
|
||
'
|
||
Me.BTConsultar.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
||
Me.BTConsultar.Location = New System.Drawing.Point(676, 11)
|
||
Me.BTConsultar.Name = "BTConsultar"
|
||
Me.BTConsultar.Size = New System.Drawing.Size(103, 37)
|
||
Me.BTConsultar.TabIndex = 293
|
||
Me.BTConsultar.Text = "Consultar"
|
||
'
|
||
'Label2
|
||
'
|
||
Me.Label2.AutoSize = True
|
||
Me.Label2.Location = New System.Drawing.Point(13, 20)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(294, 13)
|
||
Me.Label2.TabIndex = 1
|
||
Me.Label2.Text = "Consulta del Proximo Periodo de Verificacion de Expendiente"
|
||
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
|
||
'
|
||
'TXTMeses
|
||
'
|
||
Me.TXTMeses.Location = New System.Drawing.Point(570, 27)
|
||
Me.TXTMeses.MaxLength = 2
|
||
Me.TXTMeses.Name = "TXTMeses"
|
||
Me.TXTMeses.Size = New System.Drawing.Size(100, 20)
|
||
Me.TXTMeses.TabIndex = 0
|
||
Me.TXTMeses.Visible = False
|
||
'
|
||
'BTSalir
|
||
'
|
||
Me.BTSalir.Image = CType(resources.GetObject("BTSalir.Image"), System.Drawing.Image)
|
||
Me.BTSalir.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
||
Me.BTSalir.Location = New System.Drawing.Point(691, 420)
|
||
Me.BTSalir.Name = "BTSalir"
|
||
Me.BTSalir.Size = New System.Drawing.Size(103, 37)
|
||
Me.BTSalir.TabIndex = 299
|
||
Me.BTSalir.Text = "Salir"
|
||
Me.BTSalir.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
||
'
|
||
'FrmAlarmasExp
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(802, 478)
|
||
Me.Controls.Add(Me.GroupBox2)
|
||
Me.Controls.Add(Me.Panel6)
|
||
Me.Controls.Add(Me.C1TrueDBGrid1)
|
||
Me.Controls.Add(Me.Panel1)
|
||
Me.Controls.Add(Me.BTSalir)
|
||
Me.Name = "FrmAlarmasExp"
|
||
Me.GroupBox2.ResumeLayout(False)
|
||
Me.Panel6.ResumeLayout(False)
|
||
CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.Panel1.ResumeLayout(False)
|
||
Me.Panel1.PerformLayout()
|
||
Me.ResumeLayout(False)
|
||
|
||
End Sub
|
||
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
||
Friend WithEvents lblPais As System.Windows.Forms.Label
|
||
Friend WithEvents lblBanco As System.Windows.Forms.Label
|
||
Friend WithEvents lblTranXdia As System.Windows.Forms.Label
|
||
Friend WithEvents lblOrdBen As System.Windows.Forms.Label
|
||
Friend WithEvents lblHora As System.Windows.Forms.Label
|
||
Friend WithEvents lblGeografia As System.Windows.Forms.Label
|
||
Friend WithEvents lblDivisa As System.Windows.Forms.Label
|
||
Friend WithEvents lblFuncionario As System.Windows.Forms.Label
|
||
Friend WithEvents lblTipoCambio As System.Windows.Forms.Label
|
||
Friend WithEvents lblFecha As System.Windows.Forms.Label
|
||
Friend WithEvents lblMonto As System.Windows.Forms.Label
|
||
Friend WithEvents Panel6 As System.Windows.Forms.Panel
|
||
Friend WithEvents Label3 As System.Windows.Forms.Label
|
||
Friend WithEvents C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
||
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
||
Friend WithEvents CMBRango As System.Windows.Forms.ComboBox
|
||
Friend WithEvents BTConsultar As System.Windows.Forms.Button
|
||
Friend WithEvents Label2 As System.Windows.Forms.Label
|
||
Friend WithEvents TXTMeses As System.Windows.Forms.TextBox
|
||
Friend WithEvents BTSalir As System.Windows.Forms.Button
|
||
End Class
|