-
Notifications
You must be signed in to change notification settings - Fork 2
/
AboutFormUnit.dfm
107 lines (106 loc) · 2.44 KB
/
AboutFormUnit.dfm
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
object AboutForm: TAboutForm
Left = 338
Top = 351
BorderStyle = bsDialog
Caption = #1054' '#1087#1088#1086#1075#1088#1072#1084#1084#1077
ClientHeight = 252
ClientWidth = 281
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 16
Top = 16
Width = 32
Height = 32
end
object Label1: TLabel
Left = 56
Top = 16
Width = 102
Height = 13
Caption = 'Autorun Remover Pro'
end
object Label2: TLabel
Left = 56
Top = 33
Width = 96
Height = 13
Caption = 'ver 6.4 (26.04.2009)'
end
object Button1: TButton
Left = 190
Top = 216
Width = 75
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 0
OnClick = Button1Click
end
object Panel1: TPanel
Left = 16
Top = 56
Width = 249
Height = 153
BevelInner = bvLowered
TabOrder = 1
object JvScrollText1: TJvScrollText
Left = 10
Top = 2
Width = 226
Height = 149
Alignment = taCenter
Items.Strings = (
'Autorun Remover Pro'
'Version 6.4'
'Created by Olim Saidov aka zax'
'http://zax.ucoz.com'
''
'If you find any bugs or have suggestions and offers feel free to' +
' contact my e-mail shown above. Any comments are welcome.'
''
'Special thanks to:'
''
'Umed Qodirov aka Predator'
''
'and others'
'who helped me to develop this program.'
''
'Credits:'
''
'Ejection code based upon C code by Uwe_Sieber'
'http://www.codeproject.com'
'/system/RemoveDriveByLetter.asp'
''
'JEDI Code Library'
'http://sourceforge.net/projects/jcl'
''
'JEDI Setup and Config Manager API'
'http://www.delphi-jedi.org/'
''
'PNG ImageList by Martijn Saly'
'http://www.thany.org/pngcomponents')
Active = True
Delay = 10
BackgroundColor = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Align = alCustom
WordWrap = True
end
end
end