Subversion Repositories spacemission

Rev

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

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