frmNotaEstructurada.Designer.vb 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmNotaEstructurada
  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(frmNotaEstructurada))
  24. Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
  25. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  26. Me.navModificar = New System.Windows.Forms.ToolStripButton()
  27. Me.navNuevo = New System.Windows.Forms.ToolStripButton()
  28. Me.navEliminar = New System.Windows.Forms.ToolStripButton()
  29. Me.txtImpuesto = New System.Windows.Forms.TextBox()
  30. Me.lblImpuesto = New System.Windows.Forms.Label()
  31. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  32. Me.Label11 = New System.Windows.Forms.Label()
  33. Me.Label6 = New System.Windows.Forms.Label()
  34. Me.Label5 = New System.Windows.Forms.Label()
  35. Me.txtIngresoNeto = New System.Windows.Forms.TextBox()
  36. Me.txtRenta = New System.Windows.Forms.TextBox()
  37. Me.txtIngresoBruto = New System.Windows.Forms.TextBox()
  38. Me.txtPlazo = New System.Windows.Forms.TextBox()
  39. Me.btnGME = New System.Windows.Forms.Button()
  40. Me.cboPeriodicidad = New System.Windows.Forms.ComboBox()
  41. Me.btnCancelar = New System.Windows.Forms.Button()
  42. Me.dgvIntereses = New System.Windows.Forms.DataGridView()
  43. Me.lblNotaEstructurada = New System.Windows.Forms.Label()
  44. Me.Label10 = New System.Windows.Forms.Label()
  45. Me.Label9 = New System.Windows.Forms.Label()
  46. Me.dtpFechaVencimiento = New System.Windows.Forms.DateTimePicker()
  47. Me.dtpFechaOperacion = New System.Windows.Forms.DateTimePicker()
  48. Me.txtRendimientoNeto = New System.Windows.Forms.TextBox()
  49. Me.Label8 = New System.Windows.Forms.Label()
  50. Me.txtRendimientoBruto = New System.Windows.Forms.TextBox()
  51. Me.Label7 = New System.Windows.Forms.Label()
  52. Me.Label4 = New System.Windows.Forms.Label()
  53. Me.Label3 = New System.Windows.Forms.Label()
  54. Me.txtTasa = New System.Windows.Forms.TextBox()
  55. Me.Label2 = New System.Windows.Forms.Label()
  56. Me.txtMontoInversion = New System.Windows.Forms.TextBox()
  57. Me.Label1 = New System.Windows.Forms.Label()
  58. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
  59. Me.BindingNavigator1.SuspendLayout()
  60. Me.GroupBox1.SuspendLayout()
  61. CType(Me.dgvIntereses, System.ComponentModel.ISupportInitialize).BeginInit()
  62. Me.SuspendLayout()
  63. '
  64. 'BindingNavigator1
  65. '
  66. Me.BindingNavigator1.AddNewItem = Nothing
  67. Me.BindingNavigator1.CountItem = Nothing
  68. Me.BindingNavigator1.DeleteItem = Nothing
  69. Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorSeparator, Me.navModificar, Me.navNuevo, Me.navEliminar})
  70. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  71. Me.BindingNavigator1.MoveFirstItem = Nothing
  72. Me.BindingNavigator1.MoveLastItem = Nothing
  73. Me.BindingNavigator1.MoveNextItem = Nothing
  74. Me.BindingNavigator1.MovePreviousItem = Nothing
  75. Me.BindingNavigator1.Name = "BindingNavigator1"
  76. Me.BindingNavigator1.PositionItem = Nothing
  77. Me.BindingNavigator1.Size = New System.Drawing.Size(783, 25)
  78. Me.BindingNavigator1.TabIndex = 128
  79. Me.BindingNavigator1.Text = "BindingNavigator1"
  80. '
  81. 'BindingNavigatorSeparator
  82. '
  83. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  84. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  85. '
  86. 'navModificar
  87. '
  88. Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  89. Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
  90. Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
  91. Me.navModificar.Name = "navModificar"
  92. Me.navModificar.Size = New System.Drawing.Size(23, 22)
  93. Me.navModificar.Text = "Modificar"
  94. '
  95. 'navNuevo
  96. '
  97. Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  98. Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image)
  99. Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
  100. Me.navNuevo.Name = "navNuevo"
  101. Me.navNuevo.Size = New System.Drawing.Size(23, 22)
  102. Me.navNuevo.Text = "Nuevo"
  103. '
  104. 'navEliminar
  105. '
  106. Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  107. Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image)
  108. Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  109. Me.navEliminar.Name = "navEliminar"
  110. Me.navEliminar.Size = New System.Drawing.Size(23, 22)
  111. Me.navEliminar.Text = "Eliminar"
  112. '
  113. 'txtImpuesto
  114. '
  115. Me.txtImpuesto.Location = New System.Drawing.Point(417, 176)
  116. Me.txtImpuesto.MaxLength = 20
  117. Me.txtImpuesto.Name = "txtImpuesto"
  118. Me.txtImpuesto.Size = New System.Drawing.Size(150, 20)
  119. Me.txtImpuesto.TabIndex = 155
  120. '
  121. 'lblImpuesto
  122. '
  123. Me.lblImpuesto.AutoSize = True
  124. Me.lblImpuesto.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  125. Me.lblImpuesto.Location = New System.Drawing.Point(213, 181)
  126. Me.lblImpuesto.Name = "lblImpuesto"
  127. Me.lblImpuesto.Size = New System.Drawing.Size(62, 18)
  128. Me.lblImpuesto.TabIndex = 154
  129. Me.lblImpuesto.Text = "Impuesto"
  130. '
  131. 'GroupBox1
  132. '
  133. Me.GroupBox1.Controls.Add(Me.Label11)
  134. Me.GroupBox1.Controls.Add(Me.Label6)
  135. Me.GroupBox1.Controls.Add(Me.Label5)
  136. Me.GroupBox1.Controls.Add(Me.txtIngresoNeto)
  137. Me.GroupBox1.Controls.Add(Me.txtRenta)
  138. Me.GroupBox1.Controls.Add(Me.txtIngresoBruto)
  139. Me.GroupBox1.Location = New System.Drawing.Point(128, 262)
  140. Me.GroupBox1.Name = "GroupBox1"
  141. Me.GroupBox1.Size = New System.Drawing.Size(523, 83)
  142. Me.GroupBox1.TabIndex = 153
  143. Me.GroupBox1.TabStop = False
  144. Me.GroupBox1.Text = "Totales"
  145. '
  146. 'Label11
  147. '
  148. Me.Label11.AutoSize = True
  149. Me.Label11.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  150. Me.Label11.Location = New System.Drawing.Point(367, 16)
  151. Me.Label11.Name = "Label11"
  152. Me.Label11.Size = New System.Drawing.Size(82, 18)
  153. Me.Label11.TabIndex = 135
  154. Me.Label11.Text = "Ingreso Neto"
  155. '
  156. 'Label6
  157. '
  158. Me.Label6.AutoSize = True
  159. Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  160. Me.Label6.Location = New System.Drawing.Point(236, 16)
  161. Me.Label6.Name = "Label6"
  162. Me.Label6.Size = New System.Drawing.Size(41, 18)
  163. Me.Label6.TabIndex = 134
  164. Me.Label6.Text = "Renta"
  165. '
  166. 'Label5
  167. '
  168. Me.Label5.AutoSize = True
  169. Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  170. Me.Label5.Location = New System.Drawing.Point(61, 16)
  171. Me.Label5.Name = "Label5"
  172. Me.Label5.Size = New System.Drawing.Size(86, 18)
  173. Me.Label5.TabIndex = 131
  174. Me.Label5.Text = "Ingreso Bruto"
  175. '
  176. 'txtIngresoNeto
  177. '
  178. Me.txtIngresoNeto.Location = New System.Drawing.Point(358, 47)
  179. Me.txtIngresoNeto.MaxLength = 20
  180. Me.txtIngresoNeto.Name = "txtIngresoNeto"
  181. Me.txtIngresoNeto.ReadOnly = True
  182. Me.txtIngresoNeto.Size = New System.Drawing.Size(100, 20)
  183. Me.txtIngresoNeto.TabIndex = 133
  184. '
  185. 'txtRenta
  186. '
  187. Me.txtRenta.Location = New System.Drawing.Point(207, 47)
  188. Me.txtRenta.MaxLength = 20
  189. Me.txtRenta.Name = "txtRenta"
  190. Me.txtRenta.ReadOnly = True
  191. Me.txtRenta.Size = New System.Drawing.Size(100, 20)
  192. Me.txtRenta.TabIndex = 132
  193. '
  194. 'txtIngresoBruto
  195. '
  196. Me.txtIngresoBruto.Location = New System.Drawing.Point(57, 47)
  197. Me.txtIngresoBruto.MaxLength = 20
  198. Me.txtIngresoBruto.Name = "txtIngresoBruto"
  199. Me.txtIngresoBruto.ReadOnly = True
  200. Me.txtIngresoBruto.Size = New System.Drawing.Size(100, 20)
  201. Me.txtIngresoBruto.TabIndex = 131
  202. '
  203. 'txtPlazo
  204. '
  205. Me.txtPlazo.Location = New System.Drawing.Point(417, 135)
  206. Me.txtPlazo.MaxLength = 5
  207. Me.txtPlazo.Name = "txtPlazo"
  208. Me.txtPlazo.Size = New System.Drawing.Size(150, 20)
  209. Me.txtPlazo.TabIndex = 152
  210. '
  211. 'btnGME
  212. '
  213. Me.btnGME.BackColor = System.Drawing.Color.White
  214. Me.btnGME.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  215. Me.btnGME.ForeColor = System.Drawing.Color.Maroon
  216. Me.btnGME.Location = New System.Drawing.Point(29, 555)
  217. Me.btnGME.Name = "btnGME"
  218. Me.btnGME.Size = New System.Drawing.Size(75, 23)
  219. Me.btnGME.TabIndex = 151
  220. Me.btnGME.Text = "Aceptar"
  221. Me.btnGME.UseVisualStyleBackColor = False
  222. '
  223. 'cboPeriodicidad
  224. '
  225. Me.cboPeriodicidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  226. Me.cboPeriodicidad.FormattingEnabled = True
  227. Me.cboPeriodicidad.Location = New System.Drawing.Point(417, 199)
  228. Me.cboPeriodicidad.Name = "cboPeriodicidad"
  229. Me.cboPeriodicidad.Size = New System.Drawing.Size(150, 21)
  230. Me.cboPeriodicidad.TabIndex = 142
  231. '
  232. 'btnCancelar
  233. '
  234. Me.btnCancelar.BackColor = System.Drawing.Color.White
  235. Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel
  236. Me.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  237. Me.btnCancelar.ForeColor = System.Drawing.Color.Maroon
  238. Me.btnCancelar.Location = New System.Drawing.Point(127, 555)
  239. Me.btnCancelar.Name = "btnCancelar"
  240. Me.btnCancelar.Size = New System.Drawing.Size(75, 23)
  241. Me.btnCancelar.TabIndex = 150
  242. Me.btnCancelar.Text = "Cancelar"
  243. Me.btnCancelar.UseVisualStyleBackColor = False
  244. '
  245. 'dgvIntereses
  246. '
  247. Me.dgvIntereses.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  248. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  249. Me.dgvIntereses.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  250. Me.dgvIntereses.BackgroundColor = System.Drawing.Color.White
  251. Me.dgvIntereses.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  252. Me.dgvIntereses.Location = New System.Drawing.Point(0, 351)
  253. Me.dgvIntereses.MultiSelect = False
  254. Me.dgvIntereses.Name = "dgvIntereses"
  255. Me.dgvIntereses.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  256. Me.dgvIntereses.Size = New System.Drawing.Size(783, 198)
  257. Me.dgvIntereses.TabIndex = 149
  258. '
  259. 'lblNotaEstructurada
  260. '
  261. Me.lblNotaEstructurada.AutoSize = True
  262. Me.lblNotaEstructurada.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  263. Me.lblNotaEstructurada.Location = New System.Drawing.Point(284, 18)
  264. Me.lblNotaEstructurada.Name = "lblNotaEstructurada"
  265. Me.lblNotaEstructurada.Size = New System.Drawing.Size(171, 24)
  266. Me.lblNotaEstructurada.TabIndex = 148
  267. Me.lblNotaEstructurada.Text = "Nota Estructurada"
  268. '
  269. 'Label10
  270. '
  271. Me.Label10.AutoSize = True
  272. Me.Label10.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  273. Me.Label10.Location = New System.Drawing.Point(213, 114)
  274. Me.Label10.Name = "Label10"
  275. Me.Label10.Size = New System.Drawing.Size(117, 18)
  276. Me.Label10.TabIndex = 147
  277. Me.Label10.Text = "Fecha Vencimiento"
  278. '
  279. 'Label9
  280. '
  281. Me.Label9.AutoSize = True
  282. Me.Label9.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  283. Me.Label9.Location = New System.Drawing.Point(213, 92)
  284. Me.Label9.Name = "Label9"
  285. Me.Label9.Size = New System.Drawing.Size(105, 18)
  286. Me.Label9.TabIndex = 146
  287. Me.Label9.Text = "Fecha Operación"
  288. '
  289. 'dtpFechaVencimiento
  290. '
  291. Me.dtpFechaVencimiento.Enabled = False
  292. Me.dtpFechaVencimiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  293. Me.dtpFechaVencimiento.Location = New System.Drawing.Point(417, 114)
  294. Me.dtpFechaVencimiento.Name = "dtpFechaVencimiento"
  295. Me.dtpFechaVencimiento.Size = New System.Drawing.Size(150, 20)
  296. Me.dtpFechaVencimiento.TabIndex = 139
  297. '
  298. 'dtpFechaOperacion
  299. '
  300. Me.dtpFechaOperacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  301. Me.dtpFechaOperacion.Location = New System.Drawing.Point(417, 92)
  302. Me.dtpFechaOperacion.Name = "dtpFechaOperacion"
  303. Me.dtpFechaOperacion.Size = New System.Drawing.Size(150, 20)
  304. Me.dtpFechaOperacion.TabIndex = 138
  305. '
  306. 'txtRendimientoNeto
  307. '
  308. Me.txtRendimientoNeto.Location = New System.Drawing.Point(417, 244)
  309. Me.txtRendimientoNeto.MaxLength = 20
  310. Me.txtRendimientoNeto.Name = "txtRendimientoNeto"
  311. Me.txtRendimientoNeto.ReadOnly = True
  312. Me.txtRendimientoNeto.Size = New System.Drawing.Size(150, 20)
  313. Me.txtRendimientoNeto.TabIndex = 135
  314. '
  315. 'Label8
  316. '
  317. Me.Label8.AutoSize = True
  318. Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  319. Me.Label8.Location = New System.Drawing.Point(213, 244)
  320. Me.Label8.Name = "Label8"
  321. Me.Label8.Size = New System.Drawing.Size(112, 18)
  322. Me.Label8.TabIndex = 145
  323. Me.Label8.Text = "Rendimiento Neto"
  324. '
  325. 'txtRendimientoBruto
  326. '
  327. Me.txtRendimientoBruto.Location = New System.Drawing.Point(417, 222)
  328. Me.txtRendimientoBruto.MaxLength = 20
  329. Me.txtRendimientoBruto.Name = "txtRendimientoBruto"
  330. Me.txtRendimientoBruto.ReadOnly = True
  331. Me.txtRendimientoBruto.Size = New System.Drawing.Size(150, 20)
  332. Me.txtRendimientoBruto.TabIndex = 134
  333. '
  334. 'Label7
  335. '
  336. Me.Label7.AutoSize = True
  337. Me.Label7.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  338. Me.Label7.Location = New System.Drawing.Point(213, 222)
  339. Me.Label7.Name = "Label7"
  340. Me.Label7.Size = New System.Drawing.Size(116, 18)
  341. Me.Label7.TabIndex = 144
  342. Me.Label7.Text = "Rendimiento Bruto"
  343. '
  344. 'Label4
  345. '
  346. Me.Label4.AutoSize = True
  347. Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  348. Me.Label4.Location = New System.Drawing.Point(213, 199)
  349. Me.Label4.Name = "Label4"
  350. Me.Label4.Size = New System.Drawing.Size(79, 18)
  351. Me.Label4.TabIndex = 143
  352. Me.Label4.Text = "Periodicidad"
  353. '
  354. 'Label3
  355. '
  356. Me.Label3.AutoSize = True
  357. Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  358. Me.Label3.Location = New System.Drawing.Point(213, 136)
  359. Me.Label3.Name = "Label3"
  360. Me.Label3.Size = New System.Drawing.Size(38, 18)
  361. Me.Label3.TabIndex = 140
  362. Me.Label3.Text = "Plazo"
  363. '
  364. 'txtTasa
  365. '
  366. Me.txtTasa.Location = New System.Drawing.Point(417, 158)
  367. Me.txtTasa.MaxLength = 20
  368. Me.txtTasa.Name = "txtTasa"
  369. Me.txtTasa.Size = New System.Drawing.Size(150, 20)
  370. Me.txtTasa.TabIndex = 141
  371. '
  372. 'Label2
  373. '
  374. Me.Label2.AutoSize = True
  375. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  376. Me.Label2.Location = New System.Drawing.Point(213, 158)
  377. Me.Label2.Name = "Label2"
  378. Me.Label2.Size = New System.Drawing.Size(34, 18)
  379. Me.Label2.TabIndex = 137
  380. Me.Label2.Text = "Tasa"
  381. '
  382. 'txtMontoInversion
  383. '
  384. Me.txtMontoInversion.Location = New System.Drawing.Point(417, 70)
  385. Me.txtMontoInversion.MaxLength = 20
  386. Me.txtMontoInversion.Name = "txtMontoInversion"
  387. Me.txtMontoInversion.Size = New System.Drawing.Size(150, 20)
  388. Me.txtMontoInversion.TabIndex = 136
  389. '
  390. 'Label1
  391. '
  392. Me.Label1.AutoSize = True
  393. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  394. Me.Label1.Location = New System.Drawing.Point(213, 70)
  395. Me.Label1.Name = "Label1"
  396. Me.Label1.Size = New System.Drawing.Size(102, 18)
  397. Me.Label1.TabIndex = 133
  398. Me.Label1.Text = "Monto Inversión"
  399. '
  400. 'frmNotaEstructurada
  401. '
  402. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  403. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  404. Me.BackColor = System.Drawing.Color.WhiteSmoke
  405. Me.ClientSize = New System.Drawing.Size(783, 597)
  406. Me.Controls.Add(Me.txtImpuesto)
  407. Me.Controls.Add(Me.lblImpuesto)
  408. Me.Controls.Add(Me.GroupBox1)
  409. Me.Controls.Add(Me.txtPlazo)
  410. Me.Controls.Add(Me.btnGME)
  411. Me.Controls.Add(Me.cboPeriodicidad)
  412. Me.Controls.Add(Me.btnCancelar)
  413. Me.Controls.Add(Me.dgvIntereses)
  414. Me.Controls.Add(Me.lblNotaEstructurada)
  415. Me.Controls.Add(Me.Label10)
  416. Me.Controls.Add(Me.Label9)
  417. Me.Controls.Add(Me.dtpFechaVencimiento)
  418. Me.Controls.Add(Me.dtpFechaOperacion)
  419. Me.Controls.Add(Me.txtRendimientoNeto)
  420. Me.Controls.Add(Me.Label8)
  421. Me.Controls.Add(Me.txtRendimientoBruto)
  422. Me.Controls.Add(Me.Label7)
  423. Me.Controls.Add(Me.Label4)
  424. Me.Controls.Add(Me.Label3)
  425. Me.Controls.Add(Me.txtTasa)
  426. Me.Controls.Add(Me.Label2)
  427. Me.Controls.Add(Me.txtMontoInversion)
  428. Me.Controls.Add(Me.Label1)
  429. Me.Controls.Add(Me.BindingNavigator1)
  430. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  431. Me.Name = "frmNotaEstructurada"
  432. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  433. Me.BindingNavigator1.ResumeLayout(False)
  434. Me.BindingNavigator1.PerformLayout()
  435. Me.GroupBox1.ResumeLayout(False)
  436. Me.GroupBox1.PerformLayout()
  437. CType(Me.dgvIntereses, System.ComponentModel.ISupportInitialize).EndInit()
  438. Me.ResumeLayout(False)
  439. Me.PerformLayout()
  440. End Sub
  441. Friend WithEvents BindingNavigator1 As BindingNavigator
  442. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  443. Friend WithEvents navModificar As ToolStripButton
  444. Friend WithEvents navNuevo As ToolStripButton
  445. Friend WithEvents navEliminar As ToolStripButton
  446. Friend WithEvents txtImpuesto As TextBox
  447. Friend WithEvents lblImpuesto As Label
  448. Friend WithEvents GroupBox1 As GroupBox
  449. Friend WithEvents Label11 As Label
  450. Friend WithEvents Label6 As Label
  451. Friend WithEvents Label5 As Label
  452. Friend WithEvents txtIngresoNeto As TextBox
  453. Friend WithEvents txtRenta As TextBox
  454. Friend WithEvents txtIngresoBruto As TextBox
  455. Friend WithEvents txtPlazo As TextBox
  456. Friend WithEvents btnGME As Button
  457. Friend WithEvents cboPeriodicidad As ComboBox
  458. Friend WithEvents btnCancelar As Button
  459. Friend WithEvents dgvIntereses As DataGridView
  460. Friend WithEvents lblNotaEstructurada As Label
  461. Friend WithEvents Label10 As Label
  462. Friend WithEvents Label9 As Label
  463. Friend WithEvents dtpFechaVencimiento As DateTimePicker
  464. Friend WithEvents dtpFechaOperacion As DateTimePicker
  465. Friend WithEvents txtRendimientoNeto As TextBox
  466. Friend WithEvents Label8 As Label
  467. Friend WithEvents txtRendimientoBruto As TextBox
  468. Friend WithEvents Label7 As Label
  469. Friend WithEvents Label4 As Label
  470. Friend WithEvents Label3 As Label
  471. Friend WithEvents txtTasa As TextBox
  472. Friend WithEvents Label2 As Label
  473. Friend WithEvents txtMontoInversion As TextBox
  474. Friend WithEvents Label1 As Label
  475. End Class