_ Partial Class frmRep6 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(frmRep6)) Me.btnConsultar = New System.Windows.Forms.Button() Me.cgDatosTransInter = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() 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() CType(Me.cgDatosTransInter, 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.Location = New System.Drawing.Point(699, 11) Me.btnConsultar.Name = "btnConsultar" Me.btnConsultar.Size = New System.Drawing.Size(124, 45) Me.btnConsultar.TabIndex = 303 Me.btnConsultar.Text = "Consultar" Me.btnConsultar.UseVisualStyleBackColor = True ' 'cgDatosTransInter ' Me.cgDatosTransInter.AllowUpdate = False Me.cgDatosTransInter.AllowUpdateOnBlur = False Me.cgDatosTransInter.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.cgDatosTransInter.DefColWidth = 250 Me.cgDatosTransInter.FilterBar = True Me.cgDatosTransInter.GroupByCaption = "AGRUPAR" Me.cgDatosTransInter.Images.Add(CType(resources.GetObject("cgDatosTransInter.Images"), System.Drawing.Image)) Me.cgDatosTransInter.Location = New System.Drawing.Point(26, 62) Me.cgDatosTransInter.Name = "cgDatosTransInter" Me.cgDatosTransInter.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.cgDatosTransInter.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.cgDatosTransInter.PreviewInfo.ZoomFactor = 75.0R Me.cgDatosTransInter.PrintInfo.PageSettings = CType(resources.GetObject("cgDatosTransInter.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.cgDatosTransInter.RowHeight = 20 Me.cgDatosTransInter.Size = New System.Drawing.Size(797, 291) Me.cgDatosTransInter.TabIndex = 302 Me.cgDatosTransInter.Text = "C1TrueDBGrid1" Me.cgDatosTransInter.PropBag = resources.GetString("cgDatosTransInter.PropBag") ' 'cboYear ' 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(227, 22) Me.cboYear.Name = "cboYear" Me.cboYear.Size = New System.Drawing.Size(107, 24) Me.cboYear.TabIndex = 325 ' 'cboMes ' 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(66, 22) Me.cboMes.Name = "cboMes" Me.cboMes.Size = New System.Drawing.Size(103, 24) Me.cboMes.TabIndex = 324 ' '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(187, 24) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(34, 18) Me.Label2.TabIndex = 322 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.MidnightBlue Me.Label1.Location = New System.Drawing.Point(23, 23) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(37, 18) Me.Label1.TabIndex = 323 Me.Label1.Text = "Mes" ' 'frmRep6 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(849, 388) Me.Controls.Add(Me.cboYear) Me.Controls.Add(Me.cboMes) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.btnConsultar) Me.Controls.Add(Me.cgDatosTransInter) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmRep6" Me.Text = "frmRep6" CType(Me.cgDatosTransInter, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents btnConsultar As System.Windows.Forms.Button Friend WithEvents cgDatosTransInter As C1.Win.C1TrueDBGrid.C1TrueDBGrid 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 End Class