📄 messageboxform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class MessageBoxForm
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 Form 設計工具的必要項
Private components As System.ComponentModel.IContainer
Private mainMenu1 As System.Windows.Forms.MainMenu
'注意: 以下為 Windows Form 設計工具所需的程序
'可以使用 Windows Form 設計工具進行修改。
'請不要使用程式碼編輯器進行修改。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.mainMenu1 = New System.Windows.Forms.MainMenu
Me.btn_OK = New System.Windows.Forms.Button
Me.picIcon = New System.Windows.Forms.PictureBox
Me.txt_MsgContent = New System.Windows.Forms.TextBox
Me.btn_Cancel = New System.Windows.Forms.Button
Me.panel1 = New System.Windows.Forms.Panel
Me.panel1.SuspendLayout()
Me.SuspendLayout()
'
'btn_OK
'
Me.btn_OK.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular)
Me.btn_OK.Location = New System.Drawing.Point(32, 228)
Me.btn_OK.Name = "btn_OK"
Me.btn_OK.Size = New System.Drawing.Size(72, 30)
Me.btn_OK.TabIndex = 5
Me.btn_OK.Text = "確定"
'
'picIcon
'
Me.picIcon.Location = New System.Drawing.Point(8, 11)
Me.picIcon.Name = "picIcon"
Me.picIcon.Size = New System.Drawing.Size(56, 39)
'
'txt_MsgContent
'
Me.txt_MsgContent.Dock = System.Windows.Forms.DockStyle.Fill
Me.txt_MsgContent.Location = New System.Drawing.Point(0, 0)
Me.txt_MsgContent.Multiline = True
Me.txt_MsgContent.Name = "txt_MsgContent"
Me.txt_MsgContent.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.txt_MsgContent.Size = New System.Drawing.Size(224, 166)
Me.txt_MsgContent.TabIndex = 0
Me.txt_MsgContent.Text = " 訊息內容"
'
'btn_Cancel
'
Me.btn_Cancel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular)
Me.btn_Cancel.Location = New System.Drawing.Point(126, 228)
Me.btn_Cancel.Name = "btn_Cancel"
Me.btn_Cancel.Size = New System.Drawing.Size(72, 30)
Me.btn_Cancel.TabIndex = 6
Me.btn_Cancel.Text = "取消"
'
'panel1
'
Me.panel1.AutoScroll = True
Me.panel1.Controls.Add(Me.txt_MsgContent)
Me.panel1.Location = New System.Drawing.Point(8, 56)
Me.panel1.Name = "panel1"
Me.panel1.Size = New System.Drawing.Size(224, 166)
'
'MessageBoxForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.AutoScroll = True
Me.ClientSize = New System.Drawing.Size(240, 268)
Me.Controls.Add(Me.btn_OK)
Me.Controls.Add(Me.picIcon)
Me.Controls.Add(Me.btn_Cancel)
Me.Controls.Add(Me.panel1)
Me.Menu = Me.mainMenu1
Me.MinimizeBox = False
Me.Name = "MessageBoxForm"
Me.Text = "MessageBoxForm"
Me.panel1.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Private WithEvents btn_OK As System.Windows.Forms.Button
Private WithEvents picIcon As System.Windows.Forms.PictureBox
Private WithEvents txt_MsgContent As System.Windows.Forms.TextBox
Private WithEvents btn_Cancel As System.Windows.Forms.Button
Private WithEvents panel1 As System.Windows.Forms.Panel
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -