unit1.dfm

来自「Delphi7编程80例(完全版)」· DFM 代码 · 共 116 行

DFM
116
字号
object Form1: TForm1
  Left = 216
  Top = 93
  Width = 348
  Height = 392
  Caption = #39068#33394#30340#28176#21464#26174#31034
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 15
    Top = 18
    Width = 128
    Height = 128
  end
  object Image2: TImage
    Left = 192
    Top = 18
    Width = 128
    Height = 128
  end
  object Label1: TLabel
    Left = 47
    Top = 154
    Width = 72
    Height = 12
    Caption = #33777#24418#25193#25955#25928#26524
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 224
    Top = 154
    Width = 84
    Height = 12
    Caption = #20013#24515#21521#24038#21491#25193#25955
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Image3: TImage
    Left = 15
    Top = 178
    Width = 128
    Height = 128
  end
  object Label3: TLabel
    Left = 39
    Top = 322
    Width = 84
    Height = 12
    Caption = #20013#24515#21521#19978#19979#25193#25955
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Image4: TImage
    Left = 192
    Top = 178
    Width = 128
    Height = 128
  end
  object Label4: TLabel
    Left = 224
    Top = 322
    Width = 72
    Height = 12
    Caption = #21160#30011#30697#24418#25928#26524
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 144
    Top = 336
    Width = 75
    Height = 25
    Caption = #25928#26524#26174#31034
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 200
    OnTimer = Timer1Timer
    Left = 304
    Top = 314
  end
end

⌨️ 快捷键说明

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