client/Reportes/FrmIngresosDepositos.designer.vb

169 lines
8.0 KiB
VB.net
Raw Permalink Blame History

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmIngresosDepositos
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(FrmIngresosDepositos))
Me.GRDMasterRep = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.BTSalir = New System.Windows.Forms.Button()
Me.Label1 = New System.Windows.Forms.Label()
Me.DTPFinal = New System.Windows.Forms.DateTimePicker()
Me.Label2 = New System.Windows.Forms.Label()
Me.DTPInicial = New System.Windows.Forms.DateTimePicker()
Me.BTExportar = New System.Windows.Forms.Button()
Me.BTEjecutar = New System.Windows.Forms.Button()
CType(Me.GRDMasterRep, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'GRDMasterRep
'
Me.GRDMasterRep.AllowUpdate = False
Me.GRDMasterRep.BackColor = System.Drawing.Color.White
Me.GRDMasterRep.FilterBar = True
Me.GRDMasterRep.GroupByCaption = "AGRUPAR"
Me.GRDMasterRep.Images.Add(CType(resources.GetObject("GRDMasterRep.Images"), System.Drawing.Image))
Me.GRDMasterRep.Location = New System.Drawing.Point(8, 99)
Me.GRDMasterRep.Name = "GRDMasterRep"
Me.GRDMasterRep.PreviewInfo.Location = New System.Drawing.Point(0, 0)
Me.GRDMasterRep.PreviewInfo.Size = New System.Drawing.Size(0, 0)
Me.GRDMasterRep.PreviewInfo.ZoomFactor = 75.0R
Me.GRDMasterRep.PrintInfo.PageSettings = CType(resources.GetObject("GRDMasterRep.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
Me.GRDMasterRep.Size = New System.Drawing.Size(779, 293)
Me.GRDMasterRep.TabIndex = 3
Me.GRDMasterRep.Text = "C1TrueDBGrid1"
Me.GRDMasterRep.Visible = False
Me.GRDMasterRep.PropBag = resources.GetString("GRDMasterRep.PropBag")
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.BTSalir)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.DTPFinal)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.DTPInicial)
Me.GroupBox1.Controls.Add(Me.BTExportar)
Me.GroupBox1.Controls.Add(Me.BTEjecutar)
Me.GroupBox1.Location = New System.Drawing.Point(8, 5)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(780, 85)
Me.GroupBox1.TabIndex = 2
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Par<EFBFBD>metros"
'
'BTSalir
'
Me.BTSalir.Location = New System.Drawing.Point(710, 38)
Me.BTSalir.Name = "BTSalir"
Me.BTSalir.Size = New System.Drawing.Size(59, 31)
Me.BTSalir.TabIndex = 22
Me.BTSalir.Text = "Cerrar"
Me.BTSalir.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label1.Location = New System.Drawing.Point(203, 28)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(113, 16)
Me.Label1.TabIndex = 21
Me.Label1.Text = "Mes y A<>o Final:"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'DTPFinal
'
Me.DTPFinal.CalendarFont = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.DTPFinal.CalendarTitleBackColor = System.Drawing.Color.DarkBlue
Me.DTPFinal.CalendarTitleForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.DTPFinal.CustomFormat = "MMMM/ yyyy"
Me.DTPFinal.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.DTPFinal.Format = System.Windows.Forms.DateTimePickerFormat.Custom
Me.DTPFinal.Location = New System.Drawing.Point(199, 47)
Me.DTPFinal.Name = "DTPFinal"
Me.DTPFinal.Size = New System.Drawing.Size(162, 22)
Me.DTPFinal.TabIndex = 20
'
'Label2
'
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label2.Location = New System.Drawing.Point(18, 28)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(113, 16)
Me.Label2.TabIndex = 19
Me.Label2.Text = "Mes y A<>o Inicial:"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'DTPInicial
'
Me.DTPInicial.CalendarFont = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.DTPInicial.CalendarTitleBackColor = System.Drawing.Color.DarkBlue
Me.DTPInicial.CalendarTitleForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.DTPInicial.CustomFormat = "MMMM/ yyyy"
Me.DTPInicial.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.DTPInicial.Format = System.Windows.Forms.DateTimePickerFormat.Custom
Me.DTPInicial.Location = New System.Drawing.Point(14, 47)
Me.DTPInicial.Name = "DTPInicial"
Me.DTPInicial.Size = New System.Drawing.Size(162, 22)
Me.DTPInicial.TabIndex = 18
'
'BTExportar
'
Me.BTExportar.Location = New System.Drawing.Point(622, 38)
Me.BTExportar.Name = "BTExportar"
Me.BTExportar.Size = New System.Drawing.Size(81, 31)
Me.BTExportar.TabIndex = 14
Me.BTExportar.Text = "Exportar"
Me.BTExportar.UseVisualStyleBackColor = True
'
'BTEjecutar
'
Me.BTEjecutar.Location = New System.Drawing.Point(535, 38)
Me.BTEjecutar.Name = "BTEjecutar"
Me.BTEjecutar.Size = New System.Drawing.Size(81, 31)
Me.BTEjecutar.TabIndex = 13
Me.BTEjecutar.Text = "Buscar"
Me.BTEjecutar.UseVisualStyleBackColor = True
'
'FrmIngresosDepositos
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(795, 400)
Me.Controls.Add(Me.GRDMasterRep)
Me.Controls.Add(Me.GroupBox1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "FrmIngresosDepositos"
Me.Text = "Reporte Ingresos/Dep<65>sitos"
CType(Me.GRDMasterRep, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox1.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents GRDMasterRep As C1.Win.C1TrueDBGrid.C1TrueDBGrid
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents BTEjecutar As System.Windows.Forms.Button
Friend WithEvents BTExportar As System.Windows.Forms.Button
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents DTPInicial As System.Windows.Forms.DateTimePicker
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents DTPFinal As System.Windows.Forms.DateTimePicker
Friend WithEvents BTSalir As System.Windows.Forms.Button
End Class