📄 studentteacherleavewordform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class StudentTeacherLeaveWordForm
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.TabControl1 = New System.Windows.Forms.TabControl
Me.TabPageSend = New System.Windows.Forms.TabPage
Me.ListStudentName = New System.Windows.Forms.ListBox
Me.ButtonSend = New System.Windows.Forms.Button
Me.TextSendContent = New System.Windows.Forms.TextBox
Me.TabPageReceive = New System.Windows.Forms.TabPage
Me.ButtonSee = New System.Windows.Forms.Button
Me.ButtonNo = New System.Windows.Forms.Button
Me.ButtonYes = New System.Windows.Forms.Button
Me.TextReceiveContent = New System.Windows.Forms.TextBox
Me.ListViewWord = 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.ButtonCancel = New System.Windows.Forms.Button
Me.TabControl1.SuspendLayout()
Me.TabPageSend.SuspendLayout()
Me.TabPageReceive.SuspendLayout()
Me.SuspendLayout()
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPageSend)
Me.TabControl1.Controls.Add(Me.TabPageReceive)
Me.TabControl1.Location = New System.Drawing.Point(12, 12)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(448, 343)
Me.TabControl1.TabIndex = 0
'
'TabPageSend
'
Me.TabPageSend.Controls.Add(Me.ListStudentName)
Me.TabPageSend.Controls.Add(Me.ButtonSend)
Me.TabPageSend.Controls.Add(Me.TextSendContent)
Me.TabPageSend.Location = New System.Drawing.Point(4, 21)
Me.TabPageSend.Name = "TabPageSend"
Me.TabPageSend.Padding = New System.Windows.Forms.Padding(3)
Me.TabPageSend.Size = New System.Drawing.Size(440, 318)
Me.TabPageSend.TabIndex = 0
Me.TabPageSend.Text = "发送留言"
Me.TabPageSend.UseVisualStyleBackColor = True
'
'ListStudentName
'
Me.ListStudentName.FormattingEnabled = True
Me.ListStudentName.ItemHeight = 12
Me.ListStudentName.Location = New System.Drawing.Point(6, 22)
Me.ListStudentName.Name = "ListStudentName"
Me.ListStudentName.Size = New System.Drawing.Size(70, 256)
Me.ListStudentName.TabIndex = 2
'
'ButtonSend
'
Me.ButtonSend.Location = New System.Drawing.Point(342, 289)
Me.ButtonSend.Name = "ButtonSend"
Me.ButtonSend.Size = New System.Drawing.Size(75, 23)
Me.ButtonSend.TabIndex = 1
Me.ButtonSend.Text = "发送留言"
Me.ButtonSend.UseVisualStyleBackColor = True
'
'TextSendContent
'
Me.TextSendContent.Location = New System.Drawing.Point(82, 22)
Me.TextSendContent.Multiline = True
Me.TextSendContent.Name = "TextSendContent"
Me.TextSendContent.Size = New System.Drawing.Size(335, 256)
Me.TextSendContent.TabIndex = 0
'
'TabPageReceive
'
Me.TabPageReceive.Controls.Add(Me.ButtonSee)
Me.TabPageReceive.Controls.Add(Me.ButtonNo)
Me.TabPageReceive.Controls.Add(Me.ButtonYes)
Me.TabPageReceive.Controls.Add(Me.TextReceiveContent)
Me.TabPageReceive.Controls.Add(Me.ListViewWord)
Me.TabPageReceive.Location = New System.Drawing.Point(4, 21)
Me.TabPageReceive.Name = "TabPageReceive"
Me.TabPageReceive.Padding = New System.Windows.Forms.Padding(3)
Me.TabPageReceive.Size = New System.Drawing.Size(440, 318)
Me.TabPageReceive.TabIndex = 1
Me.TabPageReceive.Text = "收到的留言"
Me.TabPageReceive.UseVisualStyleBackColor = True
'
'ButtonSee
'
Me.ButtonSee.Enabled = False
Me.ButtonSee.Location = New System.Drawing.Point(342, 289)
Me.ButtonSee.Name = "ButtonSee"
Me.ButtonSee.Size = New System.Drawing.Size(75, 23)
Me.ButtonSee.TabIndex = 5
Me.ButtonSee.Text = "查看"
Me.ButtonSee.UseVisualStyleBackColor = True
'
'ButtonNo
'
Me.ButtonNo.Location = New System.Drawing.Point(261, 289)
Me.ButtonNo.Name = "ButtonNo"
Me.ButtonNo.Size = New System.Drawing.Size(75, 23)
Me.ButtonNo.TabIndex = 4
Me.ButtonNo.Text = "拒绝"
Me.ButtonNo.UseVisualStyleBackColor = True
Me.ButtonNo.Visible = False
'
'ButtonYes
'
Me.ButtonYes.Location = New System.Drawing.Point(180, 289)
Me.ButtonYes.Name = "ButtonYes"
Me.ButtonYes.Size = New System.Drawing.Size(75, 23)
Me.ButtonYes.TabIndex = 3
Me.ButtonYes.Text = "同意"
Me.ButtonYes.UseVisualStyleBackColor = True
Me.ButtonYes.Visible = False
'
'TextReceiveContent
'
Me.TextReceiveContent.Enabled = False
Me.TextReceiveContent.Location = New System.Drawing.Point(6, 142)
Me.TextReceiveContent.Multiline = True
Me.TextReceiveContent.Name = "TextReceiveContent"
Me.TextReceiveContent.Size = New System.Drawing.Size(428, 141)
Me.TextReceiveContent.TabIndex = 2
'
'ListViewWord
'
Me.ListViewWord.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader3, Me.ColumnHeader4})
Me.ListViewWord.FullRowSelect = True
Me.ListViewWord.GridLines = True
Me.ListViewWord.Location = New System.Drawing.Point(6, 6)
Me.ListViewWord.MultiSelect = False
Me.ListViewWord.Name = "ListViewWord"
Me.ListViewWord.Size = New System.Drawing.Size(428, 130)
Me.ListViewWord.TabIndex = 1
Me.ListViewWord.UseCompatibleStateImageBehavior = False
Me.ListViewWord.View = System.Windows.Forms.View.Details
'
'ColumnHeader1
'
Me.ColumnHeader1.Text = "编号"
Me.ColumnHeader1.Width = 44
'
'ColumnHeader2
'
Me.ColumnHeader2.Text = "学生姓名"
Me.ColumnHeader2.Width = 98
'
'ColumnHeader3
'
Me.ColumnHeader3.Text = "发布时间"
Me.ColumnHeader3.Width = 126
'
'ColumnHeader4
'
Me.ColumnHeader4.Text = "类型"
Me.ColumnHeader4.Width = 148
'
'ButtonCancel
'
Me.ButtonCancel.Location = New System.Drawing.Point(358, 361)
Me.ButtonCancel.Name = "ButtonCancel"
Me.ButtonCancel.Size = New System.Drawing.Size(75, 23)
Me.ButtonCancel.TabIndex = 1
Me.ButtonCancel.Text = "退出"
Me.ButtonCancel.UseVisualStyleBackColor = True
'
'StudentTeacherLeaveWordForm
'
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(472, 396)
Me.Controls.Add(Me.ButtonCancel)
Me.Controls.Add(Me.TabControl1)
Me.Name = "StudentTeacherLeaveWordForm"
Me.Text = "留言板"
Me.TabControl1.ResumeLayout(False)
Me.TabPageSend.ResumeLayout(False)
Me.TabPageSend.PerformLayout()
Me.TabPageReceive.ResumeLayout(False)
Me.TabPageReceive.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPageSend As System.Windows.Forms.TabPage
Friend WithEvents TabPageReceive As System.Windows.Forms.TabPage
Friend WithEvents ButtonCancel As System.Windows.Forms.Button
Friend WithEvents ButtonSend As System.Windows.Forms.Button
Friend WithEvents TextSendContent As System.Windows.Forms.TextBox
Friend WithEvents ListViewWord As System.Windows.Forms.ListView
Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader
Friend WithEvents ButtonYes As System.Windows.Forms.Button
Friend WithEvents TextReceiveContent As System.Windows.Forms.TextBox
Friend WithEvents ButtonNo As System.Windows.Forms.Button
Friend WithEvents ButtonSee As System.Windows.Forms.Button
Friend WithEvents ListStudentName As System.Windows.Forms.ListBox
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -