autoform.dfm

来自「Delphi7高级应用开发随书源码」· DFM 代码 · 共 83 行

DFM
83
字号
object MainForm: TMainForm
  Left = 199
  Top = 185
  BorderStyle = bsSingle
  Caption = #33258#21160#21270#25511#21046#22120
  ClientHeight = 178
  ClientWidth = 445
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 433
    Height = 169
    BevelInner = bvLowered
    BevelWidth = 3
    TabOrder = 6
  end
  object CreateButton: TButton
    Left = 24
    Top = 32
    Width = 177
    Height = 25
    Caption = #26032#24314'OLE'#26381#21153#22120
    TabOrder = 0
    OnClick = CreateButtonClick
  end
  object AddTextButton: TButton
    Left = 232
    Top = 32
    Width = 177
    Height = 25
    Caption = #21521'OLE'#26381#21153#22120#28155#21152#25991#26412
    TabOrder = 1
    OnClick = AddTextButtonClick
  end
  object TileButton: TButton
    Left = 24
    Top = 88
    Width = 177
    Height = 25
    Caption = 'OLE'#26381#21153#22120#27700#24179#24179#38138#26174#31034
    TabOrder = 2
    OnClick = TileButtonClick
  end
  object CascadeButton: TButton
    Left = 232
    Top = 88
    Width = 177
    Height = 25
    Caption = 'OLE'#26381#21153#22120#32423#32852#26174#31034
    TabOrder = 3
    OnClick = CascadeButtonClick
  end
  object CloseButton: TButton
    Left = 24
    Top = 136
    Width = 177
    Height = 25
    Caption = #20851#38381'OLE'#26381#21153#22120
    TabOrder = 4
    OnClick = CloseButtonClick
  end
  object ExitButton: TButton
    Left = 232
    Top = 136
    Width = 177
    Height = 25
    Caption = #36864#20986
    TabOrder = 5
    OnClick = ExitButtonClick
  end
end

⌨️ 快捷键说明

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