Subversion Repositories spacemission

Rev

Rev 28 | Rev 64 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28 Rev 29
Line 1... Line 1...
1
object InfoForm: TInfoForm
1
object InfoForm: TInfoForm
2
  Left = 289
2
  Left = 289
3
  Top = 184
3
  Top = 184
4
  BorderIcons = [biSystemMenu]
-
 
5
  BorderStyle = bsSingle
4
  BorderStyle = bsDialog
6
  Caption = 'Informationen'
5
  Caption = 'Informationen'
7
  ClientHeight = 336
6
  ClientHeight = 343
8
  ClientWidth = 381
7
  ClientWidth = 384
9
  Color = clBtnFace
8
  Color = clBtnFace
10
  Font.Charset = DEFAULT_CHARSET
9
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
10
  Font.Color = clWindowText
12
  Font.Height = -11
11
  Font.Height = -11
13
  Font.Name = 'MS Sans Serif'
12
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
13
  Font.Style = []
15
  Position = poMainFormCenter
14
  Position = poMainFormCenter
16
  OnCreate = FormCreate
15
  OnCreate = FormCreate
-
 
16
  DesignSize = (
-
 
17
    384
-
 
18
    343)
17
  TextHeight = 13
19
  TextHeight = 13
18
  object HomeLbl: TLabel
20
  object HomeLbl: TLabel
19
    Left = 32
21
    Left = 32
20
    Top = 136
22
    Top = 136
21
    Width = 48
23
    Width = 48
Line 138... Line 140...
138
    ParentFont = False
140
    ParentFont = False
139
    Transparent = True
141
    Transparent = True
140
    OnClick = EMailClick
142
    OnClick = EMailClick
141
  end
143
  end
142
  object OkBtn: TButton
144
  object OkBtn: TButton
143
    Left = 270
145
    Left = 273
144
    Top = 303
146
    Top = 310
145
    Width = 107
147
    Width = 107
146
    Height = 25
148
    Height = 25
-
 
149
    Anchors = [akRight, akBottom]
147
    Cancel = True
150
    Cancel = True
148
    Caption = 'OK'
151
    Caption = 'OK'
149
    Default = True
152
    Default = True
150
    TabOrder = 0
153
    TabOrder = 0
151
    OnClick = OkBtnClick
154
    OnClick = OkBtnClick
-
 
155
    ExplicitLeft = 270
-
 
156
    ExplicitTop = 303
152
  end
157
  end
153
  object MemoMitwirkende: TMemo
158
  object MemoMitwirkende: TMemo
154
    Left = 8
159
    Left = 8
155
    Top = 168
160
    Top = 168
156
    Width = 369
161
    Width = 372
157
    Height = 121
162
    Height = 128
-
 
163
    Anchors = [akLeft, akTop, akRight, akBottom]
158
    Lines.Strings = (
164
    Lines.Strings = (
159
      
165
      
160
        'SpaceMission wurde von Daniel Marschall auf Basis eines Codebeis' +
166
        'SpaceMission wurde von Daniel Marschall auf Basis eines Codebeis' +
161
        'piels '
167
        'piels '
162
      'von  Hiroyuki Hori f'#252'r DelphiX 2000 entwickelt.'
168
      'von  Hiroyuki Hori f'#252'r DelphiX 2000 entwickelt.'
Line 174... Line 180...
174
      'Levels von Daniel Marschall, Patrick B'#252'ssecker und Andreas '
180
      'Levels von Daniel Marschall, Patrick B'#252'ssecker und Andreas '
175
      'K'#252'belsbeck.')
181
      'K'#252'belsbeck.')
176
    ReadOnly = True
182
    ReadOnly = True
177
    ScrollBars = ssVertical
183
    ScrollBars = ssVertical
178
    TabOrder = 1
184
    TabOrder = 1
-
 
185
    ExplicitWidth = 369
-
 
186
    ExplicitHeight = 121
179
  end
187
  end
180
end
188
end