📄 unitconverter.dfm
字号:
object Form1: TForm1
Left = 292
Top = 142
Width = 428
Height = 360
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Custom Converter'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel2: TPanel
Left = 0
Top = 0
Width = 420
Height = 326
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
object Panel4: TPanel
Left = 1
Top = 1
Width = 418
Height = 324
Align = alClient
TabOrder = 0
object ToolBar3: TToolBar
Left = 1
Top = 1
Width = 416
Height = 26
AutoSize = True
Caption = 'ToolBar1'
Images = ImageList1
TabOrder = 0
object cbCat: TComboBox
Left = 0
Top = 2
Width = 145
Height = 21
Hint = 'Select Category'
Style = csDropDownList
ItemHeight = 13
ParentShowHint = False
ShowHint = True
Sorted = True
TabOrder = 0
OnSelect = cbCatSelect
end
object tbInv: TToolButton
Left = 145
Top = 2
Hint = 'Invert Function'
Caption = 'Inv'
ImageIndex = 9
ParentShowHint = False
ShowHint = True
OnClick = tbInvClick
end
object ToolButton4: TToolButton
Left = 168
Top = 2
Hint = 'Show Search Box'
Caption = 'ToolButton4'
ImageIndex = 18
ParentShowHint = False
ShowHint = True
OnClick = ToolButton4Click
end
object ToolButton7: TToolButton
Left = 191
Top = 2
Hint = 'Show Add Functions Panel'
Caption = 'ToolButton1'
ImageIndex = 0
ParentShowHint = False
ShowHint = True
OnClick = ToolButton7Click
end
object ToolButton6: TToolButton
Left = 214
Top = 2
Hint = 'About'
Caption = 'ToolButton6'
ImageIndex = 20
ParentShowHint = False
ShowHint = True
OnClick = ToolButton6Click
end
object ToolButton1: TToolButton
Left = 237
Top = 2
Width = 17
Caption = 'ToolButton1'
ImageIndex = 8
Style = tbsSeparator
end
object ToolButton2: TToolButton
Left = 254
Top = 2
Hint = 'Exit'
Caption = 'ToolButton2'
ImageIndex = 6
ParentShowHint = False
ShowHint = True
OnClick = ToolButton2Click
end
end
object Panel1: TPanel
Left = 1
Top = 270
Width = 416
Height = 53
Align = alBottom
BevelInner = bvLowered
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = 14
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
DesignSize = (
416
53)
object L1: TLabel
Left = 10
Top = 6
Width = 184
Height = 14
AutoSize = False
Caption = '=='
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object L2: TLabel
Left = 240
Top = 6
Width = 167
Height = 14
AutoSize = False
Caption = '=='
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object bCalc: TSpeedButton
Left = 186
Top = 23
Width = 48
Height = 21
Hint = 'Calc result'
Glyph.Data = {
36030000424D3603000000000000360000002800000010000000100000000100
1800000000000003000000000000000000000000000000000000FFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFBFBFBFBFBFBFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F7F7F00BF00BFBFBFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFF7F7F7F00FF0000BF00BFBFBFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F7F7F00FF0000FF0000BF
00BFBFBFFFFFFFFFFFFF7F7F7F007F00007F00007F00007F00007F00007F0000
7F00007F00007F0000FF0000FF0000FF0000BF00BFBFBFFFFFFF7F7F7F00FF00
00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
0000FF0000BF00BFBFBF7F7F7F00FF0000FF0000FF0000FF0000FF0000FF0000
FF0000FF0000FF0000FF0000FF0000FF0000FF003F7F3FFFFFFF7F7F7F007F00
007F00007F00007F00007F00007F00007F00007F00007F0000FF0000FF0000FF
003F7F3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFF7F7F7F00FF0000FF003F7F3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F7F7F00FF003F7F3FFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFF7F7F7F3F7F3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
ParentShowHint = False
ShowHint = True
OnClick = bCalcClick
end
object Label4: TLabel
Left = 200
Top = 6
Width = 12
Height = 13
Caption = 'To'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object ev1: TEdit
Left = 10
Top = 22
Width = 150
Height = 21
Hint = 'Input'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
Text = '1'
end
object ev2: TEdit
Left = 240
Top = 22
Width = 150
Height = 21
Hint = 'Result'
Anchors = [akLeft, akTop, akRight]
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -