unit1.~dfm

来自「该例子讲解delphi的构件编程方法」· ~DFM 代码 · 共 65 行

~DFM
65
字号
object Form1: TForm1
  Left = 206
  Top = 136
  Width = 732
  Height = 480
  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 Button1: TButton
    Left = 56
    Top = 152
    Width = 75
    Height = 25
    Caption = 'zxcc'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 56
    Top = 248
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 176
    Top = 32
    Width = 393
    Height = 377
    Lines.Strings = (
      'Memo1')
    TabOrder = 2
  end
  object Button3: TButton
    Left = 616
    Top = 56
    Width = 75
    Height = 25
    Caption = 'Timer'
    TabOrder = 3
    OnClick = Button3Click
  end
  object BitBtn1: TBitBtn
    Left = 56
    Top = 80
    Width = 75
    Height = 25
    Caption = 'BitBtn1qqqq'
    TabOrder = 4
  end
  object Timer1: TTimer
    Left = 88
    Top = 32
  end
end

⌨️ 快捷键说明

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