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
  end
29
  object Image: TImage
30
    Left = 8
31
    Top = 8
32
    Width = 65
33
    Height = 57
34
    Center = True
35
    Stretch = True
36
  end
37
  object FirmaLbl: TLabel
38
    Left = 88
39
    Top = 8
40
    Width = 31
41
    Height = 13
42
    Caption = 'Firma'
43
    Font.Charset = DEFAULT_CHARSET
44
    Font.Color = clWindowText
45
    Font.Height = -11
46
    Font.Name = 'MS Sans Serif'
47
    Font.Style = [fsBold]
48
    ParentFont = False
49
  end
50
  object NameLbl: TLabel
51
    Left = 104
52
    Top = 24
53
    Width = 28
54
    Height = 13
55
    Caption = 'Name'
56
  end
57
  object VersionLbl: TLabel
58
    Left = 232
59
    Top = 24
60
    Width = 35
61
    Height = 13
62
    Caption = 'Version'
63
  end
64
  object EMailLbl: TLabel
65
    Left = 32
66
    Top = 120
67
    Width = 32
68
    Height = 13
69
    Caption = 'E-Mail:'
70
  end
71
  object CopyrightLbl: TLabel
72
    Left = 8
73
    Top = 80
74
    Width = 44
75
    Height = 13
76
    Caption = 'Copyright'
77
  end
78
  object Copyright2Lbl: TLabel
79
    Left = 8
80
    Top = 96
81
    Width = 117
82
    Height = 13
83
    Caption = 'Alle Rechte vorbehalten!'
84
  end
85
  object URL2: TLabel
86
    Left = 152
87
    Top = 136
88
    Width = 117
89
    Height = 13
90
    Cursor = crHandPoint
91
    Caption = 'www.daniel-marschall.de'
92
    Font.Charset = DEFAULT_CHARSET
93
    Font.Color = clBlue
94
    Font.Height = -11
95
    Font.Name = 'MS Sans Serif'
96
    Font.Style = [fsUnderline]
97
    ParentFont = False
98
    Transparent = True
99
    OnClick = URL2Click
100
  end
101
  object URL1: TLabel
102
    Left = 152
103
    Top = 120
104
    Width = 118
105
    Height = 13
106
    Cursor = crHandPoint
107
    Caption = 'info@daniel-marschall.de'
108
    Font.Charset = DEFAULT_CHARSET
109
    Font.Color = clBlue
110
    Font.Height = -11
111
    Font.Name = 'MS Sans Serif'
112
    Font.Style = [fsUnderline]
113
    ParentFont = False
114
    Transparent = True
115
    OnClick = URL1Click
116
  end
117
  object ElPopupButton1: TButton
118
    Left = 208
119
    Top = 160
120
    Width = 107
121
    Height = 25
122
    Caption = 'OK'
123
    TabOrder = 0
124
    OnClick = ElPopupButton1Click
125
  end
126
end