Subversion Repositories spacemission

Rev

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

Rev 1 Rev 2
Line 7... Line 7...
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
Line 36... Line 34...
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]
Line 50... Line 48...
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
Line 74... Line 72...
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
Line 106... Line 104...
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