fchangeuser.designer.vb
来自「This is a sample of login file in asp pa」· VB 代码 · 共 304 行
VB
304 行
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class fChangeUser
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)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
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(fChangeUser))
Me.Label3 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.cboPermission = New System.Windows.Forms.ComboBox
Me.btnChange = New System.Windows.Forms.Button
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.btnDelete = New System.Windows.Forms.Button
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.LstUser = New System.Windows.Forms.ListView
Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader("(none)")
Me.txtFName = New System.Windows.Forms.TextBox
Me.btnClose = New System.Windows.Forms.Button
Me.txtLName = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.txtConPass = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.txtPass = New System.Windows.Forms.TextBox
Me.txtUName = New System.Windows.Forms.TextBox
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.BackColor = System.Drawing.Color.Transparent
Me.Label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(58, 22)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(76, 16)
Me.Label3.TabIndex = 33
Me.Label3.Text = "First Name:"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.BackColor = System.Drawing.Color.Transparent
Me.Label6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(56, 162)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(78, 16)
Me.Label6.TabIndex = 44
Me.Label6.Text = "Permission:"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(58, 50)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(76, 16)
Me.Label1.TabIndex = 35
Me.Label1.Text = "Last Name:"
'
'cboPermission
'
Me.cboPermission.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboPermission.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cboPermission.FormattingEnabled = True
Me.cboPermission.Items.AddRange(New Object() {"Admin", "User"})
Me.cboPermission.Location = New System.Drawing.Point(152, 159)
Me.cboPermission.Name = "cboPermission"
Me.cboPermission.Size = New System.Drawing.Size(237, 24)
Me.cboPermission.TabIndex = 43
'
'btnChange
'
Me.btnChange.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnChange.ImageKey = "Userexplore.ico"
Me.btnChange.ImageList = Me.ImageList1
Me.btnChange.Location = New System.Drawing.Point(152, 191)
Me.btnChange.Name = "btnChange"
Me.btnChange.Size = New System.Drawing.Size(75, 23)
Me.btnChange.TabIndex = 45
Me.btnChange.Text = " Change"
Me.btnChange.UseVisualStyleBackColor = True
'
'ImageList1
'
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
Me.ImageList1.Images.SetKeyName(0, "Delete.ico")
Me.ImageList1.Images.SetKeyName(1, "Close 2.ico")
Me.ImageList1.Images.SetKeyName(2, "Userexplore.ico")
'
'btnDelete
'
Me.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnDelete.ImageKey = "Delete.ico"
Me.btnDelete.ImageList = Me.ImageList1
Me.btnDelete.Location = New System.Drawing.Point(233, 191)
Me.btnDelete.Name = "btnDelete"
Me.btnDelete.Size = New System.Drawing.Size(75, 23)
Me.btnDelete.TabIndex = 47
Me.btnDelete.Text = " Delete"
Me.btnDelete.UseVisualStyleBackColor = True
'
'LstUser
'
Me.LstUser.Alignment = System.Windows.Forms.ListViewAlignment.Left
Me.LstUser.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1})
Me.LstUser.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LstUser.FullRowSelect = True
Me.LstUser.GridLines = True
Me.LstUser.Location = New System.Drawing.Point(9, 19)
Me.LstUser.MultiSelect = False
Me.LstUser.Name = "LstUser"
Me.LstUser.Size = New System.Drawing.Size(158, 218)
Me.LstUser.SmallImageList = Me.ImageList1
Me.LstUser.TabIndex = 50
Me.ToolTip1.SetToolTip(Me.LstUser, "Double-Click to Change User Name and Password")
Me.LstUser.UseCompatibleStateImageBehavior = False
Me.LstUser.View = System.Windows.Forms.View.Details
'
'ColumnHeader1
'
Me.ColumnHeader1.Text = "User Name"
Me.ColumnHeader1.Width = 150
'
'txtFName
'
Me.txtFName.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtFName.Location = New System.Drawing.Point(152, 19)
Me.txtFName.Name = "txtFName"
Me.txtFName.Size = New System.Drawing.Size(237, 22)
Me.txtFName.TabIndex = 34
'
'btnClose
'
Me.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnClose.ImageKey = "Close 2.ico"
Me.btnClose.ImageList = Me.ImageList1
Me.btnClose.Location = New System.Drawing.Point(492, 202)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(75, 23)
Me.btnClose.TabIndex = 51
Me.btnClose.Text = "Close"
Me.btnClose.UseVisualStyleBackColor = True
'
'txtLName
'
Me.txtLName.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtLName.Location = New System.Drawing.Point(152, 47)
Me.txtLName.Name = "txtLName"
Me.txtLName.Size = New System.Drawing.Size(237, 22)
Me.txtLName.TabIndex = 36
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.Transparent
Me.Label2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(54, 78)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(80, 16)
Me.Label2.TabIndex = 37
Me.Label2.Text = "User Name:"
'
'GroupBox1
'
Me.GroupBox1.BackColor = System.Drawing.Color.Transparent
Me.GroupBox1.Controls.Add(Me.btnDelete)
Me.GroupBox1.Controls.Add(Me.txtFName)
Me.GroupBox1.Controls.Add(Me.btnChange)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.txtConPass)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.txtLName)
Me.GroupBox1.Controls.Add(Me.txtPass)
Me.GroupBox1.Controls.Add(Me.txtUName)
Me.GroupBox1.Controls.Add(Me.cboPermission)
Me.GroupBox1.Enabled = False
Me.GroupBox1.Location = New System.Drawing.Point(176, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(408, 227)
Me.GroupBox1.TabIndex = 49
Me.GroupBox1.TabStop = False
'
'txtConPass
'
Me.txtConPass.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtConPass.Location = New System.Drawing.Point(152, 131)
Me.txtConPass.Name = "txtConPass"
Me.txtConPass.Size = New System.Drawing.Size(237, 22)
Me.txtConPass.TabIndex = 42
Me.txtConPass.UseSystemPasswordChar = True
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.BackColor = System.Drawing.Color.Transparent
Me.Label4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(63, 106)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(71, 16)
Me.Label4.TabIndex = 39
Me.Label4.Text = "Password:"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.BackColor = System.Drawing.Color.Transparent
Me.Label5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(15, 133)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(119, 16)
Me.Label5.TabIndex = 41
Me.Label5.Text = "Confirm Password:"
'
'txtPass
'
Me.txtPass.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtPass.Location = New System.Drawing.Point(152, 103)
Me.txtPass.Name = "txtPass"
Me.txtPass.Size = New System.Drawing.Size(237, 22)
Me.txtPass.TabIndex = 40
Me.txtPass.UseSystemPasswordChar = True
'
'txtUName
'
Me.txtUName.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtUName.Location = New System.Drawing.Point(152, 75)
Me.txtUName.Name = "txtUName"
Me.txtUName.Size = New System.Drawing.Size(237, 22)
Me.txtUName.TabIndex = 38
'
'fChangeUser
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImage = Global.Hotel_Management_System.My.Resources.Resources.BackGround
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ClientSize = New System.Drawing.Size(593, 251)
Me.Controls.Add(Me.btnClose)
Me.Controls.Add(Me.LstUser)
Me.Controls.Add(Me.GroupBox1)
Me.DoubleBuffered = True
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "fChangeUser"
Me.Text = "Change User Name/Password"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents cboPermission As System.Windows.Forms.ComboBox
Friend WithEvents btnChange As System.Windows.Forms.Button
Friend WithEvents btnDelete As System.Windows.Forms.Button
Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
Friend WithEvents LstUser As System.Windows.Forms.ListView
Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
Friend WithEvents txtFName As System.Windows.Forms.TextBox
Friend WithEvents btnClose As System.Windows.Forms.Button
Friend WithEvents txtLName As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents txtConPass As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents txtPass As System.Windows.Forms.TextBox
Friend WithEvents txtUName As System.Windows.Forms.TextBox
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
End Class
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?