📄 sfontdialog.dfm
字号:
object FormFont: TFormFont
Left = 310
Top = 211
BorderStyle = bsDialog
Caption = 'Font'
ClientHeight = 296
ClientWidth = 422
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Scaled = False
PixelsPerInch = 96
TextHeight = 13
object sEdit1: TsEdit
Left = 16
Top = 28
Width = 136
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
SkinData.SkinSection = 'EDIT'
BoundLabel.Active = True
BoundLabel.Caption = 'Font :'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclTopLeft
BoundLabel.MaxWidth = 0
end
object sEdit2: TsEdit
Left = 160
Top = 28
Width = 113
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
SkinData.SkinSection = 'EDIT'
BoundLabel.Active = True
BoundLabel.Caption = 'Style :'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclTopLeft
BoundLabel.MaxWidth = 0
end
object sEdit3: TsEdit
Left = 160
Top = 148
Width = 57
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
SkinData.SkinSection = 'EDIT'
BoundLabel.Active = True
BoundLabel.Caption = 'Size :'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclTopLeft
BoundLabel.MaxWidth = 0
end
object sBitBtn1: TsBitBtn
Left = 237
Top = 252
Width = 79
Height = 29
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 3
SkinData.SkinSection = 'BUTTON'
ShowFocus = False
end
object sBitBtn2: TsBitBtn
Left = 321
Top = 252
Width = 79
Height = 29
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
SkinData.SkinSection = 'BUTTON'
ShowFocus = False
end
object sFontListBox1: TsFontListBox
Left = 16
Top = 50
Width = 136
Height = 202
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
SkinData.SkinSection = 'EDIT'
ItemHeight = 14
Sorted = True
Style = lbOwnerDrawFixed
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = sFontListBox1Click
end
object sListBox1: TsListBox
Left = 160
Top = 50
Width = 113
Height = 81
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
SkinData.SkinSection = 'EDIT'
ItemHeight = 16
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 6
end
object sListBox2: TsListBox
Left = 160
Top = 170
Width = 57
Height = 82
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
SkinData.SkinSection = 'EDIT'
ItemHeight = 16
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 7
end
object sGroupBox1: TsGroupBox
Left = 280
Top = 22
Width = 125
Height = 111
Caption = 'Kind :'
TabOrder = 8
SkinData.SkinSection = 'GROUPBOX'
object sCheckBox1: TsCheckBox
Left = 20
Top = 20
Width = 66
Height = 19
Caption = 'StrikeOut'
TabOrder = 0
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object sCheckBox2: TsCheckBox
Left = 20
Top = 39
Width = 67
Height = 19
Caption = 'Underline'
TabOrder = 1
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object sColorBox1: TsColorBox
Left = 12
Top = 76
Width = 105
Height = 22
BoundLabel.Active = True
BoundLabel.Caption = 'Color :'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclTopLeft
BoundLabel.MaxWidth = 0
Style = [cbStandardColors, cbCustomColor, cbPrettyNames]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
OnChange = sColorBox1Change
SkinData.SkinSection = 'COMBOBOX'
end
end
object sGroupBox2: TsGroupBox
Left = 225
Top = 141
Width = 180
Height = 96
Caption = 'Preview :'
TabOrder = 10
SkinData.SkinSection = 'GROUPBOX'
object sPanel1: TsPanel
Left = 11
Top = 24
Width = 158
Height = 61
Caption = 'AaBb玲贼'
TabOrder = 0
SkinData.CustomFont = True
SkinData.SkinSection = 'PANEL_LOW'
end
end
object sComboBox1: TsComboBox
Left = 60
Top = 259
Width = 157
Height = 21
Alignment = taLeftJustify
BoundLabel.Active = True
BoundLabel.Caption = 'Charset'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
SkinData.SkinSection = 'COMBOBOX'
Style = csDropDownList
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 13
ItemIndex = -1
ParentFont = False
TabOrder = 9
end
object sSkinProvider1: TsSkinProvider
CaptionAlignment = taCenter
SkinData.SkinSection = 'DIALOG'
MakeSkinMenu = False
TitleButtons = <>
Left = 112
Top = 4
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -