Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /WebModuleUnit1.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (hide annotations) (download)
Sat Sep 17 00:53:17 2016 UTC (7 years, 5 months ago) by yamat0jp
File size: 5050 byte(s)
XEへの移行の問題に取り組みました。SSL接続はやめにしました。自分で改良しないと乗っ取られます。
最初の設定画面がわからない人はそのまま設定ボタンをクリックしてください。ローカルでデバッグするときは:8080のポートをつけ忘れないでください。
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 1 end>
57     BeforeDispatch = WebModuleBeforeDispatch
58     Height = 230
59     Width = 415
60     object FDTable1: TFDTable
61     Connection = FDConnection1
62     UpdateOptions.UpdateTableName = 'pbbs'
63     TableName = 'pbbs'
64     Left = 56
65     Top = 144
66     object FDTable1name: TWideMemoField
67     FieldName = 'name'
68     Origin = 'name'
69     BlobType = ftWideMemo
70     end
71     object FDTable1no: TIntegerField
72     FieldName = 'no'
73     Origin = 'no'
74     end
75     object FDTable1date: TWideMemoField
76     FieldName = 'date'
77     Origin = 'date'
78     BlobType = ftWideMemo
79     end
80     object FDTable1sub: TWideMemoField
81     FieldName = 'sub'
82     Origin = 'sub'
83     BlobType = ftWideMemo
84     end
85     object FDTable1com: TWideMemoField
86     FieldName = 'com'
87     Origin = 'com'
88     BlobType = ftWideMemo
89     end
90     object FDTable1pass: TWideMemoField
91     FieldName = 'pass'
92     Origin = 'pass'
93     BlobType = ftWideMemo
94     end
95     object FDTable1line: TIntegerField
96     FieldName = 'line'
97     Origin = 'line'
98     end
99     end
100     object FDConnection1: TFDConnection
101     Params.Strings = (
102 yamat0jp 7
103     'Database=C:\Users\yamat\Documents\Embarcadero\Studio\Projects\my' +
104     'app\pbbs\data.sdb'
105 yamat0jp 1 'LockingMode=Normal'
106     'DriverID=SQLite')
107     Left = 56
108     Top = 80
109     end
110     object FDTable2: TFDTable
111     Connection = FDConnection1
112     UpdateOptions.UpdateTableName = 'information'
113     TableName = 'information'
114     Left = 120
115     Top = 144
116     object FDTable2home: TWideMemoField
117     FieldName = 'home'
118     Origin = 'home'
119     BlobType = ftWideMemo
120     end
121     object FDTable2title: TWideMemoField
122     FieldName = 'title'
123     Origin = 'title'
124     BlobType = ftWideMemo
125     end
126     object FDTable2title2: TWideMemoField
127     FieldName = 'title2'
128     Origin = 'title2'
129     BlobType = ftWideMemo
130     end
131     object FDTable2pass: TWideMemoField
132     FieldName = 'pass'
133     Origin = 'pass'
134     BlobType = ftWideMemo
135     end
136     object FDTable2ngwords: TWideMemoField
137     FieldName = 'ngwords'
138     Origin = 'ngwords'
139     BlobType = ftWideMemo
140     end
141 yamat0jp 4 object FDTable2mente: TBooleanField
142     FieldName = 'mente'
143     end
144 yamat0jp 1 end
145     object PageProducer1: TPageProducer
146     OnHTMLTag = PageProducer1HTMLTag
147     Left = 200
148     Top = 24
149     end
150     object DataSetPageProducer2: TDataSetPageProducer
151     HTMLDoc.Strings = (
152     '<hr size=1>[<#no>]'
153     '<font size="+1" color="#D01166"><b><#sub></b></font><br>'
154    
155     ' Name:<font color="#007000"><b><#name></b></font><font size="-1' +
156     '"> Date:<#date></font>'
157     '<p><tt><#com><br></tt></p>')
158     DataSet = FDTable1
159     OnHTMLTag = DataSetPageProducer2HTMLTag
160     Left = 312
161     Top = 104
162     end
163     object adminDS: TDataSetPageProducer
164     HTMLDoc.Strings = (
165     '<tr>'
166     '<th><input type=checkbox name="<#no>" value="<#no>"></th>'
167     '<th><#no></th>'
168     '<th><font size="-1"><#date></font></th>'
169     '<th><font size="+1" color="#D01166"><b><#sub></b></font></th>'
170     '<th><font color="#007000"><b><#name></b></font></th>'
171     '</tr>')
172     DataSet = FDTable1
173     OnHTMLTag = DataSetPageProducer2HTMLTag
174     Left = 312
175     Top = 168
176     end
177     object FDTable3: TFDTable
178     Connection = FDConnection1
179     UpdateOptions.UpdateTableName = 'setting'
180     TableName = 'setting'
181     Left = 184
182     Top = 144
183     object FDTable3link: TIntegerField
184     FieldName = 'link'
185     Origin = 'link'
186     end
187     object FDTable3count: TIntegerField
188     FieldName = 'count'
189     Origin = 'count'
190     end
191     object FDTable3line: TIntegerField
192     FieldName = 'line'
193     Origin = 'line'
194     end
195     end
196     end

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