Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /WebModuleUnit1.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (hide annotations) (download)
Thu Sep 29 11:11:08 2016 UTC (7 years, 5 months ago) by yamat0jp
File size: 5242 byte(s)
わからないままにアーカイブに対応
1 yamat0jp 1 object WebModule1: TWebModule1
2     OldCreateOrder = False
3     OnCreate = WebModuleCreate
4     OnDestroy = WebModuleDestroy
5     Actions = <
6     item
7     Default = True
8     Enabled = False
9     Name = 'index'
10     PathInfo = '/index'
11     OnAction = WebModule1DefaultHandlerAction
12     end
13     item
14     MethodType = mtPost
15     Name = 'regist'
16     PathInfo = '/regist'
17     OnAction = WebModule1registAction
18     end
19     item
20     Name = 'admin'
21     PathInfo = '/admin'
22     OnAction = WebModule1adminAction
23     end
24     item
25     Name = 'userdel'
26     PathInfo = '/userdel'
27     OnAction = WebModule1userdelAction
28     end
29     item
30     MethodType = mtPost
31     Name = 'admindel'
32     PathInfo = '/admindel'
33     OnAction = WebModule1admindelAction
34     end
35     item
36     Name = 'login'
37     PathInfo = '/login'
38     OnAction = WebModule1loginAction
39     end
40     item
41     MethodType = mtPost
42     Name = 'setup'
43     PathInfo = '/setup'
44     OnAction = WebModule1setupAction
45     end
46     item
47     Name = 'search'
48     PathInfo = '/search'
49     OnAction = WebModule1searchAction
50 yamat0jp 3 end
51     item
52     MethodType = mtPost
53     Name = 'adminset'
54     PathInfo = '/adminset'
55     OnAction = WebModule1adminsetAction
56 yamat0jp 13 end
57     item
58 yamat0jp 18 MethodType = mtGet
59 yamat0jp 13 Name = 'css'
60     PathInfo = '/css'
61     OnAction = WebModule1cssAction
62 yamat0jp 19 end
63     item
64     MethodType = mtGet
65     Name = 'archives'
66     PathInfo = '/archives'
67     OnAction = WebModule1archivesAction
68 yamat0jp 1 end>
69     BeforeDispatch = WebModuleBeforeDispatch
70 yamat0jp 13 AfterDispatch = WebModuleAfterDispatch
71 yamat0jp 1 Height = 230
72     Width = 415
73     object FDConnection1: TFDConnection
74     Params.Strings = (
75     'LockingMode=Normal'
76     'DriverID=SQLite')
77     Left = 56
78     Top = 80
79     end
80     object FDTable2: TFDTable
81     Connection = FDConnection1
82     UpdateOptions.UpdateTableName = 'information'
83     TableName = 'information'
84     Left = 120
85     Top = 144
86     object FDTable2home: TWideMemoField
87     FieldName = 'home'
88     Origin = 'home'
89 yamat0jp 17 BlobType = ftWideString
90 yamat0jp 1 end
91     object FDTable2title: TWideMemoField
92     FieldName = 'title'
93     Origin = 'title'
94 yamat0jp 17 BlobType = ftWideString
95 yamat0jp 1 end
96     object FDTable2title2: TWideMemoField
97     FieldName = 'title2'
98     Origin = 'title2'
99     BlobType = ftWideMemo
100     end
101     object FDTable2pass: TWideMemoField
102     FieldName = 'pass'
103     Origin = 'pass'
104 yamat0jp 17 BlobType = ftWideString
105 yamat0jp 1 end
106     object FDTable2ngwords: TWideMemoField
107     FieldName = 'ngwords'
108     Origin = 'ngwords'
109     BlobType = ftWideMemo
110     end
111 yamat0jp 4 object FDTable2mente: TBooleanField
112     FieldName = 'mente'
113     end
114 yamat0jp 1 end
115     object PageProducer1: TPageProducer
116     OnHTMLTag = PageProducer1HTMLTag
117     Left = 200
118     Top = 24
119     end
120     object DataSetPageProducer2: TDataSetPageProducer
121     HTMLDoc.Strings = (
122 yamat0jp 13 '<hr size=1>'
123     '<section id=number>[<#no>]</section>'
124     '<section id=title><#sub></section>'
125     '<section id=name> Name:<h1><#name></h1></section>'
126     '<section id=date> Date:<h1><#date></h1></section>'
127 yamat0jp 18 '<section id=comment><#com></section>'
128 yamat0jp 13 '')
129 yamat0jp 1 OnHTMLTag = DataSetPageProducer2HTMLTag
130     Left = 312
131     Top = 104
132     end
133     object adminDS: TDataSetPageProducer
134     HTMLDoc.Strings = (
135     '<tr>'
136     '<th><input type=checkbox name="<#no>" value="<#no>"></th>'
137     '<th><#no></th>'
138     '<th><font size="-1"><#date></font></th>'
139     '<th><font size="+1" color="#D01166"><b><#sub></b></font></th>'
140     '<th><font color="#007000"><b><#name></b></font></th>'
141     '</tr>')
142     OnHTMLTag = DataSetPageProducer2HTMLTag
143     Left = 312
144     Top = 168
145     end
146     object FDTable3: TFDTable
147     Connection = FDConnection1
148     UpdateOptions.UpdateTableName = 'setting'
149     TableName = 'setting'
150     Left = 184
151     Top = 144
152     object FDTable3link: TIntegerField
153     FieldName = 'link'
154     Origin = 'link'
155     end
156     object FDTable3count: TIntegerField
157     FieldName = 'count'
158     Origin = 'count'
159     end
160     object FDTable3line: TIntegerField
161     FieldName = 'line'
162     Origin = 'line'
163     end
164     end
165 yamat0jp 19 object FDTable1: TFDTable
166     Connection = FDConnection1
167     UpdateOptions.UpdateTableName = 'pbbs'
168     TableName = 'pbbs'
169     Left = 56
170     Top = 144
171     object FDTable1name: TWideMemoField
172     FieldName = 'name'
173     Origin = 'name'
174     BlobType = ftWideMemo
175     end
176     object FDTable1no: TIntegerField
177     FieldName = 'no'
178     Origin = 'no'
179     end
180     object FDTable1date: TWideMemoField
181     FieldName = 'date'
182     Origin = 'date'
183     BlobType = ftWideMemo
184     end
185     object FDTable1sub: TWideMemoField
186     FieldName = 'sub'
187     Origin = 'sub'
188     BlobType = ftWideMemo
189     end
190     object FDTable1com: TWideMemoField
191     FieldName = 'com'
192     Origin = 'com'
193     BlobType = ftWideMemo
194     end
195     object FDTable1pass: TWideMemoField
196     FieldName = 'pass'
197     Origin = 'pass'
198     BlobType = ftWideMemo
199     end
200     object FDTable1line: TIntegerField
201     FieldName = 'line'
202     Origin = 'line'
203     end
204     end
205 yamat0jp 1 end

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