⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 delphi 中animate控件使用示例
💻 DFM
字号:
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 = 128
    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 Button5: TButton
    Left = 56
    Top = 408
    Width = 65
    Height = 33
    Caption = #25171#24320
    TabOrder = 7
    OnClick = Button5Click
  end
  object OpenDialog1: TOpenDialog
    Filter = 'avi(*.avi)|*.avi'
    Left = 336
    Top = 352
  end
end

⌨️ 快捷键说明

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