📄 unit1.dfm
字号:
object Form1: TForm1
Left = 179
Top = 169
Width = 468
Height = 348
Caption = 'Treeview'
Color = clBackground
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object TreeView1: TTreeView
Left = 16
Top = 32
Width = 241
Height = 249
HideSelection = False
Indent = 19
TabOrder = 0
end
object Button1: TButton
Left = 304
Top = 56
Width = 97
Height = 25
Caption = #26032#22686#20844#21496
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 304
Top = 104
Width = 97
Height = 25
Caption = #26032#22686#37096#38376
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 304
Top = 198
Width = 97
Height = 25
Caption = #21024#38500
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 304
Top = 152
Width = 97
Height = 25
Caption = #32534#36753
TabOrder = 4
OnClick = Button4Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -