_ 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.通知內容2_lb = New System.Windows.Forms.Label() Me.通知內容_lb = New System.Windows.Forms.Label() Me.輸入_rtb = New System.Windows.Forms.TextBox() Me.確定_rbt = New System.Windows.Forms.Button() Me.SuspendLayout() ' '通知內容2_lb ' Me.通知內容2_lb.AutoEllipsis = True Me.通知內容2_lb.BackColor = System.Drawing.Color.Transparent Me.通知內容2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.通知內容2_lb.ForeColor = System.Drawing.Color.Red Me.通知內容2_lb.Location = New System.Drawing.Point(5, 93) Me.通知內容2_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.通知內容2_lb.Name = "通知內容2_lb" Me.通知內容2_lb.Size = New System.Drawing.Size(486, 31) Me.通知內容2_lb.TabIndex = 652 Me.通知內容2_lb.Text = "Label1" Me.通知內容2_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '通知內容_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(7, 4) Me.通知內容_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.通知內容_lb.Name = "通知內容_lb" Me.通知內容_lb.Size = New System.Drawing.Size(486, 89) Me.通知內容_lb.TabIndex = 651 Me.通知內容_lb.Text = "Label1" Me.通知內容_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '輸入_rtb ' Me.輸入_rtb.Location = New System.Drawing.Point(8, 131) Me.輸入_rtb.Margin = New System.Windows.Forms.Padding(4) Me.輸入_rtb.Name = "輸入_rtb" Me.輸入_rtb.Size = New System.Drawing.Size(431, 23) Me.輸入_rtb.TabIndex = 653 ' '確定_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(447, 127) Me.確定_rbt.Margin = New System.Windows.Forms.Padding(4) Me.確定_rbt.Name = "確定_rbt" Me.確定_rbt.Size = New System.Drawing.Size(44, 33) Me.確定_rbt.TabIndex = 654 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(496, 164) Me.ControlBox = False Me.Controls.Add(Me.確定_rbt) Me.Controls.Add(Me.輸入_rtb) Me.Controls.Add(Me.通知內容2_lb) 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.MaximizeBox = False Me.Name = "輸入視窗" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "輸入視窗" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 通知內容2_lb As Label Friend WithEvents 通知內容_lb As Label Friend WithEvents 輸入_rtb As TextBox Friend WithEvents 確定_rbt As Button End Class