frmPrestamoPersonal.Designer.vb 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmPrestamoPersonal
  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(frmPrestamoPersonal))
  24. Me.txtTasaInteres = New System.Windows.Forms.TextBox()
  25. Me.Label2 = New System.Windows.Forms.Label()
  26. Me.lblPrestamoPersonal = New System.Windows.Forms.Label()
  27. Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
  28. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  29. Me.navModificar = New System.Windows.Forms.ToolStripButton()
  30. Me.navNuevo = New System.Windows.Forms.ToolStripButton()
  31. Me.navEliminar = New System.Windows.Forms.ToolStripButton()
  32. Me.TabControl1 = New System.Windows.Forms.TabControl()
  33. Me.TabPage2 = New System.Windows.Forms.TabPage()
  34. Me.GrpDatos = New System.Windows.Forms.GroupBox()
  35. Me.txtNombreDeudor = New System.Windows.Forms.TextBox()
  36. Me.txtNumeroDeudor = New System.Windows.Forms.TextBox()
  37. Me.txtPeriodo = New System.Windows.Forms.TextBox()
  38. Me.dtpFechaPago = New System.Windows.Forms.DateTimePicker()
  39. Me.dtpFechaOtorgamiento = New System.Windows.Forms.DateTimePicker()
  40. Me.GrpInfo = New System.Windows.Forms.GroupBox()
  41. Me.Label18 = New System.Windows.Forms.Label()
  42. Me.Label14 = New System.Windows.Forms.Label()
  43. Me.Label17 = New System.Windows.Forms.Label()
  44. Me.Label16 = New System.Windows.Forms.Label()
  45. Me.Label15 = New System.Windows.Forms.Label()
  46. Me.btnAccion = New System.Windows.Forms.Button()
  47. Me.Label13 = New System.Windows.Forms.Label()
  48. Me.Label12 = New System.Windows.Forms.Label()
  49. Me.Label11 = New System.Windows.Forms.Label()
  50. Me.Label10 = New System.Windows.Forms.Label()
  51. Me.Label9 = New System.Windows.Forms.Label()
  52. Me.Label8 = New System.Windows.Forms.Label()
  53. Me.TabPage1 = New System.Windows.Forms.TabPage()
  54. Me.Label19 = New System.Windows.Forms.Label()
  55. Me.GrpDatos2 = New System.Windows.Forms.GroupBox()
  56. Me.txtMontoPrestamo = New System.Windows.Forms.TextBox()
  57. Me.txtCuotasMensuales = New System.Windows.Forms.TextBox()
  58. Me.txtAñoPrestamo = New System.Windows.Forms.TextBox()
  59. Me.GrpInfo2 = New System.Windows.Forms.GroupBox()
  60. Me.Label4 = New System.Windows.Forms.Label()
  61. Me.Label3 = New System.Windows.Forms.Label()
  62. Me.Label1 = New System.Windows.Forms.Label()
  63. Me.GrpInfo3 = New System.Windows.Forms.GroupBox()
  64. Me.Label7 = New System.Windows.Forms.Label()
  65. Me.Label6 = New System.Windows.Forms.Label()
  66. Me.txtSeguro = New System.Windows.Forms.TextBox()
  67. Me.txtCuotaSinSeguro = New System.Windows.Forms.TextBox()
  68. Me.txtCuotaReal = New System.Windows.Forms.TextBox()
  69. Me.Label5 = New System.Windows.Forms.Label()
  70. Me.TabPage3 = New System.Windows.Forms.TabPage()
  71. Me.dgvAmortizacion = New System.Windows.Forms.DataGridView()
  72. Me.Panel1 = New System.Windows.Forms.Panel()
  73. Me.CkbPrueba = New System.Windows.Forms.CheckBox()
  74. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
  75. Me.BindingNavigator1.SuspendLayout()
  76. Me.TabControl1.SuspendLayout()
  77. Me.TabPage2.SuspendLayout()
  78. Me.GrpDatos.SuspendLayout()
  79. Me.GrpInfo.SuspendLayout()
  80. Me.TabPage1.SuspendLayout()
  81. Me.GrpDatos2.SuspendLayout()
  82. Me.GrpInfo2.SuspendLayout()
  83. Me.GrpInfo3.SuspendLayout()
  84. Me.TabPage3.SuspendLayout()
  85. CType(Me.dgvAmortizacion, System.ComponentModel.ISupportInitialize).BeginInit()
  86. Me.Panel1.SuspendLayout()
  87. Me.SuspendLayout()
  88. '
  89. 'txtTasaInteres
  90. '
  91. Me.txtTasaInteres.Location = New System.Drawing.Point(24, 25)
  92. Me.txtTasaInteres.Name = "txtTasaInteres"
  93. Me.txtTasaInteres.Size = New System.Drawing.Size(150, 20)
  94. Me.txtTasaInteres.TabIndex = 119
  95. '
  96. 'Label2
  97. '
  98. Me.Label2.AutoSize = True
  99. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  100. Me.Label2.Location = New System.Drawing.Point(35, 25)
  101. Me.Label2.Name = "Label2"
  102. Me.Label2.Size = New System.Drawing.Size(97, 18)
  103. Me.Label2.TabIndex = 120
  104. Me.Label2.Text = "Tasa de Interes"
  105. '
  106. 'lblPrestamoPersonal
  107. '
  108. Me.lblPrestamoPersonal.Anchor = System.Windows.Forms.AnchorStyles.None
  109. Me.lblPrestamoPersonal.AutoSize = True
  110. Me.lblPrestamoPersonal.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  111. Me.lblPrestamoPersonal.Location = New System.Drawing.Point(322, 28)
  112. Me.lblPrestamoPersonal.Name = "lblPrestamoPersonal"
  113. Me.lblPrestamoPersonal.Size = New System.Drawing.Size(174, 24)
  114. Me.lblPrestamoPersonal.TabIndex = 121
  115. Me.lblPrestamoPersonal.Text = "Prestamo Personal"
  116. '
  117. 'BindingNavigator1
  118. '
  119. Me.BindingNavigator1.AddNewItem = Nothing
  120. Me.BindingNavigator1.CountItem = Nothing
  121. Me.BindingNavigator1.DeleteItem = Nothing
  122. Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorSeparator, Me.navModificar, Me.navNuevo, Me.navEliminar})
  123. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  124. Me.BindingNavigator1.MoveFirstItem = Nothing
  125. Me.BindingNavigator1.MoveLastItem = Nothing
  126. Me.BindingNavigator1.MoveNextItem = Nothing
  127. Me.BindingNavigator1.MovePreviousItem = Nothing
  128. Me.BindingNavigator1.Name = "BindingNavigator1"
  129. Me.BindingNavigator1.PositionItem = Nothing
  130. Me.BindingNavigator1.Size = New System.Drawing.Size(874, 25)
  131. Me.BindingNavigator1.TabIndex = 156
  132. Me.BindingNavigator1.Text = "BindingNavigator1"
  133. '
  134. 'BindingNavigatorSeparator
  135. '
  136. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  137. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  138. '
  139. 'navModificar
  140. '
  141. Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  142. Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
  143. Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
  144. Me.navModificar.Name = "navModificar"
  145. Me.navModificar.Size = New System.Drawing.Size(23, 22)
  146. Me.navModificar.Text = "Modificar"
  147. '
  148. 'navNuevo
  149. '
  150. Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  151. Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image)
  152. Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
  153. Me.navNuevo.Name = "navNuevo"
  154. Me.navNuevo.Size = New System.Drawing.Size(23, 22)
  155. Me.navNuevo.Text = "Nuevo"
  156. '
  157. 'navEliminar
  158. '
  159. Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  160. Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image)
  161. Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  162. Me.navEliminar.Name = "navEliminar"
  163. Me.navEliminar.Size = New System.Drawing.Size(23, 22)
  164. Me.navEliminar.Text = "Eliminar"
  165. '
  166. 'TabControl1
  167. '
  168. Me.TabControl1.Controls.Add(Me.TabPage2)
  169. Me.TabControl1.Controls.Add(Me.TabPage1)
  170. Me.TabControl1.Controls.Add(Me.TabPage3)
  171. Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
  172. Me.TabControl1.Location = New System.Drawing.Point(0, 0)
  173. Me.TabControl1.Name = "TabControl1"
  174. Me.TabControl1.SelectedIndex = 0
  175. Me.TabControl1.Size = New System.Drawing.Size(874, 404)
  176. Me.TabControl1.TabIndex = 169
  177. '
  178. 'TabPage2
  179. '
  180. Me.TabPage2.Controls.Add(Me.GrpDatos)
  181. Me.TabPage2.Controls.Add(Me.GrpInfo)
  182. Me.TabPage2.Controls.Add(Me.lblPrestamoPersonal)
  183. Me.TabPage2.Controls.Add(Me.btnAccion)
  184. Me.TabPage2.Controls.Add(Me.Label13)
  185. Me.TabPage2.Controls.Add(Me.Label12)
  186. Me.TabPage2.Controls.Add(Me.Label11)
  187. Me.TabPage2.Controls.Add(Me.Label10)
  188. Me.TabPage2.Controls.Add(Me.Label9)
  189. Me.TabPage2.Controls.Add(Me.Label8)
  190. Me.TabPage2.Location = New System.Drawing.Point(4, 22)
  191. Me.TabPage2.Name = "TabPage2"
  192. Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
  193. Me.TabPage2.Size = New System.Drawing.Size(866, 378)
  194. Me.TabPage2.TabIndex = 1
  195. Me.TabPage2.Text = "Deudor"
  196. Me.TabPage2.UseVisualStyleBackColor = True
  197. '
  198. 'GrpDatos
  199. '
  200. Me.GrpDatos.Anchor = System.Windows.Forms.AnchorStyles.None
  201. Me.GrpDatos.Controls.Add(Me.CkbPrueba)
  202. Me.GrpDatos.Controls.Add(Me.txtNombreDeudor)
  203. Me.GrpDatos.Controls.Add(Me.txtNumeroDeudor)
  204. Me.GrpDatos.Controls.Add(Me.txtPeriodo)
  205. Me.GrpDatos.Controls.Add(Me.dtpFechaPago)
  206. Me.GrpDatos.Controls.Add(Me.dtpFechaOtorgamiento)
  207. Me.GrpDatos.Location = New System.Drawing.Point(488, 106)
  208. Me.GrpDatos.Name = "GrpDatos"
  209. Me.GrpDatos.Size = New System.Drawing.Size(200, 171)
  210. Me.GrpDatos.TabIndex = 178
  211. Me.GrpDatos.TabStop = False
  212. '
  213. 'txtNombreDeudor
  214. '
  215. Me.txtNombreDeudor.Location = New System.Drawing.Point(25, 29)
  216. Me.txtNombreDeudor.Name = "txtNombreDeudor"
  217. Me.txtNombreDeudor.Size = New System.Drawing.Size(150, 20)
  218. Me.txtNombreDeudor.TabIndex = 123
  219. '
  220. 'txtNumeroDeudor
  221. '
  222. Me.txtNumeroDeudor.Location = New System.Drawing.Point(25, 50)
  223. Me.txtNumeroDeudor.Name = "txtNumeroDeudor"
  224. Me.txtNumeroDeudor.Size = New System.Drawing.Size(150, 20)
  225. Me.txtNumeroDeudor.TabIndex = 125
  226. '
  227. 'txtPeriodo
  228. '
  229. Me.txtPeriodo.Location = New System.Drawing.Point(25, 113)
  230. Me.txtPeriodo.Name = "txtPeriodo"
  231. Me.txtPeriodo.Size = New System.Drawing.Size(150, 20)
  232. Me.txtPeriodo.TabIndex = 127
  233. '
  234. 'dtpFechaPago
  235. '
  236. Me.dtpFechaPago.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  237. Me.dtpFechaPago.Location = New System.Drawing.Point(25, 93)
  238. Me.dtpFechaPago.Name = "dtpFechaPago"
  239. Me.dtpFechaPago.Size = New System.Drawing.Size(150, 20)
  240. Me.dtpFechaPago.TabIndex = 132
  241. '
  242. 'dtpFechaOtorgamiento
  243. '
  244. Me.dtpFechaOtorgamiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  245. Me.dtpFechaOtorgamiento.Location = New System.Drawing.Point(25, 73)
  246. Me.dtpFechaOtorgamiento.Name = "dtpFechaOtorgamiento"
  247. Me.dtpFechaOtorgamiento.Size = New System.Drawing.Size(150, 20)
  248. Me.dtpFechaOtorgamiento.TabIndex = 129
  249. '
  250. 'GrpInfo
  251. '
  252. Me.GrpInfo.Anchor = System.Windows.Forms.AnchorStyles.None
  253. Me.GrpInfo.Controls.Add(Me.Label18)
  254. Me.GrpInfo.Controls.Add(Me.Label14)
  255. Me.GrpInfo.Controls.Add(Me.Label17)
  256. Me.GrpInfo.Controls.Add(Me.Label16)
  257. Me.GrpInfo.Controls.Add(Me.Label15)
  258. Me.GrpInfo.Location = New System.Drawing.Point(135, 101)
  259. Me.GrpInfo.Name = "GrpInfo"
  260. Me.GrpInfo.Size = New System.Drawing.Size(193, 171)
  261. Me.GrpInfo.TabIndex = 177
  262. Me.GrpInfo.TabStop = False
  263. '
  264. 'Label18
  265. '
  266. Me.Label18.AutoSize = True
  267. Me.Label18.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  268. Me.Label18.Location = New System.Drawing.Point(31, 25)
  269. Me.Label18.Name = "Label18"
  270. Me.Label18.Size = New System.Drawing.Size(119, 18)
  271. Me.Label18.TabIndex = 172
  272. Me.Label18.Text = "Nombre del Deudor"
  273. '
  274. 'Label14
  275. '
  276. Me.Label14.AutoSize = True
  277. Me.Label14.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  278. Me.Label14.Location = New System.Drawing.Point(31, 89)
  279. Me.Label14.Name = "Label14"
  280. Me.Label14.Size = New System.Drawing.Size(91, 18)
  281. Me.Label14.TabIndex = 176
  282. Me.Label14.Text = "Fecha de Pago"
  283. '
  284. 'Label17
  285. '
  286. Me.Label17.AutoSize = True
  287. Me.Label17.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  288. Me.Label17.Location = New System.Drawing.Point(31, 46)
  289. Me.Label17.Name = "Label17"
  290. Me.Label17.Size = New System.Drawing.Size(116, 18)
  291. Me.Label17.TabIndex = 173
  292. Me.Label17.Text = "Numero de Deudor"
  293. '
  294. 'Label16
  295. '
  296. Me.Label16.AutoSize = True
  297. Me.Label16.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  298. Me.Label16.Location = New System.Drawing.Point(31, 107)
  299. Me.Label16.Name = "Label16"
  300. Me.Label16.Size = New System.Drawing.Size(111, 18)
  301. Me.Label16.TabIndex = 174
  302. Me.Label16.Text = "Periodo de Gracia"
  303. '
  304. 'Label15
  305. '
  306. Me.Label15.AutoSize = True
  307. Me.Label15.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  308. Me.Label15.Location = New System.Drawing.Point(31, 68)
  309. Me.Label15.Name = "Label15"
  310. Me.Label15.Size = New System.Drawing.Size(145, 18)
  311. Me.Label15.TabIndex = 175
  312. Me.Label15.Text = "Fecha de Otorgamiento"
  313. '
  314. 'btnAccion
  315. '
  316. Me.btnAccion.Anchor = System.Windows.Forms.AnchorStyles.None
  317. Me.btnAccion.Location = New System.Drawing.Point(377, 294)
  318. Me.btnAccion.Name = "btnAccion"
  319. Me.btnAccion.Size = New System.Drawing.Size(77, 29)
  320. Me.btnAccion.TabIndex = 170
  321. Me.btnAccion.Text = "Aceptar"
  322. Me.btnAccion.UseVisualStyleBackColor = True
  323. '
  324. 'Label13
  325. '
  326. Me.Label13.AutoSize = True
  327. Me.Label13.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  328. Me.Label13.Location = New System.Drawing.Point(20, 208)
  329. Me.Label13.Name = "Label13"
  330. Me.Label13.Size = New System.Drawing.Size(0, 18)
  331. Me.Label13.TabIndex = 131
  332. '
  333. 'Label12
  334. '
  335. Me.Label12.AutoSize = True
  336. Me.Label12.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  337. Me.Label12.Location = New System.Drawing.Point(20, 161)
  338. Me.Label12.Name = "Label12"
  339. Me.Label12.Size = New System.Drawing.Size(0, 18)
  340. Me.Label12.TabIndex = 130
  341. '
  342. 'Label11
  343. '
  344. Me.Label11.AutoSize = True
  345. Me.Label11.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  346. Me.Label11.Location = New System.Drawing.Point(20, 251)
  347. Me.Label11.Name = "Label11"
  348. Me.Label11.Size = New System.Drawing.Size(0, 18)
  349. Me.Label11.TabIndex = 128
  350. '
  351. 'Label10
  352. '
  353. Me.Label10.AutoSize = True
  354. Me.Label10.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  355. Me.Label10.Location = New System.Drawing.Point(16, 106)
  356. Me.Label10.Name = "Label10"
  357. Me.Label10.Size = New System.Drawing.Size(0, 18)
  358. Me.Label10.TabIndex = 126
  359. '
  360. 'Label9
  361. '
  362. Me.Label9.AutoSize = True
  363. Me.Label9.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  364. Me.Label9.Location = New System.Drawing.Point(16, 55)
  365. Me.Label9.Name = "Label9"
  366. Me.Label9.Size = New System.Drawing.Size(0, 18)
  367. Me.Label9.TabIndex = 124
  368. '
  369. 'Label8
  370. '
  371. Me.Label8.AutoSize = True
  372. Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  373. Me.Label8.Location = New System.Drawing.Point(6, 14)
  374. Me.Label8.Name = "Label8"
  375. Me.Label8.Size = New System.Drawing.Size(0, 24)
  376. Me.Label8.TabIndex = 122
  377. '
  378. 'TabPage1
  379. '
  380. Me.TabPage1.Controls.Add(Me.Label19)
  381. Me.TabPage1.Controls.Add(Me.GrpDatos2)
  382. Me.TabPage1.Controls.Add(Me.GrpInfo2)
  383. Me.TabPage1.Controls.Add(Me.GrpInfo3)
  384. Me.TabPage1.Controls.Add(Me.Label5)
  385. Me.TabPage1.Location = New System.Drawing.Point(4, 22)
  386. Me.TabPage1.Name = "TabPage1"
  387. Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
  388. Me.TabPage1.Size = New System.Drawing.Size(866, 378)
  389. Me.TabPage1.TabIndex = 0
  390. Me.TabPage1.Text = "Detalles"
  391. Me.TabPage1.UseVisualStyleBackColor = True
  392. '
  393. 'Label19
  394. '
  395. Me.Label19.Anchor = System.Windows.Forms.AnchorStyles.None
  396. Me.Label19.AutoSize = True
  397. Me.Label19.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  398. Me.Label19.Location = New System.Drawing.Point(336, 22)
  399. Me.Label19.Name = "Label19"
  400. Me.Label19.Size = New System.Drawing.Size(174, 24)
  401. Me.Label19.TabIndex = 174
  402. Me.Label19.Text = "Prestamo Personal"
  403. '
  404. 'GrpDatos2
  405. '
  406. Me.GrpDatos2.Anchor = System.Windows.Forms.AnchorStyles.None
  407. Me.GrpDatos2.Controls.Add(Me.txtTasaInteres)
  408. Me.GrpDatos2.Controls.Add(Me.txtMontoPrestamo)
  409. Me.GrpDatos2.Controls.Add(Me.txtCuotasMensuales)
  410. Me.GrpDatos2.Controls.Add(Me.txtAñoPrestamo)
  411. Me.GrpDatos2.Location = New System.Drawing.Point(479, 82)
  412. Me.GrpDatos2.Name = "GrpDatos2"
  413. Me.GrpDatos2.Size = New System.Drawing.Size(200, 141)
  414. Me.GrpDatos2.TabIndex = 173
  415. Me.GrpDatos2.TabStop = False
  416. '
  417. 'txtMontoPrestamo
  418. '
  419. Me.txtMontoPrestamo.Location = New System.Drawing.Point(24, 90)
  420. Me.txtMontoPrestamo.Name = "txtMontoPrestamo"
  421. Me.txtMontoPrestamo.Size = New System.Drawing.Size(150, 20)
  422. Me.txtMontoPrestamo.TabIndex = 165
  423. '
  424. 'txtCuotasMensuales
  425. '
  426. Me.txtCuotasMensuales.Location = New System.Drawing.Point(24, 69)
  427. Me.txtCuotasMensuales.Name = "txtCuotasMensuales"
  428. Me.txtCuotasMensuales.Size = New System.Drawing.Size(150, 20)
  429. Me.txtCuotasMensuales.TabIndex = 166
  430. '
  431. 'txtAñoPrestamo
  432. '
  433. Me.txtAñoPrestamo.Location = New System.Drawing.Point(24, 47)
  434. Me.txtAñoPrestamo.Name = "txtAñoPrestamo"
  435. Me.txtAñoPrestamo.Size = New System.Drawing.Size(150, 20)
  436. Me.txtAñoPrestamo.TabIndex = 167
  437. '
  438. 'GrpInfo2
  439. '
  440. Me.GrpInfo2.Anchor = System.Windows.Forms.AnchorStyles.None
  441. Me.GrpInfo2.Controls.Add(Me.Label4)
  442. Me.GrpInfo2.Controls.Add(Me.Label3)
  443. Me.GrpInfo2.Controls.Add(Me.Label1)
  444. Me.GrpInfo2.Controls.Add(Me.Label2)
  445. Me.GrpInfo2.Location = New System.Drawing.Point(153, 83)
  446. Me.GrpInfo2.Name = "GrpInfo2"
  447. Me.GrpInfo2.Size = New System.Drawing.Size(214, 140)
  448. Me.GrpInfo2.TabIndex = 172
  449. Me.GrpInfo2.TabStop = False
  450. '
  451. 'Label4
  452. '
  453. Me.Label4.AutoSize = True
  454. Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  455. Me.Label4.Location = New System.Drawing.Point(37, 49)
  456. Me.Label4.Name = "Label4"
  457. Me.Label4.Size = New System.Drawing.Size(166, 18)
  458. Me.Label4.TabIndex = 159
  459. Me.Label4.Text = "Duración de Años Prestamo"
  460. '
  461. 'Label3
  462. '
  463. Me.Label3.AutoSize = True
  464. Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  465. Me.Label3.Location = New System.Drawing.Point(35, 68)
  466. Me.Label3.Name = "Label3"
  467. Me.Label3.Size = New System.Drawing.Size(144, 18)
  468. Me.Label3.TabIndex = 158
  469. Me.Label3.Text = "Total Cuotas Mensuales"
  470. '
  471. 'Label1
  472. '
  473. Me.Label1.AutoSize = True
  474. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  475. Me.Label1.Location = New System.Drawing.Point(35, 91)
  476. Me.Label1.Name = "Label1"
  477. Me.Label1.Size = New System.Drawing.Size(123, 18)
  478. Me.Label1.TabIndex = 157
  479. Me.Label1.Text = "Monto del Prestamo"
  480. '
  481. 'GrpInfo3
  482. '
  483. Me.GrpInfo3.Anchor = System.Windows.Forms.AnchorStyles.None
  484. Me.GrpInfo3.Controls.Add(Me.Label7)
  485. Me.GrpInfo3.Controls.Add(Me.Label6)
  486. Me.GrpInfo3.Controls.Add(Me.txtSeguro)
  487. Me.GrpInfo3.Controls.Add(Me.txtCuotaSinSeguro)
  488. Me.GrpInfo3.Controls.Add(Me.txtCuotaReal)
  489. Me.GrpInfo3.Location = New System.Drawing.Point(153, 272)
  490. Me.GrpInfo3.Name = "GrpInfo3"
  491. Me.GrpInfo3.Size = New System.Drawing.Size(526, 76)
  492. Me.GrpInfo3.TabIndex = 171
  493. Me.GrpInfo3.TabStop = False
  494. '
  495. 'Label7
  496. '
  497. Me.Label7.AutoSize = True
  498. Me.Label7.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  499. Me.Label7.Location = New System.Drawing.Point(6, 42)
  500. Me.Label7.Name = "Label7"
  501. Me.Label7.Size = New System.Drawing.Size(70, 18)
  502. Me.Label7.TabIndex = 162
  503. Me.Label7.Text = "Cuota Real"
  504. '
  505. 'Label6
  506. '
  507. Me.Label6.AutoSize = True
  508. Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  509. Me.Label6.Location = New System.Drawing.Point(6, 19)
  510. Me.Label6.Name = "Label6"
  511. Me.Label6.Size = New System.Drawing.Size(106, 18)
  512. Me.Label6.TabIndex = 161
  513. Me.Label6.Text = "Cuota sin seguro"
  514. '
  515. 'txtSeguro
  516. '
  517. Me.txtSeguro.Location = New System.Drawing.Point(354, 40)
  518. Me.txtSeguro.Name = "txtSeguro"
  519. Me.txtSeguro.Size = New System.Drawing.Size(44, 20)
  520. Me.txtSeguro.TabIndex = 169
  521. '
  522. 'txtCuotaSinSeguro
  523. '
  524. Me.txtCuotaSinSeguro.Location = New System.Drawing.Point(354, 19)
  525. Me.txtCuotaSinSeguro.Name = "txtCuotaSinSeguro"
  526. Me.txtCuotaSinSeguro.ReadOnly = True
  527. Me.txtCuotaSinSeguro.Size = New System.Drawing.Size(150, 20)
  528. Me.txtCuotaSinSeguro.TabIndex = 164
  529. '
  530. 'txtCuotaReal
  531. '
  532. Me.txtCuotaReal.Location = New System.Drawing.Point(404, 40)
  533. Me.txtCuotaReal.Name = "txtCuotaReal"
  534. Me.txtCuotaReal.ReadOnly = True
  535. Me.txtCuotaReal.Size = New System.Drawing.Size(100, 20)
  536. Me.txtCuotaReal.TabIndex = 168
  537. '
  538. 'Label5
  539. '
  540. Me.Label5.Anchor = System.Windows.Forms.AnchorStyles.None
  541. Me.Label5.AutoSize = True
  542. Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  543. Me.Label5.Location = New System.Drawing.Point(351, 241)
  544. Me.Label5.Name = "Label5"
  545. Me.Label5.Size = New System.Drawing.Size(132, 18)
  546. Me.Label5.TabIndex = 160
  547. Me.Label5.Text = "Aplicación del Codigo"
  548. '
  549. 'TabPage3
  550. '
  551. Me.TabPage3.Controls.Add(Me.dgvAmortizacion)
  552. Me.TabPage3.Location = New System.Drawing.Point(4, 22)
  553. Me.TabPage3.Name = "TabPage3"
  554. Me.TabPage3.Padding = New System.Windows.Forms.Padding(3)
  555. Me.TabPage3.Size = New System.Drawing.Size(866, 378)
  556. Me.TabPage3.TabIndex = 2
  557. Me.TabPage3.Text = "Amortizacion"
  558. Me.TabPage3.UseVisualStyleBackColor = True
  559. '
  560. 'dgvAmortizacion
  561. '
  562. Me.dgvAmortizacion.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  563. Me.dgvAmortizacion.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  564. Me.dgvAmortizacion.Dock = System.Windows.Forms.DockStyle.Fill
  565. Me.dgvAmortizacion.Location = New System.Drawing.Point(3, 3)
  566. Me.dgvAmortizacion.Name = "dgvAmortizacion"
  567. Me.dgvAmortizacion.Size = New System.Drawing.Size(860, 372)
  568. Me.dgvAmortizacion.TabIndex = 0
  569. '
  570. 'Panel1
  571. '
  572. Me.Panel1.Controls.Add(Me.TabControl1)
  573. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  574. Me.Panel1.Location = New System.Drawing.Point(0, 25)
  575. Me.Panel1.Name = "Panel1"
  576. Me.Panel1.Size = New System.Drawing.Size(874, 404)
  577. Me.Panel1.TabIndex = 170
  578. '
  579. 'CkbPrueba
  580. '
  581. Me.CkbPrueba.AutoSize = True
  582. Me.CkbPrueba.Location = New System.Drawing.Point(25, 12)
  583. Me.CkbPrueba.Name = "CkbPrueba"
  584. Me.CkbPrueba.Size = New System.Drawing.Size(15, 14)
  585. Me.CkbPrueba.TabIndex = 133
  586. Me.CkbPrueba.UseVisualStyleBackColor = True
  587. '
  588. 'frmPrestamoPersonal
  589. '
  590. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  591. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  592. Me.ClientSize = New System.Drawing.Size(874, 429)
  593. Me.Controls.Add(Me.Panel1)
  594. Me.Controls.Add(Me.BindingNavigator1)
  595. Me.Name = "frmPrestamoPersonal"
  596. Me.Text = "Prestamo Personal"
  597. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  598. Me.BindingNavigator1.ResumeLayout(False)
  599. Me.BindingNavigator1.PerformLayout()
  600. Me.TabControl1.ResumeLayout(False)
  601. Me.TabPage2.ResumeLayout(False)
  602. Me.TabPage2.PerformLayout()
  603. Me.GrpDatos.ResumeLayout(False)
  604. Me.GrpDatos.PerformLayout()
  605. Me.GrpInfo.ResumeLayout(False)
  606. Me.GrpInfo.PerformLayout()
  607. Me.TabPage1.ResumeLayout(False)
  608. Me.TabPage1.PerformLayout()
  609. Me.GrpDatos2.ResumeLayout(False)
  610. Me.GrpDatos2.PerformLayout()
  611. Me.GrpInfo2.ResumeLayout(False)
  612. Me.GrpInfo2.PerformLayout()
  613. Me.GrpInfo3.ResumeLayout(False)
  614. Me.GrpInfo3.PerformLayout()
  615. Me.TabPage3.ResumeLayout(False)
  616. CType(Me.dgvAmortizacion, System.ComponentModel.ISupportInitialize).EndInit()
  617. Me.Panel1.ResumeLayout(False)
  618. Me.ResumeLayout(False)
  619. Me.PerformLayout()
  620. End Sub
  621. Friend WithEvents txtTasaInteres As TextBox
  622. Friend WithEvents Label2 As Label
  623. Friend WithEvents lblPrestamoPersonal As Label
  624. Friend WithEvents BindingNavigator1 As BindingNavigator
  625. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  626. Friend WithEvents navModificar As ToolStripButton
  627. Friend WithEvents navNuevo As ToolStripButton
  628. Friend WithEvents navEliminar As ToolStripButton
  629. Friend WithEvents TabControl1 As TabControl
  630. Friend WithEvents TabPage1 As TabPage
  631. Friend WithEvents TabPage3 As TabPage
  632. Friend WithEvents dgvAmortizacion As DataGridView
  633. Friend WithEvents btnAccion As Button
  634. Friend WithEvents txtSeguro As TextBox
  635. Friend WithEvents Label4 As Label
  636. Friend WithEvents txtCuotaReal As TextBox
  637. Friend WithEvents txtAñoPrestamo As TextBox
  638. Friend WithEvents Label1 As Label
  639. Friend WithEvents txtCuotasMensuales As TextBox
  640. Friend WithEvents Label3 As Label
  641. Friend WithEvents txtMontoPrestamo As TextBox
  642. Friend WithEvents txtCuotaSinSeguro As TextBox
  643. Friend WithEvents Label5 As Label
  644. Friend WithEvents Label6 As Label
  645. Friend WithEvents Label7 As Label
  646. Friend WithEvents TabPage2 As TabPage
  647. Friend WithEvents dtpFechaPago As DateTimePicker
  648. Friend WithEvents Label13 As Label
  649. Friend WithEvents Label12 As Label
  650. Friend WithEvents dtpFechaOtorgamiento As DateTimePicker
  651. Friend WithEvents Label11 As Label
  652. Friend WithEvents txtPeriodo As TextBox
  653. Friend WithEvents Label10 As Label
  654. Friend WithEvents txtNumeroDeudor As TextBox
  655. Friend WithEvents Label9 As Label
  656. Friend WithEvents txtNombreDeudor As TextBox
  657. Friend WithEvents Label8 As Label
  658. Friend WithEvents Label14 As Label
  659. Friend WithEvents Label15 As Label
  660. Friend WithEvents Label16 As Label
  661. Friend WithEvents Label17 As Label
  662. Friend WithEvents Label18 As Label
  663. Friend WithEvents GrpInfo3 As GroupBox
  664. Friend WithEvents GrpDatos As GroupBox
  665. Friend WithEvents GrpInfo As GroupBox
  666. Friend WithEvents GrpDatos2 As GroupBox
  667. Friend WithEvents GrpInfo2 As GroupBox
  668. Friend WithEvents Label19 As Label
  669. Friend WithEvents Panel1 As Panel
  670. Friend WithEvents CkbPrueba As CheckBox
  671. End Class