📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form 遥控画面
Caption = "遥控"
ClientHeight = 4065
ClientLeft = 60
ClientTop = 450
ClientWidth = 11115
LinkTopic = "Form2"
ScaleHeight = 4065
ScaleWidth = 11115
StartUpPosition = 3 '窗口缺省
Begin VB.ComboBox Combo3
Height = 300
Left = 6240
TabIndex = 2
Text = "Combo3"
Top = 1440
Width = 2115
End
Begin VB.ComboBox Combo2
Height = 300
Left = 3960
TabIndex = 1
Text = "Combo2"
Top = 1440
Width = 1515
End
Begin VB.ComboBox Combo1
Height = 300
Left = 1380
TabIndex = 0
Text = "Combo1"
Top = 1440
Width = 2055
End
End
Attribute VB_Name = "遥控画面"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -