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

📄 eduzgform.designer.vb

📁 管理毕业设计的管理系统 VB+SQL2000....
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class EduZGForm
    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.GroupBoxL = New System.Windows.Forms.GroupBox
        Me.ListSYName = New System.Windows.Forms.ListBox
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.ListSNName = New System.Windows.Forms.ListBox
        Me.ButtonGo = New System.Windows.Forms.Button
        Me.ButtonOK = New System.Windows.Forms.Button
        Me.ButtonCancel = New System.Windows.Forms.Button
        Me.ButtonBack = New System.Windows.Forms.Button
        Me.ButtonEmail = New System.Windows.Forms.Button
        Me.GroupBoxL.SuspendLayout()
        Me.GroupBox1.SuspendLayout()
        Me.SuspendLayout()
        '
        'GroupBoxL
        '
        Me.GroupBoxL.Controls.Add(Me.ListSYName)
        Me.GroupBoxL.Location = New System.Drawing.Point(55, 12)
        Me.GroupBoxL.Name = "GroupBoxL"
        Me.GroupBoxL.Size = New System.Drawing.Size(98, 245)
        Me.GroupBoxL.TabIndex = 32
        Me.GroupBoxL.TabStop = False
        Me.GroupBoxL.Text = "参加答辩学生"
        '
        'ListSYName
        '
        Me.ListSYName.FormattingEnabled = True
        Me.ListSYName.ItemHeight = 12
        Me.ListSYName.Location = New System.Drawing.Point(6, 18)
        Me.ListSYName.Name = "ListSYName"
        Me.ListSYName.Size = New System.Drawing.Size(86, 220)
        Me.ListSYName.TabIndex = 0
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.ListSNName)
        Me.GroupBox1.Location = New System.Drawing.Point(240, 12)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(98, 245)
        Me.GroupBox1.TabIndex = 33
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "下令整改学生"
        '
        'ListSNName
        '
        Me.ListSNName.FormattingEnabled = True
        Me.ListSNName.ItemHeight = 12
        Me.ListSNName.Location = New System.Drawing.Point(6, 18)
        Me.ListSNName.Name = "ListSNName"
        Me.ListSNName.Size = New System.Drawing.Size(86, 220)
        Me.ListSNName.TabIndex = 0
        '
        'ButtonGo
        '
        Me.ButtonGo.Enabled = False
        Me.ButtonGo.Location = New System.Drawing.Point(159, 71)
        Me.ButtonGo.Name = "ButtonGo"
        Me.ButtonGo.Size = New System.Drawing.Size(75, 35)
        Me.ButtonGo.TabIndex = 34
        Me.ButtonGo.Text = "->"
        Me.ButtonGo.UseVisualStyleBackColor = True
        '
        'ButtonOK
        '
        Me.ButtonOK.Location = New System.Drawing.Point(159, 272)
        Me.ButtonOK.Name = "ButtonOK"
        Me.ButtonOK.Size = New System.Drawing.Size(75, 23)
        Me.ButtonOK.TabIndex = 35
        Me.ButtonOK.Text = "保存"
        Me.ButtonOK.UseVisualStyleBackColor = True
        '
        'ButtonCancel
        '
        Me.ButtonCancel.Location = New System.Drawing.Point(263, 272)
        Me.ButtonCancel.Name = "ButtonCancel"
        Me.ButtonCancel.Size = New System.Drawing.Size(75, 23)
        Me.ButtonCancel.TabIndex = 36
        Me.ButtonCancel.Text = "取消"
        Me.ButtonCancel.UseVisualStyleBackColor = True
        '
        'ButtonBack
        '
        Me.ButtonBack.Enabled = False
        Me.ButtonBack.Location = New System.Drawing.Point(159, 146)
        Me.ButtonBack.Name = "ButtonBack"
        Me.ButtonBack.Size = New System.Drawing.Size(75, 35)
        Me.ButtonBack.TabIndex = 37
        Me.ButtonBack.Text = "<-"
        Me.ButtonBack.UseVisualStyleBackColor = True
        '
        'ButtonEmail
        '
        Me.ButtonEmail.Location = New System.Drawing.Point(55, 272)
        Me.ButtonEmail.Name = "ButtonEmail"
        Me.ButtonEmail.Size = New System.Drawing.Size(75, 23)
        Me.ButtonEmail.TabIndex = 38
        Me.ButtonEmail.Text = "邮件通知"
        Me.ButtonEmail.UseVisualStyleBackColor = True
        '
        'EduZGForm
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackColor = System.Drawing.Color.SkyBlue
        Me.ClientSize = New System.Drawing.Size(392, 316)
        Me.Controls.Add(Me.ButtonEmail)
        Me.Controls.Add(Me.ButtonBack)
        Me.Controls.Add(Me.ButtonCancel)
        Me.Controls.Add(Me.ButtonOK)
        Me.Controls.Add(Me.ButtonGo)
        Me.Controls.Add(Me.GroupBox1)
        Me.Controls.Add(Me.GroupBoxL)
        Me.Name = "EduZGForm"
        Me.Text = "选择整改名单"
        Me.GroupBoxL.ResumeLayout(False)
        Me.GroupBox1.ResumeLayout(False)
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents GroupBoxL As System.Windows.Forms.GroupBox
    Friend WithEvents ListSYName As System.Windows.Forms.ListBox
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents ListSNName As System.Windows.Forms.ListBox
    Friend WithEvents ButtonGo As System.Windows.Forms.Button
    Friend WithEvents ButtonOK As System.Windows.Forms.Button
    Friend WithEvents ButtonCancel As System.Windows.Forms.Button
    Friend WithEvents ButtonBack As System.Windows.Forms.Button
    Friend WithEvents ButtonEmail As System.Windows.Forms.Button
End Class

⌨️ 快捷键说明

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