354 lines
17 KiB
VB.net
354 lines
17 KiB
VB.net
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
Partial Class FrmAlarmas
|
|||
|
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(FrmAlarmas))
|
|||
|
Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|||
|
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.Label2 = New System.Windows.Forms.Label
|
|||
|
Me.Panel1 = New System.Windows.Forms.Panel
|
|||
|
Me.Label1 = New System.Windows.Forms.Label
|
|||
|
Me.BTSalir = New System.Windows.Forms.Button
|
|||
|
Me.Grid2 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|||
|
CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.GroupBox2.SuspendLayout()
|
|||
|
Me.Panel6.SuspendLayout()
|
|||
|
Me.Panel1.SuspendLayout()
|
|||
|
CType(Me.Grid2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.SuspendLayout()
|
|||
|
'
|
|||
|
'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, 45)
|
|||
|
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(807, 182)
|
|||
|
Me.C1TrueDBGrid1.TabIndex = 35
|
|||
|
Me.C1TrueDBGrid1.Text = "C1TrueDBGrid1"
|
|||
|
Me.C1TrueDBGrid1.Visible = False
|
|||
|
Me.C1TrueDBGrid1.PropBag = resources.GetString("C1TrueDBGrid1.PropBag")
|
|||
|
'
|
|||
|
'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(3, 454)
|
|||
|
Me.GroupBox2.Name = "GroupBox2"
|
|||
|
Me.GroupBox2.Size = New System.Drawing.Size(704, 49)
|
|||
|
Me.GroupBox2.TabIndex = 34
|
|||
|
Me.GroupBox2.TabStop = False
|
|||
|
Me.GroupBox2.Text = "Estatus"
|
|||
|
'
|
|||
|
'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.Label2)
|
|||
|
Me.Panel6.Location = New System.Drawing.Point(-3, 0)
|
|||
|
Me.Panel6.Name = "Panel6"
|
|||
|
Me.Panel6.Size = New System.Drawing.Size(824, 39)
|
|||
|
Me.Panel6.TabIndex = 37
|
|||
|
'
|
|||
|
'Label2
|
|||
|
'
|
|||
|
Me.Label2.BackColor = System.Drawing.Color.White
|
|||
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.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(173, 2)
|
|||
|
Me.Label2.Name = "Label2"
|
|||
|
Me.Label2.Size = New System.Drawing.Size(491, 32)
|
|||
|
Me.Label2.TabIndex = 1
|
|||
|
Me.Label2.Text = "ALARMAS DE VIGENCIA DE DOCUMENTOS"
|
|||
|
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|||
|
'
|
|||
|
'Panel1
|
|||
|
'
|
|||
|
Me.Panel1.BackColor = System.Drawing.Color.White
|
|||
|
Me.Panel1.Controls.Add(Me.Label1)
|
|||
|
Me.Panel1.Location = New System.Drawing.Point(0, 233)
|
|||
|
Me.Panel1.Name = "Panel1"
|
|||
|
Me.Panel1.Size = New System.Drawing.Size(821, 36)
|
|||
|
Me.Panel1.TabIndex = 38
|
|||
|
'
|
|||
|
'Label1
|
|||
|
'
|
|||
|
Me.Label1.BackColor = System.Drawing.Color.White
|
|||
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, 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(2, 1)
|
|||
|
Me.Label1.Name = "Label1"
|
|||
|
Me.Label1.Size = New System.Drawing.Size(813, 32)
|
|||
|
Me.Label1.TabIndex = 1
|
|||
|
Me.Label1.Text = "ALARMAS PARA VALIDACION DE EXPEDIENTES"
|
|||
|
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|||
|
'
|
|||
|
'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(710, 462)
|
|||
|
Me.BTSalir.Name = "BTSalir"
|
|||
|
Me.BTSalir.Size = New System.Drawing.Size(103, 37)
|
|||
|
Me.BTSalir.TabIndex = 289
|
|||
|
Me.BTSalir.Text = "Salir"
|
|||
|
Me.BTSalir.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|||
|
'
|
|||
|
'Grid2
|
|||
|
'
|
|||
|
Me.Grid2.AllowUpdate = False
|
|||
|
Me.Grid2.AllowUpdateOnBlur = False
|
|||
|
Me.Grid2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|||
|
Me.Grid2.DefColWidth = 250
|
|||
|
Me.Grid2.FetchRowStyles = True
|
|||
|
Me.Grid2.GroupByCaption = "AGRUPAR"
|
|||
|
Me.Grid2.Images.Add(CType(resources.GetObject("Grid2.Images"), System.Drawing.Image))
|
|||
|
Me.Grid2.Location = New System.Drawing.Point(8, 274)
|
|||
|
Me.Grid2.Name = "Grid2"
|
|||
|
Me.Grid2.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
|||
|
Me.Grid2.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
|||
|
Me.Grid2.PreviewInfo.ZoomFactor = 75
|
|||
|
Me.Grid2.PrintInfo.PageSettings = CType(resources.GetObject("Grid2.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
|||
|
Me.Grid2.RowHeight = 20
|
|||
|
Me.Grid2.Size = New System.Drawing.Size(806, 177)
|
|||
|
Me.Grid2.TabIndex = 290
|
|||
|
Me.Grid2.Text = "C1TrueDBGrid2"
|
|||
|
Me.Grid2.Visible = False
|
|||
|
Me.Grid2.PropBag = resources.GetString("Grid2.PropBag")
|
|||
|
'
|
|||
|
'FrmAlarmas
|
|||
|
'
|
|||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
Me.ClientSize = New System.Drawing.Size(821, 519)
|
|||
|
Me.Controls.Add(Me.Grid2)
|
|||
|
Me.Controls.Add(Me.BTSalir)
|
|||
|
Me.Controls.Add(Me.Panel1)
|
|||
|
Me.Controls.Add(Me.Panel6)
|
|||
|
Me.Controls.Add(Me.C1TrueDBGrid1)
|
|||
|
Me.Controls.Add(Me.GroupBox2)
|
|||
|
Me.Name = "FrmAlarmas"
|
|||
|
Me.Text = "FrmAlarmas"
|
|||
|
CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.GroupBox2.ResumeLayout(False)
|
|||
|
Me.Panel6.ResumeLayout(False)
|
|||
|
Me.Panel1.ResumeLayout(False)
|
|||
|
CType(Me.Grid2, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.ResumeLayout(False)
|
|||
|
|
|||
|
End Sub
|
|||
|
Friend WithEvents C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|||
|
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 Label2 As System.Windows.Forms.Label
|
|||
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|||
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|||
|
Friend WithEvents BTSalir As System.Windows.Forms.Button
|
|||
|
Friend WithEvents Grid2 As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|||
|
End Class
|