frmPrestamoPersonal.Designer.vb 30 KB

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