frmLetes.Designer.vb 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697
  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.BackColor = System.Drawing.Color.White
  354. Me.btnAceptar.DialogResult = System.Windows.Forms.DialogResult.OK
  355. Me.btnAceptar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  356. Me.btnAceptar.ForeColor = System.Drawing.Color.Maroon
  357. Me.btnAceptar.Location = New System.Drawing.Point(39, 597)
  358. Me.btnAceptar.Name = "btnAceptar"
  359. Me.btnAceptar.Size = New System.Drawing.Size(75, 23)
  360. Me.btnAceptar.TabIndex = 86
  361. Me.btnAceptar.Text = "Aceptar"
  362. Me.btnAceptar.UseVisualStyleBackColor = False
  363. '
  364. 'Label13
  365. '
  366. Me.Label13.AutoSize = True
  367. Me.Label13.Location = New System.Drawing.Point(41, 168)
  368. Me.Label13.Name = "Label13"
  369. Me.Label13.Size = New System.Drawing.Size(31, 13)
  370. Me.Label13.TabIndex = 87
  371. Me.Label13.Text = "Casa"
  372. '
  373. 'cboCasasCorredoras
  374. '
  375. Me.cboCasasCorredoras.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  376. Me.cboCasasCorredoras.FormattingEnabled = True
  377. Me.cboCasasCorredoras.Location = New System.Drawing.Point(197, 166)
  378. Me.cboCasasCorredoras.Name = "cboCasasCorredoras"
  379. Me.cboCasasCorredoras.Size = New System.Drawing.Size(150, 21)
  380. Me.cboCasasCorredoras.TabIndex = 6
  381. '
  382. 'btnCancelar
  383. '
  384. Me.btnCancelar.BackColor = System.Drawing.Color.White
  385. Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.OK
  386. Me.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  387. Me.btnCancelar.ForeColor = System.Drawing.Color.Maroon
  388. Me.btnCancelar.Location = New System.Drawing.Point(209, 597)
  389. Me.btnCancelar.Name = "btnCancelar"
  390. Me.btnCancelar.Size = New System.Drawing.Size(75, 23)
  391. Me.btnCancelar.TabIndex = 88
  392. Me.btnCancelar.Text = "Cancelar"
  393. Me.btnCancelar.UseVisualStyleBackColor = False
  394. '
  395. 'cboPeriodicidad
  396. '
  397. Me.cboPeriodicidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  398. Me.cboPeriodicidad.Enabled = False
  399. Me.cboPeriodicidad.FormattingEnabled = True
  400. Me.cboPeriodicidad.Location = New System.Drawing.Point(198, 255)
  401. Me.cboPeriodicidad.Name = "cboPeriodicidad"
  402. Me.cboPeriodicidad.Size = New System.Drawing.Size(150, 21)
  403. Me.cboPeriodicidad.TabIndex = 89
  404. '
  405. 'BindingNavigator1
  406. '
  407. Me.BindingNavigator1.AddNewItem = Nothing
  408. Me.BindingNavigator1.CountItem = Nothing
  409. Me.BindingNavigator1.DeleteItem = Nothing
  410. Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorSeparator, Me.navModificar, Me.navNuevo, Me.navEliminar})
  411. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  412. Me.BindingNavigator1.MoveFirstItem = Nothing
  413. Me.BindingNavigator1.MoveLastItem = Nothing
  414. Me.BindingNavigator1.MoveNextItem = Nothing
  415. Me.BindingNavigator1.MovePreviousItem = Nothing
  416. Me.BindingNavigator1.Name = "BindingNavigator1"
  417. Me.BindingNavigator1.PositionItem = Nothing
  418. Me.BindingNavigator1.Size = New System.Drawing.Size(390, 25)
  419. Me.BindingNavigator1.TabIndex = 126
  420. Me.BindingNavigator1.Text = "BindingNavigator1"
  421. '
  422. 'BindingNavigatorSeparator
  423. '
  424. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  425. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  426. '
  427. 'navModificar
  428. '
  429. Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  430. Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
  431. Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
  432. Me.navModificar.Name = "navModificar"
  433. Me.navModificar.Size = New System.Drawing.Size(23, 22)
  434. Me.navModificar.Text = "Modificar"
  435. '
  436. 'navNuevo
  437. '
  438. Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  439. Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image)
  440. Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
  441. Me.navNuevo.Name = "navNuevo"
  442. Me.navNuevo.Size = New System.Drawing.Size(23, 22)
  443. Me.navNuevo.Text = "Nuevo"
  444. '
  445. 'navEliminar
  446. '
  447. Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  448. Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image)
  449. Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  450. Me.navEliminar.Name = "navEliminar"
  451. Me.navEliminar.Size = New System.Drawing.Size(23, 22)
  452. Me.navEliminar.Text = "Eliminar"
  453. '
  454. 'cboBase
  455. '
  456. Me.cboBase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  457. Me.cboBase.FormattingEnabled = True
  458. Me.cboBase.Location = New System.Drawing.Point(197, 189)
  459. Me.cboBase.Name = "cboBase"
  460. Me.cboBase.Size = New System.Drawing.Size(150, 21)
  461. Me.cboBase.TabIndex = 128
  462. '
  463. 'Label17
  464. '
  465. Me.Label17.AutoSize = True
  466. Me.Label17.Location = New System.Drawing.Point(41, 190)
  467. Me.Label17.Name = "Label17"
  468. Me.Label17.Size = New System.Drawing.Size(53, 13)
  469. Me.Label17.TabIndex = 127
  470. Me.Label17.Text = "Año Base"
  471. '
  472. 'chbValorPar
  473. '
  474. Me.chbValorPar.AutoSize = True
  475. Me.chbValorPar.Location = New System.Drawing.Point(44, 97)
  476. Me.chbValorPar.Name = "chbValorPar"
  477. Me.chbValorPar.Size = New System.Drawing.Size(69, 17)
  478. Me.chbValorPar.TabIndex = 129
  479. Me.chbValorPar.Text = "Valor Par"
  480. Me.chbValorPar.UseVisualStyleBackColor = True
  481. Me.chbValorPar.Visible = False
  482. '
  483. 'lblInteresAcumulado
  484. '
  485. Me.lblInteresAcumulado.AutoSize = True
  486. Me.lblInteresAcumulado.Location = New System.Drawing.Point(44, 536)
  487. Me.lblInteresAcumulado.Name = "lblInteresAcumulado"
  488. Me.lblInteresAcumulado.Size = New System.Drawing.Size(95, 13)
  489. Me.lblInteresAcumulado.TabIndex = 130
  490. Me.lblInteresAcumulado.Text = "Interes Acumulado"
  491. Me.lblInteresAcumulado.Visible = False
  492. '
  493. 'lblDiasAcumulados
  494. '
  495. Me.lblDiasAcumulados.AutoSize = True
  496. Me.lblDiasAcumulados.Location = New System.Drawing.Point(43, 492)
  497. Me.lblDiasAcumulados.Name = "lblDiasAcumulados"
  498. Me.lblDiasAcumulados.Size = New System.Drawing.Size(103, 13)
  499. Me.lblDiasAcumulados.TabIndex = 131
  500. Me.lblDiasAcumulados.Text = "Ultima Fecha Cúpon"
  501. Me.lblDiasAcumulados.Visible = False
  502. '
  503. 'txtInteresAcumulado
  504. '
  505. Me.txtInteresAcumulado.Location = New System.Drawing.Point(198, 531)
  506. Me.txtInteresAcumulado.Name = "txtInteresAcumulado"
  507. Me.txtInteresAcumulado.ReadOnly = True
  508. Me.txtInteresAcumulado.Size = New System.Drawing.Size(150, 20)
  509. Me.txtInteresAcumulado.TabIndex = 133
  510. Me.txtInteresAcumulado.Visible = False
  511. '
  512. 'dtpUltimaFecha
  513. '
  514. Me.dtpUltimaFecha.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  515. Me.dtpUltimaFecha.Location = New System.Drawing.Point(198, 489)
  516. Me.dtpUltimaFecha.Name = "dtpUltimaFecha"
  517. Me.dtpUltimaFecha.Size = New System.Drawing.Size(150, 20)
  518. Me.dtpUltimaFecha.TabIndex = 135
  519. Me.dtpUltimaFecha.Visible = False
  520. '
  521. 'lblOtrosCostos
  522. '
  523. Me.lblOtrosCostos.AutoSize = True
  524. Me.lblOtrosCostos.Location = New System.Drawing.Point(44, 556)
  525. Me.lblOtrosCostos.Name = "lblOtrosCostos"
  526. Me.lblOtrosCostos.Size = New System.Drawing.Size(67, 13)
  527. Me.lblOtrosCostos.TabIndex = 136
  528. Me.lblOtrosCostos.Text = "Otros Costos"
  529. Me.lblOtrosCostos.Visible = False
  530. '
  531. 'txtOtrosCostos
  532. '
  533. Me.txtOtrosCostos.Location = New System.Drawing.Point(198, 552)
  534. Me.txtOtrosCostos.Name = "txtOtrosCostos"
  535. Me.txtOtrosCostos.Size = New System.Drawing.Size(150, 20)
  536. Me.txtOtrosCostos.TabIndex = 137
  537. Me.txtOtrosCostos.Visible = False
  538. '
  539. 'btnRedencion
  540. '
  541. Me.btnRedencion.BackColor = System.Drawing.Color.White
  542. Me.btnRedencion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  543. Me.btnRedencion.ForeColor = System.Drawing.Color.Maroon
  544. Me.btnRedencion.Location = New System.Drawing.Point(229, 92)
  545. Me.btnRedencion.Name = "btnRedencion"
  546. Me.btnRedencion.Size = New System.Drawing.Size(79, 24)
  547. Me.btnRedencion.TabIndex = 138
  548. Me.btnRedencion.Text = "Redención"
  549. Me.btnRedencion.UseVisualStyleBackColor = False
  550. '
  551. 'lblRedencion
  552. '
  553. Me.lblRedencion.AutoSize = True
  554. Me.lblRedencion.Location = New System.Drawing.Point(44, 514)
  555. Me.lblRedencion.Name = "lblRedencion"
  556. Me.lblRedencion.Size = New System.Drawing.Size(92, 13)
  557. Me.lblRedencion.TabIndex = 139
  558. Me.lblRedencion.Text = "Fecha Redención"
  559. Me.lblRedencion.Visible = False
  560. '
  561. 'dtpRedencion
  562. '
  563. Me.dtpRedencion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  564. Me.dtpRedencion.Location = New System.Drawing.Point(198, 510)
  565. Me.dtpRedencion.Name = "dtpRedencion"
  566. Me.dtpRedencion.Size = New System.Drawing.Size(150, 20)
  567. Me.dtpRedencion.TabIndex = 140
  568. Me.dtpRedencion.Visible = False
  569. '
  570. 'frmLetes
  571. '
  572. Me.AcceptButton = Me.btnAceptar
  573. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  574. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  575. Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
  576. Me.BackColor = System.Drawing.Color.WhiteSmoke
  577. Me.CancelButton = Me.btnCancelar
  578. Me.ClientSize = New System.Drawing.Size(390, 632)
  579. Me.Controls.Add(Me.dtpRedencion)
  580. Me.Controls.Add(Me.lblRedencion)
  581. Me.Controls.Add(Me.btnRedencion)
  582. Me.Controls.Add(Me.txtOtrosCostos)
  583. Me.Controls.Add(Me.lblOtrosCostos)
  584. Me.Controls.Add(Me.dtpUltimaFecha)
  585. Me.Controls.Add(Me.txtInteresAcumulado)
  586. Me.Controls.Add(Me.lblDiasAcumulados)
  587. Me.Controls.Add(Me.lblInteresAcumulado)
  588. Me.Controls.Add(Me.chbValorPar)
  589. Me.Controls.Add(Me.cboBase)
  590. Me.Controls.Add(Me.Label17)
  591. Me.Controls.Add(Me.BindingNavigator1)
  592. Me.Controls.Add(Me.cboPeriodicidad)
  593. Me.Controls.Add(Me.btnCancelar)
  594. Me.Controls.Add(Me.cboCasasCorredoras)
  595. Me.Controls.Add(Me.Label13)
  596. Me.Controls.Add(Me.btnAceptar)
  597. Me.Controls.Add(Me.txtPorcentajeComisionCasa)
  598. Me.Controls.Add(Me.txtPorcentajeComisionBolsa)
  599. Me.Controls.Add(Me.dtpFechaVencimiento)
  600. Me.Controls.Add(Me.dtpFechaLiquidacion)
  601. Me.Controls.Add(Me.dtpFechaOperacion)
  602. Me.Controls.Add(Me.txtIngresoNeto)
  603. Me.Controls.Add(Me.Label16)
  604. Me.Controls.Add(Me.txtIngresoBruto)
  605. Me.Controls.Add(Me.Label15)
  606. Me.Controls.Add(Me.txtPlazoInversion)
  607. Me.Controls.Add(Me.Label14)
  608. Me.Controls.Add(Me.Label12)
  609. Me.Controls.Add(Me.txtRendimientoNeto)
  610. Me.Controls.Add(Me.Label11)
  611. Me.Controls.Add(Me.txtRendimientoBruto)
  612. Me.Controls.Add(Me.Label10)
  613. Me.Controls.Add(Me.Label9)
  614. Me.Controls.Add(Me.Label8)
  615. Me.Controls.Add(Me.Label7)
  616. Me.Controls.Add(Me.txtTotalAPagar)
  617. Me.Controls.Add(Me.Label6)
  618. Me.Controls.Add(Me.txtComisionBolsa)
  619. Me.Controls.Add(Me.Label5)
  620. Me.Controls.Add(Me.txtComisionCasa)
  621. Me.Controls.Add(Me.Label4)
  622. Me.Controls.Add(Me.txtPrecio)
  623. Me.Controls.Add(Me.Label3)
  624. Me.Controls.Add(Me.txtValorTransado)
  625. Me.Controls.Add(Me.Label2)
  626. Me.Controls.Add(Me.txtValorNominal)
  627. Me.Controls.Add(Me.Label1)
  628. Me.Controls.Add(Me.lblBono)
  629. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  630. Me.MaximizeBox = False
  631. Me.Name = "frmLetes"
  632. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  633. Me.BindingNavigator1.ResumeLayout(False)
  634. Me.BindingNavigator1.PerformLayout()
  635. Me.ResumeLayout(False)
  636. Me.PerformLayout()
  637. End Sub
  638. Friend WithEvents lblBono As Label
  639. Friend WithEvents Label1 As Label
  640. Friend WithEvents txtValorNominal As TextBox
  641. Friend WithEvents txtValorTransado As TextBox
  642. Friend WithEvents Label2 As Label
  643. Friend WithEvents txtPrecio As TextBox
  644. Friend WithEvents Label3 As Label
  645. Friend WithEvents txtComisionCasa As TextBox
  646. Friend WithEvents Label4 As Label
  647. Friend WithEvents txtComisionBolsa As TextBox
  648. Friend WithEvents Label5 As Label
  649. Friend WithEvents txtTotalAPagar As TextBox
  650. Friend WithEvents Label6 As Label
  651. Friend WithEvents Label7 As Label
  652. Friend WithEvents Label8 As Label
  653. Friend WithEvents Label9 As Label
  654. Friend WithEvents txtRendimientoBruto As TextBox
  655. Friend WithEvents Label10 As Label
  656. Friend WithEvents txtRendimientoNeto As TextBox
  657. Friend WithEvents Label11 As Label
  658. Friend WithEvents Label12 As Label
  659. Friend WithEvents txtPlazoInversion As TextBox
  660. Friend WithEvents Label14 As Label
  661. Friend WithEvents txtIngresoBruto As TextBox
  662. Friend WithEvents Label15 As Label
  663. Friend WithEvents txtIngresoNeto As TextBox
  664. Friend WithEvents Label16 As Label
  665. Friend WithEvents dtpFechaOperacion As DateTimePicker
  666. Friend WithEvents dtpFechaLiquidacion As DateTimePicker
  667. Friend WithEvents dtpFechaVencimiento As DateTimePicker
  668. Friend WithEvents txtPorcentajeComisionBolsa As TextBox
  669. Friend WithEvents txtPorcentajeComisionCasa As TextBox
  670. Friend WithEvents btnAceptar As Button
  671. Friend WithEvents Label13 As Label
  672. Friend WithEvents cboCasasCorredoras As ComboBox
  673. Friend WithEvents btnCancelar As Button
  674. Friend WithEvents cboPeriodicidad As ComboBox
  675. Friend WithEvents BindingNavigator1 As BindingNavigator
  676. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  677. Friend WithEvents navModificar As ToolStripButton
  678. Friend WithEvents navNuevo As ToolStripButton
  679. Friend WithEvents navEliminar As ToolStripButton
  680. Friend WithEvents cboBase As ComboBox
  681. Friend WithEvents Label17 As Label
  682. Friend WithEvents chbValorPar As CheckBox
  683. Friend WithEvents lblInteresAcumulado As Label
  684. Friend WithEvents lblDiasAcumulados As Label
  685. Friend WithEvents txtInteresAcumulado As TextBox
  686. Friend WithEvents dtpUltimaFecha As DateTimePicker
  687. Friend WithEvents lblOtrosCostos As Label
  688. Friend WithEvents txtOtrosCostos As TextBox
  689. Friend WithEvents btnRedencion As Button
  690. Friend WithEvents lblRedencion As Label
  691. Friend WithEvents dtpRedencion As DateTimePicker
  692. End Class