frmDepositosAPlazo.Designer.vb 22 KB

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