Develop and Download Open Source Software

Browse Subversion Repository

Contents of /WebModuleUnit1.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17 - (show annotations) (download)
Wed Sep 28 14:30:22 2016 UTC (7 years, 5 months ago) by yamat0jp
File size: 5128 byte(s)
localappはローカルにdata.sdbファイルをダウンロードして再設定を行うためのソフトです
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 end
51 item
52 MethodType = mtPost
53 Name = 'adminset'
54 PathInfo = '/adminset'
55 OnAction = WebModule1adminsetAction
56 end
57 item
58 Name = 'css'
59 PathInfo = '/css'
60 OnAction = WebModule1cssAction
61 end>
62 BeforeDispatch = WebModuleBeforeDispatch
63 AfterDispatch = WebModuleAfterDispatch
64 Height = 230
65 Width = 415
66 object FDTable1: TFDTable
67 Connection = FDConnection1
68 UpdateOptions.UpdateTableName = 'pbbs'
69 TableName = 'pbbs'
70 Left = 56
71 Top = 144
72 object FDTable1name: TWideMemoField
73 FieldName = 'name'
74 Origin = 'name'
75 BlobType = ftWideMemo
76 end
77 object FDTable1no: TIntegerField
78 FieldName = 'no'
79 Origin = 'no'
80 end
81 object FDTable1date: TWideMemoField
82 FieldName = 'date'
83 Origin = 'date'
84 BlobType = ftWideMemo
85 end
86 object FDTable1sub: TWideMemoField
87 FieldName = 'sub'
88 Origin = 'sub'
89 BlobType = ftWideMemo
90 end
91 object FDTable1com: TWideMemoField
92 FieldName = 'com'
93 Origin = 'com'
94 BlobType = ftWideMemo
95 end
96 object FDTable1pass: TWideMemoField
97 FieldName = 'pass'
98 Origin = 'pass'
99 BlobType = ftWideMemo
100 end
101 object FDTable1line: TIntegerField
102 FieldName = 'line'
103 Origin = 'line'
104 end
105 end
106 object FDConnection1: TFDConnection
107 Params.Strings = (
108 'LockingMode=Normal'
109 'DriverID=SQLite')
110 Left = 56
111 Top = 80
112 end
113 object FDTable2: TFDTable
114 Connection = FDConnection1
115 UpdateOptions.UpdateTableName = 'information'
116 TableName = 'information'
117 Left = 120
118 Top = 144
119 object FDTable2home: TWideMemoField
120 FieldName = 'home'
121 Origin = 'home'
122 BlobType = ftWideString
123 end
124 object FDTable2title: TWideMemoField
125 FieldName = 'title'
126 Origin = 'title'
127 BlobType = ftWideString
128 end
129 object FDTable2title2: TWideMemoField
130 FieldName = 'title2'
131 Origin = 'title2'
132 BlobType = ftWideMemo
133 end
134 object FDTable2pass: TWideMemoField
135 FieldName = 'pass'
136 Origin = 'pass'
137 BlobType = ftWideString
138 end
139 object FDTable2ngwords: TWideMemoField
140 FieldName = 'ngwords'
141 Origin = 'ngwords'
142 BlobType = ftWideMemo
143 end
144 object FDTable2mente: TBooleanField
145 FieldName = 'mente'
146 end
147 end
148 object PageProducer1: TPageProducer
149 OnHTMLTag = PageProducer1HTMLTag
150 Left = 200
151 Top = 24
152 end
153 object DataSetPageProducer2: TDataSetPageProducer
154 HTMLDoc.Strings = (
155 '<hr size=1>'
156 '<section id=number>[<#no>]</section>'
157 '<section id=title><#sub></section>'
158 '<section id=name> Name:<h1><#name></h1></section>'
159 '<section id=date> Date:<h1><#date></h1></section>'
160 '<section id=comment><p><#com></p></section>'
161 '')
162 DataSet = FDTable1
163 OnHTMLTag = DataSetPageProducer2HTMLTag
164 Left = 312
165 Top = 104
166 end
167 object adminDS: TDataSetPageProducer
168 HTMLDoc.Strings = (
169 '<tr>'
170 '<th><input type=checkbox name="<#no>" value="<#no>"></th>'
171 '<th><#no></th>'
172 '<th><font size="-1"><#date></font></th>'
173 '<th><font size="+1" color="#D01166"><b><#sub></b></font></th>'
174 '<th><font color="#007000"><b><#name></b></font></th>'
175 '</tr>')
176 DataSet = FDTable1
177 OnHTMLTag = DataSetPageProducer2HTMLTag
178 Left = 312
179 Top = 168
180 end
181 object FDTable3: TFDTable
182 Connection = FDConnection1
183 UpdateOptions.UpdateTableName = 'setting'
184 TableName = 'setting'
185 Left = 184
186 Top = 144
187 object FDTable3link: TIntegerField
188 FieldName = 'link'
189 Origin = 'link'
190 end
191 object FDTable3count: TIntegerField
192 FieldName = 'count'
193 Origin = 'count'
194 end
195 object FDTable3line: TIntegerField
196 FieldName = 'line'
197 Origin = 'line'
198 end
199 end
200 end

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