?? frmuserman.designer.vb
字號:
?<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmUserMan
Inherits System.Windows.Forms.Form
'Form 重寫 Dispose,以清理組件列表。
<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
'Windows 窗體設(shè)計(jì)器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下過程是 Windows 窗體設(shè)計(jì)器所必需的
'可以使用 Windows 窗體設(shè)計(jì)器修改它。
'不要使用代碼編輯器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.TxtUserName = New System.Windows.Forms.TextBox
Me.Label8 = New System.Windows.Forms.Label
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.ComboModSalary = New System.Windows.Forms.ComboBox
Me.Label1 = New System.Windows.Forms.Label
Me.ComboModEvaluation = New System.Windows.Forms.ComboBox
Me.Label5 = New System.Windows.Forms.Label
Me.ComboModCheckIn = New System.Windows.Forms.ComboBox
Me.Label7 = New System.Windows.Forms.Label
Me.ComboModEmployees = New System.Windows.Forms.ComboBox
Me.ComboModDempartment = New System.Windows.Forms.ComboBox
Me.Label6 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.TxtMemo = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.TxtRealName = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.TxtPassword = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.BtCancel = New System.Windows.Forms.Button
Me.BtSaveEdit = New System.Windows.Forms.Button
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.LBUserName = New System.Windows.Forms.ListBox
Me.BtnDel = New System.Windows.Forms.Button
Me.BtnAdd = New System.Windows.Forms.Button
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.TxtUserName)
Me.GroupBox1.Controls.Add(Me.Label8)
Me.GroupBox1.Controls.Add(Me.GroupBox2)
Me.GroupBox1.Controls.Add(Me.TxtMemo)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.TxtRealName)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.TxtPassword)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Location = New System.Drawing.Point(199, 6)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(371, 381)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "用戶信息"
'
'TxtUserName
'
Me.TxtUserName.Location = New System.Drawing.Point(116, 24)
Me.TxtUserName.Name = "TxtUserName"
Me.TxtUserName.Size = New System.Drawing.Size(229, 21)
Me.TxtUserName.TabIndex = 40
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(46, 30)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(53, 12)
Me.Label8.TabIndex = 39
Me.Label8.Text = "用戶名:"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.ComboModSalary)
Me.GroupBox2.Controls.Add(Me.Label1)
Me.GroupBox2.Controls.Add(Me.ComboModEvaluation)
Me.GroupBox2.Controls.Add(Me.Label5)
Me.GroupBox2.Controls.Add(Me.ComboModCheckIn)
Me.GroupBox2.Controls.Add(Me.Label7)
Me.GroupBox2.Controls.Add(Me.ComboModEmployees)
Me.GroupBox2.Controls.Add(Me.ComboModDempartment)
Me.GroupBox2.Controls.Add(Me.Label6)
Me.GroupBox2.Controls.Add(Me.Label9)
Me.GroupBox2.Location = New System.Drawing.Point(6, 154)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(354, 216)
Me.GroupBox2.TabIndex = 38
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "權(quán)限設(shè)置"
'
'ComboModSalary
'
Me.ComboModSalary.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboModSalary.FormattingEnabled = True
Me.ComboModSalary.Items.AddRange(New Object() {"無權(quán)限", "可讀", "可讀寫"})
Me.ComboModSalary.Location = New System.Drawing.Point(120, 179)
Me.ComboModSalary.Name = "ComboModSalary"
Me.ComboModSalary.Size = New System.Drawing.Size(219, 20)
Me.ComboModSalary.TabIndex = 16
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(19, 184)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(89, 12)
Me.Label1.TabIndex = 15
Me.Label1.Text = "工資管理模塊:"
'
'ComboModEvaluation
'
Me.ComboModEvaluation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboModEvaluation.FormattingEnabled = True
Me.ComboModEvaluation.Items.AddRange(New Object() {"無權(quán)限", "可讀", "可讀寫"})
Me.ComboModEvaluation.Location = New System.Drawing.Point(122, 141)
Me.ComboModEvaluation.Name = "ComboModEvaluation"
Me.ComboModEvaluation.Size = New System.Drawing.Size(217, 20)
Me.ComboModEvaluation.TabIndex = 14
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(22, 145)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(89, 12)
Me.Label5.TabIndex = 13
Me.Label5.Text = "考評管理模塊:"
'
'ComboModCheckIn
'
Me.ComboModCheckIn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboModCheckIn.FormattingEnabled = True
Me.ComboModCheckIn.Items.AddRange(New Object() {"無權(quán)限", "可讀", "可讀寫"})
Me.ComboModCheckIn.Location = New System.Drawing.Point(120, 103)
Me.ComboModCheckIn.Name = "ComboModCheckIn"
Me.ComboModCheckIn.Size = New System.Drawing.Size(219, 20)
Me.ComboModCheckIn.TabIndex = 12
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(19, 108)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(89, 12)
Me.Label7.TabIndex = 11
Me.Label7.Text = "考勤管理模塊:"
'
'ComboModEmployees
'
Me.ComboModEmployees.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboModEmployees.FormattingEnabled = True
Me.ComboModEmployees.Items.AddRange(New Object() {"無權(quán)限", "可讀", "可讀寫"})
Me.ComboModEmployees.Location = New System.Drawing.Point(122, 65)
Me.ComboModEmployees.Name = "ComboModEmployees"
Me.ComboModEmployees.Size = New System.Drawing.Size(217, 20)
Me.ComboModEmployees.TabIndex = 10
'
'ComboModDempartment
'
Me.ComboModDempartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboModDempartment.FormattingEnabled = True
Me.ComboModDempartment.Items.AddRange(New Object() {"無權(quán)限", "可讀", "可讀寫"})
Me.ComboModDempartment.Location = New System.Drawing.Point(120, 28)
Me.ComboModDempartment.Name = "ComboModDempartment"
Me.ComboModDempartment.Size = New System.Drawing.Size(219, 20)
Me.ComboModDempartment.TabIndex = 9
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(22, 69)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(89, 12)
Me.Label6.TabIndex = 8
Me.Label6.Text = "員工管理模塊:"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Location = New System.Drawing.Point(21, 33)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(89, 12)
Me.Label9.TabIndex = 7
Me.Label9.Text = "部門管理模塊:"
'
'TxtMemo
'
Me.TxtMemo.Location = New System.Drawing.Point(116, 119)
Me.TxtMemo.MaxLength = 10
Me.TxtMemo.Name = "TxtMemo"
Me.TxtMemo.Size = New System.Drawing.Size(229, 21)
Me.TxtMemo.TabIndex = 37
'
'Label4
'
Me.Label4.Location = New System.Drawing.Point(69, 123)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(48, 24)
Me.Label4.TabIndex = 36
Me.Label4.Text = "備注:"
'
'TxtRealName
'
Me.TxtRealName.Location = New System.Drawing.Point(116, 55)
Me.TxtRealName.Name = "TxtRealName"
Me.TxtRealName.Size = New System.Drawing.Size(229, 21)
Me.TxtRealName.TabIndex = 35
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(45, 60)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(65, 12)
Me.Label3.TabIndex = 34
Me.Label3.Text = "真實(shí)姓名:"
'
'TxtPassword
'
Me.TxtPassword.Location = New System.Drawing.Point(116, 86)
Me.TxtPassword.MaxLength = 10
Me.TxtPassword.Name = "TxtPassword"
Me.TxtPassword.Size = New System.Drawing.Size(229, 21)
Me.TxtPassword.TabIndex = 33
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(69, 90)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(48, 24)
Me.Label2.TabIndex = 31
Me.Label2.Text = "密碼:"
'
'BtCancel
'
Me.BtCancel.Location = New System.Drawing.Point(444, 410)
Me.BtCancel.Name = "BtCancel"
Me.BtCancel.Size = New System.Drawing.Size(95, 25)
Me.BtCancel.TabIndex = 29
Me.BtCancel.Text = "關(guān)閉窗口"
'
'BtSaveEdit
'
Me.BtSaveEdit.Location = New System.Drawing.Point(196, 410)
Me.BtSaveEdit.Name = "BtSaveEdit"
Me.BtSaveEdit.Size = New System.Drawing.Size(95, 25)
Me.BtSaveEdit.TabIndex = 28
Me.BtSaveEdit.Text = "保存修改"
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.LBUserName)
Me.GroupBox3.Location = New System.Drawing.Point(19, 6)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(166, 381)
Me.GroupBox3.TabIndex = 30
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "用戶名列表"
'
'LBUserName
'
Me.LBUserName.FormattingEnabled = True
Me.LBUserName.ItemHeight = 12
Me.LBUserName.Location = New System.Drawing.Point(13, 27)
Me.LBUserName.Name = "LBUserName"
Me.LBUserName.Size = New System.Drawing.Size(143, 340)
Me.LBUserName.TabIndex = 0
'
'BtnDel
'
Me.BtnDel.Location = New System.Drawing.Point(320, 410)
Me.BtnDel.Name = "BtnDel"
Me.BtnDel.Size = New System.Drawing.Size(95, 25)
Me.BtnDel.TabIndex = 31
Me.BtnDel.Text = "刪除用戶"
Me.BtnDel.UseVisualStyleBackColor = True
'
'BtnAdd
'
Me.BtnAdd.Location = New System.Drawing.Point(72, 410)
Me.BtnAdd.Name = "BtnAdd"
Me.BtnAdd.Size = New System.Drawing.Size(95, 25)
Me.BtnAdd.TabIndex = 32
Me.BtnAdd.Text = "添加用戶"
Me.BtnAdd.UseVisualStyleBackColor = True
'
'FrmUserMan
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(594, 462)
Me.Controls.Add(Me.BtnAdd)
Me.Controls.Add(Me.BtnDel)
Me.Controls.Add(Me.GroupBox3)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.BtSaveEdit)
Me.Controls.Add(Me.BtCancel)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmUserMan"
Me.Text = "用戶管理"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.GroupBox3.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents TxtMemo As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents TxtRealName As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents TxtPassword As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents BtCancel As System.Windows.Forms.Button
Friend WithEvents BtSaveEdit As System.Windows.Forms.Button
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents LBUserName As System.Windows.Forms.ListBox
Friend WithEvents ComboModCheckIn As System.Windows.Forms.ComboBox
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents ComboModEmployees As System.Windows.Forms.ComboBox
Friend WithEvents ComboModDempartment As System.Windows.Forms.ComboBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents BtnDel As System.Windows.Forms.Button
Friend WithEvents BtnAdd As System.Windows.Forms.Button
Friend WithEvents ComboModSalary As System.Windows.Forms.ComboBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents ComboModEvaluation As System.Windows.Forms.ComboBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents TxtUserName As System.Windows.Forms.TextBox
Friend WithEvents Label8 As System.Windows.Forms.Label
End Class
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -