_ Partial Class frmTransferenciaInfo 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(frmTransferenciaInfo)) Me.cgDatosTransInter = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() 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() CType(Me.cgDatosTransInter, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '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(14, 78) 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(767, 292) Me.cgDatosTransInter.TabIndex = 302 Me.cgDatosTransInter.Text = "C1TrueDBGrid1" Me.cgDatosTransInter.PropBag = resources.GetString("cgDatosTransInter.PropBag") ' '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(657, 12) Me.btnConsultar.Name = "btnConsultar" Me.btnConsultar.Size = New System.Drawing.Size(124, 45) Me.btnConsultar.TabIndex = 317 Me.btnConsultar.Text = "Consultar" Me.btnConsultar.UseVisualStyleBackColor = True ' '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(218, 23) Me.cboYear.Name = "cboYear" Me.cboYear.Size = New System.Drawing.Size(107, 24) Me.cboYear.TabIndex = 316 ' '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(57, 23) Me.cboMes.Name = "cboMes" Me.cboMes.Size = New System.Drawing.Size(103, 24) Me.cboMes.TabIndex = 315 ' '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(178, 25) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(34, 18) Me.Label2.TabIndex = 313 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(14, 24) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(37, 18) Me.Label1.TabIndex = 314 Me.Label1.Text = "Mes" ' 'frmTransferenciaInfo ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(793, 412) Me.Controls.Add(Me.btnConsultar) Me.Controls.Add(Me.cboYear) Me.Controls.Add(Me.cboMes) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.cgDatosTransInter) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmTransferenciaInfo" Me.Text = "frmTransferenciaInfor" CType(Me.cgDatosTransInter, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents cgDatosTransInter As C1.Win.C1TrueDBGrid.C1TrueDBGrid 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 End Class