📄 studentteacherupdownloadform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class StudentTeacherUpdownloadForm
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.ButtonDownload = New System.Windows.Forms.Button
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog
Me.ButtonUpload = New System.Windows.Forms.Button
Me.ButtonCancel = New System.Windows.Forms.Button
Me.GroupBoxL = New System.Windows.Forms.GroupBox
Me.ListStudentName = New System.Windows.Forms.ListBox
Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog
Me.ButtonExcel = New System.Windows.Forms.Button
Me.ButtonEmail = New System.Windows.Forms.Button
Me.GroupBoxL.SuspendLayout()
Me.SuspendLayout()
'
'ButtonDownload
'
Me.ButtonDownload.Location = New System.Drawing.Point(194, 22)
Me.ButtonDownload.Name = "ButtonDownload"
Me.ButtonDownload.Size = New System.Drawing.Size(75, 23)
Me.ButtonDownload.TabIndex = 0
Me.ButtonDownload.Text = "下载文档"
Me.ButtonDownload.UseVisualStyleBackColor = True
'
'OpenFileDialog1
'
Me.OpenFileDialog1.InitialDirectory = "d;\"
'
'ButtonUpload
'
Me.ButtonUpload.Location = New System.Drawing.Point(97, 22)
Me.ButtonUpload.Name = "ButtonUpload"
Me.ButtonUpload.Size = New System.Drawing.Size(75, 23)
Me.ButtonUpload.TabIndex = 1
Me.ButtonUpload.Text = "上传文档"
Me.ButtonUpload.UseVisualStyleBackColor = True
'
'ButtonCancel
'
Me.ButtonCancel.Location = New System.Drawing.Point(97, 102)
Me.ButtonCancel.Name = "ButtonCancel"
Me.ButtonCancel.Size = New System.Drawing.Size(75, 23)
Me.ButtonCancel.TabIndex = 2
Me.ButtonCancel.Text = "取消"
Me.ButtonCancel.UseVisualStyleBackColor = True
'
'GroupBoxL
'
Me.GroupBoxL.Controls.Add(Me.ListStudentName)
Me.GroupBoxL.Location = New System.Drawing.Point(3, 2)
Me.GroupBoxL.Name = "GroupBoxL"
Me.GroupBoxL.Size = New System.Drawing.Size(78, 152)
Me.GroupBoxL.TabIndex = 3
Me.GroupBoxL.TabStop = False
Me.GroupBoxL.Text = "学生列表"
'
'ListStudentName
'
Me.ListStudentName.FormattingEnabled = True
Me.ListStudentName.ItemHeight = 12
Me.ListStudentName.Location = New System.Drawing.Point(6, 20)
Me.ListStudentName.Name = "ListStudentName"
Me.ListStudentName.Size = New System.Drawing.Size(66, 124)
Me.ListStudentName.TabIndex = 0
'
'ButtonExcel
'
Me.ButtonExcel.Location = New System.Drawing.Point(97, 62)
Me.ButtonExcel.Name = "ButtonExcel"
Me.ButtonExcel.Size = New System.Drawing.Size(75, 23)
Me.ButtonExcel.TabIndex = 4
Me.ButtonExcel.Text = "情况汇总"
Me.ButtonExcel.UseVisualStyleBackColor = True
Me.ButtonExcel.Visible = False
'
'ButtonEmail
'
Me.ButtonEmail.Location = New System.Drawing.Point(194, 62)
Me.ButtonEmail.Name = "ButtonEmail"
Me.ButtonEmail.Size = New System.Drawing.Size(75, 23)
Me.ButtonEmail.TabIndex = 5
Me.ButtonEmail.Text = "邮件提醒"
Me.ButtonEmail.UseVisualStyleBackColor = True
Me.ButtonEmail.Visible = False
'
'StudentTeacherUpdownloadForm
'
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, 166)
Me.Controls.Add(Me.ButtonEmail)
Me.Controls.Add(Me.ButtonExcel)
Me.Controls.Add(Me.GroupBoxL)
Me.Controls.Add(Me.ButtonCancel)
Me.Controls.Add(Me.ButtonUpload)
Me.Controls.Add(Me.ButtonDownload)
Me.Name = "StudentTeacherUpdownloadForm"
Me.Text = "上传下载"
Me.GroupBoxL.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents ButtonDownload As System.Windows.Forms.Button
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
Friend WithEvents ButtonUpload As System.Windows.Forms.Button
Friend WithEvents ButtonCancel As System.Windows.Forms.Button
Friend WithEvents GroupBoxL As System.Windows.Forms.GroupBox
Friend WithEvents ListStudentName As System.Windows.Forms.ListBox
Friend WithEvents FolderBrowserDialog1 As System.Windows.Forms.FolderBrowserDialog
Friend WithEvents ButtonExcel 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 + -