📄 admin.designer.vb
字号:
Me.optOption3.TabIndex = 2
Me.optOption3.Text = "Sequence Number"
'
'optOption2
'
Me.optOption2.AutoSize = True
Me.optOption2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.optOption2.Location = New System.Drawing.Point(16, 31)
Me.optOption2.Name = "optOption2"
Me.optOption2.Size = New System.Drawing.Size(73, 17)
Me.optOption2.TabIndex = 1
Me.optOption2.TabStop = False
Me.optOption2.Text = "Description"
'
'optOption1
'
Me.optOption1.AutoSize = True
Me.optOption1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.optOption1.Location = New System.Drawing.Point(16, 8)
Me.optOption1.Name = "optOption1"
Me.optOption1.Size = New System.Drawing.Size(48, 17)
Me.optOption1.TabIndex = 0
Me.optOption1.TabStop = False
Me.optOption1.Text = "Name"
'
'pnlNavigationCurrentView
'
Me.pnlNavigationCurrentView.BackgroundImage = CType(resources.GetObject("pnlNavigationCurrentView.BackgroundImage"), System.Drawing.Image)
Me.pnlNavigationCurrentView.Controls.Add(Me.lblCurrentView)
Me.pnlNavigationCurrentView.Dock = System.Windows.Forms.DockStyle.Top
Me.pnlNavigationCurrentView.Location = New System.Drawing.Point(0, 67)
Me.pnlNavigationCurrentView.Name = "pnlNavigationCurrentView"
Me.pnlNavigationCurrentView.Size = New System.Drawing.Size(165, 19)
Me.pnlNavigationCurrentView.TabIndex = 3
'
'lblCurrentView
'
Me.lblCurrentView.AutoSize = True
Me.lblCurrentView.BackColor = System.Drawing.Color.Transparent
Me.lblCurrentView.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblCurrentView.Location = New System.Drawing.Point(4, 3)
Me.lblCurrentView.Name = "lblCurrentView"
Me.lblCurrentView.Size = New System.Drawing.Size(65, 13)
Me.lblCurrentView.TabIndex = 0
Me.lblCurrentView.Text = "Current View"
Me.lblCurrentView.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'pnlNavigationCurrentScreen
'
Me.pnlNavigationCurrentScreen.Controls.Add(Me.lblScreen)
Me.pnlNavigationCurrentScreen.Controls.Add(Me.imgScreen)
Me.pnlNavigationCurrentScreen.Dock = System.Windows.Forms.DockStyle.Top
Me.pnlNavigationCurrentScreen.Location = New System.Drawing.Point(0, 41)
Me.pnlNavigationCurrentScreen.Name = "pnlNavigationCurrentScreen"
Me.pnlNavigationCurrentScreen.Size = New System.Drawing.Size(165, 26)
Me.pnlNavigationCurrentScreen.TabIndex = 2
'
'lblScreen
'
Me.lblScreen.AutoSize = True
Me.lblScreen.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblScreen.Location = New System.Drawing.Point(40, 6)
Me.lblScreen.Name = "lblScreen"
Me.lblScreen.Size = New System.Drawing.Size(42, 13)
Me.lblScreen.TabIndex = 1
Me.lblScreen.Text = "Projects"
Me.lblScreen.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'imgScreen
'
Me.imgScreen.BackColor = System.Drawing.Color.Transparent
Me.imgScreen.Image = CType(resources.GetObject("imgScreen.Image"), System.Drawing.Image)
Me.imgScreen.Location = New System.Drawing.Point(16, 5)
Me.imgScreen.Name = "imgScreen"
Me.imgScreen.Size = New System.Drawing.Size(16, 16)
Me.imgScreen.TabIndex = 0
Me.imgScreen.TabStop = False
'
'pnlNavigationTitle
'
Me.pnlNavigationTitle.BackgroundImage = CType(resources.GetObject("pnlNavigationTitle.BackgroundImage"), System.Drawing.Image)
Me.pnlNavigationTitle.Controls.Add(Me.lblAllScreens)
Me.pnlNavigationTitle.Dock = System.Windows.Forms.DockStyle.Top
Me.pnlNavigationTitle.Location = New System.Drawing.Point(0, 22)
Me.pnlNavigationTitle.Name = "pnlNavigationTitle"
Me.pnlNavigationTitle.Size = New System.Drawing.Size(165, 19)
Me.pnlNavigationTitle.TabIndex = 1
'
'lblAllScreens
'
Me.lblAllScreens.AutoSize = True
Me.lblAllScreens.BackColor = System.Drawing.Color.Transparent
Me.lblAllScreens.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblAllScreens.Location = New System.Drawing.Point(4, 2)
Me.lblAllScreens.Name = "lblAllScreens"
Me.lblAllScreens.Size = New System.Drawing.Size(56, 13)
Me.lblAllScreens.TabIndex = 0
Me.lblAllScreens.Text = "All Projects"
Me.lblAllScreens.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'pnlCurrentScreen
'
Me.pnlCurrentScreen.BackColor = System.Drawing.SystemColors.ControlDark
Me.pnlCurrentScreen.Controls.Add(Me.lblCurrentScreen)
Me.pnlCurrentScreen.Dock = System.Windows.Forms.DockStyle.Top
Me.pnlCurrentScreen.Location = New System.Drawing.Point(0, 0)
Me.pnlCurrentScreen.Name = "pnlCurrentScreen"
Me.pnlCurrentScreen.Size = New System.Drawing.Size(165, 22)
Me.pnlCurrentScreen.TabIndex = 0
'
'lblCurrentScreen
'
Me.lblCurrentScreen.AutoSize = True
Me.lblCurrentScreen.Dock = System.Windows.Forms.DockStyle.Fill
Me.lblCurrentScreen.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblCurrentScreen.ForeColor = System.Drawing.Color.White
Me.lblCurrentScreen.Location = New System.Drawing.Point(0, 0)
Me.lblCurrentScreen.Name = "lblCurrentScreen"
Me.lblCurrentScreen.Size = New System.Drawing.Size(67, 19)
Me.lblCurrentScreen.TabIndex = 0
Me.lblCurrentScreen.Text = "Projects"
Me.lblCurrentScreen.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'pnlScreens
'
Me.pnlScreens.Controls.Add(Me.pnlUsers)
Me.pnlScreens.Controls.Add(Me.pnlRoles)
Me.pnlScreens.Controls.Add(Me.pnlGroupProjects)
Me.pnlScreens.Controls.Add(Me.pnlGroups)
Me.pnlScreens.Controls.Add(Me.pnlProjects)
Me.pnlScreens.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnlScreens.Location = New System.Drawing.Point(0, 0)
Me.pnlScreens.Name = "pnlScreens"
Me.pnlScreens.Size = New System.Drawing.Size(573, 403)
Me.pnlScreens.TabIndex = 0
'
'pnlUsers
'
Me.pnlUsers.Controls.Add(Me.GroupBox5)
Me.pnlUsers.Controls.Add(Me.lvwUsers)
Me.pnlUsers.Controls.Add(Me.pnlUsersTitle)
Me.pnlUsers.Location = New System.Drawing.Point(5000, 5000)
Me.pnlUsers.Name = "pnlUsers"
Me.pnlUsers.Size = New System.Drawing.Size(573, 404)
Me.pnlUsers.TabIndex = 4
'
'GroupBox5
'
Me.GroupBox5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GroupBox5.Controls.Add(Me.txtUserUpdateDate)
Me.GroupBox5.Controls.Add(Me.Label33)
Me.GroupBox5.Controls.Add(Me.cboUserRole)
Me.GroupBox5.Controls.Add(Me.Label32)
Me.GroupBox5.Controls.Add(Me.cboUserManager)
Me.GroupBox5.Controls.Add(Me.Label31)
Me.GroupBox5.Controls.Add(Me.cboUserGroup)
Me.GroupBox5.Controls.Add(Me.Label30)
Me.GroupBox5.Controls.Add(Me.txtPhone)
Me.GroupBox5.Controls.Add(Me.Label29)
Me.GroupBox5.Controls.Add(Me.txtEmail)
Me.GroupBox5.Controls.Add(Me.Label28)
Me.GroupBox5.Controls.Add(Me.txtLastName)
Me.GroupBox5.Controls.Add(Me.Label27)
Me.GroupBox5.Controls.Add(Me.txtFirstName)
Me.GroupBox5.Controls.Add(Me.Label26)
Me.GroupBox5.Controls.Add(Me.txtPassword)
Me.GroupBox5.Controls.Add(Me.Label25)
Me.GroupBox5.Controls.Add(Me.txtLogin)
Me.GroupBox5.Controls.Add(Me.Label24)
Me.GroupBox5.Controls.Add(Me.optStatusSuspended)
Me.GroupBox5.Controls.Add(Me.optStatusActive)
Me.GroupBox5.Controls.Add(Me.txtUserID)
Me.GroupBox5.Controls.Add(Me.Label23)
Me.GroupBox5.Location = New System.Drawing.Point(2, 223)
Me.GroupBox5.Name = "GroupBox5"
Me.GroupBox5.Size = New System.Drawing.Size(570, 179)
Me.GroupBox5.TabIndex = 2
Me.GroupBox5.TabStop = False
Me.GroupBox5.Text = "User Details"
'
'txtUserUpdateDate
'
Me.txtUserUpdateDate.Location = New System.Drawing.Point(322, 148)
Me.txtUserUpdateDate.Name = "txtUserUpdateDate"
Me.txtUserUpdateDate.ReadOnly = True
Me.txtUserUpdateDate.Size = New System.Drawing.Size(134, 20)
Me.txtUserUpdateDate.TabIndex = 23
'
'Label33
'
Me.Label33.AutoSize = True
Me.Label33.Location = New System.Drawing.Point(248, 151)
Me.Label33.Name = "Label33"
Me.Label33.Size = New System.Drawing.Size(64, 13)
Me.Label33.TabIndex = 22
Me.Label33.Text = "Update Date"
Me.Label33.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'cboUserRole
'
Me.cboUserRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboUserRole.FormattingEnabled = True
Me.cboUserRole.Location = New System.Drawing.Point(83, 148)
Me.cboUserRole.Name = "cboUserRole"
Me.cboUserRole.Size = New System.Drawing.Size(165, 21)
Me.cboUserRole.TabIndex = 21
'
'Label32
'
Me.Label32.AutoSize = True
Me.Label32.Location = New System.Drawing.Point(48, 151)
Me.Label32.Name = "Label32"
Me.Label32.Size = New System.Drawing.Size(25, 13)
Me.Label32.TabIndex = 20
Me.Label32.Text = "Role"
Me.Label32.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'cboUserManager
'
Me.cboUserManager.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboUserManager.FormattingEnabled = True
Me.cboUserManager.Location = New System.Drawing.Point(322, 122)
Me.cboUserManager.Name = "cboUserManager"
Me.cboUserManager.Size = New System.Drawing.Size(165, 21)
Me.cboUserManager.TabIndex = 19
'
'Label31
'
Me.Label31.AutoSize = True
Me.Label31.Location = New System.Drawing.Point(267, 125)
Me.Label31.Name = "Label31"
Me.Label31.Size = New System.Drawing.Size(45, 13)
Me.Label31.TabIndex = 18
Me.Label31.Text = "Manager"
Me.Label31.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'cboUserGroup
'
Me.cboUserGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboUserGroup.FormattingEnabled = True
Me.cboUserGroup.Location = New System.Drawing.Point(82, 122)
Me.cboUserGroup.Name = "cboUserGroup"
Me.cboUserGroup.Size = New System.Drawing.Size(165, 21)
Me.cboUserGroup.TabIndex = 17
'
'Label30
'
Me.Label30.AutoSize = True
Me.Label30.Location = New System.Drawing.Point(40, 125)
Me.Label30.Name = "Label30"
Me.Label30.Size = New System.Drawing.Size(32, 13)
Me.Label30.TabIndex = 16
Me.Label30.Text = "Group"
Me.Label30.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'txtPhone
'
Me.txtPhone.Location = New System.Drawing.Point(322, 96)
Me.txtPhone.Name = "txtPhone"
Me.txtPhone.Size = New System.Drawing.Size(100, 20)
Me.txtPhone.TabIndex = 15
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -