frmResultadoTitularizacion.Designer.vb 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627
  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.MaxLength = 20
  240. Me.txtTasaEmision.Name = "txtTasaEmision"
  241. Me.txtTasaEmision.Size = New System.Drawing.Size(150, 20)
  242. Me.txtTasaEmision.TabIndex = 143
  243. '
  244. 'txtMontoCompraEmision
  245. '
  246. Me.txtMontoCompraEmision.Location = New System.Drawing.Point(6, 93)
  247. Me.txtMontoCompraEmision.MaxLength = 20
  248. Me.txtMontoCompraEmision.Name = "txtMontoCompraEmision"
  249. Me.txtMontoCompraEmision.Size = New System.Drawing.Size(150, 20)
  250. Me.txtMontoCompraEmision.TabIndex = 148
  251. '
  252. 'txtMontoCompraPrimario
  253. '
  254. Me.txtMontoCompraPrimario.Location = New System.Drawing.Point(6, 66)
  255. Me.txtMontoCompraPrimario.MaxLength = 20
  256. Me.txtMontoCompraPrimario.Name = "txtMontoCompraPrimario"
  257. Me.txtMontoCompraPrimario.Size = New System.Drawing.Size(150, 20)
  258. Me.txtMontoCompraPrimario.TabIndex = 150
  259. '
  260. 'txtCesionFlujo2
  261. '
  262. Me.txtCesionFlujo2.Location = New System.Drawing.Point(497, 367)
  263. Me.txtCesionFlujo2.Name = "txtCesionFlujo2"
  264. Me.txtCesionFlujo2.Size = New System.Drawing.Size(150, 20)
  265. Me.txtCesionFlujo2.TabIndex = 154
  266. Me.txtCesionFlujo2.Visible = False
  267. '
  268. 'txtCesionFlujo1
  269. '
  270. Me.txtCesionFlujo1.Location = New System.Drawing.Point(497, 346)
  271. Me.txtCesionFlujo1.Name = "txtCesionFlujo1"
  272. Me.txtCesionFlujo1.Size = New System.Drawing.Size(150, 20)
  273. Me.txtCesionFlujo1.TabIndex = 152
  274. Me.txtCesionFlujo1.Visible = False
  275. '
  276. 'Label3
  277. '
  278. Me.Label3.AutoSize = True
  279. Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  280. Me.Label3.Location = New System.Drawing.Point(117, 390)
  281. Me.Label3.Name = "Label3"
  282. Me.Label3.Size = New System.Drawing.Size(109, 18)
  283. Me.Label3.TabIndex = 159
  284. Me.Label3.Text = "Cesión de Flujo 4"
  285. Me.Label3.Visible = False
  286. '
  287. 'GrpInfo
  288. '
  289. Me.GrpInfo.Anchor = System.Windows.Forms.AnchorStyles.None
  290. Me.GrpInfo.Controls.Add(Me.Label5)
  291. Me.GrpInfo.Controls.Add(Me.Label38)
  292. Me.GrpInfo.Controls.Add(Me.Label33)
  293. Me.GrpInfo.Controls.Add(Me.Label39)
  294. Me.GrpInfo.Location = New System.Drawing.Point(119, 83)
  295. Me.GrpInfo.Name = "GrpInfo"
  296. Me.GrpInfo.Size = New System.Drawing.Size(200, 178)
  297. Me.GrpInfo.TabIndex = 164
  298. Me.GrpInfo.TabStop = False
  299. '
  300. 'Label5
  301. '
  302. Me.Label5.AutoSize = True
  303. Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  304. Me.Label5.Location = New System.Drawing.Point(19, 36)
  305. Me.Label5.Name = "Label5"
  306. Me.Label5.Size = New System.Drawing.Size(34, 18)
  307. Me.Label5.TabIndex = 163
  308. Me.Label5.Text = "Tasa"
  309. '
  310. 'Label38
  311. '
  312. Me.Label38.AutoSize = True
  313. Me.Label38.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  314. Me.Label38.Location = New System.Drawing.Point(18, 93)
  315. Me.Label38.Name = "Label38"
  316. Me.Label38.Size = New System.Drawing.Size(93, 18)
  317. Me.Label38.TabIndex = 149
  318. Me.Label38.Text = "Monto Compra"
  319. '
  320. 'Label33
  321. '
  322. Me.Label33.AutoSize = True
  323. Me.Label33.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  324. Me.Label33.Location = New System.Drawing.Point(19, 17)
  325. Me.Label33.Name = "Label33"
  326. Me.Label33.Size = New System.Drawing.Size(92, 18)
  327. Me.Label33.TabIndex = 140
  328. Me.Label33.Text = "Fecha Emisión"
  329. '
  330. 'Label39
  331. '
  332. Me.Label39.AutoSize = True
  333. Me.Label39.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  334. Me.Label39.Location = New System.Drawing.Point(18, 66)
  335. Me.Label39.Name = "Label39"
  336. Me.Label39.Size = New System.Drawing.Size(164, 18)
  337. Me.Label39.TabIndex = 151
  338. Me.Label39.Text = "Monto Compra en Primario"
  339. '
  340. 'Label40
  341. '
  342. Me.Label40.AutoSize = True
  343. Me.Label40.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  344. Me.Label40.Location = New System.Drawing.Point(116, 327)
  345. Me.Label40.Name = "Label40"
  346. Me.Label40.Size = New System.Drawing.Size(109, 18)
  347. Me.Label40.TabIndex = 153
  348. Me.Label40.Text = "Cesión de Flujo 1"
  349. Me.Label40.Visible = False
  350. '
  351. 'Label1
  352. '
  353. Me.Label1.AutoSize = True
  354. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  355. Me.Label1.Location = New System.Drawing.Point(116, 348)
  356. Me.Label1.Name = "Label1"
  357. Me.Label1.Size = New System.Drawing.Size(109, 18)
  358. Me.Label1.TabIndex = 155
  359. Me.Label1.Text = "Cesión de Flujo 2"
  360. Me.Label1.Visible = False
  361. '
  362. 'Label2
  363. '
  364. Me.Label2.AutoSize = True
  365. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  366. Me.Label2.Location = New System.Drawing.Point(116, 369)
  367. Me.Label2.Name = "Label2"
  368. Me.Label2.Size = New System.Drawing.Size(109, 18)
  369. Me.Label2.TabIndex = 157
  370. Me.Label2.Text = "Cesión de Flujo 3"
  371. Me.Label2.Visible = False
  372. '
  373. 'btnTit0
  374. '
  375. Me.btnTit0.Anchor = System.Windows.Forms.AnchorStyles.None
  376. Me.btnTit0.BackColor = System.Drawing.Color.White
  377. Me.btnTit0.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  378. Me.btnTit0.ForeColor = System.Drawing.Color.Maroon
  379. Me.btnTit0.Location = New System.Drawing.Point(355, 319)
  380. Me.btnTit0.Name = "btnTit0"
  381. Me.btnTit0.Size = New System.Drawing.Size(107, 35)
  382. Me.btnTit0.TabIndex = 162
  383. Me.btnTit0.Text = "Aceptar"
  384. Me.btnTit0.UseVisualStyleBackColor = False
  385. '
  386. 'lblBono
  387. '
  388. Me.lblBono.Anchor = System.Windows.Forms.AnchorStyles.None
  389. Me.lblBono.AutoSize = True
  390. Me.lblBono.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  391. Me.lblBono.Location = New System.Drawing.Point(329, 19)
  392. Me.lblBono.Name = "lblBono"
  393. Me.lblBono.Size = New System.Drawing.Size(153, 24)
  394. Me.lblBono.TabIndex = 57
  395. Me.lblBono.Text = "Titularizaciones"
  396. '
  397. 'TbAmortizacion
  398. '
  399. Me.TbAmortizacion.Controls.Add(Me.Panel3)
  400. Me.TbAmortizacion.Controls.Add(Me.Panel2)
  401. Me.TbAmortizacion.Location = New System.Drawing.Point(4, 22)
  402. Me.TbAmortizacion.Name = "TbAmortizacion"
  403. Me.TbAmortizacion.Size = New System.Drawing.Size(792, 441)
  404. Me.TbAmortizacion.TabIndex = 2
  405. Me.TbAmortizacion.Text = "Amortizacion"
  406. Me.TbAmortizacion.UseVisualStyleBackColor = True
  407. '
  408. 'Panel3
  409. '
  410. Me.Panel3.Controls.Add(Me.dgvAmortizacion)
  411. Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill
  412. Me.Panel3.Location = New System.Drawing.Point(0, 45)
  413. Me.Panel3.Name = "Panel3"
  414. Me.Panel3.Size = New System.Drawing.Size(792, 396)
  415. Me.Panel3.TabIndex = 166
  416. '
  417. 'dgvAmortizacion
  418. '
  419. Me.dgvAmortizacion.AllowUserToAddRows = False
  420. Me.dgvAmortizacion.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  421. Me.dgvAmortizacion.BackgroundColor = System.Drawing.Color.White
  422. Me.dgvAmortizacion.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  423. Me.dgvAmortizacion.Dock = System.Windows.Forms.DockStyle.Fill
  424. Me.dgvAmortizacion.Location = New System.Drawing.Point(0, 0)
  425. Me.dgvAmortizacion.Name = "dgvAmortizacion"
  426. Me.dgvAmortizacion.Size = New System.Drawing.Size(792, 396)
  427. Me.dgvAmortizacion.TabIndex = 133
  428. '
  429. 'Panel2
  430. '
  431. Me.Panel2.BackColor = System.Drawing.Color.WhiteSmoke
  432. Me.Panel2.Controls.Add(Me.btnLimpiar)
  433. Me.Panel2.Controls.Add(Me.btnExcel)
  434. Me.Panel2.Controls.Add(Me.Label6)
  435. Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
  436. Me.Panel2.Location = New System.Drawing.Point(0, 0)
  437. Me.Panel2.Name = "Panel2"
  438. Me.Panel2.Size = New System.Drawing.Size(792, 45)
  439. Me.Panel2.TabIndex = 165
  440. '
  441. 'btnLimpiar
  442. '
  443. Me.btnLimpiar.BackColor = System.Drawing.Color.White
  444. Me.btnLimpiar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  445. Me.btnLimpiar.ForeColor = System.Drawing.Color.Maroon
  446. Me.btnLimpiar.Location = New System.Drawing.Point(221, 3)
  447. Me.btnLimpiar.Name = "btnLimpiar"
  448. Me.btnLimpiar.Size = New System.Drawing.Size(78, 36)
  449. Me.btnLimpiar.TabIndex = 165
  450. Me.btnLimpiar.Text = "Limpiar"
  451. Me.btnLimpiar.UseVisualStyleBackColor = False
  452. '
  453. 'btnExcel
  454. '
  455. Me.btnExcel.BackColor = System.Drawing.Color.White
  456. Me.btnExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  457. Me.btnExcel.ForeColor = System.Drawing.Color.Maroon
  458. Me.btnExcel.Location = New System.Drawing.Point(137, 3)
  459. Me.btnExcel.Name = "btnExcel"
  460. Me.btnExcel.Size = New System.Drawing.Size(78, 36)
  461. Me.btnExcel.TabIndex = 164
  462. Me.btnExcel.Text = "Agregar lista"
  463. Me.btnExcel.UseVisualStyleBackColor = False
  464. '
  465. 'Label6
  466. '
  467. Me.Label6.AutoSize = True
  468. Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  469. Me.Label6.Location = New System.Drawing.Point(17, 12)
  470. Me.Label6.Name = "Label6"
  471. Me.Label6.Size = New System.Drawing.Size(114, 22)
  472. Me.Label6.TabIndex = 58
  473. Me.Label6.Text = "Amortizacion"
  474. '
  475. 'BindingNavigator1
  476. '
  477. Me.BindingNavigator1.AddNewItem = Nothing
  478. Me.BindingNavigator1.CountItem = Nothing
  479. Me.BindingNavigator1.DeleteItem = Nothing
  480. Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorSeparator, Me.navModificar, Me.navNuevo, Me.navEliminar, Me.ToolStripButton1})
  481. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  482. Me.BindingNavigator1.MoveFirstItem = Nothing
  483. Me.BindingNavigator1.MoveLastItem = Nothing
  484. Me.BindingNavigator1.MoveNextItem = Nothing
  485. Me.BindingNavigator1.MovePreviousItem = Nothing
  486. Me.BindingNavigator1.Name = "BindingNavigator1"
  487. Me.BindingNavigator1.PositionItem = Nothing
  488. Me.BindingNavigator1.Size = New System.Drawing.Size(800, 25)
  489. Me.BindingNavigator1.TabIndex = 125
  490. Me.BindingNavigator1.Text = "BindingNavigator1"
  491. '
  492. 'BindingNavigatorSeparator
  493. '
  494. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  495. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  496. '
  497. 'navModificar
  498. '
  499. Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  500. Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
  501. Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
  502. Me.navModificar.Name = "navModificar"
  503. Me.navModificar.Size = New System.Drawing.Size(23, 22)
  504. Me.navModificar.Text = "Modificar"
  505. '
  506. 'navNuevo
  507. '
  508. Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  509. Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image)
  510. Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
  511. Me.navNuevo.Name = "navNuevo"
  512. Me.navNuevo.Size = New System.Drawing.Size(23, 22)
  513. Me.navNuevo.Text = "Nuevo"
  514. '
  515. 'navEliminar
  516. '
  517. Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  518. Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image)
  519. Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  520. Me.navEliminar.Name = "navEliminar"
  521. Me.navEliminar.Size = New System.Drawing.Size(23, 22)
  522. Me.navEliminar.Text = "Eliminar"
  523. '
  524. 'ToolStripButton1
  525. '
  526. Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  527. Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image)
  528. Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
  529. Me.ToolStripButton1.Name = "ToolStripButton1"
  530. Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22)
  531. Me.ToolStripButton1.Text = "btnRedencion"
  532. '
  533. 'Panel1
  534. '
  535. Me.Panel1.Controls.Add(Me.TabControl1)
  536. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  537. Me.Panel1.Location = New System.Drawing.Point(0, 25)
  538. Me.Panel1.Name = "Panel1"
  539. Me.Panel1.Size = New System.Drawing.Size(800, 467)
  540. Me.Panel1.TabIndex = 126
  541. '
  542. 'frmResultadoTitularizacion
  543. '
  544. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  545. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  546. Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
  547. Me.ClientSize = New System.Drawing.Size(800, 492)
  548. Me.ControlBox = False
  549. Me.Controls.Add(Me.Panel1)
  550. Me.Controls.Add(Me.BindingNavigator1)
  551. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  552. Me.Name = "frmResultadoTitularizacion"
  553. Me.ShowIcon = False
  554. Me.Text = "frmResultadoTitularizacion"
  555. Me.TabControl1.ResumeLayout(False)
  556. Me.TbGenerales.ResumeLayout(False)
  557. Me.TbGenerales.PerformLayout()
  558. Me.GrpDatos.ResumeLayout(False)
  559. Me.GrpDatos.PerformLayout()
  560. Me.GrpInfo.ResumeLayout(False)
  561. Me.GrpInfo.PerformLayout()
  562. Me.TbAmortizacion.ResumeLayout(False)
  563. Me.Panel3.ResumeLayout(False)
  564. CType(Me.dgvAmortizacion, System.ComponentModel.ISupportInitialize).EndInit()
  565. Me.Panel2.ResumeLayout(False)
  566. Me.Panel2.PerformLayout()
  567. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  568. Me.BindingNavigator1.ResumeLayout(False)
  569. Me.BindingNavigator1.PerformLayout()
  570. Me.Panel1.ResumeLayout(False)
  571. Me.ResumeLayout(False)
  572. Me.PerformLayout()
  573. End Sub
  574. Friend WithEvents TabControl1 As TabControl
  575. Friend WithEvents TbGenerales As TabPage
  576. Friend WithEvents txtCesionFlujo5 As TextBox
  577. Friend WithEvents Label4 As Label
  578. Friend WithEvents txtCesionFlujo4 As TextBox
  579. Friend WithEvents Label3 As Label
  580. Friend WithEvents txtCesionFlujo3 As TextBox
  581. Friend WithEvents Label2 As Label
  582. Friend WithEvents txtCesionFlujo2 As TextBox
  583. Friend WithEvents Label1 As Label
  584. Friend WithEvents txtCesionFlujo1 As TextBox
  585. Friend WithEvents Label40 As Label
  586. Friend WithEvents txtMontoCompraPrimario As TextBox
  587. Friend WithEvents Label39 As Label
  588. Friend WithEvents txtMontoCompraEmision As TextBox
  589. Friend WithEvents Label38 As Label
  590. Friend WithEvents txtPeriodosEmision As TextBox
  591. Friend WithEvents Label37 As Label
  592. Friend WithEvents txtPeriodicidadEmision As TextBox
  593. Friend WithEvents Label36 As Label
  594. Friend WithEvents txtTasaEmision As TextBox
  595. Friend WithEvents dtpFechaEmision As DateTimePicker
  596. Friend WithEvents Label33 As Label
  597. Friend WithEvents txtEmisionTotal As TextBox
  598. Friend WithEvents Label32 As Label
  599. Friend WithEvents TbAmortizacion As TabPage
  600. Friend WithEvents Label6 As Label
  601. Friend WithEvents lblBono As Label
  602. Friend WithEvents dgvAmortizacion As DataGridView
  603. Friend WithEvents btnTit0 As Button
  604. Friend WithEvents BindingNavigator1 As BindingNavigator
  605. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  606. Friend WithEvents navModificar As ToolStripButton
  607. Friend WithEvents navNuevo As ToolStripButton
  608. Friend WithEvents navEliminar As ToolStripButton
  609. Friend WithEvents btnExcel As Button
  610. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  611. Friend WithEvents GrpDatos As GroupBox
  612. Friend WithEvents GrpInfo As GroupBox
  613. Friend WithEvents Label5 As Label
  614. Friend WithEvents Panel2 As Panel
  615. Friend WithEvents Panel1 As Panel
  616. Friend WithEvents Panel3 As Panel
  617. Friend WithEvents txtCantidadPeriodo As TextBox
  618. Friend WithEvents Label7 As Label
  619. Friend WithEvents cboPeriodoGracia As ComboBox
  620. Friend WithEvents ToolStripButton1 As ToolStripButton
  621. Friend WithEvents btnLimpiar As Button
  622. End Class