📄 unit1.dfm
字号:
object Form1: TForm1
Left = 254
Top = 119
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'Arial'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 16
object Splitter1: TSplitter
Left = 145
Top = 0
Width = 8
Height = 437
Cursor = crHSplit
end
object TreeView1: TTreeView
Left = 0
Top = 0
Width = 145
Height = 437
Align = alLeft
Constraints.MinWidth = 1
Indent = 19
TabOrder = 0
OnChange = TreeView1Change
OnExpanding = TreeView1Expanding
end
object ListView1: TListView
Left = 153
Top = 0
Width = 535
Height = 437
Align = alClient
Columns = <
item
Caption = 'key'
Width = 200
end
item
Caption = 'value'
Width = 400
end>
Constraints.MinWidth = 1
GridLines = True
TabOrder = 1
ViewStyle = vsReport
end
object ProgressBar1: TProgressBar
Left = 0
Top = 437
Width = 688
Height = 16
Align = alBottom
Min = 0
Max = 100
Position = 50
Smooth = True
Step = 1
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -