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

📄 teachereduchecktaskform.designer.vb

📁 管理毕业设计的管理系统 VB+SQL2000....
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class TeacherEduCheckTaskForm
    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.ListStudentName = New System.Windows.Forms.ListBox
        Me.ButtonOK = New System.Windows.Forms.Button
        Me.Label1 = New System.Windows.Forms.Label
        Me.TextTask = New System.Windows.Forms.TextBox
        Me.ButtonEmail = New System.Windows.Forms.Button
        Me.ButtonExcel = New System.Windows.Forms.Button
        Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog
        Me.GroupBoxL.SuspendLayout()
        Me.SuspendLayout()
        '
        'GroupBoxL
        '
        Me.GroupBoxL.Controls.Add(Me.ListStudentName)
        Me.GroupBoxL.Location = New System.Drawing.Point(12, 12)
        Me.GroupBoxL.Name = "GroupBoxL"
        Me.GroupBoxL.Size = New System.Drawing.Size(91, 192)
        Me.GroupBoxL.TabIndex = 35
        Me.GroupBoxL.TabStop = False
        Me.GroupBoxL.Text = "学生列表"
        '
        'ListStudentName
        '
        Me.ListStudentName.FormattingEnabled = True
        Me.ListStudentName.ItemHeight = 12
        Me.ListStudentName.Location = New System.Drawing.Point(6, 18)
        Me.ListStudentName.Name = "ListStudentName"
        Me.ListStudentName.Size = New System.Drawing.Size(80, 172)
        Me.ListStudentName.TabIndex = 0
        '
        'ButtonOK
        '
        Me.ButtonOK.Location = New System.Drawing.Point(205, 147)
        Me.ButtonOK.Name = "ButtonOK"
        Me.ButtonOK.Size = New System.Drawing.Size(75, 23)
        Me.ButtonOK.TabIndex = 36
        Me.ButtonOK.Text = "确定"
        Me.ButtonOK.UseVisualStyleBackColor = True
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(109, 47)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(65, 12)
        Me.Label1.TabIndex = 37
        Me.Label1.Text = "课题名称:"
        '
        'TextTask
        '
        Me.TextTask.Enabled = False
        Me.TextTask.Location = New System.Drawing.Point(111, 62)
        Me.TextTask.Name = "TextTask"
        Me.TextTask.Size = New System.Drawing.Size(169, 21)
        Me.TextTask.TabIndex = 38
        '
        'ButtonEmail
        '
        Me.ButtonEmail.Location = New System.Drawing.Point(205, 106)
        Me.ButtonEmail.Name = "ButtonEmail"
        Me.ButtonEmail.Size = New System.Drawing.Size(75, 23)
        Me.ButtonEmail.TabIndex = 40
        Me.ButtonEmail.Text = "邮件提醒"
        Me.ButtonEmail.UseVisualStyleBackColor = True
        Me.ButtonEmail.Visible = False
        '
        'ButtonExcel
        '
        Me.ButtonExcel.Location = New System.Drawing.Point(111, 106)
        Me.ButtonExcel.Name = "ButtonExcel"
        Me.ButtonExcel.Size = New System.Drawing.Size(75, 23)
        Me.ButtonExcel.TabIndex = 39
        Me.ButtonExcel.Text = "情况汇总"
        Me.ButtonExcel.UseVisualStyleBackColor = True
        Me.ButtonExcel.Visible = False
        '
        'TeacherEduCheckTaskForm
        '
        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(292, 216)
        Me.Controls.Add(Me.ButtonEmail)
        Me.Controls.Add(Me.ButtonExcel)
        Me.Controls.Add(Me.TextTask)
        Me.Controls.Add(Me.Label1)
        Me.Controls.Add(Me.ButtonOK)
        Me.Controls.Add(Me.GroupBoxL)
        Me.Name = "TeacherEduCheckTaskForm"
        Me.Text = "审核选题情况"
        Me.GroupBoxL.ResumeLayout(False)
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents GroupBoxL As System.Windows.Forms.GroupBox
    Friend WithEvents ListStudentName As System.Windows.Forms.ListBox
    Friend WithEvents ButtonOK As System.Windows.Forms.Button
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents TextTask As System.Windows.Forms.TextBox
    Friend WithEvents ButtonEmail As System.Windows.Forms.Button
    Friend WithEvents ButtonExcel As System.Windows.Forms.Button
    Friend WithEvents FolderBrowserDialog1 As System.Windows.Forms.FolderBrowserDialog
End Class

⌨️ 快捷键说明

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