📄 main.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "菜单"
ClientHeight = 4935
ClientLeft = 60
ClientTop = 450
ClientWidth = 1830
LinkTopic = "Form2"
ScaleHeight = 4935
ScaleWidth = 1830
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "退出"
Height = 495
Left = 360
TabIndex = 2
Top = 2640
Width = 1095
End
Begin VB.CommandButton Command2
Caption = "数据查询"
Height = 615
Left = 360
TabIndex = 1
Top = 1800
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "数据维护"
Height = 615
Left = 360
TabIndex = 0
Top = 960
Width = 1095
End
Begin VB.Label Label4
Caption = "TEL:818"
Height = 255
Left = 240
TabIndex = 6
Top = 4440
Width = 1455
End
Begin VB.Label Label3
Caption = "科达公司电脑部"
Height = 255
Left = 240
TabIndex = 5
Top = 3960
Width = 1335
End
Begin VB.Label Label2
Caption = "程序编写:"
Height = 255
Left = 120
TabIndex = 4
Top = 3600
Width = 975
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "科达机电设备公司"
Height = 375
Left = 120
TabIndex = 3
Top = 240
Width = 1575
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form3.Show
Unload Me
End Sub
Private Sub Command2_Click()
frmfind.Show
Unload Me
End Sub
Private Sub Command3_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -