frmTMP_Inversiones.Designer.vb 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmTMP_Inversiones
  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.tabDetalleInstrumentos = New System.Windows.Forms.TabControl()
  23. Me.tabLETE = New System.Windows.Forms.TabPage()
  24. Me.cboCasasCorredoras = New System.Windows.Forms.ComboBox()
  25. Me.Label8 = New System.Windows.Forms.Label()
  26. Me.txtPorcentajeComisionCasa = New System.Windows.Forms.TextBox()
  27. Me.txtPorcentajeComisionBolsa = New System.Windows.Forms.TextBox()
  28. Me.txtComisionBolsa = New System.Windows.Forms.TextBox()
  29. Me.Label17 = New System.Windows.Forms.Label()
  30. Me.txtComisionCasa = New System.Windows.Forms.TextBox()
  31. Me.Label20 = New System.Windows.Forms.Label()
  32. Me.btnLiquidarLETE = New System.Windows.Forms.Button()
  33. Me.cboPeriodicidad_LETE = New System.Windows.Forms.ComboBox()
  34. Me.txtIngresoNeto_LETE = New System.Windows.Forms.TextBox()
  35. Me.Label43 = New System.Windows.Forms.Label()
  36. Me.txtIngresoBruto_LETE = New System.Windows.Forms.TextBox()
  37. Me.Label44 = New System.Windows.Forms.Label()
  38. Me.Label45 = New System.Windows.Forms.Label()
  39. Me.txtRendimientoNeto_LETE = New System.Windows.Forms.TextBox()
  40. Me.Label46 = New System.Windows.Forms.Label()
  41. Me.txtRendimientoBruto_LETE = New System.Windows.Forms.TextBox()
  42. Me.Label47 = New System.Windows.Forms.Label()
  43. Me.txtTotalAPagar_LETE = New System.Windows.Forms.TextBox()
  44. Me.Label48 = New System.Windows.Forms.Label()
  45. Me.txtPrecio_LETE = New System.Windows.Forms.TextBox()
  46. Me.Label49 = New System.Windows.Forms.Label()
  47. Me.txtValorTransado_LETE = New System.Windows.Forms.TextBox()
  48. Me.Label50 = New System.Windows.Forms.Label()
  49. Me.dtpFechaVencimiento_LETE = New System.Windows.Forms.DateTimePicker()
  50. Me.dtpFechaLiquidacion_LETE = New System.Windows.Forms.DateTimePicker()
  51. Me.dtpFechaOperacion_LETE = New System.Windows.Forms.DateTimePicker()
  52. Me.txtPlazoInversion_LETE = New System.Windows.Forms.TextBox()
  53. Me.Label38 = New System.Windows.Forms.Label()
  54. Me.Label39 = New System.Windows.Forms.Label()
  55. Me.Label40 = New System.Windows.Forms.Label()
  56. Me.Label41 = New System.Windows.Forms.Label()
  57. Me.txtValorNominal_LETE = New System.Windows.Forms.TextBox()
  58. Me.Label42 = New System.Windows.Forms.Label()
  59. Me.tabImpCom = New System.Windows.Forms.TabPage()
  60. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  61. Me.TabPage1 = New System.Windows.Forms.TabPage()
  62. Me.TextBox16 = New System.Windows.Forms.TextBox()
  63. Me.Label37 = New System.Windows.Forms.Label()
  64. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  65. Me.Label35 = New System.Windows.Forms.Label()
  66. Me.TextBox8 = New System.Windows.Forms.TextBox()
  67. Me.Label23 = New System.Windows.Forms.Label()
  68. Me.TextBox7 = New System.Windows.Forms.TextBox()
  69. Me.Label22 = New System.Windows.Forms.Label()
  70. Me.TextBox6 = New System.Windows.Forms.TextBox()
  71. Me.Label21 = New System.Windows.Forms.Label()
  72. Me.TextBox5 = New System.Windows.Forms.TextBox()
  73. Me.Label19 = New System.Windows.Forms.Label()
  74. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  75. Me.Label18 = New System.Windows.Forms.Label()
  76. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  77. Me.Label16 = New System.Windows.Forms.Label()
  78. Me.TextBox4 = New System.Windows.Forms.TextBox()
  79. Me.Label15 = New System.Windows.Forms.Label()
  80. Me.Label14 = New System.Windows.Forms.Label()
  81. Me.TextBox3 = New System.Windows.Forms.TextBox()
  82. Me.Label13 = New System.Windows.Forms.Label()
  83. Me.TextBox2 = New System.Windows.Forms.TextBox()
  84. Me.Label10 = New System.Windows.Forms.Label()
  85. Me.TextBox1 = New System.Windows.Forms.TextBox()
  86. Me.Label9 = New System.Windows.Forms.Label()
  87. Me.TextBox14 = New System.Windows.Forms.TextBox()
  88. Me.TabPage2 = New System.Windows.Forms.TabPage()
  89. Me.TextBox15 = New System.Windows.Forms.TextBox()
  90. Me.Label36 = New System.Windows.Forms.Label()
  91. Me.TextBox12 = New System.Windows.Forms.TextBox()
  92. Me.Label31 = New System.Windows.Forms.Label()
  93. Me.TextBox11 = New System.Windows.Forms.TextBox()
  94. Me.Label30 = New System.Windows.Forms.Label()
  95. Me.DateTimePicker6 = New System.Windows.Forms.DateTimePicker()
  96. Me.Label29 = New System.Windows.Forms.Label()
  97. Me.DateTimePicker5 = New System.Windows.Forms.DateTimePicker()
  98. Me.Label28 = New System.Windows.Forms.Label()
  99. Me.TextBox10 = New System.Windows.Forms.TextBox()
  100. Me.Label27 = New System.Windows.Forms.Label()
  101. Me.TextBox9 = New System.Windows.Forms.TextBox()
  102. Me.Label26 = New System.Windows.Forms.Label()
  103. Me.Label25 = New System.Windows.Forms.Label()
  104. Me.DateTimePicker4 = New System.Windows.Forms.DateTimePicker()
  105. Me.Label24 = New System.Windows.Forms.Label()
  106. Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker()
  107. Me.tabNotas = New System.Windows.Forms.TabPage()
  108. Me.tabAnexos = New System.Windows.Forms.TabPage()
  109. Me.tabDetalleInstrumentos.SuspendLayout()
  110. Me.tabLETE.SuspendLayout()
  111. Me.tabImpCom.SuspendLayout()
  112. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  113. Me.TabPage1.SuspendLayout()
  114. Me.TabPage2.SuspendLayout()
  115. Me.SuspendLayout()
  116. '
  117. 'tabDetalleInstrumentos
  118. '
  119. Me.tabDetalleInstrumentos.Controls.Add(Me.tabLETE)
  120. Me.tabDetalleInstrumentos.Controls.Add(Me.tabImpCom)
  121. Me.tabDetalleInstrumentos.Controls.Add(Me.TabPage1)
  122. Me.tabDetalleInstrumentos.Controls.Add(Me.TabPage2)
  123. Me.tabDetalleInstrumentos.Controls.Add(Me.tabNotas)
  124. Me.tabDetalleInstrumentos.Controls.Add(Me.tabAnexos)
  125. Me.tabDetalleInstrumentos.Location = New System.Drawing.Point(11, 80)
  126. Me.tabDetalleInstrumentos.Name = "tabDetalleInstrumentos"
  127. Me.tabDetalleInstrumentos.SelectedIndex = 0
  128. Me.tabDetalleInstrumentos.Size = New System.Drawing.Size(778, 290)
  129. Me.tabDetalleInstrumentos.TabIndex = 107
  130. '
  131. 'tabLETE
  132. '
  133. Me.tabLETE.AutoScroll = True
  134. Me.tabLETE.Controls.Add(Me.cboCasasCorredoras)
  135. Me.tabLETE.Controls.Add(Me.Label8)
  136. Me.tabLETE.Controls.Add(Me.txtPorcentajeComisionCasa)
  137. Me.tabLETE.Controls.Add(Me.txtPorcentajeComisionBolsa)
  138. Me.tabLETE.Controls.Add(Me.txtComisionBolsa)
  139. Me.tabLETE.Controls.Add(Me.Label17)
  140. Me.tabLETE.Controls.Add(Me.txtComisionCasa)
  141. Me.tabLETE.Controls.Add(Me.Label20)
  142. Me.tabLETE.Controls.Add(Me.btnLiquidarLETE)
  143. Me.tabLETE.Controls.Add(Me.cboPeriodicidad_LETE)
  144. Me.tabLETE.Controls.Add(Me.txtIngresoNeto_LETE)
  145. Me.tabLETE.Controls.Add(Me.Label43)
  146. Me.tabLETE.Controls.Add(Me.txtIngresoBruto_LETE)
  147. Me.tabLETE.Controls.Add(Me.Label44)
  148. Me.tabLETE.Controls.Add(Me.Label45)
  149. Me.tabLETE.Controls.Add(Me.txtRendimientoNeto_LETE)
  150. Me.tabLETE.Controls.Add(Me.Label46)
  151. Me.tabLETE.Controls.Add(Me.txtRendimientoBruto_LETE)
  152. Me.tabLETE.Controls.Add(Me.Label47)
  153. Me.tabLETE.Controls.Add(Me.txtTotalAPagar_LETE)
  154. Me.tabLETE.Controls.Add(Me.Label48)
  155. Me.tabLETE.Controls.Add(Me.txtPrecio_LETE)
  156. Me.tabLETE.Controls.Add(Me.Label49)
  157. Me.tabLETE.Controls.Add(Me.txtValorTransado_LETE)
  158. Me.tabLETE.Controls.Add(Me.Label50)
  159. Me.tabLETE.Controls.Add(Me.dtpFechaVencimiento_LETE)
  160. Me.tabLETE.Controls.Add(Me.dtpFechaLiquidacion_LETE)
  161. Me.tabLETE.Controls.Add(Me.dtpFechaOperacion_LETE)
  162. Me.tabLETE.Controls.Add(Me.txtPlazoInversion_LETE)
  163. Me.tabLETE.Controls.Add(Me.Label38)
  164. Me.tabLETE.Controls.Add(Me.Label39)
  165. Me.tabLETE.Controls.Add(Me.Label40)
  166. Me.tabLETE.Controls.Add(Me.Label41)
  167. Me.tabLETE.Controls.Add(Me.txtValorNominal_LETE)
  168. Me.tabLETE.Controls.Add(Me.Label42)
  169. Me.tabLETE.Location = New System.Drawing.Point(4, 22)
  170. Me.tabLETE.Name = "tabLETE"
  171. Me.tabLETE.Padding = New System.Windows.Forms.Padding(3, 3, 3, 20)
  172. Me.tabLETE.Size = New System.Drawing.Size(770, 264)
  173. Me.tabLETE.TabIndex = 3
  174. Me.tabLETE.Text = "LETES"
  175. Me.tabLETE.UseVisualStyleBackColor = True
  176. '
  177. 'cboCasasCorredoras
  178. '
  179. Me.cboCasasCorredoras.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  180. Me.cboCasasCorredoras.FormattingEnabled = True
  181. Me.cboCasasCorredoras.Location = New System.Drawing.Point(439, 127)
  182. Me.cboCasasCorredoras.Name = "cboCasasCorredoras"
  183. Me.cboCasasCorredoras.Size = New System.Drawing.Size(150, 21)
  184. Me.cboCasasCorredoras.TabIndex = 111
  185. '
  186. 'Label8
  187. '
  188. Me.Label8.AutoSize = True
  189. Me.Label8.Location = New System.Drawing.Point(334, 131)
  190. Me.Label8.Name = "Label8"
  191. Me.Label8.Size = New System.Drawing.Size(31, 13)
  192. Me.Label8.TabIndex = 116
  193. Me.Label8.Text = "Casa"
  194. '
  195. 'txtPorcentajeComisionCasa
  196. '
  197. Me.txtPorcentajeComisionCasa.Location = New System.Drawing.Point(439, 150)
  198. Me.txtPorcentajeComisionCasa.Name = "txtPorcentajeComisionCasa"
  199. Me.txtPorcentajeComisionCasa.Size = New System.Drawing.Size(47, 20)
  200. Me.txtPorcentajeComisionCasa.TabIndex = 112
  201. '
  202. 'txtPorcentajeComisionBolsa
  203. '
  204. Me.txtPorcentajeComisionBolsa.Location = New System.Drawing.Point(439, 172)
  205. Me.txtPorcentajeComisionBolsa.Name = "txtPorcentajeComisionBolsa"
  206. Me.txtPorcentajeComisionBolsa.Size = New System.Drawing.Size(47, 20)
  207. Me.txtPorcentajeComisionBolsa.TabIndex = 113
  208. '
  209. 'txtComisionBolsa
  210. '
  211. Me.txtComisionBolsa.Location = New System.Drawing.Point(492, 172)
  212. Me.txtComisionBolsa.Name = "txtComisionBolsa"
  213. Me.txtComisionBolsa.ReadOnly = True
  214. Me.txtComisionBolsa.Size = New System.Drawing.Size(97, 20)
  215. Me.txtComisionBolsa.TabIndex = 109
  216. '
  217. 'Label17
  218. '
  219. Me.Label17.AutoSize = True
  220. Me.Label17.Location = New System.Drawing.Point(334, 176)
  221. Me.Label17.Name = "Label17"
  222. Me.Label17.Size = New System.Drawing.Size(78, 13)
  223. Me.Label17.TabIndex = 115
  224. Me.Label17.Text = "Comisión Bolsa"
  225. '
  226. 'txtComisionCasa
  227. '
  228. Me.txtComisionCasa.Location = New System.Drawing.Point(492, 150)
  229. Me.txtComisionCasa.Name = "txtComisionCasa"
  230. Me.txtComisionCasa.ReadOnly = True
  231. Me.txtComisionCasa.Size = New System.Drawing.Size(97, 20)
  232. Me.txtComisionCasa.TabIndex = 110
  233. '
  234. 'Label20
  235. '
  236. Me.Label20.AutoSize = True
  237. Me.Label20.Location = New System.Drawing.Point(334, 154)
  238. Me.Label20.Name = "Label20"
  239. Me.Label20.Size = New System.Drawing.Size(76, 13)
  240. Me.Label20.TabIndex = 114
  241. Me.Label20.Text = "Comisión Casa"
  242. '
  243. 'btnLiquidarLETE
  244. '
  245. Me.btnLiquidarLETE.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer))
  246. Me.btnLiquidarLETE.FlatAppearance.BorderSize = 0
  247. Me.btnLiquidarLETE.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  248. Me.btnLiquidarLETE.ForeColor = System.Drawing.Color.White
  249. Me.btnLiquidarLETE.Location = New System.Drawing.Point(281, 16)
  250. Me.btnLiquidarLETE.Name = "btnLiquidarLETE"
  251. Me.btnLiquidarLETE.Size = New System.Drawing.Size(163, 32)
  252. Me.btnLiquidarLETE.TabIndex = 108
  253. Me.btnLiquidarLETE.Text = "Liquidar"
  254. Me.btnLiquidarLETE.UseVisualStyleBackColor = False
  255. '
  256. 'cboPeriodicidad_LETE
  257. '
  258. Me.cboPeriodicidad_LETE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  259. Me.cboPeriodicidad_LETE.FormattingEnabled = True
  260. Me.cboPeriodicidad_LETE.Location = New System.Drawing.Point(125, 126)
  261. Me.cboPeriodicidad_LETE.Name = "cboPeriodicidad_LETE"
  262. Me.cboPeriodicidad_LETE.Size = New System.Drawing.Size(150, 21)
  263. Me.cboPeriodicidad_LETE.TabIndex = 107
  264. '
  265. 'txtIngresoNeto_LETE
  266. '
  267. Me.txtIngresoNeto_LETE.Location = New System.Drawing.Point(125, 215)
  268. Me.txtIngresoNeto_LETE.Name = "txtIngresoNeto_LETE"
  269. Me.txtIngresoNeto_LETE.ReadOnly = True
  270. Me.txtIngresoNeto_LETE.Size = New System.Drawing.Size(150, 20)
  271. Me.txtIngresoNeto_LETE.TabIndex = 92
  272. '
  273. 'Label43
  274. '
  275. Me.Label43.AutoSize = True
  276. Me.Label43.Location = New System.Drawing.Point(20, 219)
  277. Me.Label43.Name = "Label43"
  278. Me.Label43.Size = New System.Drawing.Size(68, 13)
  279. Me.Label43.TabIndex = 106
  280. Me.Label43.Text = "Ingreso Neto"
  281. '
  282. 'txtIngresoBruto_LETE
  283. '
  284. Me.txtIngresoBruto_LETE.Location = New System.Drawing.Point(125, 193)
  285. Me.txtIngresoBruto_LETE.Name = "txtIngresoBruto_LETE"
  286. Me.txtIngresoBruto_LETE.ReadOnly = True
  287. Me.txtIngresoBruto_LETE.Size = New System.Drawing.Size(150, 20)
  288. Me.txtIngresoBruto_LETE.TabIndex = 93
  289. '
  290. 'Label44
  291. '
  292. Me.Label44.AutoSize = True
  293. Me.Label44.Location = New System.Drawing.Point(20, 197)
  294. Me.Label44.Name = "Label44"
  295. Me.Label44.Size = New System.Drawing.Size(70, 13)
  296. Me.Label44.TabIndex = 105
  297. Me.Label44.Text = "Ingreso Bruto"
  298. '
  299. 'Label45
  300. '
  301. Me.Label45.AutoSize = True
  302. Me.Label45.Location = New System.Drawing.Point(20, 130)
  303. Me.Label45.Name = "Label45"
  304. Me.Label45.Size = New System.Drawing.Size(65, 13)
  305. Me.Label45.TabIndex = 104
  306. Me.Label45.Text = "Periodicidad"
  307. '
  308. 'txtRendimientoNeto_LETE
  309. '
  310. Me.txtRendimientoNeto_LETE.Location = New System.Drawing.Point(125, 171)
  311. Me.txtRendimientoNeto_LETE.Name = "txtRendimientoNeto_LETE"
  312. Me.txtRendimientoNeto_LETE.ReadOnly = True
  313. Me.txtRendimientoNeto_LETE.Size = New System.Drawing.Size(150, 20)
  314. Me.txtRendimientoNeto_LETE.TabIndex = 94
  315. '
  316. 'Label46
  317. '
  318. Me.Label46.AutoSize = True
  319. Me.Label46.Location = New System.Drawing.Point(20, 175)
  320. Me.Label46.Name = "Label46"
  321. Me.Label46.Size = New System.Drawing.Size(92, 13)
  322. Me.Label46.TabIndex = 103
  323. Me.Label46.Text = "Rendimiento Neto"
  324. '
  325. 'txtRendimientoBruto_LETE
  326. '
  327. Me.txtRendimientoBruto_LETE.Location = New System.Drawing.Point(125, 149)
  328. Me.txtRendimientoBruto_LETE.Name = "txtRendimientoBruto_LETE"
  329. Me.txtRendimientoBruto_LETE.Size = New System.Drawing.Size(150, 20)
  330. Me.txtRendimientoBruto_LETE.TabIndex = 98
  331. '
  332. 'Label47
  333. '
  334. Me.Label47.AutoSize = True
  335. Me.Label47.Location = New System.Drawing.Point(20, 153)
  336. Me.Label47.Name = "Label47"
  337. Me.Label47.Size = New System.Drawing.Size(94, 13)
  338. Me.Label47.TabIndex = 102
  339. Me.Label47.Text = "Rendimiento Bruto"
  340. '
  341. 'txtTotalAPagar_LETE
  342. '
  343. Me.txtTotalAPagar_LETE.Location = New System.Drawing.Point(125, 281)
  344. Me.txtTotalAPagar_LETE.Name = "txtTotalAPagar_LETE"
  345. Me.txtTotalAPagar_LETE.ReadOnly = True
  346. Me.txtTotalAPagar_LETE.Size = New System.Drawing.Size(150, 20)
  347. Me.txtTotalAPagar_LETE.TabIndex = 95
  348. '
  349. 'Label48
  350. '
  351. Me.Label48.AutoSize = True
  352. Me.Label48.Location = New System.Drawing.Point(20, 285)
  353. Me.Label48.Name = "Label48"
  354. Me.Label48.Size = New System.Drawing.Size(71, 13)
  355. Me.Label48.TabIndex = 101
  356. Me.Label48.Text = "Total a Pagar"
  357. '
  358. 'txtPrecio_LETE
  359. '
  360. Me.txtPrecio_LETE.Location = New System.Drawing.Point(125, 259)
  361. Me.txtPrecio_LETE.Name = "txtPrecio_LETE"
  362. Me.txtPrecio_LETE.ReadOnly = True
  363. Me.txtPrecio_LETE.Size = New System.Drawing.Size(150, 20)
  364. Me.txtPrecio_LETE.TabIndex = 96
  365. '
  366. 'Label49
  367. '
  368. Me.Label49.AutoSize = True
  369. Me.Label49.Location = New System.Drawing.Point(20, 263)
  370. Me.Label49.Name = "Label49"
  371. Me.Label49.Size = New System.Drawing.Size(37, 13)
  372. Me.Label49.TabIndex = 100
  373. Me.Label49.Text = "Precio"
  374. '
  375. 'txtValorTransado_LETE
  376. '
  377. Me.txtValorTransado_LETE.Location = New System.Drawing.Point(125, 237)
  378. Me.txtValorTransado_LETE.Name = "txtValorTransado_LETE"
  379. Me.txtValorTransado_LETE.ReadOnly = True
  380. Me.txtValorTransado_LETE.Size = New System.Drawing.Size(150, 20)
  381. Me.txtValorTransado_LETE.TabIndex = 97
  382. '
  383. 'Label50
  384. '
  385. Me.Label50.AutoSize = True
  386. Me.Label50.Location = New System.Drawing.Point(20, 241)
  387. Me.Label50.Name = "Label50"
  388. Me.Label50.Size = New System.Drawing.Size(79, 13)
  389. Me.Label50.TabIndex = 99
  390. Me.Label50.Text = "Valor Transado"
  391. '
  392. 'dtpFechaVencimiento_LETE
  393. '
  394. Me.dtpFechaVencimiento_LETE.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  395. Me.dtpFechaVencimiento_LETE.Location = New System.Drawing.Point(125, 82)
  396. Me.dtpFechaVencimiento_LETE.Name = "dtpFechaVencimiento_LETE"
  397. Me.dtpFechaVencimiento_LETE.Size = New System.Drawing.Size(150, 20)
  398. Me.dtpFechaVencimiento_LETE.TabIndex = 85
  399. '
  400. 'dtpFechaLiquidacion_LETE
  401. '
  402. Me.dtpFechaLiquidacion_LETE.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  403. Me.dtpFechaLiquidacion_LETE.Location = New System.Drawing.Point(125, 60)
  404. Me.dtpFechaLiquidacion_LETE.Name = "dtpFechaLiquidacion_LETE"
  405. Me.dtpFechaLiquidacion_LETE.Size = New System.Drawing.Size(150, 20)
  406. Me.dtpFechaLiquidacion_LETE.TabIndex = 84
  407. '
  408. 'dtpFechaOperacion_LETE
  409. '
  410. Me.dtpFechaOperacion_LETE.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  411. Me.dtpFechaOperacion_LETE.Location = New System.Drawing.Point(125, 38)
  412. Me.dtpFechaOperacion_LETE.Name = "dtpFechaOperacion_LETE"
  413. Me.dtpFechaOperacion_LETE.Size = New System.Drawing.Size(150, 20)
  414. Me.dtpFechaOperacion_LETE.TabIndex = 83
  415. '
  416. 'txtPlazoInversion_LETE
  417. '
  418. Me.txtPlazoInversion_LETE.Location = New System.Drawing.Point(125, 104)
  419. Me.txtPlazoInversion_LETE.Name = "txtPlazoInversion_LETE"
  420. Me.txtPlazoInversion_LETE.Size = New System.Drawing.Size(150, 20)
  421. Me.txtPlazoInversion_LETE.TabIndex = 86
  422. '
  423. 'Label38
  424. '
  425. Me.Label38.AutoSize = True
  426. Me.Label38.Location = New System.Drawing.Point(20, 108)
  427. Me.Label38.Name = "Label38"
  428. Me.Label38.Size = New System.Drawing.Size(79, 13)
  429. Me.Label38.TabIndex = 91
  430. Me.Label38.Text = "Plazo Inversión"
  431. '
  432. 'Label39
  433. '
  434. Me.Label39.AutoSize = True
  435. Me.Label39.Location = New System.Drawing.Point(20, 86)
  436. Me.Label39.Name = "Label39"
  437. Me.Label39.Size = New System.Drawing.Size(98, 13)
  438. Me.Label39.TabIndex = 90
  439. Me.Label39.Text = "Fecha Vencimiento"
  440. '
  441. 'Label40
  442. '
  443. Me.Label40.AutoSize = True
  444. Me.Label40.Location = New System.Drawing.Point(20, 64)
  445. Me.Label40.Name = "Label40"
  446. Me.Label40.Size = New System.Drawing.Size(90, 13)
  447. Me.Label40.TabIndex = 89
  448. Me.Label40.Text = "Fecha liquidación"
  449. '
  450. 'Label41
  451. '
  452. Me.Label41.AutoSize = True
  453. Me.Label41.Location = New System.Drawing.Point(20, 42)
  454. Me.Label41.Name = "Label41"
  455. Me.Label41.Size = New System.Drawing.Size(89, 13)
  456. Me.Label41.TabIndex = 88
  457. Me.Label41.Text = "Fecha Operación"
  458. '
  459. 'txtValorNominal_LETE
  460. '
  461. Me.txtValorNominal_LETE.Location = New System.Drawing.Point(125, 16)
  462. Me.txtValorNominal_LETE.Name = "txtValorNominal_LETE"
  463. Me.txtValorNominal_LETE.Size = New System.Drawing.Size(150, 20)
  464. Me.txtValorNominal_LETE.TabIndex = 82
  465. '
  466. 'Label42
  467. '
  468. Me.Label42.AutoSize = True
  469. Me.Label42.Location = New System.Drawing.Point(20, 20)
  470. Me.Label42.Name = "Label42"
  471. Me.Label42.Size = New System.Drawing.Size(72, 13)
  472. Me.Label42.TabIndex = 87
  473. Me.Label42.Text = "Valor Nominal"
  474. '
  475. 'tabImpCom
  476. '
  477. Me.tabImpCom.Controls.Add(Me.DataGridView1)
  478. Me.tabImpCom.Location = New System.Drawing.Point(4, 22)
  479. Me.tabImpCom.Name = "tabImpCom"
  480. Me.tabImpCom.Size = New System.Drawing.Size(770, 264)
  481. Me.tabImpCom.TabIndex = 2
  482. Me.tabImpCom.Text = "Impuestos y Comisiones"
  483. Me.tabImpCom.UseVisualStyleBackColor = True
  484. '
  485. 'DataGridView1
  486. '
  487. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  488. Me.DataGridView1.Location = New System.Drawing.Point(0, 0)
  489. Me.DataGridView1.Name = "DataGridView1"
  490. Me.DataGridView1.Size = New System.Drawing.Size(240, 150)
  491. Me.DataGridView1.TabIndex = 0
  492. '
  493. 'TabPage1
  494. '
  495. Me.TabPage1.Controls.Add(Me.TextBox16)
  496. Me.TabPage1.Controls.Add(Me.Label37)
  497. Me.TabPage1.Controls.Add(Me.ComboBox3)
  498. Me.TabPage1.Controls.Add(Me.Label35)
  499. Me.TabPage1.Controls.Add(Me.TextBox8)
  500. Me.TabPage1.Controls.Add(Me.Label23)
  501. Me.TabPage1.Controls.Add(Me.TextBox7)
  502. Me.TabPage1.Controls.Add(Me.Label22)
  503. Me.TabPage1.Controls.Add(Me.TextBox6)
  504. Me.TabPage1.Controls.Add(Me.Label21)
  505. Me.TabPage1.Controls.Add(Me.TextBox5)
  506. Me.TabPage1.Controls.Add(Me.Label19)
  507. Me.TabPage1.Controls.Add(Me.DateTimePicker2)
  508. Me.TabPage1.Controls.Add(Me.Label18)
  509. Me.TabPage1.Controls.Add(Me.DateTimePicker1)
  510. Me.TabPage1.Controls.Add(Me.Label16)
  511. Me.TabPage1.Controls.Add(Me.TextBox4)
  512. Me.TabPage1.Controls.Add(Me.Label15)
  513. Me.TabPage1.Controls.Add(Me.Label14)
  514. Me.TabPage1.Controls.Add(Me.TextBox3)
  515. Me.TabPage1.Controls.Add(Me.Label13)
  516. Me.TabPage1.Controls.Add(Me.TextBox2)
  517. Me.TabPage1.Controls.Add(Me.Label10)
  518. Me.TabPage1.Controls.Add(Me.TextBox1)
  519. Me.TabPage1.Controls.Add(Me.Label9)
  520. Me.TabPage1.Controls.Add(Me.TextBox14)
  521. Me.TabPage1.Location = New System.Drawing.Point(4, 22)
  522. Me.TabPage1.Name = "TabPage1"
  523. Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
  524. Me.TabPage1.Size = New System.Drawing.Size(770, 264)
  525. Me.TabPage1.TabIndex = 0
  526. Me.TabPage1.Text = "Datos Entrada"
  527. Me.TabPage1.UseVisualStyleBackColor = True
  528. '
  529. 'TextBox16
  530. '
  531. Me.TextBox16.Location = New System.Drawing.Point(355, 87)
  532. Me.TextBox16.Name = "TextBox16"
  533. Me.TextBox16.Size = New System.Drawing.Size(100, 20)
  534. Me.TextBox16.TabIndex = 82
  535. '
  536. 'Label37
  537. '
  538. Me.Label37.AutoSize = True
  539. Me.Label37.Location = New System.Drawing.Point(226, 91)
  540. Me.Label37.Name = "Label37"
  541. Me.Label37.Size = New System.Drawing.Size(66, 13)
  542. Me.Label37.TabIndex = 81
  543. Me.Label37.Text = "Rendimiento"
  544. '
  545. 'ComboBox3
  546. '
  547. Me.ComboBox3.DisplayMember = "Nombre"
  548. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  549. Me.ComboBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  550. Me.ComboBox3.FormattingEnabled = True
  551. Me.ComboBox3.Items.AddRange(New Object() {"Porcentaje", "Monetario"})
  552. Me.ComboBox3.Location = New System.Drawing.Point(98, 116)
  553. Me.ComboBox3.Name = "ComboBox3"
  554. Me.ComboBox3.Size = New System.Drawing.Size(100, 21)
  555. Me.ComboBox3.TabIndex = 80
  556. '
  557. 'Label35
  558. '
  559. Me.Label35.AutoSize = True
  560. Me.Label35.Location = New System.Drawing.Point(555, 20)
  561. Me.Label35.Name = "Label35"
  562. Me.Label35.Size = New System.Drawing.Size(75, 13)
  563. Me.Label35.TabIndex = 78
  564. Me.Label35.Text = "Num. Contrato"
  565. '
  566. 'TextBox8
  567. '
  568. Me.TextBox8.Location = New System.Drawing.Point(355, 163)
  569. Me.TextBox8.Name = "TextBox8"
  570. Me.TextBox8.Size = New System.Drawing.Size(100, 20)
  571. Me.TextBox8.TabIndex = 77
  572. '
  573. 'Label23
  574. '
  575. Me.Label23.AutoSize = True
  576. Me.Label23.Location = New System.Drawing.Point(226, 167)
  577. Me.Label23.Name = "Label23"
  578. Me.Label23.Size = New System.Drawing.Size(102, 13)
  579. Me.Label23.TabIndex = 76
  580. Me.Label23.Text = "Costo Transferencia"
  581. '
  582. 'TextBox7
  583. '
  584. Me.TextBox7.Location = New System.Drawing.Point(355, 138)
  585. Me.TextBox7.Name = "TextBox7"
  586. Me.TextBox7.Size = New System.Drawing.Size(100, 20)
  587. Me.TextBox7.TabIndex = 75
  588. '
  589. 'Label22
  590. '
  591. Me.Label22.AutoSize = True
  592. Me.Label22.Location = New System.Drawing.Point(226, 142)
  593. Me.Label22.Name = "Label22"
  594. Me.Label22.Size = New System.Drawing.Size(91, 13)
  595. Me.Label22.TabIndex = 74
  596. Me.Label22.Text = "Precio de Compra"
  597. '
  598. 'TextBox6
  599. '
  600. Me.TextBox6.Location = New System.Drawing.Point(355, 113)
  601. Me.TextBox6.Name = "TextBox6"
  602. Me.TextBox6.Size = New System.Drawing.Size(100, 20)
  603. Me.TextBox6.TabIndex = 73
  604. '
  605. 'Label21
  606. '
  607. Me.Label21.AutoSize = True
  608. Me.Label21.Location = New System.Drawing.Point(226, 117)
  609. Me.Label21.Name = "Label21"
  610. Me.Label21.Size = New System.Drawing.Size(109, 13)
  611. Me.Label21.TabIndex = 72
  612. Me.Label21.Text = "Precio al Vencimiento"
  613. '
  614. 'TextBox5
  615. '
  616. Me.TextBox5.Location = New System.Drawing.Point(355, 62)
  617. Me.TextBox5.Name = "TextBox5"
  618. Me.TextBox5.Size = New System.Drawing.Size(100, 20)
  619. Me.TextBox5.TabIndex = 71
  620. '
  621. 'Label19
  622. '
  623. Me.Label19.AutoSize = True
  624. Me.Label19.Location = New System.Drawing.Point(226, 66)
  625. Me.Label19.Name = "Label19"
  626. Me.Label19.Size = New System.Drawing.Size(38, 13)
  627. Me.Label19.TabIndex = 70
  628. Me.Label19.Text = "Cupón"
  629. '
  630. 'DateTimePicker2
  631. '
  632. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  633. Me.DateTimePicker2.Location = New System.Drawing.Point(355, 37)
  634. Me.DateTimePicker2.Name = "DateTimePicker2"
  635. Me.DateTimePicker2.Size = New System.Drawing.Size(148, 20)
  636. Me.DateTimePicker2.TabIndex = 69
  637. '
  638. 'Label18
  639. '
  640. Me.Label18.AutoSize = True
  641. Me.Label18.Location = New System.Drawing.Point(226, 41)
  642. Me.Label18.Name = "Label18"
  643. Me.Label18.Size = New System.Drawing.Size(118, 13)
  644. Me.Label18.TabIndex = 68
  645. Me.Label18.Text = "Siguiente Fecha Cupón"
  646. '
  647. 'DateTimePicker1
  648. '
  649. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  650. Me.DateTimePicker1.Location = New System.Drawing.Point(355, 12)
  651. Me.DateTimePicker1.Name = "DateTimePicker1"
  652. Me.DateTimePicker1.Size = New System.Drawing.Size(148, 20)
  653. Me.DateTimePicker1.TabIndex = 67
  654. '
  655. 'Label16
  656. '
  657. Me.Label16.AutoSize = True
  658. Me.Label16.Location = New System.Drawing.Point(226, 16)
  659. Me.Label16.Name = "Label16"
  660. Me.Label16.Size = New System.Drawing.Size(103, 13)
  661. Me.Label16.TabIndex = 11
  662. Me.Label16.Text = "Ultima Fecha Cupón"
  663. '
  664. 'TextBox4
  665. '
  666. Me.TextBox4.Location = New System.Drawing.Point(98, 65)
  667. Me.TextBox4.Name = "TextBox4"
  668. Me.TextBox4.Size = New System.Drawing.Size(100, 20)
  669. Me.TextBox4.TabIndex = 10
  670. '
  671. 'Label15
  672. '
  673. Me.Label15.AutoSize = True
  674. Me.Label15.Location = New System.Drawing.Point(6, 68)
  675. Me.Label15.Name = "Label15"
  676. Me.Label15.Size = New System.Drawing.Size(72, 13)
  677. Me.Label15.TabIndex = 9
  678. Me.Label15.Text = "Valor Nominal"
  679. '
  680. 'Label14
  681. '
  682. Me.Label14.AutoSize = True
  683. Me.Label14.Location = New System.Drawing.Point(7, 120)
  684. Me.Label14.Name = "Label14"
  685. Me.Label14.Size = New System.Drawing.Size(55, 13)
  686. Me.Label14.TabIndex = 6
  687. Me.Label14.Text = "Dividendo"
  688. '
  689. 'TextBox3
  690. '
  691. Me.TextBox3.Location = New System.Drawing.Point(98, 89)
  692. Me.TextBox3.Name = "TextBox3"
  693. Me.TextBox3.Size = New System.Drawing.Size(100, 20)
  694. Me.TextBox3.TabIndex = 5
  695. '
  696. 'Label13
  697. '
  698. Me.Label13.AutoSize = True
  699. Me.Label13.Location = New System.Drawing.Point(6, 93)
  700. Me.Label13.Name = "Label13"
  701. Me.Label13.Size = New System.Drawing.Size(79, 13)
  702. Me.Label13.TabIndex = 4
  703. Me.Label13.Text = "Valor Transado"
  704. '
  705. 'TextBox2
  706. '
  707. Me.TextBox2.Location = New System.Drawing.Point(98, 38)
  708. Me.TextBox2.Name = "TextBox2"
  709. Me.TextBox2.Size = New System.Drawing.Size(100, 20)
  710. Me.TextBox2.TabIndex = 3
  711. '
  712. 'Label10
  713. '
  714. Me.Label10.AutoSize = True
  715. Me.Label10.Location = New System.Drawing.Point(6, 42)
  716. Me.Label10.Name = "Label10"
  717. Me.Label10.Size = New System.Drawing.Size(79, 13)
  718. Me.Label10.TabIndex = 2
  719. Me.Label10.Text = "Num. Acciones"
  720. '
  721. 'TextBox1
  722. '
  723. Me.TextBox1.Location = New System.Drawing.Point(98, 13)
  724. Me.TextBox1.Name = "TextBox1"
  725. Me.TextBox1.Size = New System.Drawing.Size(100, 20)
  726. Me.TextBox1.TabIndex = 1
  727. '
  728. 'Label9
  729. '
  730. Me.Label9.AutoSize = True
  731. Me.Label9.Location = New System.Drawing.Point(6, 13)
  732. Me.Label9.Name = "Label9"
  733. Me.Label9.Size = New System.Drawing.Size(77, 13)
  734. Me.Label9.TabIndex = 0
  735. Me.Label9.Text = "Precio Entrada"
  736. '
  737. 'TextBox14
  738. '
  739. Me.TextBox14.Location = New System.Drawing.Point(655, 16)
  740. Me.TextBox14.Name = "TextBox14"
  741. Me.TextBox14.Size = New System.Drawing.Size(100, 20)
  742. Me.TextBox14.TabIndex = 79
  743. '
  744. 'TabPage2
  745. '
  746. Me.TabPage2.Controls.Add(Me.TextBox15)
  747. Me.TabPage2.Controls.Add(Me.Label36)
  748. Me.TabPage2.Controls.Add(Me.TextBox12)
  749. Me.TabPage2.Controls.Add(Me.Label31)
  750. Me.TabPage2.Controls.Add(Me.TextBox11)
  751. Me.TabPage2.Controls.Add(Me.Label30)
  752. Me.TabPage2.Controls.Add(Me.DateTimePicker6)
  753. Me.TabPage2.Controls.Add(Me.Label29)
  754. Me.TabPage2.Controls.Add(Me.DateTimePicker5)
  755. Me.TabPage2.Controls.Add(Me.Label28)
  756. Me.TabPage2.Controls.Add(Me.TextBox10)
  757. Me.TabPage2.Controls.Add(Me.Label27)
  758. Me.TabPage2.Controls.Add(Me.TextBox9)
  759. Me.TabPage2.Controls.Add(Me.Label26)
  760. Me.TabPage2.Controls.Add(Me.Label25)
  761. Me.TabPage2.Controls.Add(Me.DateTimePicker4)
  762. Me.TabPage2.Controls.Add(Me.Label24)
  763. Me.TabPage2.Controls.Add(Me.DateTimePicker3)
  764. Me.TabPage2.Location = New System.Drawing.Point(4, 22)
  765. Me.TabPage2.Name = "TabPage2"
  766. Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
  767. Me.TabPage2.Size = New System.Drawing.Size(770, 264)
  768. Me.TabPage2.TabIndex = 1
  769. Me.TabPage2.Text = "Datos Salida"
  770. Me.TabPage2.UseVisualStyleBackColor = True
  771. '
  772. 'TextBox15
  773. '
  774. Me.TextBox15.Location = New System.Drawing.Point(440, 123)
  775. Me.TextBox15.Name = "TextBox15"
  776. Me.TextBox15.Size = New System.Drawing.Size(100, 20)
  777. Me.TextBox15.TabIndex = 83
  778. '
  779. 'Label36
  780. '
  781. Me.Label36.AutoSize = True
  782. Me.Label36.Location = New System.Drawing.Point(313, 126)
  783. Me.Label36.Name = "Label36"
  784. Me.Label36.Size = New System.Drawing.Size(72, 13)
  785. Me.Label36.TabIndex = 82
  786. Me.Label36.Text = "Dias tenencia"
  787. '
  788. 'TextBox12
  789. '
  790. Me.TextBox12.Location = New System.Drawing.Point(440, 96)
  791. Me.TextBox12.Name = "TextBox12"
  792. Me.TextBox12.Size = New System.Drawing.Size(100, 20)
  793. Me.TextBox12.TabIndex = 81
  794. '
  795. 'Label31
  796. '
  797. Me.Label31.AutoSize = True
  798. Me.Label31.Location = New System.Drawing.Point(313, 100)
  799. Me.Label31.Name = "Label31"
  800. Me.Label31.Size = New System.Drawing.Size(68, 13)
  801. Me.Label31.TabIndex = 80
  802. Me.Label31.Text = "Precio Venta"
  803. '
  804. 'TextBox11
  805. '
  806. Me.TextBox11.Location = New System.Drawing.Point(440, 69)
  807. Me.TextBox11.Name = "TextBox11"
  808. Me.TextBox11.Size = New System.Drawing.Size(100, 20)
  809. Me.TextBox11.TabIndex = 79
  810. '
  811. 'Label30
  812. '
  813. Me.Label30.AutoSize = True
  814. Me.Label30.Location = New System.Drawing.Point(313, 67)
  815. Me.Label30.Name = "Label30"
  816. Me.Label30.Size = New System.Drawing.Size(109, 13)
  817. Me.Label30.TabIndex = 78
  818. Me.Label30.Text = "Precio al Vencimiento"
  819. '
  820. 'DateTimePicker6
  821. '
  822. Me.DateTimePicker6.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  823. Me.DateTimePicker6.Location = New System.Drawing.Point(440, 42)
  824. Me.DateTimePicker6.Name = "DateTimePicker6"
  825. Me.DateTimePicker6.Size = New System.Drawing.Size(148, 20)
  826. Me.DateTimePicker6.TabIndex = 77
  827. '
  828. 'Label29
  829. '
  830. Me.Label29.AutoSize = True
  831. Me.Label29.Location = New System.Drawing.Point(313, 41)
  832. Me.Label29.Name = "Label29"
  833. Me.Label29.Size = New System.Drawing.Size(118, 13)
  834. Me.Label29.TabIndex = 76
  835. Me.Label29.Text = "Siguiente Fecha Cupón"
  836. '
  837. 'DateTimePicker5
  838. '
  839. Me.DateTimePicker5.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  840. Me.DateTimePicker5.Location = New System.Drawing.Point(440, 15)
  841. Me.DateTimePicker5.Name = "DateTimePicker5"
  842. Me.DateTimePicker5.Size = New System.Drawing.Size(148, 20)
  843. Me.DateTimePicker5.TabIndex = 75
  844. '
  845. 'Label28
  846. '
  847. Me.Label28.AutoSize = True
  848. Me.Label28.Location = New System.Drawing.Point(313, 21)
  849. Me.Label28.Name = "Label28"
  850. Me.Label28.Size = New System.Drawing.Size(103, 13)
  851. Me.Label28.TabIndex = 74
  852. Me.Label28.Text = "Ultima Fecha Cupón"
  853. '
  854. 'TextBox10
  855. '
  856. Me.TextBox10.Location = New System.Drawing.Point(137, 93)
  857. Me.TextBox10.Name = "TextBox10"
  858. Me.TextBox10.Size = New System.Drawing.Size(100, 20)
  859. Me.TextBox10.TabIndex = 73
  860. '
  861. 'Label27
  862. '
  863. Me.Label27.AutoSize = True
  864. Me.Label27.Location = New System.Drawing.Point(10, 100)
  865. Me.Label27.Name = "Label27"
  866. Me.Label27.Size = New System.Drawing.Size(79, 13)
  867. Me.Label27.TabIndex = 72
  868. Me.Label27.Text = "Valor Transado"
  869. '
  870. 'TextBox9
  871. '
  872. Me.TextBox9.Location = New System.Drawing.Point(137, 67)
  873. Me.TextBox9.Name = "TextBox9"
  874. Me.TextBox9.Size = New System.Drawing.Size(100, 20)
  875. Me.TextBox9.TabIndex = 71
  876. '
  877. 'Label26
  878. '
  879. Me.Label26.AutoSize = True
  880. Me.Label26.Location = New System.Drawing.Point(10, 67)
  881. Me.Label26.Name = "Label26"
  882. Me.Label26.Size = New System.Drawing.Size(69, 13)
  883. Me.Label26.TabIndex = 70
  884. Me.Label26.Text = "Precio Salida"
  885. '
  886. 'Label25
  887. '
  888. Me.Label25.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  889. Me.Label25.Location = New System.Drawing.Point(10, 41)
  890. Me.Label25.Name = "Label25"
  891. Me.Label25.Size = New System.Drawing.Size(107, 20)
  892. Me.Label25.TabIndex = 69
  893. Me.Label25.Text = "Fecha Liquidacion"
  894. '
  895. 'DateTimePicker4
  896. '
  897. Me.DateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  898. Me.DateTimePicker4.Location = New System.Drawing.Point(137, 41)
  899. Me.DateTimePicker4.Name = "DateTimePicker4"
  900. Me.DateTimePicker4.Size = New System.Drawing.Size(148, 20)
  901. Me.DateTimePicker4.TabIndex = 68
  902. '
  903. 'Label24
  904. '
  905. Me.Label24.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  906. Me.Label24.Location = New System.Drawing.Point(10, 15)
  907. Me.Label24.Name = "Label24"
  908. Me.Label24.Size = New System.Drawing.Size(107, 20)
  909. Me.Label24.TabIndex = 67
  910. Me.Label24.Text = "Fecha Operación"
  911. '
  912. 'DateTimePicker3
  913. '
  914. Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  915. Me.DateTimePicker3.Location = New System.Drawing.Point(137, 15)
  916. Me.DateTimePicker3.Name = "DateTimePicker3"
  917. Me.DateTimePicker3.Size = New System.Drawing.Size(148, 20)
  918. Me.DateTimePicker3.TabIndex = 66
  919. '
  920. 'tabNotas
  921. '
  922. Me.tabNotas.Location = New System.Drawing.Point(4, 22)
  923. Me.tabNotas.Name = "tabNotas"
  924. Me.tabNotas.Size = New System.Drawing.Size(770, 264)
  925. Me.tabNotas.TabIndex = 4
  926. Me.tabNotas.Text = "Notas"
  927. Me.tabNotas.UseVisualStyleBackColor = True
  928. '
  929. 'tabAnexos
  930. '
  931. Me.tabAnexos.Location = New System.Drawing.Point(4, 22)
  932. Me.tabAnexos.Name = "tabAnexos"
  933. Me.tabAnexos.Size = New System.Drawing.Size(770, 264)
  934. Me.tabAnexos.TabIndex = 5
  935. Me.tabAnexos.Text = "Anexos"
  936. Me.tabAnexos.UseVisualStyleBackColor = True
  937. '
  938. 'frmTMP_Inversiones
  939. '
  940. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  941. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  942. Me.ClientSize = New System.Drawing.Size(800, 450)
  943. Me.Controls.Add(Me.tabDetalleInstrumentos)
  944. Me.Name = "frmTMP_Inversiones"
  945. Me.Text = "frmTMP_Inversiones"
  946. Me.tabDetalleInstrumentos.ResumeLayout(False)
  947. Me.tabLETE.ResumeLayout(False)
  948. Me.tabLETE.PerformLayout()
  949. Me.tabImpCom.ResumeLayout(False)
  950. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  951. Me.TabPage1.ResumeLayout(False)
  952. Me.TabPage1.PerformLayout()
  953. Me.TabPage2.ResumeLayout(False)
  954. Me.TabPage2.PerformLayout()
  955. Me.ResumeLayout(False)
  956. End Sub
  957. Friend WithEvents tabDetalleInstrumentos As TabControl
  958. Friend WithEvents tabLETE As TabPage
  959. Friend WithEvents cboCasasCorredoras As ComboBox
  960. Friend WithEvents Label8 As Label
  961. Friend WithEvents txtPorcentajeComisionCasa As TextBox
  962. Friend WithEvents txtPorcentajeComisionBolsa As TextBox
  963. Friend WithEvents txtComisionBolsa As TextBox
  964. Friend WithEvents Label17 As Label
  965. Friend WithEvents txtComisionCasa As TextBox
  966. Friend WithEvents Label20 As Label
  967. Friend WithEvents btnLiquidarLETE As Button
  968. Friend WithEvents cboPeriodicidad_LETE As ComboBox
  969. Friend WithEvents txtIngresoNeto_LETE As TextBox
  970. Friend WithEvents Label43 As Label
  971. Friend WithEvents txtIngresoBruto_LETE As TextBox
  972. Friend WithEvents Label44 As Label
  973. Friend WithEvents Label45 As Label
  974. Friend WithEvents txtRendimientoNeto_LETE As TextBox
  975. Friend WithEvents Label46 As Label
  976. Friend WithEvents txtRendimientoBruto_LETE As TextBox
  977. Friend WithEvents Label47 As Label
  978. Friend WithEvents txtTotalAPagar_LETE As TextBox
  979. Friend WithEvents Label48 As Label
  980. Friend WithEvents txtPrecio_LETE As TextBox
  981. Friend WithEvents Label49 As Label
  982. Friend WithEvents txtValorTransado_LETE As TextBox
  983. Friend WithEvents Label50 As Label
  984. Friend WithEvents dtpFechaVencimiento_LETE As DateTimePicker
  985. Friend WithEvents dtpFechaLiquidacion_LETE As DateTimePicker
  986. Friend WithEvents dtpFechaOperacion_LETE As DateTimePicker
  987. Friend WithEvents txtPlazoInversion_LETE As TextBox
  988. Friend WithEvents Label38 As Label
  989. Friend WithEvents Label39 As Label
  990. Friend WithEvents Label40 As Label
  991. Friend WithEvents Label41 As Label
  992. Friend WithEvents txtValorNominal_LETE As TextBox
  993. Friend WithEvents Label42 As Label
  994. Friend WithEvents tabImpCom As TabPage
  995. Friend WithEvents DataGridView1 As DataGridView
  996. Friend WithEvents TabPage1 As TabPage
  997. Friend WithEvents TextBox16 As TextBox
  998. Friend WithEvents Label37 As Label
  999. Friend WithEvents ComboBox3 As ComboBox
  1000. Friend WithEvents Label35 As Label
  1001. Friend WithEvents TextBox8 As TextBox
  1002. Friend WithEvents Label23 As Label
  1003. Friend WithEvents TextBox7 As TextBox
  1004. Friend WithEvents Label22 As Label
  1005. Friend WithEvents TextBox6 As TextBox
  1006. Friend WithEvents Label21 As Label
  1007. Friend WithEvents TextBox5 As TextBox
  1008. Friend WithEvents Label19 As Label
  1009. Friend WithEvents DateTimePicker2 As DateTimePicker
  1010. Friend WithEvents Label18 As Label
  1011. Friend WithEvents DateTimePicker1 As DateTimePicker
  1012. Friend WithEvents Label16 As Label
  1013. Friend WithEvents TextBox4 As TextBox
  1014. Friend WithEvents Label15 As Label
  1015. Friend WithEvents Label14 As Label
  1016. Friend WithEvents TextBox3 As TextBox
  1017. Friend WithEvents Label13 As Label
  1018. Friend WithEvents TextBox2 As TextBox
  1019. Friend WithEvents Label10 As Label
  1020. Friend WithEvents TextBox1 As TextBox
  1021. Friend WithEvents Label9 As Label
  1022. Friend WithEvents TextBox14 As TextBox
  1023. Friend WithEvents TabPage2 As TabPage
  1024. Friend WithEvents TextBox15 As TextBox
  1025. Friend WithEvents Label36 As Label
  1026. Friend WithEvents TextBox12 As TextBox
  1027. Friend WithEvents Label31 As Label
  1028. Friend WithEvents TextBox11 As TextBox
  1029. Friend WithEvents Label30 As Label
  1030. Friend WithEvents DateTimePicker6 As DateTimePicker
  1031. Friend WithEvents Label29 As Label
  1032. Friend WithEvents DateTimePicker5 As DateTimePicker
  1033. Friend WithEvents Label28 As Label
  1034. Friend WithEvents TextBox10 As TextBox
  1035. Friend WithEvents Label27 As Label
  1036. Friend WithEvents TextBox9 As TextBox
  1037. Friend WithEvents Label26 As Label
  1038. Friend WithEvents Label25 As Label
  1039. Friend WithEvents DateTimePicker4 As DateTimePicker
  1040. Friend WithEvents Label24 As Label
  1041. Friend WithEvents DateTimePicker3 As DateTimePicker
  1042. Friend WithEvents tabNotas As TabPage
  1043. Friend WithEvents tabAnexos As TabPage
  1044. End Class