home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.11 / 1999-05_Disc_4.11.bin / MSPRING / Setup / FILES / _SETUP.ILB / RCDATA / TFSTATUS / TFSTATUS.txt < prev   
Text File  |  1998-10-27  |  3KB  |  140 lines

  1. object fStatus: TfStatus
  2.   Left = 438
  3.   Top = 259
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'MindSpring Setup'
  7.   ClientHeight = 199
  8.   ClientWidth = 332
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label5: TLabel
  19.     Left = 14
  20.     Top = 100
  21.     Width = 215
  22.     Height = 25
  23.     AutoSize = False
  24.     Caption = 'Copying files. Please wait...'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -16
  28.     Font.Name = 'Arial'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     WordWrap = True
  32.   end
  33.   object iSource: TImage
  34.     Left = 16
  35.     Top = 46
  36.     Width = 32
  37.     Height = 32
  38.     AutoSize = True
  39.     Picture.Data = {<image000.ico>}
  40.   end
  41.   object iFlow1: TImage
  42.     Left = 48
  43.     Top = 31
  44.     Width = 11
  45.     Height = 15
  46.   end
  47.   object iFlow2: TImage
  48.     Left = 72
  49.     Top = 19
  50.     Width = 11
  51.     Height = 15
  52.   end
  53.   object iFlow3: TImage
  54.     Left = 92
  55.     Top = 43
  56.     Width = 11
  57.     Height = 15
  58.   end
  59.   object iDest: TImage
  60.     Left = 92
  61.     Top = 58
  62.     Width = 31
  63.     Height = 25
  64.     Picture.Data = {<image001.ico>}
  65.   end
  66.   object iOff: TImage
  67.     Left = 248
  68.     Top = 93
  69.     Width = 11
  70.     Height = 15
  71.     Visible = False
  72.   end
  73.   object iOn: TImage
  74.     Left = 268
  75.     Top = 93
  76.     Width = 11
  77.     Height = 15
  78.     Picture.Data = {<image002.ico>}
  79.     Visible = False
  80.   end
  81.   object iEmpty: TImage
  82.     Left = 204
  83.     Top = 58
  84.     Width = 31
  85.     Height = 25
  86.     Picture.Data = {<image003.ico>}
  87.     Visible = False
  88.   end
  89.   object iFull: TImage
  90.     Left = 244
  91.     Top = 58
  92.     Width = 31
  93.     Height = 25
  94.     Picture.Data = {<image004.ico>}
  95.     Visible = False
  96.   end
  97.   object ProgressBar1: TProgressBar
  98.     Left = 12
  99.     Top = 132
  100.     Width = 305
  101.     Height = 16
  102.     Min = 0
  103.     Max = 120
  104.     TabOrder = 0
  105.   end
  106.   object BitBtn1: TBitBtn
  107.     Left = 128
  108.     Top = 164
  109.     Width = 75
  110.     Height = 25
  111.     Caption = 'Cancel'
  112.     TabOrder = 1
  113.     OnClick = BitBtn1Click
  114.     Glyph.Data = {
  115.       DE010000424DDE01000000000000760000002800000024000000120000000100
  116.       0400000000006801000000000000000000001000000000000000000000000000
  117.       80000080000000808000800000008000800080800000C0C0C000808080000000
  118.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  119.       333333333333333333333333000033338833333333333333333F333333333333
  120.       0000333911833333983333333388F333333F3333000033391118333911833333
  121.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  122.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  123.       3333F8330000333333911111183333333338F333333F83330000333333311111
  124.       8333333333338F3333383333000033333339111183333333333338F333833333
  125.       00003333339111118333333333333833338F3333000033333911181118333333
  126.       33338333338F333300003333911183911183333333383338F338F33300003333
  127.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  128.       38F338F300003333333333333919333333388333338FFF830000333333333333
  129.       3333333333333333333888330000333333333333333333333333333333333333
  130.       0000}
  131.     NumGlyphs = 2
  132.   end
  133.   object Timer1: TTimer
  134.     Enabled = False
  135.     OnTimer = Timer1Timer
  136.     Left = 144
  137.     Top = 28
  138.   end
  139. end
  140.