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 13 by yamat0jp, Sun Sep 25 06:49:06 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          Name = 'css'
59          PathInfo = '/css'
60          OnAction = WebModule1cssAction
61      end>      end>
62    BeforeDispatch = WebModuleBeforeDispatch    BeforeDispatch = WebModuleBeforeDispatch
63      AfterDispatch = WebModuleAfterDispatch
64    Height = 230    Height = 230
65    Width = 415    Width = 415
66    object FDTable1: TFDTable    object FDTable1: TFDTable
# Line 146  object WebModule1: TWebModule1 Line 152  object WebModule1: TWebModule1
152    end    end
153    object DataSetPageProducer2: TDataSetPageProducer    object DataSetPageProducer2: TDataSetPageProducer
154      HTMLDoc.Strings = (      HTMLDoc.Strings = (
155        '<hr size=1>[<#no>]'        '<hr size=1>'
156        '<font size="+1" color="#D01166"><b><#sub></b></font><br>'        '<section id=number>[<#no>]</section>'
157                '<section id=title><#sub></section>'
158          '  Name:<font color="#007000"><b><#name></b></font><font size="-1' +        '<section id=name>  Name:<h1><#name></h1></section>'
159          '">  Date:<#date></font>'        '<section id=date>  Date:<h1><#date></h1></section>'
160        '<p><tt><#com><br></tt></p>')        '<section id=comment><p><#com></p></section>'
161          '')
162      DataSet = FDTable1      DataSet = FDTable1
163      OnHTMLTag = DataSetPageProducer2HTMLTag      OnHTMLTag = DataSetPageProducer2HTMLTag
164      Left = 312      Left = 312

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

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