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

📄 animate.dfm

📁 本光盘是《Delphi 7应用教程》一书的配套光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 255
  Top = 133
  Width = 469
  Height = 134
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 8
    Width = 96
    Height = 13
    Caption = #35831#36873#25321#25773#25918#31181#31867#65306
  end
  object Animate1: TAnimate
    Left = 112
    Top = 8
    Width = 80
    Height = 50
    CommonAVI = aviFindFolder
    StopFrame = 29
  end
  object Button1: TButton
    Left = 8
    Top = 64
    Width = 97
    Height = 25
    Caption = #25773#25918
    TabOrder = 1
    OnClick = Button1Click
  end
  object ComboBox1: TComboBox
    Left = 8
    Top = 24
    Width = 97
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = 'ComboBox1'
    Items.Strings = (
      '1-aviCopyFile'
      '2-aviCopyFiles'
      '3-aviDeleteFile'
      '4-aviEmptyRecycle'
      '5-aviFindComputer'
      '6-aviFindFile'
      '7-aviFindFolder'
      '8-aviNone'
      '9-aviRecycleFile')
  end
  object CheckBox1: TCheckBox
    Left = 144
    Top = 64
    Width = 89
    Height = 25
    Caption = #37325#22797#25773#25918
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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