frmCertificadosDeInversion.Designer.vb 75 KB

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