📄 systemdisgnunit.dfm
字号:
object fmSystemDisgn: TfmSystemDisgn
Left = 223
Top = 113
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = '系统设置'
ClientHeight = 208
ClientWidth = 393
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '新宋体'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 36
Top = 162
Width = 18
Height = 12
Caption = '每 '
end
object Label2: TLabel
Left = 163
Top = 162
Width = 120
Height = 12
Caption = '笔更新记录自动保存。'
end
object Label3: TLabel
Left = 281
Top = 162
Width = 72
Height = 12
Caption = '(10-1000) '
end
object GroupBox1: TGroupBox
Left = 35
Top = 20
Width = 209
Height = 113
Caption = '系统设置选项'
TabOrder = 0
object CheckBox1: TCheckBox
Left = 24
Top = 28
Width = 121
Height = 17
Caption = '自动保存更新记录 '
TabOrder = 0
end
object CheckBox2: TCheckBox
Left = 24
Top = 52
Width = 129
Height = 17
Caption = '自动保存登陆时间'
TabOrder = 1
end
object CheckBox3: TCheckBox
Left = 24
Top = 76
Width = 169
Height = 17
Caption = '程序启动时强制口令检查 '
TabOrder = 2
end
end
object Button1: TButton
Left = 275
Top = 28
Width = 75
Height = 33
Caption = '确定'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 275
Top = 76
Width = 75
Height = 33
Caption = '取消'
TabOrder = 2
OnClick = Button2Click
end
object edtRecordCount: TEdit
Left = 59
Top = 156
Width = 81
Height = 20
ReadOnly = True
TabOrder = 3
Text = '100'
end
object UpDown1: TUpDown
Left = 139
Top = 155
Width = 16
Height = 22
Min = 10
Max = 1000
Position = 100
TabOrder = 4
Wrap = False
OnChanging = UpDown1Changing
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -