frmBuscarReporteVenta.Designer.vb 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmBuscarReporteVenta
  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.dtpFechaOperacion = New System.Windows.Forms.DateTimePicker()
  23. Me.cboEmpresa = New System.Windows.Forms.ComboBox()
  24. Me.cboCasaCorredora = New System.Windows.Forms.ComboBox()
  25. Me.lblCasa = New System.Windows.Forms.Label()
  26. Me.lblFecha = New System.Windows.Forms.Label()
  27. Me.lblEmpresa = New System.Windows.Forms.Label()
  28. Me.dgvReportoCompras = New System.Windows.Forms.DataGridView()
  29. Me.Panel1 = New System.Windows.Forms.Panel()
  30. Me.Panel3 = New System.Windows.Forms.Panel()
  31. Me.Panel2 = New System.Windows.Forms.Panel()
  32. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  33. Me.rdbDeshabilitarFecha = New System.Windows.Forms.RadioButton()
  34. Me.rdbRangoFechas = New System.Windows.Forms.RadioButton()
  35. Me.rdbFecha = New System.Windows.Forms.RadioButton()
  36. Me.Label5 = New System.Windows.Forms.Label()
  37. Me.Label4 = New System.Windows.Forms.Label()
  38. Me.dtpFechaOperacion2 = New System.Windows.Forms.DateTimePicker()
  39. Me.dtpFechaOperacion1 = New System.Windows.Forms.DateTimePicker()
  40. Me.grpVigencia = New System.Windows.Forms.GroupBox()
  41. Me.rdbTodosVigencia = New System.Windows.Forms.RadioButton()
  42. Me.rdbVigente = New System.Windows.Forms.RadioButton()
  43. CType(Me.dgvReportoCompras, System.ComponentModel.ISupportInitialize).BeginInit()
  44. Me.Panel1.SuspendLayout()
  45. Me.Panel3.SuspendLayout()
  46. Me.Panel2.SuspendLayout()
  47. Me.GroupBox1.SuspendLayout()
  48. Me.grpVigencia.SuspendLayout()
  49. Me.SuspendLayout()
  50. '
  51. 'dtpFechaOperacion
  52. '
  53. Me.dtpFechaOperacion.Anchor = System.Windows.Forms.AnchorStyles.None
  54. Me.dtpFechaOperacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  55. Me.dtpFechaOperacion.Location = New System.Drawing.Point(21, 67)
  56. Me.dtpFechaOperacion.Name = "dtpFechaOperacion"
  57. Me.dtpFechaOperacion.Size = New System.Drawing.Size(91, 20)
  58. Me.dtpFechaOperacion.TabIndex = 0
  59. '
  60. 'cboEmpresa
  61. '
  62. Me.cboEmpresa.Anchor = System.Windows.Forms.AnchorStyles.None
  63. Me.cboEmpresa.FormattingEnabled = True
  64. Me.cboEmpresa.Location = New System.Drawing.Point(679, 97)
  65. Me.cboEmpresa.Name = "cboEmpresa"
  66. Me.cboEmpresa.Size = New System.Drawing.Size(171, 21)
  67. Me.cboEmpresa.TabIndex = 1
  68. '
  69. 'cboCasaCorredora
  70. '
  71. Me.cboCasaCorredora.Anchor = System.Windows.Forms.AnchorStyles.None
  72. Me.cboCasaCorredora.FormattingEnabled = True
  73. Me.cboCasaCorredora.Location = New System.Drawing.Point(679, 42)
  74. Me.cboCasaCorredora.Name = "cboCasaCorredora"
  75. Me.cboCasaCorredora.Size = New System.Drawing.Size(171, 21)
  76. Me.cboCasaCorredora.TabIndex = 2
  77. '
  78. 'lblCasa
  79. '
  80. Me.lblCasa.Anchor = System.Windows.Forms.AnchorStyles.None
  81. Me.lblCasa.AutoSize = True
  82. Me.lblCasa.Location = New System.Drawing.Point(726, 16)
  83. Me.lblCasa.Name = "lblCasa"
  84. Me.lblCasa.Size = New System.Drawing.Size(80, 13)
  85. Me.lblCasa.TabIndex = 5
  86. Me.lblCasa.Text = "Casa Corredora"
  87. '
  88. 'lblFecha
  89. '
  90. Me.lblFecha.Anchor = System.Windows.Forms.AnchorStyles.None
  91. Me.lblFecha.AutoSize = True
  92. Me.lblFecha.Location = New System.Drawing.Point(44, 39)
  93. Me.lblFecha.Name = "lblFecha"
  94. Me.lblFecha.Size = New System.Drawing.Size(37, 13)
  95. Me.lblFecha.TabIndex = 4
  96. Me.lblFecha.Text = "Fecha"
  97. '
  98. 'lblEmpresa
  99. '
  100. Me.lblEmpresa.Anchor = System.Windows.Forms.AnchorStyles.None
  101. Me.lblEmpresa.AutoSize = True
  102. Me.lblEmpresa.Location = New System.Drawing.Point(726, 81)
  103. Me.lblEmpresa.Name = "lblEmpresa"
  104. Me.lblEmpresa.Size = New System.Drawing.Size(48, 13)
  105. Me.lblEmpresa.TabIndex = 3
  106. Me.lblEmpresa.Text = "Empresa"
  107. '
  108. 'dgvReportoCompras
  109. '
  110. Me.dgvReportoCompras.AllowUserToAddRows = False
  111. Me.dgvReportoCompras.AllowUserToDeleteRows = False
  112. Me.dgvReportoCompras.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  113. Me.dgvReportoCompras.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
  114. Me.dgvReportoCompras.BackgroundColor = System.Drawing.Color.White
  115. Me.dgvReportoCompras.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  116. Me.dgvReportoCompras.Dock = System.Windows.Forms.DockStyle.Fill
  117. Me.dgvReportoCompras.Location = New System.Drawing.Point(0, 0)
  118. Me.dgvReportoCompras.Name = "dgvReportoCompras"
  119. Me.dgvReportoCompras.Size = New System.Drawing.Size(907, 282)
  120. Me.dgvReportoCompras.TabIndex = 3
  121. '
  122. 'Panel1
  123. '
  124. Me.Panel1.Controls.Add(Me.Panel3)
  125. Me.Panel1.Controls.Add(Me.Panel2)
  126. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  127. Me.Panel1.Location = New System.Drawing.Point(0, 0)
  128. Me.Panel1.Name = "Panel1"
  129. Me.Panel1.Size = New System.Drawing.Size(907, 424)
  130. Me.Panel1.TabIndex = 5
  131. '
  132. 'Panel3
  133. '
  134. Me.Panel3.Controls.Add(Me.dgvReportoCompras)
  135. Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill
  136. Me.Panel3.Location = New System.Drawing.Point(0, 142)
  137. Me.Panel3.Name = "Panel3"
  138. Me.Panel3.Size = New System.Drawing.Size(907, 282)
  139. Me.Panel3.TabIndex = 9
  140. '
  141. 'Panel2
  142. '
  143. Me.Panel2.BackColor = System.Drawing.Color.WhiteSmoke
  144. Me.Panel2.Controls.Add(Me.GroupBox1)
  145. Me.Panel2.Controls.Add(Me.grpVigencia)
  146. Me.Panel2.Controls.Add(Me.cboCasaCorredora)
  147. Me.Panel2.Controls.Add(Me.lblEmpresa)
  148. Me.Panel2.Controls.Add(Me.lblCasa)
  149. Me.Panel2.Controls.Add(Me.cboEmpresa)
  150. Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
  151. Me.Panel2.Location = New System.Drawing.Point(0, 0)
  152. Me.Panel2.Name = "Panel2"
  153. Me.Panel2.Size = New System.Drawing.Size(907, 142)
  154. Me.Panel2.TabIndex = 8
  155. '
  156. 'GroupBox1
  157. '
  158. Me.GroupBox1.Controls.Add(Me.rdbDeshabilitarFecha)
  159. Me.GroupBox1.Controls.Add(Me.lblFecha)
  160. Me.GroupBox1.Controls.Add(Me.rdbRangoFechas)
  161. Me.GroupBox1.Controls.Add(Me.rdbFecha)
  162. Me.GroupBox1.Controls.Add(Me.dtpFechaOperacion)
  163. Me.GroupBox1.Controls.Add(Me.Label5)
  164. Me.GroupBox1.Controls.Add(Me.Label4)
  165. Me.GroupBox1.Controls.Add(Me.dtpFechaOperacion2)
  166. Me.GroupBox1.Controls.Add(Me.dtpFechaOperacion1)
  167. Me.GroupBox1.Location = New System.Drawing.Point(3, 14)
  168. Me.GroupBox1.Name = "GroupBox1"
  169. Me.GroupBox1.Size = New System.Drawing.Size(423, 109)
  170. Me.GroupBox1.TabIndex = 6
  171. Me.GroupBox1.TabStop = False
  172. Me.GroupBox1.Text = "Busqueda por Fecha de Operación"
  173. '
  174. 'rdbDeshabilitarFecha
  175. '
  176. Me.rdbDeshabilitarFecha.AutoSize = True
  177. Me.rdbDeshabilitarFecha.Checked = True
  178. Me.rdbDeshabilitarFecha.Location = New System.Drawing.Point(355, 19)
  179. Me.rdbDeshabilitarFecha.Name = "rdbDeshabilitarFecha"
  180. Me.rdbDeshabilitarFecha.Size = New System.Drawing.Size(65, 17)
  181. Me.rdbDeshabilitarFecha.TabIndex = 16
  182. Me.rdbDeshabilitarFecha.TabStop = True
  183. Me.rdbDeshabilitarFecha.Text = "Ninguno"
  184. Me.rdbDeshabilitarFecha.UseVisualStyleBackColor = True
  185. '
  186. 'rdbRangoFechas
  187. '
  188. Me.rdbRangoFechas.AutoSize = True
  189. Me.rdbRangoFechas.Location = New System.Drawing.Point(168, 16)
  190. Me.rdbRangoFechas.Name = "rdbRangoFechas"
  191. Me.rdbRangoFechas.Size = New System.Drawing.Size(127, 17)
  192. Me.rdbRangoFechas.TabIndex = 15
  193. Me.rdbRangoFechas.Text = "Busqueda Por Rango"
  194. Me.rdbRangoFechas.UseVisualStyleBackColor = True
  195. '
  196. 'rdbFecha
  197. '
  198. Me.rdbFecha.AutoSize = True
  199. Me.rdbFecha.Location = New System.Drawing.Point(21, 19)
  200. Me.rdbFecha.Name = "rdbFecha"
  201. Me.rdbFecha.Size = New System.Drawing.Size(91, 17)
  202. Me.rdbFecha.TabIndex = 14
  203. Me.rdbFecha.Text = "Buscar Fecha"
  204. Me.rdbFecha.UseVisualStyleBackColor = True
  205. '
  206. 'Label5
  207. '
  208. Me.Label5.AutoSize = True
  209. Me.Label5.Location = New System.Drawing.Point(254, 36)
  210. Me.Label5.Name = "Label5"
  211. Me.Label5.Size = New System.Drawing.Size(62, 13)
  212. Me.Label5.TabIndex = 10
  213. Me.Label5.Text = "Fecha Final"
  214. '
  215. 'Label4
  216. '
  217. Me.Label4.AutoSize = True
  218. Me.Label4.Location = New System.Drawing.Point(152, 37)
  219. Me.Label4.Name = "Label4"
  220. Me.Label4.Size = New System.Drawing.Size(67, 13)
  221. Me.Label4.TabIndex = 9
  222. Me.Label4.Text = "Fecha Inicial"
  223. '
  224. 'dtpFechaOperacion2
  225. '
  226. Me.dtpFechaOperacion2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  227. Me.dtpFechaOperacion2.Location = New System.Drawing.Point(242, 67)
  228. Me.dtpFechaOperacion2.Name = "dtpFechaOperacion2"
  229. Me.dtpFechaOperacion2.Size = New System.Drawing.Size(100, 20)
  230. Me.dtpFechaOperacion2.TabIndex = 8
  231. '
  232. 'dtpFechaOperacion1
  233. '
  234. Me.dtpFechaOperacion1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  235. Me.dtpFechaOperacion1.Location = New System.Drawing.Point(136, 67)
  236. Me.dtpFechaOperacion1.Name = "dtpFechaOperacion1"
  237. Me.dtpFechaOperacion1.Size = New System.Drawing.Size(100, 20)
  238. Me.dtpFechaOperacion1.TabIndex = 7
  239. '
  240. 'grpVigencia
  241. '
  242. Me.grpVigencia.Controls.Add(Me.rdbTodosVigencia)
  243. Me.grpVigencia.Controls.Add(Me.rdbVigente)
  244. Me.grpVigencia.Location = New System.Drawing.Point(432, 16)
  245. Me.grpVigencia.Name = "grpVigencia"
  246. Me.grpVigencia.Size = New System.Drawing.Size(149, 107)
  247. Me.grpVigencia.TabIndex = 7
  248. Me.grpVigencia.TabStop = False
  249. Me.grpVigencia.Text = "Vigencia"
  250. '
  251. 'rdbTodosVigencia
  252. '
  253. Me.rdbTodosVigencia.AutoSize = True
  254. Me.rdbTodosVigencia.Location = New System.Drawing.Point(8, 47)
  255. Me.rdbTodosVigencia.Name = "rdbTodosVigencia"
  256. Me.rdbTodosVigencia.Size = New System.Drawing.Size(93, 17)
  257. Me.rdbTodosVigencia.TabIndex = 16
  258. Me.rdbTodosVigencia.Text = "Mostrar Todos"
  259. Me.rdbTodosVigencia.UseVisualStyleBackColor = True
  260. '
  261. 'rdbVigente
  262. '
  263. Me.rdbVigente.AutoSize = True
  264. Me.rdbVigente.Checked = True
  265. Me.rdbVigente.Location = New System.Drawing.Point(8, 24)
  266. Me.rdbVigente.Name = "rdbVigente"
  267. Me.rdbVigente.Size = New System.Drawing.Size(128, 17)
  268. Me.rdbVigente.TabIndex = 15
  269. Me.rdbVigente.TabStop = True
  270. Me.rdbVigente.Text = "Mostrar Solo Vigentes"
  271. Me.rdbVigente.UseVisualStyleBackColor = True
  272. '
  273. 'frmBuscarReporteVenta
  274. '
  275. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  276. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  277. Me.ClientSize = New System.Drawing.Size(907, 424)
  278. Me.Controls.Add(Me.Panel1)
  279. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  280. Me.Name = "frmBuscarReporteVenta"
  281. CType(Me.dgvReportoCompras, System.ComponentModel.ISupportInitialize).EndInit()
  282. Me.Panel1.ResumeLayout(False)
  283. Me.Panel3.ResumeLayout(False)
  284. Me.Panel2.ResumeLayout(False)
  285. Me.Panel2.PerformLayout()
  286. Me.GroupBox1.ResumeLayout(False)
  287. Me.GroupBox1.PerformLayout()
  288. Me.grpVigencia.ResumeLayout(False)
  289. Me.grpVigencia.PerformLayout()
  290. Me.ResumeLayout(False)
  291. End Sub
  292. Friend WithEvents dtpFechaOperacion As DateTimePicker
  293. Friend WithEvents cboEmpresa As ComboBox
  294. Friend WithEvents cboCasaCorredora As ComboBox
  295. Friend WithEvents lblCasa As Label
  296. Friend WithEvents lblFecha As Label
  297. Friend WithEvents lblEmpresa As Label
  298. Friend WithEvents dgvReportoCompras As DataGridView
  299. Friend WithEvents Panel1 As Panel
  300. Friend WithEvents grpVigencia As GroupBox
  301. Friend WithEvents rdbTodosVigencia As RadioButton
  302. Friend WithEvents rdbVigente As RadioButton
  303. Friend WithEvents GroupBox1 As GroupBox
  304. Friend WithEvents rdbDeshabilitarFecha As RadioButton
  305. Friend WithEvents rdbRangoFechas As RadioButton
  306. Friend WithEvents rdbFecha As RadioButton
  307. Friend WithEvents Label5 As Label
  308. Friend WithEvents Label4 As Label
  309. Friend WithEvents dtpFechaOperacion2 As DateTimePicker
  310. Friend WithEvents dtpFechaOperacion1 As DateTimePicker
  311. Friend WithEvents Panel3 As Panel
  312. Friend WithEvents Panel2 As Panel
  313. End Class