_ Partial Class useradd 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() Me.Button1 = New System.Windows.Forms.Button() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.Button5 = New System.Windows.Forms.Button() Me.cmbLevel = New System.Windows.Forms.ComboBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.txtcon = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.txtpas = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.txtuser = New System.Windows.Forms.TextBox() Me.Button4 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.Button2 = New System.Windows.Forms.Button() Me.ColumnHeader4 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.ColumnHeader3 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.Label2 = New System.Windows.Forms.Label() Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.ListView1 = New System.Windows.Forms.ListView() Me.ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.txtname = New System.Windows.Forms.TextBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.GroupBox2.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("Impact", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.Location = New System.Drawing.Point(14, 16) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(65, 35) Me.Button1.TabIndex = 0 Me.Button1.Text = "SAVE" Me.Button1.UseVisualStyleBackColor = True ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.ForeColor = System.Drawing.Color.White Me.CheckBox1.Location = New System.Drawing.Point(110, 176) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(129, 24) Me.CheckBox1.TabIndex = 20 Me.CheckBox1.Text = "show password" Me.CheckBox1.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.ForeColor = System.Drawing.SystemColors.ActiveCaptionText Me.Button5.Location = New System.Drawing.Point(110, 176) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(183, 27) Me.Button5.TabIndex = 19 Me.Button5.Text = "View Password" Me.Button5.UseVisualStyleBackColor = True Me.Button5.Visible = False ' 'cmbLevel ' Me.cmbLevel.FormattingEnabled = True Me.cmbLevel.ItemHeight = 20 Me.cmbLevel.Items.AddRange(New Object() {"Admin", "Cashier", "Credit Admin", "Storage", "Receiving"}) Me.cmbLevel.Location = New System.Drawing.Point(110, 142) Me.cmbLevel.Name = "cmbLevel" Me.cmbLevel.Size = New System.Drawing.Size(182, 28) Me.cmbLevel.TabIndex = 4 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Impact", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(6, 146) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(96, 20) Me.Label5.TabIndex = 17 Me.Label5.Text = "Access Level:" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Impact", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(6, 115) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(64, 20) Me.Label4.TabIndex = 15 Me.Label4.Text = "Confirm:" ' 'txtcon ' Me.txtcon.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txtcon.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtcon.Location = New System.Drawing.Point(94, 113) Me.txtcon.Name = "txtcon" Me.txtcon.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) Me.txtcon.Size = New System.Drawing.Size(199, 24) Me.txtcon.TabIndex = 3 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Impact", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(6, 85) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(76, 20) Me.Label3.TabIndex = 13 Me.Label3.Text = "Password:" ' 'txtpas ' Me.txtpas.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txtpas.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtpas.Location = New System.Drawing.Point(94, 83) Me.txtpas.Name = "txtpas" Me.txtpas.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) Me.txtpas.Size = New System.Drawing.Size(199, 24) Me.txtpas.TabIndex = 2 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Impact", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(6, 55) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(79, 20) Me.Label1.TabIndex = 11 Me.Label1.Text = "Username:" ' 'txtuser ' Me.txtuser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txtuser.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtuser.Location = New System.Drawing.Point(94, 53) Me.txtuser.Name = "txtuser" Me.txtuser.Size = New System.Drawing.Size(199, 24) Me.txtuser.TabIndex = 1 ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("Impact", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button4.Location = New System.Drawing.Point(227, 16) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(65, 35) Me.Button4.TabIndex = 3 Me.Button4.Text = "CLEAR" Me.Button4.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("Impact", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button3.Location = New System.Drawing.Point(156, 16) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(65, 35) Me.Button3.TabIndex = 2 Me.Button3.Text = "DELETE" Me.Button3.UseVisualStyleBackColor = True ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.Button4) Me.GroupBox2.Controls.Add(Me.Button3) Me.GroupBox2.Controls.Add(Me.Button2) Me.GroupBox2.Controls.Add(Me.Button1) Me.GroupBox2.Location = New System.Drawing.Point(12, 221) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(307, 61) Me.GroupBox2.TabIndex = 5 Me.GroupBox2.TabStop = False ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("Impact", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.Location = New System.Drawing.Point(85, 16) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(65, 35) Me.Button2.TabIndex = 1 Me.Button2.Text = "UPDATE" Me.Button2.UseVisualStyleBackColor = True ' 'ColumnHeader4 ' Me.ColumnHeader4.Text = "AccessLevel" Me.ColumnHeader4.Width = 100 ' 'ColumnHeader3 ' Me.ColumnHeader3.Text = "Password" Me.ColumnHeader3.Width = 100 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Impact", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(6, 25) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(49, 20) Me.Label2.TabIndex = 9 Me.Label2.Text = "Name:" ' 'ColumnHeader1 ' Me.ColumnHeader1.Text = "Name" Me.ColumnHeader1.Width = 150 ' 'ListView1 ' Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader3, Me.ColumnHeader4}) Me.ListView1.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ListView1.FullRowSelect = True Me.ListView1.GridLines = True Me.ListView1.Location = New System.Drawing.Point(327, 18) Me.ListView1.Name = "ListView1" Me.ListView1.Size = New System.Drawing.Size(475, 265) Me.ListView1.TabIndex = 4 Me.ListView1.UseCompatibleStateImageBehavior = False Me.ListView1.View = System.Windows.Forms.View.Details ' 'ColumnHeader2 ' Me.ColumnHeader2.Text = "Username" Me.ColumnHeader2.Width = 100 ' 'txtname ' Me.txtname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txtname.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtname.Location = New System.Drawing.Point(94, 24) Me.txtname.Name = "txtname" Me.txtname.Size = New System.Drawing.Size(199, 24) Me.txtname.TabIndex = 0 ' 'GroupBox1 ' Me.GroupBox1.BackColor = System.Drawing.Color.DarkSlateGray Me.GroupBox1.Controls.Add(Me.CheckBox1) Me.GroupBox1.Controls.Add(Me.Button5) Me.GroupBox1.Controls.Add(Me.cmbLevel) Me.GroupBox1.Controls.Add(Me.Label5) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.txtcon) Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.txtpas) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Controls.Add(Me.txtuser) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.txtname) Me.GroupBox1.Font = New System.Drawing.Font("Impact", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox1.ForeColor = System.Drawing.SystemColors.ButtonFace Me.GroupBox1.Location = New System.Drawing.Point(12, 12) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(308, 210) Me.GroupBox1.TabIndex = 3 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Details" ' 'useradd ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(814, 291) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.ListView1) Me.Controls.Add(Me.GroupBox1) Me.MaximumSize = New System.Drawing.Size(830, 330) Me.MinimumSize = New System.Drawing.Size(830, 330) Me.Name = "useradd" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "useradd" Me.GroupBox2.ResumeLayout(False) Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents cmbLevel As System.Windows.Forms.ComboBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents txtcon As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents txtpas As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txtuser As System.Windows.Forms.TextBox Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader Friend WithEvents ListView1 As System.Windows.Forms.ListView Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader Friend WithEvents txtname As System.Windows.Forms.TextBox Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox End Class