Develop and Download Open Source Software

Browse Subversion Repository

Contents of /Unit2.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Sun Nov 22 11:18:44 2015 UTC (8 years, 4 months ago) by yamat0jp
File size: 11160 byte(s)
方向性はあってますが技術的に行き詰っています.IntraWebの情報・経験が不足しています.
ボタンでフォームを切り替えることさえうまくいきませんがセッションの問題でしょうか?
1 object IWForm2: TIWForm2
2 Left = 0
3 Top = 0
4 Width = 555
5 Height = 465
6 RenderInvisibleControls = False
7 AllowPageAccess = True
8 ConnectionMode = cmAny
9 Background.Fixed = False
10 HandleTabs = False
11 LeftToRight = True
12 LockUntilLoaded = True
13 LockOnSubmit = True
14 ShowHint = True
15 XPTheme = True
16 DesignLeft = 8
17 DesignTop = 8
18 object IWButton1: TIWButton
19 Left = 240
20 Top = 32
21 Width = 75
22 Height = 25
23 Cursor = crAuto
24 ParentShowHint = False
25 ShowHint = True
26 ZIndex = 0
27 RenderSize = True
28 StyleRenderOptions.RenderSize = True
29 StyleRenderOptions.RenderPosition = True
30 StyleRenderOptions.RenderFont = True
31 StyleRenderOptions.RenderZIndex = True
32 StyleRenderOptions.RenderVisibility = True
33 StyleRenderOptions.RenderStatus = True
34 StyleRenderOptions.RenderAbsolute = True
35 Caption = #25147#12427
36 DoSubmitValidation = True
37 Color = clBtnFace
38 Font.Color = clNone
39 Font.Size = 10
40 Font.Style = []
41 FriendlyName = 'IWButton1'
42 ScriptEvents = <>
43 TabOrder = 0
44 end
45 object IWDBNavigator1: TIWDBNavigator
46 Left = 141
47 Top = 392
48 Width = 300
49 Height = 28
50 Cursor = crAuto
51 ParentShowHint = False
52 ShowHint = True
53 ZIndex = 0
54 RenderSize = True
55 StyleRenderOptions.RenderSize = True
56 StyleRenderOptions.RenderPosition = True
57 StyleRenderOptions.RenderFont = True
58 StyleRenderOptions.RenderZIndex = True
59 StyleRenderOptions.RenderVisibility = True
60 StyleRenderOptions.RenderStatus = True
61 StyleRenderOptions.RenderAbsolute = True
62 Confirmations.Delete = 'Are you sure you want to delete this record?'
63 Confirmations.Post = 'Are you sure you want to update this record?'
64 Confirmations.Cancel = 'Are you sure you want to cancel your changes to this record?'
65 DataSource = DataModule1.item
66 FriendlyName = 'IWDBNavigator1'
67 ImageHeight = 24
68 ImageWidth = 24
69 VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel, nbRefresh]
70 Orientation = orHorizontal
71 OnEdit = IWDBNavigator1Edit
72 OnInsert = IWDBNavigator1Edit
73 OnPost = IWDBNavigator1Post
74 OnCancel = IWDBNavigator1Cancel
75 end
76 object IWDBEdit1: TIWDBEdit
77 Left = 280
78 Top = 80
79 Width = 121
80 Height = 21
81 Cursor = crAuto
82 ParentShowHint = False
83 ShowHint = True
84 ZIndex = 0
85 RenderSize = True
86 StyleRenderOptions.RenderSize = True
87 StyleRenderOptions.RenderPosition = True
88 StyleRenderOptions.RenderFont = True
89 StyleRenderOptions.RenderZIndex = True
90 StyleRenderOptions.RenderVisibility = True
91 StyleRenderOptions.RenderStatus = True
92 StyleRenderOptions.RenderAbsolute = True
93 Alignment = taLeftJustify
94 BGColor = clNone
95 FocusColor = clNone
96 DoSubmitValidation = True
97 Editable = True
98 NonEditableAsLabel = True
99 Font.Color = clNone
100 Font.Size = 10
101 Font.Style = []
102 FriendlyName = 'IWDBEdit1'
103 MaxLength = 0
104 ReadOnly = False
105 Required = False
106 ScriptEvents = <>
107 SubmitOnAsyncEvent = True
108 TabOrder = 2
109 AutoEditable = False
110 DataField = 'NAME'
111 PasswordPrompt = False
112 DataSource = DataModule1.item
113 end
114 object IWDBEdit2: TIWDBEdit
115 Left = 336
116 Top = 117
117 Width = 121
118 Height = 21
119 Cursor = crAuto
120 ParentShowHint = False
121 ShowHint = True
122 ZIndex = 0
123 RenderSize = True
124 StyleRenderOptions.RenderSize = True
125 StyleRenderOptions.RenderPosition = True
126 StyleRenderOptions.RenderFont = True
127 StyleRenderOptions.RenderZIndex = True
128 StyleRenderOptions.RenderVisibility = True
129 StyleRenderOptions.RenderStatus = True
130 StyleRenderOptions.RenderAbsolute = True
131 Alignment = taLeftJustify
132 BGColor = clNone
133 FocusColor = clNone
134 DoSubmitValidation = True
135 Editable = True
136 NonEditableAsLabel = True
137 Font.Color = clNone
138 Font.Size = 10
139 Font.Style = []
140 FriendlyName = 'IWDBEdit2'
141 MaxLength = 0
142 ReadOnly = False
143 Required = False
144 ScriptEvents = <>
145 SubmitOnAsyncEvent = True
146 TabOrder = 3
147 AutoEditable = False
148 DataField = 'SERIAL'
149 PasswordPrompt = False
150 DataSource = DataModule1.item
151 end
152 object IWLabel1: TIWLabel
153 Left = 240
154 Top = 122
155 Width = 47
156 Height = 16
157 Cursor = crAuto
158 ParentShowHint = False
159 ShowHint = True
160 ZIndex = 0
161 RenderSize = True
162 StyleRenderOptions.RenderSize = True
163 StyleRenderOptions.RenderPosition = True
164 StyleRenderOptions.RenderFont = True
165 StyleRenderOptions.RenderZIndex = True
166 StyleRenderOptions.RenderVisibility = True
167 StyleRenderOptions.RenderStatus = True
168 StyleRenderOptions.RenderAbsolute = True
169 Alignment = taLeftJustify
170 BGColor = clNone
171 Font.Color = clNone
172 Font.Size = 10
173 Font.Style = []
174 NoWrap = False
175 ConvertSpaces = False
176 HasTabOrder = False
177 FriendlyName = 'IWLabel1'
178 Caption = #12514#12487#12523#65306
179 RawText = False
180 end
181 object IWLabel2: TIWLabel
182 Left = 240
183 Top = 157
184 Width = 58
185 Height = 16
186 Cursor = crAuto
187 ParentShowHint = False
188 ShowHint = True
189 ZIndex = 0
190 RenderSize = True
191 StyleRenderOptions.RenderSize = True
192 StyleRenderOptions.RenderPosition = True
193 StyleRenderOptions.RenderFont = True
194 StyleRenderOptions.RenderZIndex = True
195 StyleRenderOptions.RenderVisibility = True
196 StyleRenderOptions.RenderStatus = True
197 StyleRenderOptions.RenderAbsolute = True
198 Alignment = taLeftJustify
199 BGColor = clNone
200 Font.Color = clNone
201 Font.Size = 10
202 Font.Style = []
203 NoWrap = False
204 ConvertSpaces = False
205 HasTabOrder = False
206 FriendlyName = 'IWLabel2'
207 Caption = #12513#12540#12459#12540#65306
208 RawText = False
209 end
210 object IWLabel3: TIWLabel
211 Left = 240
212 Top = 189
213 Width = 41
214 Height = 16
215 Cursor = crAuto
216 ParentShowHint = False
217 ShowHint = True
218 ZIndex = 0
219 RenderSize = True
220 StyleRenderOptions.RenderSize = True
221 StyleRenderOptions.RenderPosition = True
222 StyleRenderOptions.RenderFont = True
223 StyleRenderOptions.RenderZIndex = True
224 StyleRenderOptions.RenderVisibility = True
225 StyleRenderOptions.RenderStatus = True
226 StyleRenderOptions.RenderAbsolute = True
227 Alignment = taLeftJustify
228 BGColor = clNone
229 Font.Color = clNone
230 Font.Size = 10
231 Font.Style = []
232 NoWrap = False
233 ConvertSpaces = False
234 HasTabOrder = False
235 FriendlyName = 'IWLabel3'
236 Caption = #20385#26684#65306
237 RawText = False
238 end
239 object IWDBEdit3: TIWDBEdit
240 Left = 336
241 Top = 144
242 Width = 121
243 Height = 21
244 Cursor = crAuto
245 ParentShowHint = False
246 ShowHint = True
247 ZIndex = 0
248 RenderSize = True
249 StyleRenderOptions.RenderSize = True
250 StyleRenderOptions.RenderPosition = True
251 StyleRenderOptions.RenderFont = True
252 StyleRenderOptions.RenderZIndex = True
253 StyleRenderOptions.RenderVisibility = True
254 StyleRenderOptions.RenderStatus = True
255 StyleRenderOptions.RenderAbsolute = True
256 Alignment = taLeftJustify
257 BGColor = clNone
258 FocusColor = clNone
259 DoSubmitValidation = True
260 Editable = True
261 NonEditableAsLabel = True
262 Font.Color = clNone
263 Font.Size = 10
264 Font.Style = []
265 FriendlyName = 'IWDBEdit3'
266 MaxLength = 0
267 ReadOnly = False
268 Required = False
269 ScriptEvents = <>
270 SubmitOnAsyncEvent = True
271 TabOrder = 4
272 AutoEditable = False
273 DataField = 'MAKER'
274 PasswordPrompt = False
275 DataSource = DataModule1.item
276 end
277 object IWDBEdit4: TIWDBEdit
278 Left = 336
279 Top = 189
280 Width = 121
281 Height = 21
282 Cursor = crAuto
283 ParentShowHint = False
284 ShowHint = True
285 ZIndex = 0
286 RenderSize = True
287 StyleRenderOptions.RenderSize = True
288 StyleRenderOptions.RenderPosition = True
289 StyleRenderOptions.RenderFont = True
290 StyleRenderOptions.RenderZIndex = True
291 StyleRenderOptions.RenderVisibility = True
292 StyleRenderOptions.RenderStatus = True
293 StyleRenderOptions.RenderAbsolute = True
294 Alignment = taLeftJustify
295 BGColor = clNone
296 FocusColor = clNone
297 DoSubmitValidation = True
298 Editable = True
299 NonEditableAsLabel = True
300 Font.Color = clNone
301 Font.Size = 10
302 Font.Style = []
303 FriendlyName = 'IWDBEdit4'
304 MaxLength = 0
305 ReadOnly = False
306 Required = False
307 ScriptEvents = <>
308 SubmitOnAsyncEvent = True
309 TabOrder = 5
310 AutoEditable = False
311 DataField = 'PRICE'
312 PasswordPrompt = False
313 DataSource = DataModule1.item
314 end
315 object IWLabel4: TIWLabel
316 Left = 229
317 Top = 240
318 Width = 41
319 Height = 16
320 Cursor = crAuto
321 ParentShowHint = False
322 ShowHint = True
323 ZIndex = 0
324 RenderSize = True
325 StyleRenderOptions.RenderSize = True
326 StyleRenderOptions.RenderPosition = True
327 StyleRenderOptions.RenderFont = True
328 StyleRenderOptions.RenderZIndex = True
329 StyleRenderOptions.RenderVisibility = True
330 StyleRenderOptions.RenderStatus = True
331 StyleRenderOptions.RenderAbsolute = True
332 Alignment = taLeftJustify
333 BGColor = clNone
334 Font.Color = clNone
335 Font.Size = 10
336 Font.Style = []
337 NoWrap = False
338 ConvertSpaces = False
339 HasTabOrder = False
340 FriendlyName = 'IWLabel4'
341 Caption = #37325#37327#65306
342 RawText = False
343 end
344 object IWDBText1: TIWDBText
345 Left = 56
346 Top = 232
347 Width = 121
348 Height = 121
349 Cursor = crAuto
350 ParentShowHint = False
351 ShowHint = True
352 ZIndex = 0
353 RenderSize = True
354 StyleRenderOptions.RenderSize = True
355 StyleRenderOptions.RenderPosition = True
356 StyleRenderOptions.RenderFont = True
357 StyleRenderOptions.RenderZIndex = True
358 StyleRenderOptions.RenderVisibility = True
359 StyleRenderOptions.RenderStatus = True
360 StyleRenderOptions.RenderAbsolute = True
361 ConvertSpaces = False
362 DataField = 'COMMENT'
363 DataSource = DataModule1.item
364 FriendlyName = 'IWDBText1'
365 Font.Color = clNone
366 Font.Size = 10
367 Font.Style = []
368 RawText = False
369 UseFrame = False
370 WantReturns = True
371 end
372 object IWButton2: TIWButton
373 Left = 240
374 Top = 288
375 Width = 75
376 Height = 25
377 Cursor = crAuto
378 ParentShowHint = False
379 ShowHint = True
380 ZIndex = 0
381 RenderSize = True
382 StyleRenderOptions.RenderSize = True
383 StyleRenderOptions.RenderPosition = True
384 StyleRenderOptions.RenderFont = True
385 StyleRenderOptions.RenderZIndex = True
386 StyleRenderOptions.RenderVisibility = True
387 StyleRenderOptions.RenderStatus = True
388 StyleRenderOptions.RenderAbsolute = True
389 Caption = #30011#20687
390 DoSubmitValidation = True
391 Enabled = False
392 Color = clBtnFace
393 Font.Color = clNone
394 Font.Size = 10
395 Font.Style = []
396 FriendlyName = 'IWButton2'
397 ScriptEvents = <>
398 TabOrder = 6
399 end
400 end

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