unitfile.dfm

来自「Delphi 7组件与分布式应用开发源码,介绍了基础的组件应用实例」· DFM 代码 · 共 68 行

DFM
68
字号
object Form1: TForm1
  Left = 314
  Top = 169
  Width = 417
  Height = 332
  Caption = 'TInterfacedObject'#31867#30340#25509#21475#23454#29616
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 136
    Top = 96
    Width = 60
    Height = 13
    Caption = #36755#20986#32467#26524#65306
  end
  object Button1: TButton
    Left = 40
    Top = 48
    Width = 75
    Height = 25
    Caption = #35774#32622#25968#20540
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 40
    Top = 140
    Width = 75
    Height = 25
    Caption = #26174#31034#36136#25968
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 40
    Top = 232
    Width = 75
    Height = 25
    Caption = #36864'  '#20986
    TabOrder = 2
    OnClick = Button4Click
  end
  object Memo1: TMemo
    Left = 136
    Top = 112
    Width = 225
    Height = 145
    ScrollBars = ssVertical
    TabOrder = 3
  end
  object Edit1: TEdit
    Left = 136
    Top = 48
    Width = 225
    Height = 21
    TabOrder = 4
    Text = '0'
  end
end

⌨️ 快捷键说明

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