Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /Unit11.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18 - (hide annotations) (download)
Sat Aug 27 11:00:30 2016 UTC (7 years, 6 months ago) by yamat0jp
File size: 14939 byte(s)
データの更新をメンテナンス中に限定した
コミットファイルの設定を見直し

問題点はRecordCountを使った検索件数表示
1 yamat0jp 15 object AdminFile: TAdminFile
2     Left = 0
3     Top = 0
4 yamat0jp 18 Width = 481
5     Height = 692
6 yamat0jp 15 RenderInvisibleControls = True
7     AllowPageAccess = True
8     ConnectionMode = cmAny
9     OnCreate = IWAppFormCreate
10     OnDestroy = IWAppFormDestroy
11     Background.Fixed = False
12     LayoutMgr = IWTemplateProcessorHTML1
13     HandleTabs = False
14     LeftToRight = True
15     LockUntilLoaded = True
16     LockOnSubmit = True
17     ShowHint = True
18     XPTheme = True
19     DesignLeft = 8
20     DesignTop = 8
21     object IWGrid1: TIWGrid
22 yamat0jp 18 Left = 63
23     Top = 413
24 yamat0jp 15 Width = 300
25     Height = 150
26     BorderColors.Color = clNone
27     BorderColors.Light = clNone
28     BorderColors.Dark = clNone
29     BGColor = clNone
30     BorderSize = 1
31     BorderStyle = tfDefault
32     Caption = 'IWGrid1'
33     CellPadding = 0
34     CellSpacing = 0
35     Font.Color = clNone
36     Font.Size = 10
37     Font.Style = []
38     FrameBuffer = 40
39     Lines = tlAll
40     UseFrame = False
41     UseSize = True
42     OnRender = IWGrid1Render
43     FriendlyName = 'IWGrid1'
44     ColumnCount = 5
45     OnCellClick = IWGrid1CellClick
46     RowCount = 1
47     ShowEmptyCells = True
48     ShowInvisibleRows = True
49     ScrollToCurrentRow = False
50     end
51     object IWButton2: TIWButton
52     Left = 369
53     Top = 472
54     Width = 75
55     Height = 25
56     Caption = 'IWButton2'
57     Color = clBtnFace
58     Font.Color = clNone
59     Font.Size = 10
60     Font.Style = []
61     FriendlyName = 'IWButton2'
62     TabOrder = 8
63     OnClick = IWButton2Click
64     end
65 yamat0jp 16 object IWFileUploader1: TIWFileUploader
66     Left = 29
67     Top = 503
68     Width = 400
69     Height = 60
70     TabOrder = 9
71     TextStrings.DragText = 'Drop files here to upload'
72     TextStrings.UploadButtonText = 'Upload a file'
73     TextStrings.CancelButtonText = 'Cancel'
74     TextStrings.UploadErrorText = 'Upload failed'
75     TextStrings.MultipleFileDropNotAllowedText = 'You may only drop a single file'
76     TextStrings.OfTotalText = 'of'
77     TextStrings.RemoveButtonText = 'Remove'
78     TextStrings.TypeErrorText =
79     '{file} has an invalid extension. Only {extensions} files are all' +
80     'owed.'
81     TextStrings.SizeErrorText = '{file} is too large, maximum file size is {sizeLimit}.'
82     TextStrings.MinSizeErrorText = '{file} is too small, minimum file size is {minSizeLimit}.'
83     TextStrings.EmptyErrorText = '{file} is empty, please select files again without it.'
84     TextStrings.NoFilesErrorText = 'No files to upload.'
85     TextStrings.OnLeaveWarningText =
86     'The files are being uploaded, if you leave now the upload will b' +
87     'e cancelled.'
88     Style.ButtonOptions.Alignment = taCenter
89     Style.ButtonOptions.Font.Color = clWebWHITE
90     Style.ButtonOptions.Font.FontFamily = 'Arial, Sans-Serif, Verdana'
91     Style.ButtonOptions.Font.Size = 10
92     Style.ButtonOptions.Font.Style = []
93     Style.ButtonOptions.FromColor = clWebMAROON
94     Style.ButtonOptions.ToColor = clWebMAROON
95     Style.ButtonOptions.Height = 30
96     Style.ButtonOptions.Width = 200
97     Style.ButtonHoverOptions.Alignment = taCenter
98     Style.ButtonHoverOptions.Font.Color = clWebWHITE
99     Style.ButtonHoverOptions.Font.FontFamily = 'Arial, Sans-Serif, Verdana'
100     Style.ButtonHoverOptions.Font.Size = 10
101     Style.ButtonHoverOptions.Font.Style = []
102     Style.ButtonHoverOptions.FromColor = 214
103     Style.ButtonHoverOptions.ToColor = 214
104     Style.ListOptions.Alignment = taLeftJustify
105     Style.ListOptions.Font.Color = clWebBLACK
106     Style.ListOptions.Font.FontFamily = 'Arial, Sans-Serif, Verdana'
107     Style.ListOptions.Font.Size = 10
108     Style.ListOptions.Font.Style = []
109     Style.ListOptions.FromColor = clWebGOLD
110     Style.ListOptions.ToColor = clWebGOLD
111     Style.ListOptions.Height = 30
112     Style.ListOptions.Width = 0
113     Style.ListSuccessOptions.Alignment = taLeftJustify
114     Style.ListSuccessOptions.Font.Color = clWebWHITE
115     Style.ListSuccessOptions.Font.FontFamily = 'Arial, Sans-Serif, Verdana'
116     Style.ListSuccessOptions.Font.Size = 10
117     Style.ListSuccessOptions.Font.Style = []
118     Style.ListSuccessOptions.FromColor = clWebFORESTGREEN
119     Style.ListSuccessOptions.ToColor = clWebFORESTGREEN
120     Style.ListErrorOptions.Alignment = taLeftJustify
121     Style.ListErrorOptions.Font.Color = clWebWHITE
122     Style.ListErrorOptions.Font.FontFamily = 'Arial, Sans-Serif, Verdana'
123     Style.ListErrorOptions.Font.Size = 10
124     Style.ListErrorOptions.Font.Style = []
125     Style.ListErrorOptions.FromColor = clWebRED
126     Style.ListErrorOptions.ToColor = clWebRED
127     Style.DropAreaOptions.Alignment = taCenter
128     Style.DropAreaOptions.Font.Color = clWebWHITE
129     Style.DropAreaOptions.Font.FontFamily = 'Arial, Sans-Serif, Verdana'
130     Style.DropAreaOptions.Font.Size = 10
131     Style.DropAreaOptions.Font.Style = []
132     Style.DropAreaOptions.FromColor = clWebDARKORANGE
133     Style.DropAreaOptions.ToColor = clWebDARKORANGE
134     Style.DropAreaOptions.Height = 60
135     Style.DropAreaOptions.Width = 0
136     Style.DropAreaActiveOptions.Alignment = taCenter
137     Style.DropAreaActiveOptions.Font.Color = clWebWHITE
138     Style.DropAreaActiveOptions.Font.FontFamily = 'Arial, Sans-Serif, Verdana'
139     Style.DropAreaActiveOptions.Font.Size = 10
140     Style.DropAreaActiveOptions.Font.Style = []
141     Style.DropAreaActiveOptions.FromColor = clWebLIMEGREEN
142     Style.DropAreaActiveOptions.ToColor = clWebLIMEGREEN
143     Style.DropAreaActiveOptions.Height = 60
144     Style.DropAreaActiveOptions.Width = 0
145     AutoUpload = False
146     CssClasses.Strings = (
147     'button='
148     'button-hover='
149     'drop-area='
150     'drop-area-active='
151     'drop-area-disabled='
152     'list='
153     'upload-spinner='
154     'progress-bar='
155     'upload-file='
156     'upload-size='
157     'upload-listItem='
158     'upload-cancel='
159     'upload-success='
160     'upload-fail='
161     'success-icon='
162     'fail-icon=')
163     FriendlyName = 'IWFileUploader1'
164     Font.Color = clNone
165     Font.Size = 10
166     Font.Style = []
167     end
168 yamat0jp 18 object IWDBGrid1: TIWDBGrid
169     Left = 93
170     Top = 521
171     Width = 300
172     Height = 150
173     BorderColors.Color = clNone
174     BorderColors.Light = clNone
175     BorderColors.Dark = clNone
176     BGColor = clNone
177     BorderSize = 1
178     BorderStyle = tfDefault
179     Caption = #25215#35469#24453#12385#12524#12467#12540#12489
180     CellPadding = 0
181     CellSpacing = 0
182     Font.Color = clNone
183     Font.Size = 10
184     Font.Style = []
185     FrameBuffer = 40
186     Lines = tlAll
187     UseFrame = True
188     UseSize = True
189     ScrollToCurrentRow = False
190     Columns = <>
191     DataSource = DataSource1
192     FooterRowCount = 0
193     FriendlyName = 'IWDBGrid1'
194     FromStart = True
195     HighlightColor = clNone
196     HighlightRows = False
197     Options = [dgShowTitles]
198     RefreshMode = rmAutomatic
199     RowLimit = 0
200     RollOver = False
201     RowClick = False
202     RollOverColor = clNone
203     RowHeaderColor = clNone
204     RowAlternateColor = clNone
205     RowCurrentColor = clNone
206     TabOrder = -1
207     end
208 yamat0jp 15 object IWRegion1: TIWRegion
209     Left = 1
210     Top = 1
211     Width = 428
212     Height = 397
213     RenderInvisibleControls = True
214     BorderOptions.NumericWidth = 1
215     BorderOptions.BorderWidth = cbwNumeric
216     BorderOptions.Style = cbsSolid
217     BorderOptions.Color = clNone
218     object IWDBText1: TIWDBText
219     Left = 148
220     Top = 17
221     Width = 121
222     Height = 121
223     ConvertSpaces = False
224     DataField = 'COMMENT'
225     DataSource = DataModule3.view
226     FriendlyName = 'IWDBText1'
227     Font.Color = clNone
228     Font.Size = 10
229     Font.Style = []
230     RawText = False
231     UseFrame = False
232     WantReturns = True
233     end
234     object IWDBNavigator1: TIWDBNavigator
235     Left = 43
236 yamat0jp 18 Top = 327
237 yamat0jp 15 Width = 300
238     Height = 28
239     Confirmations.Delete = 'Are you sure you want to delete this record?'
240     Confirmations.Post = 'Are you sure you want to update this record?'
241     Confirmations.Cancel = 'Are you sure you want to cancel your changes to this record?'
242     DataSource = DataModule3.view
243     FriendlyName = 'IWDBNavigator1'
244     ImageHeight = 24
245     ImageWidth = 24
246     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel, nbRefresh]
247     Orientation = orHorizontal
248 yamat0jp 18 OnEdit = IWDBNavigator1Edit
249 yamat0jp 15 OnInsert = IWDBNavigator1Insert
250 yamat0jp 18 OnDelete = IWDBNavigator1Delete
251 yamat0jp 15 OnPost = IWDBNavigator1Post
252     OnBeforeAction = IWDBNavigator1BeforeAction
253     end
254     object IWDBEdit6: TIWDBEdit
255     Left = 80
256     Top = 225
257     Width = 121
258     Height = 21
259     Font.Color = clNone
260     Font.Size = 10
261     Font.Style = []
262     FriendlyName = 'IWDBEdit6'
263     SubmitOnAsyncEvent = True
264 yamat0jp 16 TabOrder = 0
265 yamat0jp 15 AutoEditable = False
266     DataField = 'WEIGHT'
267     PasswordPrompt = False
268     DataSource = DataModule3.view
269     end
270     object IWDBEdit5: TIWDBEdit
271     Left = 80
272     Top = 184
273     Width = 121
274     Height = 21
275     Font.Color = clNone
276     Font.Size = 10
277     Font.Style = []
278     FriendlyName = 'IWDBEdit5'
279     MaxLength = 80
280     SubmitOnAsyncEvent = True
281     TabOrder = 2
282     AutoEditable = False
283     DataField = 'PRICE'
284     PasswordPrompt = False
285     DataSource = DataModule3.view
286     end
287     object IWDBEdit4: TIWDBEdit
288     Left = 284
289     Top = 300
290     Width = 121
291     Height = 21
292     Font.Color = clNone
293     Font.Size = 10
294     Font.Style = []
295     FriendlyName = 'IWDBEdit4'
296     SubmitOnAsyncEvent = True
297     TabOrder = 4
298     AutoEditable = False
299     DataField = 'STOCK'
300     PasswordPrompt = False
301     DataSource = DataModule3.view
302     end
303     object IWDBEdit3: TIWDBEdit
304     Left = 284
305     Top = 263
306     Width = 121
307     Height = 21
308     Font.Color = clNone
309     Font.Size = 10
310     Font.Style = []
311     FriendlyName = 'IWDBEdit3'
312     MaxLength = 80
313     SubmitOnAsyncEvent = True
314     TabOrder = 5
315     AutoEditable = False
316     DataField = 'CATEGORY'
317     PasswordPrompt = False
318     DataSource = DataModule3.view
319     end
320     object IWDBEdit2: TIWDBEdit
321     Left = 284
322     Top = 225
323     Width = 121
324     Height = 21
325     Font.Color = clNone
326     Font.Size = 10
327     Font.Style = []
328     FriendlyName = 'IWDBEdit2'
329     MaxLength = 480
330     SubmitOnAsyncEvent = True
331     TabOrder = 6
332     AutoEditable = False
333     DataField = 'MAKER'
334     PasswordPrompt = False
335     DataSource = DataModule3.view
336     end
337     object IWDBEdit1: TIWDBEdit
338     Left = 284
339     Top = 184
340     Width = 121
341     Height = 21
342     Font.Color = clNone
343     Font.Size = 10
344     Font.Style = []
345     FriendlyName = 'IWDBEdit1'
346     MaxLength = 480
347     SubmitOnAsyncEvent = True
348     TabOrder = 7
349     AutoEditable = False
350     DataField = 'NAME'
351     PasswordPrompt = False
352     DataSource = DataModule3.view
353     end
354     object IWButton1: TIWButton
355     Left = 284
356 yamat0jp 16 Top = 145
357     Width = 59
358 yamat0jp 15 Height = 25
359 yamat0jp 16 Caption = #35501#12415#36796#12415
360 yamat0jp 15 Color = clBtnFace
361     Font.Color = clNone
362     Font.Size = 10
363     Font.Style = []
364     FriendlyName = 'IWButton1'
365     TabOrder = 3
366     OnClick = IWButton1Click
367     end
368     object IWLabel1: TIWLabel
369     Left = 220
370     Top = 189
371     Width = 49
372     Height = 16
373     Font.Color = clNone
374     Font.Size = 10
375     Font.Style = []
376     HasTabOrder = False
377     FriendlyName = 'IWLabel1'
378     Caption = #21830#21697#21517
379     end
380     object IWLabel2: TIWLabel
381     Left = 220
382     Top = 230
383     Width = 66
384     Height = 16
385     Font.Color = clNone
386     Font.Size = 10
387     Font.Style = []
388     HasTabOrder = False
389     FriendlyName = 'IWLabel2'
390     Caption = #12513#12540#12459#12540#21517
391     end
392     object IWLabel3: TIWLabel
393     Left = 220
394     Top = 263
395     Width = 47
396     Height = 16
397     Font.Color = clNone
398     Font.Size = 10
399     Font.Style = []
400     HasTabOrder = False
401     FriendlyName = 'IWLabel3'
402     Caption = #12459#12486#12468#12522
403     end
404     object IWLabel4: TIWLabel
405     Left = 220
406     Top = 305
407     Width = 49
408     Height = 16
409     Font.Color = clNone
410     Font.Size = 10
411     Font.Style = []
412     HasTabOrder = False
413     FriendlyName = 'IWLabel4'
414     Caption = #22312#24235#25968
415     end
416     object IWLabel5: TIWLabel
417     Left = 16
418     Top = 192
419     Width = 33
420     Height = 16
421     Font.Color = clNone
422     Font.Size = 10
423     Font.Style = []
424     HasTabOrder = False
425     FriendlyName = 'IWLabel5'
426     Caption = #20516#27573
427     end
428     object IWLabel6: TIWLabel
429     Left = 16
430     Top = 230
431     Width = 66
432     Height = 16
433     Font.Color = clNone
434     Font.Size = 10
435     Font.Style = []
436     HasTabOrder = False
437     FriendlyName = 'IWLabel6'
438     Caption = #21830#21697#37325#37327
439     end
440 yamat0jp 16 object IWImage1: TIWImage
441     Left = 296
442     Top = 17
443     Width = 96
444     Height = 64
445     RenderSize = False
446     StyleRenderOptions.RenderSize = False
447     BorderOptions.Width = 0
448     TabOrder = -1
449     UseSize = False
450     FriendlyName = 'IWImage1'
451     TransparentColor = clNone
452     JpegOptions.CompressionQuality = 90
453     JpegOptions.Performance = jpBestSpeed
454     JpegOptions.ProgressiveEncoding = False
455     JpegOptions.Smoothing = True
456     end
457     object IWButton3: TIWButton
458     Left = 360
459     Top = 145
460     Width = 45
461     Height = 25
462     Caption = #21066#38500
463     Color = clBtnFace
464     Font.Color = clNone
465     Font.Size = 10
466     Font.Style = []
467     FriendlyName = 'IWButton3'
468     TabOrder = 10
469     OnClick = IWButton3Click
470     end
471 yamat0jp 18 object IWDBCheckBox1: TIWDBCheckBox
472     Left = 80
473     Top = 280
474     Width = 121
475     Height = 21
476     Caption = #12450#12463#12486#12451#12502
477     Editable = True
478     Font.Color = clNone
479     Font.Size = 10
480     Font.Style = []
481     SubmitOnAsyncEvent = True
482     Style = stNormal
483     TabOrder = 11
484     AutoEditable = False
485     DataField = 'ACTIVATE'
486     DataSource = DataModule3.view
487     FriendlyName = 'IWDBCheckBox1'
488     ValueChecked = 'true'
489     ValueUnchecked = 'false'
490     end
491 yamat0jp 15 end
492     object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
493     TagType = ttIntraWeb
494     Templates.Default = 'adminfile.htm'
495     Left = 288
496     Top = 432
497     end
498     object FileOpenDialog1: TFileOpenDialog
499     FavoriteLinks = <>
500 yamat0jp 16 FileTypes = <>
501 yamat0jp 15 Options = []
502 yamat0jp 16 Left = 337
503     Top = 113
504 yamat0jp 15 end
505 yamat0jp 18 object FDQuery1: TFDQuery
506     Connection = DataModule3.FDConnection1
507     SQL.Strings = (
508     'select * from item_Data where agree = false;')
509     Left = 424
510     Top = 600
511     end
512     object DataSource1: TDataSource
513     DataSet = FDQuery1
514     Left = 368
515     Top = 600
516     end
517 yamat0jp 15 end

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