home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / Vyzkuste / openwin / OPENWIN.exe / 0 / RCDATA / THELP / THELP.txt
Text File  |  2000-02-08  |  1KB  |  57 lines

  1. object help: Thelp
  2.   Left = 283
  3.   Top = 247
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'help'
  7.   ClientHeight = 166
  8.   ClientWidth = 251
  9.   Color = clInfoBk
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Visible = True
  16.   OnClose = FormClose
  17.   OnDeactivate = FormDeactivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 5
  22.     Top = 8
  23.     Width = 243
  24.     Height = 152
  25.     Shape = bsFrame
  26.   end
  27.   object Label1: TLabel
  28.     Left = 12
  29.     Top = 33
  30.     Width = 229
  31.     Height = 119
  32.     AutoSize = False
  33.     Caption = 
  34.       'Displays information about all currently open'#13#10'windows on this m' +
  35.       'achine.'#13#10'Caption is Title bar caption.'#13#10'Class is Window Class na' +
  36.       'me.'#13#10'Invisible windows are shown grayed.'#13#10'File>Save saves data a' +
  37.       's comma delimited file.'#13#10'F5 Refreshes list.'#13#10'Rt-Click for contex' +
  38.       't menu.'
  39.     Color = clInfoBk
  40.     ParentColor = False
  41.   end
  42.   object Label2: TLabel
  43.     Left = 12
  44.     Top = 13
  45.     Width = 64
  46.     Height = 16
  47.     Caption = 'OpenWin'
  48.     Color = clInfoBk
  49.     Font.Color = clBlack
  50.     Font.Height = -13
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentColor = False
  54.     ParentFont = False
  55.   end
  56. end
  57.