frmBuscarReporteVenta.Designer.vb 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  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.GroupBox1 = New System.Windows.Forms.GroupBox()
  31. Me.rdbDeshabilitarFecha = New System.Windows.Forms.RadioButton()
  32. Me.rdbRangoFechas = New System.Windows.Forms.RadioButton()
  33. Me.rdbFecha = New System.Windows.Forms.RadioButton()
  34. Me.Label5 = New System.Windows.Forms.Label()
  35. Me.Label4 = New System.Windows.Forms.Label()
  36. Me.dtpFechaOperacion2 = New System.Windows.Forms.DateTimePicker()
  37. Me.dtpFechaOperacion1 = New System.Windows.Forms.DateTimePicker()
  38. Me.grpVigencia = New System.Windows.Forms.GroupBox()
  39. Me.rdbVigente = New System.Windows.Forms.RadioButton()
  40. Me.rdbTodosVigencia = New System.Windows.Forms.RadioButton()
  41. Me.Panel2 = New System.Windows.Forms.Panel()
  42. Me.Panel3 = New System.Windows.Forms.Panel()
  43. CType(Me.dgvReportoCompras, System.ComponentModel.ISupportInitialize).BeginInit()
  44. Me.Panel1.SuspendLayout()
  45. Me.GroupBox1.SuspendLayout()
  46. Me.grpVigencia.SuspendLayout()
  47. Me.Panel2.SuspendLayout()
  48. Me.Panel3.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. 'GroupBox1
  133. '
  134. Me.GroupBox1.Controls.Add(Me.rdbDeshabilitarFecha)
  135. Me.GroupBox1.Controls.Add(Me.lblFecha)
  136. Me.GroupBox1.Controls.Add(Me.rdbRangoFechas)
  137. Me.GroupBox1.Controls.Add(Me.rdbFecha)
  138. Me.GroupBox1.Controls.Add(Me.dtpFechaOperacion)
  139. Me.GroupBox1.Controls.Add(Me.Label5)
  140. Me.GroupBox1.Controls.Add(Me.Label4)
  141. Me.GroupBox1.Controls.Add(Me.dtpFechaOperacion2)
  142. Me.GroupBox1.Controls.Add(Me.dtpFechaOperacion1)
  143. Me.GroupBox1.Location = New System.Drawing.Point(3, 14)
  144. Me.GroupBox1.Name = "GroupBox1"
  145. Me.GroupBox1.Size = New System.Drawing.Size(423, 109)
  146. Me.GroupBox1.TabIndex = 6
  147. Me.GroupBox1.TabStop = False
  148. Me.GroupBox1.Text = "Busqueda por Fecha de Operación"
  149. '
  150. 'rdbDeshabilitarFecha
  151. '
  152. Me.rdbDeshabilitarFecha.AutoSize = True
  153. Me.rdbDeshabilitarFecha.Checked = True
  154. Me.rdbDeshabilitarFecha.Location = New System.Drawing.Point(355, 19)
  155. Me.rdbDeshabilitarFecha.Name = "rdbDeshabilitarFecha"
  156. Me.rdbDeshabilitarFecha.Size = New System.Drawing.Size(65, 17)
  157. Me.rdbDeshabilitarFecha.TabIndex = 16
  158. Me.rdbDeshabilitarFecha.TabStop = True
  159. Me.rdbDeshabilitarFecha.Text = "Ninguno"
  160. Me.rdbDeshabilitarFecha.UseVisualStyleBackColor = True
  161. '
  162. 'rdbRangoFechas
  163. '
  164. Me.rdbRangoFechas.AutoSize = True
  165. Me.rdbRangoFechas.Location = New System.Drawing.Point(168, 16)
  166. Me.rdbRangoFechas.Name = "rdbRangoFechas"
  167. Me.rdbRangoFechas.Size = New System.Drawing.Size(127, 17)
  168. Me.rdbRangoFechas.TabIndex = 15
  169. Me.rdbRangoFechas.Text = "Busqueda Por Rango"
  170. Me.rdbRangoFechas.UseVisualStyleBackColor = True
  171. '
  172. 'rdbFecha
  173. '
  174. Me.rdbFecha.AutoSize = True
  175. Me.rdbFecha.Location = New System.Drawing.Point(21, 19)
  176. Me.rdbFecha.Name = "rdbFecha"
  177. Me.rdbFecha.Size = New System.Drawing.Size(91, 17)
  178. Me.rdbFecha.TabIndex = 14
  179. Me.rdbFecha.Text = "Buscar Fecha"
  180. Me.rdbFecha.UseVisualStyleBackColor = True
  181. '
  182. 'Label5
  183. '
  184. Me.Label5.AutoSize = True
  185. Me.Label5.Location = New System.Drawing.Point(254, 36)
  186. Me.Label5.Name = "Label5"
  187. Me.Label5.Size = New System.Drawing.Size(62, 13)
  188. Me.Label5.TabIndex = 10
  189. Me.Label5.Text = "Fecha Final"
  190. '
  191. 'Label4
  192. '
  193. Me.Label4.AutoSize = True
  194. Me.Label4.Location = New System.Drawing.Point(152, 37)
  195. Me.Label4.Name = "Label4"
  196. Me.Label4.Size = New System.Drawing.Size(67, 13)
  197. Me.Label4.TabIndex = 9
  198. Me.Label4.Text = "Fecha Inicial"
  199. '
  200. 'dtpFechaOperacion2
  201. '
  202. Me.dtpFechaOperacion2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  203. Me.dtpFechaOperacion2.Location = New System.Drawing.Point(242, 67)
  204. Me.dtpFechaOperacion2.Name = "dtpFechaOperacion2"
  205. Me.dtpFechaOperacion2.Size = New System.Drawing.Size(100, 20)
  206. Me.dtpFechaOperacion2.TabIndex = 8
  207. '
  208. 'dtpFechaOperacion1
  209. '
  210. Me.dtpFechaOperacion1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  211. Me.dtpFechaOperacion1.Location = New System.Drawing.Point(136, 67)
  212. Me.dtpFechaOperacion1.Name = "dtpFechaOperacion1"
  213. Me.dtpFechaOperacion1.Size = New System.Drawing.Size(100, 20)
  214. Me.dtpFechaOperacion1.TabIndex = 7
  215. '
  216. 'grpVigencia
  217. '
  218. Me.grpVigencia.Controls.Add(Me.rdbTodosVigencia)
  219. Me.grpVigencia.Controls.Add(Me.rdbVigente)
  220. Me.grpVigencia.Location = New System.Drawing.Point(432, 16)
  221. Me.grpVigencia.Name = "grpVigencia"
  222. Me.grpVigencia.Size = New System.Drawing.Size(149, 107)
  223. Me.grpVigencia.TabIndex = 7
  224. Me.grpVigencia.TabStop = False
  225. Me.grpVigencia.Text = "Vigencia"
  226. '
  227. 'rdbVigente
  228. '
  229. Me.rdbVigente.AutoSize = True
  230. Me.rdbVigente.Checked = True
  231. Me.rdbVigente.Location = New System.Drawing.Point(8, 24)
  232. Me.rdbVigente.Name = "rdbVigente"
  233. Me.rdbVigente.Size = New System.Drawing.Size(128, 17)
  234. Me.rdbVigente.TabIndex = 15
  235. Me.rdbVigente.TabStop = True
  236. Me.rdbVigente.Text = "Mostrar Solo Vigentes"
  237. Me.rdbVigente.UseVisualStyleBackColor = True
  238. '
  239. 'rdbTodosVigencia
  240. '
  241. Me.rdbTodosVigencia.AutoSize = True
  242. Me.rdbTodosVigencia.Location = New System.Drawing.Point(8, 47)
  243. Me.rdbTodosVigencia.Name = "rdbTodosVigencia"
  244. Me.rdbTodosVigencia.Size = New System.Drawing.Size(93, 17)
  245. Me.rdbTodosVigencia.TabIndex = 16
  246. Me.rdbTodosVigencia.Text = "Mostrar Todos"
  247. Me.rdbTodosVigencia.UseVisualStyleBackColor = True
  248. '
  249. 'Panel2
  250. '
  251. Me.Panel2.Controls.Add(Me.GroupBox1)
  252. Me.Panel2.Controls.Add(Me.grpVigencia)
  253. Me.Panel2.Controls.Add(Me.cboCasaCorredora)
  254. Me.Panel2.Controls.Add(Me.lblEmpresa)
  255. Me.Panel2.Controls.Add(Me.lblCasa)
  256. Me.Panel2.Controls.Add(Me.cboEmpresa)
  257. Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
  258. Me.Panel2.Location = New System.Drawing.Point(0, 0)
  259. Me.Panel2.Name = "Panel2"
  260. Me.Panel2.Size = New System.Drawing.Size(907, 142)
  261. Me.Panel2.TabIndex = 8
  262. '
  263. 'Panel3
  264. '
  265. Me.Panel3.Controls.Add(Me.dgvReportoCompras)
  266. Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill
  267. Me.Panel3.Location = New System.Drawing.Point(0, 142)
  268. Me.Panel3.Name = "Panel3"
  269. Me.Panel3.Size = New System.Drawing.Size(907, 282)
  270. Me.Panel3.TabIndex = 9
  271. '
  272. 'frmBuscarReporteVenta
  273. '
  274. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  275. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  276. Me.ClientSize = New System.Drawing.Size(907, 424)
  277. Me.Controls.Add(Me.Panel1)
  278. Me.Name = "frmBuscarReporteVenta"
  279. Me.Text = "frmBuscarReporteVenta"
  280. CType(Me.dgvReportoCompras, System.ComponentModel.ISupportInitialize).EndInit()
  281. Me.Panel1.ResumeLayout(False)
  282. Me.GroupBox1.ResumeLayout(False)
  283. Me.GroupBox1.PerformLayout()
  284. Me.grpVigencia.ResumeLayout(False)
  285. Me.grpVigencia.PerformLayout()
  286. Me.Panel2.ResumeLayout(False)
  287. Me.Panel2.PerformLayout()
  288. Me.Panel3.ResumeLayout(False)
  289. Me.ResumeLayout(False)
  290. End Sub
  291. Friend WithEvents dtpFechaOperacion As DateTimePicker
  292. Friend WithEvents cboEmpresa As ComboBox
  293. Friend WithEvents cboCasaCorredora As ComboBox
  294. Friend WithEvents lblCasa As Label
  295. Friend WithEvents lblFecha As Label
  296. Friend WithEvents lblEmpresa As Label
  297. Friend WithEvents dgvReportoCompras As DataGridView
  298. Friend WithEvents Panel1 As Panel
  299. Friend WithEvents grpVigencia As GroupBox
  300. Friend WithEvents rdbTodosVigencia As RadioButton
  301. Friend WithEvents rdbVigente As RadioButton
  302. Friend WithEvents GroupBox1 As GroupBox
  303. Friend WithEvents rdbDeshabilitarFecha As RadioButton
  304. Friend WithEvents rdbRangoFechas As RadioButton
  305. Friend WithEvents rdbFecha As RadioButton
  306. Friend WithEvents Label5 As Label
  307. Friend WithEvents Label4 As Label
  308. Friend WithEvents dtpFechaOperacion2 As DateTimePicker
  309. Friend WithEvents dtpFechaOperacion1 As DateTimePicker
  310. Friend WithEvents Panel3 As Panel
  311. Friend WithEvents Panel2 As Panel
  312. End Class