Subversion Repositories spacemission

Rev

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

Rev 1 Rev 12
1
object SplashForm: TSplashForm
1
object SplashForm: TSplashForm
2
  Left = 241
2
  Left = 241
3
  Top = 158
3
  Top = 158
4
  BorderIcons = []
4
  BorderIcons = []
5
  BorderStyle = bsNone
5
  BorderStyle = bsNone
6
  Caption = 'Bitte warten...'
6
  Caption = 'Bitte warten...'
7
  ClientHeight = 388
7
  ClientHeight = 388
8
  ClientWidth = 533
8
  ClientWidth = 533
9
  Color = clBlack
9
  Color = clBlack
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
15
  OldCreateOrder = False
16
  Position = poDesktopCenter
16
  Position = poScreenCenter
17
  OnCreate = FormCreate
17
  OnCreate = FormCreate
18
  PixelsPerInch = 96
18
  PixelsPerInch = 96
19
  TextHeight = 13
19
  TextHeight = 13
20
  object SplashImage: TImage
20
  object SplashImage: TImage
21
    Left = 8
21
    Left = 8
22
    Top = 8
22
    Top = 8
23
    Width = 515
23
    Width = 515
24
    Height = 373
24
    Height = 373
25
    AutoSize = True
25
    AutoSize = True
26
    Transparent = True
26
    Transparent = True
27
  end
27
  end
28
end
28
end