Subversion Repositories spacemission

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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