📄 会议团体set.frm
字号:
VERSION 5.00
Begin VB.Form 设置会议团体
BorderStyle = 1 'Fixed Single
Caption = "设置会议团体"
ClientHeight = 5265
ClientLeft = 45
ClientTop = 330
ClientWidth = 4920
LinkTopic = "Form2"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5265
ScaleWidth = 4920
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "取消"
Height = 315
Left = 2985
TabIndex = 1
Top = 4590
Width = 1050
End
Begin VB.CommandButton Command1
Caption = "保存"
Height = 315
Left = 795
TabIndex = 0
Top = 4590
Width = 1050
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 + -