Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /Unit11.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (hide annotations) (download)
Sat Aug 27 13:22:00 2016 UTC (7 years, 6 months ago) by yamat0jp
File size: 24635 byte(s)
暫く制作から離れたいのでコミット
データベースに追加したフィールドがありますメンテナンスフォームも一応表示できます
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 yamat0jp 19 Columns = <
191     item
192     Alignment = taLeftJustify
193     BGColor = clNone
194     DoSubmitValidation = True
195     Font.Color = clNone
196     Font.Size = 10
197     Font.Style = []
198     Header = False
199     Height = '0'
200     ShowHint = True
201     VAlign = vaMiddle
202     Visible = True
203     Width = '0'
204     Wrap = False
205     RawText = False
206     Css = ''
207     BlobCharLimit = 0
208     CompareHighlight = hcNone
209     DataField = 'NAME'
210     Title.Alignment = taCenter
211     Title.BGColor = clNone
212     Title.DoSubmitValidation = True
213     Title.Font.Color = clNone
214     Title.Font.Size = 10
215     Title.Font.Style = []
216     Title.Header = False
217     Title.Height = '0'
218     Title.ShowHint = True
219     Title.Text = 'NAME'
220     Title.VAlign = vaMiddle
221     Title.Visible = True
222     Title.Width = '0'
223     Title.Wrap = False
224     Title.RawText = True
225     end
226     item
227     Alignment = taLeftJustify
228     BGColor = clNone
229     DoSubmitValidation = True
230     Font.Color = clNone
231     Font.Size = 10
232     Font.Style = []
233     Header = False
234     Height = '0'
235     ShowHint = True
236     VAlign = vaMiddle
237     Visible = True
238     Width = '0'
239     Wrap = False
240     RawText = False
241     Css = ''
242     BlobCharLimit = 0
243     CompareHighlight = hcNone
244     DataField = 'PRICE'
245     Title.Alignment = taCenter
246     Title.BGColor = clNone
247     Title.DoSubmitValidation = True
248     Title.Font.Color = clNone
249     Title.Font.Size = 10
250     Title.Font.Style = []
251     Title.Header = False
252     Title.Height = '0'
253     Title.ShowHint = True
254     Title.Text = 'PRICE'
255     Title.VAlign = vaMiddle
256     Title.Visible = True
257     Title.Width = '0'
258     Title.Wrap = False
259     Title.RawText = True
260     end
261     item
262     Alignment = taLeftJustify
263     BGColor = clNone
264     DoSubmitValidation = True
265     Font.Color = clNone
266     Font.Size = 10
267     Font.Style = []
268     Header = False
269     Height = '0'
270     ShowHint = True
271     VAlign = vaMiddle
272     Visible = True
273     Width = '0'
274     Wrap = False
275     RawText = False
276     Css = ''
277     BlobCharLimit = 0
278     CompareHighlight = hcNone
279     DataField = 'DATE'
280     Title.Alignment = taCenter
281     Title.BGColor = clNone
282     Title.DoSubmitValidation = True
283     Title.Font.Color = clNone
284     Title.Font.Size = 10
285     Title.Font.Style = []
286     Title.Header = False
287     Title.Height = '0'
288     Title.ShowHint = True
289     Title.Text = 'DATE'
290     Title.VAlign = vaMiddle
291     Title.Visible = True
292     Title.Width = '0'
293     Title.Wrap = False
294     Title.RawText = True
295     end
296     item
297     Alignment = taLeftJustify
298     BGColor = clNone
299     DoSubmitValidation = True
300     Font.Color = clNone
301     Font.Size = 10
302     Font.Style = []
303     Header = False
304     Height = '0'
305     ShowHint = True
306     VAlign = vaMiddle
307     Visible = True
308     Width = '0'
309     Wrap = False
310     RawText = False
311     Css = ''
312     BlobCharLimit = 0
313     CompareHighlight = hcNone
314     DataField = 'THUMBNAIL'
315     Title.Alignment = taCenter
316     Title.BGColor = clNone
317     Title.DoSubmitValidation = True
318     Title.Font.Color = clNone
319     Title.Font.Size = 10
320     Title.Font.Style = []
321     Title.Header = False
322     Title.Height = '0'
323     Title.ShowHint = True
324     Title.Text = 'THUMBNAIL'
325     Title.VAlign = vaMiddle
326     Title.Visible = True
327     Title.Width = '0'
328     Title.Wrap = False
329     Title.RawText = True
330     end
331     item
332     Alignment = taLeftJustify
333     BGColor = clNone
334     DoSubmitValidation = True
335     Font.Color = clNone
336     Font.Size = 10
337     Font.Style = []
338     Header = False
339     Height = '0'
340     ShowHint = True
341     VAlign = vaMiddle
342     Visible = True
343     Width = '0'
344     Wrap = False
345     RawText = False
346     Css = ''
347     BlobCharLimit = 0
348     CompareHighlight = hcNone
349     DataField = 'MAKER'
350     Title.Alignment = taCenter
351     Title.BGColor = clNone
352     Title.DoSubmitValidation = True
353     Title.Font.Color = clNone
354     Title.Font.Size = 10
355     Title.Font.Style = []
356     Title.Header = False
357     Title.Height = '0'
358     Title.ShowHint = True
359     Title.Text = 'MAKER'
360     Title.VAlign = vaMiddle
361     Title.Visible = True
362     Title.Width = '0'
363     Title.Wrap = False
364     Title.RawText = True
365     end
366     item
367     Alignment = taLeftJustify
368     BGColor = clNone
369     DoSubmitValidation = True
370     Font.Color = clNone
371     Font.Size = 10
372     Font.Style = []
373     Header = False
374     Height = '0'
375     ShowHint = True
376     VAlign = vaMiddle
377     Visible = True
378     Width = '0'
379     Wrap = False
380     RawText = False
381     Css = ''
382     BlobCharLimit = 0
383     CompareHighlight = hcNone
384     DataField = 'CATEGORY'
385     Title.Alignment = taCenter
386     Title.BGColor = clNone
387     Title.DoSubmitValidation = True
388     Title.Font.Color = clNone
389     Title.Font.Size = 10
390     Title.Font.Style = []
391     Title.Header = False
392     Title.Height = '0'
393     Title.ShowHint = True
394     Title.Text = 'CATEGORY'
395     Title.VAlign = vaMiddle
396     Title.Visible = True
397     Title.Width = '0'
398     Title.Wrap = False
399     Title.RawText = True
400     end
401     item
402     Alignment = taLeftJustify
403     BGColor = clNone
404     DoSubmitValidation = True
405     Font.Color = clNone
406     Font.Size = 10
407     Font.Style = []
408     Header = False
409     Height = '0'
410     ShowHint = True
411     VAlign = vaMiddle
412     Visible = True
413     Width = '0'
414     Wrap = False
415     RawText = False
416     Css = ''
417     BlobCharLimit = 0
418     CompareHighlight = hcNone
419     DataField = 'STOCK'
420     Title.Alignment = taCenter
421     Title.BGColor = clNone
422     Title.DoSubmitValidation = True
423     Title.Font.Color = clNone
424     Title.Font.Size = 10
425     Title.Font.Style = []
426     Title.Header = False
427     Title.Height = '0'
428     Title.ShowHint = True
429     Title.Text = 'STOCK'
430     Title.VAlign = vaMiddle
431     Title.Visible = True
432     Title.Width = '0'
433     Title.Wrap = False
434     Title.RawText = True
435     end
436     item
437     Alignment = taLeftJustify
438     BGColor = clNone
439     DoSubmitValidation = True
440     Font.Color = clNone
441     Font.Size = 10
442     Font.Style = []
443     Header = False
444     Height = '0'
445     ShowHint = True
446     VAlign = vaMiddle
447     Visible = True
448     Width = '0'
449     Wrap = False
450     RawText = False
451     Css = ''
452     BlobCharLimit = 0
453     CompareHighlight = hcNone
454     DataField = 'WEIGHT'
455     Title.Alignment = taCenter
456     Title.BGColor = clNone
457     Title.DoSubmitValidation = True
458     Title.Font.Color = clNone
459     Title.Font.Size = 10
460     Title.Font.Style = []
461     Title.Header = False
462     Title.Height = '0'
463     Title.ShowHint = True
464     Title.Text = 'WEIGHT'
465     Title.VAlign = vaMiddle
466     Title.Visible = True
467     Title.Width = '0'
468     Title.Wrap = False
469     Title.RawText = True
470     end
471     item
472     Alignment = taLeftJustify
473     BGColor = clNone
474     DoSubmitValidation = True
475     Font.Color = clNone
476     Font.Size = 10
477     Font.Style = []
478     Header = False
479     Height = '0'
480     ShowHint = True
481     VAlign = vaMiddle
482     Visible = True
483     Width = '0'
484     Wrap = False
485     RawText = False
486     Css = ''
487     BlobCharLimit = 0
488     CompareHighlight = hcNone
489     DataField = 'COMMENT'
490     Title.Alignment = taCenter
491     Title.BGColor = clNone
492     Title.DoSubmitValidation = True
493     Title.Font.Color = clNone
494     Title.Font.Size = 10
495     Title.Font.Style = []
496     Title.Header = False
497     Title.Height = '0'
498     Title.ShowHint = True
499     Title.Text = 'COMMENT'
500     Title.VAlign = vaMiddle
501     Title.Visible = True
502     Title.Width = '0'
503     Title.Wrap = False
504     Title.RawText = True
505     end
506     item
507     Alignment = taLeftJustify
508     BGColor = clNone
509     DoSubmitValidation = True
510     Font.Color = clNone
511     Font.Size = 10
512     Font.Style = []
513     Header = False
514     Height = '0'
515     ShowHint = True
516     VAlign = vaMiddle
517     Visible = True
518     Width = '0'
519     Wrap = False
520     RawText = False
521     Css = ''
522     BlobCharLimit = 0
523     CompareHighlight = hcNone
524     DataField = 'AGREE'
525     Title.Alignment = taCenter
526     Title.BGColor = clNone
527     Title.DoSubmitValidation = True
528     Title.Font.Color = clNone
529     Title.Font.Size = 10
530     Title.Font.Style = []
531     Title.Header = False
532     Title.Height = '0'
533     Title.ShowHint = True
534     Title.Text = 'AGREE'
535     Title.VAlign = vaMiddle
536     Title.Visible = True
537     Title.Width = '0'
538     Title.Wrap = False
539     Title.RawText = True
540     end>
541 yamat0jp 18 DataSource = DataSource1
542     FooterRowCount = 0
543     FriendlyName = 'IWDBGrid1'
544     FromStart = True
545     HighlightColor = clNone
546     HighlightRows = False
547     Options = [dgShowTitles]
548     RefreshMode = rmAutomatic
549     RowLimit = 0
550     RollOver = False
551     RowClick = False
552     RollOverColor = clNone
553     RowHeaderColor = clNone
554     RowAlternateColor = clNone
555     RowCurrentColor = clNone
556     TabOrder = -1
557     end
558 yamat0jp 15 object IWRegion1: TIWRegion
559     Left = 1
560     Top = 1
561     Width = 428
562     Height = 397
563     RenderInvisibleControls = True
564     BorderOptions.NumericWidth = 1
565     BorderOptions.BorderWidth = cbwNumeric
566     BorderOptions.Style = cbsSolid
567     BorderOptions.Color = clNone
568     object IWDBText1: TIWDBText
569     Left = 148
570     Top = 17
571     Width = 121
572     Height = 121
573     ConvertSpaces = False
574     DataField = 'COMMENT'
575     DataSource = DataModule3.view
576     FriendlyName = 'IWDBText1'
577     Font.Color = clNone
578     Font.Size = 10
579     Font.Style = []
580     RawText = False
581     UseFrame = False
582     WantReturns = True
583     end
584     object IWDBNavigator1: TIWDBNavigator
585     Left = 43
586 yamat0jp 18 Top = 327
587 yamat0jp 15 Width = 300
588     Height = 28
589     Confirmations.Delete = 'Are you sure you want to delete this record?'
590     Confirmations.Post = 'Are you sure you want to update this record?'
591     Confirmations.Cancel = 'Are you sure you want to cancel your changes to this record?'
592     DataSource = DataModule3.view
593     FriendlyName = 'IWDBNavigator1'
594     ImageHeight = 24
595     ImageWidth = 24
596     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel, nbRefresh]
597     Orientation = orHorizontal
598 yamat0jp 18 OnEdit = IWDBNavigator1Edit
599 yamat0jp 15 OnInsert = IWDBNavigator1Insert
600 yamat0jp 18 OnDelete = IWDBNavigator1Delete
601 yamat0jp 15 OnPost = IWDBNavigator1Post
602     OnBeforeAction = IWDBNavigator1BeforeAction
603     end
604     object IWDBEdit6: TIWDBEdit
605     Left = 80
606     Top = 225
607     Width = 121
608     Height = 21
609     Font.Color = clNone
610     Font.Size = 10
611     Font.Style = []
612     FriendlyName = 'IWDBEdit6'
613     SubmitOnAsyncEvent = True
614 yamat0jp 16 TabOrder = 0
615 yamat0jp 15 AutoEditable = False
616     DataField = 'WEIGHT'
617     PasswordPrompt = False
618     DataSource = DataModule3.view
619     end
620     object IWDBEdit5: TIWDBEdit
621     Left = 80
622     Top = 184
623     Width = 121
624     Height = 21
625     Font.Color = clNone
626     Font.Size = 10
627     Font.Style = []
628     FriendlyName = 'IWDBEdit5'
629     MaxLength = 80
630     SubmitOnAsyncEvent = True
631     TabOrder = 2
632     AutoEditable = False
633     DataField = 'PRICE'
634     PasswordPrompt = False
635     DataSource = DataModule3.view
636     end
637     object IWDBEdit4: TIWDBEdit
638     Left = 284
639     Top = 300
640     Width = 121
641     Height = 21
642     Font.Color = clNone
643     Font.Size = 10
644     Font.Style = []
645     FriendlyName = 'IWDBEdit4'
646     SubmitOnAsyncEvent = True
647     TabOrder = 4
648     AutoEditable = False
649     DataField = 'STOCK'
650     PasswordPrompt = False
651     DataSource = DataModule3.view
652     end
653     object IWDBEdit3: TIWDBEdit
654     Left = 284
655     Top = 263
656     Width = 121
657     Height = 21
658     Font.Color = clNone
659     Font.Size = 10
660     Font.Style = []
661     FriendlyName = 'IWDBEdit3'
662     MaxLength = 80
663     SubmitOnAsyncEvent = True
664     TabOrder = 5
665     AutoEditable = False
666     DataField = 'CATEGORY'
667     PasswordPrompt = False
668     DataSource = DataModule3.view
669     end
670     object IWDBEdit2: TIWDBEdit
671     Left = 284
672     Top = 225
673     Width = 121
674     Height = 21
675     Font.Color = clNone
676     Font.Size = 10
677     Font.Style = []
678     FriendlyName = 'IWDBEdit2'
679     MaxLength = 480
680     SubmitOnAsyncEvent = True
681     TabOrder = 6
682     AutoEditable = False
683     DataField = 'MAKER'
684     PasswordPrompt = False
685     DataSource = DataModule3.view
686     end
687     object IWDBEdit1: TIWDBEdit
688     Left = 284
689     Top = 184
690     Width = 121
691     Height = 21
692     Font.Color = clNone
693     Font.Size = 10
694     Font.Style = []
695     FriendlyName = 'IWDBEdit1'
696     MaxLength = 480
697     SubmitOnAsyncEvent = True
698     TabOrder = 7
699     AutoEditable = False
700     DataField = 'NAME'
701     PasswordPrompt = False
702     DataSource = DataModule3.view
703     end
704     object IWButton1: TIWButton
705     Left = 284
706 yamat0jp 16 Top = 145
707     Width = 59
708 yamat0jp 15 Height = 25
709 yamat0jp 16 Caption = #35501#12415#36796#12415
710 yamat0jp 15 Color = clBtnFace
711     Font.Color = clNone
712     Font.Size = 10
713     Font.Style = []
714     FriendlyName = 'IWButton1'
715     TabOrder = 3
716     OnClick = IWButton1Click
717     end
718     object IWLabel1: TIWLabel
719     Left = 220
720     Top = 189
721     Width = 49
722     Height = 16
723     Font.Color = clNone
724     Font.Size = 10
725     Font.Style = []
726     HasTabOrder = False
727     FriendlyName = 'IWLabel1'
728     Caption = #21830#21697#21517
729     end
730     object IWLabel2: TIWLabel
731     Left = 220
732     Top = 230
733     Width = 66
734     Height = 16
735     Font.Color = clNone
736     Font.Size = 10
737     Font.Style = []
738     HasTabOrder = False
739     FriendlyName = 'IWLabel2'
740     Caption = #12513#12540#12459#12540#21517
741     end
742     object IWLabel3: TIWLabel
743     Left = 220
744     Top = 263
745     Width = 47
746     Height = 16
747     Font.Color = clNone
748     Font.Size = 10
749     Font.Style = []
750     HasTabOrder = False
751     FriendlyName = 'IWLabel3'
752     Caption = #12459#12486#12468#12522
753     end
754     object IWLabel4: TIWLabel
755     Left = 220
756     Top = 305
757     Width = 49
758     Height = 16
759     Font.Color = clNone
760     Font.Size = 10
761     Font.Style = []
762     HasTabOrder = False
763     FriendlyName = 'IWLabel4'
764     Caption = #22312#24235#25968
765     end
766     object IWLabel5: TIWLabel
767     Left = 16
768     Top = 192
769     Width = 33
770     Height = 16
771     Font.Color = clNone
772     Font.Size = 10
773     Font.Style = []
774     HasTabOrder = False
775     FriendlyName = 'IWLabel5'
776     Caption = #20516#27573
777     end
778     object IWLabel6: TIWLabel
779     Left = 16
780     Top = 230
781     Width = 66
782     Height = 16
783     Font.Color = clNone
784     Font.Size = 10
785     Font.Style = []
786     HasTabOrder = False
787     FriendlyName = 'IWLabel6'
788     Caption = #21830#21697#37325#37327
789     end
790 yamat0jp 16 object IWImage1: TIWImage
791     Left = 296
792     Top = 17
793     Width = 96
794     Height = 64
795     RenderSize = False
796     StyleRenderOptions.RenderSize = False
797     BorderOptions.Width = 0
798     TabOrder = -1
799     UseSize = False
800     FriendlyName = 'IWImage1'
801     TransparentColor = clNone
802     JpegOptions.CompressionQuality = 90
803     JpegOptions.Performance = jpBestSpeed
804     JpegOptions.ProgressiveEncoding = False
805     JpegOptions.Smoothing = True
806     end
807     object IWButton3: TIWButton
808     Left = 360
809     Top = 145
810     Width = 45
811     Height = 25
812     Caption = #21066#38500
813     Color = clBtnFace
814     Font.Color = clNone
815     Font.Size = 10
816     Font.Style = []
817     FriendlyName = 'IWButton3'
818     TabOrder = 10
819     OnClick = IWButton3Click
820     end
821 yamat0jp 18 object IWDBCheckBox1: TIWDBCheckBox
822     Left = 80
823     Top = 280
824     Width = 121
825     Height = 21
826     Caption = #12450#12463#12486#12451#12502
827     Editable = True
828     Font.Color = clNone
829     Font.Size = 10
830     Font.Style = []
831     SubmitOnAsyncEvent = True
832     Style = stNormal
833     TabOrder = 11
834     AutoEditable = False
835     DataField = 'ACTIVATE'
836     DataSource = DataModule3.view
837     FriendlyName = 'IWDBCheckBox1'
838     ValueChecked = 'true'
839     ValueUnchecked = 'false'
840     end
841 yamat0jp 15 end
842     object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
843     TagType = ttIntraWeb
844     Templates.Default = 'adminfile.htm'
845     Left = 288
846     Top = 432
847     end
848     object FileOpenDialog1: TFileOpenDialog
849     FavoriteLinks = <>
850 yamat0jp 16 FileTypes = <>
851 yamat0jp 15 Options = []
852 yamat0jp 16 Left = 337
853     Top = 113
854 yamat0jp 15 end
855 yamat0jp 18 object FDQuery1: TFDQuery
856     Connection = DataModule3.FDConnection1
857     SQL.Strings = (
858     'select * from item_Data where agree = false;')
859     Left = 424
860     Top = 600
861     end
862     object DataSource1: TDataSource
863     DataSet = FDQuery1
864     Left = 368
865     Top = 600
866     end
867 yamat0jp 15 end

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