?? computer.frm
字號(hào):
VERSION 5.00
Object = "{0D452EE1-E08F-101A-852E-02608C4D0BB4}#2.0#0"; "FM20.DLL"
Begin VB.Form frmcount
BackColor = &H00FFC0FF&
ClientHeight = 4935
ClientLeft = 60
ClientTop = 450
ClientWidth = 5700
ForeColor = &H00FF8080&
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
ScaleHeight = 4935
ScaleWidth = 5700
Begin VB.TextBox Text2
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 405
Left = 435
TabIndex = 23
Top = 1200
Width = 3045
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 450
Left = 450
TabIndex = 22
Top = 570
Width = 4755
End
Begin VB.CommandButton Command4
Caption = "立方"
Height = 525
Index = 2
Left = 4545
TabIndex = 21
Top = 4110
Width = 645
End
Begin VB.CommandButton Command4
Caption = "開方"
Height = 540
Index = 1
Left = 3525
TabIndex = 20
Top = 4110
Width = 660
End
Begin VB.CommandButton Command4
Caption = "平方"
Height = 495
Index = 0
Left = 4515
TabIndex = 19
Top = 3390
Width = 675
End
Begin VB.CommandButton result
Caption = "="
Height = 510
Left = 3525
TabIndex = 18
Top = 3405
Width = 660
End
Begin VB.CommandButton Command2
Caption = "÷"
Height = 480
Index = 4
Left = 4515
TabIndex = 17
Top = 2670
Width = 690
End
Begin VB.CommandButton Command2
Caption = "×"
Height = 510
Index = 3
Left = 3510
TabIndex = 16
Top = 2655
Width = 690
End
Begin VB.CommandButton clear
Caption = "清空"
Height = 525
Left = 2490
TabIndex = 15
Top = 4125
Width = 690
End
Begin VB.CommandButton Command1
Caption = "9"
Height = 495
Index = 9
Left = 1470
TabIndex = 14
Top = 4140
Width = 645
End
Begin VB.CommandButton Command1
Caption = "7"
Height = 585
Index = 7
Left = 2460
TabIndex = 13
Top = 3375
Width = 705
End
Begin VB.CommandButton Command1
Caption = "6"
Height = 540
Index = 6
Left = 1470
TabIndex = 12
Top = 3390
Width = 660
End
Begin VB.CommandButton Command1
Caption = "4"
Height = 540
Index = 4
Left = 2475
TabIndex = 11
Top = 2640
Width = 690
End
Begin VB.CommandButton Command1
Caption = "3"
Height = 510
Index = 3
Left = 1470
TabIndex = 10
Top = 2640
Width = 630
End
Begin VB.CommandButton Command1
Caption = "8"
Height = 510
Index = 8
Left = 420
TabIndex = 9
Top = 4125
Width = 690
End
Begin VB.CommandButton Command1
Caption = "5"
Height = 510
Index = 5
Left = 450
TabIndex = 8
Top = 3405
Width = 645
End
Begin VB.CommandButton Command1
Caption = "2"
Height = 510
Index = 2
Left = 465
TabIndex = 7
Top = 2655
Width = 630
End
Begin VB.CommandButton Command2
Caption = "-"
Height = 525
Index = 2
Left = 4545
TabIndex = 6
Top = 1875
Width = 675
End
Begin VB.CommandButton Command2
Caption = "+"
Height = 510
Index = 1
Left = 3525
TabIndex = 5
Top = 1890
Width = 675
End
Begin VB.CommandButton Command3
Caption = "←"
Height = 525
Left = 2475
TabIndex = 4
Top = 1875
Width = 705
End
Begin VB.CommandButton Command1
Caption = "1"
Height = 540
Index = 1
Left = 1470
TabIndex = 3
Top = 1875
Width = 690
End
Begin VB.CommandButton Command1
Caption = "0"
Height = 510
Index = 0
Left = 450
TabIndex = 2
Top = 1890
Width = 690
End
Begin VB.Shape Shape1
BorderColor = &H0080FFFF&
Height = 4650
Left = 135
Top = 150
Width = 5340
End
Begin MSForms.CommandButton CommandButton8
Height = 465
Left = 3570
TabIndex = 1
Top = 1200
Width = 1620
ForeColor = 12582912
VariousPropertyBits= 19
Caption = "調(diào)出系統(tǒng)計(jì)算器"
Size = "2857;820"
FontName = "宋體"
FontHeight = 180
FontCharSet = 134
FontPitchAndFamily= 34
ParagraphAlign = 3
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "在此輸入表達(dá)式,如:10+5-6×3÷2"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800080&
Height = 285
Left = 435
TabIndex = 0
Top = 240
Width = 4590
End
End
Attribute VB_Name = "frmcount"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Width = 5820
Me.Height = 5445
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -