📄 unit1.dfm
字号:
object Form1: TForm1
Left = 234
Top = 189
Width = 696
Height = 480
Caption = 'Example of TXMLParser'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Shell Dlg 2'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 688
Height = 21
AutoSize = True
ButtonHeight = 21
ButtonWidth = 33
Caption = 'ToolBar1'
EdgeBorders = []
Flat = True
ShowCaptions = True
TabOrder = 0
object ToolButton1: TToolButton
Left = 0
Top = 0
Caption = 'Open'
ImageIndex = 0
OnClick = ToolButton1Click
end
end
object TreeView1: TTreeView
Left = 0
Top = 21
Width = 688
Height = 432
Align = alClient
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier'
Font.Style = []
Indent = 19
ParentFont = False
TabOrder = 1
end
object OpenDialog1: TOpenDialog
DefaultExt = '*.css'
Filter = 'CSS (*.css)|*.css|All Files|*.*'
Left = 56
Top = 24
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -