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

📄 adminmanageteacherform.designer.vb

📁 管理毕业设计的管理系统 VB+SQL2000....
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AdminManageTeacherForm
    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 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.TextKey = New System.Windows.Forms.TextBox
        Me.Label8 = New System.Windows.Forms.Label
        Me.Label7 = New System.Windows.Forms.Label
        Me.TextQq = New System.Windows.Forms.TextBox
        Me.ButtonDelete = New System.Windows.Forms.Button
        Me.ButtonUpdate = New System.Windows.Forms.Button
        Me.ButtonInsert = New System.Windows.Forms.Button
        Me.TextQqgroup = New System.Windows.Forms.TextBox
        Me.ButtonCancel = New System.Windows.Forms.Button
        Me.TextDegree = New System.Windows.Forms.TextBox
        Me.TextEmail = New System.Windows.Forms.TextBox
        Me.TextName = New System.Windows.Forms.TextBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label1 = New System.Windows.Forms.Label
        Me.GroupBoxL = New System.Windows.Forms.GroupBox
        Me.ListTeacherName = New System.Windows.Forms.ListBox
        Me.TextUser = New System.Windows.Forms.TextBox
        Me.Label6 = New System.Windows.Forms.Label
        Me.Label5 = New System.Windows.Forms.Label
        Me.GroupBoxT = New System.Windows.Forms.GroupBox
        Me.Label13 = New System.Windows.Forms.Label
        Me.Label12 = New System.Windows.Forms.Label
        Me.Label14 = New System.Windows.Forms.Label
        Me.Label11 = New System.Windows.Forms.Label
        Me.Label10 = New System.Windows.Forms.Label
        Me.Label9 = New System.Windows.Forms.Label
        Me.TextPost = New System.Windows.Forms.TextBox
        Me.Label4 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.GroupBoxL.SuspendLayout()
        Me.GroupBoxT.SuspendLayout()
        Me.SuspendLayout()
        '
        'TextKey
        '
        Me.TextKey.Location = New System.Drawing.Point(270, 25)
        Me.TextKey.MaxLength = 16
        Me.TextKey.Name = "TextKey"
        Me.TextKey.Size = New System.Drawing.Size(130, 21)
        Me.TextKey.TabIndex = 31
        Me.TextKey.Text = "123456"
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.Location = New System.Drawing.Point(223, 80)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(41, 12)
        Me.Label8.TabIndex = 30
        Me.Label8.Text = "职称:"
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.Location = New System.Drawing.Point(223, 28)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(41, 12)
        Me.Label7.TabIndex = 29
        Me.Label7.Text = "密码:"
        '
        'TextQq
        '
        Me.TextQq.Location = New System.Drawing.Point(71, 180)
        Me.TextQq.MaxLength = 10
        Me.TextQq.Name = "TextQq"
        Me.TextQq.Size = New System.Drawing.Size(130, 21)
        Me.TextQq.TabIndex = 27
        '
        'ButtonDelete
        '
        Me.ButtonDelete.Enabled = False
        Me.ButtonDelete.Location = New System.Drawing.Point(336, 273)
        Me.ButtonDelete.Name = "ButtonDelete"
        Me.ButtonDelete.Size = New System.Drawing.Size(75, 23)
        Me.ButtonDelete.TabIndex = 43
        Me.ButtonDelete.Text = "删除"
        Me.ButtonDelete.UseVisualStyleBackColor = True
        '
        'ButtonUpdate
        '
        Me.ButtonUpdate.Enabled = False
        Me.ButtonUpdate.Location = New System.Drawing.Point(229, 273)
        Me.ButtonUpdate.Name = "ButtonUpdate"
        Me.ButtonUpdate.Size = New System.Drawing.Size(75, 23)
        Me.ButtonUpdate.TabIndex = 42
        Me.ButtonUpdate.Text = "修改"
        Me.ButtonUpdate.UseVisualStyleBackColor = True
        '
        'ButtonInsert
        '
        Me.ButtonInsert.Location = New System.Drawing.Point(129, 273)
        Me.ButtonInsert.Name = "ButtonInsert"
        Me.ButtonInsert.Size = New System.Drawing.Size(75, 23)
        Me.ButtonInsert.TabIndex = 41
        Me.ButtonInsert.Text = "添加"
        Me.ButtonInsert.UseVisualStyleBackColor = True
        '
        'TextQqgroup
        '
        Me.TextQqgroup.Location = New System.Drawing.Point(270, 180)
        Me.TextQqgroup.MaxLength = 10
        Me.TextQqgroup.Name = "TextQqgroup"
        Me.TextQqgroup.Size = New System.Drawing.Size(130, 21)
        Me.TextQqgroup.TabIndex = 28
        '
        'ButtonCancel
        '
        Me.ButtonCancel.Location = New System.Drawing.Point(436, 273)
        Me.ButtonCancel.Name = "ButtonCancel"
        Me.ButtonCancel.Size = New System.Drawing.Size(75, 23)
        Me.ButtonCancel.TabIndex = 38
        Me.ButtonCancel.Text = "取消"
        Me.ButtonCancel.UseVisualStyleBackColor = True
        '
        'TextDegree
        '
        Me.TextDegree.Location = New System.Drawing.Point(71, 128)
        Me.TextDegree.MaxLength = 16
        Me.TextDegree.Name = "TextDegree"
        Me.TextDegree.Size = New System.Drawing.Size(130, 21)
        Me.TextDegree.TabIndex = 26
        '
        'TextEmail
        '
        Me.TextEmail.Location = New System.Drawing.Point(270, 128)
        Me.TextEmail.MaxLength = 30
        Me.TextEmail.Name = "TextEmail"
        Me.TextEmail.Size = New System.Drawing.Size(130, 21)
        Me.TextEmail.TabIndex = 25
        '
        'TextName
        '
        Me.TextName.Location = New System.Drawing.Point(71, 77)
        Me.TextName.MaxLength = 16
        Me.TextName.Name = "TextName"
        Me.TextName.Size = New System.Drawing.Size(130, 21)
        Me.TextName.TabIndex = 24
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(24, 80)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(41, 12)
        Me.Label2.TabIndex = 17
        Me.Label2.Text = "姓名:"
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(12, 28)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(53, 12)
        Me.Label1.TabIndex = 16
        Me.Label1.Text = "用户名:"
        '
        'GroupBoxL
        '
        Me.GroupBoxL.Controls.Add(Me.ListTeacherName)
        Me.GroupBoxL.Location = New System.Drawing.Point(14, 21)
        Me.GroupBoxL.Name = "GroupBoxL"
        Me.GroupBoxL.Size = New System.Drawing.Size(91, 230)
        Me.GroupBoxL.TabIndex = 40
        Me.GroupBoxL.TabStop = False
        Me.GroupBoxL.Text = "教师列表"
        '
        'ListTeacherName
        '
        Me.ListTeacherName.FormattingEnabled = True
        Me.ListTeacherName.ItemHeight = 12
        Me.ListTeacherName.Location = New System.Drawing.Point(6, 18)
        Me.ListTeacherName.Name = "ListTeacherName"
        Me.ListTeacherName.Size = New System.Drawing.Size(80, 208)
        Me.ListTeacherName.TabIndex = 0

⌨️ 快捷键说明

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