home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 9 / Chip_Hitware_Vol_09.iso / chiphit9 / tools / 95wdown / windown.exe / 0 / RCDATA / TFRMSEARCH / TFRMSEARCH.txt
Text File  |  1997-04-21  |  2KB  |  83 lines

  1. object frmSearch: TfrmSearch
  2.   Left = 532
  3.   Top = 540
  4.   Width = 460
  5.   Height = 165
  6.   Caption = 'WinDown - Could not find component'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnActivate = FormActivate
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblMessage1: TLabel
  18.     Left = 80
  19.     Top = 10
  20.     Width = 360
  21.     Height = 26
  22.     AutoSize = False
  23.     Caption = 
  24.       'WinDown was not able to find a component of WinDown (WD2.EXE) in' +
  25.       ' the same folder as WinDown or on the path.'
  26.   end
  27.   object lblMessage2: TLabel
  28.     Left = 80
  29.     Top = 41
  30.     Width = 360
  31.     Height = 26
  32.     AutoSize = False
  33.     Caption = 
  34.       'WinDown is attempting to find this component. If it cannot find ' +
  35.       'it, WinDown will still work, but some shutdown actions will be u' +
  36.       'navailable.'
  37.   end
  38.   object lblMessage3: TLabel
  39.     Left = 80
  40.     Top = 77
  41.     Width = 51
  42.     Height = 13
  43.     Caption = 'Searching '
  44.   end
  45.   object lblStatus: TLabel
  46.     Left = 131
  47.     Top = 77
  48.     Width = 309
  49.     Height = 13
  50.     AutoSize = False
  51.   end
  52.   object aviSearch: TAnimationControl
  53.     Left = 10
  54.     Top = 10
  55.     Width = 50
  56.     Height = 47
  57.     Center = True
  58.     Transparent = True
  59.     Autoplay = True
  60.     TabOrder = 0
  61.   end
  62.   object btnStop: TButton
  63.     Left = 365
  64.     Top = 110
  65.     Width = 75
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = '&Stop'
  69.     Default = True
  70.     TabOrder = 1
  71.     OnClick = btnStopClick
  72.   end
  73.   object btnFind: TButton
  74.     Left = 270
  75.     Top = 110
  76.     Width = 85
  77.     Height = 25
  78.     Caption = 'Find it myself'
  79.     TabOrder = 2
  80.     OnClick = btnFindClick
  81.   end
  82. end
  83.