frmUSR0.Designer.vb 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmUSR0
  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 UCodigoLabel As System.Windows.Forms.Label
  24. Dim UNombreLabel As System.Windows.Forms.Label
  25. Dim DEPIDLabel As System.Windows.Forms.Label
  26. Dim Clave1Label As System.Windows.Forms.Label
  27. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmUSR0))
  28. Dim Label1 As System.Windows.Forms.Label
  29. Me.InversionesDataSet1 = New Inversiones.InversionesDataSet1()
  30. Me.USR0BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  31. Me.USR0TableAdapter = New Inversiones.InversionesDataSet1TableAdapters.USR0TableAdapter()
  32. Me.TableAdapterManager = New Inversiones.InversionesDataSet1TableAdapters.TableAdapterManager()
  33. Me.DEP0TableAdapter = New Inversiones.InversionesDataSet1TableAdapters.DEP0TableAdapter()
  34. Me.USR0BindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
  35. Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
  36. Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
  37. Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
  38. Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
  39. Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
  40. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  41. Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
  42. Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  43. Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
  44. Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
  45. Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  46. Me.USR0BindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
  47. Me.txtCodigoUsuario = New System.Windows.Forms.TextBox()
  48. Me.txtNombreUsuario = New System.Windows.Forms.TextBox()
  49. Me.txtDepartamentoID = New System.Windows.Forms.TextBox()
  50. Me.chkSuperUsuario = New System.Windows.Forms.CheckBox()
  51. Me.chkBloqueado = New System.Windows.Forms.CheckBox()
  52. Me.txtClave = New System.Windows.Forms.TextBox()
  53. Me.cbxDepartamentoID = New System.Windows.Forms.ComboBox()
  54. Me.DEP0BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  55. UCodigoLabel = New System.Windows.Forms.Label()
  56. UNombreLabel = New System.Windows.Forms.Label()
  57. DEPIDLabel = New System.Windows.Forms.Label()
  58. Clave1Label = New System.Windows.Forms.Label()
  59. Label1 = New System.Windows.Forms.Label()
  60. CType(Me.InversionesDataSet1, System.ComponentModel.ISupportInitialize).BeginInit()
  61. CType(Me.USR0BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  62. CType(Me.USR0BindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
  63. Me.USR0BindingNavigator.SuspendLayout()
  64. CType(Me.DEP0BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  65. Me.SuspendLayout()
  66. '
  67. 'UCodigoLabel
  68. '
  69. UCodigoLabel.AutoSize = True
  70. UCodigoLabel.Location = New System.Drawing.Point(20, 69)
  71. UCodigoLabel.Name = "UCodigoLabel"
  72. UCodigoLabel.Size = New System.Drawing.Size(43, 13)
  73. UCodigoLabel.TabIndex = 1
  74. UCodigoLabel.Text = "Código:"
  75. '
  76. 'UNombreLabel
  77. '
  78. UNombreLabel.AutoSize = True
  79. UNombreLabel.Location = New System.Drawing.Point(20, 91)
  80. UNombreLabel.Name = "UNombreLabel"
  81. UNombreLabel.Size = New System.Drawing.Size(47, 13)
  82. UNombreLabel.TabIndex = 3
  83. UNombreLabel.Text = "Nombre:"
  84. '
  85. 'DEPIDLabel
  86. '
  87. DEPIDLabel.AutoSize = True
  88. DEPIDLabel.Location = New System.Drawing.Point(20, 135)
  89. DEPIDLabel.Name = "DEPIDLabel"
  90. DEPIDLabel.Size = New System.Drawing.Size(77, 13)
  91. DEPIDLabel.TabIndex = 5
  92. DEPIDLabel.Text = "Departamento:"
  93. '
  94. 'Clave1Label
  95. '
  96. Clave1Label.AutoSize = True
  97. Clave1Label.Location = New System.Drawing.Point(20, 113)
  98. Clave1Label.Name = "Clave1Label"
  99. Clave1Label.Size = New System.Drawing.Size(37, 13)
  100. Clave1Label.TabIndex = 11
  101. Clave1Label.Text = "Clave:"
  102. '
  103. 'InversionesDataSet1
  104. '
  105. Me.InversionesDataSet1.DataSetName = "InversionesDataSet1"
  106. Me.InversionesDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
  107. '
  108. 'USR0BindingSource
  109. '
  110. Me.USR0BindingSource.DataMember = "USR0"
  111. Me.USR0BindingSource.DataSource = Me.InversionesDataSet1
  112. '
  113. 'USR0TableAdapter
  114. '
  115. Me.USR0TableAdapter.ClearBeforeFill = True
  116. '
  117. 'TableAdapterManager
  118. '
  119. Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
  120. Me.TableAdapterManager.BAN0TableAdapter = Nothing
  121. Me.TableAdapterManager.BAN1TableAdapter = Nothing
  122. Me.TableAdapterManager.BAN2TableAdapter = Nothing
  123. Me.TableAdapterManager.CALRITableAdapter = Nothing
  124. Me.TableAdapterManager.DEP0TableAdapter = Me.DEP0TableAdapter
  125. Me.TableAdapterManager.ECALRITableAdapter = Nothing
  126. Me.TableAdapterManager.EMISTableAdapter = Nothing
  127. Me.TableAdapterManager.EMPRTableAdapter = Nothing
  128. Me.TableAdapterManager.FPAGTableAdapter = Nothing
  129. Me.TableAdapterManager.INFITableAdapter = Nothing
  130. Me.TableAdapterManager.OFONTableAdapter = Nothing
  131. Me.TableAdapterManager.PAISTableAdapter = Nothing
  132. Me.TableAdapterManager.PIN0TableAdapter = Nothing
  133. Me.TableAdapterManager.RPAGTableAdapter = Nothing
  134. Me.TableAdapterManager.UpdateOrder = Inversiones.InversionesDataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
  135. Me.TableAdapterManager.USR0TableAdapter = Me.USR0TableAdapter
  136. '
  137. 'DEP0TableAdapter
  138. '
  139. Me.DEP0TableAdapter.ClearBeforeFill = True
  140. '
  141. 'USR0BindingNavigator
  142. '
  143. Me.USR0BindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
  144. Me.USR0BindingNavigator.BindingSource = Me.USR0BindingSource
  145. Me.USR0BindingNavigator.CountItem = Me.BindingNavigatorCountItem
  146. Me.USR0BindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
  147. Me.USR0BindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.USR0BindingNavigatorSaveItem})
  148. Me.USR0BindingNavigator.Location = New System.Drawing.Point(0, 0)
  149. Me.USR0BindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
  150. Me.USR0BindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
  151. Me.USR0BindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
  152. Me.USR0BindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
  153. Me.USR0BindingNavigator.Name = "USR0BindingNavigator"
  154. Me.USR0BindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
  155. Me.USR0BindingNavigator.Size = New System.Drawing.Size(364, 25)
  156. Me.USR0BindingNavigator.TabIndex = 0
  157. Me.USR0BindingNavigator.Text = "BindingNavigator1"
  158. '
  159. 'BindingNavigatorAddNewItem
  160. '
  161. Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  162. Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
  163. Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
  164. Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
  165. Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
  166. Me.BindingNavigatorAddNewItem.Text = "Agregar nuevo"
  167. '
  168. 'BindingNavigatorCountItem
  169. '
  170. Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
  171. Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 22)
  172. Me.BindingNavigatorCountItem.Text = "de {0}"
  173. Me.BindingNavigatorCountItem.ToolTipText = "Número total de elementos"
  174. '
  175. 'BindingNavigatorDeleteItem
  176. '
  177. Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  178. Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
  179. Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
  180. Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
  181. Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
  182. Me.BindingNavigatorDeleteItem.Text = "Eliminar"
  183. '
  184. 'BindingNavigatorMoveFirstItem
  185. '
  186. Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  187. Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
  188. Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
  189. Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
  190. Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
  191. Me.BindingNavigatorMoveFirstItem.Text = "Mover primero"
  192. '
  193. 'BindingNavigatorMovePreviousItem
  194. '
  195. Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  196. Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
  197. Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
  198. Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
  199. Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
  200. Me.BindingNavigatorMovePreviousItem.Text = "Mover anterior"
  201. '
  202. 'BindingNavigatorSeparator
  203. '
  204. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  205. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  206. '
  207. 'BindingNavigatorPositionItem
  208. '
  209. Me.BindingNavigatorPositionItem.AccessibleName = "Posición"
  210. Me.BindingNavigatorPositionItem.AutoSize = False
  211. Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
  212. Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
  213. Me.BindingNavigatorPositionItem.Text = "0"
  214. Me.BindingNavigatorPositionItem.ToolTipText = "Posición actual"
  215. '
  216. 'BindingNavigatorSeparator1
  217. '
  218. Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
  219. Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
  220. '
  221. 'BindingNavigatorMoveNextItem
  222. '
  223. Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  224. Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
  225. Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
  226. Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
  227. Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
  228. Me.BindingNavigatorMoveNextItem.Text = "Mover siguiente"
  229. '
  230. 'BindingNavigatorMoveLastItem
  231. '
  232. Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  233. Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
  234. Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
  235. Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
  236. Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
  237. Me.BindingNavigatorMoveLastItem.Text = "Mover último"
  238. '
  239. 'BindingNavigatorSeparator2
  240. '
  241. Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
  242. Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
  243. '
  244. 'USR0BindingNavigatorSaveItem
  245. '
  246. Me.USR0BindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  247. Me.USR0BindingNavigatorSaveItem.Image = CType(resources.GetObject("USR0BindingNavigatorSaveItem.Image"), System.Drawing.Image)
  248. Me.USR0BindingNavigatorSaveItem.Name = "USR0BindingNavigatorSaveItem"
  249. Me.USR0BindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
  250. Me.USR0BindingNavigatorSaveItem.Text = "Guardar datos"
  251. '
  252. 'txtCodigoUsuario
  253. '
  254. Me.txtCodigoUsuario.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.USR0BindingSource, "UCodigo", True))
  255. Me.txtCodigoUsuario.Location = New System.Drawing.Point(99, 65)
  256. Me.txtCodigoUsuario.Name = "txtCodigoUsuario"
  257. Me.txtCodigoUsuario.Size = New System.Drawing.Size(104, 20)
  258. Me.txtCodigoUsuario.TabIndex = 2
  259. '
  260. 'txtNombreUsuario
  261. '
  262. Me.txtNombreUsuario.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.USR0BindingSource, "UNombre", True))
  263. Me.txtNombreUsuario.Location = New System.Drawing.Point(99, 87)
  264. Me.txtNombreUsuario.Name = "txtNombreUsuario"
  265. Me.txtNombreUsuario.Size = New System.Drawing.Size(104, 20)
  266. Me.txtNombreUsuario.TabIndex = 4
  267. '
  268. 'txtDepartamentoID
  269. '
  270. Me.txtDepartamentoID.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.USR0BindingSource, "DEPID", True))
  271. Me.txtDepartamentoID.Location = New System.Drawing.Point(226, 131)
  272. Me.txtDepartamentoID.Name = "txtDepartamentoID"
  273. Me.txtDepartamentoID.Size = New System.Drawing.Size(104, 20)
  274. Me.txtDepartamentoID.TabIndex = 6
  275. Me.txtDepartamentoID.Visible = False
  276. '
  277. 'chkSuperUsuario
  278. '
  279. Me.chkSuperUsuario.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.USR0BindingSource, "SUser", True))
  280. Me.chkSuperUsuario.Location = New System.Drawing.Point(99, 155)
  281. Me.chkSuperUsuario.Name = "chkSuperUsuario"
  282. Me.chkSuperUsuario.Size = New System.Drawing.Size(104, 24)
  283. Me.chkSuperUsuario.TabIndex = 8
  284. Me.chkSuperUsuario.Text = "Super Usuario"
  285. Me.chkSuperUsuario.UseVisualStyleBackColor = True
  286. '
  287. 'chkBloqueado
  288. '
  289. Me.chkBloqueado.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.USR0BindingSource, "Bloqueado", True))
  290. Me.chkBloqueado.Location = New System.Drawing.Point(99, 183)
  291. Me.chkBloqueado.Name = "chkBloqueado"
  292. Me.chkBloqueado.Size = New System.Drawing.Size(104, 24)
  293. Me.chkBloqueado.TabIndex = 10
  294. Me.chkBloqueado.Text = "Bloqueado"
  295. Me.chkBloqueado.UseVisualStyleBackColor = True
  296. '
  297. 'txtClave
  298. '
  299. Me.txtClave.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.USR0BindingSource, "Clave1", True))
  300. Me.txtClave.Location = New System.Drawing.Point(99, 109)
  301. Me.txtClave.Name = "txtClave"
  302. Me.txtClave.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
  303. Me.txtClave.Size = New System.Drawing.Size(104, 20)
  304. Me.txtClave.TabIndex = 12
  305. '
  306. 'cbxDepartamentoID
  307. '
  308. Me.cbxDepartamentoID.DataSource = Me.DEP0BindingSource
  309. Me.cbxDepartamentoID.DisplayMember = "DEPNombre"
  310. Me.cbxDepartamentoID.FormattingEnabled = True
  311. Me.cbxDepartamentoID.Location = New System.Drawing.Point(99, 131)
  312. Me.cbxDepartamentoID.Name = "cbxDepartamentoID"
  313. Me.cbxDepartamentoID.Size = New System.Drawing.Size(121, 21)
  314. Me.cbxDepartamentoID.TabIndex = 13
  315. Me.cbxDepartamentoID.ValueMember = "DEPID"
  316. '
  317. 'DEP0BindingSource
  318. '
  319. Me.DEP0BindingSource.DataMember = "DEP0"
  320. Me.DEP0BindingSource.DataSource = Me.InversionesDataSet1
  321. '
  322. 'Label1
  323. '
  324. Label1.AutoSize = True
  325. Label1.Font = New System.Drawing.Font("Trebuchet MS", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  326. Label1.Location = New System.Drawing.Point(20, 30)
  327. Label1.Name = "Label1"
  328. Label1.Size = New System.Drawing.Size(75, 22)
  329. Label1.TabIndex = 14
  330. Label1.Text = "Usuarios"
  331. '
  332. 'frmUSR0
  333. '
  334. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  335. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  336. Me.ClientSize = New System.Drawing.Size(364, 262)
  337. Me.Controls.Add(Label1)
  338. Me.Controls.Add(Me.cbxDepartamentoID)
  339. Me.Controls.Add(UCodigoLabel)
  340. Me.Controls.Add(Me.txtCodigoUsuario)
  341. Me.Controls.Add(UNombreLabel)
  342. Me.Controls.Add(Me.txtNombreUsuario)
  343. Me.Controls.Add(DEPIDLabel)
  344. Me.Controls.Add(Me.txtDepartamentoID)
  345. Me.Controls.Add(Me.chkSuperUsuario)
  346. Me.Controls.Add(Me.chkBloqueado)
  347. Me.Controls.Add(Clave1Label)
  348. Me.Controls.Add(Me.txtClave)
  349. Me.Controls.Add(Me.USR0BindingNavigator)
  350. Me.Name = "frmUSR0"
  351. Me.Text = "frmUSR0"
  352. CType(Me.InversionesDataSet1, System.ComponentModel.ISupportInitialize).EndInit()
  353. CType(Me.USR0BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  354. CType(Me.USR0BindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
  355. Me.USR0BindingNavigator.ResumeLayout(False)
  356. Me.USR0BindingNavigator.PerformLayout()
  357. CType(Me.DEP0BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  358. Me.ResumeLayout(False)
  359. Me.PerformLayout()
  360. End Sub
  361. Friend WithEvents InversionesDataSet1 As InversionesDataSet1
  362. Friend WithEvents USR0BindingSource As BindingSource
  363. Friend WithEvents USR0TableAdapter As InversionesDataSet1TableAdapters.USR0TableAdapter
  364. Friend WithEvents TableAdapterManager As InversionesDataSet1TableAdapters.TableAdapterManager
  365. Friend WithEvents USR0BindingNavigator As BindingNavigator
  366. Friend WithEvents BindingNavigatorAddNewItem As ToolStripButton
  367. Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
  368. Friend WithEvents BindingNavigatorDeleteItem As ToolStripButton
  369. Friend WithEvents BindingNavigatorMoveFirstItem As ToolStripButton
  370. Friend WithEvents BindingNavigatorMovePreviousItem As ToolStripButton
  371. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  372. Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox
  373. Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator
  374. Friend WithEvents BindingNavigatorMoveNextItem As ToolStripButton
  375. Friend WithEvents BindingNavigatorMoveLastItem As ToolStripButton
  376. Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator
  377. Friend WithEvents USR0BindingNavigatorSaveItem As ToolStripButton
  378. Friend WithEvents txtCodigoUsuario As TextBox
  379. Friend WithEvents txtNombreUsuario As TextBox
  380. Friend WithEvents txtDepartamentoID As TextBox
  381. Friend WithEvents chkSuperUsuario As CheckBox
  382. Friend WithEvents chkBloqueado As CheckBox
  383. Friend WithEvents txtClave As TextBox
  384. Friend WithEvents cbxDepartamentoID As ComboBox
  385. Friend WithEvents DEP0TableAdapter As InversionesDataSet1TableAdapters.DEP0TableAdapter
  386. Friend WithEvents DEP0BindingSource As BindingSource
  387. End Class