Subversion Repositories spacemission

Rev

Rev 3 | Rev 24 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 daniel-mar 1
object SplashForm: TSplashForm
2
  Left = 241
3
  Top = 158
4
  BorderIcons = []
5
  BorderStyle = bsNone
6
  Caption = 'Bitte warten...'
7
  ClientHeight = 497
8
  ClientWidth = 658
9
  Color = clBlack
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
12 daniel-mar 12
  Font.Height = -11
3 daniel-mar 13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
15
  OldCreateOrder = False
12 daniel-mar 16
  Position = poScreenCenter
3 daniel-mar 17
  OnCreate = FormCreate
12 daniel-mar 18
  PixelsPerInch = 96
3 daniel-mar 19
  TextHeight = 13
20
  object SplashImage: TImage
21
    Left = 8
22
    Top = 8
23
    Width = 640
24
    Height = 480
25
    AutoSize = True
26
    Transparent = True
27
  end
28
end