home *** CD-ROM | disk | FTP | other *** search
- object frmHelp: TfrmHelp
- Left = 471
- Top = 243
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 50
- ClientWidth = 115
- Color = clInfoBk
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- FormStyle = fsStayOnTop
- KeyPreview = True
- OldCreateOrder = False
- Scaled = False
- OnClose = FormClose
- OnDestroy = FormDestroy
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Shape1: TShape
- Left = 0
- Top = 0
- Width = 115
- Height = 50
- Align = alClient
- Brush.Style = bsClear
- Pen.Color = clInfoText
- OnMouseDown = Shape1MouseDown
- end
- object LabelText: TLabel
- Left = 16
- Top = 16
- Width = 6
- Height = 13
- Caption = '*'
- Color = clWindowText
- Font.Charset = ANSI_CHARSET
- Font.Color = clInfoText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Transparent = True
- Layout = tlCenter
- OnMouseDown = Shape1MouseDown
- end
- end
-