unit1.dfm

来自「Delphi7应用编程150例 附书源码」· DFM 代码 · 共 31 行

DFM
31
字号
object Form1: TForm1
  Left = 135
  Top = 136
  Width = 258
  Height = 133
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object TreeView1: TTreeView
    Left = 8
    Top = 8
    Width = 225
    Height = 89
    Indent = 19
    TabOrder = 0
    OnCustomDrawItem = TreeView1CustomDrawItem
    Items.Data = {
      030000001C0000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
      035265641D0000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
      04426C75651E0000000000000000000000FFFFFFFFFFFFFFFF00000000000000
      0005477265656E}
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?