Subversion Repositories jumper

Rev

Rev 1 | Rev 13 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 5
1
ÿ
1
object HelpForm: THelpForm
2
THELPFORM0HTPF0	THelpFormHelpFormLeftÀTopgBorderIconsbiSystemMenu
2
  Left = 192
3
biMinimizeBorderStylebsSingleCaptionHilfeClientHeightClientWidth«Color	clBtnFaceFont.CharsetDEFAULT_CHARSET
3
  Top = 103
4
Font.ColorclWindowTextFont.Heightõ	Font.Name
MS Sans Serif
4
  BorderIcons = [biSystemMenu, biMinimize]
5
Font.StyleOldCreateOrderPositionpoDesktopCenter
PixelsPerInch`
5
  BorderStyle = bsSingle
6
TextHeight
TMemoHelpMemoLeftTopWidth™HeightÙTabStopColor	clBtnFaceReadOnly	
6
  Caption = 'Hilfe'
7
ScrollBars
7
  ClientHeight = 276
8
ssVerticalTabOrderTButtonCloseBtnLeft TopðWidthiHeightCancel	Caption
8
  ClientWidth = 427
9
SchließenDefault	TabOrderOnClick
CloseBtnClick
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 = 'Schlie'#223'en'
-
 
37
    Default = True
-
 
38
    TabOrder = 0
-
 
39
    OnClick = CloseBtnClick
-
 
40
  end
-
 
41
end