?? 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 + -