111 lines
4.7 KiB
VB.net
111 lines
4.7 KiB
VB.net
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
Partial Class frmAcumuladoCliente
|
|||
|
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(frmAcumuladoCliente))
|
|||
|
Me.ComboMes = New System.Windows.Forms.ComboBox()
|
|||
|
Me.ComboA<EFBFBD>o = New System.Windows.Forms.ComboBox()
|
|||
|
Me.cmdAceptar = New System.Windows.Forms.Button()
|
|||
|
Me.DataGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
|||
|
Me.cmdSalir = New System.Windows.Forms.Button()
|
|||
|
CType(Me.DataGrid1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.SuspendLayout()
|
|||
|
'
|
|||
|
'ComboMes
|
|||
|
'
|
|||
|
Me.ComboMes.FormattingEnabled = True
|
|||
|
Me.ComboMes.Location = New System.Drawing.Point(4, 365)
|
|||
|
Me.ComboMes.Name = "ComboMes"
|
|||
|
Me.ComboMes.Size = New System.Drawing.Size(121, 21)
|
|||
|
Me.ComboMes.TabIndex = 0
|
|||
|
Me.ComboMes.Text = "Mes"
|
|||
|
'
|
|||
|
'ComboA<6F>o
|
|||
|
'
|
|||
|
Me.ComboA<EFBFBD>o.FormattingEnabled = True
|
|||
|
Me.ComboA<EFBFBD>o.Location = New System.Drawing.Point(146, 365)
|
|||
|
Me.ComboA<EFBFBD>o.Name = "ComboA<EFBFBD>o"
|
|||
|
Me.ComboA<EFBFBD>o.Size = New System.Drawing.Size(123, 21)
|
|||
|
Me.ComboA<EFBFBD>o.TabIndex = 1
|
|||
|
Me.ComboA<EFBFBD>o.Text = "A<EFBFBD>o"
|
|||
|
'
|
|||
|
'cmdAceptar
|
|||
|
'
|
|||
|
Me.cmdAceptar.Location = New System.Drawing.Point(567, 364)
|
|||
|
Me.cmdAceptar.Name = "cmdAceptar"
|
|||
|
Me.cmdAceptar.Size = New System.Drawing.Size(113, 27)
|
|||
|
Me.cmdAceptar.TabIndex = 3
|
|||
|
Me.cmdAceptar.Text = "Aceptar"
|
|||
|
Me.cmdAceptar.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'DataGrid1
|
|||
|
'
|
|||
|
Me.DataGrid1.BackColor = System.Drawing.Color.White
|
|||
|
Me.DataGrid1.FilterBar = True
|
|||
|
Me.DataGrid1.GroupByCaption = "AGRUPAR"
|
|||
|
Me.DataGrid1.Images.Add(CType(resources.GetObject("DataGrid1.Images"), System.Drawing.Image))
|
|||
|
Me.DataGrid1.Location = New System.Drawing.Point(4, 3)
|
|||
|
Me.DataGrid1.Name = "DataGrid1"
|
|||
|
Me.DataGrid1.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
|||
|
Me.DataGrid1.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
|||
|
Me.DataGrid1.PreviewInfo.ZoomFactor = 75.0R
|
|||
|
Me.DataGrid1.PrintInfo.PageSettings = CType(resources.GetObject("DataGrid1.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
|||
|
Me.DataGrid1.Size = New System.Drawing.Size(772, 355)
|
|||
|
Me.DataGrid1.TabIndex = 8
|
|||
|
Me.DataGrid1.Text = "C1TrueDBGrid1"
|
|||
|
Me.DataGrid1.PropBag = resources.GetString("DataGrid1.PropBag")
|
|||
|
'
|
|||
|
'cmdSalir
|
|||
|
'
|
|||
|
Me.cmdSalir.Location = New System.Drawing.Point(686, 364)
|
|||
|
Me.cmdSalir.Name = "cmdSalir"
|
|||
|
Me.cmdSalir.Size = New System.Drawing.Size(90, 27)
|
|||
|
Me.cmdSalir.TabIndex = 9
|
|||
|
Me.cmdSalir.Text = "Cerrar"
|
|||
|
Me.cmdSalir.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'frmAcumuladoCliente
|
|||
|
'
|
|||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
Me.ClientSize = New System.Drawing.Size(780, 405)
|
|||
|
Me.Controls.Add(Me.cmdSalir)
|
|||
|
Me.Controls.Add(Me.DataGrid1)
|
|||
|
Me.Controls.Add(Me.cmdAceptar)
|
|||
|
Me.Controls.Add(Me.ComboA<EFBFBD>o)
|
|||
|
Me.Controls.Add(Me.ComboMes)
|
|||
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|||
|
Me.Name = "frmAcumuladoCliente"
|
|||
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|||
|
Me.Text = "Reporte Acumulado Mensual"
|
|||
|
CType(Me.DataGrid1, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
Me.ResumeLayout(False)
|
|||
|
|
|||
|
End Sub
|
|||
|
Friend WithEvents ComboMes As System.Windows.Forms.ComboBox
|
|||
|
Friend WithEvents ComboA<EFBFBD>o As System.Windows.Forms.ComboBox
|
|||
|
Friend WithEvents cmdAceptar As System.Windows.Forms.Button
|
|||
|
Friend WithEvents DataGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|||
|
Friend WithEvents cmdSalir As System.Windows.Forms.Button
|
|||
|
End Class
|