| 53 |
Name = 'adminset' |
Name = 'adminset' |
| 54 |
PathInfo = '/adminset' |
PathInfo = '/adminset' |
| 55 |
OnAction = WebModule1adminsetAction |
OnAction = WebModule1adminsetAction |
| 56 |
|
end |
| 57 |
|
item |
| 58 |
|
MethodType = mtGet |
| 59 |
|
Name = 'css' |
| 60 |
|
PathInfo = '/css' |
| 61 |
|
OnAction = WebModule1cssAction |
| 62 |
end> |
end> |
| 63 |
BeforeDispatch = WebModuleBeforeDispatch |
BeforeDispatch = WebModuleBeforeDispatch |
| 64 |
|
AfterDispatch = WebModuleAfterDispatch |
| 65 |
Height = 230 |
Height = 230 |
| 66 |
Width = 415 |
Width = 415 |
| 67 |
object FDTable1: TFDTable |
object FDTable1: TFDTable |
| 106 |
end |
end |
| 107 |
object FDConnection1: TFDConnection |
object FDConnection1: TFDConnection |
| 108 |
Params.Strings = ( |
Params.Strings = ( |
|
'Database=E:\Program Files (x86)\xampp\cgi-bin\data.sdb' |
|
| 109 |
'LockingMode=Normal' |
'LockingMode=Normal' |
| 110 |
'DriverID=SQLite') |
'DriverID=SQLite') |
| 111 |
Left = 56 |
Left = 56 |
| 120 |
object FDTable2home: TWideMemoField |
object FDTable2home: TWideMemoField |
| 121 |
FieldName = 'home' |
FieldName = 'home' |
| 122 |
Origin = 'home' |
Origin = 'home' |
| 123 |
BlobType = ftWideMemo |
BlobType = ftWideString |
| 124 |
end |
end |
| 125 |
object FDTable2title: TWideMemoField |
object FDTable2title: TWideMemoField |
| 126 |
FieldName = 'title' |
FieldName = 'title' |
| 127 |
Origin = 'title' |
Origin = 'title' |
| 128 |
BlobType = ftWideMemo |
BlobType = ftWideString |
| 129 |
end |
end |
| 130 |
object FDTable2title2: TWideMemoField |
object FDTable2title2: TWideMemoField |
| 131 |
FieldName = 'title2' |
FieldName = 'title2' |
| 135 |
object FDTable2pass: TWideMemoField |
object FDTable2pass: TWideMemoField |
| 136 |
FieldName = 'pass' |
FieldName = 'pass' |
| 137 |
Origin = 'pass' |
Origin = 'pass' |
| 138 |
BlobType = ftWideMemo |
BlobType = ftWideString |
| 139 |
end |
end |
| 140 |
object FDTable2ngwords: TWideMemoField |
object FDTable2ngwords: TWideMemoField |
| 141 |
FieldName = 'ngwords' |
FieldName = 'ngwords' |
| 153 |
end |
end |
| 154 |
object DataSetPageProducer2: TDataSetPageProducer |
object DataSetPageProducer2: TDataSetPageProducer |
| 155 |
HTMLDoc.Strings = ( |
HTMLDoc.Strings = ( |
| 156 |
'<hr size=1>[<#no>]' |
'<hr size=1>' |
| 157 |
'<font size="+1" color="#D01166"><b><#sub></b></font><br>' |
'<section id=number>[<#no>]</section>' |
| 158 |
|
'<section id=title><#sub></section>' |
| 159 |
' Name:<font color="#007000"><b><#name></b></font><font size="-1' + |
'<section id=name> Name:<h1><#name></h1></section>' |
| 160 |
'"> Date:<#date></font>' |
'<section id=date> Date:<h1><#date></h1></section>' |
| 161 |
'<p><tt><#com><br></tt></p>') |
'<section id=comment><#com></section>' |
| 162 |
|
'') |
| 163 |
DataSet = FDTable1 |
DataSet = FDTable1 |
| 164 |
OnHTMLTag = DataSetPageProducer2HTMLTag |
OnHTMLTag = DataSetPageProducer2HTMLTag |
| 165 |
Left = 312 |
Left = 312 |