-
Notifications
You must be signed in to change notification settings - Fork 9
/
Main.dfm
46 lines (46 loc) · 987 Bytes
/
Main.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
object PascalModule: TPascalModule
OldCreateOrder = True
OnCreate = WebModuleCreate
OnDestroy = WebModuleDestroy
Actions = <
item
Default = True
Name = 'DefaultHandler'
PathInfo = '/*'
OnAction = PascalModuleDefaultHandlerAction
end>
OnException = WebModuleException
Height = 411
Width = 613
object PSImport_Classes: TPSImport_Classes
EnableStreams = True
EnableClasses = True
Left = 104
Top = 8
end
object PSImport_DateUtils: TPSImport_DateUtils
Left = 200
Top = 8
end
object PSImport_ComObj: TPSImport_ComObj
Left = 304
Top = 8
end
object PSImport_DB: TPSImport_DB
Left = 104
Top = 56
end
object PSImport_Controls: TPSImport_Controls
EnableStreams = True
EnableGraphics = True
EnableControls = True
Left = 200
Top = 56
end
object PSImport_StdCtrls: TPSImport_StdCtrls
EnableExtCtrls = True
EnableButtons = True
Left = 304
Top = 57
end
end