📄 teachersettaskform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class TeacherSetTaskForm
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.GroupBoxT = New System.Windows.Forms.GroupBox
Me.ListTask = New System.Windows.Forms.ListBox
Me.ButtonDelete = New System.Windows.Forms.Button
Me.ButtonInsert = New System.Windows.Forms.Button
Me.ButtonCancel = New System.Windows.Forms.Button
Me.TextTask = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.ButtonOK = New System.Windows.Forms.Button
Me.GroupBoxT.SuspendLayout()
Me.SuspendLayout()
'
'GroupBoxT
'
Me.GroupBoxT.Controls.Add(Me.ListTask)
Me.GroupBoxT.Location = New System.Drawing.Point(12, 12)
Me.GroupBoxT.Name = "GroupBoxT"
Me.GroupBoxT.Size = New System.Drawing.Size(268, 149)
Me.GroupBoxT.TabIndex = 35
Me.GroupBoxT.TabStop = False
Me.GroupBoxT.Text = "课题列表"
'
'ListTask
'
Me.ListTask.FormattingEnabled = True
Me.ListTask.ItemHeight = 12
Me.ListTask.Location = New System.Drawing.Point(6, 18)
Me.ListTask.Name = "ListTask"
Me.ListTask.Size = New System.Drawing.Size(256, 124)
Me.ListTask.TabIndex = 0
'
'ButtonDelete
'
Me.ButtonDelete.Location = New System.Drawing.Point(88, 231)
Me.ButtonDelete.Name = "ButtonDelete"
Me.ButtonDelete.Size = New System.Drawing.Size(50, 23)
Me.ButtonDelete.TabIndex = 40
Me.ButtonDelete.Text = "删除"
Me.ButtonDelete.UseVisualStyleBackColor = True
'
'ButtonInsert
'
Me.ButtonInsert.Location = New System.Drawing.Point(18, 231)
Me.ButtonInsert.Name = "ButtonInsert"
Me.ButtonInsert.Size = New System.Drawing.Size(50, 23)
Me.ButtonInsert.TabIndex = 39
Me.ButtonInsert.Text = "添加"
Me.ButtonInsert.UseVisualStyleBackColor = True
'
'ButtonCancel
'
Me.ButtonCancel.Location = New System.Drawing.Point(224, 231)
Me.ButtonCancel.Name = "ButtonCancel"
Me.ButtonCancel.Size = New System.Drawing.Size(50, 23)
Me.ButtonCancel.TabIndex = 38
Me.ButtonCancel.Text = "取消"
Me.ButtonCancel.UseVisualStyleBackColor = True
'
'TextTask
'
Me.TextTask.Location = New System.Drawing.Point(18, 193)
Me.TextTask.Name = "TextTask"
Me.TextTask.Size = New System.Drawing.Size(256, 21)
Me.TextTask.TabIndex = 41
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(16, 178)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(65, 12)
Me.Label1.TabIndex = 42
Me.Label1.Text = "添加课题:"
'
'ButtonOK
'
Me.ButtonOK.Location = New System.Drawing.Point(157, 231)
Me.ButtonOK.Name = "ButtonOK"
Me.ButtonOK.Size = New System.Drawing.Size(50, 23)
Me.ButtonOK.TabIndex = 43
Me.ButtonOK.Text = "确定"
Me.ButtonOK.UseVisualStyleBackColor = True
'
'TeacherSetTaskForm
'
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, 266)
Me.Controls.Add(Me.ButtonOK)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.TextTask)
Me.Controls.Add(Me.ButtonDelete)
Me.Controls.Add(Me.ButtonInsert)
Me.Controls.Add(Me.ButtonCancel)
Me.Controls.Add(Me.GroupBoxT)
Me.Name = "TeacherSetTaskForm"
Me.Text = "设置课题"
Me.GroupBoxT.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents GroupBoxT As System.Windows.Forms.GroupBox
Friend WithEvents ListTask As System.Windows.Forms.ListBox
Friend WithEvents ButtonDelete As System.Windows.Forms.Button
Friend WithEvents ButtonInsert As System.Windows.Forms.Button
Friend WithEvents ButtonCancel As System.Windows.Forms.Button
Friend WithEvents TextTask As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents ButtonOK As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -