_ Partial Class frmReporteVentaSeleccion Inherits System.Windows.Forms.Form 'Form reemplaza a Dispose para limpiar la lista de componentes. _ 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 'Requerido por el Diseñador de Windows Forms Private components As System.ComponentModel.IContainer 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento 'Se puede modificar usando el Diseñador de Windows Forms. 'No lo modifique con el editor de código. _ Private Sub InitializeComponent() Me.lblTitulo = New System.Windows.Forms.Label() Me.lblReportoExistente = New System.Windows.Forms.Label() Me.lblReporteNuevo = New System.Windows.Forms.Label() Me.btnExistente = New System.Windows.Forms.Button() Me.btnNuevo = New System.Windows.Forms.Button() Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel() Me.chkUnitario = New System.Windows.Forms.CheckBox() Me.TableLayoutPanel1.SuspendLayout() Me.TableLayoutPanel2.SuspendLayout() Me.SuspendLayout() ' 'lblTitulo ' Me.lblTitulo.Anchor = System.Windows.Forms.AnchorStyles.None Me.lblTitulo.AutoSize = True Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblTitulo.Location = New System.Drawing.Point(104, 11) Me.lblTitulo.Name = "lblTitulo" Me.lblTitulo.Size = New System.Drawing.Size(244, 24) Me.lblTitulo.TabIndex = 81 Me.lblTitulo.Text = "Generar Reporte de Venta" ' 'lblReportoExistente ' Me.lblReportoExistente.Anchor = System.Windows.Forms.AnchorStyles.None Me.lblReportoExistente.AutoSize = True Me.lblReportoExistente.Font = New System.Drawing.Font("Trebuchet MS", 12.25!, System.Drawing.FontStyle.Bold) Me.lblReportoExistente.Location = New System.Drawing.Point(36, 16) Me.lblReportoExistente.Name = "lblReportoExistente" Me.lblReportoExistente.Size = New System.Drawing.Size(154, 23) Me.lblReportoExistente.TabIndex = 82 Me.lblReportoExistente.Text = "Reporto Existente" ' 'lblReporteNuevo ' Me.lblReporteNuevo.Anchor = System.Windows.Forms.AnchorStyles.None Me.lblReporteNuevo.AutoSize = True Me.lblReporteNuevo.Font = New System.Drawing.Font("Trebuchet MS", 12.25!, System.Drawing.FontStyle.Bold) Me.lblReporteNuevo.Location = New System.Drawing.Point(275, 16) Me.lblReporteNuevo.Name = "lblReporteNuevo" Me.lblReporteNuevo.Size = New System.Drawing.Size(129, 23) Me.lblReporteNuevo.TabIndex = 83 Me.lblReporteNuevo.Text = "Reporto Nuevo" ' 'btnExistente ' Me.btnExistente.Anchor = System.Windows.Forms.AnchorStyles.None Me.btnExistente.BackColor = System.Drawing.SystemColors.Highlight Me.btnExistente.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnExistente.Location = New System.Drawing.Point(73, 59) Me.btnExistente.Name = "btnExistente" Me.btnExistente.Size = New System.Drawing.Size(80, 46) Me.btnExistente.TabIndex = 84 Me.btnExistente.UseVisualStyleBackColor = False ' 'btnNuevo ' Me.btnNuevo.Anchor = System.Windows.Forms.AnchorStyles.None Me.btnNuevo.BackColor = System.Drawing.SystemColors.Highlight Me.btnNuevo.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnNuevo.Location = New System.Drawing.Point(299, 59) Me.btnNuevo.Name = "btnNuevo" Me.btnNuevo.Size = New System.Drawing.Size(80, 46) Me.btnNuevo.TabIndex = 85 Me.btnNuevo.UseVisualStyleBackColor = False ' 'TableLayoutPanel1 ' Me.TableLayoutPanel1.ColumnCount = 1 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel1.Controls.Add(Me.lblTitulo, 0, 0) Me.TableLayoutPanel1.Controls.Add(Me.chkUnitario, 0, 1) Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 2 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54.0!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(453, 100) Me.TableLayoutPanel1.TabIndex = 86 ' 'TableLayoutPanel2 ' Me.TableLayoutPanel2.ColumnCount = 2 Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel2.Controls.Add(Me.lblReportoExistente, 0, 0) Me.TableLayoutPanel2.Controls.Add(Me.lblReporteNuevo, 1, 0) Me.TableLayoutPanel2.Controls.Add(Me.btnNuevo, 1, 1) Me.TableLayoutPanel2.Controls.Add(Me.btnExistente, 0, 1) Me.TableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill Me.TableLayoutPanel2.Location = New System.Drawing.Point(0, 100) Me.TableLayoutPanel2.Name = "TableLayoutPanel2" Me.TableLayoutPanel2.RowCount = 2 Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel2.Size = New System.Drawing.Size(453, 110) Me.TableLayoutPanel2.TabIndex = 87 ' 'chkUnitario ' Me.chkUnitario.Anchor = System.Windows.Forms.AnchorStyles.None Me.chkUnitario.AutoSize = True Me.chkUnitario.Checked = True Me.chkUnitario.CheckState = System.Windows.Forms.CheckState.Checked Me.chkUnitario.Location = New System.Drawing.Point(195, 64) Me.chkUnitario.Name = "chkUnitario" Me.chkUnitario.Size = New System.Drawing.Size(62, 17) Me.chkUnitario.TabIndex = 82 Me.chkUnitario.Text = "Unitario" Me.chkUnitario.UseVisualStyleBackColor = True ' 'frmReporteVentaSeleccion ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(453, 210) Me.Controls.Add(Me.TableLayoutPanel2) Me.Controls.Add(Me.TableLayoutPanel1) Me.Name = "frmReporteVentaSeleccion" Me.Text = "frmReporteVentaSeleccion" Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() Me.TableLayoutPanel2.ResumeLayout(False) Me.TableLayoutPanel2.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents lblTitulo As Label Friend WithEvents lblReportoExistente As Label Friend WithEvents lblReporteNuevo As Label Friend WithEvents btnExistente As Button Friend WithEvents btnNuevo As Button Friend WithEvents TableLayoutPanel1 As TableLayoutPanel Friend WithEvents TableLayoutPanel2 As TableLayoutPanel Friend WithEvents chkUnitario As CheckBox End Class