unit1.~dfm

来自「一系列DELPHI的控件如何使用的例子,例子有的比较简单,但是能详细的说明了控件」· ~DFM 代码 · 共 77 行

~DFM
77
字号
object Form1: TForm1
  Left = 395
  Top = 136
  Width = 525
  Height = 480
  Caption = #31616#26131#22270#35937#25773#25918#22120
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 517
    Height = 401
    Align = alTop
    Caption = 'Panel1'
    TabOrder = 0
    object Image1: TImage
      Left = 1
      Top = 1
      Width = 515
      Height = 399
      Align = alClient
      AutoSize = True
      Stretch = True
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 401
    Width = 517
    Height = 45
    Align = alClient
    TabOrder = 1
    object Button1: TButton
      Left = 104
      Top = 16
      Width = 75
      Height = 25
      Caption = #25773#25918
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 208
      Top = 16
      Width = 75
      Height = 25
      Caption = #20572#27490
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 320
      Top = 16
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 2
      OnClick = Button3Click
    end
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = Timer1Timer
    Left = 16
    Top = 16
  end
end

⌨️ 快捷键说明

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