unit1.~dfm

来自「delphi 中animate控件使用示例」· ~DFM 代码 · 共 84 行

~DFM
84
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 766
  Height = 501
  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 = 72
    Top = 408
    Width = 81
    Height = 33
    Caption = #25773#25918
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 224
    Top = 408
    Width = 89
    Height = 33
    Caption = #20572#27490
    TabOrder = 1
    OnClick = Button2Click
  end
  object Animate1: TAnimate
    Left = 56
    Top = 64
    Width = 321
    Height = 329
  end
  object Animate2: TAnimate
    Left = 416
    Top = 184
    Width = 304
    Height = 60
    CommonAVI = aviDeleteFile
    StopFrame = 24
  end
  object Button3: TButton
    Left = 616
    Top = 280
    Width = 97
    Height = 41
    Caption = #25773#25918
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 608
    Top = 352
    Width = 105
    Height = 41
    Caption = #20572#27490
    TabOrder = 5
    OnClick = Button4Click
  end
  object RadioGroup1: TRadioGroup
    Left = 448
    Top = 264
    Width = 137
    Height = 153
    Caption = 'windows'#26631#20934'AVI'
    Items.Strings = (
      'avifindfile'
      'avicopyfiles'
      'avideltefile')
    TabOrder = 6
  end
  object OpenDialog1: TOpenDialog
    Filter = 'avi(*.avi)|*.avi'
    Left = 336
    Top = 352
  end
end

⌨️ 快捷键说明

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