unit1.dfm

来自「delphi 中用于 css 样式表的解析的类」· DFM 代码 · 共 59 行

DFM
59
字号
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 + =
减小字号Ctrl + -
显示快捷键?