source: trunk/Forms/UFormAbout.lfm

Last change on this file was 11, checked in by chronos, 11 years ago
  • Přidáno: První instalační program pro Windows.
  • Opraveno: Při ukládání se nepoužívala cílová cesta.
File size: 1.0 KB
Line 
1object FormAbout: TFormAbout
2 Left = 475
3 Height = 281
4 Top = 161
5 Width = 356
6 Caption = 'About'
7 ClientHeight = 281
8 ClientWidth = 356
9 Font.Height = -11
10 Font.Name = 'MS Sans Serif'
11 OnResize = FormResize
12 OnShow = FormShow
13 Position = poScreenCenter
14 LCLVersion = '1.1'
15 object Panel1: TPanel
16 Left = 8
17 Height = 228
18 Top = 8
19 Width = 342
20 Anchors = [akTop, akLeft, akRight, akBottom]
21 BevelInner = bvRaised
22 BevelOuter = bvLowered
23 ClientHeight = 228
24 ClientWidth = 342
25 TabOrder = 0
26 object Memo1: TMemo
27 Left = 8
28 Height = 213
29 Top = 8
30 Width = 324
31 Anchors = [akTop, akLeft, akRight, akBottom]
32 BorderStyle = bsNone
33 Color = clForm
34 ReadOnly = True
35 TabOrder = 0
36 end
37 end
38 object ButtonOk: TButton
39 Left = 136
40 Height = 25
41 Top = 248
42 Width = 75
43 Anchors = [akLeft, akBottom]
44 Caption = 'OK'
45 Default = True
46 ModalResult = 1
47 OnClick = ButtonOkClick
48 TabOrder = 1
49 end
50end
Note: See TracBrowser for help on using the repository browser.