Subversion Repositories jumper

Rev

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

Rev 21 Rev 29
Line 13... Line 13...
13
  Font.Color = clWindowText
13
  Font.Color = clWindowText
14
  Font.Height = -11
14
  Font.Height = -11
15
  Font.Name = 'Tahoma'
15
  Font.Name = 'Tahoma'
16
  Font.Style = []
16
  Font.Style = []
17
  Menu = MainMenu
17
  Menu = MainMenu
18
  OldCreateOrder = False
-
 
19
  Position = poScreenCenter
18
  Position = poScreenCenter
20
  OnClose = FormClose
19
  OnClose = FormClose
21
  OnCloseQuery = FormCloseQuery
20
  OnCloseQuery = FormCloseQuery
22
  OnCreate = FormCreate
21
  OnCreate = FormCreate
23
  OnDestroy = FormDestroy
22
  OnDestroy = FormDestroy
24
  OnShow = FormShow
23
  OnShow = FormShow
25
  PixelsPerInch = 96
-
 
26
  TextHeight = 13
24
  TextHeight = 13
27
  object Playground: TPanel
25
  object Playground: TPanel
28
    Left = 0
26
    Left = 0
29
    Top = 0
27
    Top = 0
30
    Width = 313
28
    Width = 313
Line 47... Line 45...
47
      end
45
      end
48
      item
46
      item
49
        Alignment = taRightJustify
47
        Alignment = taRightJustify
50
        Width = 50
48
        Width = 50
51
      end>
49
      end>
-
 
50
    ExplicitTop = 257
-
 
51
    ExplicitWidth = 336
52
  end
52
  end
53
  object MainMenu: TMainMenu
53
  object MainMenu: TMainMenu
54
    Left = 8
54
    Left = 8
55
    Top = 8
55
    Top = 8
56
    object Help1: TMenuItem
56
    object Help1: TMenuItem