frmReporteVentaSeleccion.Designer.vb 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmReporteVentaSeleccion
  3. Inherits System.Windows.Forms.Form
  4. 'Form reemplaza a Dispose para limpiar la lista de componentes.
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Requerido por el Diseñador de Windows Forms
  16. Private components As System.ComponentModel.IContainer
  17. 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
  18. 'Se puede modificar usando el Diseñador de Windows Forms.
  19. 'No lo modifique con el editor de código.
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.lblTitulo = New System.Windows.Forms.Label()
  23. Me.lblReportoExistente = New System.Windows.Forms.Label()
  24. Me.lblReporteNuevo = New System.Windows.Forms.Label()
  25. Me.btnExistente = New System.Windows.Forms.Button()
  26. Me.btnNuevo = New System.Windows.Forms.Button()
  27. Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
  28. Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel()
  29. Me.chkUnitario = New System.Windows.Forms.CheckBox()
  30. Me.TableLayoutPanel1.SuspendLayout()
  31. Me.TableLayoutPanel2.SuspendLayout()
  32. Me.SuspendLayout()
  33. '
  34. 'lblTitulo
  35. '
  36. Me.lblTitulo.Anchor = System.Windows.Forms.AnchorStyles.None
  37. Me.lblTitulo.AutoSize = True
  38. Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  39. Me.lblTitulo.Location = New System.Drawing.Point(104, 11)
  40. Me.lblTitulo.Name = "lblTitulo"
  41. Me.lblTitulo.Size = New System.Drawing.Size(244, 24)
  42. Me.lblTitulo.TabIndex = 81
  43. Me.lblTitulo.Text = "Generar Reporte de Venta"
  44. '
  45. 'lblReportoExistente
  46. '
  47. Me.lblReportoExistente.Anchor = System.Windows.Forms.AnchorStyles.None
  48. Me.lblReportoExistente.AutoSize = True
  49. Me.lblReportoExistente.Font = New System.Drawing.Font("Trebuchet MS", 12.25!, System.Drawing.FontStyle.Bold)
  50. Me.lblReportoExistente.Location = New System.Drawing.Point(36, 16)
  51. Me.lblReportoExistente.Name = "lblReportoExistente"
  52. Me.lblReportoExistente.Size = New System.Drawing.Size(154, 23)
  53. Me.lblReportoExistente.TabIndex = 82
  54. Me.lblReportoExistente.Text = "Reporto Existente"
  55. '
  56. 'lblReporteNuevo
  57. '
  58. Me.lblReporteNuevo.Anchor = System.Windows.Forms.AnchorStyles.None
  59. Me.lblReporteNuevo.AutoSize = True
  60. Me.lblReporteNuevo.Font = New System.Drawing.Font("Trebuchet MS", 12.25!, System.Drawing.FontStyle.Bold)
  61. Me.lblReporteNuevo.Location = New System.Drawing.Point(275, 16)
  62. Me.lblReporteNuevo.Name = "lblReporteNuevo"
  63. Me.lblReporteNuevo.Size = New System.Drawing.Size(129, 23)
  64. Me.lblReporteNuevo.TabIndex = 83
  65. Me.lblReporteNuevo.Text = "Reporto Nuevo"
  66. '
  67. 'btnExistente
  68. '
  69. Me.btnExistente.Anchor = System.Windows.Forms.AnchorStyles.None
  70. Me.btnExistente.BackColor = System.Drawing.SystemColors.Highlight
  71. Me.btnExistente.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  72. Me.btnExistente.Location = New System.Drawing.Point(73, 59)
  73. Me.btnExistente.Name = "btnExistente"
  74. Me.btnExistente.Size = New System.Drawing.Size(80, 46)
  75. Me.btnExistente.TabIndex = 84
  76. Me.btnExistente.UseVisualStyleBackColor = False
  77. '
  78. 'btnNuevo
  79. '
  80. Me.btnNuevo.Anchor = System.Windows.Forms.AnchorStyles.None
  81. Me.btnNuevo.BackColor = System.Drawing.SystemColors.Highlight
  82. Me.btnNuevo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  83. Me.btnNuevo.Location = New System.Drawing.Point(299, 59)
  84. Me.btnNuevo.Name = "btnNuevo"
  85. Me.btnNuevo.Size = New System.Drawing.Size(80, 46)
  86. Me.btnNuevo.TabIndex = 85
  87. Me.btnNuevo.UseVisualStyleBackColor = False
  88. '
  89. 'TableLayoutPanel1
  90. '
  91. Me.TableLayoutPanel1.ColumnCount = 1
  92. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  93. Me.TableLayoutPanel1.Controls.Add(Me.lblTitulo, 0, 0)
  94. Me.TableLayoutPanel1.Controls.Add(Me.chkUnitario, 0, 1)
  95. Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top
  96. Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0)
  97. Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  98. Me.TableLayoutPanel1.RowCount = 2
  99. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  100. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54.0!))
  101. Me.TableLayoutPanel1.Size = New System.Drawing.Size(453, 100)
  102. Me.TableLayoutPanel1.TabIndex = 86
  103. '
  104. 'TableLayoutPanel2
  105. '
  106. Me.TableLayoutPanel2.ColumnCount = 2
  107. Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  108. Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  109. Me.TableLayoutPanel2.Controls.Add(Me.lblReportoExistente, 0, 0)
  110. Me.TableLayoutPanel2.Controls.Add(Me.lblReporteNuevo, 1, 0)
  111. Me.TableLayoutPanel2.Controls.Add(Me.btnNuevo, 1, 1)
  112. Me.TableLayoutPanel2.Controls.Add(Me.btnExistente, 0, 1)
  113. Me.TableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill
  114. Me.TableLayoutPanel2.Location = New System.Drawing.Point(0, 100)
  115. Me.TableLayoutPanel2.Name = "TableLayoutPanel2"
  116. Me.TableLayoutPanel2.RowCount = 2
  117. Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  118. Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  119. Me.TableLayoutPanel2.Size = New System.Drawing.Size(453, 110)
  120. Me.TableLayoutPanel2.TabIndex = 87
  121. '
  122. 'chkUnitario
  123. '
  124. Me.chkUnitario.Anchor = System.Windows.Forms.AnchorStyles.None
  125. Me.chkUnitario.AutoSize = True
  126. Me.chkUnitario.Checked = True
  127. Me.chkUnitario.CheckState = System.Windows.Forms.CheckState.Checked
  128. Me.chkUnitario.Location = New System.Drawing.Point(195, 64)
  129. Me.chkUnitario.Name = "chkUnitario"
  130. Me.chkUnitario.Size = New System.Drawing.Size(62, 17)
  131. Me.chkUnitario.TabIndex = 82
  132. Me.chkUnitario.Text = "Unitario"
  133. Me.chkUnitario.UseVisualStyleBackColor = True
  134. '
  135. 'frmReporteVentaSeleccion
  136. '
  137. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  138. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  139. Me.ClientSize = New System.Drawing.Size(453, 210)
  140. Me.Controls.Add(Me.TableLayoutPanel2)
  141. Me.Controls.Add(Me.TableLayoutPanel1)
  142. Me.Name = "frmReporteVentaSeleccion"
  143. Me.Text = "frmReporteVentaSeleccion"
  144. Me.TableLayoutPanel1.ResumeLayout(False)
  145. Me.TableLayoutPanel1.PerformLayout()
  146. Me.TableLayoutPanel2.ResumeLayout(False)
  147. Me.TableLayoutPanel2.PerformLayout()
  148. Me.ResumeLayout(False)
  149. End Sub
  150. Friend WithEvents lblTitulo As Label
  151. Friend WithEvents lblReportoExistente As Label
  152. Friend WithEvents lblReporteNuevo As Label
  153. Friend WithEvents btnExistente As Button
  154. Friend WithEvents btnNuevo As Button
  155. Friend WithEvents TableLayoutPanel1 As TableLayoutPanel
  156. Friend WithEvents TableLayoutPanel2 As TableLayoutPanel
  157. Friend WithEvents chkUnitario As CheckBox
  158. End Class