📄 coverter.dfm
字号:
object FConverter: TFConverter
Left = 158
Top = 101
Width = 420
Height = 466
Caption = 'Conversion Tester'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ConvFamilies: TspSkinTabControl
Left = 0
Top = 0
Width = 412
Height = 420
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clBtnText
Font.Height = 14
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 0
Tabs.Strings = (
'Testing')
TabIndex = 0
OnChange = ConvFamiliesChange
TabsBGTransparent = False
DefaultFont.Charset = DEFAULT_CHARSET
DefaultFont.Color = clBtnText
DefaultFont.Height = 14
DefaultFont.Name = 'Arial'
DefaultFont.Style = []
UseSkinFont = True
DefaultItemHeight = 20
SkinData = Form1.spSkinData1
SkinDataName = 'tab'
object ConvTypes: TListBox
Left = 12
Top = 30
Width = 177
Height = 372
Anchors = [akLeft, akTop, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = 14
Font.Name = 'Arial'
Font.Style = []
ItemHeight = 14
ParentFont = False
Sorted = True
TabOrder = 0
OnClick = ConvTypesClick
end
object ConvValueIncDec: TUpDown
Left = 377
Top = 32
Width = 16
Height = 22
Anchors = [akTop, akRight]
Associate = ConvValue
Min = -32000
Max = 32000
Position = 1
TabOrder = 2
Thousands = False
Wrap = False
end
object ConvResults: TListBox
Left = 200
Top = 56
Width = 196
Height = 348
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = 14
Font.Name = 'Arial'
Font.Style = []
ItemHeight = 14
ParentFont = False
TabOrder = 3
OnDblClick = ConvResultsDblClick
end
object ConvValue: TEdit
Left = 200
Top = 32
Width = 177
Height = 22
Anchors = [akLeft, akTop, akRight]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = 14
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 1
Text = '1'
OnChange = ConvValueChange
end
end
object StatusBar1: TStatusBar
Left = 0
Top = 420
Width = 412
Height = 19
Panels = <
item
Width = 50
end>
SimplePanel = False
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -