frmResultadoTitularizacion.Designer.vb 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmResultadoTitularizacion
  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(frmResultadoTitularizacion))
  24. Me.TabControl1 = New System.Windows.Forms.TabControl()
  25. Me.TbGenerales = New System.Windows.Forms.TabPage()
  26. Me.txtEmisionTotal = New System.Windows.Forms.TextBox()
  27. Me.txtCesionFlujo5 = New System.Windows.Forms.TextBox()
  28. Me.Label32 = New System.Windows.Forms.Label()
  29. Me.txtPeriodosEmision = New System.Windows.Forms.TextBox()
  30. Me.txtPeriodicidadEmision = New System.Windows.Forms.TextBox()
  31. Me.Label36 = New System.Windows.Forms.Label()
  32. Me.txtCesionFlujo4 = New System.Windows.Forms.TextBox()
  33. Me.Label37 = New System.Windows.Forms.Label()
  34. Me.txtCesionFlujo3 = New System.Windows.Forms.TextBox()
  35. Me.Label4 = New System.Windows.Forms.Label()
  36. Me.GrpDatos = New System.Windows.Forms.GroupBox()
  37. Me.dtpFechaEmision = New System.Windows.Forms.DateTimePicker()
  38. Me.txtTasaEmision = New System.Windows.Forms.TextBox()
  39. Me.txtMontoCompraEmision = New System.Windows.Forms.TextBox()
  40. Me.txtMontoCompraPrimario = New System.Windows.Forms.TextBox()
  41. Me.txtCesionFlujo2 = New System.Windows.Forms.TextBox()
  42. Me.txtCesionFlujo1 = New System.Windows.Forms.TextBox()
  43. Me.Label3 = New System.Windows.Forms.Label()
  44. Me.GrpInfo = New System.Windows.Forms.GroupBox()
  45. Me.Label5 = New System.Windows.Forms.Label()
  46. Me.Label38 = New System.Windows.Forms.Label()
  47. Me.Label33 = New System.Windows.Forms.Label()
  48. Me.Label39 = New System.Windows.Forms.Label()
  49. Me.Label40 = New System.Windows.Forms.Label()
  50. Me.Label1 = New System.Windows.Forms.Label()
  51. Me.Label2 = New System.Windows.Forms.Label()
  52. Me.btnTit0 = New System.Windows.Forms.Button()
  53. Me.lblBono = New System.Windows.Forms.Label()
  54. Me.TbAmortizacion = New System.Windows.Forms.TabPage()
  55. Me.Panel3 = New System.Windows.Forms.Panel()
  56. Me.dgvAmortizacion = New System.Windows.Forms.DataGridView()
  57. Me.Panel2 = New System.Windows.Forms.Panel()
  58. Me.btnLimpiar = New System.Windows.Forms.Button()
  59. Me.btnExcel = New System.Windows.Forms.Button()
  60. Me.Label6 = New System.Windows.Forms.Label()
  61. Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
  62. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  63. Me.navModificar = New System.Windows.Forms.ToolStripButton()
  64. Me.navNuevo = New System.Windows.Forms.ToolStripButton()
  65. Me.navEliminar = New System.Windows.Forms.ToolStripButton()
  66. Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
  67. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  68. Me.Panel1 = New System.Windows.Forms.Panel()
  69. Me.TabControl1.SuspendLayout()
  70. Me.TbGenerales.SuspendLayout()
  71. Me.GrpDatos.SuspendLayout()
  72. Me.GrpInfo.SuspendLayout()
  73. Me.TbAmortizacion.SuspendLayout()
  74. Me.Panel3.SuspendLayout()
  75. CType(Me.dgvAmortizacion, System.ComponentModel.ISupportInitialize).BeginInit()
  76. Me.Panel2.SuspendLayout()
  77. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
  78. Me.BindingNavigator1.SuspendLayout()
  79. Me.Panel1.SuspendLayout()
  80. Me.SuspendLayout()
  81. '
  82. 'TabControl1
  83. '
  84. Me.TabControl1.Controls.Add(Me.TbGenerales)
  85. Me.TabControl1.Controls.Add(Me.TbAmortizacion)
  86. Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
  87. Me.TabControl1.Location = New System.Drawing.Point(0, 0)
  88. Me.TabControl1.Name = "TabControl1"
  89. Me.TabControl1.SelectedIndex = 0
  90. Me.TabControl1.Size = New System.Drawing.Size(800, 467)
  91. Me.TabControl1.TabIndex = 0
  92. '
  93. 'TbGenerales
  94. '
  95. Me.TbGenerales.BackColor = System.Drawing.Color.WhiteSmoke
  96. Me.TbGenerales.Controls.Add(Me.txtEmisionTotal)
  97. Me.TbGenerales.Controls.Add(Me.txtCesionFlujo5)
  98. Me.TbGenerales.Controls.Add(Me.Label32)
  99. Me.TbGenerales.Controls.Add(Me.txtPeriodosEmision)
  100. Me.TbGenerales.Controls.Add(Me.txtPeriodicidadEmision)
  101. Me.TbGenerales.Controls.Add(Me.Label36)
  102. Me.TbGenerales.Controls.Add(Me.txtCesionFlujo4)
  103. Me.TbGenerales.Controls.Add(Me.Label37)
  104. Me.TbGenerales.Controls.Add(Me.txtCesionFlujo3)
  105. Me.TbGenerales.Controls.Add(Me.Label4)
  106. Me.TbGenerales.Controls.Add(Me.GrpDatos)
  107. Me.TbGenerales.Controls.Add(Me.txtCesionFlujo2)
  108. Me.TbGenerales.Controls.Add(Me.txtCesionFlujo1)
  109. Me.TbGenerales.Controls.Add(Me.Label3)
  110. Me.TbGenerales.Controls.Add(Me.GrpInfo)
  111. Me.TbGenerales.Controls.Add(Me.Label40)
  112. Me.TbGenerales.Controls.Add(Me.Label1)
  113. Me.TbGenerales.Controls.Add(Me.Label2)
  114. Me.TbGenerales.Controls.Add(Me.btnTit0)
  115. Me.TbGenerales.Controls.Add(Me.lblBono)
  116. Me.TbGenerales.Location = New System.Drawing.Point(4, 22)
  117. Me.TbGenerales.Name = "TbGenerales"
  118. Me.TbGenerales.Padding = New System.Windows.Forms.Padding(3)
  119. Me.TbGenerales.Size = New System.Drawing.Size(792, 441)
  120. Me.TbGenerales.TabIndex = 0
  121. Me.TbGenerales.Text = "Datos Generales"
  122. '
  123. 'txtEmisionTotal
  124. '
  125. Me.txtEmisionTotal.Location = New System.Drawing.Point(497, 271)
  126. Me.txtEmisionTotal.Name = "txtEmisionTotal"
  127. Me.txtEmisionTotal.Size = New System.Drawing.Size(150, 20)
  128. Me.txtEmisionTotal.TabIndex = 138
  129. Me.txtEmisionTotal.Visible = False
  130. '
  131. 'txtCesionFlujo5
  132. '
  133. Me.txtCesionFlujo5.Location = New System.Drawing.Point(497, 430)
  134. Me.txtCesionFlujo5.Name = "txtCesionFlujo5"
  135. Me.txtCesionFlujo5.Size = New System.Drawing.Size(150, 20)
  136. Me.txtCesionFlujo5.TabIndex = 160
  137. Me.txtCesionFlujo5.Visible = False
  138. '
  139. 'Label32
  140. '
  141. Me.Label32.AutoSize = True
  142. Me.Label32.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  143. Me.Label32.Location = New System.Drawing.Point(117, 264)
  144. Me.Label32.Name = "Label32"
  145. Me.Label32.Size = New System.Drawing.Size(86, 18)
  146. Me.Label32.TabIndex = 139
  147. Me.Label32.Text = "Emisión Total"
  148. Me.Label32.Visible = False
  149. '
  150. 'txtPeriodosEmision
  151. '
  152. Me.txtPeriodosEmision.Location = New System.Drawing.Point(497, 323)
  153. Me.txtPeriodosEmision.Name = "txtPeriodosEmision"
  154. Me.txtPeriodosEmision.Size = New System.Drawing.Size(150, 20)
  155. Me.txtPeriodosEmision.TabIndex = 146
  156. Me.txtPeriodosEmision.Visible = False
  157. '
  158. 'txtPeriodicidadEmision
  159. '
  160. Me.txtPeriodicidadEmision.Location = New System.Drawing.Point(497, 297)
  161. Me.txtPeriodicidadEmision.Name = "txtPeriodicidadEmision"
  162. Me.txtPeriodicidadEmision.Size = New System.Drawing.Size(150, 20)
  163. Me.txtPeriodicidadEmision.TabIndex = 144
  164. Me.txtPeriodicidadEmision.Visible = False
  165. '
  166. 'Label36
  167. '
  168. Me.Label36.AutoSize = True
  169. Me.Label36.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  170. Me.Label36.Location = New System.Drawing.Point(117, 287)
  171. Me.Label36.Name = "Label36"
  172. Me.Label36.Size = New System.Drawing.Size(79, 18)
  173. Me.Label36.TabIndex = 145
  174. Me.Label36.Text = "Periodicidad"
  175. Me.Label36.Visible = False
  176. '
  177. 'txtCesionFlujo4
  178. '
  179. Me.txtCesionFlujo4.Location = New System.Drawing.Point(497, 409)
  180. Me.txtCesionFlujo4.Name = "txtCesionFlujo4"
  181. Me.txtCesionFlujo4.Size = New System.Drawing.Size(150, 20)
  182. Me.txtCesionFlujo4.TabIndex = 158
  183. Me.txtCesionFlujo4.Visible = False
  184. '
  185. 'Label37
  186. '
  187. Me.Label37.AutoSize = True
  188. Me.Label37.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  189. Me.Label37.Location = New System.Drawing.Point(117, 308)
  190. Me.Label37.Name = "Label37"
  191. Me.Label37.Size = New System.Drawing.Size(57, 18)
  192. Me.Label37.TabIndex = 147
  193. Me.Label37.Text = "Periodos"
  194. Me.Label37.Visible = False
  195. '
  196. 'txtCesionFlujo3
  197. '
  198. Me.txtCesionFlujo3.Location = New System.Drawing.Point(497, 388)
  199. Me.txtCesionFlujo3.Name = "txtCesionFlujo3"
  200. Me.txtCesionFlujo3.Size = New System.Drawing.Size(150, 20)
  201. Me.txtCesionFlujo3.TabIndex = 156
  202. Me.txtCesionFlujo3.Visible = False
  203. '
  204. 'Label4
  205. '
  206. Me.Label4.AutoSize = True
  207. Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  208. Me.Label4.Location = New System.Drawing.Point(117, 411)
  209. Me.Label4.Name = "Label4"
  210. Me.Label4.Size = New System.Drawing.Size(109, 18)
  211. Me.Label4.TabIndex = 161
  212. Me.Label4.Text = "Cesión de Flujo 5"
  213. Me.Label4.Visible = False
  214. '
  215. 'GrpDatos
  216. '
  217. Me.GrpDatos.Anchor = System.Windows.Forms.AnchorStyles.None
  218. Me.GrpDatos.Controls.Add(Me.dtpFechaEmision)
  219. Me.GrpDatos.Controls.Add(Me.txtTasaEmision)
  220. Me.GrpDatos.Controls.Add(Me.txtMontoCompraEmision)
  221. Me.GrpDatos.Controls.Add(Me.txtMontoCompraPrimario)
  222. Me.GrpDatos.Location = New System.Drawing.Point(490, 83)
  223. Me.GrpDatos.Name = "GrpDatos"
  224. Me.GrpDatos.Size = New System.Drawing.Size(200, 178)
  225. Me.GrpDatos.TabIndex = 165
  226. Me.GrpDatos.TabStop = False
  227. '
  228. 'dtpFechaEmision
  229. '
  230. Me.dtpFechaEmision.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  231. Me.dtpFechaEmision.Location = New System.Drawing.Point(6, 19)
  232. Me.dtpFechaEmision.Name = "dtpFechaEmision"
  233. Me.dtpFechaEmision.Size = New System.Drawing.Size(150, 20)
  234. Me.dtpFechaEmision.TabIndex = 141
  235. '
  236. 'txtTasaEmision
  237. '
  238. Me.txtTasaEmision.Location = New System.Drawing.Point(6, 41)
  239. Me.txtTasaEmision.Name = "txtTasaEmision"
  240. Me.txtTasaEmision.Size = New System.Drawing.Size(150, 20)
  241. Me.txtTasaEmision.TabIndex = 143
  242. '
  243. 'txtMontoCompraEmision
  244. '
  245. Me.txtMontoCompraEmision.Location = New System.Drawing.Point(6, 93)
  246. Me.txtMontoCompraEmision.Name = "txtMontoCompraEmision"
  247. Me.txtMontoCompraEmision.Size = New System.Drawing.Size(150, 20)
  248. Me.txtMontoCompraEmision.TabIndex = 148
  249. '
  250. 'txtMontoCompraPrimario
  251. '
  252. Me.txtMontoCompraPrimario.Location = New System.Drawing.Point(6, 66)
  253. Me.txtMontoCompraPrimario.Name = "txtMontoCompraPrimario"
  254. Me.txtMontoCompraPrimario.Size = New System.Drawing.Size(150, 20)
  255. Me.txtMontoCompraPrimario.TabIndex = 150
  256. '
  257. 'txtCesionFlujo2
  258. '
  259. Me.txtCesionFlujo2.Location = New System.Drawing.Point(497, 367)
  260. Me.txtCesionFlujo2.Name = "txtCesionFlujo2"
  261. Me.txtCesionFlujo2.Size = New System.Drawing.Size(150, 20)
  262. Me.txtCesionFlujo2.TabIndex = 154
  263. Me.txtCesionFlujo2.Visible = False
  264. '
  265. 'txtCesionFlujo1
  266. '
  267. Me.txtCesionFlujo1.Location = New System.Drawing.Point(497, 346)
  268. Me.txtCesionFlujo1.Name = "txtCesionFlujo1"
  269. Me.txtCesionFlujo1.Size = New System.Drawing.Size(150, 20)
  270. Me.txtCesionFlujo1.TabIndex = 152
  271. Me.txtCesionFlujo1.Visible = False
  272. '
  273. 'Label3
  274. '
  275. Me.Label3.AutoSize = True
  276. Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  277. Me.Label3.Location = New System.Drawing.Point(117, 390)
  278. Me.Label3.Name = "Label3"
  279. Me.Label3.Size = New System.Drawing.Size(109, 18)
  280. Me.Label3.TabIndex = 159
  281. Me.Label3.Text = "Cesión de Flujo 4"
  282. Me.Label3.Visible = False
  283. '
  284. 'GrpInfo
  285. '
  286. Me.GrpInfo.Anchor = System.Windows.Forms.AnchorStyles.None
  287. Me.GrpInfo.Controls.Add(Me.Label5)
  288. Me.GrpInfo.Controls.Add(Me.Label38)
  289. Me.GrpInfo.Controls.Add(Me.Label33)
  290. Me.GrpInfo.Controls.Add(Me.Label39)
  291. Me.GrpInfo.Location = New System.Drawing.Point(119, 83)
  292. Me.GrpInfo.Name = "GrpInfo"
  293. Me.GrpInfo.Size = New System.Drawing.Size(200, 178)
  294. Me.GrpInfo.TabIndex = 164
  295. Me.GrpInfo.TabStop = False
  296. '
  297. 'Label5
  298. '
  299. Me.Label5.AutoSize = True
  300. Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  301. Me.Label5.Location = New System.Drawing.Point(19, 36)
  302. Me.Label5.Name = "Label5"
  303. Me.Label5.Size = New System.Drawing.Size(34, 18)
  304. Me.Label5.TabIndex = 163
  305. Me.Label5.Text = "Tasa"
  306. '
  307. 'Label38
  308. '
  309. Me.Label38.AutoSize = True
  310. Me.Label38.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  311. Me.Label38.Location = New System.Drawing.Point(18, 93)
  312. Me.Label38.Name = "Label38"
  313. Me.Label38.Size = New System.Drawing.Size(93, 18)
  314. Me.Label38.TabIndex = 149
  315. Me.Label38.Text = "Monto Compra"
  316. '
  317. 'Label33
  318. '
  319. Me.Label33.AutoSize = True
  320. Me.Label33.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  321. Me.Label33.Location = New System.Drawing.Point(19, 17)
  322. Me.Label33.Name = "Label33"
  323. Me.Label33.Size = New System.Drawing.Size(92, 18)
  324. Me.Label33.TabIndex = 140
  325. Me.Label33.Text = "Fecha Emisión"
  326. '
  327. 'Label39
  328. '
  329. Me.Label39.AutoSize = True
  330. Me.Label39.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  331. Me.Label39.Location = New System.Drawing.Point(18, 66)
  332. Me.Label39.Name = "Label39"
  333. Me.Label39.Size = New System.Drawing.Size(164, 18)
  334. Me.Label39.TabIndex = 151
  335. Me.Label39.Text = "Monto Compra en Primario"
  336. '
  337. 'Label40
  338. '
  339. Me.Label40.AutoSize = True
  340. Me.Label40.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  341. Me.Label40.Location = New System.Drawing.Point(116, 327)
  342. Me.Label40.Name = "Label40"
  343. Me.Label40.Size = New System.Drawing.Size(109, 18)
  344. Me.Label40.TabIndex = 153
  345. Me.Label40.Text = "Cesión de Flujo 1"
  346. Me.Label40.Visible = False
  347. '
  348. 'Label1
  349. '
  350. Me.Label1.AutoSize = True
  351. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  352. Me.Label1.Location = New System.Drawing.Point(116, 348)
  353. Me.Label1.Name = "Label1"
  354. Me.Label1.Size = New System.Drawing.Size(109, 18)
  355. Me.Label1.TabIndex = 155
  356. Me.Label1.Text = "Cesión de Flujo 2"
  357. Me.Label1.Visible = False
  358. '
  359. 'Label2
  360. '
  361. Me.Label2.AutoSize = True
  362. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  363. Me.Label2.Location = New System.Drawing.Point(116, 369)
  364. Me.Label2.Name = "Label2"
  365. Me.Label2.Size = New System.Drawing.Size(109, 18)
  366. Me.Label2.TabIndex = 157
  367. Me.Label2.Text = "Cesión de Flujo 3"
  368. Me.Label2.Visible = False
  369. '
  370. 'btnTit0
  371. '
  372. Me.btnTit0.Anchor = System.Windows.Forms.AnchorStyles.None
  373. Me.btnTit0.BackColor = System.Drawing.Color.White
  374. Me.btnTit0.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  375. Me.btnTit0.ForeColor = System.Drawing.Color.Maroon
  376. Me.btnTit0.Location = New System.Drawing.Point(355, 319)
  377. Me.btnTit0.Name = "btnTit0"
  378. Me.btnTit0.Size = New System.Drawing.Size(107, 35)
  379. Me.btnTit0.TabIndex = 162
  380. Me.btnTit0.Text = "Aceptar"
  381. Me.btnTit0.UseVisualStyleBackColor = False
  382. '
  383. 'lblBono
  384. '
  385. Me.lblBono.Anchor = System.Windows.Forms.AnchorStyles.None
  386. Me.lblBono.AutoSize = True
  387. Me.lblBono.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  388. Me.lblBono.Location = New System.Drawing.Point(329, 19)
  389. Me.lblBono.Name = "lblBono"
  390. Me.lblBono.Size = New System.Drawing.Size(153, 24)
  391. Me.lblBono.TabIndex = 57
  392. Me.lblBono.Text = "Titularizaciones"
  393. '
  394. 'TbAmortizacion
  395. '
  396. Me.TbAmortizacion.Controls.Add(Me.Panel3)
  397. Me.TbAmortizacion.Controls.Add(Me.Panel2)
  398. Me.TbAmortizacion.Location = New System.Drawing.Point(4, 22)
  399. Me.TbAmortizacion.Name = "TbAmortizacion"
  400. Me.TbAmortizacion.Size = New System.Drawing.Size(792, 441)
  401. Me.TbAmortizacion.TabIndex = 2
  402. Me.TbAmortizacion.Text = "Amortizacion"
  403. Me.TbAmortizacion.UseVisualStyleBackColor = True
  404. '
  405. 'Panel3
  406. '
  407. Me.Panel3.Controls.Add(Me.dgvAmortizacion)
  408. Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill
  409. Me.Panel3.Location = New System.Drawing.Point(0, 45)
  410. Me.Panel3.Name = "Panel3"
  411. Me.Panel3.Size = New System.Drawing.Size(792, 396)
  412. Me.Panel3.TabIndex = 166
  413. '
  414. 'dgvAmortizacion
  415. '
  416. Me.dgvAmortizacion.AllowUserToAddRows = False
  417. Me.dgvAmortizacion.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  418. Me.dgvAmortizacion.BackgroundColor = System.Drawing.Color.White
  419. Me.dgvAmortizacion.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  420. Me.dgvAmortizacion.Dock = System.Windows.Forms.DockStyle.Fill
  421. Me.dgvAmortizacion.Location = New System.Drawing.Point(0, 0)
  422. Me.dgvAmortizacion.Name = "dgvAmortizacion"
  423. Me.dgvAmortizacion.Size = New System.Drawing.Size(792, 396)
  424. Me.dgvAmortizacion.TabIndex = 133
  425. '
  426. 'Panel2
  427. '
  428. Me.Panel2.BackColor = System.Drawing.Color.WhiteSmoke
  429. Me.Panel2.Controls.Add(Me.btnLimpiar)
  430. Me.Panel2.Controls.Add(Me.btnExcel)
  431. Me.Panel2.Controls.Add(Me.Label6)
  432. Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
  433. Me.Panel2.Location = New System.Drawing.Point(0, 0)
  434. Me.Panel2.Name = "Panel2"
  435. Me.Panel2.Size = New System.Drawing.Size(792, 45)
  436. Me.Panel2.TabIndex = 165
  437. '
  438. 'btnLimpiar
  439. '
  440. Me.btnLimpiar.BackColor = System.Drawing.Color.White
  441. Me.btnLimpiar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  442. Me.btnLimpiar.ForeColor = System.Drawing.Color.Maroon
  443. Me.btnLimpiar.Location = New System.Drawing.Point(221, 3)
  444. Me.btnLimpiar.Name = "btnLimpiar"
  445. Me.btnLimpiar.Size = New System.Drawing.Size(78, 36)
  446. Me.btnLimpiar.TabIndex = 165
  447. Me.btnLimpiar.Text = "Limpiar"
  448. Me.btnLimpiar.UseVisualStyleBackColor = False
  449. '
  450. 'btnExcel
  451. '
  452. Me.btnExcel.BackColor = System.Drawing.Color.White
  453. Me.btnExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  454. Me.btnExcel.ForeColor = System.Drawing.Color.Maroon
  455. Me.btnExcel.Location = New System.Drawing.Point(137, 3)
  456. Me.btnExcel.Name = "btnExcel"
  457. Me.btnExcel.Size = New System.Drawing.Size(78, 36)
  458. Me.btnExcel.TabIndex = 164
  459. Me.btnExcel.Text = "Agregar lista"
  460. Me.btnExcel.UseVisualStyleBackColor = False
  461. '
  462. 'Label6
  463. '
  464. Me.Label6.AutoSize = True
  465. Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  466. Me.Label6.Location = New System.Drawing.Point(17, 12)
  467. Me.Label6.Name = "Label6"
  468. Me.Label6.Size = New System.Drawing.Size(114, 22)
  469. Me.Label6.TabIndex = 58
  470. Me.Label6.Text = "Amortizacion"
  471. '
  472. 'BindingNavigator1
  473. '
  474. Me.BindingNavigator1.AddNewItem = Nothing
  475. Me.BindingNavigator1.CountItem = Nothing
  476. Me.BindingNavigator1.DeleteItem = Nothing
  477. Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorSeparator, Me.navModificar, Me.navNuevo, Me.navEliminar, Me.ToolStripButton1})
  478. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  479. Me.BindingNavigator1.MoveFirstItem = Nothing
  480. Me.BindingNavigator1.MoveLastItem = Nothing
  481. Me.BindingNavigator1.MoveNextItem = Nothing
  482. Me.BindingNavigator1.MovePreviousItem = Nothing
  483. Me.BindingNavigator1.Name = "BindingNavigator1"
  484. Me.BindingNavigator1.PositionItem = Nothing
  485. Me.BindingNavigator1.Size = New System.Drawing.Size(800, 25)
  486. Me.BindingNavigator1.TabIndex = 125
  487. Me.BindingNavigator1.Text = "BindingNavigator1"
  488. '
  489. 'BindingNavigatorSeparator
  490. '
  491. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  492. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  493. '
  494. 'navModificar
  495. '
  496. Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  497. Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
  498. Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
  499. Me.navModificar.Name = "navModificar"
  500. Me.navModificar.Size = New System.Drawing.Size(23, 22)
  501. Me.navModificar.Text = "Modificar"
  502. '
  503. 'navNuevo
  504. '
  505. Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  506. Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image)
  507. Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
  508. Me.navNuevo.Name = "navNuevo"
  509. Me.navNuevo.Size = New System.Drawing.Size(23, 22)
  510. Me.navNuevo.Text = "Nuevo"
  511. '
  512. 'navEliminar
  513. '
  514. Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  515. Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image)
  516. Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  517. Me.navEliminar.Name = "navEliminar"
  518. Me.navEliminar.Size = New System.Drawing.Size(23, 22)
  519. Me.navEliminar.Text = "Eliminar"
  520. '
  521. 'ToolStripButton1
  522. '
  523. Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  524. Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image)
  525. Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
  526. Me.ToolStripButton1.Name = "ToolStripButton1"
  527. Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22)
  528. Me.ToolStripButton1.Text = "btnRedencion"
  529. '
  530. 'Panel1
  531. '
  532. Me.Panel1.Controls.Add(Me.TabControl1)
  533. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  534. Me.Panel1.Location = New System.Drawing.Point(0, 25)
  535. Me.Panel1.Name = "Panel1"
  536. Me.Panel1.Size = New System.Drawing.Size(800, 467)
  537. Me.Panel1.TabIndex = 126
  538. '
  539. 'frmResultadoTitularizacion
  540. '
  541. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  542. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  543. Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
  544. Me.ClientSize = New System.Drawing.Size(800, 492)
  545. Me.ControlBox = False
  546. Me.Controls.Add(Me.Panel1)
  547. Me.Controls.Add(Me.BindingNavigator1)
  548. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  549. Me.Name = "frmResultadoTitularizacion"
  550. Me.ShowIcon = False
  551. Me.Text = "frmResultadoTitularizacion"
  552. Me.TabControl1.ResumeLayout(False)
  553. Me.TbGenerales.ResumeLayout(False)
  554. Me.TbGenerales.PerformLayout()
  555. Me.GrpDatos.ResumeLayout(False)
  556. Me.GrpDatos.PerformLayout()
  557. Me.GrpInfo.ResumeLayout(False)
  558. Me.GrpInfo.PerformLayout()
  559. Me.TbAmortizacion.ResumeLayout(False)
  560. Me.Panel3.ResumeLayout(False)
  561. CType(Me.dgvAmortizacion, System.ComponentModel.ISupportInitialize).EndInit()
  562. Me.Panel2.ResumeLayout(False)
  563. Me.Panel2.PerformLayout()
  564. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  565. Me.BindingNavigator1.ResumeLayout(False)
  566. Me.BindingNavigator1.PerformLayout()
  567. Me.Panel1.ResumeLayout(False)
  568. Me.ResumeLayout(False)
  569. Me.PerformLayout()
  570. End Sub
  571. Friend WithEvents TabControl1 As TabControl
  572. Friend WithEvents TbGenerales As TabPage
  573. Friend WithEvents txtCesionFlujo5 As TextBox
  574. Friend WithEvents Label4 As Label
  575. Friend WithEvents txtCesionFlujo4 As TextBox
  576. Friend WithEvents Label3 As Label
  577. Friend WithEvents txtCesionFlujo3 As TextBox
  578. Friend WithEvents Label2 As Label
  579. Friend WithEvents txtCesionFlujo2 As TextBox
  580. Friend WithEvents Label1 As Label
  581. Friend WithEvents txtCesionFlujo1 As TextBox
  582. Friend WithEvents Label40 As Label
  583. Friend WithEvents txtMontoCompraPrimario As TextBox
  584. Friend WithEvents Label39 As Label
  585. Friend WithEvents txtMontoCompraEmision As TextBox
  586. Friend WithEvents Label38 As Label
  587. Friend WithEvents txtPeriodosEmision As TextBox
  588. Friend WithEvents Label37 As Label
  589. Friend WithEvents txtPeriodicidadEmision As TextBox
  590. Friend WithEvents Label36 As Label
  591. Friend WithEvents txtTasaEmision As TextBox
  592. Friend WithEvents dtpFechaEmision As DateTimePicker
  593. Friend WithEvents Label33 As Label
  594. Friend WithEvents txtEmisionTotal As TextBox
  595. Friend WithEvents Label32 As Label
  596. Friend WithEvents TbAmortizacion As TabPage
  597. Friend WithEvents Label6 As Label
  598. Friend WithEvents lblBono As Label
  599. Friend WithEvents dgvAmortizacion As DataGridView
  600. Friend WithEvents btnTit0 As Button
  601. Friend WithEvents BindingNavigator1 As BindingNavigator
  602. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  603. Friend WithEvents navModificar As ToolStripButton
  604. Friend WithEvents navNuevo As ToolStripButton
  605. Friend WithEvents navEliminar As ToolStripButton
  606. Friend WithEvents btnExcel As Button
  607. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  608. Friend WithEvents GrpDatos As GroupBox
  609. Friend WithEvents GrpInfo As GroupBox
  610. Friend WithEvents Label5 As Label
  611. Friend WithEvents Panel2 As Panel
  612. Friend WithEvents Panel1 As Panel
  613. Friend WithEvents Panel3 As Panel
  614. Friend WithEvents txtCantidadPeriodo As TextBox
  615. Friend WithEvents Label7 As Label
  616. Friend WithEvents cboPeriodoGracia As ComboBox
  617. Friend WithEvents ToolStripButton1 As ToolStripButton
  618. Friend WithEvents btnLimpiar As Button
  619. End Class