home *** CD-ROM | disk | FTP | other *** search
/ PC/CD FUN 24 / cdimage.iso / Vrac / Win95 / CTXMORE / CtxMore.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1996-10-27  |  1KB  |  60 lines

  1. object Form3: TForm3
  2.   Left = 240
  3.   Top = 112
  4.   BorderStyle = bsDialog
  5.   Caption = 'Stop for a while'
  6.   ClientHeight = 214
  7.   ClientWidth = 395
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 395
  19.     Height = 214
  20.     Align = alClient
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     BorderWidth = 3
  24.     Caption = 'Panel1'
  25.     TabOrder = 0
  26.     object Memo1: TMemo
  27.       Left = 5
  28.       Top = 5
  29.       Width = 385
  30.       Height = 204
  31.       Align = alClient
  32.       Alignment = taCenter
  33.       BorderStyle = bsNone
  34.       Color = clBtnFace
  35.       Font.Color = clBlack
  36.       Font.Height = -11
  37.       Font.Name = 'Arial'
  38.       Font.Style = [fsBold]
  39.       Lines.Strings = (
  40.         ''
  41.         'The ..more menu is now installed, but please read this.'
  42.         ''
  43.         'All files can be removed from where you decompressed them.'
  44.         ''
  45.         'The menu, and its support files, are removed via '
  46.         'Add/Remove Programs in the Control Panel.'
  47.         ''
  48.         'The menu is available now. So when you configure your menu, '
  49.         'test it immediately by right-clicking an icon on your desktop.'
  50.         ''
  51.         'You should read the file '#39'CtxMore.txt'#39' for more information.'
  52.         ''
  53.         'Good luck!')
  54.       ParentFont = False
  55.       ReadOnly = True
  56.       TabOrder = 0
  57.     end
  58.   end
  59. end
  60.