frmLetes.Designer.vb 30 KB

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