_ Partial Class 通知視窗 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.通知內容_lb = New System.Windows.Forms.Label() Me.確定_rbt = New System.Windows.Forms.Button() Me.取消_rbt = New System.Windows.Forms.Button() Me.SuspendLayout() ' '通知內容_lb ' Me.通知內容_lb.AutoEllipsis = True Me.通知內容_lb.BackColor = System.Drawing.Color.Transparent Me.通知內容_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.通知內容_lb.Location = New System.Drawing.Point(4, 5) Me.通知內容_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.通知內容_lb.Name = "通知內容_lb" Me.通知內容_lb.Size = New System.Drawing.Size(457, 136) Me.通知內容_lb.TabIndex = 1 Me.通知內容_lb.Text = "Label1" Me.通知內容_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '確定_rbt ' Me.確定_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources._Select Me.確定_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.確定_rbt.Location = New System.Drawing.Point(293, 146) Me.確定_rbt.Margin = New System.Windows.Forms.Padding(4) Me.確定_rbt.Name = "確定_rbt" Me.確定_rbt.Size = New System.Drawing.Size(76, 47) Me.確定_rbt.TabIndex = 2 Me.確定_rbt.UseVisualStyleBackColor = True ' '取消_rbt ' Me.取消_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.Close Me.取消_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.取消_rbt.Location = New System.Drawing.Point(380, 146) Me.取消_rbt.Margin = New System.Windows.Forms.Padding(4) Me.取消_rbt.Name = "取消_rbt" Me.取消_rbt.Size = New System.Drawing.Size(76, 47) Me.取消_rbt.TabIndex = 3 Me.取消_rbt.UseVisualStyleBackColor = True ' '通知視窗 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources._62951168976601486 Me.ClientSize = New System.Drawing.Size(464, 196) Me.ControlBox = False Me.Controls.Add(Me.取消_rbt) Me.Controls.Add(Me.確定_rbt) Me.Controls.Add(Me.通知內容_lb) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(4) Me.Name = "通知視窗" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "通知視窗" Me.ResumeLayout(False) End Sub Friend WithEvents 通知內容_lb As Label Friend WithEvents 確定_rbt As Button Friend WithEvents 取消_rbt As Button End Class