Develop and Download Open Source Software

Browse Subversion Repository

Diff of /WebModuleUnit1.dfm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9 by yamat0jp, Sat Sep 17 04:45:16 2016 UTC revision 18 by yamat0jp, Thu Sep 29 08:48:40 2016 UTC
# Line 53  object WebModule1: TWebModule1 Line 53  object WebModule1: TWebModule1
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
# Line 113  object WebModule1: TWebModule1 Line 120  object WebModule1: TWebModule1
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'
# Line 128  object WebModule1: TWebModule1 Line 135  object WebModule1: TWebModule1
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'
# Line 146  object WebModule1: TWebModule1 Line 153  object WebModule1: TWebModule1
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

Legend:
Removed from v.9  
changed lines
  Added in v.18

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26