📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 4665
ClientLeft = 60
ClientTop = 345
ClientWidth = 6915
LinkTopic = "Form1"
ScaleHeight = 4665
ScaleWidth = 6915
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "高斯正算"
Height = 495
Left = 2280
TabIndex = 3
Top = 600
Width = 1815
End
Begin VB.CommandButton Command5
Caption = "退出"
Height = 495
Left = 2280
TabIndex = 2
Top = 3360
Width = 1815
End
Begin VB.CommandButton Command4
Caption = "高斯反算"
Height = 495
Left = 2280
TabIndex = 1
Top = 1440
Width = 1815
End
Begin VB.CommandButton Command2
Caption = "换带计算"
Height = 495
Left = 2280
TabIndex = 0
Top = 2400
Width = 1815
End
Begin VB.Image Image1
Height = 930
Index = 1
Left = 5400
Stretch = -1 'True
Top = 3240
Width = 975
End
Begin VB.Image Image1
Height = 930
Index = 0
Left = 120
Stretch = -1 'True
Top = 720
Width = 975
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form4.Show
Form4.Text1.SetFocus
End Sub
Private Sub Command2_Click()
Form2.Show
Form2.Text1.SetFocus
End Sub
Private Sub Command4_Click()
Form3.Show
Form3.Text1.SetFocus
End Sub
Private Sub Command5_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -