This commit is contained in:
2023-10-12 23:53:19 +08:00
commit f329cbf00c
3 changed files with 123 additions and 0 deletions

90
Form1.frm Normal file
View File

@@ -0,0 +1,90 @@
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 4365
ClientLeft = 120
ClientTop = 465
ClientWidth = 8565
LinkTopic = "Form1"
ScaleHeight = 4365
ScaleWidth = 8565
StartUpPosition = 3 '<27><><EFBFBD><EFBFBD>ȱʡ
Begin VB.TextBox Text3
Height = 375
Left = 4920
TabIndex = 7
Text = "Text3"
Top = 720
Width = 855
End
Begin VB.TextBox Text2
Height = 495
Left = 2640
TabIndex = 4
Text = "Text2"
Top = 600
Width = 855
End
Begin VB.TextBox Text1
Height = 495
Left = 840
TabIndex = 3
Text = "Text1"
Top = 600
Width = 855
End
Begin VB.CommandButton Command3
Caption = "<22>˳<EFBFBD>(&Q)"
Height = 615
Left = 6120
TabIndex = 2
Top = 2280
Width = 1575
End
Begin VB.CommandButton Command2
Caption = "<22><><EFBFBD><EFBFBD>"
Height = 615
Left = 3360
TabIndex = 1
Top = 2280
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "<22><><EFBFBD><EFBFBD>"
Height = 615
Left = 600
TabIndex = 0
Top = 2280
Width = 1575
End
Begin VB.Label Label2
Caption = "="
Height = 255
Left = 3840
TabIndex = 6
Top = 720
Width = 495
End
Begin VB.Label Label1
Caption = "+"
BeginProperty Font
Name = "<22><><EFBFBD><EFBFBD>"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 2040
TabIndex = 5
Top = 720
Width = 375
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False