home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / quicktools / qtsetup.exe / qtools.frm / 0 / RCDATA / TFRMHELP / TFRMHELP.txt
Encoding:
Text File  |  2002-04-21  |  1.1 KB  |  53 lines

  1. object frmHelp: TfrmHelp
  2.   Left = 471
  3.   Top = 243
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 50
  7.   ClientWidth = 115
  8.   Color = clInfoBk
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnDestroy = FormDestroy
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Shape1: TShape
  25.     Left = 0
  26.     Top = 0
  27.     Width = 115
  28.     Height = 50
  29.     Align = alClient
  30.     Brush.Style = bsClear
  31.     Pen.Color = clInfoText
  32.     OnMouseDown = Shape1MouseDown
  33.   end
  34.   object LabelText: TLabel
  35.     Left = 16
  36.     Top = 16
  37.     Width = 6
  38.     Height = 13
  39.     Caption = '*'
  40.     Color = clWindowText
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clInfoText
  43.     Font.Height = -11
  44.     Font.Name = 'Tahoma'
  45.     Font.Style = []
  46.     ParentColor = False
  47.     ParentFont = False
  48.     Transparent = True
  49.     Layout = tlCenter
  50.     OnMouseDown = Shape1MouseDown
  51.   end
  52. end
  53.