frmResultadoTitularizacion.Designer.vb 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  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.btnExcel = New System.Windows.Forms.Button()
  59. Me.Label6 = New System.Windows.Forms.Label()
  60. Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
  61. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  62. Me.navModificar = New System.Windows.Forms.ToolStripButton()
  63. Me.navNuevo = New System.Windows.Forms.ToolStripButton()
  64. Me.navEliminar = New System.Windows.Forms.ToolStripButton()
  65. Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
  66. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  67. Me.Panel1 = New System.Windows.Forms.Panel()
  68. Me.btnLimpiar = New System.Windows.Forms.Button()
  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.Controls.Add(Me.txtEmisionTotal)
  96. Me.TbGenerales.Controls.Add(Me.txtCesionFlujo5)
  97. Me.TbGenerales.Controls.Add(Me.Label32)
  98. Me.TbGenerales.Controls.Add(Me.txtPeriodosEmision)
  99. Me.TbGenerales.Controls.Add(Me.txtPeriodicidadEmision)
  100. Me.TbGenerales.Controls.Add(Me.Label36)
  101. Me.TbGenerales.Controls.Add(Me.txtCesionFlujo4)
  102. Me.TbGenerales.Controls.Add(Me.Label37)
  103. Me.TbGenerales.Controls.Add(Me.txtCesionFlujo3)
  104. Me.TbGenerales.Controls.Add(Me.Label4)
  105. Me.TbGenerales.Controls.Add(Me.GrpDatos)
  106. Me.TbGenerales.Controls.Add(Me.txtCesionFlujo2)
  107. Me.TbGenerales.Controls.Add(Me.txtCesionFlujo1)
  108. Me.TbGenerales.Controls.Add(Me.Label3)
  109. Me.TbGenerales.Controls.Add(Me.GrpInfo)
  110. Me.TbGenerales.Controls.Add(Me.Label40)
  111. Me.TbGenerales.Controls.Add(Me.Label1)
  112. Me.TbGenerales.Controls.Add(Me.Label2)
  113. Me.TbGenerales.Controls.Add(Me.btnTit0)
  114. Me.TbGenerales.Controls.Add(Me.lblBono)
  115. Me.TbGenerales.Location = New System.Drawing.Point(4, 22)
  116. Me.TbGenerales.Name = "TbGenerales"
  117. Me.TbGenerales.Padding = New System.Windows.Forms.Padding(3)
  118. Me.TbGenerales.Size = New System.Drawing.Size(792, 441)
  119. Me.TbGenerales.TabIndex = 0
  120. Me.TbGenerales.Text = "Datos Generales"
  121. Me.TbGenerales.UseVisualStyleBackColor = True
  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(517, 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.Location = New System.Drawing.Point(355, 388)
  374. Me.btnTit0.Name = "btnTit0"
  375. Me.btnTit0.Size = New System.Drawing.Size(85, 35)
  376. Me.btnTit0.TabIndex = 162
  377. Me.btnTit0.Text = "Aceptar"
  378. Me.btnTit0.UseVisualStyleBackColor = True
  379. '
  380. 'lblBono
  381. '
  382. Me.lblBono.Anchor = System.Windows.Forms.AnchorStyles.None
  383. Me.lblBono.AutoSize = True
  384. Me.lblBono.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  385. Me.lblBono.Location = New System.Drawing.Point(329, 19)
  386. Me.lblBono.Name = "lblBono"
  387. Me.lblBono.Size = New System.Drawing.Size(153, 24)
  388. Me.lblBono.TabIndex = 57
  389. Me.lblBono.Text = "Titularizaciones"
  390. '
  391. 'TbAmortizacion
  392. '
  393. Me.TbAmortizacion.Controls.Add(Me.Panel3)
  394. Me.TbAmortizacion.Controls.Add(Me.Panel2)
  395. Me.TbAmortizacion.Location = New System.Drawing.Point(4, 22)
  396. Me.TbAmortizacion.Name = "TbAmortizacion"
  397. Me.TbAmortizacion.Size = New System.Drawing.Size(792, 441)
  398. Me.TbAmortizacion.TabIndex = 2
  399. Me.TbAmortizacion.Text = "Amortizacion"
  400. Me.TbAmortizacion.UseVisualStyleBackColor = True
  401. '
  402. 'Panel3
  403. '
  404. Me.Panel3.Controls.Add(Me.dgvAmortizacion)
  405. Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill
  406. Me.Panel3.Location = New System.Drawing.Point(0, 45)
  407. Me.Panel3.Name = "Panel3"
  408. Me.Panel3.Size = New System.Drawing.Size(792, 396)
  409. Me.Panel3.TabIndex = 166
  410. '
  411. 'dgvAmortizacion
  412. '
  413. Me.dgvAmortizacion.AllowUserToAddRows = False
  414. Me.dgvAmortizacion.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  415. Me.dgvAmortizacion.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  416. Me.dgvAmortizacion.Dock = System.Windows.Forms.DockStyle.Fill
  417. Me.dgvAmortizacion.Location = New System.Drawing.Point(0, 0)
  418. Me.dgvAmortizacion.Name = "dgvAmortizacion"
  419. Me.dgvAmortizacion.Size = New System.Drawing.Size(792, 396)
  420. Me.dgvAmortizacion.TabIndex = 133
  421. '
  422. 'Panel2
  423. '
  424. Me.Panel2.Controls.Add(Me.btnLimpiar)
  425. Me.Panel2.Controls.Add(Me.btnExcel)
  426. Me.Panel2.Controls.Add(Me.Label6)
  427. Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
  428. Me.Panel2.Location = New System.Drawing.Point(0, 0)
  429. Me.Panel2.Name = "Panel2"
  430. Me.Panel2.Size = New System.Drawing.Size(792, 45)
  431. Me.Panel2.TabIndex = 165
  432. '
  433. 'btnExcel
  434. '
  435. Me.btnExcel.Location = New System.Drawing.Point(137, 3)
  436. Me.btnExcel.Name = "btnExcel"
  437. Me.btnExcel.Size = New System.Drawing.Size(78, 42)
  438. Me.btnExcel.TabIndex = 164
  439. Me.btnExcel.Text = "Agregar lista"
  440. Me.btnExcel.UseVisualStyleBackColor = True
  441. '
  442. 'Label6
  443. '
  444. Me.Label6.AutoSize = True
  445. Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  446. Me.Label6.Location = New System.Drawing.Point(17, 12)
  447. Me.Label6.Name = "Label6"
  448. Me.Label6.Size = New System.Drawing.Size(114, 22)
  449. Me.Label6.TabIndex = 58
  450. Me.Label6.Text = "Amortizacion"
  451. '
  452. 'BindingNavigator1
  453. '
  454. Me.BindingNavigator1.AddNewItem = Nothing
  455. Me.BindingNavigator1.CountItem = Nothing
  456. Me.BindingNavigator1.DeleteItem = Nothing
  457. Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorSeparator, Me.navModificar, Me.navNuevo, Me.navEliminar, Me.ToolStripButton1})
  458. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  459. Me.BindingNavigator1.MoveFirstItem = Nothing
  460. Me.BindingNavigator1.MoveLastItem = Nothing
  461. Me.BindingNavigator1.MoveNextItem = Nothing
  462. Me.BindingNavigator1.MovePreviousItem = Nothing
  463. Me.BindingNavigator1.Name = "BindingNavigator1"
  464. Me.BindingNavigator1.PositionItem = Nothing
  465. Me.BindingNavigator1.Size = New System.Drawing.Size(800, 25)
  466. Me.BindingNavigator1.TabIndex = 125
  467. Me.BindingNavigator1.Text = "BindingNavigator1"
  468. '
  469. 'BindingNavigatorSeparator
  470. '
  471. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  472. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  473. '
  474. 'navModificar
  475. '
  476. Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  477. Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
  478. Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
  479. Me.navModificar.Name = "navModificar"
  480. Me.navModificar.Size = New System.Drawing.Size(23, 22)
  481. Me.navModificar.Text = "Modificar"
  482. '
  483. 'navNuevo
  484. '
  485. Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  486. Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image)
  487. Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
  488. Me.navNuevo.Name = "navNuevo"
  489. Me.navNuevo.Size = New System.Drawing.Size(23, 22)
  490. Me.navNuevo.Text = "Nuevo"
  491. '
  492. 'navEliminar
  493. '
  494. Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  495. Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image)
  496. Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  497. Me.navEliminar.Name = "navEliminar"
  498. Me.navEliminar.Size = New System.Drawing.Size(23, 22)
  499. Me.navEliminar.Text = "Eliminar"
  500. '
  501. 'ToolStripButton1
  502. '
  503. Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  504. Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image)
  505. Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
  506. Me.ToolStripButton1.Name = "ToolStripButton1"
  507. Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22)
  508. Me.ToolStripButton1.Text = "btnRedencion"
  509. '
  510. 'Panel1
  511. '
  512. Me.Panel1.Controls.Add(Me.TabControl1)
  513. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  514. Me.Panel1.Location = New System.Drawing.Point(0, 25)
  515. Me.Panel1.Name = "Panel1"
  516. Me.Panel1.Size = New System.Drawing.Size(800, 467)
  517. Me.Panel1.TabIndex = 126
  518. '
  519. 'btnLimpiar
  520. '
  521. Me.btnLimpiar.Location = New System.Drawing.Point(221, 3)
  522. Me.btnLimpiar.Name = "btnLimpiar"
  523. Me.btnLimpiar.Size = New System.Drawing.Size(78, 42)
  524. Me.btnLimpiar.TabIndex = 165
  525. Me.btnLimpiar.Text = "Limpiar"
  526. Me.btnLimpiar.UseVisualStyleBackColor = True
  527. '
  528. 'frmResultadoTitularizacion
  529. '
  530. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  531. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  532. Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
  533. Me.ClientSize = New System.Drawing.Size(800, 492)
  534. Me.ControlBox = False
  535. Me.Controls.Add(Me.Panel1)
  536. Me.Controls.Add(Me.BindingNavigator1)
  537. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  538. Me.Name = "frmResultadoTitularizacion"
  539. Me.ShowIcon = False
  540. Me.Text = "frmResultadoTitularizacion"
  541. Me.TabControl1.ResumeLayout(False)
  542. Me.TbGenerales.ResumeLayout(False)
  543. Me.TbGenerales.PerformLayout()
  544. Me.GrpDatos.ResumeLayout(False)
  545. Me.GrpDatos.PerformLayout()
  546. Me.GrpInfo.ResumeLayout(False)
  547. Me.GrpInfo.PerformLayout()
  548. Me.TbAmortizacion.ResumeLayout(False)
  549. Me.Panel3.ResumeLayout(False)
  550. CType(Me.dgvAmortizacion, System.ComponentModel.ISupportInitialize).EndInit()
  551. Me.Panel2.ResumeLayout(False)
  552. Me.Panel2.PerformLayout()
  553. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  554. Me.BindingNavigator1.ResumeLayout(False)
  555. Me.BindingNavigator1.PerformLayout()
  556. Me.Panel1.ResumeLayout(False)
  557. Me.ResumeLayout(False)
  558. Me.PerformLayout()
  559. End Sub
  560. Friend WithEvents TabControl1 As TabControl
  561. Friend WithEvents TbGenerales As TabPage
  562. Friend WithEvents txtCesionFlujo5 As TextBox
  563. Friend WithEvents Label4 As Label
  564. Friend WithEvents txtCesionFlujo4 As TextBox
  565. Friend WithEvents Label3 As Label
  566. Friend WithEvents txtCesionFlujo3 As TextBox
  567. Friend WithEvents Label2 As Label
  568. Friend WithEvents txtCesionFlujo2 As TextBox
  569. Friend WithEvents Label1 As Label
  570. Friend WithEvents txtCesionFlujo1 As TextBox
  571. Friend WithEvents Label40 As Label
  572. Friend WithEvents txtMontoCompraPrimario As TextBox
  573. Friend WithEvents Label39 As Label
  574. Friend WithEvents txtMontoCompraEmision As TextBox
  575. Friend WithEvents Label38 As Label
  576. Friend WithEvents txtPeriodosEmision As TextBox
  577. Friend WithEvents Label37 As Label
  578. Friend WithEvents txtPeriodicidadEmision As TextBox
  579. Friend WithEvents Label36 As Label
  580. Friend WithEvents txtTasaEmision As TextBox
  581. Friend WithEvents dtpFechaEmision As DateTimePicker
  582. Friend WithEvents Label33 As Label
  583. Friend WithEvents txtEmisionTotal As TextBox
  584. Friend WithEvents Label32 As Label
  585. Friend WithEvents TbAmortizacion As TabPage
  586. Friend WithEvents Label6 As Label
  587. Friend WithEvents lblBono As Label
  588. Friend WithEvents dgvAmortizacion As DataGridView
  589. Friend WithEvents btnTit0 As Button
  590. Friend WithEvents BindingNavigator1 As BindingNavigator
  591. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  592. Friend WithEvents navModificar As ToolStripButton
  593. Friend WithEvents navNuevo As ToolStripButton
  594. Friend WithEvents navEliminar As ToolStripButton
  595. Friend WithEvents btnExcel As Button
  596. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  597. Friend WithEvents GrpDatos As GroupBox
  598. Friend WithEvents GrpInfo As GroupBox
  599. Friend WithEvents Label5 As Label
  600. Friend WithEvents Panel2 As Panel
  601. Friend WithEvents Panel1 As Panel
  602. Friend WithEvents Panel3 As Panel
  603. Friend WithEvents txtCantidadPeriodo As TextBox
  604. Friend WithEvents Label7 As Label
  605. Friend WithEvents cboPeriodoGracia As ComboBox
  606. Friend WithEvents ToolStripButton1 As ToolStripButton
  607. Friend WithEvents btnLimpiar As Button
  608. End Class