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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 321
  Top = 162
  Width = 406
  Height = 437
  Caption = 'AVI Animation'
  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 Bevel1: TBevel
    Left = 24
    Top = 8
    Width = 337
    Height = 337
  end
  object Animate1: TAnimate
    Left = 32
    Top = 16
    Width = 321
    Height = 321
    Active = False
  end
  object Button1: TButton
    Left = 40
    Top = 360
    Width = 57
    Height = 33
    Caption = #25171#24320
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 104
    Top = 360
    Width = 57
    Height = 33
    Caption = #25773#25918
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 168
    Top = 360
    Width = 57
    Height = 33
    Caption = #20572#27490
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 232
    Top = 360
    Width = 57
    Height = 33
    Caption = #22797#20301
    TabOrder = 3
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 296
    Top = 360
    Width = 57
    Height = 33
    Caption = #20851#38381
    TabOrder = 4
    OnClick = Button5Click
  end
  object OpenDialog1: TOpenDialog
    Filter = #21160#30011#25991#20214'(*.avi)|*.avi|'#25152#26377#25991#20214'(*.*)|*.*'
    Left = 56
    Top = 56
  end
end

⌨️ 快捷键说明

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