📄 fthemes.dfm
字号:
object frmThemeConfig: TfrmThemeConfig
Left = 516
Top = 319
BorderStyle = bsDialog
Caption = 'Themes'
ClientHeight = 320
ClientWidth = 472
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnHide = FormHide
OnShortCut = FormShortCut
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object cmdOK: TButton
Left = 8
Top = 288
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 0
OnClick = cmdOKClick
end
object cmdCancel: TButton
Left = 96
Top = 288
Width = 75
Height = 25
Caption = '&Cancel'
TabOrder = 1
OnClick = cmdCancelClick
end
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 457
Height = 57
Caption = '&Menu && toolbar theme'
TabOrder = 2
object cmboxMenuThemes: TComboBox
Left = 8
Top = 20
Width = 441
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnClick = cmboxMenuThemesClick
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 80
Width = 457
Height = 195
Caption = '&Toolbar Iconset'
TabOrder = 3
object Label2: TLabel
Left = 8
Top = 48
Width = 34
Height = 13
Caption = 'Author:'
Transparent = True
end
object Label1: TLabel
Left = 8
Top = 64
Width = 87
Height = 13
Caption = 'Author homepage:'
Transparent = True
end
object Label3: TLabel
Left = 8
Top = 80
Width = 79
Height = 13
Caption = 'Program version:'
Transparent = True
end
object Label4: TLabel
Left = 8
Top = 96
Width = 47
Height = 13
Caption = 'Comment:'
Transparent = True
end
object lblAuthor: TLabel
Left = 140
Top = 48
Width = 310
Height = 13
Cursor = crHandPoint
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clHighlight
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
Transparent = True
OnClick = lblAuthorClick
end
object lblHome: TLabel
Left = 140
Top = 64
Width = 310
Height = 13
AutoSize = False
Transparent = True
end
object lblProgramVersion: TLabel
Left = 140
Top = 80
Width = 310
Height = 13
AutoSize = False
Transparent = True
end
object lblComment: TLabel
Left = 140
Top = 96
Width = 310
Height = 33
AutoSize = False
Transparent = True
WordWrap = True
end
object img: TImage
Left = 8
Top = 136
Width = 440
Height = 50
end
object cmboxThemeList: TComboBox
Left = 8
Top = 20
Width = 297
Height = 21
Style = csDropDownList
ItemHeight = 13
Sorted = True
TabOrder = 0
OnChange = cmboxThemeListChange
end
object cmboxSize: TComboBox
Left = 320
Top = 20
Width = 129
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
end
end
object cmdPreview: TButton
Left = 390
Top = 288
Width = 75
Height = 25
Caption = '&Preview'
TabOrder = 4
OnClick = cmdPreviewClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -