Subversion Repositories spacemission

Rev

Details | Last modification | View Log | RSS feed

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