home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / Animator / Main.dfm / Main.txt
Text File  |  1998-03-11  |  4KB  |  126 lines

  1. object MainForm: TMainForm
  2.   Left = 203
  3.   Top = 126
  4.   Width = 590
  5.   Height = 275
  6.   Caption = 'Animator Demonstration'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 384
  16.     Top = 136
  17.     Width = 139
  18.     Height = 24
  19.     Caption = 'Animation Status'
  20.     Font.Charset = DEFAULT_CHARSET
  21.     Font.Color = clWindowText
  22.     Font.Height = -19
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object Animate1: TAnimate
  28.     Left = 224
  29.     Top = 24
  30.     Width = 272
  31.     Height = 60
  32.     Active = False
  33.     StopFrame = 26
  34.   end
  35.   object RadioGroup1: TRadioGroup
  36.     Left = 16
  37.     Top = 16
  38.     Width = 185
  39.     Height = 209
  40.     Caption = 'Choose Animation '
  41.     ItemIndex = 0
  42.     Items.Strings = (
  43.       'aviCopyFile'
  44.       'aviCopyFiles'
  45.       'aviDeleteFile'
  46.       'aviEmptyRecycle'
  47.       'aviFindComputer'
  48.       'aviFindFile'
  49.       'aviFindFolder'
  50.       'aviRecycleFile')
  51.     TabOrder = 1
  52.     OnClick = GoBitBtnClick
  53.   end
  54.   object GoBitBtn: TBitBtn
  55.     Left = 240
  56.     Top = 120
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Go   '
  60.     TabOrder = 2
  61.     OnClick = GoBitBtnClick
  62.     Glyph.Data = {
  63.       76010000424D7601000000000000760000002800000020000000100000000100
  64.       04000000000000010000120B0000120B00001000000000000000000000000000
  65.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  66.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  67.       3333333333FFFFF3333333333000003333333333F777773FF333333008877700
  68.       33333337733FFF773F33330887000777033333733F777FFF73F330880FAFAF07
  69.       703337F37733377FF7F33080F00000F07033373733777337F73F087F00A2200F
  70.       77037F3737333737FF7F080A0A2A220A07037F737F3333737F7F0F0F0AAAA20F
  71.       07037F737F3333737F7F0F0A0FAA2A0A08037F737FF33373737F0F7F00FFA00F
  72.       780373F737FFF737F3733080F00000F0803337F73377733737F330F80FAFAF08
  73.       8033373F773337733733330F8700078803333373FF77733F733333300FFF8800
  74.       3333333773FFFF77333333333000003333333333377777333333}
  75.     NumGlyphs = 2
  76.   end
  77.   object StopBitBtn: TBitBtn
  78.     Left = 240
  79.     Top = 152
  80.     Width = 75
  81.     Height = 25
  82.     Caption = 'Stop '
  83.     TabOrder = 3
  84.     OnClick = StopBitBtnClick
  85.     Glyph.Data = {
  86.       76010000424D7601000000000000760000002800000020000000100000000100
  87.       04000000000000010000120B0000120B00001000000000000000000000000000
  88.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  89.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  90.       3333333333FFFFF3333333333000003333333333F777773FF333333008877700
  91.       33333337733FFF773F33330887000777033333733F777FFF73F330880F9F9F07
  92.       703337F37733377FF7F33080F00000F07033373733777337F73F087F0091100F
  93.       77037F3737333737FF7F08090919110907037F737F3333737F7F0F0F0999910F
  94.       07037F737F3333737F7F0F090F99190908037F737FF33373737F0F7F00FF900F
  95.       780373F737FFF737F3733080F00000F0803337F73377733737F330F80F9F9F08
  96.       8033373F773337733733330F8700078803333373FF77733F733333300FFF8800
  97.       3333333773FFFF77333333333000003333333333377777333333}
  98.     NumGlyphs = 2
  99.   end
  100.   object BitBtn1: TBitBtn
  101.     Left = 240
  102.     Top = 192
  103.     Width = 75
  104.     Height = 25
  105.     TabOrder = 4
  106.     Kind = bkClose
  107.   end
  108.   object StatusText: TStaticText
  109.     Left = 344
  110.     Top = 168
  111.     Width = 225
  112.     Height = 49
  113.     Alignment = taCenter
  114.     AutoSize = False
  115.     BorderStyle = sbsSunken
  116.     Caption = '(stopped)'
  117.     Font.Charset = DEFAULT_CHARSET
  118.     Font.Color = clPurple
  119.     Font.Height = -19
  120.     Font.Name = 'MS Sans Serif'
  121.     Font.Style = []
  122.     ParentFont = False
  123.     TabOrder = 5
  124.   end
  125. end
  126.