⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin.designer.vb

📁 数据库学习的绝好例子简单的数据库经典入门
💻 VB
📖 第 1 页 / 共 5 页
字号:
        'SplitContainer1
        '
        Me.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
        Me.SplitContainer1.Location = New System.Drawing.Point(3, 3)
        Me.SplitContainer1.Name = "SplitContainer1"
        '
        'SplitContainer1.Panel1
        '
        Me.SplitContainer1.Panel1.Controls.Add(Me.pnlNavigationBackground)
        '
        'SplitContainer1.Panel2
        '
        Me.SplitContainer1.Panel2.Controls.Add(Me.pnlScreens)
        Me.SplitContainer1.Size = New System.Drawing.Size(746, 405)
        Me.SplitContainer1.SplitterDistance = 167
        Me.SplitContainer1.TabIndex = 0
        Me.SplitContainer1.Text = "SplitContainer1"
        '
        'pnlNavigationBackground
        '
        Me.pnlNavigationBackground.Controls.Add(Me.pnlGrabbar)
        Me.pnlNavigationBackground.Controls.Add(Me.pnlNavProjects)
        Me.pnlNavigationBackground.Controls.Add(Me.pnlNavGroups)
        Me.pnlNavigationBackground.Controls.Add(Me.pnlNavGroupProjects)
        Me.pnlNavigationBackground.Controls.Add(Me.pnlNavRoles)
        Me.pnlNavigationBackground.Controls.Add(Me.pnlNavUsers)
        Me.pnlNavigationBackground.Controls.Add(Me.pnlSeparator)
        Me.pnlNavigationBackground.Controls.Add(Me.pnlNavigationCurrentViewOptions)
        Me.pnlNavigationBackground.Controls.Add(Me.pnlNavigationCurrentView)
        Me.pnlNavigationBackground.Controls.Add(Me.pnlNavigationCurrentScreen)
        Me.pnlNavigationBackground.Controls.Add(Me.pnlNavigationTitle)
        Me.pnlNavigationBackground.Controls.Add(Me.pnlCurrentScreen)
        Me.pnlNavigationBackground.Dock = System.Windows.Forms.DockStyle.Fill
        Me.pnlNavigationBackground.Location = New System.Drawing.Point(0, 0)
        Me.pnlNavigationBackground.Name = "pnlNavigationBackground"
        Me.pnlNavigationBackground.Size = New System.Drawing.Size(165, 403)
        Me.pnlNavigationBackground.TabIndex = 0
        '
        'pnlGrabbar
        '
        Me.pnlGrabbar.BackgroundImage = CType(resources.GetObject("pnlGrabbar.BackgroundImage"), System.Drawing.Image)
        Me.pnlGrabbar.Controls.Add(Me.imgGrabbarHandle)
        Me.pnlGrabbar.Dock = System.Windows.Forms.DockStyle.Bottom
        Me.pnlGrabbar.Location = New System.Drawing.Point(0, 236)
        Me.pnlGrabbar.Name = "pnlGrabbar"
        Me.pnlGrabbar.Size = New System.Drawing.Size(165, 7)
        Me.pnlGrabbar.TabIndex = 11
        '
        'imgGrabbarHandle
        '
        Me.imgGrabbarHandle.Image = CType(resources.GetObject("imgGrabbarHandle.Image"), System.Drawing.Image)
        Me.imgGrabbarHandle.Location = New System.Drawing.Point(64, 0)
        Me.imgGrabbarHandle.Name = "imgGrabbarHandle"
        Me.imgGrabbarHandle.Size = New System.Drawing.Size(37, 7)
        Me.imgGrabbarHandle.TabIndex = 0
        Me.imgGrabbarHandle.TabStop = False
        '
        'pnlNavProjects
        '
        Me.pnlNavProjects.BackgroundImage = CType(resources.GetObject("pnlNavProjects.BackgroundImage"), System.Drawing.Image)
        Me.pnlNavProjects.Controls.Add(Me.lblProjects)
        Me.pnlNavProjects.Controls.Add(Me.imgProjects)
        Me.pnlNavProjects.Dock = System.Windows.Forms.DockStyle.Bottom
        Me.pnlNavProjects.Location = New System.Drawing.Point(0, 243)
        Me.pnlNavProjects.Name = "pnlNavProjects"
        Me.pnlNavProjects.Size = New System.Drawing.Size(165, 32)
        Me.pnlNavProjects.TabIndex = 10
        '
        'lblProjects
        '
        Me.lblProjects.AutoSize = True
        Me.lblProjects.BackColor = System.Drawing.Color.Transparent
        Me.lblProjects.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblProjects.Location = New System.Drawing.Point(36, 9)
        Me.lblProjects.Name = "lblProjects"
        Me.lblProjects.Size = New System.Drawing.Size(42, 13)
        Me.lblProjects.TabIndex = 1
        Me.lblProjects.Text = "Projects"
        Me.lblProjects.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'imgProjects
        '
        Me.imgProjects.BackColor = System.Drawing.Color.Transparent
        Me.imgProjects.Image = CType(resources.GetObject("imgProjects.Image"), System.Drawing.Image)
        Me.imgProjects.Location = New System.Drawing.Point(16, 8)
        Me.imgProjects.Name = "imgProjects"
        Me.imgProjects.Size = New System.Drawing.Size(16, 16)
        Me.imgProjects.TabIndex = 0
        Me.imgProjects.TabStop = False
        '
        'pnlNavGroups
        '
        Me.pnlNavGroups.BackgroundImage = CType(resources.GetObject("pnlNavGroups.BackgroundImage"), System.Drawing.Image)
        Me.pnlNavGroups.Controls.Add(Me.lblGroups)
        Me.pnlNavGroups.Controls.Add(Me.imgGroups)
        Me.pnlNavGroups.Dock = System.Windows.Forms.DockStyle.Bottom
        Me.pnlNavGroups.Location = New System.Drawing.Point(0, 275)
        Me.pnlNavGroups.Name = "pnlNavGroups"
        Me.pnlNavGroups.Size = New System.Drawing.Size(165, 32)
        Me.pnlNavGroups.TabIndex = 9
        '
        'lblGroups
        '
        Me.lblGroups.AutoSize = True
        Me.lblGroups.BackColor = System.Drawing.Color.Transparent
        Me.lblGroups.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblGroups.Location = New System.Drawing.Point(36, 9)
        Me.lblGroups.Name = "lblGroups"
        Me.lblGroups.Size = New System.Drawing.Size(37, 13)
        Me.lblGroups.TabIndex = 1
        Me.lblGroups.Text = "Groups"
        Me.lblGroups.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'imgGroups
        '
        Me.imgGroups.BackColor = System.Drawing.Color.Transparent
        Me.imgGroups.Image = CType(resources.GetObject("imgGroups.Image"), System.Drawing.Image)
        Me.imgGroups.Location = New System.Drawing.Point(16, 8)
        Me.imgGroups.Name = "imgGroups"
        Me.imgGroups.Size = New System.Drawing.Size(16, 16)
        Me.imgGroups.TabIndex = 0
        Me.imgGroups.TabStop = False
        '
        'pnlNavGroupProjects
        '
        Me.pnlNavGroupProjects.BackgroundImage = CType(resources.GetObject("pnlNavGroupProjects.BackgroundImage"), System.Drawing.Image)
        Me.pnlNavGroupProjects.Controls.Add(Me.lblGroupProjects)
        Me.pnlNavGroupProjects.Controls.Add(Me.imgGroupProjects)
        Me.pnlNavGroupProjects.Dock = System.Windows.Forms.DockStyle.Bottom
        Me.pnlNavGroupProjects.Location = New System.Drawing.Point(0, 307)
        Me.pnlNavGroupProjects.Name = "pnlNavGroupProjects"
        Me.pnlNavGroupProjects.Size = New System.Drawing.Size(165, 32)
        Me.pnlNavGroupProjects.TabIndex = 8
        '
        'lblGroupProjects
        '
        Me.lblGroupProjects.AutoSize = True
        Me.lblGroupProjects.BackColor = System.Drawing.Color.Transparent
        Me.lblGroupProjects.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblGroupProjects.Location = New System.Drawing.Point(36, 9)
        Me.lblGroupProjects.Name = "lblGroupProjects"
        Me.lblGroupProjects.Size = New System.Drawing.Size(74, 13)
        Me.lblGroupProjects.TabIndex = 1
        Me.lblGroupProjects.Text = "Group Projects"
        Me.lblGroupProjects.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'imgGroupProjects
        '
        Me.imgGroupProjects.BackColor = System.Drawing.Color.Transparent
        Me.imgGroupProjects.Image = CType(resources.GetObject("imgGroupProjects.Image"), System.Drawing.Image)
        Me.imgGroupProjects.Location = New System.Drawing.Point(16, 8)
        Me.imgGroupProjects.Name = "imgGroupProjects"
        Me.imgGroupProjects.Size = New System.Drawing.Size(16, 16)
        Me.imgGroupProjects.TabIndex = 0
        Me.imgGroupProjects.TabStop = False
        '
        'pnlNavRoles
        '
        Me.pnlNavRoles.BackgroundImage = CType(resources.GetObject("pnlNavRoles.BackgroundImage"), System.Drawing.Image)
        Me.pnlNavRoles.Controls.Add(Me.lblRoles)
        Me.pnlNavRoles.Controls.Add(Me.imgRoles)
        Me.pnlNavRoles.Dock = System.Windows.Forms.DockStyle.Bottom
        Me.pnlNavRoles.Location = New System.Drawing.Point(0, 339)
        Me.pnlNavRoles.Name = "pnlNavRoles"
        Me.pnlNavRoles.Size = New System.Drawing.Size(165, 32)
        Me.pnlNavRoles.TabIndex = 7
        '
        'lblRoles
        '
        Me.lblRoles.AutoSize = True
        Me.lblRoles.BackColor = System.Drawing.Color.Transparent
        Me.lblRoles.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblRoles.Location = New System.Drawing.Point(36, 9)
        Me.lblRoles.Name = "lblRoles"
        Me.lblRoles.Size = New System.Drawing.Size(29, 13)
        Me.lblRoles.TabIndex = 1
        Me.lblRoles.Text = "Roles"
        Me.lblRoles.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'imgRoles
        '
        Me.imgRoles.BackColor = System.Drawing.Color.Transparent
        Me.imgRoles.Image = CType(resources.GetObject("imgRoles.Image"), System.Drawing.Image)
        Me.imgRoles.Location = New System.Drawing.Point(16, 8)
        Me.imgRoles.Name = "imgRoles"
        Me.imgRoles.Size = New System.Drawing.Size(16, 16)
        Me.imgRoles.TabIndex = 0
        Me.imgRoles.TabStop = False
        '
        'pnlNavUsers
        '
        Me.pnlNavUsers.BackgroundImage = CType(resources.GetObject("pnlNavUsers.BackgroundImage"), System.Drawing.Image)
        Me.pnlNavUsers.Controls.Add(Me.lblUsers)
        Me.pnlNavUsers.Controls.Add(Me.imgUsers)
        Me.pnlNavUsers.Dock = System.Windows.Forms.DockStyle.Bottom
        Me.pnlNavUsers.Location = New System.Drawing.Point(0, 371)
        Me.pnlNavUsers.Name = "pnlNavUsers"
        Me.pnlNavUsers.Size = New System.Drawing.Size(165, 32)
        Me.pnlNavUsers.TabIndex = 6
        '
        'lblUsers
        '
        Me.lblUsers.AutoSize = True
        Me.lblUsers.BackColor = System.Drawing.Color.Transparent
        Me.lblUsers.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblUsers.Location = New System.Drawing.Point(36, 9)
        Me.lblUsers.Name = "lblUsers"
        Me.lblUsers.Size = New System.Drawing.Size(30, 13)
        Me.lblUsers.TabIndex = 1
        Me.lblUsers.Text = "Users"
        Me.lblUsers.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'imgUsers
        '
        Me.imgUsers.BackColor = System.Drawing.Color.Transparent
        Me.imgUsers.Image = CType(resources.GetObject("imgUsers.Image"), System.Drawing.Image)
        Me.imgUsers.Location = New System.Drawing.Point(16, 8)
        Me.imgUsers.Name = "imgUsers"
        Me.imgUsers.Size = New System.Drawing.Size(16, 16)
        Me.imgUsers.TabIndex = 0
        Me.imgUsers.TabStop = False
        '
        'pnlSeparator
        '
        Me.pnlSeparator.BackColor = System.Drawing.SystemColors.Control
        Me.pnlSeparator.Dock = System.Windows.Forms.DockStyle.Top
        Me.pnlSeparator.Location = New System.Drawing.Point(0, 191)
        Me.pnlSeparator.Name = "pnlSeparator"
        Me.pnlSeparator.Size = New System.Drawing.Size(165, 2)
        Me.pnlSeparator.TabIndex = 5
        '
        'pnlNavigationCurrentViewOptions
        '
        Me.pnlNavigationCurrentViewOptions.Controls.Add(Me.optOption4)
        Me.pnlNavigationCurrentViewOptions.Controls.Add(Me.optOption3)
        Me.pnlNavigationCurrentViewOptions.Controls.Add(Me.optOption2)
        Me.pnlNavigationCurrentViewOptions.Controls.Add(Me.optOption1)
        Me.pnlNavigationCurrentViewOptions.Dock = System.Windows.Forms.DockStyle.Top
        Me.pnlNavigationCurrentViewOptions.Location = New System.Drawing.Point(0, 86)
        Me.pnlNavigationCurrentViewOptions.Name = "pnlNavigationCurrentViewOptions"
        Me.pnlNavigationCurrentViewOptions.Size = New System.Drawing.Size(165, 105)
        Me.pnlNavigationCurrentViewOptions.TabIndex = 4
        '
        'optOption4
        '
        Me.optOption4.AutoSize = True
        Me.optOption4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.optOption4.Location = New System.Drawing.Point(16, 80)
        Me.optOption4.Name = "optOption4"
        Me.optOption4.Size = New System.Drawing.Size(43, 17)
        Me.optOption4.TabIndex = 3
        Me.optOption4.Text = "Date"
        '
        'optOption3
        '
        Me.optOption3.AutoSize = True
        Me.optOption3.Checked = True
        Me.optOption3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.optOption3.Location = New System.Drawing.Point(16, 56)
        Me.optOption3.Name = "optOption3"
        Me.optOption3.Size = New System.Drawing.Size(109, 17)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -