| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class frmUSR0
- Inherits System.Windows.Forms.Form
- 'Form reemplaza a Dispose para limpiar la lista de componentes.
- <System.Diagnostics.DebuggerNonUserCode()>
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
- 'Requerido por el Diseñador de Windows Forms
- Private components As System.ComponentModel.IContainer
- 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
- 'Se puede modificar usando el Diseñador de Windows Forms.
- 'No lo modifique con el editor de código.
- <System.Diagnostics.DebuggerStepThrough()>
- Private Sub InitializeComponent()
- Me.components = New System.ComponentModel.Container()
- Dim UCodigoLabel As System.Windows.Forms.Label
- Dim UNombreLabel As System.Windows.Forms.Label
- Dim DEPIDLabel As System.Windows.Forms.Label
- Dim Clave1Label As System.Windows.Forms.Label
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmUSR0))
- Dim Label1 As System.Windows.Forms.Label
- Me.InversionesDataSet1 = New Inversiones.InversionesDataSet1()
- Me.USR0BindingSource = New System.Windows.Forms.BindingSource(Me.components)
- Me.USR0TableAdapter = New Inversiones.InversionesDataSet1TableAdapters.USR0TableAdapter()
- Me.TableAdapterManager = New Inversiones.InversionesDataSet1TableAdapters.TableAdapterManager()
- Me.DEP0TableAdapter = New Inversiones.InversionesDataSet1TableAdapters.DEP0TableAdapter()
- Me.USR0BindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
- Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
- Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
- Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
- Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
- Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
- Me.USR0BindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
- Me.txtCodigoUsuario = New System.Windows.Forms.TextBox()
- Me.txtNombreUsuario = New System.Windows.Forms.TextBox()
- Me.txtDepartamentoID = New System.Windows.Forms.TextBox()
- Me.chkSuperUsuario = New System.Windows.Forms.CheckBox()
- Me.chkBloqueado = New System.Windows.Forms.CheckBox()
- Me.txtClave = New System.Windows.Forms.TextBox()
- Me.cbxDepartamentoID = New System.Windows.Forms.ComboBox()
- Me.DEP0BindingSource = New System.Windows.Forms.BindingSource(Me.components)
- UCodigoLabel = New System.Windows.Forms.Label()
- UNombreLabel = New System.Windows.Forms.Label()
- DEPIDLabel = New System.Windows.Forms.Label()
- Clave1Label = New System.Windows.Forms.Label()
- Label1 = New System.Windows.Forms.Label()
- CType(Me.InversionesDataSet1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.USR0BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.USR0BindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.USR0BindingNavigator.SuspendLayout()
- CType(Me.DEP0BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'UCodigoLabel
- '
- UCodigoLabel.AutoSize = True
- UCodigoLabel.Location = New System.Drawing.Point(20, 69)
- UCodigoLabel.Name = "UCodigoLabel"
- UCodigoLabel.Size = New System.Drawing.Size(43, 13)
- UCodigoLabel.TabIndex = 1
- UCodigoLabel.Text = "Código:"
- '
- 'UNombreLabel
- '
- UNombreLabel.AutoSize = True
- UNombreLabel.Location = New System.Drawing.Point(20, 91)
- UNombreLabel.Name = "UNombreLabel"
- UNombreLabel.Size = New System.Drawing.Size(47, 13)
- UNombreLabel.TabIndex = 3
- UNombreLabel.Text = "Nombre:"
- '
- 'DEPIDLabel
- '
- DEPIDLabel.AutoSize = True
- DEPIDLabel.Location = New System.Drawing.Point(20, 135)
- DEPIDLabel.Name = "DEPIDLabel"
- DEPIDLabel.Size = New System.Drawing.Size(77, 13)
- DEPIDLabel.TabIndex = 5
- DEPIDLabel.Text = "Departamento:"
- '
- 'Clave1Label
- '
- Clave1Label.AutoSize = True
- Clave1Label.Location = New System.Drawing.Point(20, 113)
- Clave1Label.Name = "Clave1Label"
- Clave1Label.Size = New System.Drawing.Size(37, 13)
- Clave1Label.TabIndex = 11
- Clave1Label.Text = "Clave:"
- '
- 'InversionesDataSet1
- '
- Me.InversionesDataSet1.DataSetName = "InversionesDataSet1"
- Me.InversionesDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
- '
- 'USR0BindingSource
- '
- Me.USR0BindingSource.DataMember = "USR0"
- Me.USR0BindingSource.DataSource = Me.InversionesDataSet1
- '
- 'USR0TableAdapter
- '
- Me.USR0TableAdapter.ClearBeforeFill = True
- '
- 'TableAdapterManager
- '
- Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
- Me.TableAdapterManager.BAN0TableAdapter = Nothing
- Me.TableAdapterManager.BAN1TableAdapter = Nothing
- Me.TableAdapterManager.BAN2TableAdapter = Nothing
- Me.TableAdapterManager.CALRITableAdapter = Nothing
- Me.TableAdapterManager.DEP0TableAdapter = Me.DEP0TableAdapter
- Me.TableAdapterManager.ECALRITableAdapter = Nothing
- Me.TableAdapterManager.EMISTableAdapter = Nothing
- Me.TableAdapterManager.EMPRTableAdapter = Nothing
- Me.TableAdapterManager.FPAGTableAdapter = Nothing
- Me.TableAdapterManager.INFITableAdapter = Nothing
- Me.TableAdapterManager.OFONTableAdapter = Nothing
- Me.TableAdapterManager.PAISTableAdapter = Nothing
- Me.TableAdapterManager.PIN0TableAdapter = Nothing
- Me.TableAdapterManager.RPAGTableAdapter = Nothing
- Me.TableAdapterManager.UpdateOrder = Inversiones.InversionesDataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
- Me.TableAdapterManager.USR0TableAdapter = Me.USR0TableAdapter
- '
- 'DEP0TableAdapter
- '
- Me.DEP0TableAdapter.ClearBeforeFill = True
- '
- 'USR0BindingNavigator
- '
- Me.USR0BindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
- Me.USR0BindingNavigator.BindingSource = Me.USR0BindingSource
- Me.USR0BindingNavigator.CountItem = Me.BindingNavigatorCountItem
- Me.USR0BindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
- 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})
- Me.USR0BindingNavigator.Location = New System.Drawing.Point(0, 0)
- Me.USR0BindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
- Me.USR0BindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
- Me.USR0BindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
- Me.USR0BindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
- Me.USR0BindingNavigator.Name = "USR0BindingNavigator"
- Me.USR0BindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
- Me.USR0BindingNavigator.Size = New System.Drawing.Size(364, 25)
- Me.USR0BindingNavigator.TabIndex = 0
- Me.USR0BindingNavigator.Text = "BindingNavigator1"
- '
- 'BindingNavigatorAddNewItem
- '
- Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
- Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorAddNewItem.Text = "Agregar nuevo"
- '
- 'BindingNavigatorCountItem
- '
- Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
- Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 22)
- Me.BindingNavigatorCountItem.Text = "de {0}"
- Me.BindingNavigatorCountItem.ToolTipText = "Número total de elementos"
- '
- 'BindingNavigatorDeleteItem
- '
- Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
- Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorDeleteItem.Text = "Eliminar"
- '
- 'BindingNavigatorMoveFirstItem
- '
- Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
- Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorMoveFirstItem.Text = "Mover primero"
- '
- 'BindingNavigatorMovePreviousItem
- '
- Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
- Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorMovePreviousItem.Text = "Mover anterior"
- '
- 'BindingNavigatorSeparator
- '
- Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
- Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
- '
- 'BindingNavigatorPositionItem
- '
- Me.BindingNavigatorPositionItem.AccessibleName = "Posición"
- Me.BindingNavigatorPositionItem.AutoSize = False
- Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
- Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
- Me.BindingNavigatorPositionItem.Text = "0"
- Me.BindingNavigatorPositionItem.ToolTipText = "Posición actual"
- '
- 'BindingNavigatorSeparator1
- '
- Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
- Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
- '
- 'BindingNavigatorMoveNextItem
- '
- Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
- Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorMoveNextItem.Text = "Mover siguiente"
- '
- 'BindingNavigatorMoveLastItem
- '
- Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
- Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorMoveLastItem.Text = "Mover último"
- '
- 'BindingNavigatorSeparator2
- '
- Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
- Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
- '
- 'USR0BindingNavigatorSaveItem
- '
- Me.USR0BindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.USR0BindingNavigatorSaveItem.Image = CType(resources.GetObject("USR0BindingNavigatorSaveItem.Image"), System.Drawing.Image)
- Me.USR0BindingNavigatorSaveItem.Name = "USR0BindingNavigatorSaveItem"
- Me.USR0BindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
- Me.USR0BindingNavigatorSaveItem.Text = "Guardar datos"
- '
- 'txtCodigoUsuario
- '
- Me.txtCodigoUsuario.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.USR0BindingSource, "UCodigo", True))
- Me.txtCodigoUsuario.Location = New System.Drawing.Point(99, 65)
- Me.txtCodigoUsuario.Name = "txtCodigoUsuario"
- Me.txtCodigoUsuario.Size = New System.Drawing.Size(104, 20)
- Me.txtCodigoUsuario.TabIndex = 2
- '
- 'txtNombreUsuario
- '
- Me.txtNombreUsuario.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.USR0BindingSource, "UNombre", True))
- Me.txtNombreUsuario.Location = New System.Drawing.Point(99, 87)
- Me.txtNombreUsuario.Name = "txtNombreUsuario"
- Me.txtNombreUsuario.Size = New System.Drawing.Size(104, 20)
- Me.txtNombreUsuario.TabIndex = 4
- '
- 'txtDepartamentoID
- '
- Me.txtDepartamentoID.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.USR0BindingSource, "DEPID", True))
- Me.txtDepartamentoID.Location = New System.Drawing.Point(226, 131)
- Me.txtDepartamentoID.Name = "txtDepartamentoID"
- Me.txtDepartamentoID.Size = New System.Drawing.Size(104, 20)
- Me.txtDepartamentoID.TabIndex = 6
- Me.txtDepartamentoID.Visible = False
- '
- 'chkSuperUsuario
- '
- Me.chkSuperUsuario.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.USR0BindingSource, "SUser", True))
- Me.chkSuperUsuario.Location = New System.Drawing.Point(99, 155)
- Me.chkSuperUsuario.Name = "chkSuperUsuario"
- Me.chkSuperUsuario.Size = New System.Drawing.Size(104, 24)
- Me.chkSuperUsuario.TabIndex = 8
- Me.chkSuperUsuario.Text = "Super Usuario"
- Me.chkSuperUsuario.UseVisualStyleBackColor = True
- '
- 'chkBloqueado
- '
- Me.chkBloqueado.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.USR0BindingSource, "Bloqueado", True))
- Me.chkBloqueado.Location = New System.Drawing.Point(99, 183)
- Me.chkBloqueado.Name = "chkBloqueado"
- Me.chkBloqueado.Size = New System.Drawing.Size(104, 24)
- Me.chkBloqueado.TabIndex = 10
- Me.chkBloqueado.Text = "Bloqueado"
- Me.chkBloqueado.UseVisualStyleBackColor = True
- '
- 'txtClave
- '
- Me.txtClave.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.USR0BindingSource, "Clave1", True))
- Me.txtClave.Location = New System.Drawing.Point(99, 109)
- Me.txtClave.Name = "txtClave"
- Me.txtClave.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
- Me.txtClave.Size = New System.Drawing.Size(104, 20)
- Me.txtClave.TabIndex = 12
- '
- 'cbxDepartamentoID
- '
- Me.cbxDepartamentoID.DataSource = Me.DEP0BindingSource
- Me.cbxDepartamentoID.DisplayMember = "DEPNombre"
- Me.cbxDepartamentoID.FormattingEnabled = True
- Me.cbxDepartamentoID.Location = New System.Drawing.Point(99, 131)
- Me.cbxDepartamentoID.Name = "cbxDepartamentoID"
- Me.cbxDepartamentoID.Size = New System.Drawing.Size(121, 21)
- Me.cbxDepartamentoID.TabIndex = 13
- Me.cbxDepartamentoID.ValueMember = "DEPID"
- '
- 'DEP0BindingSource
- '
- Me.DEP0BindingSource.DataMember = "DEP0"
- Me.DEP0BindingSource.DataSource = Me.InversionesDataSet1
- '
- 'Label1
- '
- Label1.AutoSize = True
- Label1.Font = New System.Drawing.Font("Trebuchet MS", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Label1.Location = New System.Drawing.Point(20, 30)
- Label1.Name = "Label1"
- Label1.Size = New System.Drawing.Size(75, 22)
- Label1.TabIndex = 14
- Label1.Text = "Usuarios"
- '
- 'frmUSR0
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(364, 262)
- Me.Controls.Add(Label1)
- Me.Controls.Add(Me.cbxDepartamentoID)
- Me.Controls.Add(UCodigoLabel)
- Me.Controls.Add(Me.txtCodigoUsuario)
- Me.Controls.Add(UNombreLabel)
- Me.Controls.Add(Me.txtNombreUsuario)
- Me.Controls.Add(DEPIDLabel)
- Me.Controls.Add(Me.txtDepartamentoID)
- Me.Controls.Add(Me.chkSuperUsuario)
- Me.Controls.Add(Me.chkBloqueado)
- Me.Controls.Add(Clave1Label)
- Me.Controls.Add(Me.txtClave)
- Me.Controls.Add(Me.USR0BindingNavigator)
- Me.Name = "frmUSR0"
- Me.Text = "frmUSR0"
- CType(Me.InversionesDataSet1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.USR0BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.USR0BindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
- Me.USR0BindingNavigator.ResumeLayout(False)
- Me.USR0BindingNavigator.PerformLayout()
- CType(Me.DEP0BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents InversionesDataSet1 As InversionesDataSet1
- Friend WithEvents USR0BindingSource As BindingSource
- Friend WithEvents USR0TableAdapter As InversionesDataSet1TableAdapters.USR0TableAdapter
- Friend WithEvents TableAdapterManager As InversionesDataSet1TableAdapters.TableAdapterManager
- Friend WithEvents USR0BindingNavigator As BindingNavigator
- Friend WithEvents BindingNavigatorAddNewItem As ToolStripButton
- Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
- Friend WithEvents BindingNavigatorDeleteItem As ToolStripButton
- Friend WithEvents BindingNavigatorMoveFirstItem As ToolStripButton
- Friend WithEvents BindingNavigatorMovePreviousItem As ToolStripButton
- Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
- Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox
- Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator
- Friend WithEvents BindingNavigatorMoveNextItem As ToolStripButton
- Friend WithEvents BindingNavigatorMoveLastItem As ToolStripButton
- Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator
- Friend WithEvents USR0BindingNavigatorSaveItem As ToolStripButton
- Friend WithEvents txtCodigoUsuario As TextBox
- Friend WithEvents txtNombreUsuario As TextBox
- Friend WithEvents txtDepartamentoID As TextBox
- Friend WithEvents chkSuperUsuario As CheckBox
- Friend WithEvents chkBloqueado As CheckBox
- Friend WithEvents txtClave As TextBox
- Friend WithEvents cbxDepartamentoID As ComboBox
- Friend WithEvents DEP0TableAdapter As InversionesDataSet1TableAdapters.DEP0TableAdapter
- Friend WithEvents DEP0BindingSource As BindingSource
- End Class
|