502 lines
25 KiB
VB.net
502 lines
25 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class UsuarioM
|
||
Inherits System.Windows.Forms.Form
|
||
|
||
'Form overrides dispose to clean up the component list.
|
||
<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
|
||
|
||
'Required by the Windows Form Designer
|
||
Private components As System.ComponentModel.IContainer
|
||
|
||
'NOTE: The following procedure is required by the Windows Form Designer
|
||
'It can be modified using the Windows Form Designer.
|
||
'Do not modify it using the code editor.
|
||
<System.Diagnostics.DebuggerStepThrough()> _
|
||
Private Sub InitializeComponent()
|
||
Me.components = New System.ComponentModel.Container()
|
||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(UsuarioM))
|
||
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
||
Me.grdUsuario = New System.Windows.Forms.DataGrid()
|
||
Me.Label7 = New System.Windows.Forms.Label()
|
||
Me.cmbPerfil = New System.Windows.Forms.ComboBox()
|
||
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
|
||
Me.chkBloquear = New System.Windows.Forms.CheckBox()
|
||
Me.txtPassword = New System.Windows.Forms.TextBox()
|
||
Me.txtUsuario = New System.Windows.Forms.TextBox()
|
||
Me.txtAMaterno = New System.Windows.Forms.TextBox()
|
||
Me.txtAPaterno = New System.Windows.Forms.TextBox()
|
||
Me.txtNombre = New System.Windows.Forms.TextBox()
|
||
Me.Label3 = New System.Windows.Forms.Label()
|
||
Me.Label1 = New System.Windows.Forms.Label()
|
||
Me.Label2 = New System.Windows.Forms.Label()
|
||
Me.Label4 = New System.Windows.Forms.Label()
|
||
Me.Label5 = New System.Windows.Forms.Label()
|
||
Me.Label6 = New System.Windows.Forms.Label()
|
||
Me.txtcomodin = New System.Windows.Forms.TextBox()
|
||
Me.lblIdUsuario = New System.Windows.Forms.Label()
|
||
Me.ImageList2 = New System.Windows.Forms.ImageList(Me.components)
|
||
Me.txtPasswordConf = New System.Windows.Forms.TextBox()
|
||
Me.Label8 = New System.Windows.Forms.Label()
|
||
Me.BntSalie = New System.Windows.Forms.Button()
|
||
Me.BtnAlta = New System.Windows.Forms.Button()
|
||
Me.BtnLimpiar = New System.Windows.Forms.Button()
|
||
Me.Button1 = New System.Windows.Forms.Button()
|
||
Me.panel2 = New System.Windows.Forms.Panel()
|
||
Me.Img_logoCabecera = New System.Windows.Forms.PictureBox()
|
||
Me.Label9 = New System.Windows.Forms.Label()
|
||
Me.panel3 = New System.Windows.Forms.Panel()
|
||
Me.Label10 = New System.Windows.Forms.Label()
|
||
Me.lblFooter = New System.Windows.Forms.Label()
|
||
Me.GroupBox1.SuspendLayout()
|
||
CType(Me.grdUsuario, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.panel2.SuspendLayout()
|
||
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.panel3.SuspendLayout()
|
||
Me.SuspendLayout()
|
||
'
|
||
'GroupBox1
|
||
'
|
||
Me.GroupBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.GroupBox1.Controls.Add(Me.grdUsuario)
|
||
Me.GroupBox1.Location = New System.Drawing.Point(12, 53)
|
||
Me.GroupBox1.Name = "GroupBox1"
|
||
Me.GroupBox1.Size = New System.Drawing.Size(967, 213)
|
||
Me.GroupBox1.TabIndex = 1
|
||
Me.GroupBox1.TabStop = False
|
||
Me.GroupBox1.Text = "Usuarios"
|
||
'
|
||
'grdUsuario
|
||
'
|
||
Me.grdUsuario.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.grdUsuario.BackgroundColor = System.Drawing.Color.White
|
||
Me.grdUsuario.CaptionBackColor = System.Drawing.Color.White
|
||
Me.grdUsuario.DataMember = ""
|
||
Me.grdUsuario.HeaderForeColor = System.Drawing.SystemColors.ControlText
|
||
Me.grdUsuario.Location = New System.Drawing.Point(3, 16)
|
||
Me.grdUsuario.Name = "grdUsuario"
|
||
Me.grdUsuario.ReadOnly = True
|
||
Me.grdUsuario.Size = New System.Drawing.Size(961, 194)
|
||
Me.grdUsuario.TabIndex = 0
|
||
'
|
||
'Label7
|
||
'
|
||
Me.Label7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.Label7.AutoSize = True
|
||
Me.Label7.Location = New System.Drawing.Point(569, 457)
|
||
Me.Label7.Name = "Label7"
|
||
Me.Label7.Size = New System.Drawing.Size(39, 13)
|
||
Me.Label7.TabIndex = 16
|
||
Me.Label7.Text = "Label7"
|
||
Me.Label7.Visible = False
|
||
'
|
||
'cmbPerfil
|
||
'
|
||
Me.cmbPerfil.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.cmbPerfil.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||
Me.cmbPerfil.Location = New System.Drawing.Point(472, 398)
|
||
Me.cmbPerfil.Name = "cmbPerfil"
|
||
Me.cmbPerfil.Size = New System.Drawing.Size(316, 21)
|
||
Me.cmbPerfil.TabIndex = 18
|
||
'
|
||
'ImageList1
|
||
'
|
||
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
|
||
Me.ImageList1.TransparentColor = System.Drawing.Color.Turquoise
|
||
Me.ImageList1.Images.SetKeyName(0, "")
|
||
Me.ImageList1.Images.SetKeyName(1, "")
|
||
Me.ImageList1.Images.SetKeyName(2, "")
|
||
Me.ImageList1.Images.SetKeyName(3, "")
|
||
Me.ImageList1.Images.SetKeyName(4, "")
|
||
Me.ImageList1.Images.SetKeyName(5, "")
|
||
Me.ImageList1.Images.SetKeyName(6, "")
|
||
Me.ImageList1.Images.SetKeyName(7, "")
|
||
Me.ImageList1.Images.SetKeyName(8, "")
|
||
Me.ImageList1.Images.SetKeyName(9, "")
|
||
Me.ImageList1.Images.SetKeyName(10, "excel.jpg")
|
||
'
|
||
'chkBloquear
|
||
'
|
||
Me.chkBloquear.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.chkBloquear.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.chkBloquear.Location = New System.Drawing.Point(683, 377)
|
||
Me.chkBloquear.Name = "chkBloquear"
|
||
Me.chkBloquear.Size = New System.Drawing.Size(98, 19)
|
||
Me.chkBloquear.TabIndex = 19
|
||
Me.chkBloquear.Text = "Activo"
|
||
'
|
||
'txtPassword
|
||
'
|
||
Me.txtPassword.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.txtPassword.Location = New System.Drawing.Point(13, 399)
|
||
Me.txtPassword.Name = "txtPassword"
|
||
Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
|
||
Me.txtPassword.Size = New System.Drawing.Size(142, 20)
|
||
Me.txtPassword.TabIndex = 14
|
||
Me.txtPassword.Visible = False
|
||
'
|
||
'txtUsuario
|
||
'
|
||
Me.txtUsuario.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.txtUsuario.Location = New System.Drawing.Point(472, 350)
|
||
Me.txtUsuario.Name = "txtUsuario"
|
||
Me.txtUsuario.Size = New System.Drawing.Size(186, 20)
|
||
Me.txtUsuario.TabIndex = 11
|
||
Me.txtUsuario.Tag = "Usuario"
|
||
'
|
||
'txtAMaterno
|
||
'
|
||
Me.txtAMaterno.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.txtAMaterno.Location = New System.Drawing.Point(12, 350)
|
||
Me.txtAMaterno.Name = "txtAMaterno"
|
||
Me.txtAMaterno.Size = New System.Drawing.Size(320, 20)
|
||
Me.txtAMaterno.TabIndex = 8
|
||
Me.txtAMaterno.Tag = "Apellido Materno"
|
||
'
|
||
'txtAPaterno
|
||
'
|
||
Me.txtAPaterno.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.txtAPaterno.Location = New System.Drawing.Point(472, 299)
|
||
Me.txtAPaterno.Name = "txtAPaterno"
|
||
Me.txtAPaterno.Size = New System.Drawing.Size(319, 20)
|
||
Me.txtAPaterno.TabIndex = 6
|
||
Me.txtAPaterno.Tag = "Apellido Paterno"
|
||
'
|
||
'txtNombre
|
||
'
|
||
Me.txtNombre.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.txtNombre.Location = New System.Drawing.Point(11, 299)
|
||
Me.txtNombre.Name = "txtNombre"
|
||
Me.txtNombre.Size = New System.Drawing.Size(319, 20)
|
||
Me.txtNombre.TabIndex = 4
|
||
Me.txtNombre.Tag = "Nombre"
|
||
'
|
||
'Label3
|
||
'
|
||
Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.Label3.Location = New System.Drawing.Point(12, 335)
|
||
Me.Label3.Name = "Label3"
|
||
Me.Label3.Size = New System.Drawing.Size(228, 16)
|
||
Me.Label3.TabIndex = 7
|
||
Me.Label3.Text = "Apellido Materno"
|
||
'
|
||
'Label1
|
||
'
|
||
Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.Label1.Location = New System.Drawing.Point(12, 284)
|
||
Me.Label1.Name = "Label1"
|
||
Me.Label1.Size = New System.Drawing.Size(180, 23)
|
||
Me.Label1.TabIndex = 2
|
||
Me.Label1.Text = "Nombre"
|
||
'
|
||
'Label2
|
||
'
|
||
Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.Label2.Location = New System.Drawing.Point(472, 284)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(220, 23)
|
||
Me.Label2.TabIndex = 5
|
||
Me.Label2.Text = "Apellido Paterno"
|
||
'
|
||
'Label4
|
||
'
|
||
Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.Label4.Location = New System.Drawing.Point(468, 336)
|
||
Me.Label4.Name = "Label4"
|
||
Me.Label4.Size = New System.Drawing.Size(160, 27)
|
||
Me.Label4.TabIndex = 9
|
||
Me.Label4.Text = "Usuario"
|
||
'
|
||
'Label5
|
||
'
|
||
Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.Label5.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.Label5.Location = New System.Drawing.Point(9, 385)
|
||
Me.Label5.Name = "Label5"
|
||
Me.Label5.Size = New System.Drawing.Size(110, 19)
|
||
Me.Label5.TabIndex = 13
|
||
Me.Label5.Text = "Contrase<EFBFBD>a"
|
||
Me.Label5.Visible = False
|
||
'
|
||
'Label6
|
||
'
|
||
Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.Label6.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.Label6.Location = New System.Drawing.Point(470, 383)
|
||
Me.Label6.Name = "Label6"
|
||
Me.Label6.Size = New System.Drawing.Size(144, 27)
|
||
Me.Label6.TabIndex = 17
|
||
Me.Label6.Text = "Perfil"
|
||
'
|
||
'txtcomodin
|
||
'
|
||
Me.txtcomodin.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.txtcomodin.Location = New System.Drawing.Point(266, 450)
|
||
Me.txtcomodin.Name = "txtcomodin"
|
||
Me.txtcomodin.Size = New System.Drawing.Size(137, 20)
|
||
Me.txtcomodin.TabIndex = 22
|
||
Me.txtcomodin.Visible = False
|
||
'
|
||
'lblIdUsuario
|
||
'
|
||
Me.lblIdUsuario.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.lblIdUsuario.AutoSize = True
|
||
Me.lblIdUsuario.Location = New System.Drawing.Point(763, 416)
|
||
Me.lblIdUsuario.Name = "lblIdUsuario"
|
||
Me.lblIdUsuario.Size = New System.Drawing.Size(0, 13)
|
||
Me.lblIdUsuario.TabIndex = 10
|
||
Me.lblIdUsuario.Visible = False
|
||
'
|
||
'ImageList2
|
||
'
|
||
Me.ImageList2.ImageStream = CType(resources.GetObject("ImageList2.ImageStream"), System.Windows.Forms.ImageListStreamer)
|
||
Me.ImageList2.TransparentColor = System.Drawing.Color.Transparent
|
||
Me.ImageList2.Images.SetKeyName(0, "")
|
||
Me.ImageList2.Images.SetKeyName(1, "")
|
||
Me.ImageList2.Images.SetKeyName(2, "")
|
||
Me.ImageList2.Images.SetKeyName(3, "")
|
||
'
|
||
'txtPasswordConf
|
||
'
|
||
Me.txtPasswordConf.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.txtPasswordConf.Location = New System.Drawing.Point(188, 399)
|
||
Me.txtPasswordConf.Name = "txtPasswordConf"
|
||
Me.txtPasswordConf.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
|
||
Me.txtPasswordConf.Size = New System.Drawing.Size(142, 20)
|
||
Me.txtPasswordConf.TabIndex = 15
|
||
Me.txtPasswordConf.Visible = False
|
||
'
|
||
'Label8
|
||
'
|
||
Me.Label8.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||
Me.Label8.ForeColor = System.Drawing.Color.MidnightBlue
|
||
Me.Label8.Location = New System.Drawing.Point(188, 383)
|
||
Me.Label8.Name = "Label8"
|
||
Me.Label8.Size = New System.Drawing.Size(154, 13)
|
||
Me.Label8.TabIndex = 12
|
||
Me.Label8.Text = "Confirmar Contrase<73>a"
|
||
Me.Label8.Visible = False
|
||
'
|
||
'BntSalie
|
||
'
|
||
Me.BntSalie.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.BntSalie.BackColor = System.Drawing.Color.Black
|
||
Me.BntSalie.Cursor = System.Windows.Forms.Cursors.Hand
|
||
Me.BntSalie.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.BntSalie.ForeColor = System.Drawing.Color.White
|
||
Me.BntSalie.Location = New System.Drawing.Point(870, 409)
|
||
Me.BntSalie.Name = "BntSalie"
|
||
Me.BntSalie.Size = New System.Drawing.Size(106, 33)
|
||
Me.BntSalie.TabIndex = 107
|
||
Me.BntSalie.Text = "Cerrar"
|
||
Me.BntSalie.UseVisualStyleBackColor = False
|
||
'
|
||
'BtnAlta
|
||
'
|
||
Me.BtnAlta.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.BtnAlta.BackColor = System.Drawing.Color.Black
|
||
Me.BtnAlta.Cursor = System.Windows.Forms.Cursors.Hand
|
||
Me.BtnAlta.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.BtnAlta.ForeColor = System.Drawing.Color.White
|
||
Me.BtnAlta.Location = New System.Drawing.Point(870, 292)
|
||
Me.BtnAlta.Name = "BtnAlta"
|
||
Me.BtnAlta.Size = New System.Drawing.Size(106, 33)
|
||
Me.BtnAlta.TabIndex = 106
|
||
Me.BtnAlta.Text = "Guardar"
|
||
Me.BtnAlta.UseVisualStyleBackColor = False
|
||
'
|
||
'BtnLimpiar
|
||
'
|
||
Me.BtnLimpiar.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.BtnLimpiar.BackColor = System.Drawing.Color.Black
|
||
Me.BtnLimpiar.Cursor = System.Windows.Forms.Cursors.Hand
|
||
Me.BtnLimpiar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.BtnLimpiar.ForeColor = System.Drawing.Color.White
|
||
Me.BtnLimpiar.Location = New System.Drawing.Point(870, 370)
|
||
Me.BtnLimpiar.Name = "BtnLimpiar"
|
||
Me.BtnLimpiar.Size = New System.Drawing.Size(106, 33)
|
||
Me.BtnLimpiar.TabIndex = 105
|
||
Me.BtnLimpiar.Text = "Limpiar"
|
||
Me.BtnLimpiar.UseVisualStyleBackColor = False
|
||
'
|
||
'Button1
|
||
'
|
||
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.Button1.BackColor = System.Drawing.Color.Black
|
||
Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
|
||
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Button1.ForeColor = System.Drawing.Color.White
|
||
Me.Button1.Location = New System.Drawing.Point(870, 331)
|
||
Me.Button1.Name = "Button1"
|
||
Me.Button1.Size = New System.Drawing.Size(106, 33)
|
||
Me.Button1.TabIndex = 109
|
||
Me.Button1.Text = "Exportar"
|
||
Me.Button1.UseVisualStyleBackColor = False
|
||
'
|
||
'panel2
|
||
'
|
||
Me.panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.panel2.BackColor = System.Drawing.Color.Black
|
||
Me.panel2.Controls.Add(Me.Img_logoCabecera)
|
||
Me.panel2.Controls.Add(Me.Label9)
|
||
Me.panel2.ForeColor = System.Drawing.Color.Navy
|
||
Me.panel2.Location = New System.Drawing.Point(0, -4)
|
||
Me.panel2.Name = "panel2"
|
||
Me.panel2.Size = New System.Drawing.Size(995, 51)
|
||
Me.panel2.TabIndex = 160
|
||
'
|
||
'Img_logoCabecera
|
||
'
|
||
Me.Img_logoCabecera.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo
|
||
Me.Img_logoCabecera.Location = New System.Drawing.Point(878, -2)
|
||
Me.Img_logoCabecera.Name = "Img_logoCabecera"
|
||
Me.Img_logoCabecera.Size = New System.Drawing.Size(117, 50)
|
||
Me.Img_logoCabecera.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
||
Me.Img_logoCabecera.TabIndex = 360
|
||
Me.Img_logoCabecera.TabStop = False
|
||
'
|
||
'Label9
|
||
'
|
||
Me.Label9.AutoSize = True
|
||
Me.Label9.BackColor = System.Drawing.Color.Transparent
|
||
Me.Label9.Font = New System.Drawing.Font("Century Gothic", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label9.ForeColor = System.Drawing.SystemColors.Window
|
||
Me.Label9.Location = New System.Drawing.Point(21, 8)
|
||
Me.Label9.Name = "Label9"
|
||
Me.Label9.Size = New System.Drawing.Size(82, 22)
|
||
Me.Label9.TabIndex = 2
|
||
Me.Label9.Text = "Usuarios"
|
||
'
|
||
'panel3
|
||
'
|
||
Me.panel3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.panel3.BackColor = System.Drawing.Color.Black
|
||
Me.panel3.Controls.Add(Me.Label10)
|
||
Me.panel3.Controls.Add(Me.lblFooter)
|
||
Me.panel3.ForeColor = System.Drawing.Color.Navy
|
||
Me.panel3.Location = New System.Drawing.Point(0, 497)
|
||
Me.panel3.Name = "panel3"
|
||
Me.panel3.Size = New System.Drawing.Size(995, 30)
|
||
Me.panel3.TabIndex = 361
|
||
'
|
||
'Label10
|
||
'
|
||
Me.Label10.AutoSize = True
|
||
Me.Label10.BackColor = System.Drawing.Color.Transparent
|
||
Me.Label10.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.Label10.ForeColor = System.Drawing.SystemColors.Window
|
||
Me.Label10.Location = New System.Drawing.Point(937, 0)
|
||
Me.Label10.Name = "Label10"
|
||
Me.Label10.Size = New System.Drawing.Size(42, 17)
|
||
Me.Label10.TabIndex = 3
|
||
Me.Label10.Text = "Minds"
|
||
'
|
||
'lblFooter
|
||
'
|
||
Me.lblFooter.AutoSize = True
|
||
Me.lblFooter.BackColor = System.Drawing.Color.Transparent
|
||
Me.lblFooter.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||
Me.lblFooter.ForeColor = System.Drawing.SystemColors.Window
|
||
Me.lblFooter.Location = New System.Drawing.Point(1019, 7)
|
||
Me.lblFooter.Name = "lblFooter"
|
||
Me.lblFooter.Size = New System.Drawing.Size(42, 17)
|
||
Me.lblFooter.TabIndex = 2
|
||
Me.lblFooter.Text = "Minds"
|
||
'
|
||
'UsuarioM
|
||
'
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
|
||
Me.BackColor = System.Drawing.Color.White
|
||
Me.ClientSize = New System.Drawing.Size(991, 520)
|
||
Me.Controls.Add(Me.panel3)
|
||
Me.Controls.Add(Me.panel2)
|
||
Me.Controls.Add(Me.Button1)
|
||
Me.Controls.Add(Me.BntSalie)
|
||
Me.Controls.Add(Me.BtnAlta)
|
||
Me.Controls.Add(Me.BtnLimpiar)
|
||
Me.Controls.Add(Me.Label8)
|
||
Me.Controls.Add(Me.txtPasswordConf)
|
||
Me.Controls.Add(Me.lblIdUsuario)
|
||
Me.Controls.Add(Me.txtcomodin)
|
||
Me.Controls.Add(Me.GroupBox1)
|
||
Me.Controls.Add(Me.Label7)
|
||
Me.Controls.Add(Me.cmbPerfil)
|
||
Me.Controls.Add(Me.chkBloquear)
|
||
Me.Controls.Add(Me.txtPassword)
|
||
Me.Controls.Add(Me.txtUsuario)
|
||
Me.Controls.Add(Me.txtAMaterno)
|
||
Me.Controls.Add(Me.txtAPaterno)
|
||
Me.Controls.Add(Me.txtNombre)
|
||
Me.Controls.Add(Me.Label3)
|
||
Me.Controls.Add(Me.Label1)
|
||
Me.Controls.Add(Me.Label2)
|
||
Me.Controls.Add(Me.Label4)
|
||
Me.Controls.Add(Me.Label5)
|
||
Me.Controls.Add(Me.Label6)
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.Name = "UsuarioM"
|
||
Me.Text = "Usuarios"
|
||
Me.GroupBox1.ResumeLayout(False)
|
||
CType(Me.grdUsuario, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.panel2.ResumeLayout(False)
|
||
Me.panel2.PerformLayout()
|
||
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.panel3.ResumeLayout(False)
|
||
Me.panel3.PerformLayout()
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
||
Friend WithEvents grdUsuario As System.Windows.Forms.DataGrid
|
||
Friend WithEvents Label7 As System.Windows.Forms.Label
|
||
Friend WithEvents cmbPerfil As System.Windows.Forms.ComboBox
|
||
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
|
||
Friend WithEvents chkBloquear As System.Windows.Forms.CheckBox
|
||
Friend WithEvents txtPassword As System.Windows.Forms.TextBox
|
||
Friend WithEvents txtUsuario As System.Windows.Forms.TextBox
|
||
Friend WithEvents txtAMaterno As System.Windows.Forms.TextBox
|
||
Friend WithEvents txtAPaterno As System.Windows.Forms.TextBox
|
||
Friend WithEvents txtNombre As System.Windows.Forms.TextBox
|
||
Friend WithEvents Label3 As System.Windows.Forms.Label
|
||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||
Friend WithEvents Label2 As System.Windows.Forms.Label
|
||
Friend WithEvents Label4 As System.Windows.Forms.Label
|
||
Friend WithEvents Label5 As System.Windows.Forms.Label
|
||
Friend WithEvents Label6 As System.Windows.Forms.Label
|
||
Friend WithEvents txtcomodin As System.Windows.Forms.TextBox
|
||
Friend WithEvents lblIdUsuario As System.Windows.Forms.Label
|
||
Friend WithEvents ImageList2 As System.Windows.Forms.ImageList
|
||
Friend WithEvents txtPasswordConf As System.Windows.Forms.TextBox
|
||
Friend WithEvents Label8 As System.Windows.Forms.Label
|
||
Friend WithEvents BntSalie As System.Windows.Forms.Button
|
||
Friend WithEvents BtnAlta As System.Windows.Forms.Button
|
||
Friend WithEvents BtnLimpiar As System.Windows.Forms.Button
|
||
Friend WithEvents Button1 As System.Windows.Forms.Button
|
||
Private WithEvents panel2 As Panel
|
||
Private WithEvents Img_logoCabecera As PictureBox
|
||
Friend WithEvents Label9 As Label
|
||
Private WithEvents panel3 As Panel
|
||
Friend WithEvents Label10 As Label
|
||
Friend WithEvents lblFooter As Label
|
||
End Class
|