Subversion Repositories jumper

Rev

Rev 13 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 daniel-mar 1
object HelpForm: THelpForm
2
  Left = 192
3
  Top = 103
4
  BorderIcons = [biSystemMenu, biMinimize]
5
  BorderStyle = bsSingle
6
  Caption = 'Help'
7
  ClientHeight = 276
8
  ClientWidth = 427
9
  Color = clBtnFace
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
12
  Font.Height = -11
13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
15
  OldCreateOrder = False
16
  Position = poDesktopCenter
17
  PixelsPerInch = 96
18
  TextHeight = 13
19
  object HelpMemo: TMemo
20
    Left = 8
21
    Top = 8
22
    Width = 409
23
    Height = 217
24
    TabStop = False
25
    Color = clBtnFace
26
    ReadOnly = True
27
    ScrollBars = ssVertical
28
    TabOrder = 1
29
  end
30
  object CloseBtn: TButton
31
    Left = 160
32
    Top = 240
33
    Width = 105
34
    Height = 25
35
    Cancel = True
36
    Caption = 'Close'
37
    Default = True
38
    TabOrder = 0
39
    OnClick = CloseBtnClick
40
  end
41
end