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

📄 gunit.dfm

📁 C++ Builder 6 编程实例教程-北京希望电子出版社出版
💻 DFM
字号:
object Form1: TForm1
  Left = 188
  Top = 156
  Width = 517
  Height = 348
  Caption = 'GIF'#21160#30011#25773#25918#22120
  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 Button1: TButton
    Left = 24
    Top = 16
    Width = 75
    Height = 25
    Caption = #25171#24320#25991#20214
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 24
    Top = 72
    Width = 75
    Height = 25
    Caption = #25773#25918#21160#30011
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 24
    Top = 128
    Width = 75
    Height = 25
    Caption = #20572#27490#25773#25918
    TabOrder = 2
    OnClick = Button3Click
  end
  object ScrollBar1: TScrollBar
    Left = 120
    Top = 144
    Width = 321
    Height = 18
    PageSize = 0
    TabOrder = 4
    OnScroll = ScrollBar1Scroll
  end
  object GroupBox1: TGroupBox
    Left = 24
    Top = 176
    Width = 473
    Height = 129
    Caption = #25991#20214#20449#24687
    TabOrder = 3
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 56
      Height = 13
      Caption = #22270#20687#39640#24230
    end
    object Label3: TLabel
      Left = 24
      Top = 48
      Width = 42
      Height = 13
      Caption = #24635#38271#24230
    end
    object Label4: TLabel
      Left = 192
      Top = 48
      Width = 56
      Height = 13
      Caption = #24403#21069#20301#32622
    end
    object Label5: TLabel
      Left = 192
      Top = 16
      Width = 56
      Height = 13
      Caption = #22270#20687#23485#24230
    end
    object Label6: TLabel
      Left = 24
      Top = 96
      Width = 56
      Height = 13
      Caption = #25991#20214#36335#24452
    end
    object Label2: TLabel
      Left = 380
      Top = 16
      Width = 70
      Height = 13
      Caption = #25773#25918#36895#24230#65306
    end
    object Edit1: TEdit
      Left = 80
      Top = 16
      Width = 81
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 256
      Top = 16
      Width = 89
      Height = 21
      TabOrder = 1
      Text = 'Edit2'
    end
    object Edit3: TEdit
      Left = 80
      Top = 48
      Width = 81
      Height = 21
      TabOrder = 2
      Text = 'Edit3'
    end
    object Edit4: TEdit
      Left = 256
      Top = 48
      Width = 89
      Height = 21
      TabOrder = 3
      Text = 'Edit4'
    end
    object Edit5: TEdit
      Left = 88
      Top = 96
      Width = 249
      Height = 21
      TabOrder = 4
      Text = 'Edit5'
    end
    object ScrollBar2: TScrollBar
      Left = 448
      Top = 8
      Width = 18
      Height = 121
      Kind = sbVertical
      PageSize = 0
      TabOrder = 5
      OnScroll = ScrollBar2Scroll
    end
  end
  object AniGIF1: TAniGIF
    Left = 120
    Top = 8
    Width = 313
    Height = 129
    DataBindings = <>
    TabOrder = 5
    OnStep = AniGIF1Step
    ControlData = {
      0002000059200000550D00001300C0C0C0000B00FFFF0B00FFFF020001000200
      00000B0000000800020000000000020000000800020000000000080002000000
      0000080002000000000009000000000000000000000000000000000003000000
      00000900000000000000000000000000000000000000000059200000550D0000
      00000000FFFF}
  end
  object OpenDialog1: TOpenDialog
    Filter = 'GIF'#21160#30011'(*.gif)|*.gif'
    Left = 176
    Top = 40
  end
end

⌨️ 快捷键说明

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