📄 usettingsform.dfm
字号:
object SettingsForm: TSettingsForm
Left = 206
Top = 110
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Settings'
ClientHeight = 231
ClientWidth = 338
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
DesignSize = (
338
231)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 13
Top = 83
Width = 141
Height = 13
Caption = 'Save changed diagram layout'
end
object Label2: TLabel
Left = 14
Top = 152
Width = 132
Height = 13
Caption = 'Default diagram visibilty filter'
end
object OkButton: TButton
Left = 175
Top = 199
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
TabOrder = 0
OnClick = OkButtonClick
end
object ShellCheck: TCheckBox
Left = 13
Top = 16
Width = 255
Height = 17
Caption = 'Shortcut on contextmenu for sourcefiles'
TabOrder = 1
OnClick = ShellCheckClick
end
object DelphiIDECheck: TCheckBox
Left = 13
Top = 41
Width = 222
Height = 17
Caption = 'Shortcut on Tools menu in Delphi IDE'
TabOrder = 2
OnClick = DelphiIDECheckClick
end
object DiSaveCombo: TComboBox
Left = 163
Top = 81
Width = 70
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
Items.Strings = (
'always'
'ask'
'never')
end
object Button2: TButton
Left = 257
Top = 199
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object ShowAssocCheck: TCheckBox
Left = 13
Top = 120
Width = 249
Height = 17
Caption = 'Show associations in diagrams as default'
TabOrder = 5
end
object VisibilityCombo: TComboBox
Left = 156
Top = 148
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 6
TabStop = False
Items.Strings = (
'Show all members'
'Hide private'
'Hide private + protected'
'Hide all members')
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -