frmPrestamoEmpresariales.Designer.vb 21 KB

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