Subversion Repositories jumper

Rev

Rev 13 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 30
Line 1... Line 1...
1
object HelpForm: THelpForm
1
object HelpForm: THelpForm
2
  Left = 192
2
  Left = 192
3
  Top = 103
3
  Top = 103
4
  BorderIcons = [biSystemMenu, biMinimize]
4
  BorderIcons = [biSystemMenu, biMinimize]
5
  BorderStyle = bsSingle
5
  BorderStyle = bsDialog
6
  Caption = 'Help'
6
  Caption = 'Help'
7
  ClientHeight = 276
7
  ClientHeight = 276
8
  ClientWidth = 427
8
  ClientWidth = 427
9
  Color = clBtnFace
9
  Color = clBtnFace
10
  Font.Charset = DEFAULT_CHARSET
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
11
  Font.Color = clWindowText
12
  Font.Height = -11
12
  Font.Height = -11
13
  Font.Name = 'MS Sans Serif'
13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
14
  Font.Style = []
15
  OldCreateOrder = False
-
 
16
  Position = poDesktopCenter
15
  Position = poScreenCenter
17
  PixelsPerInch = 96
-
 
18
  TextHeight = 13
16
  TextHeight = 13
19
  object HelpMemo: TMemo
17
  object HelpMemo: TMemo
20
    Left = 8
18
    Left = 8
21
    Top = 8
19
    Top = 8
22
    Width = 409
20
    Width = 409