frmIngresosConsulta.Designer.vb 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmIngresosConsulta
  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. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.dgvIngresos = New System.Windows.Forms.DataGridView()
  28. Me.dtpDesde = New System.Windows.Forms.DateTimePicker()
  29. Me.dtpHasta = New System.Windows.Forms.DateTimePicker()
  30. Me.lstEmpresas = New System.Windows.Forms.CheckedListBox()
  31. Me.chkSoloPendientes = New System.Windows.Forms.CheckBox()
  32. Me.Label1 = New System.Windows.Forms.Label()
  33. Me.chkDesde = New System.Windows.Forms.CheckBox()
  34. Me.chkHasta = New System.Windows.Forms.CheckBox()
  35. Me.Panel1 = New System.Windows.Forms.Panel()
  36. Me.GroupBox2 = New System.Windows.Forms.GroupBox()
  37. Me.btnActualizarPorEmpresa = New System.Windows.Forms.Button()
  38. Me.btnLimpiarEmpresas = New System.Windows.Forms.Button()
  39. Me.btnSeleccionarTodasEmpresas = New System.Windows.Forms.Button()
  40. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  41. Me.btnActualizarPorInstrumentos = New System.Windows.Forms.Button()
  42. Me.btnLimpiarInstrumentos = New System.Windows.Forms.Button()
  43. Me.btnSeleccionarTodosInstrumentos = New System.Windows.Forms.Button()
  44. Me.lstInstrumentos = New System.Windows.Forms.CheckedListBox()
  45. Me.CodInv = New System.Windows.Forms.DataGridViewTextBoxColumn()
  46. Me.CodEmpr = New System.Windows.Forms.DataGridViewTextBoxColumn()
  47. Me.Empresa = New System.Windows.Forms.DataGridViewTextBoxColumn()
  48. Me.CodIF = New System.Windows.Forms.DataGridViewTextBoxColumn()
  49. Me.Instrumento = New System.Windows.Forms.DataGridViewTextBoxColumn()
  50. Me.Fecha = New System.Windows.Forms.DataGridViewTextBoxColumn()
  51. Me.IngresoNeto = New System.Windows.Forms.DataGridViewTextBoxColumn()
  52. Me.IngresoID = New System.Windows.Forms.DataGridViewTextBoxColumn()
  53. Me.CodEstado = New System.Windows.Forms.DataGridViewTextBoxColumn()
  54. Me.CodEmis = New System.Windows.Forms.DataGridViewTextBoxColumn()
  55. Me.Emisor = New System.Windows.Forms.DataGridViewTextBoxColumn()
  56. Me.NombreManIF = New System.Windows.Forms.DataGridViewTextBoxColumn()
  57. Me.CodManIF = New System.Windows.Forms.DataGridViewTextBoxColumn()
  58. Me.NumManInv = New System.Windows.Forms.DataGridViewTextBoxColumn()
  59. Me.Contab = New System.Windows.Forms.DataGridViewTextBoxColumn()
  60. Me.Estado = New System.Windows.Forms.DataGridViewTextBoxColumn()
  61. Me.Registrado = New System.Windows.Forms.DataGridViewTextBoxColumn()
  62. Me.Validado = New System.Windows.Forms.DataGridViewTextBoxColumn()
  63. Me.Conciliado = New System.Windows.Forms.DataGridViewTextBoxColumn()
  64. CType(Me.dgvIngresos, System.ComponentModel.ISupportInitialize).BeginInit()
  65. Me.Panel1.SuspendLayout()
  66. Me.GroupBox2.SuspendLayout()
  67. Me.GroupBox1.SuspendLayout()
  68. Me.SuspendLayout()
  69. '
  70. 'dgvIngresos
  71. '
  72. Me.dgvIngresos.AllowUserToAddRows = False
  73. Me.dgvIngresos.AllowUserToDeleteRows = False
  74. Me.dgvIngresos.AllowUserToOrderColumns = True
  75. Me.dgvIngresos.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  76. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  77. DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  78. DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control
  79. DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  80. DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
  81. DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
  82. DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  83. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  84. Me.dgvIngresos.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle6
  85. Me.dgvIngresos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  86. Me.dgvIngresos.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.CodInv, Me.CodEmpr, Me.Empresa, Me.CodIF, Me.Instrumento, Me.Fecha, Me.IngresoNeto, Me.IngresoID, Me.CodEstado, Me.CodEmis, Me.Emisor, Me.NombreManIF, Me.CodManIF, Me.NumManInv, Me.Contab, Me.Estado, Me.Registrado, Me.Validado, Me.Conciliado})
  87. DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  88. DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window
  89. DataGridViewCellStyle9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  90. DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText
  91. DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
  92. DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  93. DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  94. Me.dgvIngresos.DefaultCellStyle = DataGridViewCellStyle9
  95. Me.dgvIngresos.Location = New System.Drawing.Point(12, 55)
  96. Me.dgvIngresos.Name = "dgvIngresos"
  97. Me.dgvIngresos.ReadOnly = True
  98. DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  99. DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control
  100. DataGridViewCellStyle10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  101. DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText
  102. DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight
  103. DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  104. DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  105. Me.dgvIngresos.RowHeadersDefaultCellStyle = DataGridViewCellStyle10
  106. Me.dgvIngresos.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  107. Me.dgvIngresos.Size = New System.Drawing.Size(541, 451)
  108. Me.dgvIngresos.TabIndex = 0
  109. '
  110. 'dtpDesde
  111. '
  112. Me.dtpDesde.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  113. Me.dtpDesde.Location = New System.Drawing.Point(76, 16)
  114. Me.dtpDesde.Name = "dtpDesde"
  115. Me.dtpDesde.Size = New System.Drawing.Size(113, 20)
  116. Me.dtpDesde.TabIndex = 1
  117. '
  118. 'dtpHasta
  119. '
  120. Me.dtpHasta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  121. Me.dtpHasta.Location = New System.Drawing.Point(76, 39)
  122. Me.dtpHasta.Name = "dtpHasta"
  123. Me.dtpHasta.Size = New System.Drawing.Size(113, 20)
  124. Me.dtpHasta.TabIndex = 2
  125. '
  126. 'lstEmpresas
  127. '
  128. Me.lstEmpresas.FormattingEnabled = True
  129. Me.lstEmpresas.Location = New System.Drawing.Point(4, 20)
  130. Me.lstEmpresas.Name = "lstEmpresas"
  131. Me.lstEmpresas.Size = New System.Drawing.Size(234, 109)
  132. Me.lstEmpresas.TabIndex = 4
  133. '
  134. 'chkSoloPendientes
  135. '
  136. Me.chkSoloPendientes.AutoSize = True
  137. Me.chkSoloPendientes.Checked = True
  138. Me.chkSoloPendientes.CheckState = System.Windows.Forms.CheckState.Checked
  139. Me.chkSoloPendientes.Location = New System.Drawing.Point(13, 64)
  140. Me.chkSoloPendientes.Name = "chkSoloPendientes"
  141. Me.chkSoloPendientes.Size = New System.Drawing.Size(103, 17)
  142. Me.chkSoloPendientes.TabIndex = 5
  143. Me.chkSoloPendientes.Text = "Solo Pendientes"
  144. Me.chkSoloPendientes.UseVisualStyleBackColor = True
  145. '
  146. 'Label1
  147. '
  148. Me.Label1.AutoSize = True
  149. Me.Label1.Location = New System.Drawing.Point(12, 9)
  150. Me.Label1.Name = "Label1"
  151. Me.Label1.Size = New System.Drawing.Size(47, 13)
  152. Me.Label1.TabIndex = 6
  153. Me.Label1.Text = "Ingresos"
  154. '
  155. 'chkDesde
  156. '
  157. Me.chkDesde.AutoSize = True
  158. Me.chkDesde.Checked = True
  159. Me.chkDesde.CheckState = System.Windows.Forms.CheckState.Checked
  160. Me.chkDesde.Location = New System.Drawing.Point(13, 18)
  161. Me.chkDesde.Name = "chkDesde"
  162. Me.chkDesde.Size = New System.Drawing.Size(57, 17)
  163. Me.chkDesde.TabIndex = 10
  164. Me.chkDesde.Text = "Desde"
  165. Me.chkDesde.UseVisualStyleBackColor = True
  166. '
  167. 'chkHasta
  168. '
  169. Me.chkHasta.AutoSize = True
  170. Me.chkHasta.Checked = True
  171. Me.chkHasta.CheckState = System.Windows.Forms.CheckState.Checked
  172. Me.chkHasta.Location = New System.Drawing.Point(13, 41)
  173. Me.chkHasta.Name = "chkHasta"
  174. Me.chkHasta.Size = New System.Drawing.Size(54, 17)
  175. Me.chkHasta.TabIndex = 11
  176. Me.chkHasta.Text = "Hasta"
  177. Me.chkHasta.UseVisualStyleBackColor = True
  178. '
  179. 'Panel1
  180. '
  181. Me.Panel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  182. Me.Panel1.Controls.Add(Me.GroupBox2)
  183. Me.Panel1.Controls.Add(Me.GroupBox1)
  184. Me.Panel1.Controls.Add(Me.chkDesde)
  185. Me.Panel1.Controls.Add(Me.chkHasta)
  186. Me.Panel1.Controls.Add(Me.dtpDesde)
  187. Me.Panel1.Controls.Add(Me.dtpHasta)
  188. Me.Panel1.Controls.Add(Me.chkSoloPendientes)
  189. Me.Panel1.Location = New System.Drawing.Point(573, 55)
  190. Me.Panel1.Name = "Panel1"
  191. Me.Panel1.Size = New System.Drawing.Size(250, 477)
  192. Me.Panel1.TabIndex = 12
  193. '
  194. 'GroupBox2
  195. '
  196. Me.GroupBox2.Controls.Add(Me.btnActualizarPorEmpresa)
  197. Me.GroupBox2.Controls.Add(Me.btnLimpiarEmpresas)
  198. Me.GroupBox2.Controls.Add(Me.btnSeleccionarTodasEmpresas)
  199. Me.GroupBox2.Controls.Add(Me.lstEmpresas)
  200. Me.GroupBox2.Location = New System.Drawing.Point(4, 87)
  201. Me.GroupBox2.Name = "GroupBox2"
  202. Me.GroupBox2.Size = New System.Drawing.Size(242, 170)
  203. Me.GroupBox2.TabIndex = 13
  204. Me.GroupBox2.TabStop = False
  205. Me.GroupBox2.Text = "Empresa"
  206. '
  207. 'btnActualizarPorEmpresa
  208. '
  209. Me.btnActualizarPorEmpresa.Location = New System.Drawing.Point(161, 140)
  210. Me.btnActualizarPorEmpresa.Name = "btnActualizarPorEmpresa"
  211. Me.btnActualizarPorEmpresa.Size = New System.Drawing.Size(75, 23)
  212. Me.btnActualizarPorEmpresa.TabIndex = 7
  213. Me.btnActualizarPorEmpresa.Text = "Actualizar"
  214. Me.btnActualizarPorEmpresa.UseVisualStyleBackColor = True
  215. '
  216. 'btnLimpiarEmpresas
  217. '
  218. Me.btnLimpiarEmpresas.Location = New System.Drawing.Point(80, 140)
  219. Me.btnLimpiarEmpresas.Name = "btnLimpiarEmpresas"
  220. Me.btnLimpiarEmpresas.Size = New System.Drawing.Size(75, 23)
  221. Me.btnLimpiarEmpresas.TabIndex = 6
  222. Me.btnLimpiarEmpresas.Text = "Limpiar"
  223. Me.btnLimpiarEmpresas.UseVisualStyleBackColor = True
  224. '
  225. 'btnSeleccionarTodasEmpresas
  226. '
  227. Me.btnSeleccionarTodasEmpresas.Location = New System.Drawing.Point(4, 140)
  228. Me.btnSeleccionarTodasEmpresas.Name = "btnSeleccionarTodasEmpresas"
  229. Me.btnSeleccionarTodasEmpresas.Size = New System.Drawing.Size(75, 23)
  230. Me.btnSeleccionarTodasEmpresas.TabIndex = 5
  231. Me.btnSeleccionarTodasEmpresas.Text = "Sel. Todo"
  232. Me.btnSeleccionarTodasEmpresas.UseVisualStyleBackColor = True
  233. '
  234. 'GroupBox1
  235. '
  236. Me.GroupBox1.Controls.Add(Me.btnActualizarPorInstrumentos)
  237. Me.GroupBox1.Controls.Add(Me.btnLimpiarInstrumentos)
  238. Me.GroupBox1.Controls.Add(Me.btnSeleccionarTodosInstrumentos)
  239. Me.GroupBox1.Controls.Add(Me.lstInstrumentos)
  240. Me.GroupBox1.Location = New System.Drawing.Point(4, 281)
  241. Me.GroupBox1.Name = "GroupBox1"
  242. Me.GroupBox1.Size = New System.Drawing.Size(242, 170)
  243. Me.GroupBox1.TabIndex = 13
  244. Me.GroupBox1.TabStop = False
  245. Me.GroupBox1.Text = "Instrumento"
  246. '
  247. 'btnActualizarPorInstrumentos
  248. '
  249. Me.btnActualizarPorInstrumentos.Location = New System.Drawing.Point(161, 140)
  250. Me.btnActualizarPorInstrumentos.Name = "btnActualizarPorInstrumentos"
  251. Me.btnActualizarPorInstrumentos.Size = New System.Drawing.Size(75, 23)
  252. Me.btnActualizarPorInstrumentos.TabIndex = 15
  253. Me.btnActualizarPorInstrumentos.Text = "Actualizar"
  254. Me.btnActualizarPorInstrumentos.UseVisualStyleBackColor = True
  255. '
  256. 'btnLimpiarInstrumentos
  257. '
  258. Me.btnLimpiarInstrumentos.Location = New System.Drawing.Point(80, 140)
  259. Me.btnLimpiarInstrumentos.Name = "btnLimpiarInstrumentos"
  260. Me.btnLimpiarInstrumentos.Size = New System.Drawing.Size(75, 23)
  261. Me.btnLimpiarInstrumentos.TabIndex = 14
  262. Me.btnLimpiarInstrumentos.Text = "Limpiar"
  263. Me.btnLimpiarInstrumentos.UseVisualStyleBackColor = True
  264. '
  265. 'btnSeleccionarTodosInstrumentos
  266. '
  267. Me.btnSeleccionarTodosInstrumentos.Location = New System.Drawing.Point(4, 140)
  268. Me.btnSeleccionarTodosInstrumentos.Name = "btnSeleccionarTodosInstrumentos"
  269. Me.btnSeleccionarTodosInstrumentos.Size = New System.Drawing.Size(75, 23)
  270. Me.btnSeleccionarTodosInstrumentos.TabIndex = 13
  271. Me.btnSeleccionarTodosInstrumentos.Text = "Sel. Todo"
  272. Me.btnSeleccionarTodosInstrumentos.UseVisualStyleBackColor = True
  273. '
  274. 'lstInstrumentos
  275. '
  276. Me.lstInstrumentos.FormattingEnabled = True
  277. Me.lstInstrumentos.Location = New System.Drawing.Point(4, 20)
  278. Me.lstInstrumentos.Name = "lstInstrumentos"
  279. Me.lstInstrumentos.Size = New System.Drawing.Size(234, 109)
  280. Me.lstInstrumentos.TabIndex = 12
  281. '
  282. 'CodInv
  283. '
  284. Me.CodInv.DataPropertyName = "CodInv"
  285. Me.CodInv.HeaderText = "Cod. Interno"
  286. Me.CodInv.Name = "CodInv"
  287. Me.CodInv.ReadOnly = True
  288. '
  289. 'CodEmpr
  290. '
  291. Me.CodEmpr.DataPropertyName = "CodEmpr"
  292. Me.CodEmpr.HeaderText = "CodEmpr"
  293. Me.CodEmpr.Name = "CodEmpr"
  294. Me.CodEmpr.ReadOnly = True
  295. Me.CodEmpr.Visible = False
  296. '
  297. 'Empresa
  298. '
  299. Me.Empresa.DataPropertyName = "Empresa"
  300. Me.Empresa.HeaderText = "Empresa"
  301. Me.Empresa.Name = "Empresa"
  302. Me.Empresa.ReadOnly = True
  303. '
  304. 'CodIF
  305. '
  306. Me.CodIF.DataPropertyName = "CodIF"
  307. Me.CodIF.HeaderText = "CodIF"
  308. Me.CodIF.Name = "CodIF"
  309. Me.CodIF.ReadOnly = True
  310. Me.CodIF.Visible = False
  311. '
  312. 'Instrumento
  313. '
  314. Me.Instrumento.DataPropertyName = "Instrumento"
  315. Me.Instrumento.HeaderText = "Instrumento"
  316. Me.Instrumento.Name = "Instrumento"
  317. Me.Instrumento.ReadOnly = True
  318. Me.Instrumento.Width = 150
  319. '
  320. 'Fecha
  321. '
  322. Me.Fecha.DataPropertyName = "Fecha"
  323. DataGridViewCellStyle7.Format = "d"
  324. DataGridViewCellStyle7.NullValue = Nothing
  325. Me.Fecha.DefaultCellStyle = DataGridViewCellStyle7
  326. Me.Fecha.HeaderText = "Fecha"
  327. Me.Fecha.Name = "Fecha"
  328. Me.Fecha.ReadOnly = True
  329. Me.Fecha.Width = 70
  330. '
  331. 'IngresoNeto
  332. '
  333. Me.IngresoNeto.DataPropertyName = "IngresoNeto"
  334. DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
  335. DataGridViewCellStyle8.Format = "N2"
  336. DataGridViewCellStyle8.NullValue = Nothing
  337. Me.IngresoNeto.DefaultCellStyle = DataGridViewCellStyle8
  338. Me.IngresoNeto.HeaderText = "Ingreso Neto"
  339. Me.IngresoNeto.Name = "IngresoNeto"
  340. Me.IngresoNeto.ReadOnly = True
  341. Me.IngresoNeto.Width = 80
  342. '
  343. 'IngresoID
  344. '
  345. Me.IngresoID.DataPropertyName = "IngresoID"
  346. Me.IngresoID.HeaderText = "Num Ingreso"
  347. Me.IngresoID.Name = "IngresoID"
  348. Me.IngresoID.ReadOnly = True
  349. Me.IngresoID.Width = 46
  350. '
  351. 'CodEstado
  352. '
  353. Me.CodEstado.DataPropertyName = "CodEstado"
  354. Me.CodEstado.HeaderText = "CodEstado"
  355. Me.CodEstado.Name = "CodEstado"
  356. Me.CodEstado.ReadOnly = True
  357. Me.CodEstado.Visible = False
  358. '
  359. 'CodEmis
  360. '
  361. Me.CodEmis.DataPropertyName = "CodEmis"
  362. Me.CodEmis.HeaderText = "CodEmis"
  363. Me.CodEmis.Name = "CodEmis"
  364. Me.CodEmis.ReadOnly = True
  365. Me.CodEmis.Visible = False
  366. '
  367. 'Emisor
  368. '
  369. Me.Emisor.DataPropertyName = "Emisor"
  370. Me.Emisor.HeaderText = "Emisor"
  371. Me.Emisor.Name = "Emisor"
  372. Me.Emisor.ReadOnly = True
  373. '
  374. 'NombreManIF
  375. '
  376. Me.NombreManIF.DataPropertyName = "NombreManIF"
  377. Me.NombreManIF.HeaderText = "Nombre"
  378. Me.NombreManIF.Name = "NombreManIF"
  379. Me.NombreManIF.ReadOnly = True
  380. '
  381. 'CodManIF
  382. '
  383. Me.CodManIF.DataPropertyName = "CodManIF"
  384. Me.CodManIF.HeaderText = "Codigo"
  385. Me.CodManIF.Name = "CodManIF"
  386. Me.CodManIF.ReadOnly = True
  387. Me.CodManIF.Visible = False
  388. '
  389. 'NumManInv
  390. '
  391. Me.NumManInv.DataPropertyName = "NumManInv"
  392. Me.NumManInv.HeaderText = "Numero"
  393. Me.NumManInv.Name = "NumManInv"
  394. Me.NumManInv.ReadOnly = True
  395. Me.NumManInv.Width = 46
  396. '
  397. 'Contab
  398. '
  399. Me.Contab.DataPropertyName = "Contab"
  400. Me.Contab.HeaderText = "Contabilización"
  401. Me.Contab.Name = "Contab"
  402. Me.Contab.ReadOnly = True
  403. Me.Contab.Width = 45
  404. '
  405. 'Estado
  406. '
  407. Me.Estado.DataPropertyName = "Estado"
  408. Me.Estado.HeaderText = "Estado"
  409. Me.Estado.Name = "Estado"
  410. Me.Estado.ReadOnly = True
  411. Me.Estado.Width = 50
  412. '
  413. 'Registrado
  414. '
  415. Me.Registrado.DataPropertyName = "Registrado"
  416. Me.Registrado.HeaderText = "Registrado"
  417. Me.Registrado.Name = "Registrado"
  418. Me.Registrado.ReadOnly = True
  419. Me.Registrado.Width = 60
  420. '
  421. 'Validado
  422. '
  423. Me.Validado.DataPropertyName = "Validado"
  424. Me.Validado.HeaderText = "Validado"
  425. Me.Validado.Name = "Validado"
  426. Me.Validado.ReadOnly = True
  427. Me.Validado.Width = 60
  428. '
  429. 'Conciliado
  430. '
  431. Me.Conciliado.DataPropertyName = "Conciliado"
  432. Me.Conciliado.HeaderText = "Conciliado"
  433. Me.Conciliado.Name = "Conciliado"
  434. Me.Conciliado.ReadOnly = True
  435. Me.Conciliado.Width = 60
  436. '
  437. 'frmIngresosConsulta
  438. '
  439. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  440. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  441. Me.ClientSize = New System.Drawing.Size(840, 544)
  442. Me.Controls.Add(Me.Panel1)
  443. Me.Controls.Add(Me.Label1)
  444. Me.Controls.Add(Me.dgvIngresos)
  445. Me.Name = "frmIngresosConsulta"
  446. Me.Text = "Ingresos"
  447. CType(Me.dgvIngresos, System.ComponentModel.ISupportInitialize).EndInit()
  448. Me.Panel1.ResumeLayout(False)
  449. Me.Panel1.PerformLayout()
  450. Me.GroupBox2.ResumeLayout(False)
  451. Me.GroupBox1.ResumeLayout(False)
  452. Me.ResumeLayout(False)
  453. Me.PerformLayout()
  454. End Sub
  455. Friend WithEvents dgvIngresos As DataGridView
  456. Friend WithEvents dtpDesde As DateTimePicker
  457. Friend WithEvents dtpHasta As DateTimePicker
  458. Friend WithEvents lstEmpresas As CheckedListBox
  459. Friend WithEvents chkSoloPendientes As CheckBox
  460. Friend WithEvents Label1 As Label
  461. Friend WithEvents chkDesde As CheckBox
  462. Friend WithEvents chkHasta As CheckBox
  463. Friend WithEvents Panel1 As Panel
  464. Friend WithEvents lstInstrumentos As CheckedListBox
  465. Friend WithEvents GroupBox2 As GroupBox
  466. Friend WithEvents GroupBox1 As GroupBox
  467. Friend WithEvents btnLimpiarEmpresas As Button
  468. Friend WithEvents btnSeleccionarTodasEmpresas As Button
  469. Friend WithEvents btnLimpiarInstrumentos As Button
  470. Friend WithEvents btnSeleccionarTodosInstrumentos As Button
  471. Friend WithEvents btnActualizarPorEmpresa As Button
  472. Friend WithEvents btnActualizarPorInstrumentos As Button
  473. Friend WithEvents CodInv As DataGridViewTextBoxColumn
  474. Friend WithEvents CodEmpr As DataGridViewTextBoxColumn
  475. Friend WithEvents Empresa As DataGridViewTextBoxColumn
  476. Friend WithEvents CodIF As DataGridViewTextBoxColumn
  477. Friend WithEvents Instrumento As DataGridViewTextBoxColumn
  478. Friend WithEvents Fecha As DataGridViewTextBoxColumn
  479. Friend WithEvents IngresoNeto As DataGridViewTextBoxColumn
  480. Friend WithEvents IngresoID As DataGridViewTextBoxColumn
  481. Friend WithEvents CodEstado As DataGridViewTextBoxColumn
  482. Friend WithEvents CodEmis As DataGridViewTextBoxColumn
  483. Friend WithEvents Emisor As DataGridViewTextBoxColumn
  484. Friend WithEvents NombreManIF As DataGridViewTextBoxColumn
  485. Friend WithEvents CodManIF As DataGridViewTextBoxColumn
  486. Friend WithEvents NumManInv As DataGridViewTextBoxColumn
  487. Friend WithEvents Contab As DataGridViewTextBoxColumn
  488. Friend WithEvents Estado As DataGridViewTextBoxColumn
  489. Friend WithEvents Registrado As DataGridViewTextBoxColumn
  490. Friend WithEvents Validado As DataGridViewTextBoxColumn
  491. Friend WithEvents Conciliado As DataGridViewTextBoxColumn
  492. End Class