【VB开源代码栏目提醒】:文章导读:在新的一年中,各位网友都进入紧张的学习或是工作阶段。网学会员整理了VB开源代码-Anical1.frm的相关内容供大家参考,祝大家在新的一年里工作和学习顺利!
VERSION 5.00
Begin VB.Form standard
BorderStyle = 1 'Fixed Single
Caption = "标准计算器"
ClientHeight = 3510
ClientLeft = 1650
ClientTop = 1950
ClientWidth = 3930
ForeColor = &H00000000&
Icon = "Anical1.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
PaletteMode = 1 'UseZOrder
ScaleHeight = 3510
ScaleWidth = 3930
Begin VB.OptionButton Option1
BackColor = &H00C0C0C0&
Caption = "科学计算器"
Height = 255
Left = 2460
TabIndex = 20
Top = 240
Width = 1215
End
Begin VB.Frame Frame1
BackColor = &H00C0C0C0&
Caption = "Anil's STANDARD"
Height = 2775
Left = 120
TabIndex = 0
Top = 600
Width = 3255
Begin VB.CommandButton Command5
Caption = "&Exit"
BeginProperty Font
Name = "System"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 2520
TabIndex = 19
Top = 2040
Width = 615
End
Begin VB.CommandButton Command4
Caption = "CE"
Height = 615
Left = 2520
TabIndex = 18
Top = 240
Width = 615
End
Begin VB.CommandButton Command3
Caption = "C"
Height = 615
Left = 1920
TabIndex = 17
Top = 240
Width = 615
End
Begin VB.CommandButton Command2
Caption = "="
Height = 615
Index = 4
Left = 1320
TabIndex = 16
Top = 2040
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "*"
Height = 615
Index = 3
Left = 2520
TabIndex = 15
Top = 1440
Width = 615
End
Begin VB.CommandButton Command2
Caption = "/"
Height = 615
Index = 2
Left = 1920
TabIndex = 14
Top = 1440
Width = 615
End
Begin VB.CommandButton Command2
Caption = "--"
Height = 615
Index = 1
Left = 2520
TabIndex = 13
Top = 840
Width = 615
End
Begin VB.CommandButton Command2
Caption = "+"
Height = 615
Index = 0
Left = 1920
TabIndex = 12
Top = 840
Width = 615
End
Begin VB.CommandButton Command1
Caption = "."
Height = 615
Index = 10
Left = 720
TabIndex = 11
Top = 2040
Width = 615
End
Begin VB.CommandButton Command1
Caption = "9"
Height = 615
Index = 9
Left = 1320
TabIndex = 10
Top = 1440
Width = 615
End
Begin VB.CommandButton Command1
Caption = "8"
Height = 615
Index = 8
Left = 720
TabIndex = 9
Top = 1440
Width = 615
End
Begin VB.CommandButton Command1
Caption = "7"
Height = 615
Index = 7
Left = 120
TabIndex = 8
Top = 1440
Width = 615
End
Begin VB.CommandButton Command1
Caption = "6"
Height = 615
Index = 6
Left = 1320
TabIndex = 7
Top = 840
Width = 615
End
Begin VB.CommandButton Command1
Caption = "5"
Height = 615
Index = 5
Left = 720
TabIndex = 6
Top = 840
Width = 615
End
Begin VB.CommandButton Command1
Caption = "4"
Height = 615
Index = 4
Left = 120
TabIndex = 5
Top = 840
Width = 615
End
Begin VB.CommandButton Command1
Caption = "3"
Height = 615
Index = 3
Left = 1320
TabIndex = 4
Top = 240
Width = 615
End
Begin VB.CommandButton Command1
Caption = "2"
Height = 615
Index = 2
Left = 720
TabIndex = 3
Top = 240
Width = 615
End
Begin VB.CommandButton Command1
Caption = "1"
Height = 615
Index = 1
Left = 120
TabIndex = 2
Top = 240
Width = 615
End
Begin VB.CommandButton Command1
Caption = "0"
Height = 615
Index = 0
Left = 120
TabIndex = 1
Top = 2040
Width = 615
End
End
Begin VB.Label text1
Alignment = 1 'Right Justify
BackColor = &H00000000&
BorderStyle = 1 'Fixed Single
Caption = "0."
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FF00&
Height = 315
Left = 120
TabIndex = 21
Top = 180
Width = 2295
End
Begin VB.Menu edit
Caption = "编辑"
Begin VB.Menu ecut
Caption = "C&ut"
Shortcut = ^X
End
Begin VB.Menu ecopy
Caption = "&Copy"
Shortcut = ^C
End
Begin VB.Menu epaste
Caption = "&Paste"
Shortcut = ^V
End
Begin VB.Menu sep2
Caption = "-"
End
Begin VB.Menu eselectall
Caption = "&Select All"
Shortcut = ^A
End
Begin VB.Menu sep3
Caption = "-"
End
Begin VB.Me