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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(計算機)) Me.Button10 = New System.Windows.Forms.Button() Me.Button9 = New System.Windows.Forms.Button() Me.Button8 = New System.Windows.Forms.Button() Me.Button7 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Button16 = New System.Windows.Forms.Button() Me.Button15 = New System.Windows.Forms.Button() Me.Button14 = New System.Windows.Forms.Button() Me.Button13 = New System.Windows.Forms.Button() Me.Button11 = New System.Windows.Forms.Button() Me.Button12 = New System.Windows.Forms.Button() Me.Button17 = New System.Windows.Forms.Button() Me.Button18 = New System.Windows.Forms.Button() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.SuspendLayout() ' 'Button10 ' Me.Button10.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button10.Location = New System.Drawing.Point(12, 301) Me.Button10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(58, 67) Me.Button10.TabIndex = 828 Me.Button10.Text = "0" Me.Button10.UseVisualStyleBackColor = True ' 'Button9 ' Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button9.Location = New System.Drawing.Point(143, 77) Me.Button9.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(58, 67) Me.Button9.TabIndex = 827 Me.Button9.Text = "9" Me.Button9.UseVisualStyleBackColor = True ' 'Button8 ' Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button8.Location = New System.Drawing.Point(77, 77) Me.Button8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(58, 67) Me.Button8.TabIndex = 826 Me.Button8.Text = "8" Me.Button8.UseVisualStyleBackColor = True ' 'Button7 ' Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button7.Location = New System.Drawing.Point(12, 77) Me.Button7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(58, 67) Me.Button7.TabIndex = 825 Me.Button7.Text = "7" Me.Button7.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button6.Location = New System.Drawing.Point(143, 152) Me.Button6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(58, 67) Me.Button6.TabIndex = 824 Me.Button6.Text = "6" Me.Button6.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button5.Location = New System.Drawing.Point(77, 152) Me.Button5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(58, 67) Me.Button5.TabIndex = 823 Me.Button5.Text = "5" Me.Button5.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button4.Location = New System.Drawing.Point(12, 152) Me.Button4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(58, 67) Me.Button4.TabIndex = 822 Me.Button4.Text = "4" Me.Button4.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.Location = New System.Drawing.Point(143, 227) Me.Button3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(58, 67) Me.Button3.TabIndex = 821 Me.Button3.Text = "3" Me.Button3.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.Location = New System.Drawing.Point(77, 227) Me.Button2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(58, 67) Me.Button2.TabIndex = 820 Me.Button2.Text = "2" Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.Location = New System.Drawing.Point(12, 227) Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(58, 67) Me.Button1.TabIndex = 819 Me.Button1.Text = "1" Me.Button1.UseVisualStyleBackColor = True ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(12, 4) Me.TextBox2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(80, 23) Me.TextBox2.TabIndex = 818 Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(188, 4) Me.TextBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(80, 23) Me.TextBox1.TabIndex = 817 Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Button16 ' Me.Button16.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button16.Location = New System.Drawing.Point(208, 165) Me.Button16.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button16.Name = "Button16" Me.Button16.Size = New System.Drawing.Size(58, 40) Me.Button16.TabIndex = 816 Me.Button16.Text = "/" Me.Button16.UseVisualStyleBackColor = True ' 'Button15 ' Me.Button15.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button15.Location = New System.Drawing.Point(208, 121) Me.Button15.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button15.Name = "Button15" Me.Button15.Size = New System.Drawing.Size(58, 40) Me.Button15.TabIndex = 815 Me.Button15.Text = "X" Me.Button15.UseVisualStyleBackColor = True ' 'Button14 ' Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button14.Location = New System.Drawing.Point(208, 254) Me.Button14.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button14.Name = "Button14" Me.Button14.Size = New System.Drawing.Size(58, 40) Me.Button14.TabIndex = 814 Me.Button14.Text = "-" Me.Button14.UseVisualStyleBackColor = True ' 'Button13 ' Me.Button13.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button13.Location = New System.Drawing.Point(208, 209) Me.Button13.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button13.Name = "Button13" Me.Button13.Size = New System.Drawing.Size(58, 40) Me.Button13.TabIndex = 813 Me.Button13.Text = "+" Me.Button13.UseVisualStyleBackColor = True ' 'Button11 ' Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button11.Location = New System.Drawing.Point(208, 77) Me.Button11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button11.Name = "Button11" Me.Button11.Size = New System.Drawing.Size(58, 40) Me.Button11.TabIndex = 832 Me.Button11.Text = "➨" Me.Button11.UseVisualStyleBackColor = True ' 'Button12 ' Me.Button12.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button12.Location = New System.Drawing.Point(77, 301) Me.Button12.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button12.Name = "Button12" Me.Button12.Size = New System.Drawing.Size(58, 67) Me.Button12.TabIndex = 833 Me.Button12.Text = "." Me.Button12.UseVisualStyleBackColor = True ' 'Button17 ' Me.Button17.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.Button17.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button17.Location = New System.Drawing.Point(144, 301) Me.Button17.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button17.Name = "Button17" Me.Button17.Size = New System.Drawing.Size(58, 67) Me.Button17.TabIndex = 834 Me.Button17.Text = "AC" Me.Button17.UseVisualStyleBackColor = True ' 'Button18 ' Me.Button18.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button18.Location = New System.Drawing.Point(208, 301) Me.Button18.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button18.Name = "Button18" Me.Button18.Size = New System.Drawing.Size(58, 67) Me.Button18.TabIndex = 835 Me.Button18.Text = "=" Me.Button18.UseVisualStyleBackColor = True ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(100, 4) Me.TextBox3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(80, 23) Me.TextBox3.TabIndex = 836 Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox4 ' Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox4.Location = New System.Drawing.Point(12, 30) Me.TextBox4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(256, 39) Me.TextBox4.TabIndex = 837 Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '計算機 ' Me.AcceptButton = Me.Button18 Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.Button17 Me.ClientSize = New System.Drawing.Size(280, 374) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Button18) Me.Controls.Add(Me.Button17) Me.Controls.Add(Me.Button12) Me.Controls.Add(Me.Button11) Me.Controls.Add(Me.Button10) Me.Controls.Add(Me.Button9) Me.Controls.Add(Me.Button8) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Button16) Me.Controls.Add(Me.Button15) Me.Controls.Add(Me.Button14) Me.Controls.Add(Me.Button13) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.KeyPreview = True Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "計算機" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "計算機" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button10 As Button Friend WithEvents Button9 As Button Friend WithEvents Button8 As Button Friend WithEvents Button7 As Button Friend WithEvents Button6 As Button Friend WithEvents Button5 As Button Friend WithEvents Button4 As Button Friend WithEvents Button3 As Button Friend WithEvents Button2 As Button Friend WithEvents Button1 As Button Friend WithEvents TextBox2 As TextBox Friend WithEvents TextBox1 As TextBox Friend WithEvents Button16 As Button Friend WithEvents Button15 As Button Friend WithEvents Button14 As Button Friend WithEvents Button13 As Button Friend WithEvents Button11 As Button Friend WithEvents Button12 As Button Friend WithEvents Button17 As Button Friend WithEvents Button18 As Button Friend WithEvents TextBox3 As TextBox Friend WithEvents TextBox4 As TextBox End Class