209 lines
10 KiB
VB.net
209 lines
10 KiB
VB.net
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
Partial Class frmDolaresEfectivo
|
|||
|
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)
|
|||
|
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.
|
|||
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|||
|
Private Sub InitializeComponent()
|
|||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDolaresEfectivo))
|
|||
|
Me.btnConsultar = New System.Windows.Forms.Button()
|
|||
|
Me.cboYear = New System.Windows.Forms.ComboBox()
|
|||
|
Me.cboMes = New System.Windows.Forms.ComboBox()
|
|||
|
Me.Label2 = New System.Windows.Forms.Label()
|
|||
|
Me.Label1 = New System.Windows.Forms.Label()
|
|||
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|||
|
Me.btnModificatorio = New System.Windows.Forms.Button()
|
|||
|
Me.GridMaster = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
|||
|
Me.btnGenerarReporte = New System.Windows.Forms.Button()
|
|||
|
Me.btnSalir = New System.Windows.Forms.Button()
|
|||
|
Me.lblRegistros = New System.Windows.Forms.Label()
|
|||
|
Me.Panel1.SuspendLayout()
|
|||
|
CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.SuspendLayout()
|
|||
|
'
|
|||
|
'btnConsultar
|
|||
|
'
|
|||
|
Me.btnConsultar.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.btnConsultar.ForeColor = System.Drawing.Color.Navy
|
|||
|
Me.btnConsultar.Location = New System.Drawing.Point(574, 15)
|
|||
|
Me.btnConsultar.Name = "btnConsultar"
|
|||
|
Me.btnConsultar.Size = New System.Drawing.Size(100, 30)
|
|||
|
Me.btnConsultar.TabIndex = 307
|
|||
|
Me.btnConsultar.Text = "Buscar"
|
|||
|
Me.btnConsultar.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'cboYear
|
|||
|
'
|
|||
|
Me.cboYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|||
|
Me.cboYear.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.cboYear.FormattingEnabled = True
|
|||
|
Me.cboYear.Location = New System.Drawing.Point(326, 19)
|
|||
|
Me.cboYear.Name = "cboYear"
|
|||
|
Me.cboYear.Size = New System.Drawing.Size(107, 24)
|
|||
|
Me.cboYear.TabIndex = 306
|
|||
|
'
|
|||
|
'cboMes
|
|||
|
'
|
|||
|
Me.cboMes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|||
|
Me.cboMes.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.cboMes.FormattingEnabled = True
|
|||
|
Me.cboMes.Location = New System.Drawing.Point(89, 19)
|
|||
|
Me.cboMes.Name = "cboMes"
|
|||
|
Me.cboMes.Size = New System.Drawing.Size(182, 24)
|
|||
|
Me.cboMes.TabIndex = 305
|
|||
|
'
|
|||
|
'Label2
|
|||
|
'
|
|||
|
Me.Label2.AutoSize = True
|
|||
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.Label2.ForeColor = System.Drawing.Color.Navy
|
|||
|
Me.Label2.Location = New System.Drawing.Point(286, 25)
|
|||
|
Me.Label2.Name = "Label2"
|
|||
|
Me.Label2.Size = New System.Drawing.Size(34, 18)
|
|||
|
Me.Label2.TabIndex = 303
|
|||
|
Me.Label2.Text = "Año"
|
|||
|
'
|
|||
|
'Label1
|
|||
|
'
|
|||
|
Me.Label1.AutoSize = True
|
|||
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.Label1.ForeColor = System.Drawing.Color.Navy
|
|||
|
Me.Label1.Location = New System.Drawing.Point(12, 25)
|
|||
|
Me.Label1.Name = "Label1"
|
|||
|
Me.Label1.Size = New System.Drawing.Size(71, 18)
|
|||
|
Me.Label1.TabIndex = 304
|
|||
|
Me.Label1.Text = "Trimestre"
|
|||
|
'
|
|||
|
'Panel1
|
|||
|
'
|
|||
|
Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|||
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|||
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.Panel1.Controls.Add(Me.btnModificatorio)
|
|||
|
Me.Panel1.Controls.Add(Me.GridMaster)
|
|||
|
Me.Panel1.Controls.Add(Me.btnGenerarReporte)
|
|||
|
Me.Panel1.Controls.Add(Me.cboMes)
|
|||
|
Me.Panel1.Controls.Add(Me.btnConsultar)
|
|||
|
Me.Panel1.Controls.Add(Me.cboYear)
|
|||
|
Me.Panel1.Controls.Add(Me.Label1)
|
|||
|
Me.Panel1.Controls.Add(Me.Label2)
|
|||
|
Me.Panel1.Location = New System.Drawing.Point(20, 5)
|
|||
|
Me.Panel1.Name = "Panel1"
|
|||
|
Me.Panel1.Size = New System.Drawing.Size(935, 325)
|
|||
|
Me.Panel1.TabIndex = 308
|
|||
|
'
|
|||
|
'btnModificatorio
|
|||
|
'
|
|||
|
Me.btnModificatorio.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.btnModificatorio.ForeColor = System.Drawing.Color.Navy
|
|||
|
Me.btnModificatorio.Location = New System.Drawing.Point(826, 14)
|
|||
|
Me.btnModificatorio.Name = "btnModificatorio"
|
|||
|
Me.btnModificatorio.Size = New System.Drawing.Size(100, 30)
|
|||
|
Me.btnModificatorio.TabIndex = 314
|
|||
|
Me.btnModificatorio.Text = "Modificatorio"
|
|||
|
Me.btnModificatorio.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'GridMaster
|
|||
|
'
|
|||
|
Me.GridMaster.AllowUpdate = False
|
|||
|
Me.GridMaster.AllowUpdateOnBlur = False
|
|||
|
Me.GridMaster.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|||
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|||
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.GridMaster.BackColor = System.Drawing.Color.White
|
|||
|
Me.GridMaster.FilterBar = True
|
|||
|
Me.GridMaster.GroupByCaption = "AGRUPAR"
|
|||
|
Me.GridMaster.Images.Add(CType(resources.GetObject("GridMaster.Images"), System.Drawing.Image))
|
|||
|
Me.GridMaster.Location = New System.Drawing.Point(7, 56)
|
|||
|
Me.GridMaster.Name = "GridMaster"
|
|||
|
Me.GridMaster.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
|||
|
Me.GridMaster.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
|||
|
Me.GridMaster.PreviewInfo.ZoomFactor = 75.0R
|
|||
|
Me.GridMaster.PrintInfo.PageSettings = CType(resources.GetObject("GridMaster.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
|||
|
Me.GridMaster.Size = New System.Drawing.Size(920, 266)
|
|||
|
Me.GridMaster.TabIndex = 311
|
|||
|
Me.GridMaster.Text = "C1TrueDBGrid1"
|
|||
|
Me.GridMaster.PropBag = resources.GetString("GridMaster.PropBag")
|
|||
|
'
|
|||
|
'btnGenerarReporte
|
|||
|
'
|
|||
|
Me.btnGenerarReporte.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.btnGenerarReporte.ForeColor = System.Drawing.Color.Navy
|
|||
|
Me.btnGenerarReporte.Location = New System.Drawing.Point(700, 15)
|
|||
|
Me.btnGenerarReporte.Name = "btnGenerarReporte"
|
|||
|
Me.btnGenerarReporte.Size = New System.Drawing.Size(100, 30)
|
|||
|
Me.btnGenerarReporte.TabIndex = 310
|
|||
|
Me.btnGenerarReporte.Text = "Generar Reporte"
|
|||
|
Me.btnGenerarReporte.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'btnSalir
|
|||
|
'
|
|||
|
Me.btnSalir.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.btnSalir.ForeColor = System.Drawing.Color.Navy
|
|||
|
Me.btnSalir.Location = New System.Drawing.Point(846, 336)
|
|||
|
Me.btnSalir.Name = "btnSalir"
|
|||
|
Me.btnSalir.Size = New System.Drawing.Size(100, 30)
|
|||
|
Me.btnSalir.TabIndex = 311
|
|||
|
Me.btnSalir.Text = "Cerrar"
|
|||
|
Me.btnSalir.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'lblRegistros
|
|||
|
'
|
|||
|
Me.lblRegistros.AutoSize = True
|
|||
|
Me.lblRegistros.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.lblRegistros.ForeColor = System.Drawing.Color.Navy
|
|||
|
Me.lblRegistros.Location = New System.Drawing.Point(32, 341)
|
|||
|
Me.lblRegistros.Name = "lblRegistros"
|
|||
|
Me.lblRegistros.Size = New System.Drawing.Size(129, 18)
|
|||
|
Me.lblRegistros.TabIndex = 313
|
|||
|
Me.lblRegistros.Text = "Total de Registros"
|
|||
|
'
|
|||
|
'frmDolaresEfectivo
|
|||
|
'
|
|||
|
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(975, 374)
|
|||
|
Me.Controls.Add(Me.lblRegistros)
|
|||
|
Me.Controls.Add(Me.btnSalir)
|
|||
|
Me.Controls.Add(Me.Panel1)
|
|||
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|||
|
Me.Name = "frmDolaresEfectivo"
|
|||
|
Me.Text = "Reporte de Dolares en Efectivo"
|
|||
|
Me.Panel1.ResumeLayout(False)
|
|||
|
Me.Panel1.PerformLayout()
|
|||
|
CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.ResumeLayout(False)
|
|||
|
Me.PerformLayout()
|
|||
|
|
|||
|
End Sub
|
|||
|
Friend WithEvents btnConsultar As System.Windows.Forms.Button
|
|||
|
Friend WithEvents cboYear As System.Windows.Forms.ComboBox
|
|||
|
Friend WithEvents cboMes As System.Windows.Forms.ComboBox
|
|||
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|||
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|||
|
Friend WithEvents Panel1 As Panel
|
|||
|
Friend WithEvents btnGenerarReporte As Button
|
|||
|
Friend WithEvents btnSalir As System.Windows.Forms.Button
|
|||
|
Friend WithEvents GridMaster As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|||
|
Friend WithEvents lblRegistros As System.Windows.Forms.Label
|
|||
|
Friend WithEvents btnModificatorio As System.Windows.Forms.Button
|
|||
|
End Class
|