Subversion Repositories spacemission

Rev

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

Rev 7 Rev 15
1
object InfoForm: TInfoForm
1
object InfoForm: TInfoForm
2
  Left = 289
2
  Left = 289
3
  Top = 184
3
  Top = 184
4
  BorderIcons = [biSystemMenu]
4
  BorderIcons = [biSystemMenu]
5
  BorderStyle = bsSingle
5
  BorderStyle = bsSingle
6
  Caption = 'Informationen'
6
  Caption = 'Informationen'
7
  ClientHeight = 337
7
  ClientHeight = 337
8
  ClientWidth = 385
8
  ClientWidth = 385
9
  Color = clBtnFace
9
  Color = clBtnFace
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
-
 
16
  Position = poMainFormCenter
15
  Position = poMainFormCenter
17
  OnCreate = FormCreate
16
  OnCreate = FormCreate
18
  PixelsPerInch = 96
-
 
19
  TextHeight = 13
17
  TextHeight = 13
20
  object HomeLbl: TLabel
18
  object HomeLbl: TLabel
21
    Left = 32
19
    Left = 32
22
    Top = 136
20
    Top = 136
23
    Width = 48
21
    Width = 48
24
    Height = 13
22
    Height = 13
25
    Caption = 'Webseite:'
23
    Caption = 'Webseite:'
26
    Transparent = True
24
    Transparent = True
27
  end
25
  end
28
  object Image: TImage
26
  object Image: TImage
29
    Left = 8
27
    Left = 8
30
    Top = 8
28
    Top = 8
31
    Width = 65
29
    Width = 65
32
    Height = 57
30
    Height = 57
33
    Center = True
31
    Center = True
34
    Stretch = True
32
    Stretch = True
35
  end
33
  end
36
  object FirmaLbl: TLabel
34
  object FirmaLbl: TLabel
37
    Left = 88
35
    Left = 88
38
    Top = 8
36
    Top = 8
39
    Width = 74
37
    Width = 74
40
    Height = 13
38
    Height = 13
41
    Caption = 'ViaThinkSoft'
39
    Caption = 'ViaThinkSoft'
42
    Font.Charset = DEFAULT_CHARSET
40
    Font.Charset = DEFAULT_CHARSET
43
    Font.Color = clWindowText
41
    Font.Color = clWindowText
44
    Font.Height = -11
42
    Font.Height = -11
45
    Font.Name = 'MS Sans Serif'
43
    Font.Name = 'MS Sans Serif'
46
    Font.Style = [fsBold]
44
    Font.Style = [fsBold]
47
    ParentFont = False
45
    ParentFont = False
48
    Transparent = True
46
    Transparent = True
49
  end
47
  end
50
  object NameLbl: TLabel
48
  object NameLbl: TLabel
51
    Left = 104
49
    Left = 104
52
    Top = 24
50
    Top = 24
53
    Width = 66
51
    Width = 66
54
    Height = 13
52
    Height = 13
55
    Caption = 'SpaceMission'
53
    Caption = 'SpaceMission'
56
    Transparent = True
54
    Transparent = True
57
  end
55
  end
58
  object VersionLbl: TLabel
56
  object VersionLbl: TLabel
59
    Left = 232
57
    Left = 232
60
    Top = 24
58
    Top = 24
61
    Width = 35
59
    Width = 35
62
    Height = 13
60
    Height = 13
63
    Caption = 'Version'
61
    Caption = 'Version'
64
    Transparent = True
62
    Transparent = True
65
  end
63
  end
66
  object EMailLbl: TLabel
64
  object EMailLbl: TLabel
67
    Left = 32
65
    Left = 32
68
    Top = 120
66
    Top = 120
69
    Width = 32
67
    Width = 32
70
    Height = 13
68
    Height = 13
71
    Caption = 'E-Mail:'
69
    Caption = 'E-Mail:'
72
    Transparent = True
70
    Transparent = True
73
  end
71
  end
74
  object CopyrightLbl: TLabel
72
  object CopyrightLbl: TLabel
75
    Left = 8
73
    Left = 8
76
    Top = 80
74
    Top = 80
77
    Width = 264
75
    Width = 264
78
    Height = 13
76
    Height = 13
79
    Caption = #169' Copyright 2001 - 2015 Daniel Marschall, ViaThinkSoft'
77
    Caption = #169' Copyright 2001 - 2015 Daniel Marschall, ViaThinkSoft'
80
    Transparent = True
78
    Transparent = True
81
  end
79
  end
82
  object Copyright2Lbl: TLabel
80
  object Copyright2Lbl: TLabel
83
    Left = 8
81
    Left = 8
84
    Top = 96
82
    Top = 96
85
    Width = 117
83
    Width = 117
86
    Height = 13
84
    Height = 13
87
    Caption = 'Alle Rechte vorbehalten!'
85
    Caption = 'Alle Rechte vorbehalten!'
88
    Transparent = True
86
    Transparent = True
89
  end
87
  end
90
  object URL2: TLabel
88
  object URL2: TLabel
91
    Left = 152
89
    Left = 152
92
    Top = 136
90
    Top = 136
93
    Width = 117
91
    Width = 117
94
    Height = 13
92
    Height = 13
95
    Cursor = crHandPoint
93
    Cursor = crHandPoint
96
    Caption = 'www.daniel-marschall.de'
94
    Caption = 'www.daniel-marschall.de'
97
    Font.Charset = DEFAULT_CHARSET
95
    Font.Charset = DEFAULT_CHARSET
98
    Font.Color = clBlue
96
    Font.Color = clBlue
99
    Font.Height = -11
97
    Font.Height = -11
100
    Font.Name = 'MS Sans Serif'
98
    Font.Name = 'MS Sans Serif'
101
    Font.Style = [fsUnderline]
99
    Font.Style = [fsUnderline]
102
    ParentFont = False
100
    ParentFont = False
103
    Transparent = True
101
    Transparent = True
104
    OnClick = WebsiteClick
102
    OnClick = WebsiteClick
105
  end
103
  end
106
  object URL1: TLabel
104
  object URL1: TLabel
107
    Left = 152
105
    Left = 152
108
    Top = 120
106
    Top = 120
109
    Width = 118
107
    Width = 118
110
    Height = 13
108
    Height = 13
111
    Cursor = crHandPoint
109
    Cursor = crHandPoint
112
    Caption = 'info@daniel-marschall.de'
110
    Caption = 'info@daniel-marschall.de'
113
    Font.Charset = DEFAULT_CHARSET
111
    Font.Charset = DEFAULT_CHARSET
114
    Font.Color = clBlue
112
    Font.Color = clBlue
115
    Font.Height = -11
113
    Font.Height = -11
116
    Font.Name = 'MS Sans Serif'
114
    Font.Name = 'MS Sans Serif'
117
    Font.Style = [fsUnderline]
115
    Font.Style = [fsUnderline]
118
    ParentFont = False
116
    ParentFont = False
119
    Transparent = True
117
    Transparent = True
120
    OnClick = EMailClick
118
    OnClick = EMailClick
121
  end
119
  end
122
  object OkBtn: TButton
120
  object OkBtn: TButton
123
    Left = 270
121
    Left = 270
124
    Top = 303
122
    Top = 303
125
    Width = 107
123
    Width = 107
126
    Height = 25
124
    Height = 25
127
    Cancel = True
125
    Cancel = True
128
    Caption = 'OK'
126
    Caption = 'OK'
129
    Default = True
127
    Default = True
130
    TabOrder = 0
128
    TabOrder = 0
131
    OnClick = OkBtnClick
129
    OnClick = OkBtnClick
132
  end
130
  end
133
  object MemoMitwirkende: TMemo
131
  object MemoMitwirkende: TMemo
134
    Left = 8
132
    Left = 8
135
    Top = 168
133
    Top = 168
136
    Width = 369
134
    Width = 369
137
    Height = 121
135
    Height = 121
138
    Lines.Strings = (
136
    Lines.Strings = (
139
      
137
      
140
        'SpaceMission wurde von Daniel Marschall aus einer Codevorlage vo' +
138
        'SpaceMission wurde von Daniel Marschall aus einer Codevorlage vo' +
141
        'n '
139
        'n '
142
      
140
      
143
        'Hiroyuki Hori heraus erstellt. Das Original ist ein Codebeispiel' +
141
        'Hiroyuki Hori heraus erstellt. Das Original ist ein Codebeispiel' +
144
        ' f'#252'r DelphiX '
142
        ' f'#252'r DelphiX '
145
      '2000.'
143
      '2000.'
146
      ''
144
      ''
147
      'Musik von Savage Peachers Software, Grafikquellen unbekannt.'
145
      'Musik von Savage Peachers Software, Grafikquellen unbekannt.'
148
      ''
146
      ''
149
      'Levels von Daniel Marschall, Patrick B'#252'ssecker und Andreas '
147
      'Levels von Daniel Marschall, Patrick B'#252'ssecker und Andreas '
150
      'K'#252'belsbeck.'
148
      'K'#252'belsbeck.'
151
      ''
149
      ''
152
      'Entwickelt mit Borland Turbo Delphi.'
150
      'Entwickelt mit Borland Turbo Delphi.'
153
      ''
151
      ''
154
      'Verwendete Komponenten: (un)DelphiX')
152
      'Verwendete Komponenten: (un)DelphiX')
155
    ReadOnly = True
153
    ReadOnly = True
156
    ScrollBars = ssVertical
154
    ScrollBars = ssVertical
157
    TabOrder = 1
155
    TabOrder = 1
158
  end
156
  end
159
end
157
end