source: tags/1.4.0/Forms/UFormAbout.lfm

Last change on this file was 142, checked in by chronos, 7 years ago
  • Modified: About dialog with application icon.
File size: 2.4 KB
Line 
1object FormAbout: TFormAbout
2 Left = 562
3 Height = 397
4 Top = 277
5 Width = 473
6 Caption = 'About'
7 ClientHeight = 397
8 ClientWidth = 473
9 OnCreate = FormCreate
10 OnShow = FormShow
11 Position = poScreenCenter
12 LCLVersion = '1.6.0.4'
13 object LabelDescription: TLabel
14 Left = 20
15 Height = 48
16 Top = 108
17 Width = 433
18 Align = alTop
19 BorderSpacing.Around = 20
20 Caption = 'Simple tool for quick searching of meaning for various acronyms and abbreviations.'
21 ParentColor = False
22 WordWrap = True
23 end
24 object ButtonClose: TButton
25 Left = 360
26 Height = 25
27 Top = 357
28 Width = 93
29 Anchors = [akRight, akBottom]
30 Caption = 'Close'
31 ModalResult = 1
32 TabOrder = 0
33 end
34 object LabelContent: TLabel
35 Left = 20
36 Height = 24
37 Top = 176
38 Width = 433
39 Align = alTop
40 BorderSpacing.Around = 20
41 Caption = ' '
42 ParentColor = False
43 end
44 object ButtonHomePage: TButton
45 Left = 16
46 Height = 25
47 Top = 357
48 Width = 176
49 Anchors = [akLeft, akBottom]
50 Caption = 'Home page'
51 OnClick = ButtonHomePageClick
52 TabOrder = 1
53 end
54 object Panel1: TPanel
55 Left = 0
56 Height = 88
57 Top = 0
58 Width = 473
59 Align = alTop
60 BevelOuter = bvNone
61 ClientHeight = 88
62 ClientWidth = 473
63 TabOrder = 2
64 object Image1: TImage
65 Left = 24
66 Height = 66
67 Top = 16
68 Width = 69
69 Picture.Data = {
70 1754506F727461626C654E6574776F726B477261706869632301000089504E47
71 0D0A1A0A0000000D49484452000000400000004008030000009DB781EC000000
72 0C504C544500000000000000003AFFC90EE9675ABE0000000174524E530040E6
73 D866000000C549444154789CEDD64B0EC3200C04D04C73FF3B77D1AAB2C1DF4E
74 48BB60364990FC440C121CC7CECEDF054968202580334881888137C1002F8303
75 664137C99A74228480334803A802EE68B589FEBC6A4030310E18DBE801516F6E
76 043E8F3E00098CCD2903EAA50740035807385B597E4E82AC5805445F57036613
77 61A6B10A2C60D7CB5FBA0710EB36353506C65F9E866AC0A982070B346660D5AB
78 D171FB90C0BC501980EC64A2812C9DC3D5AEF7AF185F5D309A4058BFFA9285B4
79 FE8A8B2655BEB3F3C33C01B6231002CAEF0D050000000049454E44AE426082
80 }
81 end
82 object LabelAppName: TLabel
83 Left = 104
84 Height = 55
85 Top = 16
86 Width = 338
87 Align = alCustom
88 BorderSpacing.Around = 20
89 Caption = 'Acronym Decoder'
90 Font.Height = -40
91 ParentColor = False
92 ParentFont = False
93 WordWrap = True
94 end
95 end
96end
Note: See TracBrowser for help on using the repository browser.