_ Partial Class FrmPasswConfig Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmPasswConfig)) Me.Label3 = 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.TextBox2 = New System.Windows.Forms.TextBox() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.cboInserta = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue Me.Label3.Location = New System.Drawing.Point(41, 38) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(170, 13) Me.Label3.TabIndex = 2 Me.Label3.Text = "Días de expiración de contraseña:" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(41, 127) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(148, 13) Me.Label4.TabIndex = 3 Me.Label4.Text = "Sugerir cambio de contraseña" Me.Label4.Visible = False ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(273, 128) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(109, 13) Me.Label5.TabIndex = 4 Me.Label5.Text = "días antes de expirar." Me.Label5.Visible = False ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.ForeColor = System.Drawing.Color.MidnightBlue Me.Label6.Location = New System.Drawing.Point(42, 64) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(141, 13) Me.Label6.TabIndex = 5 Me.Label6.Text = "Días de bloqueo de usuario:" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(226, 35) Me.TextBox2.MaxLength = 2 Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(41, 20) Me.TextBox2.TabIndex = 20 ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(226, 125) Me.TextBox3.MaxLength = 2 Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(41, 20) Me.TextBox3.TabIndex = 21 Me.TextBox3.Visible = False ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(226, 61) Me.TextBox4.MaxLength = 2 Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(41, 20) Me.TextBox4.TabIndex = 22 ' 'cboInserta ' Me.cboInserta.Location = New System.Drawing.Point(314, 57) Me.cboInserta.Name = "cboInserta" Me.cboInserta.Size = New System.Drawing.Size(68, 27) Me.cboInserta.TabIndex = 35 Me.cboInserta.Text = "Guardar" Me.cboInserta.UseVisualStyleBackColor = True ' 'FrmPasswConfig ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(434, 122) Me.Controls.Add(Me.cboInserta) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "FrmPasswConfig" Me.Text = "Políticas de Password" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label3 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 TextBox2 As System.Windows.Forms.TextBox Friend WithEvents TextBox3 As System.Windows.Forms.TextBox Friend WithEvents TextBox4 As System.Windows.Forms.TextBox Friend WithEvents cboInserta As System.Windows.Forms.Button End Class