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

📄 admin.designer.vb

📁 数据库学习的绝好例子简单的数据库经典入门
💻 VB
📖 第 1 页 / 共 5 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class Admin
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overloads 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(Admin))
        Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
        Me.fileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.newToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.toolStripSeparator = New System.Windows.Forms.ToolStripSeparator
        Me.exitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.editToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.undoToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.toolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator
        Me.cutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.copyToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.pasteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.toolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator
        Me.selectAllToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.ViewToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.ProjectsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.GroupsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.GroupProjectsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.RolesToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.UsersToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.ActionToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.AddToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.UpdateToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.DeleteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.helpToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.aboutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
        Me.newToolStripButton = New System.Windows.Forms.ToolStripButton
        Me.toolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator
        Me.cutToolStripButton = New System.Windows.Forms.ToolStripButton
        Me.copyToolStripButton = New System.Windows.Forms.ToolStripButton
        Me.pasteToolStripButton = New System.Windows.Forms.ToolStripButton
        Me.toolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator
        Me.UndoToolStripButton = New System.Windows.Forms.ToolStripButton
        Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator
        Me.AddToolStripButton = New System.Windows.Forms.ToolStripButton
        Me.UpdateToolStripButton = New System.Windows.Forms.ToolStripButton
        Me.DeleteToolStripButton = New System.Windows.Forms.ToolStripButton
        Me.StatusStrip1 = New System.Windows.Forms.StatusStrip
        Me.ToolStripStatus = New System.Windows.Forms.ToolStripStatusLabel
        Me.ToolStripDate = New System.Windows.Forms.ToolStripStatusLabel
        Me.imlNavigation = New System.Windows.Forms.ImageList(Me.components)
        Me.pnlBackground = New System.Windows.Forms.Panel
        Me.SplitContainer1 = New System.Windows.Forms.SplitContainer
        Me.pnlNavigationBackground = New System.Windows.Forms.Panel
        Me.pnlGrabbar = New System.Windows.Forms.Panel
        Me.imgGrabbarHandle = New System.Windows.Forms.PictureBox
        Me.pnlNavProjects = New System.Windows.Forms.Panel
        Me.lblProjects = New System.Windows.Forms.Label
        Me.imgProjects = New System.Windows.Forms.PictureBox
        Me.pnlNavGroups = New System.Windows.Forms.Panel
        Me.lblGroups = New System.Windows.Forms.Label
        Me.imgGroups = New System.Windows.Forms.PictureBox
        Me.pnlNavGroupProjects = New System.Windows.Forms.Panel
        Me.lblGroupProjects = New System.Windows.Forms.Label
        Me.imgGroupProjects = New System.Windows.Forms.PictureBox
        Me.pnlNavRoles = New System.Windows.Forms.Panel
        Me.lblRoles = New System.Windows.Forms.Label
        Me.imgRoles = New System.Windows.Forms.PictureBox
        Me.pnlNavUsers = New System.Windows.Forms.Panel
        Me.lblUsers = New System.Windows.Forms.Label
        Me.imgUsers = New System.Windows.Forms.PictureBox
        Me.pnlSeparator = New System.Windows.Forms.Panel
        Me.pnlNavigationCurrentViewOptions = New System.Windows.Forms.Panel
        Me.optOption4 = New System.Windows.Forms.RadioButton
        Me.optOption3 = New System.Windows.Forms.RadioButton
        Me.optOption2 = New System.Windows.Forms.RadioButton
        Me.optOption1 = New System.Windows.Forms.RadioButton
        Me.pnlNavigationCurrentView = New System.Windows.Forms.Panel
        Me.lblCurrentView = New System.Windows.Forms.Label
        Me.pnlNavigationCurrentScreen = New System.Windows.Forms.Panel
        Me.lblScreen = New System.Windows.Forms.Label
        Me.imgScreen = New System.Windows.Forms.PictureBox
        Me.pnlNavigationTitle = New System.Windows.Forms.Panel
        Me.lblAllScreens = New System.Windows.Forms.Label
        Me.pnlCurrentScreen = New System.Windows.Forms.Panel
        Me.lblCurrentScreen = New System.Windows.Forms.Label
        Me.pnlScreens = New System.Windows.Forms.Panel
        Me.pnlUsers = New System.Windows.Forms.Panel
        Me.GroupBox5 = New System.Windows.Forms.GroupBox
        Me.txtUserUpdateDate = New System.Windows.Forms.TextBox
        Me.Label33 = New System.Windows.Forms.Label
        Me.cboUserRole = New System.Windows.Forms.ComboBox
        Me.Label32 = New System.Windows.Forms.Label
        Me.cboUserManager = New System.Windows.Forms.ComboBox
        Me.Label31 = New System.Windows.Forms.Label
        Me.cboUserGroup = New System.Windows.Forms.ComboBox
        Me.Label30 = New System.Windows.Forms.Label
        Me.txtPhone = New System.Windows.Forms.TextBox
        Me.Label29 = New System.Windows.Forms.Label
        Me.txtEmail = New System.Windows.Forms.TextBox
        Me.Label28 = New System.Windows.Forms.Label
        Me.txtLastName = New System.Windows.Forms.TextBox
        Me.Label27 = New System.Windows.Forms.Label
        Me.txtFirstName = New System.Windows.Forms.TextBox
        Me.Label26 = New System.Windows.Forms.Label
        Me.txtPassword = New System.Windows.Forms.TextBox
        Me.Label25 = New System.Windows.Forms.Label
        Me.txtLogin = New System.Windows.Forms.TextBox
        Me.Label24 = New System.Windows.Forms.Label
        Me.optStatusSuspended = New System.Windows.Forms.RadioButton
        Me.optStatusActive = New System.Windows.Forms.RadioButton
        Me.txtUserID = New System.Windows.Forms.TextBox
        Me.Label23 = New System.Windows.Forms.Label
        Me.lvwUsers = New System.Windows.Forms.ListView
        Me.ColumnHeader12 = New System.Windows.Forms.ColumnHeader
        Me.ColumnHeader13 = New System.Windows.Forms.ColumnHeader
        Me.ColumnHeader14 = New System.Windows.Forms.ColumnHeader
        Me.ColumnHeader15 = New System.Windows.Forms.ColumnHeader
        Me.ColumnHeader16 = New System.Windows.Forms.ColumnHeader
        Me.pnlUsersTitle = New System.Windows.Forms.Panel
        Me.Label22 = New System.Windows.Forms.Label
        Me.pnlRoles = New System.Windows.Forms.Panel
        Me.GroupBox4 = New System.Windows.Forms.GroupBox
        Me.txtRoleUpdateDate = New System.Windows.Forms.TextBox
        Me.Label21 = New System.Windows.Forms.Label
        Me.txtRanking = New System.Windows.Forms.TextBox
        Me.Label20 = New System.Windows.Forms.Label
        Me.txtRoleDescription = New System.Windows.Forms.TextBox
        Me.Label19 = New System.Windows.Forms.Label
        Me.txtRoleName = New System.Windows.Forms.TextBox
        Me.Label18 = New System.Windows.Forms.Label
        Me.txtRoleID = New System.Windows.Forms.TextBox
        Me.Label17 = New System.Windows.Forms.Label
        Me.lvwRoles = New System.Windows.Forms.ListView
        Me.ColumnHeader8 = New System.Windows.Forms.ColumnHeader
        Me.ColumnHeader9 = New System.Windows.Forms.ColumnHeader
        Me.ColumnHeader10 = New System.Windows.Forms.ColumnHeader
        Me.ColumnHeader11 = New System.Windows.Forms.ColumnHeader
        Me.pnlRolesTitle = New System.Windows.Forms.Panel
        Me.Label16 = New System.Windows.Forms.Label
        Me.pnlGroupProjects = New System.Windows.Forms.Panel
        Me.GroupBox3 = New System.Windows.Forms.GroupBox
        Me.lstGroupProjects = New System.Windows.Forms.ListBox
        Me.Label15 = New System.Windows.Forms.Label
        Me.lstProjects = New System.Windows.Forms.ListBox
        Me.Label14 = New System.Windows.Forms.Label
        Me.cboGroups = New System.Windows.Forms.ComboBox
        Me.Label13 = New System.Windows.Forms.Label
        Me.pnlGroupProjectsTitle = New System.Windows.Forms.Panel
        Me.Label12 = New System.Windows.Forms.Label
        Me.pnlGroups = New System.Windows.Forms.Panel
        Me.GroupBox2 = New System.Windows.Forms.GroupBox
        Me.txtGroupUpdateDate = New System.Windows.Forms.TextBox
        Me.Label11 = New System.Windows.Forms.Label
        Me.txtGroupDescription = New System.Windows.Forms.TextBox
        Me.Label10 = New System.Windows.Forms.Label
        Me.txtGroupName = New System.Windows.Forms.TextBox
        Me.Label9 = New System.Windows.Forms.Label
        Me.txtGroupID = New System.Windows.Forms.TextBox
        Me.Label8 = New System.Windows.Forms.Label
        Me.lvwGroups = New System.Windows.Forms.ListView
        Me.ColumnHeader5 = New System.Windows.Forms.ColumnHeader
        Me.ColumnHeader6 = New System.Windows.Forms.ColumnHeader
        Me.ColumnHeader7 = New System.Windows.Forms.ColumnHeader
        Me.pnlGroupsTitle = New System.Windows.Forms.Panel
        Me.Label7 = New System.Windows.Forms.Label
        Me.pnlProjects = New System.Windows.Forms.Panel
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.txtProjectUpdateDate = New System.Windows.Forms.TextBox
        Me.Label6 = New System.Windows.Forms.Label
        Me.txtSequenceNumber = New System.Windows.Forms.TextBox
        Me.Label5 = New System.Windows.Forms.Label
        Me.txtProjectDescription = New System.Windows.Forms.TextBox
        Me.Label4 = New System.Windows.Forms.Label
        Me.txtProjectName = New System.Windows.Forms.TextBox
        Me.Label3 = New System.Windows.Forms.Label
        Me.txtProjectID = New System.Windows.Forms.TextBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.lvwProjects = New System.Windows.Forms.ListView
        Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader
        Me.ColumnHeader2 = New System.Windows.Forms.ColumnHeader
        Me.ColumnHeader3 = New System.Windows.Forms.ColumnHeader
        Me.ColumnHeader4 = New System.Windows.Forms.ColumnHeader
        Me.pnlProjectsTitle = New System.Windows.Forms.Panel
        Me.Label1 = New System.Windows.Forms.Label
        Me.MenuStrip1.SuspendLayout()
        Me.ToolStrip1.SuspendLayout()
        Me.StatusStrip1.SuspendLayout()
        Me.pnlBackground.SuspendLayout()
        Me.SplitContainer1.Panel1.SuspendLayout()
        Me.SplitContainer1.Panel2.SuspendLayout()
        Me.SplitContainer1.SuspendLayout()
        Me.pnlNavigationBackground.SuspendLayout()
        Me.pnlGrabbar.SuspendLayout()
        CType(Me.imgGrabbarHandle, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.pnlNavProjects.SuspendLayout()
        CType(Me.imgProjects, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.pnlNavGroups.SuspendLayout()
        CType(Me.imgGroups, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.pnlNavGroupProjects.SuspendLayout()
        CType(Me.imgGroupProjects, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.pnlNavRoles.SuspendLayout()
        CType(Me.imgRoles, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.pnlNavUsers.SuspendLayout()
        CType(Me.imgUsers, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.pnlNavigationCurrentViewOptions.SuspendLayout()
        Me.pnlNavigationCurrentView.SuspendLayout()
        Me.pnlNavigationCurrentScreen.SuspendLayout()
        CType(Me.imgScreen, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.pnlNavigationTitle.SuspendLayout()
        Me.pnlCurrentScreen.SuspendLayout()
        Me.pnlScreens.SuspendLayout()
        Me.pnlUsers.SuspendLayout()
        Me.GroupBox5.SuspendLayout()
        Me.pnlUsersTitle.SuspendLayout()
        Me.pnlRoles.SuspendLayout()
        Me.GroupBox4.SuspendLayout()
        Me.pnlRolesTitle.SuspendLayout()
        Me.pnlGroupProjects.SuspendLayout()
        Me.GroupBox3.SuspendLayout()
        Me.pnlGroupProjectsTitle.SuspendLayout()
        Me.pnlGroups.SuspendLayout()
        Me.GroupBox2.SuspendLayout()
        Me.pnlGroupsTitle.SuspendLayout()
        Me.pnlProjects.SuspendLayout()
        Me.GroupBox1.SuspendLayout()
        Me.pnlProjectsTitle.SuspendLayout()
        Me.SuspendLayout()
        '
        'MenuStrip1
        '
        Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.fileToolStripMenuItem, Me.editToolStripMenuItem, Me.ViewToolStripMenuItem, Me.ActionToolStripMenuItem, Me.helpToolStripMenuItem})
        Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
        Me.MenuStrip1.Name = "MenuStrip1"
        Me.MenuStrip1.Size = New System.Drawing.Size(752, 24)
        Me.MenuStrip1.TabIndex = 0
        Me.MenuStrip1.Text = "MenuStrip1"
        '
        'fileToolStripMenuItem
        '
        Me.fileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.newToolStripMenuItem, Me.toolStripSeparator, Me.exitToolStripMenuItem})
        Me.fileToolStripMenuItem.Name = "fileToolStripMenuItem"
        Me.fileToolStripMenuItem.Text = "&File"
        '
        'newToolStripMenuItem
        '
        Me.newToolStripMenuItem.Image = CType(resources.GetObject("newToolStripMenuItem.Image"), System.Drawing.Image)
        Me.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.newToolStripMenuItem.Name = "newToolStripMenuItem"

⌨️ 快捷键说明

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