Subversion Repositories spacemission

Rev

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

Rev Author Line No. Line
1 daniel-mar 1
object InfoForm: TInfoForm
2
  Left = 289
3
  Top = 184
4
  BorderIcons = [biSystemMenu]
5
  BorderStyle = bsSingle
6
  Caption = 'Informationen'
7
  ClientHeight = 193
8
  ClientWidth = 321
9
  Color = clBtnFace
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
2 daniel-mar 12
  Font.Height = -12
1 daniel-mar 13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
15
  OldCreateOrder = False
16
  Position = poMainFormCenter
17
  OnCreate = FormCreate
2 daniel-mar 18
  PixelsPerInch = 106
1 daniel-mar 19
  TextHeight = 13
20
  object HomeLbl: TLabel
21
    Left = 32
22
    Top = 136
23
    Width = 48
24
    Height = 13
25
    Caption = 'Webseite:'
26
    Transparent = True
27
  end
28
  object Image: TImage
29
    Left = 8
30
    Top = 8
31
    Width = 65
32
    Height = 57
33
    Center = True
34
    Stretch = True
35
  end
36
  object FirmaLbl: TLabel
37
    Left = 88
38
    Top = 8
2 daniel-mar 39
    Width = 74
1 daniel-mar 40
    Height = 13
2 daniel-mar 41
    Caption = 'ViaThinkSoft'
1 daniel-mar 42
    Font.Charset = DEFAULT_CHARSET
43
    Font.Color = clWindowText
44
    Font.Height = -11
45
    Font.Name = 'MS Sans Serif'
46
    Font.Style = [fsBold]
47
    ParentFont = False
48
    Transparent = True
49
  end
50
  object NameLbl: TLabel
51
    Left = 104
52
    Top = 24
2 daniel-mar 53
    Width = 66
1 daniel-mar 54
    Height = 13
2 daniel-mar 55
    Caption = 'SpaceMission'
1 daniel-mar 56
    Transparent = True
57
  end
58
  object VersionLbl: TLabel
59
    Left = 232
60
    Top = 24
61
    Width = 35
62
    Height = 13
63
    Caption = 'Version'
64
    Transparent = True
65
  end
66
  object EMailLbl: TLabel
67
    Left = 32
68
    Top = 120
69
    Width = 32
70
    Height = 13
71
    Caption = 'E-Mail:'
72
    Transparent = True
73
  end
74
  object CopyrightLbl: TLabel
75
    Left = 8
76
    Top = 80
2 daniel-mar 77
    Width = 137
1 daniel-mar 78
    Height = 13
2 daniel-mar 79
    Caption = '(C) 2001 - 2011 ViaThinkSoft'
1 daniel-mar 80
    Transparent = True
81
  end
82
  object Copyright2Lbl: TLabel
83
    Left = 8
84
    Top = 96
85
    Width = 117
86
    Height = 13
87
    Caption = 'Alle Rechte vorbehalten!'
88
    Transparent = True
89
  end
90
  object URL2: TLabel
91
    Left = 152
92
    Top = 136
93
    Width = 117
94
    Height = 13
95
    Cursor = crHandPoint
96
    Caption = 'www.daniel-marschall.de'
97
    Font.Charset = DEFAULT_CHARSET
98
    Font.Color = clBlue
99
    Font.Height = -11
100
    Font.Name = 'MS Sans Serif'
101
    Font.Style = [fsUnderline]
102
    ParentFont = False
103
    Transparent = True
104
    OnClick = URL2Click
105
  end
106
  object URL1: TLabel
107
    Left = 152
108
    Top = 120
2 daniel-mar 109
    Width = 155
1 daniel-mar 110
    Height = 13
111
    Cursor = crHandPoint
2 daniel-mar 112
    Caption = 'daniel-marschall@viathinksoft.de'
1 daniel-mar 113
    Font.Charset = DEFAULT_CHARSET
114
    Font.Color = clBlue
115
    Font.Height = -11
116
    Font.Name = 'MS Sans Serif'
117
    Font.Style = [fsUnderline]
118
    ParentFont = False
119
    Transparent = True
120
    OnClick = URL1Click
121
  end
2 daniel-mar 122
  object OkBtn: TButton
1 daniel-mar 123
    Left = 208
124
    Top = 160
125
    Width = 107
126
    Height = 25
127
    Caption = 'OK'
128
    TabOrder = 0
2 daniel-mar 129
    OnClick = OkBtnClick
1 daniel-mar 130
  end
131
end