📄 settings.dfm
字号:
object Form10: TForm10 Left = 310 Top = 288 Width = 382 Height = 213 VertScrollBar.Range = 42 ActiveControl = Button1 Caption = 'Settings' Color = clButton Font.Color = clText Font.Height = 11 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [] ParentFont = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 TextWidth = 5 object Panel1: TPanel Left = 0 Top = 171 Width = 382 Height = 42 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Button1: TButton Left = 256 Top = 8 Width = 121 Height = 33 Caption = '&Close' TabOrder = 0 OnClick = Button1Click end object Button3: TButton Left = 128 Top = 8 Width = 121 Height = 33 Caption = '&Help' TabOrder = 1 OnClick = Button3Click end end object PageControl1: TPageControl Left = 0 Top = 0 Width = 382 Height = 171 ActivePage = TabSheet1 Align = alClient TabOrder = 1 object TabSheet1: TTabSheet Caption = 'General' object Label1: TLabel Left = 8 Top = 16 Width = 281 Height = 13 AutoSize = False Caption = 'Folder for Copyright Profiles:' Font.Color = clText Font.Height = 11 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 8 Top = 32 Width = 281 Height = 13 AutoSize = False Caption = 'undefined' Color = clWhite ParentColor = False end object Label3: TLabel Left = 8 Top = 64 Width = 281 Height = 13 AutoSize = False Caption = 'Language:' Font.Color = clText Font.Height = 11 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 8 Top = 184 Width = 1 Height = 13 end object Label5: TLabel Left = 8 Top = 112 Width = 361 Height = 13 AutoSize = False Caption = 'Language will be changed after restarting!' end object Button2: TButton Left = 296 Top = 24 Width = 75 Height = 25 Caption = '&Select ...' TabOrder = 0 OnClick = Button2Click end object ComboBox1: TComboBox Left = 8 Top = 80 Width = 217 Height = 21 Style = csDropDownList ItemHeight = 15 Items.Strings = ( 'english' 'deutsch') TabOrder = 6 end end endend
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -