Subversion Repositories spacemission

Rev

Rev 64 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 daniel-mar 1
object InfoForm: TInfoForm
2
  Left = 289
3
  Top = 184
29 daniel-mar 4
  BorderStyle = bsDialog
3 daniel-mar 5
  Caption = 'Informationen'
29 daniel-mar 6
  ClientHeight = 343
7
  ClientWidth = 384
3 daniel-mar 8
  Color = clBtnFace
9
  Font.Charset = DEFAULT_CHARSET
10
  Font.Color = clWindowText
7 daniel-mar 11
  Font.Height = -11
3 daniel-mar 12
  Font.Name = 'MS Sans Serif'
13
  Font.Style = []
14
  Position = poMainFormCenter
15
  OnCreate = FormCreate
29 daniel-mar 16
  DesignSize = (
17
    384
18
    343)
3 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
24 daniel-mar 34
    Picture.Data = {
35
      07544269746D617076020000424D760200000000000076000000280000002000
36
      0000200000000100040000000000000200000000000000000000100000000000
37
      000000000000000080000080000000808000800000008000800080800000C0C0
38
      C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
39
      FF00000000000000000000000000000000000EE8787878EEEEEEE03F30878EEE
40
      EEE00EE8787878EEEEEEE03F30878EEEEEE00EE8787878EEEEEEE03F30878EEE
41
      EEE00EE8787878EEEEEEE03F30878EEEEEE00887787877788888803F3088787E
42
      EEE00788787878878887803F3088887EEEE00788887888878887803F3088887E
43
      EEE00877888887788888703F308887EEEEE00888777778888888037883088888
44
      8EE007777777777777703787883087777EE00888888888888803787378830888
45
      8880088888888888803787378788308888800777777777880378737373788308
46
      88E00888888888803787373737378830EEE00887777778800001111111111100
47
      EEE00888888888888899B999B99999EEEEE00888888888888899B9B99BB9B9EE
48
      EEE0088888888888899BB9BB99BB99EEEEE0078888888888899B999B999999EE
49
      EEE0087788888778899B9B9BB9BB99EEEEE00888778778888E9B9B9BB9999EEE
50
      EEE0088888788888EE9B99B9BB9BEEEEEEE00EE8888888EEEEE999B9999EEEEE
51
      EEE00EEEE888EEEEEEEE99BB999EEEEEEEE00EEEEE8EEEEEEEEEE999B9EEEEEE
52
      EEE00EEEEE8EEEEEEEEEEEE999EEEEEEEEE00EEEEE8EEEEEEEEEEEEE99EEEEEE
53
      EEE00EEEEE8EEEEEEEEEEEEE9EEEEEEEEEE00EEEEE8EEEEEEEEEEEEEEEEEEEEE
54
      EEE00EEEEEEEEEEEEEEEEEEEEEEEEEEEEEE00000000000000000000000000000
55
      0000}
3 daniel-mar 56
    Stretch = True
57
  end
58
  object FirmaLbl: TLabel
59
    Left = 88
60
    Top = 8
61
    Width = 74
62
    Height = 13
63
    Caption = 'ViaThinkSoft'
64
    Font.Charset = DEFAULT_CHARSET
65
    Font.Color = clWindowText
66
    Font.Height = -11
67
    Font.Name = 'MS Sans Serif'
68
    Font.Style = [fsBold]
69
    ParentFont = False
70
    Transparent = True
71
  end
72
  object NameLbl: TLabel
73
    Left = 104
74
    Top = 24
75
    Width = 66
76
    Height = 13
77
    Caption = 'SpaceMission'
78
    Transparent = True
79
  end
80
  object VersionLbl: TLabel
81
    Left = 232
82
    Top = 24
83
    Width = 35
84
    Height = 13
85
    Caption = 'Version'
86
    Transparent = True
87
  end
88
  object EMailLbl: TLabel
89
    Left = 32
90
    Top = 120
91
    Width = 32
92
    Height = 13
93
    Caption = 'E-Mail:'
94
    Transparent = True
95
  end
96
  object CopyrightLbl: TLabel
97
    Left = 8
98
    Top = 80
4 daniel-mar 99
    Width = 264
3 daniel-mar 100
    Height = 13
22 daniel-mar 101
    Caption = #169' Copyright 2001 - 2024 Daniel Marschall, ViaThinkSoft'
3 daniel-mar 102
    Transparent = True
103
  end
104
  object Copyright2Lbl: TLabel
105
    Left = 8
106
    Top = 96
107
    Width = 117
108
    Height = 13
109
    Caption = 'Alle Rechte vorbehalten!'
110
    Transparent = True
111
  end
112
  object URL2: TLabel
113
    Left = 152
114
    Top = 136
115
    Width = 117
116
    Height = 13
117
    Cursor = crHandPoint
118
    Caption = 'www.daniel-marschall.de'
119
    Font.Charset = DEFAULT_CHARSET
120
    Font.Color = clBlue
121
    Font.Height = -11
122
    Font.Name = 'MS Sans Serif'
123
    Font.Style = [fsUnderline]
124
    ParentFont = False
125
    Transparent = True
4 daniel-mar 126
    OnClick = WebsiteClick
3 daniel-mar 127
  end
128
  object URL1: TLabel
129
    Left = 152
130
    Top = 120
4 daniel-mar 131
    Width = 118
3 daniel-mar 132
    Height = 13
133
    Cursor = crHandPoint
4 daniel-mar 134
    Caption = 'info@daniel-marschall.de'
3 daniel-mar 135
    Font.Charset = DEFAULT_CHARSET
136
    Font.Color = clBlue
137
    Font.Height = -11
138
    Font.Name = 'MS Sans Serif'
139
    Font.Style = [fsUnderline]
140
    ParentFont = False
141
    Transparent = True
4 daniel-mar 142
    OnClick = EMailClick
3 daniel-mar 143
  end
144
  object OkBtn: TButton
29 daniel-mar 145
    Left = 273
146
    Top = 310
3 daniel-mar 147
    Width = 107
148
    Height = 25
29 daniel-mar 149
    Anchors = [akRight, akBottom]
4 daniel-mar 150
    Cancel = True
3 daniel-mar 151
    Caption = 'OK'
4 daniel-mar 152
    Default = True
3 daniel-mar 153
    TabOrder = 0
154
    OnClick = OkBtnClick
155
  end
4 daniel-mar 156
  object MemoMitwirkende: TMemo
157
    Left = 8
158
    Top = 168
29 daniel-mar 159
    Width = 372
160
    Height = 128
161
    Anchors = [akLeft, akTop, akRight, akBottom]
4 daniel-mar 162
    Lines.Strings = (
163
 
22 daniel-mar 164
        'SpaceMission wurde von Daniel Marschall auf Basis eines Codebeis' +
165
        'piels '
64 daniel-mar 166
      'von Hiroyuki Hori f'#252'r DelphiX 2000 entwickelt.'
4 daniel-mar 167
      ''
22 daniel-mar 168
      'Entwickelt mit Embarcadero Delphi.'
28 daniel-mar 169
      'Setup erstellt mit InnoSetup.'
170
      'Sicherheitszertifikat von HickelSOFT Huth GmbH.'
22 daniel-mar 171
      ''
172
      'Verwendete Komponenten: (un)DelphiX'
90 daniel-mar 173
      'Quellcode: http://www.micrel.cz/Dx/'
22 daniel-mar 174
      '(C) Copyright 1996-2000 by Hiroyuki Hori'
175
      '(C) Copyright 2004-2023 by Jaro Benes.'
176
      ''
64 daniel-mar 177
      'sowie Delphi MarkDown'
90 daniel-mar 178
      'Quellcode: https://github.com/grahamegrieve/delphi-markdown'
64 daniel-mar 179
      '(c) 2011+, Health Intersections Pty Ltd'
180
      'Apache 2.0 Lizenz'
181
      ''
182
      'Musik von Savage Peachers Software.'
183
      'Sound- und Grafikquellen unbekannt.'
4 daniel-mar 184
      'Levels von Daniel Marschall, Patrick B'#252'ssecker und Andreas '
22 daniel-mar 185
      'K'#252'belsbeck.')
4 daniel-mar 186
    ReadOnly = True
187
    ScrollBars = ssVertical
188
    TabOrder = 1
189
  end
3 daniel-mar 190
end