frmRegistroPrestamoPersonal.Designer.vb 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmRegistroPrestamoPersonal
  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(frmRegistroPrestamoPersonal))
  24. Dim navSiguienteRegistro As System.Windows.Forms.ToolStripButton
  25. Me.Navegador = New System.Windows.Forms.BindingNavigator(Me.components)
  26. Me.navNuevoRegistro = New System.Windows.Forms.ToolStripButton()
  27. Me.navPrimerRegistro = New System.Windows.Forms.ToolStripButton()
  28. Me.navRegistroAnterior = New System.Windows.Forms.ToolStripButton()
  29. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  30. Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  31. Me.navUltimoRegistro = New System.Windows.Forms.ToolStripButton()
  32. Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  33. Me.Label1 = New System.Windows.Forms.Label()
  34. Me.Label5 = New System.Windows.Forms.Label()
  35. Me.txtConta = New System.Windows.Forms.TextBox()
  36. Me.txtPosicion = New System.Windows.Forms.TextBox()
  37. Me.dgvLETES = New System.Windows.Forms.DataGridView()
  38. navSiguienteRegistro = New System.Windows.Forms.ToolStripButton()
  39. CType(Me.Navegador, System.ComponentModel.ISupportInitialize).BeginInit()
  40. Me.Navegador.SuspendLayout()
  41. CType(Me.dgvLETES, System.ComponentModel.ISupportInitialize).BeginInit()
  42. Me.SuspendLayout()
  43. '
  44. 'Navegador
  45. '
  46. Me.Navegador.AddNewItem = Me.navNuevoRegistro
  47. Me.Navegador.CountItem = Nothing
  48. Me.Navegador.DeleteItem = Nothing
  49. Me.Navegador.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.navPrimerRegistro, Me.navRegistroAnterior, Me.BindingNavigatorSeparator, Me.BindingNavigatorSeparator1, navSiguienteRegistro, Me.navUltimoRegistro, Me.BindingNavigatorSeparator2, Me.navNuevoRegistro})
  50. Me.Navegador.Location = New System.Drawing.Point(0, 0)
  51. Me.Navegador.MoveFirstItem = Nothing
  52. Me.Navegador.MoveLastItem = Nothing
  53. Me.Navegador.MoveNextItem = Nothing
  54. Me.Navegador.MovePreviousItem = Nothing
  55. Me.Navegador.Name = "Navegador"
  56. Me.Navegador.PositionItem = Nothing
  57. Me.Navegador.Size = New System.Drawing.Size(860, 25)
  58. Me.Navegador.TabIndex = 115
  59. Me.Navegador.Text = "BindingNavigator1"
  60. '
  61. 'navNuevoRegistro
  62. '
  63. Me.navNuevoRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  64. Me.navNuevoRegistro.Enabled = False
  65. Me.navNuevoRegistro.Image = CType(resources.GetObject("navNuevoRegistro.Image"), System.Drawing.Image)
  66. Me.navNuevoRegistro.Name = "navNuevoRegistro"
  67. Me.navNuevoRegistro.RightToLeftAutoMirrorImage = True
  68. Me.navNuevoRegistro.Size = New System.Drawing.Size(23, 22)
  69. Me.navNuevoRegistro.Text = "Agregar nuevo"
  70. Me.navNuevoRegistro.Visible = False
  71. '
  72. 'navPrimerRegistro
  73. '
  74. Me.navPrimerRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  75. Me.navPrimerRegistro.Image = CType(resources.GetObject("navPrimerRegistro.Image"), System.Drawing.Image)
  76. Me.navPrimerRegistro.Name = "navPrimerRegistro"
  77. Me.navPrimerRegistro.RightToLeftAutoMirrorImage = True
  78. Me.navPrimerRegistro.Size = New System.Drawing.Size(23, 22)
  79. Me.navPrimerRegistro.Text = "Mover primero"
  80. '
  81. 'navRegistroAnterior
  82. '
  83. Me.navRegistroAnterior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  84. Me.navRegistroAnterior.Image = CType(resources.GetObject("navRegistroAnterior.Image"), System.Drawing.Image)
  85. Me.navRegistroAnterior.Name = "navRegistroAnterior"
  86. Me.navRegistroAnterior.RightToLeftAutoMirrorImage = True
  87. Me.navRegistroAnterior.Size = New System.Drawing.Size(23, 22)
  88. Me.navRegistroAnterior.Text = "Mover anterior"
  89. '
  90. 'BindingNavigatorSeparator
  91. '
  92. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  93. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  94. '
  95. 'BindingNavigatorSeparator1
  96. '
  97. Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
  98. Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
  99. '
  100. 'navSiguienteRegistro
  101. '
  102. navSiguienteRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  103. navSiguienteRegistro.Image = CType(resources.GetObject("navSiguienteRegistro.Image"), System.Drawing.Image)
  104. navSiguienteRegistro.Name = "navSiguienteRegistro"
  105. navSiguienteRegistro.RightToLeftAutoMirrorImage = True
  106. navSiguienteRegistro.Size = New System.Drawing.Size(23, 22)
  107. navSiguienteRegistro.Text = "Mover siguiente"
  108. '
  109. 'navUltimoRegistro
  110. '
  111. Me.navUltimoRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  112. Me.navUltimoRegistro.Image = CType(resources.GetObject("navUltimoRegistro.Image"), System.Drawing.Image)
  113. Me.navUltimoRegistro.Name = "navUltimoRegistro"
  114. Me.navUltimoRegistro.RightToLeftAutoMirrorImage = True
  115. Me.navUltimoRegistro.Size = New System.Drawing.Size(23, 22)
  116. Me.navUltimoRegistro.Text = "Mover último"
  117. '
  118. 'BindingNavigatorSeparator2
  119. '
  120. Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
  121. Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
  122. '
  123. 'Label1
  124. '
  125. Me.Label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  126. Me.Label1.Location = New System.Drawing.Point(120, 8)
  127. Me.Label1.Name = "Label1"
  128. Me.Label1.Size = New System.Drawing.Size(50, 17)
  129. Me.Label1.TabIndex = 125
  130. Me.Label1.Text = "Posición: "
  131. '
  132. 'Label5
  133. '
  134. Me.Label5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  135. Me.Label5.Location = New System.Drawing.Point(238, 7)
  136. Me.Label5.Name = "Label5"
  137. Me.Label5.Size = New System.Drawing.Size(25, 17)
  138. Me.Label5.TabIndex = 124
  139. Me.Label5.Text = "de: "
  140. '
  141. 'txtConta
  142. '
  143. Me.txtConta.Location = New System.Drawing.Point(267, 4)
  144. Me.txtConta.Name = "txtConta"
  145. Me.txtConta.ReadOnly = True
  146. Me.txtConta.Size = New System.Drawing.Size(58, 20)
  147. Me.txtConta.TabIndex = 123
  148. '
  149. 'txtPosicion
  150. '
  151. Me.txtPosicion.Location = New System.Drawing.Point(171, 4)
  152. Me.txtPosicion.Name = "txtPosicion"
  153. Me.txtPosicion.Size = New System.Drawing.Size(56, 20)
  154. Me.txtPosicion.TabIndex = 122
  155. '
  156. 'dgvLETES
  157. '
  158. Me.dgvLETES.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  159. Me.dgvLETES.Location = New System.Drawing.Point(0, 30)
  160. Me.dgvLETES.Name = "dgvLETES"
  161. Me.dgvLETES.Size = New System.Drawing.Size(859, 425)
  162. Me.dgvLETES.TabIndex = 126
  163. '
  164. 'frmRegistroPrestamoPersonal
  165. '
  166. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  167. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  168. Me.ClientSize = New System.Drawing.Size(860, 454)
  169. Me.Controls.Add(Me.dgvLETES)
  170. Me.Controls.Add(Me.Label1)
  171. Me.Controls.Add(Me.Label5)
  172. Me.Controls.Add(Me.txtConta)
  173. Me.Controls.Add(Me.txtPosicion)
  174. Me.Controls.Add(Me.Navegador)
  175. Me.Name = "frmRegistroPrestamoPersonal"
  176. Me.Text = "frmRegistroPrestamoPersonal"
  177. CType(Me.Navegador, System.ComponentModel.ISupportInitialize).EndInit()
  178. Me.Navegador.ResumeLayout(False)
  179. Me.Navegador.PerformLayout()
  180. CType(Me.dgvLETES, System.ComponentModel.ISupportInitialize).EndInit()
  181. Me.ResumeLayout(False)
  182. Me.PerformLayout()
  183. End Sub
  184. Friend WithEvents Navegador As BindingNavigator
  185. Friend WithEvents navNuevoRegistro As ToolStripButton
  186. Friend WithEvents navPrimerRegistro As ToolStripButton
  187. Friend WithEvents navRegistroAnterior As ToolStripButton
  188. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  189. Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator
  190. Friend WithEvents navUltimoRegistro As ToolStripButton
  191. Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator
  192. Friend WithEvents Label1 As Label
  193. Friend WithEvents Label5 As Label
  194. Friend WithEvents txtConta As TextBox
  195. Friend WithEvents txtPosicion As TextBox
  196. Friend WithEvents dgvLETES As DataGridView
  197. End Class