📄 例[6-9].frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "例[6-9] 复选框属性设置示例"
ClientHeight = 2445
ClientLeft = 60
ClientTop = 345
ClientWidth = 3675
LinkTopic = "Form1"
ScaleHeight = 2445
ScaleWidth = 3675
StartUpPosition = 3 '窗口缺省
Begin VB.CheckBox Check4
Caption = "深圳"
Enabled = 0 'False
Height = 375
Left = 1080
TabIndex = 3
Top = 1680
Width = 1455
End
Begin VB.CheckBox Check3
Caption = "广州"
Height = 375
Left = 1080
TabIndex = 2
Top = 1200
Value = 2 'Grayed
Width = 1455
End
Begin VB.CheckBox Check2
Caption = "上海"
Height = 375
Left = 1080
TabIndex = 1
Top = 720
Width = 1455
End
Begin VB.CheckBox Check1
Caption = "北京"
Height = 375
Left = 1080
TabIndex = 0
Top = 240
Value = 1 'Checked
Width = 1455
End
End
Attribute VB_Name = "Form1"
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 + -