Rev 4 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4 | Rev 7 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | ClientHeight = 337 |
7 | ClientHeight = 337 |
8 | ClientWidth = 385 |
8 | ClientWidth = 385 |
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 = -12 |
12 | Font.Height = -11 |
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 | PixelsPerInch = 106 |
18 | PixelsPerInch = 96 |
19 | TextHeight = 13 |
19 | TextHeight = 13 |
20 | object HomeLbl: TLabel |
20 | object HomeLbl: TLabel |
21 | Left = 32 |
21 | Left = 32 |
22 | Top = 136 |
22 | Top = 136 |
23 | Width = 48 |
23 | Width = 48 |
Line 149... | Line 149... | ||
149 | 'Levels von Daniel Marschall, Patrick B'#252'ssecker und Andreas ' |
149 | 'Levels von Daniel Marschall, Patrick B'#252'ssecker und Andreas ' |
150 | 'K'#252'belsbeck.' |
150 | 'K'#252'belsbeck.' |
151 | '' |
151 | '' |
152 | 'Entwickelt mit Borland Turbo Delphi.' |
152 | 'Entwickelt mit Borland Turbo Delphi.' |
153 | '' |
153 | '' |
154 | 'Verwendete Komponenten: DelphiX 2000.') |
154 | 'Verwendete Komponenten: (un)DelphiX') |
155 | ReadOnly = True |
155 | ReadOnly = True |
156 | ScrollBars = ssVertical |
156 | ScrollBars = ssVertical |
157 | TabOrder = 1 |
157 | TabOrder = 1 |
158 | end |
158 | end |
159 | end |
159 | end |