_ Partial Class frmChequeCaja Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmChequeCaja)) Me.Panel1 = New System.Windows.Forms.Panel() Me.gridFCC = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.btnModificatorio = New System.Windows.Forms.Button() Me.btnGenerarReporte = New System.Windows.Forms.Button() Me.cboMes = New System.Windows.Forms.ComboBox() Me.btnConsultar = New System.Windows.Forms.Button() Me.cboYear = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.btnSalir = New System.Windows.Forms.Button() Me.lblRegistros = New System.Windows.Forms.Label() Me.Panel1.SuspendLayout() CType(Me.gridFCC, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '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.BackColor = System.Drawing.Color.White Me.Panel1.Controls.Add(Me.gridFCC) Me.Panel1.Controls.Add(Me.btnModificatorio) 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(12, 12) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(1019, 366) Me.Panel1.TabIndex = 310 ' 'gridFCC ' Me.gridFCC.AllowUpdate = False Me.gridFCC.AllowUpdateOnBlur = False Me.gridFCC.BackColor = System.Drawing.Color.White Me.gridFCC.EditDropDown = False Me.gridFCC.FilterBar = True Me.gridFCC.GroupByCaption = "AGRUPAR" Me.gridFCC.Images.Add(CType(resources.GetObject("gridFCC.Images"), System.Drawing.Image)) Me.gridFCC.Location = New System.Drawing.Point(15, 40) Me.gridFCC.Name = "gridFCC" Me.gridFCC.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.gridFCC.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.gridFCC.PreviewInfo.ZoomFactor = 75.0R Me.gridFCC.PrintInfo.PageSettings = CType(resources.GetObject("gridFCC.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.gridFCC.Size = New System.Drawing.Size(991, 323) Me.gridFCC.TabIndex = 316 Me.gridFCC.Text = "C1TrueDBGrid1" Me.gridFCC.PropBag = resources.GetString("gridFCC.PropBag") ' '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(906, 4) Me.btnModificatorio.Name = "btnModificatorio" Me.btnModificatorio.Size = New System.Drawing.Size(100, 30) Me.btnModificatorio.TabIndex = 315 Me.btnModificatorio.Text = "Modificatorio" Me.btnModificatorio.UseVisualStyleBackColor = True ' '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(776, 4) 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 ' '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, 8) Me.cboMes.Name = "cboMes" Me.cboMes.Size = New System.Drawing.Size(187, 24) Me.cboMes.TabIndex = 305 ' '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(639, 4) 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(374, 8) Me.cboYear.Name = "cboYear" Me.cboYear.Size = New System.Drawing.Size(107, 24) Me.cboYear.TabIndex = 306 ' '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.MidnightBlue Me.Label1.Location = New System.Drawing.Point(12, 14) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(71, 18) Me.Label1.TabIndex = 304 Me.Label1.Text = "Trimestre" ' '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.MidnightBlue Me.Label2.Location = New System.Drawing.Point(323, 14) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(34, 18) Me.Label2.TabIndex = 303 Me.Label2.Text = "Año" ' '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(918, 384) 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.MidnightBlue Me.lblRegistros.Location = New System.Drawing.Point(24, 396) Me.lblRegistros.Name = "lblRegistros" Me.lblRegistros.Size = New System.Drawing.Size(129, 18) Me.lblRegistros.TabIndex = 314 Me.lblRegistros.Text = "Total de Registros" ' 'frmChequeCaja ' 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(1043, 434) 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 = "frmChequeCaja" Me.Text = "Cheques de Caja" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.gridFCC, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Panel1 As Panel Friend WithEvents btnGenerarReporte As Button Friend WithEvents cboMes As ComboBox Friend WithEvents btnConsultar As Button Friend WithEvents cboYear As ComboBox Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents btnSalir As System.Windows.Forms.Button Friend WithEvents btnModificatorio As System.Windows.Forms.Button Friend WithEvents lblRegistros As System.Windows.Forms.Label Friend WithEvents gridFCC As C1.Win.C1TrueDBGrid.C1TrueDBGrid End Class