frmCertificadosDeInversion.Designer.vb 77 KB

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