frmReporto.Designer.vb 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmReporto
  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.components = New System.ComponentModel.Container()
  23. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmReporto))
  24. Me.Label1 = New System.Windows.Forms.Label()
  25. Me.txtCodigoTitulo = New System.Windows.Forms.TextBox()
  26. Me.Label2 = New System.Windows.Forms.Label()
  27. Me.dtpFechaCompra = New System.Windows.Forms.DateTimePicker()
  28. Me.lblFechaCompra = New System.Windows.Forms.Label()
  29. Me.lblReporto = New System.Windows.Forms.Label()
  30. Me.dgvReportos = New System.Windows.Forms.DataGridView()
  31. Me.cboCasaCorredora = New System.Windows.Forms.ComboBox()
  32. Me.btnAccion = New System.Windows.Forms.Button()
  33. Me.btnCancelar = New System.Windows.Forms.Button()
  34. Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
  35. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  36. Me.navModificar = New System.Windows.Forms.ToolStripButton()
  37. Me.navNuevo = New System.Windows.Forms.ToolStripButton()
  38. Me.navEliminar = New System.Windows.Forms.ToolStripButton()
  39. Me.txtComisionCasa = New System.Windows.Forms.TextBox()
  40. Me.Label4 = New System.Windows.Forms.Label()
  41. Me.Label5 = New System.Windows.Forms.Label()
  42. Me.txtComisionBolsa = New System.Windows.Forms.TextBox()
  43. Me.Titulo = New System.Windows.Forms.TabControl()
  44. Me.TbTitulo = New System.Windows.Forms.TabPage()
  45. Me.txtMonto = New System.Windows.Forms.TextBox()
  46. Me.lblMonto = New System.Windows.Forms.Label()
  47. Me.Label8 = New System.Windows.Forms.Label()
  48. Me.btnRequisicion = New System.Windows.Forms.Button()
  49. Me.lblCodigoInstrumento = New System.Windows.Forms.Label()
  50. Me.txtCodigoInstrumento = New System.Windows.Forms.TextBox()
  51. Me.ChkRenta = New System.Windows.Forms.CheckBox()
  52. Me.ChkIOF = New System.Windows.Forms.CheckBox()
  53. Me.pnlPie = New System.Windows.Forms.Panel()
  54. Me.cboAnioBase = New System.Windows.Forms.ComboBox()
  55. Me.Label11 = New System.Windows.Forms.Label()
  56. Me.lblDias = New System.Windows.Forms.Label()
  57. Me.txtDias = New System.Windows.Forms.TextBox()
  58. Me.TbImpuestos = New System.Windows.Forms.TabPage()
  59. Me.Label6 = New System.Windows.Forms.Label()
  60. Me.Label3 = New System.Windows.Forms.Label()
  61. Me.PnlRenta = New System.Windows.Forms.Panel()
  62. Me.FlpRenta = New System.Windows.Forms.FlowLayoutPanel()
  63. Me.PnlIOF = New System.Windows.Forms.Panel()
  64. Me.FlpIOF = New System.Windows.Forms.FlowLayoutPanel()
  65. Me.Panel1 = New System.Windows.Forms.Panel()
  66. CType(Me.dgvReportos, System.ComponentModel.ISupportInitialize).BeginInit()
  67. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
  68. Me.BindingNavigator1.SuspendLayout()
  69. Me.Titulo.SuspendLayout()
  70. Me.TbTitulo.SuspendLayout()
  71. Me.pnlPie.SuspendLayout()
  72. Me.TbImpuestos.SuspendLayout()
  73. Me.PnlRenta.SuspendLayout()
  74. Me.PnlIOF.SuspendLayout()
  75. Me.Panel1.SuspendLayout()
  76. Me.SuspendLayout()
  77. '
  78. 'Label1
  79. '
  80. Me.Label1.AutoSize = True
  81. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  82. Me.Label1.Location = New System.Drawing.Point(641, 46)
  83. Me.Label1.Name = "Label1"
  84. Me.Label1.Size = New System.Drawing.Size(36, 18)
  85. Me.Label1.TabIndex = 0
  86. Me.Label1.Text = "Casa"
  87. '
  88. 'txtCodigoTitulo
  89. '
  90. Me.txtCodigoTitulo.Location = New System.Drawing.Point(124, 44)
  91. Me.txtCodigoTitulo.Name = "txtCodigoTitulo"
  92. Me.txtCodigoTitulo.Size = New System.Drawing.Size(150, 20)
  93. Me.txtCodigoTitulo.TabIndex = 2
  94. '
  95. 'Label2
  96. '
  97. Me.Label2.AutoSize = True
  98. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  99. Me.Label2.Location = New System.Drawing.Point(27, 42)
  100. Me.Label2.Name = "Label2"
  101. Me.Label2.Size = New System.Drawing.Size(41, 18)
  102. Me.Label2.TabIndex = 2
  103. Me.Label2.Text = "Titulo"
  104. '
  105. 'dtpFechaCompra
  106. '
  107. Me.dtpFechaCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  108. Me.dtpFechaCompra.Location = New System.Drawing.Point(124, 65)
  109. Me.dtpFechaCompra.Name = "dtpFechaCompra"
  110. Me.dtpFechaCompra.Size = New System.Drawing.Size(150, 20)
  111. Me.dtpFechaCompra.TabIndex = 3
  112. '
  113. 'lblFechaCompra
  114. '
  115. Me.lblFechaCompra.AutoSize = True
  116. Me.lblFechaCompra.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  117. Me.lblFechaCompra.Location = New System.Drawing.Point(27, 65)
  118. Me.lblFechaCompra.Name = "lblFechaCompra"
  119. Me.lblFechaCompra.Size = New System.Drawing.Size(91, 18)
  120. Me.lblFechaCompra.TabIndex = 24
  121. Me.lblFechaCompra.Text = "Fecha Compra"
  122. '
  123. 'lblReporto
  124. '
  125. Me.lblReporto.AutoSize = True
  126. Me.lblReporto.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  127. Me.lblReporto.Location = New System.Drawing.Point(6, 3)
  128. Me.lblReporto.Name = "lblReporto"
  129. Me.lblReporto.Size = New System.Drawing.Size(90, 24)
  130. Me.lblReporto.TabIndex = 56
  131. Me.lblReporto.Text = "Reportos"
  132. '
  133. 'dgvReportos
  134. '
  135. Me.dgvReportos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  136. Me.dgvReportos.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
  137. Me.dgvReportos.BackgroundColor = System.Drawing.Color.White
  138. Me.dgvReportos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  139. Me.dgvReportos.Location = New System.Drawing.Point(8, 197)
  140. Me.dgvReportos.Name = "dgvReportos"
  141. Me.dgvReportos.Size = New System.Drawing.Size(957, 180)
  142. Me.dgvReportos.TabIndex = 61
  143. '
  144. 'cboCasaCorredora
  145. '
  146. Me.cboCasaCorredora.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  147. Me.cboCasaCorredora.FormattingEnabled = True
  148. Me.cboCasaCorredora.Location = New System.Drawing.Point(813, 39)
  149. Me.cboCasaCorredora.Name = "cboCasaCorredora"
  150. Me.cboCasaCorredora.Size = New System.Drawing.Size(150, 21)
  151. Me.cboCasaCorredora.TabIndex = 1
  152. '
  153. 'btnAccion
  154. '
  155. Me.btnAccion.DialogResult = System.Windows.Forms.DialogResult.OK
  156. Me.btnAccion.Location = New System.Drawing.Point(5, 3)
  157. Me.btnAccion.Name = "btnAccion"
  158. Me.btnAccion.Size = New System.Drawing.Size(75, 23)
  159. Me.btnAccion.TabIndex = 62
  160. Me.btnAccion.Text = "Aceptar"
  161. Me.btnAccion.UseVisualStyleBackColor = True
  162. '
  163. 'btnCancelar
  164. '
  165. Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel
  166. Me.btnCancelar.Location = New System.Drawing.Point(106, 3)
  167. Me.btnCancelar.Name = "btnCancelar"
  168. Me.btnCancelar.Size = New System.Drawing.Size(75, 23)
  169. Me.btnCancelar.TabIndex = 63
  170. Me.btnCancelar.Text = "Cancelar"
  171. Me.btnCancelar.UseVisualStyleBackColor = True
  172. '
  173. 'BindingNavigator1
  174. '
  175. Me.BindingNavigator1.AddNewItem = Nothing
  176. Me.BindingNavigator1.CountItem = Nothing
  177. Me.BindingNavigator1.DeleteItem = Nothing
  178. Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorSeparator, Me.navModificar, Me.navNuevo, Me.navEliminar})
  179. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  180. Me.BindingNavigator1.MoveFirstItem = Nothing
  181. Me.BindingNavigator1.MoveLastItem = Nothing
  182. Me.BindingNavigator1.MoveNextItem = Nothing
  183. Me.BindingNavigator1.MovePreviousItem = Nothing
  184. Me.BindingNavigator1.Name = "BindingNavigator1"
  185. Me.BindingNavigator1.PositionItem = Nothing
  186. Me.BindingNavigator1.Size = New System.Drawing.Size(979, 25)
  187. Me.BindingNavigator1.TabIndex = 157
  188. Me.BindingNavigator1.Text = "BindingNavigator1"
  189. '
  190. 'BindingNavigatorSeparator
  191. '
  192. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  193. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  194. '
  195. 'navModificar
  196. '
  197. Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  198. Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
  199. Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
  200. Me.navModificar.Name = "navModificar"
  201. Me.navModificar.Size = New System.Drawing.Size(23, 22)
  202. Me.navModificar.Text = "Modificar"
  203. '
  204. 'navNuevo
  205. '
  206. Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  207. Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image)
  208. Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
  209. Me.navNuevo.Name = "navNuevo"
  210. Me.navNuevo.Size = New System.Drawing.Size(23, 22)
  211. Me.navNuevo.Text = "Nuevo"
  212. '
  213. 'navEliminar
  214. '
  215. Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  216. Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image)
  217. Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  218. Me.navEliminar.Name = "navEliminar"
  219. Me.navEliminar.Size = New System.Drawing.Size(23, 22)
  220. Me.navEliminar.Text = "Eliminar"
  221. '
  222. 'txtComisionCasa
  223. '
  224. Me.txtComisionCasa.Location = New System.Drawing.Point(474, 42)
  225. Me.txtComisionCasa.Name = "txtComisionCasa"
  226. Me.txtComisionCasa.Size = New System.Drawing.Size(150, 20)
  227. Me.txtComisionCasa.TabIndex = 158
  228. '
  229. 'Label4
  230. '
  231. Me.Label4.AutoSize = True
  232. Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  233. Me.Label4.Location = New System.Drawing.Point(311, 65)
  234. Me.Label4.Name = "Label4"
  235. Me.Label4.Size = New System.Drawing.Size(162, 18)
  236. Me.Label4.TabIndex = 160
  237. Me.Label4.Text = "Porcentaje Comision Bolsa"
  238. '
  239. 'Label5
  240. '
  241. Me.Label5.AutoSize = True
  242. Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  243. Me.Label5.Location = New System.Drawing.Point(311, 44)
  244. Me.Label5.Name = "Label5"
  245. Me.Label5.Size = New System.Drawing.Size(160, 18)
  246. Me.Label5.TabIndex = 161
  247. Me.Label5.Text = "Porcentaje Comision Casa"
  248. '
  249. 'txtComisionBolsa
  250. '
  251. Me.txtComisionBolsa.Location = New System.Drawing.Point(474, 63)
  252. Me.txtComisionBolsa.Name = "txtComisionBolsa"
  253. Me.txtComisionBolsa.Size = New System.Drawing.Size(150, 20)
  254. Me.txtComisionBolsa.TabIndex = 163
  255. '
  256. 'Titulo
  257. '
  258. Me.Titulo.Controls.Add(Me.TbTitulo)
  259. Me.Titulo.Controls.Add(Me.TbImpuestos)
  260. Me.Titulo.Dock = System.Windows.Forms.DockStyle.Fill
  261. Me.Titulo.Location = New System.Drawing.Point(0, 0)
  262. Me.Titulo.Name = "Titulo"
  263. Me.Titulo.SelectedIndex = 0
  264. Me.Titulo.Size = New System.Drawing.Size(979, 514)
  265. Me.Titulo.TabIndex = 164
  266. '
  267. 'TbTitulo
  268. '
  269. Me.TbTitulo.Controls.Add(Me.txtMonto)
  270. Me.TbTitulo.Controls.Add(Me.lblMonto)
  271. Me.TbTitulo.Controls.Add(Me.Label8)
  272. Me.TbTitulo.Controls.Add(Me.btnRequisicion)
  273. Me.TbTitulo.Controls.Add(Me.lblCodigoInstrumento)
  274. Me.TbTitulo.Controls.Add(Me.txtCodigoInstrumento)
  275. Me.TbTitulo.Controls.Add(Me.ChkRenta)
  276. Me.TbTitulo.Controls.Add(Me.ChkIOF)
  277. Me.TbTitulo.Controls.Add(Me.pnlPie)
  278. Me.TbTitulo.Controls.Add(Me.cboAnioBase)
  279. Me.TbTitulo.Controls.Add(Me.Label11)
  280. Me.TbTitulo.Controls.Add(Me.lblReporto)
  281. Me.TbTitulo.Controls.Add(Me.lblDias)
  282. Me.TbTitulo.Controls.Add(Me.txtDias)
  283. Me.TbTitulo.Controls.Add(Me.Label2)
  284. Me.TbTitulo.Controls.Add(Me.Label5)
  285. Me.TbTitulo.Controls.Add(Me.cboCasaCorredora)
  286. Me.TbTitulo.Controls.Add(Me.dgvReportos)
  287. Me.TbTitulo.Controls.Add(Me.Label1)
  288. Me.TbTitulo.Controls.Add(Me.txtComisionBolsa)
  289. Me.TbTitulo.Controls.Add(Me.txtCodigoTitulo)
  290. Me.TbTitulo.Controls.Add(Me.txtComisionCasa)
  291. Me.TbTitulo.Controls.Add(Me.dtpFechaCompra)
  292. Me.TbTitulo.Controls.Add(Me.Label4)
  293. Me.TbTitulo.Controls.Add(Me.lblFechaCompra)
  294. Me.TbTitulo.Location = New System.Drawing.Point(4, 22)
  295. Me.TbTitulo.Name = "TbTitulo"
  296. Me.TbTitulo.Padding = New System.Windows.Forms.Padding(3)
  297. Me.TbTitulo.Size = New System.Drawing.Size(971, 488)
  298. Me.TbTitulo.TabIndex = 0
  299. Me.TbTitulo.Text = "Titulo"
  300. Me.TbTitulo.UseVisualStyleBackColor = True
  301. '
  302. 'txtMonto
  303. '
  304. Me.txtMonto.Location = New System.Drawing.Point(477, 165)
  305. Me.txtMonto.Name = "txtMonto"
  306. Me.txtMonto.Size = New System.Drawing.Size(150, 20)
  307. Me.txtMonto.TabIndex = 178
  308. '
  309. 'lblMonto
  310. '
  311. Me.lblMonto.AutoSize = True
  312. Me.lblMonto.Location = New System.Drawing.Point(434, 168)
  313. Me.lblMonto.Name = "lblMonto"
  314. Me.lblMonto.Size = New System.Drawing.Size(37, 13)
  315. Me.lblMonto.TabIndex = 177
  316. Me.lblMonto.Text = "Monto"
  317. '
  318. 'Label8
  319. '
  320. Me.Label8.AutoSize = True
  321. Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  322. Me.Label8.Location = New System.Drawing.Point(306, 131)
  323. Me.Label8.Name = "Label8"
  324. Me.Label8.Size = New System.Drawing.Size(136, 18)
  325. Me.Label8.TabIndex = 176
  326. Me.Label8.Text = "Generar Abono o Pago"
  327. '
  328. 'btnRequisicion
  329. '
  330. Me.btnRequisicion.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  331. Me.btnRequisicion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  332. Me.btnRequisicion.ForeColor = System.Drawing.Color.White
  333. Me.btnRequisicion.Location = New System.Drawing.Point(314, 159)
  334. Me.btnRequisicion.Name = "btnRequisicion"
  335. Me.btnRequisicion.Size = New System.Drawing.Size(86, 29)
  336. Me.btnRequisicion.TabIndex = 175
  337. Me.btnRequisicion.Text = "Pagar"
  338. Me.btnRequisicion.UseVisualStyleBackColor = False
  339. '
  340. 'lblCodigoInstrumento
  341. '
  342. Me.lblCodigoInstrumento.AutoSize = True
  343. Me.lblCodigoInstrumento.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  344. Me.lblCodigoInstrumento.Location = New System.Drawing.Point(311, 88)
  345. Me.lblCodigoInstrumento.Name = "lblCodigoInstrumento"
  346. Me.lblCodigoInstrumento.Size = New System.Drawing.Size(141, 18)
  347. Me.lblCodigoInstrumento.TabIndex = 171
  348. Me.lblCodigoInstrumento.Text = "Codigo de Instrumento"
  349. Me.lblCodigoInstrumento.Visible = False
  350. '
  351. 'txtCodigoInstrumento
  352. '
  353. Me.txtCodigoInstrumento.Location = New System.Drawing.Point(474, 89)
  354. Me.txtCodigoInstrumento.Name = "txtCodigoInstrumento"
  355. Me.txtCodigoInstrumento.Size = New System.Drawing.Size(150, 20)
  356. Me.txtCodigoInstrumento.TabIndex = 172
  357. Me.txtCodigoInstrumento.Visible = False
  358. '
  359. 'ChkRenta
  360. '
  361. Me.ChkRenta.AutoSize = True
  362. Me.ChkRenta.Location = New System.Drawing.Point(179, 117)
  363. Me.ChkRenta.Name = "ChkRenta"
  364. Me.ChkRenta.Size = New System.Drawing.Size(55, 17)
  365. Me.ChkRenta.TabIndex = 170
  366. Me.ChkRenta.Text = "Renta"
  367. Me.ChkRenta.UseVisualStyleBackColor = True
  368. '
  369. 'ChkIOF
  370. '
  371. Me.ChkIOF.AutoSize = True
  372. Me.ChkIOF.Location = New System.Drawing.Point(73, 117)
  373. Me.ChkIOF.Name = "ChkIOF"
  374. Me.ChkIOF.Size = New System.Drawing.Size(43, 17)
  375. Me.ChkIOF.TabIndex = 169
  376. Me.ChkIOF.Text = "IOF"
  377. Me.ChkIOF.UseVisualStyleBackColor = True
  378. '
  379. 'pnlPie
  380. '
  381. Me.pnlPie.Controls.Add(Me.btnAccion)
  382. Me.pnlPie.Controls.Add(Me.btnCancelar)
  383. Me.pnlPie.Dock = System.Windows.Forms.DockStyle.Bottom
  384. Me.pnlPie.Location = New System.Drawing.Point(3, 451)
  385. Me.pnlPie.Name = "pnlPie"
  386. Me.pnlPie.Size = New System.Drawing.Size(965, 34)
  387. Me.pnlPie.TabIndex = 168
  388. '
  389. 'cboAnioBase
  390. '
  391. Me.cboAnioBase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  392. Me.cboAnioBase.FormattingEnabled = True
  393. Me.cboAnioBase.Items.AddRange(New Object() {""})
  394. Me.cboAnioBase.Location = New System.Drawing.Point(813, 64)
  395. Me.cboAnioBase.Name = "cboAnioBase"
  396. Me.cboAnioBase.Size = New System.Drawing.Size(150, 21)
  397. Me.cboAnioBase.TabIndex = 166
  398. Me.cboAnioBase.Visible = False
  399. '
  400. 'Label11
  401. '
  402. Me.Label11.AutoSize = True
  403. Me.Label11.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  404. Me.Label11.Location = New System.Drawing.Point(641, 65)
  405. Me.Label11.Name = "Label11"
  406. Me.Label11.Size = New System.Drawing.Size(74, 18)
  407. Me.Label11.TabIndex = 167
  408. Me.Label11.Text = "Base (Dias)"
  409. Me.Label11.Visible = False
  410. '
  411. 'lblDias
  412. '
  413. Me.lblDias.AutoSize = True
  414. Me.lblDias.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  415. Me.lblDias.Location = New System.Drawing.Point(27, 88)
  416. Me.lblDias.Name = "lblDias"
  417. Me.lblDias.Size = New System.Drawing.Size(122, 18)
  418. Me.lblDias.TabIndex = 165
  419. Me.lblDias.Text = "Dias al Vencimiento"
  420. Me.lblDias.Visible = False
  421. '
  422. 'txtDias
  423. '
  424. Me.txtDias.Location = New System.Drawing.Point(166, 86)
  425. Me.txtDias.Name = "txtDias"
  426. Me.txtDias.Size = New System.Drawing.Size(108, 20)
  427. Me.txtDias.TabIndex = 164
  428. Me.txtDias.Visible = False
  429. '
  430. 'TbImpuestos
  431. '
  432. Me.TbImpuestos.Controls.Add(Me.Label6)
  433. Me.TbImpuestos.Controls.Add(Me.Label3)
  434. Me.TbImpuestos.Controls.Add(Me.PnlRenta)
  435. Me.TbImpuestos.Controls.Add(Me.PnlIOF)
  436. Me.TbImpuestos.Location = New System.Drawing.Point(4, 22)
  437. Me.TbImpuestos.Name = "TbImpuestos"
  438. Me.TbImpuestos.Size = New System.Drawing.Size(971, 488)
  439. Me.TbImpuestos.TabIndex = 2
  440. Me.TbImpuestos.Text = "Impuestos"
  441. Me.TbImpuestos.UseVisualStyleBackColor = True
  442. '
  443. 'Label6
  444. '
  445. Me.Label6.Anchor = System.Windows.Forms.AnchorStyles.None
  446. Me.Label6.AutoSize = True
  447. Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  448. Me.Label6.Location = New System.Drawing.Point(451, 10)
  449. Me.Label6.Name = "Label6"
  450. Me.Label6.Size = New System.Drawing.Size(41, 18)
  451. Me.Label6.TabIndex = 4
  452. Me.Label6.Text = "Renta"
  453. '
  454. 'Label3
  455. '
  456. Me.Label3.Anchor = System.Windows.Forms.AnchorStyles.None
  457. Me.Label3.AutoSize = True
  458. Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  459. Me.Label3.Location = New System.Drawing.Point(76, 10)
  460. Me.Label3.Name = "Label3"
  461. Me.Label3.Size = New System.Drawing.Size(28, 18)
  462. Me.Label3.TabIndex = 3
  463. Me.Label3.Text = "IOF"
  464. '
  465. 'PnlRenta
  466. '
  467. Me.PnlRenta.Anchor = System.Windows.Forms.AnchorStyles.None
  468. Me.PnlRenta.Controls.Add(Me.FlpRenta)
  469. Me.PnlRenta.Location = New System.Drawing.Point(388, 31)
  470. Me.PnlRenta.Name = "PnlRenta"
  471. Me.PnlRenta.Size = New System.Drawing.Size(237, 252)
  472. Me.PnlRenta.TabIndex = 1
  473. '
  474. 'FlpRenta
  475. '
  476. Me.FlpRenta.AutoScroll = True
  477. Me.FlpRenta.Location = New System.Drawing.Point(19, 13)
  478. Me.FlpRenta.Name = "FlpRenta"
  479. Me.FlpRenta.Size = New System.Drawing.Size(200, 204)
  480. Me.FlpRenta.TabIndex = 0
  481. '
  482. 'PnlIOF
  483. '
  484. Me.PnlIOF.Anchor = System.Windows.Forms.AnchorStyles.None
  485. Me.PnlIOF.Controls.Add(Me.FlpIOF)
  486. Me.PnlIOF.Location = New System.Drawing.Point(21, 31)
  487. Me.PnlIOF.Name = "PnlIOF"
  488. Me.PnlIOF.Size = New System.Drawing.Size(237, 252)
  489. Me.PnlIOF.TabIndex = 0
  490. '
  491. 'FlpIOF
  492. '
  493. Me.FlpIOF.AutoScroll = True
  494. Me.FlpIOF.Location = New System.Drawing.Point(18, 24)
  495. Me.FlpIOF.Name = "FlpIOF"
  496. Me.FlpIOF.Size = New System.Drawing.Size(200, 204)
  497. Me.FlpIOF.TabIndex = 1
  498. '
  499. 'Panel1
  500. '
  501. Me.Panel1.Controls.Add(Me.Titulo)
  502. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  503. Me.Panel1.Location = New System.Drawing.Point(0, 25)
  504. Me.Panel1.Name = "Panel1"
  505. Me.Panel1.Size = New System.Drawing.Size(979, 514)
  506. Me.Panel1.TabIndex = 165
  507. '
  508. 'frmReporto
  509. '
  510. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  511. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  512. Me.AutoScroll = True
  513. Me.ClientSize = New System.Drawing.Size(979, 539)
  514. Me.Controls.Add(Me.Panel1)
  515. Me.Controls.Add(Me.BindingNavigator1)
  516. Me.Name = "frmReporto"
  517. Me.Text = "frmReporto"
  518. CType(Me.dgvReportos, System.ComponentModel.ISupportInitialize).EndInit()
  519. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  520. Me.BindingNavigator1.ResumeLayout(False)
  521. Me.BindingNavigator1.PerformLayout()
  522. Me.Titulo.ResumeLayout(False)
  523. Me.TbTitulo.ResumeLayout(False)
  524. Me.TbTitulo.PerformLayout()
  525. Me.pnlPie.ResumeLayout(False)
  526. Me.TbImpuestos.ResumeLayout(False)
  527. Me.TbImpuestos.PerformLayout()
  528. Me.PnlRenta.ResumeLayout(False)
  529. Me.PnlIOF.ResumeLayout(False)
  530. Me.Panel1.ResumeLayout(False)
  531. Me.ResumeLayout(False)
  532. Me.PerformLayout()
  533. End Sub
  534. Friend WithEvents Label1 As Label
  535. Friend WithEvents txtCodigoTitulo As TextBox
  536. Friend WithEvents Label2 As Label
  537. Friend WithEvents dtpFechaCompra As DateTimePicker
  538. Friend WithEvents lblFechaCompra As Label
  539. Friend WithEvents lblReporto As Label
  540. Friend WithEvents dgvReportos As DataGridView
  541. Friend WithEvents cboCasaCorredora As ComboBox
  542. Friend WithEvents btnAccion As Button
  543. Friend WithEvents btnCancelar As Button
  544. Friend WithEvents BindingNavigator1 As BindingNavigator
  545. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  546. Friend WithEvents navModificar As ToolStripButton
  547. Friend WithEvents navNuevo As ToolStripButton
  548. Friend WithEvents navEliminar As ToolStripButton
  549. Friend WithEvents txtComisionCasa As TextBox
  550. Friend WithEvents Label4 As Label
  551. Friend WithEvents Label5 As Label
  552. Friend WithEvents txtComisionBolsa As TextBox
  553. Friend WithEvents Titulo As TabControl
  554. Friend WithEvents TbTitulo As TabPage
  555. Friend WithEvents TbImpuestos As TabPage
  556. Friend WithEvents Label6 As Label
  557. Friend WithEvents Label3 As Label
  558. Friend WithEvents PnlIOF As Panel
  559. Friend WithEvents PnlRenta As Panel
  560. Friend WithEvents FlpRenta As FlowLayoutPanel
  561. Friend WithEvents FlpIOF As FlowLayoutPanel
  562. Friend WithEvents lblDias As Label
  563. Friend WithEvents txtDias As TextBox
  564. Friend WithEvents cboAnioBase As ComboBox
  565. Friend WithEvents Label11 As Label
  566. Friend WithEvents Panel1 As Panel
  567. Friend WithEvents pnlPie As Panel
  568. Friend WithEvents ChkRenta As CheckBox
  569. Friend WithEvents ChkIOF As CheckBox
  570. Friend WithEvents lblCodigoInstrumento As Label
  571. Friend WithEvents txtCodigoInstrumento As TextBox
  572. Friend WithEvents Label8 As Label
  573. Friend WithEvents btnRequisicion As Button
  574. Friend WithEvents txtMonto As TextBox
  575. Friend WithEvents lblMonto As Label
  576. End Class