frmCertificadosDeInversion.Designer.vb 74 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmCertificadosDeInversion
  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(frmCertificadosDeInversion))
  24. Me.Label1 = New System.Windows.Forms.Label()
  25. Me.Label2 = New System.Windows.Forms.Label()
  26. Me.Label3 = New System.Windows.Forms.Label()
  27. Me.Label4 = New System.Windows.Forms.Label()
  28. Me.Label5 = New System.Windows.Forms.Label()
  29. Me.Label6 = New System.Windows.Forms.Label()
  30. Me.Label7 = New System.Windows.Forms.Label()
  31. Me.Label8 = New System.Windows.Forms.Label()
  32. Me.Label9 = New System.Windows.Forms.Label()
  33. Me.Label10 = New System.Windows.Forms.Label()
  34. Me.Label11 = New System.Windows.Forms.Label()
  35. Me.Label12 = New System.Windows.Forms.Label()
  36. Me.Label13 = New System.Windows.Forms.Label()
  37. Me.Label16 = New System.Windows.Forms.Label()
  38. Me.Label18 = New System.Windows.Forms.Label()
  39. Me.Label19 = New System.Windows.Forms.Label()
  40. Me.Label20 = New System.Windows.Forms.Label()
  41. Me.Label21 = New System.Windows.Forms.Label()
  42. Me.dtpUltimaFechaCuponCompra = New System.Windows.Forms.DateTimePicker()
  43. Me.dtpSiguienteFechaCuponCompra = New System.Windows.Forms.DateTimePicker()
  44. Me.dtpFechaLiquidacionCompra = New System.Windows.Forms.DateTimePicker()
  45. Me.dtpFechaVencimientoCompra = New System.Windows.Forms.DateTimePicker()
  46. Me.txtValorNominalCompra = New System.Windows.Forms.TextBox()
  47. Me.txtPorcentajeCuponCompra = New System.Windows.Forms.TextBox()
  48. Me.txtYTMAlVencimientoComisionCompra = New System.Windows.Forms.TextBox()
  49. Me.txtYTMAlVencimientoCompra = New System.Windows.Forms.TextBox()
  50. Me.txtPrecioAlVencimientoCompra = New System.Windows.Forms.TextBox()
  51. Me.txtPrecioCompra = New System.Windows.Forms.TextBox()
  52. Me.txtDiasAcumuladosCompra = New System.Windows.Forms.TextBox()
  53. Me.txtPrecioSucioCompra = New System.Windows.Forms.TextBox()
  54. Me.txtInteresAcumuladoCompra = New System.Windows.Forms.TextBox()
  55. Me.txtValorTransadoCompra = New System.Windows.Forms.TextBox()
  56. Me.txtMontoAPagar = New System.Windows.Forms.TextBox()
  57. Me.txtCostoTransferenciaCompra = New System.Windows.Forms.TextBox()
  58. Me.txtDiasAlVencimientoCompra = New System.Windows.Forms.TextBox()
  59. Me.Label17 = New System.Windows.Forms.Label()
  60. Me.lblBono = New System.Windows.Forms.Label()
  61. Me.txtDiasAlVencimientoVenta = New System.Windows.Forms.TextBox()
  62. Me.txtMontoARecibir = New System.Windows.Forms.TextBox()
  63. Me.txtValorTransadoVenta = New System.Windows.Forms.TextBox()
  64. Me.txtInteresAcumuladoVenta = New System.Windows.Forms.TextBox()
  65. Me.txtPrecioSucioVenta = New System.Windows.Forms.TextBox()
  66. Me.txtDiasAcumuladosVenta = New System.Windows.Forms.TextBox()
  67. Me.txtPrecioVenta = New System.Windows.Forms.TextBox()
  68. Me.txtPrecioAlVencimientoVenta = New System.Windows.Forms.TextBox()
  69. Me.txtYTMAlVencimientoVenta = New System.Windows.Forms.TextBox()
  70. Me.txtYTMAlVencimientoComisionVenta = New System.Windows.Forms.TextBox()
  71. Me.txtPorcentajeCuponVenta = New System.Windows.Forms.TextBox()
  72. Me.txtValorNominalVenta = New System.Windows.Forms.TextBox()
  73. Me.dtpFechaVencimientoVenta = New System.Windows.Forms.DateTimePicker()
  74. Me.dtpFechaLiquidacionVenta = New System.Windows.Forms.DateTimePicker()
  75. Me.dtpSiguienteFechaCuponVenta = New System.Windows.Forms.DateTimePicker()
  76. Me.dtpUltimaFechaCuponVenta = New System.Windows.Forms.DateTimePicker()
  77. Me.Label22 = New System.Windows.Forms.Label()
  78. Me.Label23 = New System.Windows.Forms.Label()
  79. Me.Label24 = New System.Windows.Forms.Label()
  80. Me.Label25 = New System.Windows.Forms.Label()
  81. Me.Label26 = New System.Windows.Forms.Label()
  82. Me.label27 = New System.Windows.Forms.Label()
  83. Me.lblIngresosPorIntereses_Op = New System.Windows.Forms.Label()
  84. Me.lblCostosTotales_Op = New System.Windows.Forms.Label()
  85. Me.lblGananciaPerdidaTotal_Op = New System.Windows.Forms.Label()
  86. Me.lblRendimientoGananciaPerdida_Op = New System.Windows.Forms.Label()
  87. Me.lblRendimientoIntereses_Op = New System.Windows.Forms.Label()
  88. Me.lblRendimientoAntesISR_Op = New System.Windows.Forms.Label()
  89. Me.lblRendimientoDespuesISR_Op = New System.Windows.Forms.Label()
  90. Me.Label35 = New System.Windows.Forms.Label()
  91. Me.txtValorNominal_Op = New System.Windows.Forms.TextBox()
  92. Me.txtPlazo_Op = New System.Windows.Forms.TextBox()
  93. Me.txtPrecioCompra_Op = New System.Windows.Forms.TextBox()
  94. Me.txtPrecioVenta_Op = New System.Windows.Forms.TextBox()
  95. Me.txtGananciaPerdidaCapital_Op = New System.Windows.Forms.TextBox()
  96. Me.txtIngresosPorIntereses_Op = New System.Windows.Forms.TextBox()
  97. Me.txtCostosTotales_Op = New System.Windows.Forms.TextBox()
  98. Me.txtGananciaPerdidaTotal_Op = New System.Windows.Forms.TextBox()
  99. Me.txtRendimientoGananciaPerdida_Op = New System.Windows.Forms.TextBox()
  100. Me.txtRendimientoIntereses_Op = New System.Windows.Forms.TextBox()
  101. Me.txtRendimientoAntesISR_Op = New System.Windows.Forms.TextBox()
  102. Me.txtRendimientoDespuesISR_Op = New System.Windows.Forms.TextBox()
  103. Me.btnAceptar = New System.Windows.Forms.Button()
  104. Me.btnCancelar = New System.Windows.Forms.Button()
  105. Me.cboAnioBaseC = New System.Windows.Forms.ComboBox()
  106. Me.cboAnioBaseV = New System.Windows.Forms.ComboBox()
  107. Me.cboPeriodosC = New System.Windows.Forms.ComboBox()
  108. Me.cboPeriodosV = New System.Windows.Forms.ComboBox()
  109. Me.Label29 = New System.Windows.Forms.Label()
  110. Me.dgvIngresos = New System.Windows.Forms.DataGridView()
  111. Me.Label30 = New System.Windows.Forms.Label()
  112. Me.TabCampos = New System.Windows.Forms.TabControl()
  113. Me.TabPage1 = New System.Windows.Forms.TabPage()
  114. Me.btnVenderTitulo = New System.Windows.Forms.Button()
  115. Me.GrpVenta = New System.Windows.Forms.GroupBox()
  116. Me.txtComisionPorBolsaVenta = New System.Windows.Forms.TextBox()
  117. Me.txtComisionPorVentaCasa = New System.Windows.Forms.TextBox()
  118. Me.txtCuponesRecibidos = New System.Windows.Forms.TextBox()
  119. Me.txtComisionVentaBolsa = New System.Windows.Forms.TextBox()
  120. Me.txtComisionVentaCasa = New System.Windows.Forms.TextBox()
  121. Me.txtPorcentajeInteresAcumuladoVenta = New System.Windows.Forms.TextBox()
  122. Me.GrpCompra = New System.Windows.Forms.GroupBox()
  123. Me.txtComisionPorBolsaCompra = New System.Windows.Forms.TextBox()
  124. Me.txtComisionPorCompraCasa = New System.Windows.Forms.TextBox()
  125. Me.txtPorcentajeInteresAcumuladoCompra = New System.Windows.Forms.TextBox()
  126. Me.txtComisionCompraBolsa = New System.Windows.Forms.TextBox()
  127. Me.txtComisionCompraCasa = New System.Windows.Forms.TextBox()
  128. Me.GrpInfo = New System.Windows.Forms.GroupBox()
  129. Me.Label28 = New System.Windows.Forms.Label()
  130. Me.Label15 = New System.Windows.Forms.Label()
  131. Me.Label14 = New System.Windows.Forms.Label()
  132. Me.TbIngresos = New System.Windows.Forms.TabPage()
  133. Me.Panel2 = New System.Windows.Forms.Panel()
  134. Me.TabPage4 = New System.Windows.Forms.TabPage()
  135. Me.GrpDatos = New System.Windows.Forms.GroupBox()
  136. Me.GrpInfoAcc = New System.Windows.Forms.GroupBox()
  137. Me.btnQuitar = New System.Windows.Forms.Button()
  138. Me.pnlPie = New System.Windows.Forms.Panel()
  139. Me.Button1 = New System.Windows.Forms.Button()
  140. Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
  141. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  142. Me.navModificar = New System.Windows.Forms.ToolStripButton()
  143. Me.navNuevo = New System.Windows.Forms.ToolStripButton()
  144. Me.navEliminar = New System.Windows.Forms.ToolStripButton()
  145. Me.btnIngresos = New System.Windows.Forms.ToolStripButton()
  146. Me.lblIngresarRenta = New System.Windows.Forms.Label()
  147. Me.Panel1 = New System.Windows.Forms.Panel()
  148. CType(Me.dgvIngresos, System.ComponentModel.ISupportInitialize).BeginInit()
  149. Me.TabCampos.SuspendLayout()
  150. Me.TabPage1.SuspendLayout()
  151. Me.GrpVenta.SuspendLayout()
  152. Me.GrpCompra.SuspendLayout()
  153. Me.GrpInfo.SuspendLayout()
  154. Me.TbIngresos.SuspendLayout()
  155. Me.Panel2.SuspendLayout()
  156. Me.TabPage4.SuspendLayout()
  157. Me.GrpDatos.SuspendLayout()
  158. Me.GrpInfoAcc.SuspendLayout()
  159. Me.pnlPie.SuspendLayout()
  160. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
  161. Me.BindingNavigator1.SuspendLayout()
  162. Me.Panel1.SuspendLayout()
  163. Me.SuspendLayout()
  164. '
  165. 'Label1
  166. '
  167. Me.Label1.AutoSize = True
  168. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  169. Me.Label1.Location = New System.Drawing.Point(13, 77)
  170. Me.Label1.Name = "Label1"
  171. Me.Label1.Size = New System.Drawing.Size(87, 18)
  172. Me.Label1.TabIndex = 0
  173. Me.Label1.Text = "Valor Nominal"
  174. '
  175. 'Label2
  176. '
  177. Me.Label2.AutoSize = True
  178. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  179. Me.Label2.Location = New System.Drawing.Point(13, 98)
  180. Me.Label2.Name = "Label2"
  181. Me.Label2.Size = New System.Drawing.Size(142, 18)
  182. Me.Label2.TabIndex = 1
  183. Me.Label2.Text = "Ultima Fecha de Cupon"
  184. '
  185. 'Label3
  186. '
  187. Me.Label3.AutoSize = True
  188. Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  189. Me.Label3.Location = New System.Drawing.Point(13, 121)
  190. Me.Label3.Name = "Label3"
  191. Me.Label3.Size = New System.Drawing.Size(159, 18)
  192. Me.Label3.TabIndex = 2
  193. Me.Label3.Text = "Siguiente Fecha de Cupon"
  194. '
  195. 'Label4
  196. '
  197. Me.Label4.AutoSize = True
  198. Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  199. Me.Label4.Location = New System.Drawing.Point(13, 143)
  200. Me.Label4.Name = "Label4"
  201. Me.Label4.Size = New System.Drawing.Size(131, 18)
  202. Me.Label4.TabIndex = 3
  203. Me.Label4.Text = "Fecha de Liquidacion"
  204. '
  205. 'Label5
  206. '
  207. Me.Label5.AutoSize = True
  208. Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  209. Me.Label5.Location = New System.Drawing.Point(13, 166)
  210. Me.Label5.Name = "Label5"
  211. Me.Label5.Size = New System.Drawing.Size(135, 18)
  212. Me.Label5.TabIndex = 4
  213. Me.Label5.Text = "Fecha de Vencimiento"
  214. '
  215. 'Label6
  216. '
  217. Me.Label6.AutoSize = True
  218. Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  219. Me.Label6.Location = New System.Drawing.Point(13, 252)
  220. Me.Label6.Name = "Label6"
  221. Me.Label6.Size = New System.Drawing.Size(56, 18)
  222. Me.Label6.TabIndex = 5
  223. Me.Label6.Text = "Cupon %"
  224. '
  225. 'Label7
  226. '
  227. Me.Label7.AutoSize = True
  228. Me.Label7.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  229. Me.Label7.Location = New System.Drawing.Point(14, 273)
  230. Me.Label7.Name = "Label7"
  231. Me.Label7.Size = New System.Drawing.Size(180, 18)
  232. Me.Label7.TabIndex = 6
  233. Me.Label7.Text = "YTM Al Vencimiento Comision"
  234. '
  235. 'Label8
  236. '
  237. Me.Label8.AutoSize = True
  238. Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  239. Me.Label8.ForeColor = System.Drawing.SystemColors.ControlText
  240. Me.Label8.Location = New System.Drawing.Point(14, 294)
  241. Me.Label8.Name = "Label8"
  242. Me.Label8.Size = New System.Drawing.Size(123, 18)
  243. Me.Label8.TabIndex = 7
  244. Me.Label8.Text = "YTM Al vencimiento"
  245. '
  246. 'Label9
  247. '
  248. Me.Label9.AutoSize = True
  249. Me.Label9.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  250. Me.Label9.Location = New System.Drawing.Point(13, 318)
  251. Me.Label9.Name = "Label9"
  252. Me.Label9.Size = New System.Drawing.Size(132, 18)
  253. Me.Label9.TabIndex = 8
  254. Me.Label9.Text = "Precio al Vencimiento"
  255. '
  256. 'Label10
  257. '
  258. Me.Label10.AutoSize = True
  259. Me.Label10.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  260. Me.Label10.ForeColor = System.Drawing.SystemColors.ControlText
  261. Me.Label10.Location = New System.Drawing.Point(13, 344)
  262. Me.Label10.Name = "Label10"
  263. Me.Label10.Size = New System.Drawing.Size(131, 18)
  264. Me.Label10.TabIndex = 9
  265. Me.Label10.Text = "Precio Compra/Venta"
  266. '
  267. 'Label11
  268. '
  269. Me.Label11.AutoSize = True
  270. Me.Label11.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  271. Me.Label11.Location = New System.Drawing.Point(13, 187)
  272. Me.Label11.Name = "Label11"
  273. Me.Label11.Size = New System.Drawing.Size(74, 18)
  274. Me.Label11.TabIndex = 10
  275. Me.Label11.Text = "Base (Dias)"
  276. '
  277. 'Label12
  278. '
  279. Me.Label12.AutoSize = True
  280. Me.Label12.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  281. Me.Label12.Location = New System.Drawing.Point(13, 232)
  282. Me.Label12.Name = "Label12"
  283. Me.Label12.Size = New System.Drawing.Size(105, 18)
  284. Me.Label12.TabIndex = 11
  285. Me.Label12.Text = "Dias Acumulados"
  286. '
  287. 'Label13
  288. '
  289. Me.Label13.AutoSize = True
  290. Me.Label13.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  291. Me.Label13.Location = New System.Drawing.Point(13, 209)
  292. Me.Label13.Name = "Label13"
  293. Me.Label13.Size = New System.Drawing.Size(122, 18)
  294. Me.Label13.TabIndex = 12
  295. Me.Label13.Text = "Dias al Vencimiento"
  296. '
  297. 'Label16
  298. '
  299. Me.Label16.AutoSize = True
  300. Me.Label16.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  301. Me.Label16.Location = New System.Drawing.Point(13, 364)
  302. Me.Label16.Name = "Label16"
  303. Me.Label16.Size = New System.Drawing.Size(115, 18)
  304. Me.Label16.TabIndex = 15
  305. Me.Label16.Text = "Interes Acumulado"
  306. '
  307. 'Label18
  308. '
  309. Me.Label18.AutoSize = True
  310. Me.Label18.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  311. Me.Label18.Location = New System.Drawing.Point(13, 389)
  312. Me.Label18.Name = "Label18"
  313. Me.Label18.Size = New System.Drawing.Size(90, 18)
  314. Me.Label18.TabIndex = 17
  315. Me.Label18.Text = "Precio Sucio %"
  316. '
  317. 'Label19
  318. '
  319. Me.Label19.AutoSize = True
  320. Me.Label19.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  321. Me.Label19.Location = New System.Drawing.Point(13, 456)
  322. Me.Label19.Name = "Label19"
  323. Me.Label19.Size = New System.Drawing.Size(93, 18)
  324. Me.Label19.TabIndex = 18
  325. Me.Label19.Text = "Valor Transado"
  326. '
  327. 'Label20
  328. '
  329. Me.Label20.AutoSize = True
  330. Me.Label20.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  331. Me.Label20.Location = New System.Drawing.Point(13, 475)
  332. Me.Label20.Name = "Label20"
  333. Me.Label20.Size = New System.Drawing.Size(138, 18)
  334. Me.Label20.TabIndex = 19
  335. Me.Label20.Text = "Monto a Pagar/Recibir"
  336. '
  337. 'Label21
  338. '
  339. Me.Label21.AutoSize = True
  340. Me.Label21.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  341. Me.Label21.Location = New System.Drawing.Point(13, 496)
  342. Me.Label21.Name = "Label21"
  343. Me.Label21.Size = New System.Drawing.Size(125, 18)
  344. Me.Label21.TabIndex = 20
  345. Me.Label21.Text = "Costo Transferencia"
  346. '
  347. 'dtpUltimaFechaCuponCompra
  348. '
  349. Me.dtpUltimaFechaCuponCompra.Enabled = False
  350. Me.dtpUltimaFechaCuponCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  351. Me.dtpUltimaFechaCuponCompra.Location = New System.Drawing.Point(27, 101)
  352. Me.dtpUltimaFechaCuponCompra.Name = "dtpUltimaFechaCuponCompra"
  353. Me.dtpUltimaFechaCuponCompra.Size = New System.Drawing.Size(150, 20)
  354. Me.dtpUltimaFechaCuponCompra.TabIndex = 3
  355. '
  356. 'dtpSiguienteFechaCuponCompra
  357. '
  358. Me.dtpSiguienteFechaCuponCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  359. Me.dtpSiguienteFechaCuponCompra.Location = New System.Drawing.Point(27, 122)
  360. Me.dtpSiguienteFechaCuponCompra.Name = "dtpSiguienteFechaCuponCompra"
  361. Me.dtpSiguienteFechaCuponCompra.Size = New System.Drawing.Size(150, 20)
  362. Me.dtpSiguienteFechaCuponCompra.TabIndex = 4
  363. '
  364. 'dtpFechaLiquidacionCompra
  365. '
  366. Me.dtpFechaLiquidacionCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  367. Me.dtpFechaLiquidacionCompra.Location = New System.Drawing.Point(27, 144)
  368. Me.dtpFechaLiquidacionCompra.Name = "dtpFechaLiquidacionCompra"
  369. Me.dtpFechaLiquidacionCompra.Size = New System.Drawing.Size(150, 20)
  370. Me.dtpFechaLiquidacionCompra.TabIndex = 5
  371. '
  372. 'dtpFechaVencimientoCompra
  373. '
  374. Me.dtpFechaVencimientoCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  375. Me.dtpFechaVencimientoCompra.Location = New System.Drawing.Point(27, 166)
  376. Me.dtpFechaVencimientoCompra.Name = "dtpFechaVencimientoCompra"
  377. Me.dtpFechaVencimientoCompra.Size = New System.Drawing.Size(150, 20)
  378. Me.dtpFechaVencimientoCompra.TabIndex = 6
  379. '
  380. 'txtValorNominalCompra
  381. '
  382. Me.txtValorNominalCompra.Location = New System.Drawing.Point(27, 79)
  383. Me.txtValorNominalCompra.Name = "txtValorNominalCompra"
  384. Me.txtValorNominalCompra.Size = New System.Drawing.Size(150, 20)
  385. Me.txtValorNominalCompra.TabIndex = 2
  386. '
  387. 'txtPorcentajeCuponCompra
  388. '
  389. Me.txtPorcentajeCuponCompra.Location = New System.Drawing.Point(27, 254)
  390. Me.txtPorcentajeCuponCompra.Name = "txtPorcentajeCuponCompra"
  391. Me.txtPorcentajeCuponCompra.Size = New System.Drawing.Size(150, 20)
  392. Me.txtPorcentajeCuponCompra.TabIndex = 8
  393. '
  394. 'txtYTMAlVencimientoComisionCompra
  395. '
  396. Me.txtYTMAlVencimientoComisionCompra.Location = New System.Drawing.Point(27, 275)
  397. Me.txtYTMAlVencimientoComisionCompra.Name = "txtYTMAlVencimientoComisionCompra"
  398. Me.txtYTMAlVencimientoComisionCompra.ReadOnly = True
  399. Me.txtYTMAlVencimientoComisionCompra.Size = New System.Drawing.Size(150, 20)
  400. Me.txtYTMAlVencimientoComisionCompra.TabIndex = 10
  401. '
  402. 'txtYTMAlVencimientoCompra
  403. '
  404. Me.txtYTMAlVencimientoCompra.Location = New System.Drawing.Point(27, 297)
  405. Me.txtYTMAlVencimientoCompra.Name = "txtYTMAlVencimientoCompra"
  406. Me.txtYTMAlVencimientoCompra.Size = New System.Drawing.Size(150, 20)
  407. Me.txtYTMAlVencimientoCompra.TabIndex = 9
  408. '
  409. 'txtPrecioAlVencimientoCompra
  410. '
  411. Me.txtPrecioAlVencimientoCompra.Location = New System.Drawing.Point(27, 319)
  412. Me.txtPrecioAlVencimientoCompra.Name = "txtPrecioAlVencimientoCompra"
  413. Me.txtPrecioAlVencimientoCompra.Size = New System.Drawing.Size(150, 20)
  414. Me.txtPrecioAlVencimientoCompra.TabIndex = 11
  415. '
  416. 'txtPrecioCompra
  417. '
  418. Me.txtPrecioCompra.Location = New System.Drawing.Point(27, 341)
  419. Me.txtPrecioCompra.Name = "txtPrecioCompra"
  420. Me.txtPrecioCompra.Size = New System.Drawing.Size(150, 20)
  421. Me.txtPrecioCompra.TabIndex = 12
  422. '
  423. 'txtDiasAcumuladosCompra
  424. '
  425. Me.txtDiasAcumuladosCompra.Location = New System.Drawing.Point(27, 233)
  426. Me.txtDiasAcumuladosCompra.Name = "txtDiasAcumuladosCompra"
  427. Me.txtDiasAcumuladosCompra.ReadOnly = True
  428. Me.txtDiasAcumuladosCompra.Size = New System.Drawing.Size(150, 20)
  429. Me.txtDiasAcumuladosCompra.TabIndex = 0
  430. '
  431. 'txtPrecioSucioCompra
  432. '
  433. Me.txtPrecioSucioCompra.Location = New System.Drawing.Point(27, 385)
  434. Me.txtPrecioSucioCompra.Name = "txtPrecioSucioCompra"
  435. Me.txtPrecioSucioCompra.ReadOnly = True
  436. Me.txtPrecioSucioCompra.Size = New System.Drawing.Size(150, 20)
  437. Me.txtPrecioSucioCompra.TabIndex = 0
  438. '
  439. 'txtInteresAcumuladoCompra
  440. '
  441. Me.txtInteresAcumuladoCompra.Location = New System.Drawing.Point(27, 363)
  442. Me.txtInteresAcumuladoCompra.Name = "txtInteresAcumuladoCompra"
  443. Me.txtInteresAcumuladoCompra.ReadOnly = True
  444. Me.txtInteresAcumuladoCompra.Size = New System.Drawing.Size(108, 20)
  445. Me.txtInteresAcumuladoCompra.TabIndex = 0
  446. '
  447. 'txtValorTransadoCompra
  448. '
  449. Me.txtValorTransadoCompra.Location = New System.Drawing.Point(27, 453)
  450. Me.txtValorTransadoCompra.Name = "txtValorTransadoCompra"
  451. Me.txtValorTransadoCompra.ReadOnly = True
  452. Me.txtValorTransadoCompra.Size = New System.Drawing.Size(150, 20)
  453. Me.txtValorTransadoCompra.TabIndex = 0
  454. '
  455. 'txtMontoAPagar
  456. '
  457. Me.txtMontoAPagar.Location = New System.Drawing.Point(27, 474)
  458. Me.txtMontoAPagar.Name = "txtMontoAPagar"
  459. Me.txtMontoAPagar.ReadOnly = True
  460. Me.txtMontoAPagar.Size = New System.Drawing.Size(150, 20)
  461. Me.txtMontoAPagar.TabIndex = 0
  462. '
  463. 'txtCostoTransferenciaCompra
  464. '
  465. Me.txtCostoTransferenciaCompra.Location = New System.Drawing.Point(27, 496)
  466. Me.txtCostoTransferenciaCompra.Name = "txtCostoTransferenciaCompra"
  467. Me.txtCostoTransferenciaCompra.Size = New System.Drawing.Size(150, 20)
  468. Me.txtCostoTransferenciaCompra.TabIndex = 16
  469. '
  470. 'txtDiasAlVencimientoCompra
  471. '
  472. Me.txtDiasAlVencimientoCompra.Location = New System.Drawing.Point(27, 211)
  473. Me.txtDiasAlVencimientoCompra.Name = "txtDiasAlVencimientoCompra"
  474. Me.txtDiasAlVencimientoCompra.ReadOnly = True
  475. Me.txtDiasAlVencimientoCompra.Size = New System.Drawing.Size(150, 20)
  476. Me.txtDiasAlVencimientoCompra.TabIndex = 0
  477. '
  478. 'Label17
  479. '
  480. Me.Label17.AutoSize = True
  481. Me.Label17.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  482. Me.Label17.Location = New System.Drawing.Point(68, 15)
  483. Me.Label17.Name = "Label17"
  484. Me.Label17.Size = New System.Drawing.Size(55, 18)
  485. Me.Label17.TabIndex = 55
  486. Me.Label17.Text = "Compra"
  487. '
  488. 'lblBono
  489. '
  490. Me.lblBono.Anchor = System.Windows.Forms.AnchorStyles.None
  491. Me.lblBono.AutoSize = True
  492. Me.lblBono.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  493. Me.lblBono.Location = New System.Drawing.Point(29, -38)
  494. Me.lblBono.Name = "lblBono"
  495. Me.lblBono.Size = New System.Drawing.Size(234, 24)
  496. Me.lblBono.TabIndex = 56
  497. Me.lblBono.Text = "Certificados de Inversión"
  498. '
  499. 'txtDiasAlVencimientoVenta
  500. '
  501. Me.txtDiasAlVencimientoVenta.Location = New System.Drawing.Point(29, 212)
  502. Me.txtDiasAlVencimientoVenta.Name = "txtDiasAlVencimientoVenta"
  503. Me.txtDiasAlVencimientoVenta.ReadOnly = True
  504. Me.txtDiasAlVencimientoVenta.Size = New System.Drawing.Size(150, 20)
  505. Me.txtDiasAlVencimientoVenta.TabIndex = 77
  506. '
  507. 'txtMontoARecibir
  508. '
  509. Me.txtMontoARecibir.Location = New System.Drawing.Point(29, 473)
  510. Me.txtMontoARecibir.Name = "txtMontoARecibir"
  511. Me.txtMontoARecibir.ReadOnly = True
  512. Me.txtMontoARecibir.Size = New System.Drawing.Size(150, 20)
  513. Me.txtMontoARecibir.TabIndex = 0
  514. '
  515. 'txtValorTransadoVenta
  516. '
  517. Me.txtValorTransadoVenta.Location = New System.Drawing.Point(29, 451)
  518. Me.txtValorTransadoVenta.Name = "txtValorTransadoVenta"
  519. Me.txtValorTransadoVenta.ReadOnly = True
  520. Me.txtValorTransadoVenta.Size = New System.Drawing.Size(150, 20)
  521. Me.txtValorTransadoVenta.TabIndex = 0
  522. '
  523. 'txtInteresAcumuladoVenta
  524. '
  525. Me.txtInteresAcumuladoVenta.Location = New System.Drawing.Point(29, 364)
  526. Me.txtInteresAcumuladoVenta.Name = "txtInteresAcumuladoVenta"
  527. Me.txtInteresAcumuladoVenta.ReadOnly = True
  528. Me.txtInteresAcumuladoVenta.Size = New System.Drawing.Size(108, 20)
  529. Me.txtInteresAcumuladoVenta.TabIndex = 0
  530. '
  531. 'txtPrecioSucioVenta
  532. '
  533. Me.txtPrecioSucioVenta.Location = New System.Drawing.Point(29, 386)
  534. Me.txtPrecioSucioVenta.Name = "txtPrecioSucioVenta"
  535. Me.txtPrecioSucioVenta.ReadOnly = True
  536. Me.txtPrecioSucioVenta.Size = New System.Drawing.Size(150, 20)
  537. Me.txtPrecioSucioVenta.TabIndex = 0
  538. '
  539. 'txtDiasAcumuladosVenta
  540. '
  541. Me.txtDiasAcumuladosVenta.Location = New System.Drawing.Point(29, 234)
  542. Me.txtDiasAcumuladosVenta.Name = "txtDiasAcumuladosVenta"
  543. Me.txtDiasAcumuladosVenta.ReadOnly = True
  544. Me.txtDiasAcumuladosVenta.Size = New System.Drawing.Size(150, 20)
  545. Me.txtDiasAcumuladosVenta.TabIndex = 68
  546. '
  547. 'txtPrecioVenta
  548. '
  549. Me.txtPrecioVenta.Location = New System.Drawing.Point(29, 342)
  550. Me.txtPrecioVenta.Name = "txtPrecioVenta"
  551. Me.txtPrecioVenta.Size = New System.Drawing.Size(150, 20)
  552. Me.txtPrecioVenta.TabIndex = 28
  553. '
  554. 'txtPrecioAlVencimientoVenta
  555. '
  556. Me.txtPrecioAlVencimientoVenta.Location = New System.Drawing.Point(29, 320)
  557. Me.txtPrecioAlVencimientoVenta.Name = "txtPrecioAlVencimientoVenta"
  558. Me.txtPrecioAlVencimientoVenta.Size = New System.Drawing.Size(150, 20)
  559. Me.txtPrecioAlVencimientoVenta.TabIndex = 27
  560. '
  561. 'txtYTMAlVencimientoVenta
  562. '
  563. Me.txtYTMAlVencimientoVenta.Location = New System.Drawing.Point(29, 299)
  564. Me.txtYTMAlVencimientoVenta.Name = "txtYTMAlVencimientoVenta"
  565. Me.txtYTMAlVencimientoVenta.Size = New System.Drawing.Size(150, 20)
  566. Me.txtYTMAlVencimientoVenta.TabIndex = 25
  567. '
  568. 'txtYTMAlVencimientoComisionVenta
  569. '
  570. Me.txtYTMAlVencimientoComisionVenta.Location = New System.Drawing.Point(29, 278)
  571. Me.txtYTMAlVencimientoComisionVenta.Name = "txtYTMAlVencimientoComisionVenta"
  572. Me.txtYTMAlVencimientoComisionVenta.ReadOnly = True
  573. Me.txtYTMAlVencimientoComisionVenta.Size = New System.Drawing.Size(150, 20)
  574. Me.txtYTMAlVencimientoComisionVenta.TabIndex = 26
  575. '
  576. 'txtPorcentajeCuponVenta
  577. '
  578. Me.txtPorcentajeCuponVenta.Location = New System.Drawing.Point(29, 256)
  579. Me.txtPorcentajeCuponVenta.Name = "txtPorcentajeCuponVenta"
  580. Me.txtPorcentajeCuponVenta.Size = New System.Drawing.Size(150, 20)
  581. Me.txtPorcentajeCuponVenta.TabIndex = 24
  582. '
  583. 'txtValorNominalVenta
  584. '
  585. Me.txtValorNominalVenta.Location = New System.Drawing.Point(29, 79)
  586. Me.txtValorNominalVenta.Name = "txtValorNominalVenta"
  587. Me.txtValorNominalVenta.Size = New System.Drawing.Size(150, 20)
  588. Me.txtValorNominalVenta.TabIndex = 18
  589. '
  590. 'dtpFechaVencimientoVenta
  591. '
  592. Me.dtpFechaVencimientoVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  593. Me.dtpFechaVencimientoVenta.Location = New System.Drawing.Point(29, 167)
  594. Me.dtpFechaVencimientoVenta.Name = "dtpFechaVencimientoVenta"
  595. Me.dtpFechaVencimientoVenta.Size = New System.Drawing.Size(150, 20)
  596. Me.dtpFechaVencimientoVenta.TabIndex = 22
  597. '
  598. 'dtpFechaLiquidacionVenta
  599. '
  600. Me.dtpFechaLiquidacionVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  601. Me.dtpFechaLiquidacionVenta.Location = New System.Drawing.Point(29, 145)
  602. Me.dtpFechaLiquidacionVenta.Name = "dtpFechaLiquidacionVenta"
  603. Me.dtpFechaLiquidacionVenta.Size = New System.Drawing.Size(150, 20)
  604. Me.dtpFechaLiquidacionVenta.TabIndex = 21
  605. '
  606. 'dtpSiguienteFechaCuponVenta
  607. '
  608. Me.dtpSiguienteFechaCuponVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  609. Me.dtpSiguienteFechaCuponVenta.Location = New System.Drawing.Point(29, 123)
  610. Me.dtpSiguienteFechaCuponVenta.Name = "dtpSiguienteFechaCuponVenta"
  611. Me.dtpSiguienteFechaCuponVenta.Size = New System.Drawing.Size(150, 20)
  612. Me.dtpSiguienteFechaCuponVenta.TabIndex = 20
  613. '
  614. 'dtpUltimaFechaCuponVenta
  615. '
  616. Me.dtpUltimaFechaCuponVenta.Enabled = False
  617. Me.dtpUltimaFechaCuponVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  618. Me.dtpUltimaFechaCuponVenta.Location = New System.Drawing.Point(29, 101)
  619. Me.dtpUltimaFechaCuponVenta.Name = "dtpUltimaFechaCuponVenta"
  620. Me.dtpUltimaFechaCuponVenta.Size = New System.Drawing.Size(150, 20)
  621. Me.dtpUltimaFechaCuponVenta.TabIndex = 19
  622. '
  623. 'Label22
  624. '
  625. Me.Label22.AutoSize = True
  626. Me.Label22.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  627. Me.Label22.Location = New System.Drawing.Point(80, 15)
  628. Me.Label22.Name = "Label22"
  629. Me.Label22.Size = New System.Drawing.Size(42, 18)
  630. Me.Label22.TabIndex = 80
  631. Me.Label22.Text = "Venta"
  632. '
  633. 'Label23
  634. '
  635. Me.Label23.AutoSize = True
  636. Me.Label23.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  637. Me.Label23.Location = New System.Drawing.Point(17, 22)
  638. Me.Label23.Name = "Label23"
  639. Me.Label23.Size = New System.Drawing.Size(87, 18)
  640. Me.Label23.TabIndex = 81
  641. Me.Label23.Text = "Valor Nominal"
  642. '
  643. 'Label24
  644. '
  645. Me.Label24.AutoSize = True
  646. Me.Label24.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  647. Me.Label24.Location = New System.Drawing.Point(17, 45)
  648. Me.Label24.Name = "Label24"
  649. Me.Label24.Size = New System.Drawing.Size(38, 18)
  650. Me.Label24.TabIndex = 82
  651. Me.Label24.Text = "Plazo"
  652. '
  653. 'Label25
  654. '
  655. Me.Label25.AutoSize = True
  656. Me.Label25.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  657. Me.Label25.Location = New System.Drawing.Point(17, 66)
  658. Me.Label25.Name = "Label25"
  659. Me.Label25.Size = New System.Drawing.Size(92, 18)
  660. Me.Label25.TabIndex = 83
  661. Me.Label25.Text = "Precio Compra"
  662. '
  663. 'Label26
  664. '
  665. Me.Label26.AutoSize = True
  666. Me.Label26.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  667. Me.Label26.Location = New System.Drawing.Point(17, 88)
  668. Me.Label26.Name = "Label26"
  669. Me.Label26.Size = New System.Drawing.Size(79, 18)
  670. Me.Label26.TabIndex = 84
  671. Me.Label26.Text = "Precio Venta"
  672. '
  673. 'label27
  674. '
  675. Me.label27.AutoSize = True
  676. Me.label27.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  677. Me.label27.Location = New System.Drawing.Point(17, 110)
  678. Me.label27.Name = "label27"
  679. Me.label27.Size = New System.Drawing.Size(175, 18)
  680. Me.label27.TabIndex = 85
  681. Me.label27.Text = "Ganancia/Perdida de Capital"
  682. '
  683. 'lblIngresosPorIntereses_Op
  684. '
  685. Me.lblIngresosPorIntereses_Op.AutoSize = True
  686. Me.lblIngresosPorIntereses_Op.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  687. Me.lblIngresosPorIntereses_Op.Location = New System.Drawing.Point(17, 132)
  688. Me.lblIngresosPorIntereses_Op.Name = "lblIngresosPorIntereses_Op"
  689. Me.lblIngresosPorIntereses_Op.Size = New System.Drawing.Size(132, 18)
  690. Me.lblIngresosPorIntereses_Op.TabIndex = 86
  691. Me.lblIngresosPorIntereses_Op.Text = "Ingreso por Intereses"
  692. '
  693. 'lblCostosTotales_Op
  694. '
  695. Me.lblCostosTotales_Op.AutoSize = True
  696. Me.lblCostosTotales_Op.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  697. Me.lblCostosTotales_Op.Location = New System.Drawing.Point(17, 154)
  698. Me.lblCostosTotales_Op.Name = "lblCostosTotales_Op"
  699. Me.lblCostosTotales_Op.Size = New System.Drawing.Size(92, 18)
  700. Me.lblCostosTotales_Op.TabIndex = 87
  701. Me.lblCostosTotales_Op.Text = "Costos Totales"
  702. '
  703. 'lblGananciaPerdidaTotal_Op
  704. '
  705. Me.lblGananciaPerdidaTotal_Op.AutoSize = True
  706. Me.lblGananciaPerdidaTotal_Op.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  707. Me.lblGananciaPerdidaTotal_Op.Location = New System.Drawing.Point(17, 176)
  708. Me.lblGananciaPerdidaTotal_Op.Name = "lblGananciaPerdidaTotal_Op"
  709. Me.lblGananciaPerdidaTotal_Op.Size = New System.Drawing.Size(144, 18)
  710. Me.lblGananciaPerdidaTotal_Op.TabIndex = 88
  711. Me.lblGananciaPerdidaTotal_Op.Text = "Ganancia/Perdida Total"
  712. '
  713. 'lblRendimientoGananciaPerdida_Op
  714. '
  715. Me.lblRendimientoGananciaPerdida_Op.AutoSize = True
  716. Me.lblRendimientoGananciaPerdida_Op.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  717. Me.lblRendimientoGananciaPerdida_Op.Location = New System.Drawing.Point(17, 198)
  718. Me.lblRendimientoGananciaPerdida_Op.Name = "lblRendimientoGananciaPerdida_Op"
  719. Me.lblRendimientoGananciaPerdida_Op.Size = New System.Drawing.Size(189, 18)
  720. Me.lblRendimientoGananciaPerdida_Op.TabIndex = 89
  721. Me.lblRendimientoGananciaPerdida_Op.Text = "Rendimiento Ganancia/Perdida"
  722. '
  723. 'lblRendimientoIntereses_Op
  724. '
  725. Me.lblRendimientoIntereses_Op.AutoSize = True
  726. Me.lblRendimientoIntereses_Op.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  727. Me.lblRendimientoIntereses_Op.Location = New System.Drawing.Point(17, 220)
  728. Me.lblRendimientoIntereses_Op.Name = "lblRendimientoIntereses_Op"
  729. Me.lblRendimientoIntereses_Op.Size = New System.Drawing.Size(139, 18)
  730. Me.lblRendimientoIntereses_Op.TabIndex = 90
  731. Me.lblRendimientoIntereses_Op.Text = "Rendimiento Intereses"
  732. '
  733. 'lblRendimientoAntesISR_Op
  734. '
  735. Me.lblRendimientoAntesISR_Op.AutoSize = True
  736. Me.lblRendimientoAntesISR_Op.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  737. Me.lblRendimientoAntesISR_Op.Location = New System.Drawing.Point(17, 242)
  738. Me.lblRendimientoAntesISR_Op.Name = "lblRendimientoAntesISR_Op"
  739. Me.lblRendimientoAntesISR_Op.Size = New System.Drawing.Size(140, 18)
  740. Me.lblRendimientoAntesISR_Op.TabIndex = 91
  741. Me.lblRendimientoAntesISR_Op.Text = "Rendimiento antes ISR"
  742. '
  743. 'lblRendimientoDespuesISR_Op
  744. '
  745. Me.lblRendimientoDespuesISR_Op.AutoSize = True
  746. Me.lblRendimientoDespuesISR_Op.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  747. Me.lblRendimientoDespuesISR_Op.Location = New System.Drawing.Point(17, 264)
  748. Me.lblRendimientoDespuesISR_Op.Name = "lblRendimientoDespuesISR_Op"
  749. Me.lblRendimientoDespuesISR_Op.Size = New System.Drawing.Size(155, 18)
  750. Me.lblRendimientoDespuesISR_Op.TabIndex = 92
  751. Me.lblRendimientoDespuesISR_Op.Text = "Rendimiento despues ISR"
  752. '
  753. 'Label35
  754. '
  755. Me.Label35.Anchor = System.Windows.Forms.AnchorStyles.None
  756. Me.Label35.AutoSize = True
  757. Me.Label35.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  758. Me.Label35.Location = New System.Drawing.Point(397, 46)
  759. Me.Label35.Name = "Label35"
  760. Me.Label35.Size = New System.Drawing.Size(169, 18)
  761. Me.Label35.TabIndex = 93
  762. Me.Label35.Text = "Resultado de la Operacion"
  763. '
  764. 'txtValorNominal_Op
  765. '
  766. Me.txtValorNominal_Op.Location = New System.Drawing.Point(32, 22)
  767. Me.txtValorNominal_Op.Name = "txtValorNominal_Op"
  768. Me.txtValorNominal_Op.ReadOnly = True
  769. Me.txtValorNominal_Op.Size = New System.Drawing.Size(150, 20)
  770. Me.txtValorNominal_Op.TabIndex = 0
  771. '
  772. 'txtPlazo_Op
  773. '
  774. Me.txtPlazo_Op.Location = New System.Drawing.Point(32, 44)
  775. Me.txtPlazo_Op.Name = "txtPlazo_Op"
  776. Me.txtPlazo_Op.ReadOnly = True
  777. Me.txtPlazo_Op.Size = New System.Drawing.Size(150, 20)
  778. Me.txtPlazo_Op.TabIndex = 0
  779. '
  780. 'txtPrecioCompra_Op
  781. '
  782. Me.txtPrecioCompra_Op.Location = New System.Drawing.Point(32, 66)
  783. Me.txtPrecioCompra_Op.Name = "txtPrecioCompra_Op"
  784. Me.txtPrecioCompra_Op.ReadOnly = True
  785. Me.txtPrecioCompra_Op.Size = New System.Drawing.Size(150, 20)
  786. Me.txtPrecioCompra_Op.TabIndex = 0
  787. '
  788. 'txtPrecioVenta_Op
  789. '
  790. Me.txtPrecioVenta_Op.Location = New System.Drawing.Point(32, 88)
  791. Me.txtPrecioVenta_Op.Name = "txtPrecioVenta_Op"
  792. Me.txtPrecioVenta_Op.ReadOnly = True
  793. Me.txtPrecioVenta_Op.Size = New System.Drawing.Size(150, 20)
  794. Me.txtPrecioVenta_Op.TabIndex = 0
  795. '
  796. 'txtGananciaPerdidaCapital_Op
  797. '
  798. Me.txtGananciaPerdidaCapital_Op.Location = New System.Drawing.Point(32, 110)
  799. Me.txtGananciaPerdidaCapital_Op.Name = "txtGananciaPerdidaCapital_Op"
  800. Me.txtGananciaPerdidaCapital_Op.ReadOnly = True
  801. Me.txtGananciaPerdidaCapital_Op.Size = New System.Drawing.Size(150, 20)
  802. Me.txtGananciaPerdidaCapital_Op.TabIndex = 0
  803. '
  804. 'txtIngresosPorIntereses_Op
  805. '
  806. Me.txtIngresosPorIntereses_Op.Location = New System.Drawing.Point(32, 132)
  807. Me.txtIngresosPorIntereses_Op.Name = "txtIngresosPorIntereses_Op"
  808. Me.txtIngresosPorIntereses_Op.ReadOnly = True
  809. Me.txtIngresosPorIntereses_Op.Size = New System.Drawing.Size(150, 20)
  810. Me.txtIngresosPorIntereses_Op.TabIndex = 0
  811. '
  812. 'txtCostosTotales_Op
  813. '
  814. Me.txtCostosTotales_Op.Location = New System.Drawing.Point(32, 154)
  815. Me.txtCostosTotales_Op.Name = "txtCostosTotales_Op"
  816. Me.txtCostosTotales_Op.ReadOnly = True
  817. Me.txtCostosTotales_Op.Size = New System.Drawing.Size(150, 20)
  818. Me.txtCostosTotales_Op.TabIndex = 0
  819. '
  820. 'txtGananciaPerdidaTotal_Op
  821. '
  822. Me.txtGananciaPerdidaTotal_Op.Location = New System.Drawing.Point(32, 176)
  823. Me.txtGananciaPerdidaTotal_Op.Name = "txtGananciaPerdidaTotal_Op"
  824. Me.txtGananciaPerdidaTotal_Op.ReadOnly = True
  825. Me.txtGananciaPerdidaTotal_Op.Size = New System.Drawing.Size(150, 20)
  826. Me.txtGananciaPerdidaTotal_Op.TabIndex = 0
  827. '
  828. 'txtRendimientoGananciaPerdida_Op
  829. '
  830. Me.txtRendimientoGananciaPerdida_Op.Location = New System.Drawing.Point(32, 198)
  831. Me.txtRendimientoGananciaPerdida_Op.Name = "txtRendimientoGananciaPerdida_Op"
  832. Me.txtRendimientoGananciaPerdida_Op.ReadOnly = True
  833. Me.txtRendimientoGananciaPerdida_Op.Size = New System.Drawing.Size(150, 20)
  834. Me.txtRendimientoGananciaPerdida_Op.TabIndex = 0
  835. '
  836. 'txtRendimientoIntereses_Op
  837. '
  838. Me.txtRendimientoIntereses_Op.Location = New System.Drawing.Point(32, 220)
  839. Me.txtRendimientoIntereses_Op.Name = "txtRendimientoIntereses_Op"
  840. Me.txtRendimientoIntereses_Op.ReadOnly = True
  841. Me.txtRendimientoIntereses_Op.Size = New System.Drawing.Size(150, 20)
  842. Me.txtRendimientoIntereses_Op.TabIndex = 0
  843. '
  844. 'txtRendimientoAntesISR_Op
  845. '
  846. Me.txtRendimientoAntesISR_Op.Location = New System.Drawing.Point(32, 242)
  847. Me.txtRendimientoAntesISR_Op.Name = "txtRendimientoAntesISR_Op"
  848. Me.txtRendimientoAntesISR_Op.ReadOnly = True
  849. Me.txtRendimientoAntesISR_Op.Size = New System.Drawing.Size(150, 20)
  850. Me.txtRendimientoAntesISR_Op.TabIndex = 0
  851. '
  852. 'txtRendimientoDespuesISR_Op
  853. '
  854. Me.txtRendimientoDespuesISR_Op.Location = New System.Drawing.Point(32, 264)
  855. Me.txtRendimientoDespuesISR_Op.Name = "txtRendimientoDespuesISR_Op"
  856. Me.txtRendimientoDespuesISR_Op.ReadOnly = True
  857. Me.txtRendimientoDespuesISR_Op.Size = New System.Drawing.Size(150, 20)
  858. Me.txtRendimientoDespuesISR_Op.TabIndex = 0
  859. '
  860. 'btnAceptar
  861. '
  862. Me.btnAceptar.DialogResult = System.Windows.Forms.DialogResult.OK
  863. Me.btnAceptar.Location = New System.Drawing.Point(10, 3)
  864. Me.btnAceptar.Name = "btnAceptar"
  865. Me.btnAceptar.Size = New System.Drawing.Size(75, 23)
  866. Me.btnAceptar.TabIndex = 106
  867. Me.btnAceptar.Text = "Aceptar"
  868. Me.btnAceptar.UseVisualStyleBackColor = True
  869. '
  870. 'btnCancelar
  871. '
  872. Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel
  873. Me.btnCancelar.Location = New System.Drawing.Point(91, 3)
  874. Me.btnCancelar.Name = "btnCancelar"
  875. Me.btnCancelar.Size = New System.Drawing.Size(75, 23)
  876. Me.btnCancelar.TabIndex = 107
  877. Me.btnCancelar.Text = "Cancelar"
  878. Me.btnCancelar.UseVisualStyleBackColor = True
  879. '
  880. 'cboAnioBaseC
  881. '
  882. Me.cboAnioBaseC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  883. Me.cboAnioBaseC.FormattingEnabled = True
  884. Me.cboAnioBaseC.Items.AddRange(New Object() {""})
  885. Me.cboAnioBaseC.Location = New System.Drawing.Point(27, 188)
  886. Me.cboAnioBaseC.Name = "cboAnioBaseC"
  887. Me.cboAnioBaseC.Size = New System.Drawing.Size(150, 21)
  888. Me.cboAnioBaseC.TabIndex = 7
  889. '
  890. 'cboAnioBaseV
  891. '
  892. Me.cboAnioBaseV.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  893. Me.cboAnioBaseV.FormattingEnabled = True
  894. Me.cboAnioBaseV.Items.AddRange(New Object() {""})
  895. Me.cboAnioBaseV.Location = New System.Drawing.Point(29, 189)
  896. Me.cboAnioBaseV.Name = "cboAnioBaseV"
  897. Me.cboAnioBaseV.Size = New System.Drawing.Size(150, 21)
  898. Me.cboAnioBaseV.TabIndex = 23
  899. '
  900. 'cboPeriodosC
  901. '
  902. Me.cboPeriodosC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  903. Me.cboPeriodosC.FormattingEnabled = True
  904. Me.cboPeriodosC.Location = New System.Drawing.Point(27, 56)
  905. Me.cboPeriodosC.Name = "cboPeriodosC"
  906. Me.cboPeriodosC.Size = New System.Drawing.Size(150, 21)
  907. Me.cboPeriodosC.TabIndex = 1
  908. '
  909. 'cboPeriodosV
  910. '
  911. Me.cboPeriodosV.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  912. Me.cboPeriodosV.FormattingEnabled = True
  913. Me.cboPeriodosV.Location = New System.Drawing.Point(29, 56)
  914. Me.cboPeriodosV.Name = "cboPeriodosV"
  915. Me.cboPeriodosV.Size = New System.Drawing.Size(150, 21)
  916. Me.cboPeriodosV.TabIndex = 17
  917. '
  918. 'Label29
  919. '
  920. Me.Label29.AutoSize = True
  921. Me.Label29.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  922. Me.Label29.Location = New System.Drawing.Point(13, 58)
  923. Me.Label29.Name = "Label29"
  924. Me.Label29.Size = New System.Drawing.Size(79, 18)
  925. Me.Label29.TabIndex = 115
  926. Me.Label29.Text = "Periodicidad"
  927. '
  928. 'dgvIngresos
  929. '
  930. Me.dgvIngresos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  931. Me.dgvIngresos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  932. Me.dgvIngresos.Dock = System.Windows.Forms.DockStyle.Fill
  933. Me.dgvIngresos.Location = New System.Drawing.Point(0, 0)
  934. Me.dgvIngresos.Name = "dgvIngresos"
  935. Me.dgvIngresos.Size = New System.Drawing.Size(923, 510)
  936. Me.dgvIngresos.TabIndex = 116
  937. '
  938. 'Label30
  939. '
  940. Me.Label30.AutoSize = True
  941. Me.Label30.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  942. Me.Label30.Location = New System.Drawing.Point(536, 373)
  943. Me.Label30.Name = "Label30"
  944. Me.Label30.Size = New System.Drawing.Size(59, 18)
  945. Me.Label30.TabIndex = 118
  946. Me.Label30.Text = "Ingresos"
  947. '
  948. 'TabCampos
  949. '
  950. Me.TabCampos.Controls.Add(Me.TabPage1)
  951. Me.TabCampos.Controls.Add(Me.TbIngresos)
  952. Me.TabCampos.Controls.Add(Me.TabPage4)
  953. Me.TabCampos.Dock = System.Windows.Forms.DockStyle.Fill
  954. Me.TabCampos.Location = New System.Drawing.Point(0, 0)
  955. Me.TabCampos.Name = "TabCampos"
  956. Me.TabCampos.SelectedIndex = 0
  957. Me.TabCampos.Size = New System.Drawing.Size(937, 542)
  958. Me.TabCampos.TabIndex = 121
  959. '
  960. 'TabPage1
  961. '
  962. Me.TabPage1.AutoScroll = True
  963. Me.TabPage1.Controls.Add(Me.btnVenderTitulo)
  964. Me.TabPage1.Controls.Add(Me.GrpVenta)
  965. Me.TabPage1.Controls.Add(Me.GrpCompra)
  966. Me.TabPage1.Controls.Add(Me.GrpInfo)
  967. Me.TabPage1.Controls.Add(Me.lblBono)
  968. Me.TabPage1.Location = New System.Drawing.Point(4, 22)
  969. Me.TabPage1.Name = "TabPage1"
  970. Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
  971. Me.TabPage1.Size = New System.Drawing.Size(929, 516)
  972. Me.TabPage1.TabIndex = 0
  973. Me.TabPage1.Text = "Operación"
  974. Me.TabPage1.UseVisualStyleBackColor = True
  975. '
  976. 'btnVenderTitulo
  977. '
  978. Me.btnVenderTitulo.Location = New System.Drawing.Point(587, 6)
  979. Me.btnVenderTitulo.Name = "btnVenderTitulo"
  980. Me.btnVenderTitulo.Size = New System.Drawing.Size(75, 51)
  981. Me.btnVenderTitulo.TabIndex = 142
  982. Me.btnVenderTitulo.Text = "Vender Titulo"
  983. Me.btnVenderTitulo.UseVisualStyleBackColor = True
  984. Me.btnVenderTitulo.Visible = False
  985. '
  986. 'GrpVenta
  987. '
  988. Me.GrpVenta.Anchor = System.Windows.Forms.AnchorStyles.None
  989. Me.GrpVenta.Controls.Add(Me.txtPorcentajeCuponVenta)
  990. Me.GrpVenta.Controls.Add(Me.txtDiasAcumuladosVenta)
  991. Me.GrpVenta.Controls.Add(Me.txtComisionPorBolsaVenta)
  992. Me.GrpVenta.Controls.Add(Me.txtPrecioVenta)
  993. Me.GrpVenta.Controls.Add(Me.txtPrecioAlVencimientoVenta)
  994. Me.GrpVenta.Controls.Add(Me.txtComisionPorVentaCasa)
  995. Me.GrpVenta.Controls.Add(Me.txtYTMAlVencimientoVenta)
  996. Me.GrpVenta.Controls.Add(Me.txtPrecioSucioVenta)
  997. Me.GrpVenta.Controls.Add(Me.txtCuponesRecibidos)
  998. Me.GrpVenta.Controls.Add(Me.txtYTMAlVencimientoComisionVenta)
  999. Me.GrpVenta.Controls.Add(Me.txtComisionVentaBolsa)
  1000. Me.GrpVenta.Controls.Add(Me.txtInteresAcumuladoVenta)
  1001. Me.GrpVenta.Controls.Add(Me.txtComisionVentaCasa)
  1002. Me.GrpVenta.Controls.Add(Me.txtPorcentajeInteresAcumuladoVenta)
  1003. Me.GrpVenta.Controls.Add(Me.cboPeriodosV)
  1004. Me.GrpVenta.Controls.Add(Me.txtValorNominalVenta)
  1005. Me.GrpVenta.Controls.Add(Me.cboAnioBaseV)
  1006. Me.GrpVenta.Controls.Add(Me.txtValorTransadoVenta)
  1007. Me.GrpVenta.Controls.Add(Me.Label22)
  1008. Me.GrpVenta.Controls.Add(Me.dtpFechaVencimientoVenta)
  1009. Me.GrpVenta.Controls.Add(Me.dtpUltimaFechaCuponVenta)
  1010. Me.GrpVenta.Controls.Add(Me.txtMontoARecibir)
  1011. Me.GrpVenta.Controls.Add(Me.txtDiasAlVencimientoVenta)
  1012. Me.GrpVenta.Controls.Add(Me.dtpFechaLiquidacionVenta)
  1013. Me.GrpVenta.Controls.Add(Me.dtpSiguienteFechaCuponVenta)
  1014. Me.GrpVenta.Location = New System.Drawing.Point(691, 18)
  1015. Me.GrpVenta.Name = "GrpVenta"
  1016. Me.GrpVenta.Size = New System.Drawing.Size(209, 586)
  1017. Me.GrpVenta.TabIndex = 141
  1018. Me.GrpVenta.TabStop = False
  1019. '
  1020. 'txtComisionPorBolsaVenta
  1021. '
  1022. Me.txtComisionPorBolsaVenta.Location = New System.Drawing.Point(28, 429)
  1023. Me.txtComisionPorBolsaVenta.Name = "txtComisionPorBolsaVenta"
  1024. Me.txtComisionPorBolsaVenta.Size = New System.Drawing.Size(43, 20)
  1025. Me.txtComisionPorBolsaVenta.TabIndex = 138
  1026. '
  1027. 'txtComisionPorVentaCasa
  1028. '
  1029. Me.txtComisionPorVentaCasa.Location = New System.Drawing.Point(28, 408)
  1030. Me.txtComisionPorVentaCasa.Name = "txtComisionPorVentaCasa"
  1031. Me.txtComisionPorVentaCasa.Size = New System.Drawing.Size(43, 20)
  1032. Me.txtComisionPorVentaCasa.TabIndex = 136
  1033. '
  1034. 'txtCuponesRecibidos
  1035. '
  1036. Me.txtCuponesRecibidos.Location = New System.Drawing.Point(29, 515)
  1037. Me.txtCuponesRecibidos.Name = "txtCuponesRecibidos"
  1038. Me.txtCuponesRecibidos.ReadOnly = True
  1039. Me.txtCuponesRecibidos.Size = New System.Drawing.Size(150, 20)
  1040. Me.txtCuponesRecibidos.TabIndex = 133
  1041. '
  1042. 'txtComisionVentaBolsa
  1043. '
  1044. Me.txtComisionVentaBolsa.Location = New System.Drawing.Point(77, 430)
  1045. Me.txtComisionVentaBolsa.Name = "txtComisionVentaBolsa"
  1046. Me.txtComisionVentaBolsa.ReadOnly = True
  1047. Me.txtComisionVentaBolsa.Size = New System.Drawing.Size(102, 20)
  1048. Me.txtComisionVentaBolsa.TabIndex = 121
  1049. '
  1050. 'txtComisionVentaCasa
  1051. '
  1052. Me.txtComisionVentaCasa.Location = New System.Drawing.Point(77, 408)
  1053. Me.txtComisionVentaCasa.Name = "txtComisionVentaCasa"
  1054. Me.txtComisionVentaCasa.ReadOnly = True
  1055. Me.txtComisionVentaCasa.Size = New System.Drawing.Size(102, 20)
  1056. Me.txtComisionVentaCasa.TabIndex = 119
  1057. '
  1058. 'txtPorcentajeInteresAcumuladoVenta
  1059. '
  1060. Me.txtPorcentajeInteresAcumuladoVenta.Location = New System.Drawing.Point(139, 364)
  1061. Me.txtPorcentajeInteresAcumuladoVenta.Name = "txtPorcentajeInteresAcumuladoVenta"
  1062. Me.txtPorcentajeInteresAcumuladoVenta.ReadOnly = True
  1063. Me.txtPorcentajeInteresAcumuladoVenta.Size = New System.Drawing.Size(40, 20)
  1064. Me.txtPorcentajeInteresAcumuladoVenta.TabIndex = 0
  1065. '
  1066. 'GrpCompra
  1067. '
  1068. Me.GrpCompra.Anchor = System.Windows.Forms.AnchorStyles.None
  1069. Me.GrpCompra.Controls.Add(Me.txtPorcentajeCuponCompra)
  1070. Me.GrpCompra.Controls.Add(Me.txtDiasAlVencimientoCompra)
  1071. Me.GrpCompra.Controls.Add(Me.txtCostoTransferenciaCompra)
  1072. Me.GrpCompra.Controls.Add(Me.txtComisionPorBolsaCompra)
  1073. Me.GrpCompra.Controls.Add(Me.txtMontoAPagar)
  1074. Me.GrpCompra.Controls.Add(Me.txtValorTransadoCompra)
  1075. Me.GrpCompra.Controls.Add(Me.txtComisionPorCompraCasa)
  1076. Me.GrpCompra.Controls.Add(Me.txtPorcentajeInteresAcumuladoCompra)
  1077. Me.GrpCompra.Controls.Add(Me.txtInteresAcumuladoCompra)
  1078. Me.GrpCompra.Controls.Add(Me.txtPrecioSucioCompra)
  1079. Me.GrpCompra.Controls.Add(Me.txtDiasAcumuladosCompra)
  1080. Me.GrpCompra.Controls.Add(Me.txtComisionCompraBolsa)
  1081. Me.GrpCompra.Controls.Add(Me.txtPrecioCompra)
  1082. Me.GrpCompra.Controls.Add(Me.txtPrecioAlVencimientoCompra)
  1083. Me.GrpCompra.Controls.Add(Me.txtComisionCompraCasa)
  1084. Me.GrpCompra.Controls.Add(Me.txtYTMAlVencimientoCompra)
  1085. Me.GrpCompra.Controls.Add(Me.Label17)
  1086. Me.GrpCompra.Controls.Add(Me.txtYTMAlVencimientoComisionCompra)
  1087. Me.GrpCompra.Controls.Add(Me.txtValorNominalCompra)
  1088. Me.GrpCompra.Controls.Add(Me.cboPeriodosC)
  1089. Me.GrpCompra.Controls.Add(Me.dtpFechaVencimientoCompra)
  1090. Me.GrpCompra.Controls.Add(Me.dtpFechaLiquidacionCompra)
  1091. Me.GrpCompra.Controls.Add(Me.cboAnioBaseC)
  1092. Me.GrpCompra.Controls.Add(Me.dtpSiguienteFechaCuponCompra)
  1093. Me.GrpCompra.Controls.Add(Me.dtpUltimaFechaCuponCompra)
  1094. Me.GrpCompra.Location = New System.Drawing.Point(353, 18)
  1095. Me.GrpCompra.Name = "GrpCompra"
  1096. Me.GrpCompra.Size = New System.Drawing.Size(202, 547)
  1097. Me.GrpCompra.TabIndex = 140
  1098. Me.GrpCompra.TabStop = False
  1099. '
  1100. 'txtComisionPorBolsaCompra
  1101. '
  1102. Me.txtComisionPorBolsaCompra.Location = New System.Drawing.Point(27, 430)
  1103. Me.txtComisionPorBolsaCompra.Name = "txtComisionPorBolsaCompra"
  1104. Me.txtComisionPorBolsaCompra.Size = New System.Drawing.Size(44, 20)
  1105. Me.txtComisionPorBolsaCompra.TabIndex = 137
  1106. '
  1107. 'txtComisionPorCompraCasa
  1108. '
  1109. Me.txtComisionPorCompraCasa.Location = New System.Drawing.Point(27, 408)
  1110. Me.txtComisionPorCompraCasa.Name = "txtComisionPorCompraCasa"
  1111. Me.txtComisionPorCompraCasa.Size = New System.Drawing.Size(44, 20)
  1112. Me.txtComisionPorCompraCasa.TabIndex = 135
  1113. '
  1114. 'txtPorcentajeInteresAcumuladoCompra
  1115. '
  1116. Me.txtPorcentajeInteresAcumuladoCompra.Location = New System.Drawing.Point(137, 363)
  1117. Me.txtPorcentajeInteresAcumuladoCompra.Name = "txtPorcentajeInteresAcumuladoCompra"
  1118. Me.txtPorcentajeInteresAcumuladoCompra.ReadOnly = True
  1119. Me.txtPorcentajeInteresAcumuladoCompra.Size = New System.Drawing.Size(40, 20)
  1120. Me.txtPorcentajeInteresAcumuladoCompra.TabIndex = 0
  1121. '
  1122. 'txtComisionCompraBolsa
  1123. '
  1124. Me.txtComisionCompraBolsa.Location = New System.Drawing.Point(77, 431)
  1125. Me.txtComisionCompraBolsa.Name = "txtComisionCompraBolsa"
  1126. Me.txtComisionCompraBolsa.ReadOnly = True
  1127. Me.txtComisionCompraBolsa.Size = New System.Drawing.Size(100, 20)
  1128. Me.txtComisionCompraBolsa.TabIndex = 120
  1129. '
  1130. 'txtComisionCompraCasa
  1131. '
  1132. Me.txtComisionCompraCasa.Location = New System.Drawing.Point(77, 408)
  1133. Me.txtComisionCompraCasa.Name = "txtComisionCompraCasa"
  1134. Me.txtComisionCompraCasa.ReadOnly = True
  1135. Me.txtComisionCompraCasa.Size = New System.Drawing.Size(100, 20)
  1136. Me.txtComisionCompraCasa.TabIndex = 118
  1137. '
  1138. 'GrpInfo
  1139. '
  1140. Me.GrpInfo.Anchor = System.Windows.Forms.AnchorStyles.None
  1141. Me.GrpInfo.Controls.Add(Me.Label7)
  1142. Me.GrpInfo.Controls.Add(Me.Label21)
  1143. Me.GrpInfo.Controls.Add(Me.Label20)
  1144. Me.GrpInfo.Controls.Add(Me.Label19)
  1145. Me.GrpInfo.Controls.Add(Me.Label18)
  1146. Me.GrpInfo.Controls.Add(Me.Label16)
  1147. Me.GrpInfo.Controls.Add(Me.Label13)
  1148. Me.GrpInfo.Controls.Add(Me.Label12)
  1149. Me.GrpInfo.Controls.Add(Me.Label28)
  1150. Me.GrpInfo.Controls.Add(Me.Label11)
  1151. Me.GrpInfo.Controls.Add(Me.Label10)
  1152. Me.GrpInfo.Controls.Add(Me.Label9)
  1153. Me.GrpInfo.Controls.Add(Me.Label8)
  1154. Me.GrpInfo.Controls.Add(Me.Label6)
  1155. Me.GrpInfo.Controls.Add(Me.Label15)
  1156. Me.GrpInfo.Controls.Add(Me.Label29)
  1157. Me.GrpInfo.Controls.Add(Me.Label14)
  1158. Me.GrpInfo.Controls.Add(Me.Label5)
  1159. Me.GrpInfo.Controls.Add(Me.Label4)
  1160. Me.GrpInfo.Controls.Add(Me.Label1)
  1161. Me.GrpInfo.Controls.Add(Me.Label3)
  1162. Me.GrpInfo.Controls.Add(Me.Label2)
  1163. Me.GrpInfo.Location = New System.Drawing.Point(33, 18)
  1164. Me.GrpInfo.Name = "GrpInfo"
  1165. Me.GrpInfo.Size = New System.Drawing.Size(200, 586)
  1166. Me.GrpInfo.TabIndex = 139
  1167. Me.GrpInfo.TabStop = False
  1168. '
  1169. 'Label28
  1170. '
  1171. Me.Label28.AutoSize = True
  1172. Me.Label28.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  1173. Me.Label28.Location = New System.Drawing.Point(14, 520)
  1174. Me.Label28.Name = "Label28"
  1175. Me.Label28.Size = New System.Drawing.Size(116, 18)
  1176. Me.Label28.TabIndex = 132
  1177. Me.Label28.Text = "Cupones Recibidos"
  1178. '
  1179. 'Label15
  1180. '
  1181. Me.Label15.AutoSize = True
  1182. Me.Label15.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
  1183. Me.Label15.Location = New System.Drawing.Point(11, 431)
  1184. Me.Label15.Name = "Label15"
  1185. Me.Label15.Size = New System.Drawing.Size(96, 18)
  1186. Me.Label15.TabIndex = 117
  1187. Me.Label15.Text = "Comision Bolsa"
  1188. '
  1189. 'Label14
  1190. '
  1191. Me.Label14.AutoSize = True
  1192. Me.Label14.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
  1193. Me.Label14.Location = New System.Drawing.Point(13, 410)
  1194. Me.Label14.Name = "Label14"
  1195. Me.Label14.Size = New System.Drawing.Size(94, 18)
  1196. Me.Label14.TabIndex = 116
  1197. Me.Label14.Text = "Comision Casa"
  1198. '
  1199. 'TbIngresos
  1200. '
  1201. Me.TbIngresos.Controls.Add(Me.Panel2)
  1202. Me.TbIngresos.Location = New System.Drawing.Point(4, 22)
  1203. Me.TbIngresos.Name = "TbIngresos"
  1204. Me.TbIngresos.Padding = New System.Windows.Forms.Padding(3)
  1205. Me.TbIngresos.Size = New System.Drawing.Size(929, 516)
  1206. Me.TbIngresos.TabIndex = 1
  1207. Me.TbIngresos.Text = "Ingresos"
  1208. Me.TbIngresos.UseVisualStyleBackColor = True
  1209. '
  1210. 'Panel2
  1211. '
  1212. Me.Panel2.Controls.Add(Me.dgvIngresos)
  1213. Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
  1214. Me.Panel2.Location = New System.Drawing.Point(3, 3)
  1215. Me.Panel2.Name = "Panel2"
  1216. Me.Panel2.Size = New System.Drawing.Size(923, 510)
  1217. Me.Panel2.TabIndex = 118
  1218. '
  1219. 'TabPage4
  1220. '
  1221. Me.TabPage4.Controls.Add(Me.GrpDatos)
  1222. Me.TabPage4.Controls.Add(Me.GrpInfoAcc)
  1223. Me.TabPage4.Controls.Add(Me.Label35)
  1224. Me.TabPage4.Location = New System.Drawing.Point(4, 22)
  1225. Me.TabPage4.Name = "TabPage4"
  1226. Me.TabPage4.Size = New System.Drawing.Size(929, 516)
  1227. Me.TabPage4.TabIndex = 3
  1228. Me.TabPage4.Text = "Resultado de la Op."
  1229. Me.TabPage4.UseVisualStyleBackColor = True
  1230. '
  1231. 'GrpDatos
  1232. '
  1233. Me.GrpDatos.Anchor = System.Windows.Forms.AnchorStyles.None
  1234. Me.GrpDatos.Controls.Add(Me.txtPlazo_Op)
  1235. Me.GrpDatos.Controls.Add(Me.txtPrecioVenta_Op)
  1236. Me.GrpDatos.Controls.Add(Me.txtPrecioCompra_Op)
  1237. Me.GrpDatos.Controls.Add(Me.txtRendimientoDespuesISR_Op)
  1238. Me.GrpDatos.Controls.Add(Me.txtGananciaPerdidaCapital_Op)
  1239. Me.GrpDatos.Controls.Add(Me.txtRendimientoAntesISR_Op)
  1240. Me.GrpDatos.Controls.Add(Me.txtIngresosPorIntereses_Op)
  1241. Me.GrpDatos.Controls.Add(Me.txtRendimientoIntereses_Op)
  1242. Me.GrpDatos.Controls.Add(Me.txtValorNominal_Op)
  1243. Me.GrpDatos.Controls.Add(Me.txtRendimientoGananciaPerdida_Op)
  1244. Me.GrpDatos.Controls.Add(Me.txtCostosTotales_Op)
  1245. Me.GrpDatos.Controls.Add(Me.txtGananciaPerdidaTotal_Op)
  1246. Me.GrpDatos.Location = New System.Drawing.Point(621, 94)
  1247. Me.GrpDatos.Name = "GrpDatos"
  1248. Me.GrpDatos.Size = New System.Drawing.Size(210, 301)
  1249. Me.GrpDatos.TabIndex = 95
  1250. Me.GrpDatos.TabStop = False
  1251. '
  1252. 'GrpInfoAcc
  1253. '
  1254. Me.GrpInfoAcc.Anchor = System.Windows.Forms.AnchorStyles.None
  1255. Me.GrpInfoAcc.Controls.Add(Me.Label24)
  1256. Me.GrpInfoAcc.Controls.Add(Me.lblRendimientoDespuesISR_Op)
  1257. Me.GrpInfoAcc.Controls.Add(Me.Label23)
  1258. Me.GrpInfoAcc.Controls.Add(Me.lblRendimientoAntesISR_Op)
  1259. Me.GrpInfoAcc.Controls.Add(Me.lblRendimientoIntereses_Op)
  1260. Me.GrpInfoAcc.Controls.Add(Me.Label25)
  1261. Me.GrpInfoAcc.Controls.Add(Me.lblRendimientoGananciaPerdida_Op)
  1262. Me.GrpInfoAcc.Controls.Add(Me.Label26)
  1263. Me.GrpInfoAcc.Controls.Add(Me.lblGananciaPerdidaTotal_Op)
  1264. Me.GrpInfoAcc.Controls.Add(Me.label27)
  1265. Me.GrpInfoAcc.Controls.Add(Me.lblCostosTotales_Op)
  1266. Me.GrpInfoAcc.Controls.Add(Me.lblIngresosPorIntereses_Op)
  1267. Me.GrpInfoAcc.Location = New System.Drawing.Point(103, 98)
  1268. Me.GrpInfoAcc.Name = "GrpInfoAcc"
  1269. Me.GrpInfoAcc.Size = New System.Drawing.Size(215, 297)
  1270. Me.GrpInfoAcc.TabIndex = 94
  1271. Me.GrpInfoAcc.TabStop = False
  1272. '
  1273. 'btnQuitar
  1274. '
  1275. Me.btnQuitar.Location = New System.Drawing.Point(172, 3)
  1276. Me.btnQuitar.Name = "btnQuitar"
  1277. Me.btnQuitar.Size = New System.Drawing.Size(78, 23)
  1278. Me.btnQuitar.TabIndex = 117
  1279. Me.btnQuitar.Text = "Quitar"
  1280. Me.btnQuitar.UseVisualStyleBackColor = True
  1281. '
  1282. 'pnlPie
  1283. '
  1284. Me.pnlPie.Controls.Add(Me.Button1)
  1285. Me.pnlPie.Controls.Add(Me.btnAceptar)
  1286. Me.pnlPie.Controls.Add(Me.btnQuitar)
  1287. Me.pnlPie.Controls.Add(Me.btnCancelar)
  1288. Me.pnlPie.Dock = System.Windows.Forms.DockStyle.Bottom
  1289. Me.pnlPie.Location = New System.Drawing.Point(0, 567)
  1290. Me.pnlPie.Name = "pnlPie"
  1291. Me.pnlPie.Size = New System.Drawing.Size(937, 46)
  1292. Me.pnlPie.TabIndex = 122
  1293. '
  1294. 'Button1
  1295. '
  1296. Me.Button1.Location = New System.Drawing.Point(256, 3)
  1297. Me.Button1.Name = "Button1"
  1298. Me.Button1.Size = New System.Drawing.Size(75, 23)
  1299. Me.Button1.TabIndex = 118
  1300. Me.Button1.Text = "Button1"
  1301. Me.Button1.UseVisualStyleBackColor = True
  1302. '
  1303. 'BindingNavigator1
  1304. '
  1305. Me.BindingNavigator1.AddNewItem = Nothing
  1306. Me.BindingNavigator1.CountItem = Nothing
  1307. Me.BindingNavigator1.DeleteItem = Nothing
  1308. Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorSeparator, Me.navModificar, Me.navNuevo, Me.navEliminar, Me.btnIngresos})
  1309. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  1310. Me.BindingNavigator1.MoveFirstItem = Nothing
  1311. Me.BindingNavigator1.MoveLastItem = Nothing
  1312. Me.BindingNavigator1.MoveNextItem = Nothing
  1313. Me.BindingNavigator1.MovePreviousItem = Nothing
  1314. Me.BindingNavigator1.Name = "BindingNavigator1"
  1315. Me.BindingNavigator1.PositionItem = Nothing
  1316. Me.BindingNavigator1.Size = New System.Drawing.Size(937, 25)
  1317. Me.BindingNavigator1.TabIndex = 124
  1318. Me.BindingNavigator1.Text = "BindingNavigator1"
  1319. '
  1320. 'BindingNavigatorSeparator
  1321. '
  1322. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  1323. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  1324. '
  1325. 'navModificar
  1326. '
  1327. Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  1328. Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
  1329. Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
  1330. Me.navModificar.Name = "navModificar"
  1331. Me.navModificar.Size = New System.Drawing.Size(23, 22)
  1332. Me.navModificar.Text = "Modificar"
  1333. '
  1334. 'navNuevo
  1335. '
  1336. Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  1337. Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image)
  1338. Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
  1339. Me.navNuevo.Name = "navNuevo"
  1340. Me.navNuevo.Size = New System.Drawing.Size(23, 22)
  1341. Me.navNuevo.Text = "Nuevo"
  1342. '
  1343. 'navEliminar
  1344. '
  1345. Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  1346. Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image)
  1347. Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  1348. Me.navEliminar.Name = "navEliminar"
  1349. Me.navEliminar.Size = New System.Drawing.Size(23, 22)
  1350. Me.navEliminar.Text = "Eliminar"
  1351. '
  1352. 'btnIngresos
  1353. '
  1354. Me.btnIngresos.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  1355. Me.btnIngresos.Image = CType(resources.GetObject("btnIngresos.Image"), System.Drawing.Image)
  1356. Me.btnIngresos.ImageTransparentColor = System.Drawing.Color.Magenta
  1357. Me.btnIngresos.Name = "btnIngresos"
  1358. Me.btnIngresos.Size = New System.Drawing.Size(23, 22)
  1359. Me.btnIngresos.Text = "Ingresos"
  1360. Me.btnIngresos.Visible = False
  1361. '
  1362. 'lblIngresarRenta
  1363. '
  1364. Me.lblIngresarRenta.AutoSize = True
  1365. Me.lblIngresarRenta.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  1366. Me.lblIngresarRenta.ForeColor = System.Drawing.Color.Maroon
  1367. Me.lblIngresarRenta.Location = New System.Drawing.Point(421, 37)
  1368. Me.lblIngresarRenta.Name = "lblIngresarRenta"
  1369. Me.lblIngresarRenta.Size = New System.Drawing.Size(0, 24)
  1370. Me.lblIngresarRenta.TabIndex = 126
  1371. '
  1372. 'Panel1
  1373. '
  1374. Me.Panel1.Controls.Add(Me.TabCampos)
  1375. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  1376. Me.Panel1.Location = New System.Drawing.Point(0, 25)
  1377. Me.Panel1.Name = "Panel1"
  1378. Me.Panel1.Size = New System.Drawing.Size(937, 542)
  1379. Me.Panel1.TabIndex = 127
  1380. '
  1381. 'frmCertificadosDeInversion
  1382. '
  1383. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  1384. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1385. Me.AutoScroll = True
  1386. Me.ClientSize = New System.Drawing.Size(937, 613)
  1387. Me.Controls.Add(Me.Panel1)
  1388. Me.Controls.Add(Me.lblIngresarRenta)
  1389. Me.Controls.Add(Me.BindingNavigator1)
  1390. Me.Controls.Add(Me.pnlPie)
  1391. Me.Controls.Add(Me.Label30)
  1392. Me.Name = "frmCertificadosDeInversion"
  1393. Me.Text = "Certificados de Inversión"
  1394. CType(Me.dgvIngresos, System.ComponentModel.ISupportInitialize).EndInit()
  1395. Me.TabCampos.ResumeLayout(False)
  1396. Me.TabPage1.ResumeLayout(False)
  1397. Me.TabPage1.PerformLayout()
  1398. Me.GrpVenta.ResumeLayout(False)
  1399. Me.GrpVenta.PerformLayout()
  1400. Me.GrpCompra.ResumeLayout(False)
  1401. Me.GrpCompra.PerformLayout()
  1402. Me.GrpInfo.ResumeLayout(False)
  1403. Me.GrpInfo.PerformLayout()
  1404. Me.TbIngresos.ResumeLayout(False)
  1405. Me.Panel2.ResumeLayout(False)
  1406. Me.TabPage4.ResumeLayout(False)
  1407. Me.TabPage4.PerformLayout()
  1408. Me.GrpDatos.ResumeLayout(False)
  1409. Me.GrpDatos.PerformLayout()
  1410. Me.GrpInfoAcc.ResumeLayout(False)
  1411. Me.GrpInfoAcc.PerformLayout()
  1412. Me.pnlPie.ResumeLayout(False)
  1413. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  1414. Me.BindingNavigator1.ResumeLayout(False)
  1415. Me.BindingNavigator1.PerformLayout()
  1416. Me.Panel1.ResumeLayout(False)
  1417. Me.ResumeLayout(False)
  1418. Me.PerformLayout()
  1419. End Sub
  1420. Friend WithEvents Label1 As Label
  1421. Friend WithEvents Label2 As Label
  1422. Friend WithEvents Label3 As Label
  1423. Friend WithEvents Label4 As Label
  1424. Friend WithEvents Label5 As Label
  1425. Friend WithEvents Label6 As Label
  1426. Friend WithEvents Label7 As Label
  1427. Friend WithEvents Label8 As Label
  1428. Friend WithEvents Label9 As Label
  1429. Friend WithEvents Label10 As Label
  1430. Friend WithEvents Label11 As Label
  1431. Friend WithEvents Label12 As Label
  1432. Friend WithEvents Label13 As Label
  1433. Friend WithEvents Label16 As Label
  1434. Friend WithEvents Label18 As Label
  1435. Friend WithEvents Label19 As Label
  1436. Friend WithEvents Label20 As Label
  1437. Friend WithEvents Label21 As Label
  1438. Friend WithEvents dtpUltimaFechaCuponCompra As DateTimePicker
  1439. Friend WithEvents dtpSiguienteFechaCuponCompra As DateTimePicker
  1440. Friend WithEvents dtpFechaLiquidacionCompra As DateTimePicker
  1441. Friend WithEvents dtpFechaVencimientoCompra As DateTimePicker
  1442. Friend WithEvents txtValorNominalCompra As TextBox
  1443. Friend WithEvents txtPorcentajeCuponCompra As TextBox
  1444. Friend WithEvents txtYTMAlVencimientoComisionCompra As TextBox
  1445. Friend WithEvents txtYTMAlVencimientoCompra As TextBox
  1446. Friend WithEvents txtPrecioAlVencimientoCompra As TextBox
  1447. Friend WithEvents txtPrecioCompra As TextBox
  1448. Friend WithEvents txtDiasAcumuladosCompra As TextBox
  1449. Friend WithEvents txtPrecioSucioCompra As TextBox
  1450. Friend WithEvents txtInteresAcumuladoCompra As TextBox
  1451. Friend WithEvents txtValorTransadoCompra As TextBox
  1452. Friend WithEvents txtMontoAPagar As TextBox
  1453. Friend WithEvents txtCostoTransferenciaCompra As TextBox
  1454. Friend WithEvents txtDiasAlVencimientoCompra As TextBox
  1455. Friend WithEvents Label17 As Label
  1456. Friend WithEvents lblBono As Label
  1457. Friend WithEvents txtDiasAlVencimientoVenta As TextBox
  1458. Friend WithEvents txtMontoARecibir As TextBox
  1459. Friend WithEvents txtValorTransadoVenta As TextBox
  1460. Friend WithEvents txtInteresAcumuladoVenta As TextBox
  1461. Friend WithEvents txtPrecioSucioVenta As TextBox
  1462. Friend WithEvents txtDiasAcumuladosVenta As TextBox
  1463. Friend WithEvents txtPrecioVenta As TextBox
  1464. Friend WithEvents txtPrecioAlVencimientoVenta As TextBox
  1465. Friend WithEvents txtYTMAlVencimientoVenta As TextBox
  1466. Friend WithEvents txtYTMAlVencimientoComisionVenta As TextBox
  1467. Friend WithEvents txtPorcentajeCuponVenta As TextBox
  1468. Friend WithEvents txtValorNominalVenta As TextBox
  1469. Friend WithEvents dtpFechaVencimientoVenta As DateTimePicker
  1470. Friend WithEvents dtpFechaLiquidacionVenta As DateTimePicker
  1471. Friend WithEvents dtpSiguienteFechaCuponVenta As DateTimePicker
  1472. Friend WithEvents dtpUltimaFechaCuponVenta As DateTimePicker
  1473. Friend WithEvents Label22 As Label
  1474. Friend WithEvents Label23 As Label
  1475. Friend WithEvents Label24 As Label
  1476. Friend WithEvents Label25 As Label
  1477. Friend WithEvents Label26 As Label
  1478. Friend WithEvents label27 As Label
  1479. Friend WithEvents lblIngresosPorIntereses_Op As Label
  1480. Friend WithEvents lblCostosTotales_Op As Label
  1481. Friend WithEvents lblGananciaPerdidaTotal_Op As Label
  1482. Friend WithEvents lblRendimientoGananciaPerdida_Op As Label
  1483. Friend WithEvents lblRendimientoIntereses_Op As Label
  1484. Friend WithEvents lblRendimientoAntesISR_Op As Label
  1485. Friend WithEvents lblRendimientoDespuesISR_Op As Label
  1486. Friend WithEvents Label35 As Label
  1487. Friend WithEvents txtValorNominal_Op As TextBox
  1488. Friend WithEvents txtPlazo_Op As TextBox
  1489. Friend WithEvents txtPrecioCompra_Op As TextBox
  1490. Friend WithEvents txtPrecioVenta_Op As TextBox
  1491. Friend WithEvents txtGananciaPerdidaCapital_Op As TextBox
  1492. Friend WithEvents txtIngresosPorIntereses_Op As TextBox
  1493. Friend WithEvents txtCostosTotales_Op As TextBox
  1494. Friend WithEvents txtGananciaPerdidaTotal_Op As TextBox
  1495. Friend WithEvents txtRendimientoGananciaPerdida_Op As TextBox
  1496. Friend WithEvents txtRendimientoIntereses_Op As TextBox
  1497. Friend WithEvents txtRendimientoAntesISR_Op As TextBox
  1498. Friend WithEvents txtRendimientoDespuesISR_Op As TextBox
  1499. Friend WithEvents btnAceptar As Button
  1500. Friend WithEvents btnCancelar As Button
  1501. Friend WithEvents cboAnioBaseC As ComboBox
  1502. Friend WithEvents cboAnioBaseV As ComboBox
  1503. Friend WithEvents cboPeriodosC As ComboBox
  1504. Friend WithEvents cboPeriodosV As ComboBox
  1505. Friend WithEvents Label29 As Label
  1506. Friend WithEvents dgvIngresos As DataGridView
  1507. Friend WithEvents Label30 As Label
  1508. Friend WithEvents TabCampos As TabControl
  1509. Friend WithEvents TabPage1 As TabPage
  1510. Friend WithEvents TbIngresos As TabPage
  1511. Friend WithEvents TabPage4 As TabPage
  1512. Friend WithEvents pnlPie As Panel
  1513. Friend WithEvents txtComisionVentaCasa As TextBox
  1514. Friend WithEvents txtComisionVentaBolsa As TextBox
  1515. Friend WithEvents BindingNavigator1 As BindingNavigator
  1516. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  1517. Friend WithEvents navModificar As ToolStripButton
  1518. Friend WithEvents navNuevo As ToolStripButton
  1519. Friend WithEvents navEliminar As ToolStripButton
  1520. Friend WithEvents txtCuponesRecibidos As TextBox
  1521. Friend WithEvents Label28 As Label
  1522. Friend WithEvents txtComisionPorBolsaVenta As TextBox
  1523. Friend WithEvents txtComisionPorBolsaCompra As TextBox
  1524. Friend WithEvents txtComisionPorVentaCasa As TextBox
  1525. Friend WithEvents txtComisionPorCompraCasa As TextBox
  1526. Friend WithEvents txtComisionCompraBolsa As TextBox
  1527. Friend WithEvents txtComisionCompraCasa As TextBox
  1528. Friend WithEvents Label15 As Label
  1529. Friend WithEvents Label14 As Label
  1530. Friend WithEvents txtPorcentajeInteresAcumuladoCompra As TextBox
  1531. Friend WithEvents txtPorcentajeInteresAcumuladoVenta As TextBox
  1532. Friend WithEvents lblIngresarRenta As Label
  1533. Friend WithEvents btnQuitar As Button
  1534. Friend WithEvents GrpVenta As GroupBox
  1535. Friend WithEvents GrpCompra As GroupBox
  1536. Friend WithEvents GrpInfo As GroupBox
  1537. Friend WithEvents btnIngresos As ToolStripButton
  1538. Friend WithEvents Panel1 As Panel
  1539. Friend WithEvents Panel2 As Panel
  1540. Friend WithEvents GrpDatos As GroupBox
  1541. Friend WithEvents GrpInfoAcc As GroupBox
  1542. Friend WithEvents Button1 As Button
  1543. Friend WithEvents btnVenderTitulo As Button
  1544. End Class