⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.~dfm

📁 罗小平<<delphi精要>>一书源码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 697
  Height = 482
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 24
    Width = 54
    Height = 13
    Caption = 'TObjectList'
  end
  object Label2: TLabel
    Left = 184
    Top = 24
    Width = 77
    Height = 13
    Caption = 'TComponentList'
  end
  object Label3: TLabel
    Left = 336
    Top = 24
    Width = 66
    Height = 13
    Caption = 'TObjectStack'
  end
  object Label4: TLabel
    Left = 472
    Top = 24
    Width = 70
    Height = 13
    Caption = 'TObjectQueue'
  end
  object Button1: TButton
    Left = 40
    Top = 368
    Width = 75
    Height = 25
    Caption = 'TObjectList'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 184
    Top = 368
    Width = 89
    Height = 25
    Caption = 'TComponentList'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 328
    Top = 368
    Width = 75
    Height = 25
    Caption = 'TObjectStack'
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 472
    Top = 368
    Width = 75
    Height = 25
    Caption = 'TObjectQueue'
    TabOrder = 3
    OnClick = Button4Click
  end
  object ListBox1: TListBox
    Left = 16
    Top = 48
    Width = 121
    Height = 233
    ItemHeight = 13
    TabOrder = 4
  end
  object ListBox2: TListBox
    Left = 160
    Top = 48
    Width = 121
    Height = 233
    ItemHeight = 13
    TabOrder = 5
  end
  object ListBox3: TListBox
    Left = 304
    Top = 48
    Width = 121
    Height = 233
    ItemHeight = 13
    TabOrder = 6
  end
  object ListBox4: TListBox
    Left = 448
    Top = 48
    Width = 121
    Height = 233
    ItemHeight = 13
    TabOrder = 7
  end
  object Button5: TButton
    Left = 240
    Top = 320
    Width = 75
    Height = 25
    Caption = #21021#22987#21270#21015#34920
    TabOrder = 8
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 336
    Top = 320
    Width = 75
    Height = 25
    Caption = #38144#27585'Button5'
    TabOrder = 9
    OnClick = Button6Click
  end
end

⌨️ 快捷键说明

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