frmTitularizacion.Designer.vb 73 KB

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