-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAboutShare.dfm
More file actions
38 lines (38 loc) · 1 KB
/
AboutShare.dfm
File metadata and controls
38 lines (38 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
inherited AboutBoxShare: TAboutBoxShare
Left = 325
Top = 210
PixelsPerInch = 96
TextHeight = 13
inherited Panel1: TPanel
inherited Comments1: TLabel
Top = 96
Width = 257
Caption =
'This program is shareware. You can copy and use it during the tr' +
'ial period for no charge as long as you do not use it for commer' +
'cial purposes or modify this program in any way.'
end
inherited Comments2: TLabel
Caption =
'After the trial period of 31 days has expired, you should regist' +
'er this product. Instructions are in the help file.'
end
inherited Release: TLabel
Width = 88
Caption = 'Shareware release'
end
end
inherited OKButton: TButton
Left = 63
end
object btnRegister: TButton
Left = 160
Top = 252
Width = 75
Height = 25
Hint = 'Show registration form'
Caption = '&Register'
TabOrder = 2
OnClick = btnRegisterClick
end
end