frmLetes.Designer.vb 29 KB

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