client/frmAcuerdoTransfeInfo.Designer.vb

135 lines
6.6 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmAcuerdoTransfeInfo
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(frmAcuerdoTransfeInfo))
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.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
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(12, 63)
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, 319)
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(655, 11)
Me.btnConsultar.Name = "btnConsultar"
Me.btnConsultar.Size = New System.Drawing.Size(124, 45)
Me.btnConsultar.TabIndex = 312
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(216, 22)
Me.cboYear.Name = "cboYear"
Me.cboYear.Size = New System.Drawing.Size(107, 24)
Me.cboYear.TabIndex = 311
'
'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(55, 22)
Me.cboMes.Name = "cboMes"
Me.cboMes.Size = New System.Drawing.Size(103, 24)
Me.cboMes.TabIndex = 310
'
'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.Location = New System.Drawing.Point(176, 24)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(34, 18)
Me.Label2.TabIndex = 308
Me.Label2.Text = "Año"
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
'
'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.Location = New System.Drawing.Point(12, 23)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(37, 18)
Me.Label1.TabIndex = 309
Me.Label1.Text = "Mes"
Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue
'
'frmAcuerdoTransfeInfo
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(791, 394)
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 = "frmAcuerdoTransfeInfo"
Me.Text = "frmAcuerdoTransfeInfo"
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