frmPrestamoEmpresariales.Designer.vb 21 KB

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