?? edusendinfoform.designer.vb
字號:
?<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class EduSendInfoForm
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.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.ButtonSend = New System.Windows.Forms.Button
Me.ButtonCancel = New System.Windows.Forms.Button
Me.TextTitle = New System.Windows.Forms.TextBox
Me.TextFileName = New System.Windows.Forms.TextBox
Me.ButtonBrowse = New System.Windows.Forms.Button
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog
Me.Label8 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(35, 33)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(29, 12)
Me.Label1.TabIndex = 0
Me.Label1.Text = "標題"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(35, 83)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(29, 12)
Me.Label2.TabIndex = 1
Me.Label2.Text = "通知"
'
'ButtonSend
'
Me.ButtonSend.Location = New System.Drawing.Point(139, 142)
Me.ButtonSend.Name = "ButtonSend"
Me.ButtonSend.Size = New System.Drawing.Size(75, 23)
Me.ButtonSend.TabIndex = 2
Me.ButtonSend.Text = "發(fā)布"
Me.ButtonSend.UseVisualStyleBackColor = True
'
'ButtonCancel
'
Me.ButtonCancel.Location = New System.Drawing.Point(246, 142)
Me.ButtonCancel.Name = "ButtonCancel"
Me.ButtonCancel.Size = New System.Drawing.Size(75, 23)
Me.ButtonCancel.TabIndex = 3
Me.ButtonCancel.Text = "取消"
Me.ButtonCancel.UseVisualStyleBackColor = True
'
'TextTitle
'
Me.TextTitle.Location = New System.Drawing.Point(70, 30)
Me.TextTitle.MaxLength = 60
Me.TextTitle.Name = "TextTitle"
Me.TextTitle.Size = New System.Drawing.Size(197, 21)
Me.TextTitle.TabIndex = 4
'
'TextFileName
'
Me.TextFileName.Enabled = False
Me.TextFileName.Location = New System.Drawing.Point(70, 80)
Me.TextFileName.Name = "TextFileName"
Me.TextFileName.Size = New System.Drawing.Size(197, 21)
Me.TextFileName.TabIndex = 5
'
'ButtonBrowse
'
Me.ButtonBrowse.Location = New System.Drawing.Point(273, 78)
Me.ButtonBrowse.Name = "ButtonBrowse"
Me.ButtonBrowse.Size = New System.Drawing.Size(75, 23)
Me.ButtonBrowse.TabIndex = 6
Me.ButtonBrowse.Text = "瀏覽"
Me.ButtonBrowse.UseVisualStyleBackColor = True
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Font = New System.Drawing.Font("宋體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label8.Location = New System.Drawing.Point(178, 54)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(89, 12)
Me.Label8.TabIndex = 38
Me.Label8.Text = "(通知的標題)"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("宋體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label3.Location = New System.Drawing.Point(154, 104)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(113, 12)
Me.Label3.TabIndex = 39
Me.Label3.Text = "(請選擇Word文檔)"
'
'EduSendInfoForm
'
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(372, 186)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.ButtonBrowse)
Me.Controls.Add(Me.TextFileName)
Me.Controls.Add(Me.TextTitle)
Me.Controls.Add(Me.ButtonCancel)
Me.Controls.Add(Me.ButtonSend)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Name = "EduSendInfoForm"
Me.Text = "發(fā)布通知"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents ButtonSend As System.Windows.Forms.Button
Friend WithEvents ButtonCancel As System.Windows.Forms.Button
Friend WithEvents TextTitle As System.Windows.Forms.TextBox
Friend WithEvents TextFileName As System.Windows.Forms.TextBox
Friend WithEvents ButtonBrowse As System.Windows.Forms.Button
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
End Class
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -