frmDAP.Designer.vb 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmDAP
  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.lblBono = New System.Windows.Forms.Label()
  23. Me.cboPeriodicidad = New System.Windows.Forms.ComboBox()
  24. Me.Label13 = New System.Windows.Forms.Label()
  25. Me.Label12 = New System.Windows.Forms.Label()
  26. Me.Label11 = New System.Windows.Forms.Label()
  27. Me.txtIngresoNeto = New System.Windows.Forms.TextBox()
  28. Me.txtRenta = New System.Windows.Forms.TextBox()
  29. Me.txtIngresoBruto = New System.Windows.Forms.TextBox()
  30. Me.Label10 = New System.Windows.Forms.Label()
  31. Me.Label9 = New System.Windows.Forms.Label()
  32. Me.dtpFechaVencimiento = New System.Windows.Forms.DateTimePicker()
  33. Me.dtpFechaOperacion = New System.Windows.Forms.DateTimePicker()
  34. Me.txtRendimientoNeto = New System.Windows.Forms.TextBox()
  35. Me.Label8 = New System.Windows.Forms.Label()
  36. Me.txtRendimientoBruto = New System.Windows.Forms.TextBox()
  37. Me.Label7 = New System.Windows.Forms.Label()
  38. Me.Label4 = New System.Windows.Forms.Label()
  39. Me.txtPlazo = New System.Windows.Forms.TextBox()
  40. Me.Label3 = New System.Windows.Forms.Label()
  41. Me.txtTasa = New System.Windows.Forms.TextBox()
  42. Me.Label2 = New System.Windows.Forms.Label()
  43. Me.txtMontoInversion = New System.Windows.Forms.TextBox()
  44. Me.Label1 = New System.Windows.Forms.Label()
  45. Me.dgvIntereses = New System.Windows.Forms.DataGridView()
  46. CType(Me.dgvIntereses, System.ComponentModel.ISupportInitialize).BeginInit()
  47. Me.SuspendLayout()
  48. '
  49. 'lblBono
  50. '
  51. Me.lblBono.AutoSize = True
  52. Me.lblBono.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  53. Me.lblBono.Location = New System.Drawing.Point(12, 9)
  54. Me.lblBono.Name = "lblBono"
  55. Me.lblBono.Size = New System.Drawing.Size(166, 24)
  56. Me.lblBono.TabIndex = 56
  57. Me.lblBono.Text = "Depositos a Plazo"
  58. '
  59. 'cboPeriodicidad
  60. '
  61. Me.cboPeriodicidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  62. Me.cboPeriodicidad.FormattingEnabled = True
  63. Me.cboPeriodicidad.Location = New System.Drawing.Point(139, 157)
  64. Me.cboPeriodicidad.Name = "cboPeriodicidad"
  65. Me.cboPeriodicidad.Size = New System.Drawing.Size(150, 21)
  66. Me.cboPeriodicidad.TabIndex = 77
  67. '
  68. 'Label13
  69. '
  70. Me.Label13.AutoSize = True
  71. Me.Label13.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  72. Me.Label13.Location = New System.Drawing.Point(16, 269)
  73. Me.Label13.Name = "Label13"
  74. Me.Label13.Size = New System.Drawing.Size(82, 18)
  75. Me.Label13.TabIndex = 84
  76. Me.Label13.Text = "Ingreso Neto"
  77. '
  78. 'Label12
  79. '
  80. Me.Label12.AutoSize = True
  81. Me.Label12.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  82. Me.Label12.Location = New System.Drawing.Point(16, 269)
  83. Me.Label12.Name = "Label12"
  84. Me.Label12.Size = New System.Drawing.Size(27, 18)
  85. Me.Label12.TabIndex = 83
  86. Me.Label12.Text = "ISR"
  87. '
  88. 'Label11
  89. '
  90. Me.Label11.AutoSize = True
  91. Me.Label11.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  92. Me.Label11.Location = New System.Drawing.Point(16, 225)
  93. Me.Label11.Name = "Label11"
  94. Me.Label11.Size = New System.Drawing.Size(86, 18)
  95. Me.Label11.TabIndex = 82
  96. Me.Label11.Text = "Ingreso Bruto"
  97. '
  98. 'txtIngresoNeto
  99. '
  100. Me.txtIngresoNeto.Location = New System.Drawing.Point(139, 268)
  101. Me.txtIngresoNeto.Name = "txtIngresoNeto"
  102. Me.txtIngresoNeto.ReadOnly = True
  103. Me.txtIngresoNeto.Size = New System.Drawing.Size(150, 20)
  104. Me.txtIngresoNeto.TabIndex = 66
  105. '
  106. 'txtRenta
  107. '
  108. Me.txtRenta.Location = New System.Drawing.Point(139, 246)
  109. Me.txtRenta.Name = "txtRenta"
  110. Me.txtRenta.ReadOnly = True
  111. Me.txtRenta.Size = New System.Drawing.Size(150, 20)
  112. Me.txtRenta.TabIndex = 67
  113. '
  114. 'txtIngresoBruto
  115. '
  116. Me.txtIngresoBruto.Location = New System.Drawing.Point(139, 224)
  117. Me.txtIngresoBruto.Name = "txtIngresoBruto"
  118. Me.txtIngresoBruto.ReadOnly = True
  119. Me.txtIngresoBruto.Size = New System.Drawing.Size(150, 20)
  120. Me.txtIngresoBruto.TabIndex = 68
  121. '
  122. 'Label10
  123. '
  124. Me.Label10.AutoSize = True
  125. Me.Label10.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  126. Me.Label10.Location = New System.Drawing.Point(16, 92)
  127. Me.Label10.Name = "Label10"
  128. Me.Label10.Size = New System.Drawing.Size(118, 18)
  129. Me.Label10.TabIndex = 81
  130. Me.Label10.Text = "Fecha Vencimiento"
  131. '
  132. 'Label9
  133. '
  134. Me.Label9.AutoSize = True
  135. Me.Label9.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  136. Me.Label9.Location = New System.Drawing.Point(16, 70)
  137. Me.Label9.Name = "Label9"
  138. Me.Label9.Size = New System.Drawing.Size(105, 18)
  139. Me.Label9.TabIndex = 80
  140. Me.Label9.Text = "Fecha Operación"
  141. '
  142. 'dtpFechaVencimiento
  143. '
  144. Me.dtpFechaVencimiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  145. Me.dtpFechaVencimiento.Location = New System.Drawing.Point(139, 91)
  146. Me.dtpFechaVencimiento.Name = "dtpFechaVencimiento"
  147. Me.dtpFechaVencimiento.Size = New System.Drawing.Size(150, 20)
  148. Me.dtpFechaVencimiento.TabIndex = 72
  149. '
  150. 'dtpFechaOperacion
  151. '
  152. Me.dtpFechaOperacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  153. Me.dtpFechaOperacion.Location = New System.Drawing.Point(139, 69)
  154. Me.dtpFechaOperacion.Name = "dtpFechaOperacion"
  155. Me.dtpFechaOperacion.Size = New System.Drawing.Size(150, 20)
  156. Me.dtpFechaOperacion.TabIndex = 71
  157. '
  158. 'txtRendimientoNeto
  159. '
  160. Me.txtRendimientoNeto.Location = New System.Drawing.Point(139, 202)
  161. Me.txtRendimientoNeto.Name = "txtRendimientoNeto"
  162. Me.txtRendimientoNeto.ReadOnly = True
  163. Me.txtRendimientoNeto.Size = New System.Drawing.Size(150, 20)
  164. Me.txtRendimientoNeto.TabIndex = 65
  165. '
  166. 'Label8
  167. '
  168. Me.Label8.AutoSize = True
  169. Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  170. Me.Label8.Location = New System.Drawing.Point(16, 203)
  171. Me.Label8.Name = "Label8"
  172. Me.Label8.Size = New System.Drawing.Size(113, 18)
  173. Me.Label8.TabIndex = 79
  174. Me.Label8.Text = "Rendimiento Neto"
  175. '
  176. 'txtRendimientoBruto
  177. '
  178. Me.txtRendimientoBruto.Location = New System.Drawing.Point(139, 180)
  179. Me.txtRendimientoBruto.Name = "txtRendimientoBruto"
  180. Me.txtRendimientoBruto.ReadOnly = True
  181. Me.txtRendimientoBruto.Size = New System.Drawing.Size(150, 20)
  182. Me.txtRendimientoBruto.TabIndex = 64
  183. '
  184. 'Label7
  185. '
  186. Me.Label7.AutoSize = True
  187. Me.Label7.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  188. Me.Label7.Location = New System.Drawing.Point(16, 181)
  189. Me.Label7.Name = "Label7"
  190. Me.Label7.Size = New System.Drawing.Size(117, 18)
  191. Me.Label7.TabIndex = 78
  192. Me.Label7.Text = "Rendimiento Bruto"
  193. '
  194. 'Label4
  195. '
  196. Me.Label4.AutoSize = True
  197. Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  198. Me.Label4.Location = New System.Drawing.Point(16, 158)
  199. Me.Label4.Name = "Label4"
  200. Me.Label4.Size = New System.Drawing.Size(80, 18)
  201. Me.Label4.TabIndex = 76
  202. Me.Label4.Text = "Periodicidad"
  203. '
  204. 'txtPlazo
  205. '
  206. Me.txtPlazo.Location = New System.Drawing.Point(139, 113)
  207. Me.txtPlazo.Name = "txtPlazo"
  208. Me.txtPlazo.Size = New System.Drawing.Size(150, 20)
  209. Me.txtPlazo.TabIndex = 73
  210. '
  211. 'Label3
  212. '
  213. Me.Label3.AutoSize = True
  214. Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  215. Me.Label3.Location = New System.Drawing.Point(16, 114)
  216. Me.Label3.Name = "Label3"
  217. Me.Label3.Size = New System.Drawing.Size(38, 18)
  218. Me.Label3.TabIndex = 74
  219. Me.Label3.Text = "Plazo"
  220. '
  221. 'txtTasa
  222. '
  223. Me.txtTasa.Location = New System.Drawing.Point(139, 135)
  224. Me.txtTasa.Name = "txtTasa"
  225. Me.txtTasa.Size = New System.Drawing.Size(150, 20)
  226. Me.txtTasa.TabIndex = 75
  227. '
  228. 'Label2
  229. '
  230. Me.Label2.AutoSize = True
  231. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  232. Me.Label2.Location = New System.Drawing.Point(16, 136)
  233. Me.Label2.Name = "Label2"
  234. Me.Label2.Size = New System.Drawing.Size(36, 18)
  235. Me.Label2.TabIndex = 70
  236. Me.Label2.Text = "Tasa"
  237. '
  238. 'txtMontoInversion
  239. '
  240. Me.txtMontoInversion.Location = New System.Drawing.Point(139, 47)
  241. Me.txtMontoInversion.Name = "txtMontoInversion"
  242. Me.txtMontoInversion.Size = New System.Drawing.Size(150, 20)
  243. Me.txtMontoInversion.TabIndex = 69
  244. '
  245. 'Label1
  246. '
  247. Me.Label1.AutoSize = True
  248. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  249. Me.Label1.Location = New System.Drawing.Point(16, 48)
  250. Me.Label1.Name = "Label1"
  251. Me.Label1.Size = New System.Drawing.Size(102, 18)
  252. Me.Label1.TabIndex = 63
  253. Me.Label1.Text = "Monto Inversión"
  254. '
  255. 'dgvIntereses
  256. '
  257. Me.dgvIntereses.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  258. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  259. Me.dgvIntereses.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  260. Me.dgvIntereses.Location = New System.Drawing.Point(19, 294)
  261. Me.dgvIntereses.MultiSelect = False
  262. Me.dgvIntereses.Name = "dgvIntereses"
  263. Me.dgvIntereses.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  264. Me.dgvIntereses.Size = New System.Drawing.Size(425, 150)
  265. Me.dgvIntereses.TabIndex = 85
  266. '
  267. 'frmDAP
  268. '
  269. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  270. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  271. Me.ClientSize = New System.Drawing.Size(467, 450)
  272. Me.Controls.Add(Me.dgvIntereses)
  273. Me.Controls.Add(Me.cboPeriodicidad)
  274. Me.Controls.Add(Me.Label13)
  275. Me.Controls.Add(Me.Label12)
  276. Me.Controls.Add(Me.Label11)
  277. Me.Controls.Add(Me.txtIngresoNeto)
  278. Me.Controls.Add(Me.txtRenta)
  279. Me.Controls.Add(Me.txtIngresoBruto)
  280. Me.Controls.Add(Me.Label10)
  281. Me.Controls.Add(Me.Label9)
  282. Me.Controls.Add(Me.dtpFechaVencimiento)
  283. Me.Controls.Add(Me.dtpFechaOperacion)
  284. Me.Controls.Add(Me.txtRendimientoNeto)
  285. Me.Controls.Add(Me.Label8)
  286. Me.Controls.Add(Me.txtRendimientoBruto)
  287. Me.Controls.Add(Me.Label7)
  288. Me.Controls.Add(Me.Label4)
  289. Me.Controls.Add(Me.txtPlazo)
  290. Me.Controls.Add(Me.Label3)
  291. Me.Controls.Add(Me.txtTasa)
  292. Me.Controls.Add(Me.Label2)
  293. Me.Controls.Add(Me.txtMontoInversion)
  294. Me.Controls.Add(Me.Label1)
  295. Me.Controls.Add(Me.lblBono)
  296. Me.Name = "frmDAP"
  297. Me.Text = "frmDAP"
  298. CType(Me.dgvIntereses, System.ComponentModel.ISupportInitialize).EndInit()
  299. Me.ResumeLayout(False)
  300. Me.PerformLayout()
  301. End Sub
  302. Friend WithEvents lblBono As Label
  303. Friend WithEvents cboPeriodicidad As ComboBox
  304. Friend WithEvents Label13 As Label
  305. Friend WithEvents Label12 As Label
  306. Friend WithEvents Label11 As Label
  307. Friend WithEvents txtIngresoNeto As TextBox
  308. Friend WithEvents txtRenta As TextBox
  309. Friend WithEvents txtIngresoBruto As TextBox
  310. Friend WithEvents Label10 As Label
  311. Friend WithEvents Label9 As Label
  312. Friend WithEvents dtpFechaVencimiento As DateTimePicker
  313. Friend WithEvents dtpFechaOperacion As DateTimePicker
  314. Friend WithEvents txtRendimientoNeto As TextBox
  315. Friend WithEvents Label8 As Label
  316. Friend WithEvents txtRendimientoBruto As TextBox
  317. Friend WithEvents Label7 As Label
  318. Friend WithEvents Label4 As Label
  319. Friend WithEvents txtPlazo As TextBox
  320. Friend WithEvents Label3 As Label
  321. Friend WithEvents txtTasa As TextBox
  322. Friend WithEvents Label2 As Label
  323. Friend WithEvents txtMontoInversion As TextBox
  324. Friend WithEvents Label1 As Label
  325. Friend WithEvents dgvIntereses As DataGridView
  326. End Class