344 lines
15 KiB
VB.net
344 lines
15 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class userForm
|
|
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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(userForm))
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox
|
|
Me.cmbAccount = New System.Windows.Forms.ComboBox
|
|
Me.Label6 = New System.Windows.Forms.Label
|
|
Me.cmbPlant = New System.Windows.Forms.ComboBox
|
|
Me.Label4 = New System.Windows.Forms.Label
|
|
Me.txtPassword2 = New System.Windows.Forms.TextBox
|
|
Me.Label3 = New System.Windows.Forms.Label
|
|
Me.cmb_userType = New System.Windows.Forms.ComboBox
|
|
Me.cbActive = New System.Windows.Forms.CheckBox
|
|
Me.Label5 = New System.Windows.Forms.Label
|
|
Me.txtPassword = New System.Windows.Forms.TextBox
|
|
Me.txtUsername = New System.Windows.Forms.TextBox
|
|
Me.Label2 = New System.Windows.Forms.Label
|
|
Me.Label1 = New System.Windows.Forms.Label
|
|
Me.btn_find = New System.Windows.Forms.Button
|
|
Me.ts_new = New System.Windows.Forms.ToolStripButton
|
|
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator
|
|
Me.ts_edit = New System.Windows.Forms.ToolStripButton
|
|
Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator
|
|
Me.ts_delete = New System.Windows.Forms.ToolStripButton
|
|
Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator
|
|
Me.ts_find = New System.Windows.Forms.ToolStripButton
|
|
Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator
|
|
Me.ts_save = New System.Windows.Forms.ToolStripButton
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
|
|
Me.ts_revert = New System.Windows.Forms.ToolStripButton
|
|
Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.cmbAccount)
|
|
Me.GroupBox1.Controls.Add(Me.Label6)
|
|
Me.GroupBox1.Controls.Add(Me.cmbPlant)
|
|
Me.GroupBox1.Controls.Add(Me.Label4)
|
|
Me.GroupBox1.Controls.Add(Me.txtPassword2)
|
|
Me.GroupBox1.Controls.Add(Me.Label3)
|
|
Me.GroupBox1.Controls.Add(Me.cmb_userType)
|
|
Me.GroupBox1.Controls.Add(Me.cbActive)
|
|
Me.GroupBox1.Controls.Add(Me.Label5)
|
|
Me.GroupBox1.Controls.Add(Me.txtPassword)
|
|
Me.GroupBox1.Controls.Add(Me.txtUsername)
|
|
Me.GroupBox1.Controls.Add(Me.Label2)
|
|
Me.GroupBox1.Controls.Add(Me.Label1)
|
|
Me.GroupBox1.Controls.Add(Me.btn_find)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(6, 27)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(499, 186)
|
|
Me.GroupBox1.TabIndex = 0
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Information"
|
|
'
|
|
'cmbAccount
|
|
'
|
|
Me.cmbAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cmbAccount.Enabled = False
|
|
Me.cmbAccount.FormattingEnabled = True
|
|
Me.cmbAccount.Items.AddRange(New Object() {"", "Administrator", "Encoder", "Generator", "Guest"})
|
|
Me.cmbAccount.Location = New System.Drawing.Point(124, 127)
|
|
Me.cmbAccount.Name = "cmbAccount"
|
|
Me.cmbAccount.Size = New System.Drawing.Size(159, 21)
|
|
Me.cmbAccount.TabIndex = 4
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(70, 132)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(50, 13)
|
|
Me.Label6.TabIndex = 27
|
|
Me.Label6.Text = "Account:"
|
|
'
|
|
'cmbPlant
|
|
'
|
|
Me.cmbPlant.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cmbPlant.Enabled = False
|
|
Me.cmbPlant.FormattingEnabled = True
|
|
Me.cmbPlant.Items.AddRange(New Object() {"", "Administrator", "Encoder", "Generator", "Guest"})
|
|
Me.cmbPlant.Location = New System.Drawing.Point(124, 100)
|
|
Me.cmbPlant.Name = "cmbPlant"
|
|
Me.cmbPlant.Size = New System.Drawing.Size(159, 21)
|
|
Me.cmbPlant.TabIndex = 3
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(84, 105)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(34, 13)
|
|
Me.Label4.TabIndex = 25
|
|
Me.Label4.Text = "Plant:"
|
|
'
|
|
'txtPassword2
|
|
'
|
|
Me.txtPassword2.Enabled = False
|
|
Me.txtPassword2.Location = New System.Drawing.Point(124, 74)
|
|
Me.txtPassword2.Name = "txtPassword2"
|
|
Me.txtPassword2.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
|
|
Me.txtPassword2.Size = New System.Drawing.Size(159, 20)
|
|
Me.txtPassword2.TabIndex = 2
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(24, 78)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(96, 13)
|
|
Me.Label3.TabIndex = 22
|
|
Me.Label3.Text = "Re type Password:"
|
|
'
|
|
'cmb_userType
|
|
'
|
|
Me.cmb_userType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cmb_userType.Enabled = False
|
|
Me.cmb_userType.FormattingEnabled = True
|
|
Me.cmb_userType.Items.AddRange(New Object() {"", "Administrator", "Engineer", "Guest", "Operator", "Quality Control", "PPC"})
|
|
Me.cmb_userType.Location = New System.Drawing.Point(124, 154)
|
|
Me.cmb_userType.Name = "cmb_userType"
|
|
Me.cmb_userType.Size = New System.Drawing.Size(159, 21)
|
|
Me.cmb_userType.TabIndex = 5
|
|
'
|
|
'cbActive
|
|
'
|
|
Me.cbActive.AutoSize = True
|
|
Me.cbActive.Enabled = False
|
|
Me.cbActive.Location = New System.Drawing.Point(298, 24)
|
|
Me.cbActive.Name = "cbActive"
|
|
Me.cbActive.Size = New System.Drawing.Size(56, 17)
|
|
Me.cbActive.TabIndex = 6
|
|
Me.cbActive.Text = "Active"
|
|
Me.cbActive.UseVisualStyleBackColor = True
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(60, 159)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(56, 13)
|
|
Me.Label5.TabIndex = 8
|
|
Me.Label5.Text = "UserType:"
|
|
'
|
|
'txtPassword
|
|
'
|
|
Me.txtPassword.Enabled = False
|
|
Me.txtPassword.Location = New System.Drawing.Point(124, 48)
|
|
Me.txtPassword.Name = "txtPassword"
|
|
Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
|
|
Me.txtPassword.Size = New System.Drawing.Size(159, 20)
|
|
Me.txtPassword.TabIndex = 1
|
|
'
|
|
'txtUsername
|
|
'
|
|
Me.txtUsername.Enabled = False
|
|
Me.txtUsername.Location = New System.Drawing.Point(124, 21)
|
|
Me.txtUsername.Name = "txtUsername"
|
|
Me.txtUsername.Size = New System.Drawing.Size(159, 20)
|
|
Me.txtUsername.TabIndex = 0
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(62, 51)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(56, 13)
|
|
Me.Label2.TabIndex = 1
|
|
Me.Label2.Text = "Password:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(62, 24)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(58, 13)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Username:"
|
|
'
|
|
'btn_find
|
|
'
|
|
Me.btn_find.Location = New System.Drawing.Point(296, 19)
|
|
Me.btn_find.Name = "btn_find"
|
|
Me.btn_find.Size = New System.Drawing.Size(75, 23)
|
|
Me.btn_find.TabIndex = 7
|
|
Me.btn_find.Text = "GO"
|
|
Me.btn_find.UseVisualStyleBackColor = True
|
|
'
|
|
'ts_new
|
|
'
|
|
Me.ts_new.Image = CType(resources.GetObject("ts_new.Image"), System.Drawing.Image)
|
|
Me.ts_new.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.ts_new.Name = "ts_new"
|
|
Me.ts_new.Size = New System.Drawing.Size(56, 22)
|
|
Me.ts_new.Text = "Insert"
|
|
'
|
|
'ToolStripSeparator1
|
|
'
|
|
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
|
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'ts_edit
|
|
'
|
|
Me.ts_edit.Image = CType(resources.GetObject("ts_edit.Image"), System.Drawing.Image)
|
|
Me.ts_edit.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.ts_edit.Name = "ts_edit"
|
|
Me.ts_edit.Size = New System.Drawing.Size(62, 22)
|
|
Me.ts_edit.Text = "Update"
|
|
'
|
|
'ToolStripSeparator2
|
|
'
|
|
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
|
|
Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'ts_delete
|
|
'
|
|
Me.ts_delete.Image = CType(resources.GetObject("ts_delete.Image"), System.Drawing.Image)
|
|
Me.ts_delete.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.ts_delete.Name = "ts_delete"
|
|
Me.ts_delete.Size = New System.Drawing.Size(58, 22)
|
|
Me.ts_delete.Text = "Delete"
|
|
'
|
|
'ToolStripSeparator3
|
|
'
|
|
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
|
|
Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'ts_find
|
|
'
|
|
Me.ts_find.Image = CType(resources.GetObject("ts_find.Image"), System.Drawing.Image)
|
|
Me.ts_find.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.ts_find.Name = "ts_find"
|
|
Me.ts_find.Size = New System.Drawing.Size(47, 22)
|
|
Me.ts_find.Text = "Find"
|
|
'
|
|
'ToolStripSeparator4
|
|
'
|
|
Me.ToolStripSeparator4.Name = "ToolStripSeparator4"
|
|
Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'ts_save
|
|
'
|
|
Me.ts_save.Enabled = False
|
|
Me.ts_save.Image = CType(resources.GetObject("ts_save.Image"), System.Drawing.Image)
|
|
Me.ts_save.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.ts_save.Name = "ts_save"
|
|
Me.ts_save.Size = New System.Drawing.Size(77, 22)
|
|
Me.ts_save.Text = "Save Data"
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ts_new, Me.ToolStripSeparator1, Me.ts_edit, Me.ToolStripSeparator2, Me.ts_delete, Me.ToolStripSeparator3, Me.ts_revert, Me.ToolStripSeparator5, Me.ts_save, Me.ToolStripSeparator4, Me.ts_find})
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(512, 25)
|
|
Me.ToolStrip1.TabIndex = 3
|
|
'
|
|
'ts_revert
|
|
'
|
|
Me.ts_revert.Enabled = False
|
|
Me.ts_revert.Image = CType(resources.GetObject("ts_revert.Image"), System.Drawing.Image)
|
|
Me.ts_revert.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.ts_revert.Name = "ts_revert"
|
|
Me.ts_revert.Size = New System.Drawing.Size(60, 22)
|
|
Me.ts_revert.Text = "Revert"
|
|
'
|
|
'ToolStripSeparator5
|
|
'
|
|
Me.ToolStripSeparator5.Name = "ToolStripSeparator5"
|
|
Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'userForm
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(512, 217)
|
|
Me.ControlBox = False
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.Name = "userForm"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual
|
|
Me.Text = "User Maintenance"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents cmb_userType As System.Windows.Forms.ComboBox
|
|
Friend WithEvents cbActive As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents txtPassword As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtUsername As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents ts_new As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents ts_edit As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents ts_delete As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents ts_find As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ToolStripSeparator4 As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents ts_save As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents btn_find As System.Windows.Forms.Button
|
|
Friend WithEvents ts_revert As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ToolStripSeparator5 As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents cmbPlant As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents txtPassword2 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents cmbAccount As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
End Class
|