?? mailform.designer.vb
字號:
?<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MailForm
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MailForm))
Me.Label1 = New System.Windows.Forms.Label
Me.MailFormReceiveTextBox = New System.Windows.Forms.TextBox
Me.MailFormMailTextBox = New System.Windows.Forms.TextBox
Me.MailFormSentButton = New System.Windows.Forms.Button
Me.MailFormExitButton = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(30, 30)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(41, 12)
Me.Label1.TabIndex = 0
Me.Label1.Text = "收件人"
'
'MailFormReceiveTextBox
'
Me.MailFormReceiveTextBox.Location = New System.Drawing.Point(77, 21)
Me.MailFormReceiveTextBox.Name = "MailFormReceiveTextBox"
Me.MailFormReceiveTextBox.ReadOnly = True
Me.MailFormReceiveTextBox.Size = New System.Drawing.Size(409, 21)
Me.MailFormReceiveTextBox.TabIndex = 3
Me.MailFormReceiveTextBox.TabStop = False
Me.MailFormReceiveTextBox.Text = "趙永偉(zywanys@163.com)"
'
'MailFormMailTextBox
'
Me.MailFormMailTextBox.Location = New System.Drawing.Point(32, 67)
Me.MailFormMailTextBox.MaxLength = 0
Me.MailFormMailTextBox.Multiline = True
Me.MailFormMailTextBox.Name = "MailFormMailTextBox"
Me.MailFormMailTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.MailFormMailTextBox.Size = New System.Drawing.Size(453, 296)
Me.MailFormMailTextBox.TabIndex = 0
'
'MailFormSentButton
'
Me.MailFormSentButton.Location = New System.Drawing.Point(309, 378)
Me.MailFormSentButton.Name = "MailFormSentButton"
Me.MailFormSentButton.Size = New System.Drawing.Size(85, 25)
Me.MailFormSentButton.TabIndex = 1
Me.MailFormSentButton.Text = "發送"
Me.MailFormSentButton.UseVisualStyleBackColor = True
'
'MailFormExitButton
'
Me.MailFormExitButton.Location = New System.Drawing.Point(400, 378)
Me.MailFormExitButton.Name = "MailFormExitButton"
Me.MailFormExitButton.Size = New System.Drawing.Size(85, 25)
Me.MailFormExitButton.TabIndex = 2
Me.MailFormExitButton.Text = "退出"
Me.MailFormExitButton.UseVisualStyleBackColor = True
'
'MailForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(183, Byte), Integer), CType(CType(223, Byte), Integer), CType(CType(251, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(518, 419)
Me.Controls.Add(Me.MailFormExitButton)
Me.Controls.Add(Me.MailFormSentButton)
Me.Controls.Add(Me.MailFormMailTextBox)
Me.Controls.Add(Me.MailFormReceiveTextBox)
Me.Controls.Add(Me.Label1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "MailForm"
Me.Text = "意見"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents MailFormReceiveTextBox As System.Windows.Forms.TextBox
Friend WithEvents MailFormMailTextBox As System.Windows.Forms.TextBox
Friend WithEvents MailFormSentButton As System.Windows.Forms.Button
Friend WithEvents MailFormExitButton As System.Windows.Forms.Button
End Class
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -