📄 saveunit.dfm
字号:
object saveForm: TsaveForm
Left = 192
Top = 103
Width = 131
Height = 209
Caption = '保存进度'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object CheckBox1: TCheckBox
Left = 32
Top = 24
Width = 75
Height = 17
Caption = '牌数状态'
Checked = True
State = cbChecked
TabOrder = 0
end
object CheckBox2: TCheckBox
Left = 32
Top = 64
Width = 75
Height = 17
Caption = '玩家状态'
Checked = True
State = cbChecked
TabOrder = 1
end
object Button1: TButton
Left = 24
Top = 136
Width = 75
Height = 25
Caption = '确定'
TabOrder = 2
OnClick = Button1Click
end
object CheckBox3: TCheckBox
Left = 32
Top = 104
Width = 75
Height = 17
Caption = '桌面状态'
Checked = True
State = cbChecked
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -