unitfile.~dfm

来自「Delphi 6分布式开发例程3.rar :)」· ~DFM 代码 · 共 76 行

~DFM
76
字号
object Form1: TForm1
  Left = 198
  Top = 188
  Width = 417
  Height = 268
  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 = 168
    Top = 80
    Width = 60
    Height = 13
    Caption = #36755#20986#32467#26524#65306
  end
  object Button1: TButton
    Left = 64
    Top = 40
    Width = 75
    Height = 25
    Caption = #35774#32622#25968#20540
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 64
    Top = 88
    Width = 75
    Height = 25
    Caption = #26597#30475#25968#20540
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 64
    Top = 136
    Width = 75
    Height = 25
    Caption = #25968#20540#22686'1'
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 64
    Top = 184
    Width = 75
    Height = 25
    Caption = #36864'  '#20986
    TabOrder = 3
    OnClick = Button4Click
  end
  object Memo1: TMemo
    Left = 168
    Top = 96
    Width = 193
    Height = 113
    TabOrder = 4
  end
  object Edit1: TEdit
    Left = 168
    Top = 40
    Width = 193
    Height = 21
    TabOrder = 5
    Text = '0'
  end
end

⌨️ 快捷键说明

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