client/Reportes/FrmFraccionadaDET.Designer.vb

163 lines
7.4 KiB
VB.net
Raw Permalink Normal View History

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmFraccionadaDET
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(FrmFraccionadaDET))
Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
Me.BTCerrar = New System.Windows.Forms.Button()
Me.BTExportar = New System.Windows.Forms.Button()
Me.cboEstatus = New System.Windows.Forms.ComboBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtrazon = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.BtGuardar = New System.Windows.Forms.Button()
CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'C1TrueDBGrid1
'
Me.C1TrueDBGrid1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.C1TrueDBGrid1.GroupByCaption = "AGRUPAR"
Me.C1TrueDBGrid1.Images.Add(CType(resources.GetObject("C1TrueDBGrid1.Images"), System.Drawing.Image))
Me.C1TrueDBGrid1.Location = New System.Drawing.Point(12, 12)
Me.C1TrueDBGrid1.Name = "C1TrueDBGrid1"
Me.C1TrueDBGrid1.PreviewInfo.Location = New System.Drawing.Point(0, 0)
Me.C1TrueDBGrid1.PreviewInfo.Size = New System.Drawing.Size(0, 0)
Me.C1TrueDBGrid1.PreviewInfo.ZoomFactor = 75.0R
Me.C1TrueDBGrid1.PrintInfo.PageSettings = CType(resources.GetObject("C1TrueDBGrid1.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
Me.C1TrueDBGrid1.Size = New System.Drawing.Size(928, 237)
Me.C1TrueDBGrid1.TabIndex = 45
Me.C1TrueDBGrid1.Text = "C1TrueDBGrid1"
Me.C1TrueDBGrid1.Visible = False
Me.C1TrueDBGrid1.PropBag = resources.GetString("C1TrueDBGrid1.PropBag")
'
'BTCerrar
'
Me.BTCerrar.Image = Global.CLIENTE.My.Resources.Resources.botonExit
Me.BTCerrar.Location = New System.Drawing.Point(945, 216)
Me.BTCerrar.Name = "BTCerrar"
Me.BTCerrar.Size = New System.Drawing.Size(106, 33)
Me.BTCerrar.TabIndex = 46
Me.BTCerrar.Text = "Cerrar"
Me.BTCerrar.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.BTCerrar.UseVisualStyleBackColor = True
'
'BTExportar
'
Me.BTExportar.Image = Global.CLIENTE.My.Resources.Resources.botonPrint
Me.BTExportar.ImageAlign = System.Drawing.ContentAlignment.BottomRight
Me.BTExportar.Location = New System.Drawing.Point(945, 177)
Me.BTExportar.Name = "BTExportar"
Me.BTExportar.Size = New System.Drawing.Size(106, 33)
Me.BTExportar.TabIndex = 47
Me.BTExportar.Text = "Exportar"
Me.BTExportar.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.BTExportar.UseVisualStyleBackColor = True
'
'cboEstatus
'
Me.cboEstatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboEstatus.FormattingEnabled = True
Me.cboEstatus.Location = New System.Drawing.Point(714, 279)
Me.cboEstatus.Name = "cboEstatus"
Me.cboEstatus.Size = New System.Drawing.Size(226, 21)
Me.cboEstatus.TabIndex = 48
Me.cboEstatus.Visible = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label1.Location = New System.Drawing.Point(711, 263)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(49, 13)
Me.Label1.TabIndex = 49
Me.Label1.Text = "Estatus"
Me.Label1.Visible = False
'
'txtrazon
'
Me.txtrazon.Location = New System.Drawing.Point(12, 279)
Me.txtrazon.MaxLength = 1500
Me.txtrazon.Multiline = True
Me.txtrazon.Name = "txtrazon"
Me.txtrazon.Size = New System.Drawing.Size(680, 79)
Me.txtrazon.TabIndex = 50
Me.txtrazon.Visible = False
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label2.Location = New System.Drawing.Point(12, 263)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(43, 13)
Me.Label2.TabIndex = 51
Me.Label2.Text = "Razon"
Me.Label2.Visible = False
'
'BtGuardar
'
Me.BtGuardar.Image = Global.CLIENTE.My.Resources.Resources.botonEdit
Me.BtGuardar.Location = New System.Drawing.Point(945, 138)
Me.BtGuardar.Name = "BtGuardar"
Me.BtGuardar.Size = New System.Drawing.Size(106, 33)
Me.BtGuardar.TabIndex = 52
Me.BtGuardar.Text = "Guardar"
Me.BtGuardar.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.BtGuardar.UseVisualStyleBackColor = True
Me.BtGuardar.Visible = False
'
'FrmFraccionadaDET
'
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(1060, 385)
Me.Controls.Add(Me.BtGuardar)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.txtrazon)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.cboEstatus)
Me.Controls.Add(Me.BTExportar)
Me.Controls.Add(Me.BTCerrar)
Me.Controls.Add(Me.C1TrueDBGrid1)
Me.Name = "FrmFraccionadaDET"
Me.Text = "Detalle de Operaciones Fraccionadas"
CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid
Friend WithEvents BTCerrar As System.Windows.Forms.Button
Friend WithEvents BTExportar As System.Windows.Forms.Button
Friend WithEvents cboEstatus As System.Windows.Forms.ComboBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents txtrazon As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents BtGuardar As System.Windows.Forms.Button
End Class