frmLetes.Designer.vb 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmLetes
  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(frmLetes))
  24. Me.lblBono = New System.Windows.Forms.Label()
  25. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.txtValorNominal = New System.Windows.Forms.TextBox()
  27. Me.txtValorTransado = New System.Windows.Forms.TextBox()
  28. Me.Label2 = New System.Windows.Forms.Label()
  29. Me.txtPrecio = New System.Windows.Forms.TextBox()
  30. Me.Label3 = New System.Windows.Forms.Label()
  31. Me.txtComisionCasa = New System.Windows.Forms.TextBox()
  32. Me.Label4 = New System.Windows.Forms.Label()
  33. Me.txtComisionBolsa = New System.Windows.Forms.TextBox()
  34. Me.Label5 = New System.Windows.Forms.Label()
  35. Me.txtTotalAPagar = New System.Windows.Forms.TextBox()
  36. Me.Label6 = New System.Windows.Forms.Label()
  37. Me.Label7 = New System.Windows.Forms.Label()
  38. Me.Label8 = New System.Windows.Forms.Label()
  39. Me.Label9 = New System.Windows.Forms.Label()
  40. Me.txtRendimientoBruto = New System.Windows.Forms.TextBox()
  41. Me.Label10 = New System.Windows.Forms.Label()
  42. Me.txtRendimientoNeto = New System.Windows.Forms.TextBox()
  43. Me.Label11 = New System.Windows.Forms.Label()
  44. Me.Label12 = New System.Windows.Forms.Label()
  45. Me.txtPlazoInversion = New System.Windows.Forms.TextBox()
  46. Me.Label14 = New System.Windows.Forms.Label()
  47. Me.txtIngresoBruto = New System.Windows.Forms.TextBox()
  48. Me.Label15 = New System.Windows.Forms.Label()
  49. Me.txtIngresoNeto = New System.Windows.Forms.TextBox()
  50. Me.Label16 = New System.Windows.Forms.Label()
  51. Me.dtpFechaOperacion = New System.Windows.Forms.DateTimePicker()
  52. Me.dtpFechaLiquidacion = New System.Windows.Forms.DateTimePicker()
  53. Me.dtpFechaVencimiento = New System.Windows.Forms.DateTimePicker()
  54. Me.txtPorcentajeComisionBolsa = New System.Windows.Forms.TextBox()
  55. Me.txtPorcentajeComisionCasa = New System.Windows.Forms.TextBox()
  56. Me.btnAceptar = New System.Windows.Forms.Button()
  57. Me.Label13 = New System.Windows.Forms.Label()
  58. Me.cboCasasCorredoras = New System.Windows.Forms.ComboBox()
  59. Me.btnCancelar = New System.Windows.Forms.Button()
  60. Me.cboPeriodicidad = New System.Windows.Forms.ComboBox()
  61. Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
  62. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  63. Me.navModificar = New System.Windows.Forms.ToolStripButton()
  64. Me.navNuevo = New System.Windows.Forms.ToolStripButton()
  65. Me.navEliminar = New System.Windows.Forms.ToolStripButton()
  66. Me.cboBase = New System.Windows.Forms.ComboBox()
  67. Me.Label17 = New System.Windows.Forms.Label()
  68. Me.chbValorPar = New System.Windows.Forms.CheckBox()
  69. Me.lblInteresAcumulado = New System.Windows.Forms.Label()
  70. Me.lblDiasAcumulados = New System.Windows.Forms.Label()
  71. Me.txtInteresAcumulado = New System.Windows.Forms.TextBox()
  72. Me.dtpUltimaFecha = New System.Windows.Forms.DateTimePicker()
  73. Me.lblOtrosCostos = New System.Windows.Forms.Label()
  74. Me.txtOtrosCostos = New System.Windows.Forms.TextBox()
  75. Me.btnRedencion = New System.Windows.Forms.Button()
  76. Me.lblRedencion = New System.Windows.Forms.Label()
  77. Me.dtpRedencion = New System.Windows.Forms.DateTimePicker()
  78. Me.dgvIngresosVCN = New System.Windows.Forms.DataGridView()
  79. Me.Label18 = New System.Windows.Forms.Label()
  80. Me.grpIngresosVCN = New System.Windows.Forms.GroupBox()
  81. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
  82. Me.BindingNavigator1.SuspendLayout()
  83. CType(Me.dgvIngresosVCN, System.ComponentModel.ISupportInitialize).BeginInit()
  84. Me.grpIngresosVCN.SuspendLayout()
  85. Me.SuspendLayout()
  86. '
  87. 'lblBono
  88. '
  89. Me.lblBono.AutoSize = True
  90. Me.lblBono.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  91. Me.lblBono.Location = New System.Drawing.Point(43, 70)
  92. Me.lblBono.Name = "lblBono"
  93. Me.lblBono.Size = New System.Drawing.Size(65, 24)
  94. Me.lblBono.TabIndex = 54
  95. Me.lblBono.Text = "LETES"
  96. '
  97. 'Label1
  98. '
  99. Me.Label1.AutoSize = True
  100. Me.Label1.Location = New System.Drawing.Point(42, 124)
  101. Me.Label1.Name = "Label1"
  102. Me.Label1.Size = New System.Drawing.Size(72, 13)
  103. Me.Label1.TabIndex = 55
  104. Me.Label1.Text = "Valor Nominal"
  105. '
  106. 'txtValorNominal
  107. '
  108. Me.txtValorNominal.Location = New System.Drawing.Point(197, 122)
  109. Me.txtValorNominal.MaxLength = 20
  110. Me.txtValorNominal.Name = "txtValorNominal"
  111. Me.txtValorNominal.Size = New System.Drawing.Size(150, 20)
  112. Me.txtValorNominal.TabIndex = 1
  113. '
  114. 'txtValorTransado
  115. '
  116. Me.txtValorTransado.Location = New System.Drawing.Point(198, 362)
  117. Me.txtValorTransado.MaxLength = 20
  118. Me.txtValorTransado.Name = "txtValorTransado"
  119. Me.txtValorTransado.ReadOnly = True
  120. Me.txtValorTransado.Size = New System.Drawing.Size(150, 20)
  121. Me.txtValorTransado.TabIndex = 0
  122. '
  123. 'Label2
  124. '
  125. Me.Label2.AutoSize = True
  126. Me.Label2.Location = New System.Drawing.Point(43, 362)
  127. Me.Label2.Name = "Label2"
  128. Me.Label2.Size = New System.Drawing.Size(79, 13)
  129. Me.Label2.TabIndex = 57
  130. Me.Label2.Text = "Valor Transado"
  131. '
  132. 'txtPrecio
  133. '
  134. Me.txtPrecio.Location = New System.Drawing.Point(198, 383)
  135. Me.txtPrecio.MaxLength = 20
  136. Me.txtPrecio.Name = "txtPrecio"
  137. Me.txtPrecio.ReadOnly = True
  138. Me.txtPrecio.Size = New System.Drawing.Size(150, 20)
  139. Me.txtPrecio.TabIndex = 0
  140. '
  141. 'Label3
  142. '
  143. Me.Label3.AutoSize = True
  144. Me.Label3.Location = New System.Drawing.Point(43, 381)
  145. Me.Label3.Name = "Label3"
  146. Me.Label3.Size = New System.Drawing.Size(37, 13)
  147. Me.Label3.TabIndex = 59
  148. Me.Label3.Text = "Precio"
  149. '
  150. 'txtComisionCasa
  151. '
  152. Me.txtComisionCasa.Location = New System.Drawing.Point(248, 212)
  153. Me.txtComisionCasa.MaxLength = 20
  154. Me.txtComisionCasa.Name = "txtComisionCasa"
  155. Me.txtComisionCasa.ReadOnly = True
  156. Me.txtComisionCasa.Size = New System.Drawing.Size(99, 20)
  157. Me.txtComisionCasa.TabIndex = 0
  158. '
  159. 'Label4
  160. '
  161. Me.Label4.AutoSize = True
  162. Me.Label4.Location = New System.Drawing.Point(41, 208)
  163. Me.Label4.Name = "Label4"
  164. Me.Label4.Size = New System.Drawing.Size(76, 13)
  165. Me.Label4.TabIndex = 61
  166. Me.Label4.Text = "Comisión Casa"
  167. '
  168. 'txtComisionBolsa
  169. '
  170. Me.txtComisionBolsa.Location = New System.Drawing.Point(248, 233)
  171. Me.txtComisionBolsa.MaxLength = 20
  172. Me.txtComisionBolsa.Name = "txtComisionBolsa"
  173. Me.txtComisionBolsa.ReadOnly = True
  174. Me.txtComisionBolsa.Size = New System.Drawing.Size(99, 20)
  175. Me.txtComisionBolsa.TabIndex = 0
  176. '
  177. 'Label5
  178. '
  179. Me.Label5.AutoSize = True
  180. Me.Label5.Location = New System.Drawing.Point(41, 231)
  181. Me.Label5.Name = "Label5"
  182. Me.Label5.Size = New System.Drawing.Size(78, 13)
  183. Me.Label5.TabIndex = 63
  184. Me.Label5.Text = "Comisión Bolsa"
  185. '
  186. 'txtTotalAPagar
  187. '
  188. Me.txtTotalAPagar.Location = New System.Drawing.Point(198, 404)
  189. Me.txtTotalAPagar.MaxLength = 20
  190. Me.txtTotalAPagar.Name = "txtTotalAPagar"
  191. Me.txtTotalAPagar.ReadOnly = True
  192. Me.txtTotalAPagar.Size = New System.Drawing.Size(150, 20)
  193. Me.txtTotalAPagar.TabIndex = 0
  194. '
  195. 'Label6
  196. '
  197. Me.Label6.AutoSize = True
  198. Me.Label6.Location = New System.Drawing.Point(42, 406)
  199. Me.Label6.Name = "Label6"
  200. Me.Label6.Size = New System.Drawing.Size(71, 13)
  201. Me.Label6.TabIndex = 65
  202. Me.Label6.Text = "Total a Pagar"
  203. '
  204. 'Label7
  205. '
  206. Me.Label7.AutoSize = True
  207. Me.Label7.Location = New System.Drawing.Point(44, 428)
  208. Me.Label7.Name = "Label7"
  209. Me.Label7.Size = New System.Drawing.Size(89, 13)
  210. Me.Label7.TabIndex = 67
  211. Me.Label7.Text = "Fecha Operación"
  212. '
  213. 'Label8
  214. '
  215. Me.Label8.AutoSize = True
  216. Me.Label8.Location = New System.Drawing.Point(44, 449)
  217. Me.Label8.Name = "Label8"
  218. Me.Label8.Size = New System.Drawing.Size(90, 13)
  219. Me.Label8.TabIndex = 69
  220. Me.Label8.Text = "Fecha liquidación"
  221. '
  222. 'Label9
  223. '
  224. Me.Label9.AutoSize = True
  225. Me.Label9.Location = New System.Drawing.Point(44, 469)
  226. Me.Label9.Name = "Label9"
  227. Me.Label9.Size = New System.Drawing.Size(98, 13)
  228. Me.Label9.TabIndex = 71
  229. Me.Label9.Text = "Fecha Vencimiento"
  230. '
  231. 'txtRendimientoBruto
  232. '
  233. Me.txtRendimientoBruto.Location = New System.Drawing.Point(198, 278)
  234. Me.txtRendimientoBruto.MaxLength = 20
  235. Me.txtRendimientoBruto.Name = "txtRendimientoBruto"
  236. Me.txtRendimientoBruto.Size = New System.Drawing.Size(150, 20)
  237. Me.txtRendimientoBruto.TabIndex = 10
  238. '
  239. 'Label10
  240. '
  241. Me.Label10.AutoSize = True
  242. Me.Label10.Location = New System.Drawing.Point(42, 279)
  243. Me.Label10.Name = "Label10"
  244. Me.Label10.Size = New System.Drawing.Size(94, 13)
  245. Me.Label10.TabIndex = 73
  246. Me.Label10.Text = "Rendimiento Bruto"
  247. '
  248. 'txtRendimientoNeto
  249. '
  250. Me.txtRendimientoNeto.Location = New System.Drawing.Point(198, 299)
  251. Me.txtRendimientoNeto.MaxLength = 20
  252. Me.txtRendimientoNeto.Name = "txtRendimientoNeto"
  253. Me.txtRendimientoNeto.ReadOnly = True
  254. Me.txtRendimientoNeto.Size = New System.Drawing.Size(150, 20)
  255. Me.txtRendimientoNeto.TabIndex = 0
  256. '
  257. 'Label11
  258. '
  259. Me.Label11.AutoSize = True
  260. Me.Label11.Location = New System.Drawing.Point(42, 300)
  261. Me.Label11.Name = "Label11"
  262. Me.Label11.Size = New System.Drawing.Size(92, 13)
  263. Me.Label11.TabIndex = 75
  264. Me.Label11.Text = "Rendimiento Neto"
  265. '
  266. 'Label12
  267. '
  268. Me.Label12.AutoSize = True
  269. Me.Label12.Location = New System.Drawing.Point(41, 257)
  270. Me.Label12.Name = "Label12"
  271. Me.Label12.Size = New System.Drawing.Size(65, 13)
  272. Me.Label12.TabIndex = 77
  273. Me.Label12.Text = "Periodicidad"
  274. '
  275. 'txtPlazoInversion
  276. '
  277. Me.txtPlazoInversion.Location = New System.Drawing.Point(197, 144)
  278. Me.txtPlazoInversion.MaxLength = 5
  279. Me.txtPlazoInversion.Name = "txtPlazoInversion"
  280. Me.txtPlazoInversion.Size = New System.Drawing.Size(150, 20)
  281. Me.txtPlazoInversion.TabIndex = 5
  282. '
  283. 'Label14
  284. '
  285. Me.Label14.AutoSize = True
  286. Me.Label14.Location = New System.Drawing.Point(41, 144)
  287. Me.Label14.Name = "Label14"
  288. Me.Label14.Size = New System.Drawing.Size(79, 13)
  289. Me.Label14.TabIndex = 81
  290. Me.Label14.Text = "Plazo Inversión"
  291. '
  292. 'txtIngresoBruto
  293. '
  294. Me.txtIngresoBruto.Location = New System.Drawing.Point(198, 320)
  295. Me.txtIngresoBruto.MaxLength = 20
  296. Me.txtIngresoBruto.Name = "txtIngresoBruto"
  297. Me.txtIngresoBruto.ReadOnly = True
  298. Me.txtIngresoBruto.Size = New System.Drawing.Size(150, 20)
  299. Me.txtIngresoBruto.TabIndex = 0
  300. '
  301. 'Label15
  302. '
  303. Me.Label15.AutoSize = True
  304. Me.Label15.Location = New System.Drawing.Point(41, 319)
  305. Me.Label15.Name = "Label15"
  306. Me.Label15.Size = New System.Drawing.Size(70, 13)
  307. Me.Label15.TabIndex = 83
  308. Me.Label15.Text = "Ingreso Bruto"
  309. '
  310. 'txtIngresoNeto
  311. '
  312. Me.txtIngresoNeto.Location = New System.Drawing.Point(198, 341)
  313. Me.txtIngresoNeto.MaxLength = 20
  314. Me.txtIngresoNeto.Name = "txtIngresoNeto"
  315. Me.txtIngresoNeto.ReadOnly = True
  316. Me.txtIngresoNeto.Size = New System.Drawing.Size(150, 20)
  317. Me.txtIngresoNeto.TabIndex = 0
  318. '
  319. 'Label16
  320. '
  321. Me.Label16.AutoSize = True
  322. Me.Label16.Location = New System.Drawing.Point(42, 339)
  323. Me.Label16.Name = "Label16"
  324. Me.Label16.Size = New System.Drawing.Size(68, 13)
  325. Me.Label16.TabIndex = 85
  326. Me.Label16.Text = "Ingreso Neto"
  327. '
  328. 'dtpFechaOperacion
  329. '
  330. Me.dtpFechaOperacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  331. Me.dtpFechaOperacion.Location = New System.Drawing.Point(198, 426)
  332. Me.dtpFechaOperacion.Name = "dtpFechaOperacion"
  333. Me.dtpFechaOperacion.Size = New System.Drawing.Size(150, 20)
  334. Me.dtpFechaOperacion.TabIndex = 2
  335. '
  336. 'dtpFechaLiquidacion
  337. '
  338. Me.dtpFechaLiquidacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  339. Me.dtpFechaLiquidacion.Location = New System.Drawing.Point(198, 447)
  340. Me.dtpFechaLiquidacion.Name = "dtpFechaLiquidacion"
  341. Me.dtpFechaLiquidacion.Size = New System.Drawing.Size(150, 20)
  342. Me.dtpFechaLiquidacion.TabIndex = 3
  343. '
  344. 'dtpFechaVencimiento
  345. '
  346. Me.dtpFechaVencimiento.Enabled = False
  347. Me.dtpFechaVencimiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  348. Me.dtpFechaVencimiento.Location = New System.Drawing.Point(198, 468)
  349. Me.dtpFechaVencimiento.Name = "dtpFechaVencimiento"
  350. Me.dtpFechaVencimiento.Size = New System.Drawing.Size(150, 20)
  351. Me.dtpFechaVencimiento.TabIndex = 4
  352. '
  353. 'txtPorcentajeComisionBolsa
  354. '
  355. Me.txtPorcentajeComisionBolsa.Location = New System.Drawing.Point(198, 233)
  356. Me.txtPorcentajeComisionBolsa.MaxLength = 20
  357. Me.txtPorcentajeComisionBolsa.Name = "txtPorcentajeComisionBolsa"
  358. Me.txtPorcentajeComisionBolsa.Size = New System.Drawing.Size(47, 20)
  359. Me.txtPorcentajeComisionBolsa.TabIndex = 8
  360. '
  361. 'txtPorcentajeComisionCasa
  362. '
  363. Me.txtPorcentajeComisionCasa.Location = New System.Drawing.Point(198, 211)
  364. Me.txtPorcentajeComisionCasa.MaxLength = 20
  365. Me.txtPorcentajeComisionCasa.Name = "txtPorcentajeComisionCasa"
  366. Me.txtPorcentajeComisionCasa.Size = New System.Drawing.Size(47, 20)
  367. Me.txtPorcentajeComisionCasa.TabIndex = 7
  368. '
  369. 'btnAceptar
  370. '
  371. Me.btnAceptar.BackColor = System.Drawing.Color.White
  372. Me.btnAceptar.DialogResult = System.Windows.Forms.DialogResult.OK
  373. Me.btnAceptar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  374. Me.btnAceptar.ForeColor = System.Drawing.Color.Maroon
  375. Me.btnAceptar.Location = New System.Drawing.Point(39, 597)
  376. Me.btnAceptar.Name = "btnAceptar"
  377. Me.btnAceptar.Size = New System.Drawing.Size(75, 23)
  378. Me.btnAceptar.TabIndex = 86
  379. Me.btnAceptar.Text = "Aceptar"
  380. Me.btnAceptar.UseVisualStyleBackColor = False
  381. '
  382. 'Label13
  383. '
  384. Me.Label13.AutoSize = True
  385. Me.Label13.Location = New System.Drawing.Point(41, 168)
  386. Me.Label13.Name = "Label13"
  387. Me.Label13.Size = New System.Drawing.Size(31, 13)
  388. Me.Label13.TabIndex = 87
  389. Me.Label13.Text = "Casa"
  390. '
  391. 'cboCasasCorredoras
  392. '
  393. Me.cboCasasCorredoras.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  394. Me.cboCasasCorredoras.FormattingEnabled = True
  395. Me.cboCasasCorredoras.Location = New System.Drawing.Point(197, 166)
  396. Me.cboCasasCorredoras.Name = "cboCasasCorredoras"
  397. Me.cboCasasCorredoras.Size = New System.Drawing.Size(150, 21)
  398. Me.cboCasasCorredoras.TabIndex = 6
  399. '
  400. 'btnCancelar
  401. '
  402. Me.btnCancelar.BackColor = System.Drawing.Color.White
  403. Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.OK
  404. Me.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  405. Me.btnCancelar.ForeColor = System.Drawing.Color.Maroon
  406. Me.btnCancelar.Location = New System.Drawing.Point(209, 597)
  407. Me.btnCancelar.Name = "btnCancelar"
  408. Me.btnCancelar.Size = New System.Drawing.Size(75, 23)
  409. Me.btnCancelar.TabIndex = 88
  410. Me.btnCancelar.Text = "Cancelar"
  411. Me.btnCancelar.UseVisualStyleBackColor = False
  412. '
  413. 'cboPeriodicidad
  414. '
  415. Me.cboPeriodicidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  416. Me.cboPeriodicidad.Enabled = False
  417. Me.cboPeriodicidad.FormattingEnabled = True
  418. Me.cboPeriodicidad.Location = New System.Drawing.Point(198, 255)
  419. Me.cboPeriodicidad.Name = "cboPeriodicidad"
  420. Me.cboPeriodicidad.Size = New System.Drawing.Size(150, 21)
  421. Me.cboPeriodicidad.TabIndex = 89
  422. '
  423. 'BindingNavigator1
  424. '
  425. Me.BindingNavigator1.AddNewItem = Nothing
  426. Me.BindingNavigator1.CountItem = Nothing
  427. Me.BindingNavigator1.DeleteItem = Nothing
  428. Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorSeparator, Me.navModificar, Me.navNuevo, Me.navEliminar})
  429. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  430. Me.BindingNavigator1.MoveFirstItem = Nothing
  431. Me.BindingNavigator1.MoveLastItem = Nothing
  432. Me.BindingNavigator1.MoveNextItem = Nothing
  433. Me.BindingNavigator1.MovePreviousItem = Nothing
  434. Me.BindingNavigator1.Name = "BindingNavigator1"
  435. Me.BindingNavigator1.PositionItem = Nothing
  436. Me.BindingNavigator1.Size = New System.Drawing.Size(985, 25)
  437. Me.BindingNavigator1.TabIndex = 126
  438. Me.BindingNavigator1.Text = "BindingNavigator1"
  439. '
  440. 'BindingNavigatorSeparator
  441. '
  442. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  443. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  444. '
  445. 'navModificar
  446. '
  447. Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  448. Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
  449. Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
  450. Me.navModificar.Name = "navModificar"
  451. Me.navModificar.Size = New System.Drawing.Size(23, 22)
  452. Me.navModificar.Text = "Modificar"
  453. '
  454. 'navNuevo
  455. '
  456. Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  457. Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image)
  458. Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
  459. Me.navNuevo.Name = "navNuevo"
  460. Me.navNuevo.Size = New System.Drawing.Size(23, 22)
  461. Me.navNuevo.Text = "Nuevo"
  462. '
  463. 'navEliminar
  464. '
  465. Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  466. Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image)
  467. Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  468. Me.navEliminar.Name = "navEliminar"
  469. Me.navEliminar.Size = New System.Drawing.Size(23, 22)
  470. Me.navEliminar.Text = "Eliminar"
  471. '
  472. 'cboBase
  473. '
  474. Me.cboBase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  475. Me.cboBase.FormattingEnabled = True
  476. Me.cboBase.Location = New System.Drawing.Point(197, 189)
  477. Me.cboBase.Name = "cboBase"
  478. Me.cboBase.Size = New System.Drawing.Size(150, 21)
  479. Me.cboBase.TabIndex = 128
  480. '
  481. 'Label17
  482. '
  483. Me.Label17.AutoSize = True
  484. Me.Label17.Location = New System.Drawing.Point(41, 190)
  485. Me.Label17.Name = "Label17"
  486. Me.Label17.Size = New System.Drawing.Size(53, 13)
  487. Me.Label17.TabIndex = 127
  488. Me.Label17.Text = "Año Base"
  489. '
  490. 'chbValorPar
  491. '
  492. Me.chbValorPar.AutoSize = True
  493. Me.chbValorPar.Location = New System.Drawing.Point(44, 97)
  494. Me.chbValorPar.Name = "chbValorPar"
  495. Me.chbValorPar.Size = New System.Drawing.Size(69, 17)
  496. Me.chbValorPar.TabIndex = 129
  497. Me.chbValorPar.Text = "Valor Par"
  498. Me.chbValorPar.UseVisualStyleBackColor = True
  499. Me.chbValorPar.Visible = False
  500. '
  501. 'lblInteresAcumulado
  502. '
  503. Me.lblInteresAcumulado.AutoSize = True
  504. Me.lblInteresAcumulado.Location = New System.Drawing.Point(44, 536)
  505. Me.lblInteresAcumulado.Name = "lblInteresAcumulado"
  506. Me.lblInteresAcumulado.Size = New System.Drawing.Size(95, 13)
  507. Me.lblInteresAcumulado.TabIndex = 130
  508. Me.lblInteresAcumulado.Text = "Interes Acumulado"
  509. Me.lblInteresAcumulado.Visible = False
  510. '
  511. 'lblDiasAcumulados
  512. '
  513. Me.lblDiasAcumulados.AutoSize = True
  514. Me.lblDiasAcumulados.Location = New System.Drawing.Point(43, 492)
  515. Me.lblDiasAcumulados.Name = "lblDiasAcumulados"
  516. Me.lblDiasAcumulados.Size = New System.Drawing.Size(103, 13)
  517. Me.lblDiasAcumulados.TabIndex = 131
  518. Me.lblDiasAcumulados.Text = "Ultima Fecha Cúpon"
  519. Me.lblDiasAcumulados.Visible = False
  520. '
  521. 'txtInteresAcumulado
  522. '
  523. Me.txtInteresAcumulado.Location = New System.Drawing.Point(198, 531)
  524. Me.txtInteresAcumulado.MaxLength = 20
  525. Me.txtInteresAcumulado.Name = "txtInteresAcumulado"
  526. Me.txtInteresAcumulado.ReadOnly = True
  527. Me.txtInteresAcumulado.Size = New System.Drawing.Size(150, 20)
  528. Me.txtInteresAcumulado.TabIndex = 133
  529. Me.txtInteresAcumulado.Visible = False
  530. '
  531. 'dtpUltimaFecha
  532. '
  533. Me.dtpUltimaFecha.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  534. Me.dtpUltimaFecha.Location = New System.Drawing.Point(198, 489)
  535. Me.dtpUltimaFecha.Name = "dtpUltimaFecha"
  536. Me.dtpUltimaFecha.Size = New System.Drawing.Size(150, 20)
  537. Me.dtpUltimaFecha.TabIndex = 135
  538. Me.dtpUltimaFecha.Visible = False
  539. '
  540. 'lblOtrosCostos
  541. '
  542. Me.lblOtrosCostos.AutoSize = True
  543. Me.lblOtrosCostos.Location = New System.Drawing.Point(44, 556)
  544. Me.lblOtrosCostos.Name = "lblOtrosCostos"
  545. Me.lblOtrosCostos.Size = New System.Drawing.Size(67, 13)
  546. Me.lblOtrosCostos.TabIndex = 136
  547. Me.lblOtrosCostos.Text = "Otros Costos"
  548. Me.lblOtrosCostos.Visible = False
  549. '
  550. 'txtOtrosCostos
  551. '
  552. Me.txtOtrosCostos.Location = New System.Drawing.Point(198, 552)
  553. Me.txtOtrosCostos.MaxLength = 20
  554. Me.txtOtrosCostos.Name = "txtOtrosCostos"
  555. Me.txtOtrosCostos.Size = New System.Drawing.Size(150, 20)
  556. Me.txtOtrosCostos.TabIndex = 137
  557. Me.txtOtrosCostos.Visible = False
  558. '
  559. 'btnRedencion
  560. '
  561. Me.btnRedencion.BackColor = System.Drawing.Color.White
  562. Me.btnRedencion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  563. Me.btnRedencion.ForeColor = System.Drawing.Color.Maroon
  564. Me.btnRedencion.Location = New System.Drawing.Point(229, 92)
  565. Me.btnRedencion.Name = "btnRedencion"
  566. Me.btnRedencion.Size = New System.Drawing.Size(79, 24)
  567. Me.btnRedencion.TabIndex = 138
  568. Me.btnRedencion.Text = "Redención"
  569. Me.btnRedencion.UseVisualStyleBackColor = False
  570. '
  571. 'lblRedencion
  572. '
  573. Me.lblRedencion.AutoSize = True
  574. Me.lblRedencion.Location = New System.Drawing.Point(44, 514)
  575. Me.lblRedencion.Name = "lblRedencion"
  576. Me.lblRedencion.Size = New System.Drawing.Size(92, 13)
  577. Me.lblRedencion.TabIndex = 139
  578. Me.lblRedencion.Text = "Fecha Redención"
  579. Me.lblRedencion.Visible = False
  580. '
  581. 'dtpRedencion
  582. '
  583. Me.dtpRedencion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  584. Me.dtpRedencion.Location = New System.Drawing.Point(198, 510)
  585. Me.dtpRedencion.Name = "dtpRedencion"
  586. Me.dtpRedencion.Size = New System.Drawing.Size(150, 20)
  587. Me.dtpRedencion.TabIndex = 140
  588. Me.dtpRedencion.Visible = False
  589. '
  590. 'dgvIngresosVCN
  591. '
  592. Me.dgvIngresosVCN.AllowUserToAddRows = False
  593. Me.dgvIngresosVCN.AllowUserToDeleteRows = False
  594. Me.dgvIngresosVCN.BackgroundColor = System.Drawing.Color.White
  595. Me.dgvIngresosVCN.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  596. Me.dgvIngresosVCN.Location = New System.Drawing.Point(6, 58)
  597. Me.dgvIngresosVCN.Name = "dgvIngresosVCN"
  598. Me.dgvIngresosVCN.Size = New System.Drawing.Size(574, 203)
  599. Me.dgvIngresosVCN.TabIndex = 141
  600. '
  601. 'Label18
  602. '
  603. Me.Label18.AutoSize = True
  604. Me.Label18.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  605. Me.Label18.Location = New System.Drawing.Point(191, 21)
  606. Me.Label18.Name = "Label18"
  607. Me.Label18.Size = New System.Drawing.Size(188, 24)
  608. Me.Label18.TabIndex = 142
  609. Me.Label18.Text = "Detalles de Ingresos"
  610. '
  611. 'grpIngresosVCN
  612. '
  613. Me.grpIngresosVCN.Controls.Add(Me.Label18)
  614. Me.grpIngresosVCN.Controls.Add(Me.dgvIngresosVCN)
  615. Me.grpIngresosVCN.Location = New System.Drawing.Point(387, 212)
  616. Me.grpIngresosVCN.Name = "grpIngresosVCN"
  617. Me.grpIngresosVCN.Size = New System.Drawing.Size(586, 267)
  618. Me.grpIngresosVCN.TabIndex = 143
  619. Me.grpIngresosVCN.TabStop = False
  620. Me.grpIngresosVCN.Visible = False
  621. '
  622. 'frmLetes
  623. '
  624. Me.AcceptButton = Me.btnAceptar
  625. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  626. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  627. Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
  628. Me.BackColor = System.Drawing.Color.WhiteSmoke
  629. Me.CancelButton = Me.btnCancelar
  630. Me.ClientSize = New System.Drawing.Size(985, 632)
  631. Me.Controls.Add(Me.grpIngresosVCN)
  632. Me.Controls.Add(Me.dtpRedencion)
  633. Me.Controls.Add(Me.lblRedencion)
  634. Me.Controls.Add(Me.btnRedencion)
  635. Me.Controls.Add(Me.txtOtrosCostos)
  636. Me.Controls.Add(Me.lblOtrosCostos)
  637. Me.Controls.Add(Me.dtpUltimaFecha)
  638. Me.Controls.Add(Me.txtInteresAcumulado)
  639. Me.Controls.Add(Me.lblDiasAcumulados)
  640. Me.Controls.Add(Me.lblInteresAcumulado)
  641. Me.Controls.Add(Me.chbValorPar)
  642. Me.Controls.Add(Me.cboBase)
  643. Me.Controls.Add(Me.Label17)
  644. Me.Controls.Add(Me.BindingNavigator1)
  645. Me.Controls.Add(Me.cboPeriodicidad)
  646. Me.Controls.Add(Me.btnCancelar)
  647. Me.Controls.Add(Me.cboCasasCorredoras)
  648. Me.Controls.Add(Me.Label13)
  649. Me.Controls.Add(Me.btnAceptar)
  650. Me.Controls.Add(Me.txtPorcentajeComisionCasa)
  651. Me.Controls.Add(Me.txtPorcentajeComisionBolsa)
  652. Me.Controls.Add(Me.dtpFechaVencimiento)
  653. Me.Controls.Add(Me.dtpFechaLiquidacion)
  654. Me.Controls.Add(Me.dtpFechaOperacion)
  655. Me.Controls.Add(Me.txtIngresoNeto)
  656. Me.Controls.Add(Me.Label16)
  657. Me.Controls.Add(Me.txtIngresoBruto)
  658. Me.Controls.Add(Me.Label15)
  659. Me.Controls.Add(Me.txtPlazoInversion)
  660. Me.Controls.Add(Me.Label14)
  661. Me.Controls.Add(Me.Label12)
  662. Me.Controls.Add(Me.txtRendimientoNeto)
  663. Me.Controls.Add(Me.Label11)
  664. Me.Controls.Add(Me.txtRendimientoBruto)
  665. Me.Controls.Add(Me.Label10)
  666. Me.Controls.Add(Me.Label9)
  667. Me.Controls.Add(Me.Label8)
  668. Me.Controls.Add(Me.Label7)
  669. Me.Controls.Add(Me.txtTotalAPagar)
  670. Me.Controls.Add(Me.Label6)
  671. Me.Controls.Add(Me.txtComisionBolsa)
  672. Me.Controls.Add(Me.Label5)
  673. Me.Controls.Add(Me.txtComisionCasa)
  674. Me.Controls.Add(Me.Label4)
  675. Me.Controls.Add(Me.txtPrecio)
  676. Me.Controls.Add(Me.Label3)
  677. Me.Controls.Add(Me.txtValorTransado)
  678. Me.Controls.Add(Me.Label2)
  679. Me.Controls.Add(Me.txtValorNominal)
  680. Me.Controls.Add(Me.Label1)
  681. Me.Controls.Add(Me.lblBono)
  682. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  683. Me.MaximizeBox = False
  684. Me.Name = "frmLetes"
  685. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  686. Me.BindingNavigator1.ResumeLayout(False)
  687. Me.BindingNavigator1.PerformLayout()
  688. CType(Me.dgvIngresosVCN, System.ComponentModel.ISupportInitialize).EndInit()
  689. Me.grpIngresosVCN.ResumeLayout(False)
  690. Me.grpIngresosVCN.PerformLayout()
  691. Me.ResumeLayout(False)
  692. Me.PerformLayout()
  693. End Sub
  694. Friend WithEvents lblBono As Label
  695. Friend WithEvents Label1 As Label
  696. Friend WithEvents txtValorNominal As TextBox
  697. Friend WithEvents txtValorTransado As TextBox
  698. Friend WithEvents Label2 As Label
  699. Friend WithEvents txtPrecio As TextBox
  700. Friend WithEvents Label3 As Label
  701. Friend WithEvents txtComisionCasa As TextBox
  702. Friend WithEvents Label4 As Label
  703. Friend WithEvents txtComisionBolsa As TextBox
  704. Friend WithEvents Label5 As Label
  705. Friend WithEvents txtTotalAPagar As TextBox
  706. Friend WithEvents Label6 As Label
  707. Friend WithEvents Label7 As Label
  708. Friend WithEvents Label8 As Label
  709. Friend WithEvents Label9 As Label
  710. Friend WithEvents txtRendimientoBruto As TextBox
  711. Friend WithEvents Label10 As Label
  712. Friend WithEvents txtRendimientoNeto As TextBox
  713. Friend WithEvents Label11 As Label
  714. Friend WithEvents Label12 As Label
  715. Friend WithEvents txtPlazoInversion As TextBox
  716. Friend WithEvents Label14 As Label
  717. Friend WithEvents txtIngresoBruto As TextBox
  718. Friend WithEvents Label15 As Label
  719. Friend WithEvents txtIngresoNeto As TextBox
  720. Friend WithEvents Label16 As Label
  721. Friend WithEvents dtpFechaOperacion As DateTimePicker
  722. Friend WithEvents dtpFechaLiquidacion As DateTimePicker
  723. Friend WithEvents dtpFechaVencimiento As DateTimePicker
  724. Friend WithEvents txtPorcentajeComisionBolsa As TextBox
  725. Friend WithEvents txtPorcentajeComisionCasa As TextBox
  726. Friend WithEvents btnAceptar As Button
  727. Friend WithEvents Label13 As Label
  728. Friend WithEvents cboCasasCorredoras As ComboBox
  729. Friend WithEvents btnCancelar As Button
  730. Friend WithEvents cboPeriodicidad As ComboBox
  731. Friend WithEvents BindingNavigator1 As BindingNavigator
  732. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  733. Friend WithEvents navModificar As ToolStripButton
  734. Friend WithEvents navNuevo As ToolStripButton
  735. Friend WithEvents navEliminar As ToolStripButton
  736. Friend WithEvents cboBase As ComboBox
  737. Friend WithEvents Label17 As Label
  738. Friend WithEvents chbValorPar As CheckBox
  739. Friend WithEvents lblInteresAcumulado As Label
  740. Friend WithEvents lblDiasAcumulados As Label
  741. Friend WithEvents txtInteresAcumulado As TextBox
  742. Friend WithEvents dtpUltimaFecha As DateTimePicker
  743. Friend WithEvents lblOtrosCostos As Label
  744. Friend WithEvents txtOtrosCostos As TextBox
  745. Friend WithEvents btnRedencion As Button
  746. Friend WithEvents lblRedencion As Label
  747. Friend WithEvents dtpRedencion As DateTimePicker
  748. Friend WithEvents dgvIngresosVCN As DataGridView
  749. Friend WithEvents Label18 As Label
  750. Friend WithEvents grpIngresosVCN As GroupBox
  751. End Class