frmPrestamoEmpresariales.Designer.vb 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  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.BackColor = System.Drawing.Color.WhiteSmoke
  154. Me.Panel2.Controls.Add(Me.lblPrestamoEmpresarial)
  155. Me.Panel2.Controls.Add(Me.btnAccion)
  156. Me.Panel2.Controls.Add(Me.GrpDatos)
  157. Me.Panel2.Controls.Add(Me.GrpInfo)
  158. Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
  159. Me.Panel2.Location = New System.Drawing.Point(3, 3)
  160. Me.Panel2.Name = "Panel2"
  161. Me.Panel2.Size = New System.Drawing.Size(783, 334)
  162. Me.Panel2.TabIndex = 185
  163. '
  164. 'btnAccion
  165. '
  166. Me.btnAccion.Anchor = System.Windows.Forms.AnchorStyles.None
  167. Me.btnAccion.BackColor = System.Drawing.Color.White
  168. Me.btnAccion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  169. Me.btnAccion.ForeColor = System.Drawing.Color.Maroon
  170. Me.btnAccion.Location = New System.Drawing.Point(351, 285)
  171. Me.btnAccion.Name = "btnAccion"
  172. Me.btnAccion.Size = New System.Drawing.Size(93, 33)
  173. Me.btnAccion.TabIndex = 170
  174. Me.btnAccion.Text = "Aceptar"
  175. Me.btnAccion.UseVisualStyleBackColor = False
  176. '
  177. 'GrpDatos
  178. '
  179. Me.GrpDatos.Anchor = System.Windows.Forms.AnchorStyles.None
  180. Me.GrpDatos.Controls.Add(Me.dtpFechaOperacion)
  181. Me.GrpDatos.Controls.Add(Me.txtMonto)
  182. Me.GrpDatos.Controls.Add(Me.cboBase)
  183. Me.GrpDatos.Controls.Add(Me.dtpFechaVencimiento)
  184. Me.GrpDatos.Controls.Add(Me.txtTasa)
  185. Me.GrpDatos.Controls.Add(Me.cboPeriodicidad)
  186. Me.GrpDatos.Controls.Add(Me.txtComisionDesembolso)
  187. Me.GrpDatos.Controls.Add(Me.cboTipoTasa)
  188. Me.GrpDatos.Controls.Add(Me.txtPlazoDias)
  189. Me.GrpDatos.Location = New System.Drawing.Point(522, 53)
  190. Me.GrpDatos.Name = "GrpDatos"
  191. Me.GrpDatos.Size = New System.Drawing.Size(189, 234)
  192. Me.GrpDatos.TabIndex = 184
  193. Me.GrpDatos.TabStop = False
  194. '
  195. 'dtpFechaOperacion
  196. '
  197. Me.dtpFechaOperacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  198. Me.dtpFechaOperacion.Location = New System.Drawing.Point(18, 45)
  199. Me.dtpFechaOperacion.Name = "dtpFechaOperacion"
  200. Me.dtpFechaOperacion.Size = New System.Drawing.Size(150, 20)
  201. Me.dtpFechaOperacion.TabIndex = 174
  202. '
  203. 'txtMonto
  204. '
  205. Me.txtMonto.Location = New System.Drawing.Point(18, 24)
  206. Me.txtMonto.Name = "txtMonto"
  207. Me.txtMonto.Size = New System.Drawing.Size(150, 20)
  208. Me.txtMonto.TabIndex = 119
  209. '
  210. 'cboBase
  211. '
  212. Me.cboBase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  213. Me.cboBase.FormattingEnabled = True
  214. Me.cboBase.Location = New System.Drawing.Point(18, 152)
  215. Me.cboBase.Name = "cboBase"
  216. Me.cboBase.Size = New System.Drawing.Size(150, 21)
  217. Me.cboBase.TabIndex = 182
  218. '
  219. 'dtpFechaVencimiento
  220. '
  221. Me.dtpFechaVencimiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  222. Me.dtpFechaVencimiento.Location = New System.Drawing.Point(18, 66)
  223. Me.dtpFechaVencimiento.Name = "dtpFechaVencimiento"
  224. Me.dtpFechaVencimiento.Size = New System.Drawing.Size(150, 20)
  225. Me.dtpFechaVencimiento.TabIndex = 175
  226. '
  227. 'txtTasa
  228. '
  229. Me.txtTasa.Location = New System.Drawing.Point(18, 87)
  230. Me.txtTasa.Name = "txtTasa"
  231. Me.txtTasa.Size = New System.Drawing.Size(150, 20)
  232. Me.txtTasa.TabIndex = 176
  233. '
  234. 'cboPeriodicidad
  235. '
  236. Me.cboPeriodicidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  237. Me.cboPeriodicidad.FormattingEnabled = True
  238. Me.cboPeriodicidad.Location = New System.Drawing.Point(18, 130)
  239. Me.cboPeriodicidad.Name = "cboPeriodicidad"
  240. Me.cboPeriodicidad.Size = New System.Drawing.Size(150, 21)
  241. Me.cboPeriodicidad.TabIndex = 181
  242. '
  243. 'txtComisionDesembolso
  244. '
  245. Me.txtComisionDesembolso.Location = New System.Drawing.Point(18, 175)
  246. Me.txtComisionDesembolso.Name = "txtComisionDesembolso"
  247. Me.txtComisionDesembolso.Size = New System.Drawing.Size(150, 20)
  248. Me.txtComisionDesembolso.TabIndex = 177
  249. '
  250. 'cboTipoTasa
  251. '
  252. Me.cboTipoTasa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  253. Me.cboTipoTasa.FormattingEnabled = True
  254. Me.cboTipoTasa.Location = New System.Drawing.Point(18, 108)
  255. Me.cboTipoTasa.Name = "cboTipoTasa"
  256. Me.cboTipoTasa.Size = New System.Drawing.Size(150, 21)
  257. Me.cboTipoTasa.TabIndex = 180
  258. '
  259. 'txtPlazoDias
  260. '
  261. Me.txtPlazoDias.Location = New System.Drawing.Point(18, 196)
  262. Me.txtPlazoDias.Name = "txtPlazoDias"
  263. Me.txtPlazoDias.ReadOnly = True
  264. Me.txtPlazoDias.Size = New System.Drawing.Size(150, 20)
  265. Me.txtPlazoDias.TabIndex = 178
  266. '
  267. 'GrpInfo
  268. '
  269. Me.GrpInfo.Anchor = System.Windows.Forms.AnchorStyles.None
  270. Me.GrpInfo.Controls.Add(Me.Label3)
  271. Me.GrpInfo.Controls.Add(Me.Label7)
  272. Me.GrpInfo.Controls.Add(Me.Label6)
  273. Me.GrpInfo.Controls.Add(Me.Label5)
  274. Me.GrpInfo.Controls.Add(Me.Label1)
  275. Me.GrpInfo.Controls.Add(Me.Label2)
  276. Me.GrpInfo.Controls.Add(Me.Label4)
  277. Me.GrpInfo.Controls.Add(Me.Label8)
  278. Me.GrpInfo.Controls.Add(Me.Label9)
  279. Me.GrpInfo.Location = New System.Drawing.Point(71, 53)
  280. Me.GrpInfo.Name = "GrpInfo"
  281. Me.GrpInfo.Size = New System.Drawing.Size(200, 234)
  282. Me.GrpInfo.TabIndex = 183
  283. Me.GrpInfo.TabStop = False
  284. '
  285. 'Label3
  286. '
  287. Me.Label3.AutoSize = True
  288. Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  289. Me.Label3.Location = New System.Drawing.Point(21, 67)
  290. Me.Label3.Name = "Label3"
  291. Me.Label3.Size = New System.Drawing.Size(135, 18)
  292. Me.Label3.TabIndex = 158
  293. Me.Label3.Text = "Fecha de Vencimiento"
  294. '
  295. 'Label7
  296. '
  297. Me.Label7.AutoSize = True
  298. Me.Label7.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  299. Me.Label7.Location = New System.Drawing.Point(22, 152)
  300. Me.Label7.Name = "Label7"
  301. Me.Label7.Size = New System.Drawing.Size(35, 18)
  302. Me.Label7.TabIndex = 162
  303. Me.Label7.Text = "Base"
  304. '
  305. 'Label6
  306. '
  307. Me.Label6.AutoSize = True
  308. Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  309. Me.Label6.Location = New System.Drawing.Point(21, 131)
  310. Me.Label6.Name = "Label6"
  311. Me.Label6.Size = New System.Drawing.Size(79, 18)
  312. Me.Label6.TabIndex = 161
  313. Me.Label6.Text = "Periodicidad"
  314. '
  315. 'Label5
  316. '
  317. Me.Label5.AutoSize = True
  318. Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  319. Me.Label5.Location = New System.Drawing.Point(22, 88)
  320. Me.Label5.Name = "Label5"
  321. Me.Label5.Size = New System.Drawing.Size(34, 18)
  322. Me.Label5.TabIndex = 160
  323. Me.Label5.Text = "Tasa"
  324. '
  325. 'Label1
  326. '
  327. Me.Label1.AutoSize = True
  328. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  329. Me.Label1.Location = New System.Drawing.Point(21, 109)
  330. Me.Label1.Name = "Label1"
  331. Me.Label1.Size = New System.Drawing.Size(81, 18)
  332. Me.Label1.TabIndex = 157
  333. Me.Label1.Text = "Tipo de Tasa"
  334. '
  335. 'Label2
  336. '
  337. Me.Label2.AutoSize = True
  338. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  339. Me.Label2.Location = New System.Drawing.Point(21, 25)
  340. Me.Label2.Name = "Label2"
  341. Me.Label2.Size = New System.Drawing.Size(44, 18)
  342. Me.Label2.TabIndex = 120
  343. Me.Label2.Text = "Monto"
  344. '
  345. 'Label4
  346. '
  347. Me.Label4.AutoSize = True
  348. Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  349. Me.Label4.Location = New System.Drawing.Point(21, 43)
  350. Me.Label4.Name = "Label4"
  351. Me.Label4.Size = New System.Drawing.Size(123, 18)
  352. Me.Label4.TabIndex = 159
  353. Me.Label4.Text = "Fecha de Operacion"
  354. '
  355. 'Label8
  356. '
  357. Me.Label8.AutoSize = True
  358. Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  359. Me.Label8.Location = New System.Drawing.Point(21, 196)
  360. Me.Label8.Name = "Label8"
  361. Me.Label8.Size = New System.Drawing.Size(85, 18)
  362. Me.Label8.TabIndex = 171
  363. Me.Label8.Text = "Plazo en Dias"
  364. '
  365. 'Label9
  366. '
  367. Me.Label9.AutoSize = True
  368. Me.Label9.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  369. Me.Label9.Location = New System.Drawing.Point(21, 175)
  370. Me.Label9.Name = "Label9"
  371. Me.Label9.Size = New System.Drawing.Size(158, 18)
  372. Me.Label9.TabIndex = 172
  373. Me.Label9.Text = "Comision por Desembolso"
  374. '
  375. 'TbDetalles
  376. '
  377. Me.TbDetalles.Controls.Add(Me.dgvDetalles)
  378. Me.TbDetalles.Location = New System.Drawing.Point(4, 22)
  379. Me.TbDetalles.Name = "TbDetalles"
  380. Me.TbDetalles.Padding = New System.Windows.Forms.Padding(3)
  381. Me.TbDetalles.Size = New System.Drawing.Size(789, 340)
  382. Me.TbDetalles.TabIndex = 2
  383. Me.TbDetalles.Text = "Detalles"
  384. Me.TbDetalles.UseVisualStyleBackColor = True
  385. '
  386. 'dgvDetalles
  387. '
  388. Me.dgvDetalles.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  389. Me.dgvDetalles.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight
  390. Me.dgvDetalles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  391. Me.dgvDetalles.Dock = System.Windows.Forms.DockStyle.Fill
  392. Me.dgvDetalles.Location = New System.Drawing.Point(3, 3)
  393. Me.dgvDetalles.Name = "dgvDetalles"
  394. Me.dgvDetalles.Size = New System.Drawing.Size(783, 334)
  395. Me.dgvDetalles.TabIndex = 0
  396. '
  397. 'Panel1
  398. '
  399. Me.Panel1.Controls.Add(Me.TabControl1)
  400. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  401. Me.Panel1.Location = New System.Drawing.Point(0, 25)
  402. Me.Panel1.Name = "Panel1"
  403. Me.Panel1.Size = New System.Drawing.Size(797, 366)
  404. Me.Panel1.TabIndex = 171
  405. '
  406. 'frmPrestamoEmpresariales
  407. '
  408. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  409. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  410. Me.ClientSize = New System.Drawing.Size(797, 391)
  411. Me.Controls.Add(Me.Panel1)
  412. Me.Controls.Add(Me.BindingNavigator1)
  413. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  414. Me.Name = "frmPrestamoEmpresariales"
  415. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  416. Me.BindingNavigator1.ResumeLayout(False)
  417. Me.BindingNavigator1.PerformLayout()
  418. Me.TabControl1.ResumeLayout(False)
  419. Me.TabPage1.ResumeLayout(False)
  420. Me.Panel2.ResumeLayout(False)
  421. Me.Panel2.PerformLayout()
  422. Me.GrpDatos.ResumeLayout(False)
  423. Me.GrpDatos.PerformLayout()
  424. Me.GrpInfo.ResumeLayout(False)
  425. Me.GrpInfo.PerformLayout()
  426. Me.TbDetalles.ResumeLayout(False)
  427. CType(Me.dgvDetalles, System.ComponentModel.ISupportInitialize).EndInit()
  428. Me.Panel1.ResumeLayout(False)
  429. Me.ResumeLayout(False)
  430. Me.PerformLayout()
  431. End Sub
  432. Friend WithEvents BindingNavigator1 As BindingNavigator
  433. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  434. Friend WithEvents navModificar As ToolStripButton
  435. Friend WithEvents navNuevo As ToolStripButton
  436. Friend WithEvents navEliminar As ToolStripButton
  437. Friend WithEvents lblPrestamoEmpresarial As Label
  438. Friend WithEvents TabControl1 As TabControl
  439. Friend WithEvents TabPage1 As TabPage
  440. Friend WithEvents btnAccion As Button
  441. Friend WithEvents Label4 As Label
  442. Friend WithEvents Label2 As Label
  443. Friend WithEvents Label3 As Label
  444. Friend WithEvents Label6 As Label
  445. Friend WithEvents Label7 As Label
  446. Friend WithEvents txtMonto As TextBox
  447. Friend WithEvents TbDetalles As TabPage
  448. Friend WithEvents dgvDetalles As DataGridView
  449. Friend WithEvents Label9 As Label
  450. Friend WithEvents Label8 As Label
  451. Friend WithEvents txtPlazoDias As TextBox
  452. Friend WithEvents txtComisionDesembolso As TextBox
  453. Friend WithEvents txtTasa As TextBox
  454. Friend WithEvents dtpFechaVencimiento As DateTimePicker
  455. Friend WithEvents dtpFechaOperacion As DateTimePicker
  456. Friend WithEvents cboBase As ComboBox
  457. Friend WithEvents cboPeriodicidad As ComboBox
  458. Friend WithEvents Label5 As Label
  459. Friend WithEvents cboTipoTasa As ComboBox
  460. Friend WithEvents Label1 As Label
  461. Friend WithEvents GrpDatos As GroupBox
  462. Friend WithEvents GrpInfo As GroupBox
  463. Friend WithEvents Panel1 As Panel
  464. Friend WithEvents Panel2 As Panel
  465. End Class