📄 tpreferencesfrmunit.dfm
字号:
object PreferencesFrm: TPreferencesFrm
Left = 382
Top = 127
BorderStyle = bsDialog
Caption = 'BorCVS Preferences'
ClientHeight = 310
ClientWidth = 358
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object PCvsBinaryGrp: TGroupBox
Left = 13
Top = 3
Width = 332
Height = 76
Caption = ' CVS binary: '
TabOrder = 0
object PBinary: TEdit
Left = 13
Top = 20
Width = 274
Height = 21
TabOrder = 0
end
object PBinaryBtn: TButton
Left = 293
Top = 20
Width = 26
Height = 19
Caption = '...'
TabOrder = 1
OnClick = PBinaryBtnClick
end
object PNtCvs: TCheckBox
Left = 13
Top = 48
Width = 300
Height = 17
Caption = 'Is NT CVS (http://www.cvsnt.org)'
TabOrder = 2
end
end
object PGlobalOptionsGrp: TGroupBox
Left = 13
Top = 89
Width = 332
Height = 78
Caption = ' Global options: '
TabOrder = 1
object PIgnoreCvsrc: TCheckBox
Left = 13
Top = 39
Width = 98
Height = 14
Caption = 'ignore .cvsrc (-f)'
TabOrder = 0
end
object PNoChange: TCheckBox
Left = 13
Top = 20
Width = 287
Height = 13
Caption = 'Put CVS into Demo mode (don'#39't change any files) (-n)'
TabOrder = 1
end
object PPruneDir: TCheckBox
Left = 13
Top = 59
Width = 202
Height = 13
Caption = 'Prune (remove) empty directories (-P)'
TabOrder = 2
end
end
object POkBtn: TButton
Left = 159
Top = 280
Width = 88
Height = 23
Caption = 'OK'
Default = True
TabOrder = 2
OnClick = POkBtnClick
end
object PCancelBtn: TButton
Left = 257
Top = 280
Width = 88
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object GroupBox1: TGroupBox
Left = 13
Top = 175
Width = 332
Height = 91
Caption = ' BorCVS options: '
TabOrder = 4
object Label1: TLabel
Left = 13
Top = 40
Width = 84
Height = 13
Caption = 'Log responses to:'
end
object PAutoSaveAll: TCheckBox
Left = 13
Top = 20
Width = 306
Height = 13
Caption = 'automatically save all files before any BorCVS action'
TabOrder = 0
end
object PLogFile: TEdit
Left = 13
Top = 55
Width = 274
Height = 21
TabOrder = 1
end
object PLogFileBtn: TButton
Left = 293
Top = 55
Width = 26
Height = 19
Caption = '...'
TabOrder = 2
OnClick = PLogFileBtnClick
end
end
object PBinaryDlg: TOpenDialog
DefaultExt = 'exe'
FileName = 'cvs.exe'
Filter = 'CVS application (cvs.exe)|cvs.exe|All files (*.*)|*.*'
Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
Title = 'Select CVS binary'
Left = 287
Top = 51
end
object PLogFileDlg: TSaveDialog
Filter = 'log files ( *.log)|*.log|all files|*.*'
Options = []
Left = 285
Top = 150
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -