GUnit.dfm
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:4k
源码类别:

Delphi/CppBuilder

开发平台:

C++ Builder

  1. object Form1: TForm1
  2.   Left = 188
  3.   Top = 156
  4.   Width = 517
  5.   Height = 348
  6.   Caption = 'GIF'#21160#30011#25773#25918#22120
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 24
  19.     Top = 16
  20.     Width = 75
  21.     Height = 25
  22.     Caption = #25171#24320#25991#20214
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object Button2: TButton
  27.     Left = 24
  28.     Top = 72
  29.     Width = 75
  30.     Height = 25
  31.     Caption = #25773#25918#21160#30011
  32.     TabOrder = 1
  33.     OnClick = Button2Click
  34.   end
  35.   object Button3: TButton
  36.     Left = 24
  37.     Top = 128
  38.     Width = 75
  39.     Height = 25
  40.     Caption = #20572#27490#25773#25918
  41.     TabOrder = 2
  42.     OnClick = Button3Click
  43.   end
  44.   object ScrollBar1: TScrollBar
  45.     Left = 120
  46.     Top = 144
  47.     Width = 321
  48.     Height = 18
  49.     PageSize = 0
  50.     TabOrder = 4
  51.     OnScroll = ScrollBar1Scroll
  52.   end
  53.   object GroupBox1: TGroupBox
  54.     Left = 24
  55.     Top = 176
  56.     Width = 473
  57.     Height = 129
  58.     Caption = #25991#20214#20449#24687
  59.     TabOrder = 3
  60.     object Label1: TLabel
  61.       Left = 16
  62.       Top = 16
  63.       Width = 56
  64.       Height = 13
  65.       Caption = #22270#20687#39640#24230
  66.     end
  67.     object Label3: TLabel
  68.       Left = 24
  69.       Top = 48
  70.       Width = 42
  71.       Height = 13
  72.       Caption = #24635#38271#24230
  73.     end
  74.     object Label4: TLabel
  75.       Left = 192
  76.       Top = 48
  77.       Width = 56
  78.       Height = 13
  79.       Caption = #24403#21069#20301#32622
  80.     end
  81.     object Label5: TLabel
  82.       Left = 192
  83.       Top = 16
  84.       Width = 56
  85.       Height = 13
  86.       Caption = #22270#20687#23485#24230
  87.     end
  88.     object Label6: TLabel
  89.       Left = 24
  90.       Top = 96
  91.       Width = 56
  92.       Height = 13
  93.       Caption = #25991#20214#36335#24452
  94.     end
  95.     object Label2: TLabel
  96.       Left = 380
  97.       Top = 16
  98.       Width = 70
  99.       Height = 13
  100.       Caption = #25773#25918#36895#24230#65306
  101.     end
  102.     object Edit1: TEdit
  103.       Left = 80
  104.       Top = 16
  105.       Width = 81
  106.       Height = 21
  107.       TabOrder = 0
  108.       Text = 'Edit1'
  109.     end
  110.     object Edit2: TEdit
  111.       Left = 256
  112.       Top = 16
  113.       Width = 89
  114.       Height = 21
  115.       TabOrder = 1
  116.       Text = 'Edit2'
  117.     end
  118.     object Edit3: TEdit
  119.       Left = 80
  120.       Top = 48
  121.       Width = 81
  122.       Height = 21
  123.       TabOrder = 2
  124.       Text = 'Edit3'
  125.     end
  126.     object Edit4: TEdit
  127.       Left = 256
  128.       Top = 48
  129.       Width = 89
  130.       Height = 21
  131.       TabOrder = 3
  132.       Text = 'Edit4'
  133.     end
  134.     object Edit5: TEdit
  135.       Left = 88
  136.       Top = 96
  137.       Width = 249
  138.       Height = 21
  139.       TabOrder = 4
  140.       Text = 'Edit5'
  141.     end
  142.     object ScrollBar2: TScrollBar
  143.       Left = 448
  144.       Top = 8
  145.       Width = 18
  146.       Height = 121
  147.       Kind = sbVertical
  148.       PageSize = 0
  149.       TabOrder = 5
  150.       OnScroll = ScrollBar2Scroll
  151.     end
  152.   end
  153.   object AniGIF1: TAniGIF
  154.     Left = 120
  155.     Top = 8
  156.     Width = 313
  157.     Height = 129
  158.     DataBindings = <>
  159.     TabOrder = 5
  160.     OnStep = AniGIF1Step
  161.     ControlData = {
  162.       0002000059200000550D00001300C0C0C0000B00FFFF0B00FFFF020001000200
  163.       00000B0000000800020000000000020000000800020000000000080002000000
  164.       0000080002000000000009000000000000000000000000000000000003000000
  165.       00000900000000000000000000000000000000000000000059200000550D0000
  166.       00000000FFFF}
  167.   end
  168.   object OpenDialog1: TOpenDialog
  169.     Filter = 'GIF'#21160#30011'(*.gif)|*.gif'
  170.     Left = 176
  171.     Top = 40
  172.   end
  173. end