?? form1.frm
字號:
VERSION 5.00
Begin VB.Form Form1
Caption = "Calculator"
ClientHeight = 3225
ClientLeft = 1140
ClientTop = 1515
ClientWidth = 4095
KeyPreview = -1 'True
LinkTopic = "Form1"
PaletteMode = 1 'UseZOrder
ScaleHeight = 3225
ScaleWidth = 4095
Begin VB.Timer tmrUnflash
Enabled = 0 'False
Interval = 1000
Left = 2760
Top = 240
End
Begin VB.CommandButton cmdPlusMinus
Caption = "+/-"
BeginProperty Font
Name = "Courier New"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 240
TabIndex = 19
Top = 2520
Width = 615
End
Begin VB.CommandButton cmdDecimal
Caption = "."
BeginProperty Font
Name = "Courier New"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1680
TabIndex = 18
Top = 2520
Width = 615
End
Begin VB.CommandButton cmdClearEntry
Caption = "CE"
BeginProperty Font
Name = "Courier New"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3240
TabIndex = 17
Top = 720
Width = 615
End
Begin VB.CommandButton cmdClear
Caption = "C"
BeginProperty Font
Name = "Courier New"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3240
TabIndex = 16
Top = 1320
Width = 615
End
Begin VB.CommandButton cmdOperator
Caption = "/"
BeginProperty Font
Name = "Courier New"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 4
Left = 2520
TabIndex = 15
Top = 2520
Width = 615
End
Begin VB.CommandButton cmdEquals
Caption = "="
BeginProperty Font
Name = "Courier New"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3240
TabIndex = 14
Top = 2520
Width = 615
End
Begin VB.CommandButton cmdOperator
Caption = "-"
BeginProperty Font
Name = "Courier New"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 2
Left = 2520
TabIndex = 13
Top = 1320
Width = 615
End
Begin VB.CommandButton cmdOperator
Caption = "+"
BeginProperty Font
Name = "Courier New"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 1
Left = 2520
TabIndex = 12
Top = 720
Width = 615
End
Begin VB.CommandButton cmdOperator
Caption = "x"
BeginProperty Font
Name = "Courier New"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 3
Left = 2520
TabIndex = 11
Top = 1920
Width = 615
End
Begin VB.CommandButton cmdNumber
Caption = "9"
BeginProperty Font
Name = "Courier New"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 9
Left = 1680
TabIndex = 10
Top = 1920
Width = 615
End
Begin VB.CommandButton cmdNumber
Caption = "8"
BeginProperty Font
Name = "Courier New"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 8
Left = 960
TabIndex = 9
Top = 1920
Width = 615
End
Begin VB.CommandButton cmdNumber
Caption = "7"
BeginProperty Font
Name = "Courier New"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 7
Left = 240
TabIndex = 8
Top = 1920
Width = 615
End
Begin VB.CommandButton cmdNumber
Caption = "6"
BeginProperty Font
Name = "Courier New"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 6
Left = 1680
TabIndex = 7
Top = 1320
Width = 615
End
Begin VB.CommandButton cmdNumber
Caption = "5"
BeginProperty Font
Name = "Courier New"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 5
Left = 960
TabIndex = 6
Top = 1320
Width = 615
End
Begin VB.CommandButton cmdNumber
Caption = "4"
BeginProperty Font
Name = "Courier New"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 4
Left = 240
TabIndex = 5
Top = 1320
Width = 615
End
Begin VB.CommandButton cmdNumber
Caption = "3"
BeginProperty Font
Name = "Courier New"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 3
Left = 1680
TabIndex = 4
Top = 720
Width = 615
End
Begin VB.CommandButton cmdNumber
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -