frmPrestamoPersonal.Designer.vb 30 KB

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