Subversion Repositories jumper

Rev

Rev 14 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14 Rev 20
Line 14... Line 14...
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
18
  OldCreateOrder = False
19
  Position = poDesktopCenter
19
  Position = poScreenCenter
20
  OnClose = FormClose
20
  OnClose = FormClose
21
  OnCloseQuery = FormCloseQuery
21
  OnCloseQuery = FormCloseQuery
22
  OnCreate = FormCreate
22
  OnCreate = FormCreate
23
  OnDestroy = FormDestroy
23
  OnDestroy = FormDestroy
24
  OnShow = FormShow
24
  OnShow = FormShow
25
  PixelsPerInch = 96
25
  PixelsPerInch = 96
26
  TextHeight = 13
26
  TextHeight = 13
27
  object Playground: TPanel
27
  object Playground: TPanel
28
    Left = 8
28
    Left = 0
29
    Top = 8
29
    Top = 0
30
    Width = 313
30
    Width = 313
31
    Height = 289
31
    Height = 289
32
    BevelOuter = bvNone
32
    BevelOuter = bvNone
33
    TabOrder = 0
33
    TabOrder = 0
34
  end
34
  end