OSDN Git Service

ハ゛タ50リリース2までの分をマージ
[gikonavigoeson/gikonavi.git] / Option.dfm
1 object OptionDialog: TOptionDialog
2   Left = 290
3   Top = 147
4   BorderStyle = bsDialog
5   Caption = #12458#12503#12471#12519#12531
6   ClientHeight = 428
7   ClientWidth = 518
8   Color = clBtnFace
9   Font.Charset = SHIFTJIS_CHARSET
10   Font.Color = clWindowText
11   Font.Height = -12
12   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
13   Font.Style = []
14   FormStyle = fsStayOnTop
15   OldCreateOrder = False
16   Position = poOwnerFormCenter
17   OnClose = FormClose
18   OnCreate = FormCreate
19   OnDestroy = FormDestroy
20   PixelsPerInch = 96
21   TextHeight = 12
22   object Label26: TLabel
23     Left = 32
24     Top = 132
25     Width = 69
26     Height = 12
27     Caption = #12497#12473#12527#12540#12489'(&P)'
28   end
29   object CancelBotton: TButton
30     Left = 232
31     Top = 400
32     Width = 89
33     Height = 21
34     Cancel = True
35     Caption = #12461#12515#12531#12475#12523
36     ModalResult = 2
37     TabOrder = 0
38   end
39   object ApplyButton: TButton
40     Left = 328
41     Top = 400
42     Width = 89
43     Height = 21
44     Cancel = True
45     Caption = #36969#29992'(&A)'
46     ModalResult = 8
47     TabOrder = 1
48     OnClick = ApplyButtonClick
49   end
50   object CroutOption: TButton
51     Left = 424
52     Top = 400
53     Width = 88
54     Height = 21
55     Caption = #35443#32048#35373#23450
56     TabOrder = 2
57     OnClick = CroutOptionClick
58   end
59   object OptionTab: TPageControl
60     Left = 4
61     Top = 4
62     Width = 509
63     Height = 389
64     ActivePage = Font1Sheet
65     MultiLine = True
66     TabIndex = 1
67     TabOrder = 3
68     OnChange = OptionTabChange
69     object ConnectSheet: TTabSheet
70       Caption = #25509#32154
71       object ReadProxyGroupBox: TGroupBox
72         Left = 12
73         Top = 4
74         Width = 477
75         Height = 105
76         Caption = #12503#12525#12461#12471#35373#23450' '#65288#12480#12454#12531#12525#12540#12489#29992#65289
77         TabOrder = 0
78         object ReadAddressLabel: TLabel
79           Left = 12
80           Top = 48
81           Width = 56
82           Height = 12
83           Caption = #12450#12489#12524#12473'(&R)'
84           FocusControl = ReadProxyAddressEdit
85         end
86         object ReadPortLabel: TLabel
87           Left = 368
88           Top = 48
89           Width = 47
90           Height = 12
91           Caption = #12509#12540#12488'(&O)'
92           FocusControl = ReadPortEdit
93         end
94         object ReadUserIDLabel: TLabel
95           Left = 12
96           Top = 76
97           Width = 63
98           Height = 12
99           Caption = #12518#12540#12470'ID(&U)'
100           FocusControl = ReadProxyUserIDEdit
101         end
102         object ReadPasswordLabel: TLabel
103           Left = 244
104           Top = 76
105           Width = 69
106           Height = 12
107           Caption = #12497#12473#12527#12540#12489'(&S)'
108           FocusControl = ReadProxyPasswordEdit
109         end
110         object ReadProxyCheck: TCheckBox
111           Left = 12
112           Top = 20
113           Width = 173
114           Height = 17
115           Caption = 'HTTP'#12503#12525#12461#12471#12434#20351#29992#12377#12427'(&P)'
116           TabOrder = 0
117           OnClick = ReadProxyCheckClick
118         end
119         object ReadProxyAddressEdit: TEdit
120           Left = 88
121           Top = 44
122           Width = 273
123           Height = 20
124           MaxLength = 256
125           TabOrder = 1
126         end
127         object ReadPortEdit: TEdit
128           Left = 420
129           Top = 44
130           Width = 45
131           Height = 20
132           MaxLength = 6
133           TabOrder = 2
134           OnExit = ReadPortEditExit
135         end
136         object ReadProxyUserIDEdit: TEdit
137           Left = 88
138           Top = 72
139           Width = 145
140           Height = 20
141           MaxLength = 256
142           TabOrder = 3
143         end
144         object ReadProxyPasswordEdit: TEdit
145           Left = 320
146           Top = 72
147           Width = 145
148           Height = 20
149           MaxLength = 256
150           PasswordChar = '*'
151           TabOrder = 4
152         end
153       end
154       object WriteProxyGroupBox: TGroupBox
155         Left = 12
156         Top = 116
157         Width = 477
158         Height = 105
159         Caption = #12503#12525#12461#12471#35373#23450' '#65288#26360#12365#36796#12415#29992#65289
160         TabOrder = 1
161         object WriteAddressLabel: TLabel
162           Left = 12
163           Top = 48
164           Width = 56
165           Height = 12
166           Caption = #12450#12489#12524#12473'(&D)'
167           FocusControl = WriteProxyAddressEdit
168         end
169         object WritePortLabel: TLabel
170           Left = 368
171           Top = 48
172           Width = 46
173           Height = 12
174           Caption = #12509#12540#12488'(&T)'
175           FocusControl = WritePortEdit
176         end
177         object WriteUserIDLabel: TLabel
178           Left = 12
179           Top = 76
180           Width = 62
181           Height = 12
182           Caption = #12518#12540#12470'ID(&E)'
183           FocusControl = WriteProxyUserIDEdit
184         end
185         object WritePasswordLabel: TLabel
186           Left = 244
187           Top = 76
188           Width = 71
189           Height = 12
190           Caption = #12497#12473#12527#12540#12489'(&W)'
191           FocusControl = WriteProxyPasswordEdit
192         end
193         object WriteProxyCheck: TCheckBox
194           Left = 12
195           Top = 20
196           Width = 173
197           Height = 17
198           Caption = 'HTTP'#12503#12525#12461#12471#12434#20351#29992#12377#12427'(&X)'
199           TabOrder = 0
200           OnClick = WriteProxyCheckClick
201         end
202         object WriteProxyAddressEdit: TEdit
203           Left = 88
204           Top = 44
205           Width = 273
206           Height = 20
207           MaxLength = 256
208           TabOrder = 1
209         end
210         object WritePortEdit: TEdit
211           Left = 420
212           Top = 44
213           Width = 45
214           Height = 20
215           MaxLength = 6
216           TabOrder = 2
217           OnExit = WritePortEditExit
218         end
219         object WriteProxyUserIDEdit: TEdit
220           Left = 88
221           Top = 72
222           Width = 145
223           Height = 20
224           MaxLength = 256
225           TabOrder = 3
226         end
227         object WriteProxyPasswordEdit: TEdit
228           Left = 320
229           Top = 72
230           Width = 145
231           Height = 20
232           MaxLength = 256
233           PasswordChar = '*'
234           TabOrder = 4
235         end
236       end
237       object GroupBox4: TGroupBox
238         Left = 12
239         Top = 224
240         Width = 477
241         Height = 113
242         Caption = #12508#12540#12489'URL(&U)'
243         TabOrder = 2
244         object Label13: TLabel
245           Left = 12
246           Top = 24
247           Width = 155
248           Height = 12
249           Caption = #65298#12385#12419#12435#12397#12427#12508#12540#12489#19968#35239'URL(&N)'
250         end
251         object BoardURLComboBox: TComboBox
252           Left = 24
253           Top = 43
254           Width = 417
255           Height = 20
256           ItemHeight = 12
257           TabOrder = 0
258           Text = 'BoardURLComboBox'
259         end
260         object AddURLButton: TButton
261           Left = 278
262           Top = 69
263           Width = 75
264           Height = 25
265           Caption = #36861#21152
266           TabOrder = 1
267           OnClick = AddURLButtonClick
268         end
269         object RemoveURLButton: TButton
270           Left = 366
271           Top = 69
272           Width = 75
273           Height = 25
274           Caption = #21066#38500
275           TabOrder = 2
276           OnClick = RemoveURLButtonClick
277         end
278       end
279     end
280     object Font1Sheet: TTabSheet
281       Caption = #12501#12457#12531#12488
282       ImageIndex = 1
283       object Bevel1: TBevel
284         Left = 8
285         Top = 100
286         Width = 485
287         Height = 2
288       end
289       object Bevel2: TBevel
290         Left = 8
291         Top = 239
292         Width = 485
293         Height = 2
294       end
295       object Label19: TLabel
296         Left = 16
297         Top = 8
298         Width = 103
299         Height = 12
300         Caption = #12461#12515#12499#12493#12483#12488#65288#12484#12522#12540#65289
301       end
302       object Bevel5: TBevel
303         Left = 252
304         Top = 4
305         Width = 2
306         Height = 341
307       end
308       object Label20: TLabel
309         Left = 16
310         Top = 108
311         Width = 66
312         Height = 12
313         Caption = #12473#12524#12483#12489#12522#12473#12488
314       end
315       object Label21: TLabel
316         Left = 16
317         Top = 248
318         Width = 106
319         Height = 12
320         Caption = #12502#12521#12454#12470#12509#12483#12503#12450#12483#12503
321       end
322       object Label22: TLabel
323         Left = 268
324         Top = 8
325         Width = 64
326         Height = 12
327         Caption = #12502#12521#12454#12470#12479#12502
328       end
329       object Label23: TLabel
330         Left = 268
331         Top = 108
332         Width = 82
333         Height = 12
334         Caption = #12456#12487#12451#12479#12486#12461#12473#12488
335       end
336       object lblSFont: TLabel
337         Left = 268
338         Top = 249
339         Width = 221
340         Height = 73
341         AutoSize = False
342         Caption = '_'
343         WordWrap = True
344       end
345       object CabinetFontBotton: TButton
346         Left = 156
347         Top = 24
348         Width = 85
349         Height = 21
350         Caption = #12501#12457#12531#12488'(&B)...'
351         TabOrder = 0
352         OnClick = CabinetFontBottonClick
353       end
354       object CabinetColorBotton: TButton
355         Left = 156
356         Top = 48
357         Width = 85
358         Height = 21
359         Caption = #32972#26223#33394'(&C)...'
360         TabOrder = 2
361         OnClick = CabinetColorBottonClick
362       end
363       object CabinetDefaultButton: TButton
364         Left = 156
365         Top = 72
366         Width = 85
367         Height = 21
368         Caption = #12487#12501#12457#12523#12488'(&D)'
369         TabOrder = 3
370         OnClick = CabinetDefaultButtonClick
371       end
372       object CabinetMemo: TMemo
373         Left = 12
374         Top = 24
375         Width = 137
376         Height = 69
377         TabStop = False
378         Lines.Strings = (
379           #12461#12515#12499#12493#12483#12488)
380         ReadOnly = True
381         TabOrder = 1
382         WantReturns = False
383         WordWrap = False
384       end
385       object ListMemo: TMemo
386         Left = 12
387         Top = 124
388         Width = 137
389         Height = 69
390         TabStop = False
391         Lines.Strings = (
392           #12473#12524#12483#12489#12522#12473#12488)
393         ReadOnly = True
394         TabOrder = 15
395         WantReturns = False
396         WordWrap = False
397       end
398       object ListFontBotton: TButton
399         Left = 156
400         Top = 124
401         Width = 85
402         Height = 21
403         Caption = #12501#12457#12531#12488'(&E)...'
404         TabOrder = 4
405         OnClick = ListFontBottonClick
406       end
407       object ListColorBotton: TButton
408         Left = 156
409         Top = 148
410         Width = 85
411         Height = 21
412         Caption = #32972#26223#33394'(&F)...'
413         TabOrder = 5
414         OnClick = ListColorBottonClick
415       end
416       object ListDefaultBotton: TButton
417         Left = 156
418         Top = 172
419         Width = 85
420         Height = 21
421         Caption = #12487#12501#12457#12523#12488'(&G)'
422         TabOrder = 6
423         OnClick = ListDefaultBottonClick
424       end
425       object HintFontButton: TButton
426         Left = 156
427         Top = 264
428         Width = 85
429         Height = 21
430         Caption = #12501#12457#12531#12488'(&H)...'
431         TabOrder = 7
432         OnClick = HintFontButtonClick
433       end
434       object HintBackButton: TButton
435         Left = 156
436         Top = 288
437         Width = 85
438         Height = 21
439         Caption = #32972#26223#33394'(&I)...'
440         TabOrder = 8
441         OnClick = HintBackButtonClick
442       end
443       object HintDefaultButton: TButton
444         Left = 156
445         Top = 312
446         Width = 85
447         Height = 21
448         Caption = #12487#12501#12457#12523#12488'(&J)'
449         TabOrder = 9
450         OnClick = HintDefaultButtonClick
451       end
452       object HintMemo: TMemo
453         Left = 12
454         Top = 264
455         Width = 137
456         Height = 69
457         TabStop = False
458         Lines.Strings = (
459           #12502#12521#12454#12470#12509#12483#12503#12450#12483#12503)
460         ReadOnly = True
461         TabOrder = 16
462         WantReturns = False
463         WordWrap = False
464       end
465       object EditorMemo: TMemo
466         Left = 264
467         Top = 124
468         Width = 137
469         Height = 69
470         TabStop = False
471         Lines.Strings = (
472           #12456#12487#12451#12479#12486#12461#12473#12488)
473         ReadOnly = True
474         TabOrder = 17
475         WantReturns = False
476         WordWrap = False
477       end
478       object EditorFontBotton: TButton
479         Left = 408
480         Top = 124
481         Width = 85
482         Height = 21
483         Caption = #12501#12457#12531#12488'(&M)...'
484         TabOrder = 12
485         OnClick = EditorFontBottonClick
486       end
487       object EditorColorBotton: TButton
488         Left = 408
489         Top = 148
490         Width = 85
491         Height = 21
492         Caption = #32972#26223#33394'(&N)...'
493         TabOrder = 13
494         OnClick = EditorColorBottonClick
495       end
496       object EditorDefaultBotton: TButton
497         Left = 408
498         Top = 172
499         Width = 85
500         Height = 21
501         Caption = #12487#12501#12457#12523#12488'(&O)'
502         TabOrder = 14
503         OnClick = EditorDefaultBottonClick
504       end
505       object BrowserTabMemo: TMemo
506         Left = 264
507         Top = 24
508         Width = 137
509         Height = 69
510         TabStop = False
511         Lines.Strings = (
512           #12502#12521#12454#12470#12479#12502)
513         ReadOnly = True
514         TabOrder = 18
515         WantReturns = False
516         WordWrap = False
517       end
518       object BruwserTabFontButton: TButton
519         Left = 408
520         Top = 24
521         Width = 85
522         Height = 21
523         Caption = #12501#12457#12531#12488'(&K)...'
524         TabOrder = 10
525         OnClick = BruwserTabFontButtonClick
526       end
527       object BrowserTabDefaultButton: TButton
528         Left = 408
529         Top = 48
530         Width = 85
531         Height = 21
532         Caption = #12487#12501#12457#12523#12488'(&L)'
533         TabOrder = 11
534         OnClick = BrowserTabDefaultButtonClick
535       end
536       object OddResNumCheckBox: TCheckBox
537         Left = 15
538         Top = 201
539         Width = 130
540         Height = 17
541         Caption = #12524#12473#25968#22679#28187#12473#12524#24375#35519
542         TabOrder = 19
543         OnClick = OddResNumCheckBoxClick
544       end
545       object OddResNumColorBox: TColorBox
546         Left = 144
547         Top = 198
548         Width = 97
549         Height = 22
550         Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbCustomColor]
551         ItemHeight = 16
552         TabOrder = 20
553       end
554       object UnFocusedBoldCheckBox: TCheckBox
555         Left = 15
556         Top = 219
557         Width = 210
558         Height = 17
559         Caption = #12501#12457#12540#12459#12473#12364#28961#12356#12392#12365#12399#22826#23383#12395#12377#12427
560         TabOrder = 21
561       end
562     end
563     object CSSTabSheet: TTabSheet
564       Caption = 'CSS '#12392#12473#12461#12531
565       ImageIndex = 10
566       object GroupBox12: TGroupBox
567         Left = 12
568         Top = 8
569         Width = 477
570         Height = 329
571         Caption = #12473#12479#12452#12523#12471#12540#12488#12392#12473#12461#12531
572         TabOrder = 0
573         object CSSListLabel: TLabel
574           Left = 12
575           Top = 48
576           Width = 191
577           Height = 12
578           Caption = #12473#12479#12452#12523#12471#12540#12488#12414#12383#12399#12473#12461#12531#12398#36984#25246'(&S)'
579         end
580         object CSSCheckBox: TCheckBox
581           Left = 12
582           Top = 20
583           Width = 317
584           Height = 17
585           Caption = #12473#12524#12483#12489#34920#31034#12395#12473#12479#12452#12523#12471#12540#12488#12414#12383#12399#12473#12461#12531#12434#20351#29992#12377#12427'(&A)'
586           TabOrder = 0
587           OnClick = CSSCheckBoxClick
588         end
589         object CSSListView: TListView
590           Left = 12
591           Top = 64
592           Width = 213
593           Height = 137
594           Columns = <
595             item
596               Caption = #12473#12479#12452#12523#12471#12540#12488#12414#12383#12399#12473#12461#12531
597               Width = 180
598             end>
599           ColumnClick = False
600           HideSelection = False
601           ReadOnly = True
602           RowSelect = True
603           TabOrder = 1
604           ViewStyle = vsReport
605           OnChange = CSSListViewChange
606         end
607         object CSSBrowser: TWebBrowser
608           Left = 232
609           Top = 64
610           Width = 233
611           Height = 257
612           TabOrder = 2
613           ControlData = {
614             4C00000015180000901A00000000000000000000000000000000000000000000
615             000000004C000000000000000000000001000000E0D057007335CF11AE690800
616             2B2E126208000000000000004C0000000114020000000000C000000000000046
617             8000000000000000000000000000000000000000000000000000000000000000
618             00000000000000000100000000000000000000000000000000000000}
619         end
620         object CSSFontCheckBox: TCheckBox
621           Left = 16
622           Top = 211
623           Width = 113
624           Height = 17
625           Caption = #12501#12457#12531#12488#12434#25351#23450'(&F)'
626           TabOrder = 3
627           OnClick = CSSFontCheckBoxClick
628         end
629         object CSSBackColorCheckBox: TCheckBox
630           Left = 16
631           Top = 242
632           Width = 113
633           Height = 17
634           Caption = #32972#26223#33394#12434#25351#23450'(&B)'
635           TabOrder = 4
636           OnClick = CSSBackColorCheckBoxClick
637         end
638         object CSSFontButton: TButton
639           Left = 136
640           Top = 208
641           Width = 75
642           Height = 21
643           Caption = #35373#23450'...'
644           Enabled = False
645           TabOrder = 5
646           OnClick = CSSFontButtonClick
647         end
648         object CSSBackColorButton: TButton
649           Left = 136
650           Top = 240
651           Width = 75
652           Height = 21
653           Caption = #35373#23450'...'
654           Enabled = False
655           TabOrder = 6
656           OnClick = CSSBackColorButtonClick
657         end
658       end
659     end
660     object TabSheet3: TTabSheet
661       Caption = #12473#12524#12483#12489#19968#35239
662       object GroupBox9: TGroupBox
663         Left = 12
664         Top = 8
665         Width = 477
666         Height = 41
667         Caption = #34920#31034#35373#23450
668         TabOrder = 0
669         object ThreadListIconCheckBox: TCheckBox
670           Left = 12
671           Top = 16
672           Width = 217
673           Height = 17
674           Caption = #12473#12524#12483#12489#26356#26032#12450#12452#12467#12531#12434#34920#31034#12377#12427'(&I)'
675           TabOrder = 0
676         end
677       end
678       object GroupBox16: TGroupBox
679         Left = 12
680         Top = 52
681         Width = 477
682         Height = 64
683         Caption = #12473#12524#20316#25104#26085#26178#34920#31034#35373#23450
684         TabOrder = 1
685         object CreationTimeLogsCheckBox: TCheckBox
686           Left = 12
687           Top = 16
688           Width = 217
689           Height = 17
690           Caption = #12525#12464#26377#12426#12473#12524#12483#12489#12398#12415#34920#31034
691           TabOrder = 0
692         end
693         object FutureThreadCheckBox: TCheckBox
694           Left = 12
695           Top = 40
696           Width = 265
697           Height = 17
698           Caption = #26085#20184#12364#26410#26469#12398#12418#12398#12399#34920#31034#12375#12394#12356#65288'492'#12473#12524#31995#65289
699           TabOrder = 1
700         end
701       end
702       object GroupBox5: TGroupBox
703         Left = 12
704         Top = 121
705         Width = 477
706         Height = 86
707         Caption = #12502#12521#12454#12470#12398#26368#22823#21270
708         TabOrder = 2
709         object BrowserMaxLabel: TLabel
710           Left = 12
711           Top = 24
712           Width = 6
713           Height = 12
714           Caption = '-'
715         end
716         object BrowserMaxCombo: TComboBox
717           Left = 12
718           Top = 56
719           Width = 229
720           Height = 20
721           Style = csDropDownList
722           ItemHeight = 12
723           TabOrder = 0
724           Items.Strings = (
725             #26368#22823#21270#12375#12394#12356
726             #12473#12524#12483#12489#12434#12463#12522#12483#12463#12375#12383#12392#12365
727             #12473#12524#12483#12489#12434#12480#12502#12523#12463#12522#12483#12463#12375#12383#12392#12365)
728         end
729       end
730       object GroupBox17: TGroupBox
731         Left = 12
732         Top = 212
733         Width = 477
734         Height = 63
735         Caption = #12502#12521#12454#12470#12479#12502#38750#34920#31034#26178#35373#23450
736         TabOrder = 3
737         object SelectIntervalLabel: TLabel
738           Left = 13
739           Top = 24
740           Width = 199
741           Height = 12
742           Caption = #12459#12540#12477#12523#12461#12540#12391#12398#31227#21205#26178#12398#28961#21453#24540#26178#38291
743         end
744         object Label4: TLabel
745           Left = 292
746           Top = 24
747           Width = 29
748           Height = 12
749           Caption = #12511#12522#31186
750         end
751         object Label6: TLabel
752           Left = 14
753           Top = 40
754           Width = 164
755           Height = 12
756           Caption = #65288'55'#12511#12522#31186#20197#19978#12395#35373#23450#12375#12390#19979#12373#12356#65289
757         end
758         object SelectIntervalEdit: TEdit
759           Left = 235
760           Top = 20
761           Width = 49
762           Height = 20
763           ImeMode = imClose
764           TabOrder = 0
765           Text = 'SelectIntervalEdit'
766         end
767       end
768       object GroupBox18: TGroupBox
769         Left = 12
770         Top = 278
771         Width = 477
772         Height = 43
773         Caption = 'dat'#33853#12385#12473#12524#12477#12540#12488#38918
774         TabOrder = 4
775         object DatOchiSortCombo: TComboBox
776           Left = 12
777           Top = 15
778           Width = 229
779           Height = 20
780           Style = csDropDownList
781           ItemHeight = 12
782           TabOrder = 0
783           Items.Strings = (
784             #12473#12524#19968#35239#12398#12477#12540#12488#38918
785             #12473#12524#30058#21495'('#26119#38918')'
786             #12473#12524#30058#21495'('#38477#38918')'
787             #21462#24471#26085#26178'('#26119#38918')'
788             #21462#24471#26085#26178'('#38477#38918')'
789             #12473#12524#20316#25104#26085#26178'('#26119#38918')'
790             #12473#12524#20316#25104#26085#26178'('#38477#38918')'
791             #12473#12524#26368#32066#26356#26032#26085#26178#65288#26119#38918#65289
792             #12473#12524#26368#32066#26356#26032#26085#26178#65288#38477#38918#65289)
793         end
794       end
795     end
796     object ThreadSheet: TTabSheet
797       Caption = #12473#12524#12483#12489#65297
798       ImageIndex = 5
799       object GroupBox1: TGroupBox
800         Left = 12
801         Top = 8
802         Width = 477
803         Height = 73
804         Caption = #34920#31034#35373#23450
805         TabOrder = 0
806         object ShowMailCheckBox: TCheckBox
807           Left = 12
808           Top = 20
809           Width = 277
810           Height = 17
811           Caption = #12513#12540#12523#27396#12434#34920#31034#12377#12427'(&M)'
812           TabOrder = 0
813         end
814         object ResRangeHoldCheckBox: TCheckBox
815           Left = 11
816           Top = 43
817           Width = 198
818           Height = 17
819           Caption = #36215#21205#26178#12398#12524#12473#34920#31034#31684#22258#12434#22266#23450#12377#12427
820           TabOrder = 1
821           OnClick = ResRangeHoldCheckBoxClick
822         end
823         object ResRangeHoldComboBox: TComboBox
824           Left = 224
825           Top = 40
826           Width = 145
827           Height = 20
828           Style = csDropDownList
829           ItemHeight = 12
830           TabOrder = 2
831           Items.Strings = (
832             #12377#12409#12390#12398#12524#12473#12434#34920#31034#12377#12427
833             #26368#26032'100'#12524#12473#12398#12415#34920#31034
834             #26410#35501#12524#12473#12398#12415#34920#31034
835             #26032#30528#12524#12473#12398#12415#34920#31034)
836         end
837       end
838       object GroupBox2: TGroupBox
839         Left = 12
840         Top = 92
841         Width = 477
842         Height = 121
843         Caption = #12522#12531#12463#12463#12522#12483#12463#26178#21205#20316
844         TabOrder = 1
845         object AppFolderLabel: TLabel
846           Left = 32
847           Top = 49
848           Width = 120
849           Height = 12
850           Caption = #12450#12503#12522#12465#12540#12471#12519#12531#12497#12473'(&L)'
851           FocusControl = AppFolderEdit
852         end
853         object URLAppCheckBox: TCheckBox
854           Left = 12
855           Top = 24
856           Width = 385
857           Height = 17
858           Caption = #12473#12524#12483#12489'URL'#12434#12463#12522#12483#12463#25351#23450#12375#12383#12392#12365#12395#25351#23450#12398#12450#12503#12522#12465#12540#12471#12519#12531#12391#38283#12367'(&P)'
859           TabOrder = 0
860           OnClick = URLAppCheckBoxClick
861         end
862         object AppFolderEdit: TEdit
863           Left = 32
864           Top = 65
865           Width = 309
866           Height = 20
867           TabOrder = 1
868         end
869         object AppFolderButton: TButton
870           Left = 350
871           Top = 64
872           Width = 75
873           Height = 21
874           Caption = #21442#29031'(&B)...'
875           TabOrder = 2
876           OnClick = AppFolderButtonClick
877         end
878         object OpenMailerCheckBox: TCheckBox
879           Left = 12
880           Top = 96
881           Width = 301
882           Height = 17
883           Caption = #12473#12524#12483#12489'mailto'#12463#12522#12483#12463#26178#12395#12513#12540#12521#12540#12434#36215#21205#12377#12427'(&T)'
884           TabOrder = 3
885           OnClick = URLAppCheckBoxClick
886         end
887       end
888       object GroupBox6: TGroupBox
889         Left = 12
890         Top = 220
891         Width = 477
892         Height = 49
893         Caption = #12525#12464#21066#38500
894         TabOrder = 2
895         object LogDeleteMessageCheckBox: TCheckBox
896           Left = 12
897           Top = 22
898           Width = 321
899           Height = 17
900           Caption = #12525#12464#12434#21066#38500#12377#12427#12392#12365#12395#30906#35469#12513#12483#12475#12540#12472#12434#34920#31034#12377#12427'(&O)'
901           TabOrder = 0
902           OnClick = URLAppCheckBoxClick
903         end
904       end
905       object ResAnchorGroupBox: TGroupBox
906         Left = 12
907         Top = 279
908         Width = 477
909         Height = 49
910         Caption = #12524#12473#12450#12531#12459#12540#12463#12522#12483#12463#26178#21205#20316
911         TabOrder = 3
912         object ResAnchorCheckBox: TCheckBox
913           Left = 12
914           Top = 21
915           Width = 165
916           Height = 17
917           Caption = #12381#12398#12524#12473#12414#12391#12472#12515#12531#12503#12377#12427
918           TabOrder = 0
919         end
920       end
921     end
922     object TabSheet1: TTabSheet
923       Caption = #12473#12524#12483#12489#65298
924       ImageIndex = 7
925       object PopupPositionRadioGroup: TRadioGroup
926         Left = 12
927         Top = 8
928         Width = 477
929         Height = 85
930         Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034'(&P)'
931         Columns = 3
932         Items.Strings = (
933           #24038#19978
934           #24038
935           #24038#19979
936           #19978
937           #20013#22830
938           #19979
939           #21491#19978
940           #21491
941           #21491#19979#65288#12487#12501#12457#12523#12488#65289)
942         TabOrder = 0
943       end
944       object TabAddRadioGroup: TRadioGroup
945         Left = 12
946         Top = 288
947         Width = 477
948         Height = 49
949         Caption = #12473#12524#12483#12489#12398#12479#12502#36861#21152#20301#32622'(&D)'
950         Columns = 2
951         Items.Strings = (
952           #19968#30058#22987#12417
953           #19968#30058#26368#24460)
954         TabOrder = 3
955       end
956       object GroupBox8: TGroupBox
957         Left = 12
958         Top = 176
959         Width = 477
960         Height = 105
961         Caption = #30011#20687#12503#12524#12499#12517#12540#12509#12483#12503#12450#12483#12503
962         TabOrder = 2
963         object Label14: TLabel
964           Left = 12
965           Top = 48
966           Width = 49
967           Height = 12
968           Caption = #12469#12452#12474'(&S)'
969           FocusControl = PreviewSizeComboBox
970         end
971         object Label15: TLabel
972           Left = 12
973           Top = 76
974           Width = 111
975           Height = 12
976           Caption = #34920#31034#12414#12391#12398#12454#12455#12452#12488'(&T)'
977           FocusControl = PreviewSizeComboBox
978         end
979         object Label16: TLabel
980           Left = 176
981           Top = 76
982           Width = 158
983           Height = 12
984           Caption = 'ms'#12288'(500'#65374'9999) 1000ms'#65309'1'#31186
985         end
986         object PreviewVisibleCheckBox: TCheckBox
987           Left = 12
988           Top = 16
989           Width = 233
990           Height = 17
991           Caption = #30011#20687#12503#12524#12499#12517#12540#12509#12483#12503#12450#12483#12503#12434#34920#31034#12377#12427'(&V)'
992           TabOrder = 0
993         end
994         object PreviewSizeComboBox: TComboBox
995           Left = 72
996           Top = 44
997           Width = 145
998           Height = 20
999           Style = csDropDownList
1000           ItemHeight = 12
1001           TabOrder = 1
1002           Items.Strings = (
1003             '128 * 96 pixel'
1004             '256 * 192 pixel'
1005             '384 * 288 pixel'
1006             '512 * 384 pixel'
1007             '640 * 480 pixel')
1008         end
1009         object PreviewWaitEdit: TEdit
1010           Left = 132
1011           Top = 72
1012           Width = 37
1013           Height = 20
1014           MaxLength = 4
1015           TabOrder = 2
1016           OnExit = PreviewWaitEditExit
1017         end
1018       end
1019       object GroupBox10: TGroupBox
1020         Left = 12
1021         Top = 100
1022         Width = 477
1023         Height = 69
1024         Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034#35373#23450
1025         TabOrder = 1
1026         object UnActivePopupCheckBox: TCheckBox
1027           Left = 12
1028           Top = 20
1029           Width = 357
1030           Height = 17
1031           Caption = #12462#12467#12490#12499#12364#38750#12450#12463#12486#12451#12502#12391#12418#12509#12483#12503#12450#12483#12503#12434#34920#31034#12377#12427'(&U)'
1032           TabOrder = 0
1033         end
1034         object ResPopupBoldCheckBox: TCheckBox
1035           Left = 12
1036           Top = 44
1037           Width = 225
1038           Height = 17
1039           Caption = #12504#12483#12480#12540#12434#22826#23383#12391#34920#31034#12377#12427'(&B)'
1040           TabOrder = 1
1041         end
1042       end
1043     end
1044     object TabSheet2: TTabSheet
1045       Caption = #12381#12398#20182#21205#20316#65297
1046       ImageIndex = 8
1047       object GroupBox7: TGroupBox
1048         Left = 12
1049         Top = 8
1050         Width = 477
1051         Height = 121
1052         Caption = #12450#12489#12524#12473#12496#12540
1053         TabOrder = 0
1054         object Label3: TLabel
1055           Left = 12
1056           Top = 96
1057           Width = 73
1058           Height = 12
1059           Caption = 'URL'#20445#23384#25968'(&S)'
1060           FocusControl = AddressHistoryCountEdit
1061         end
1062         object Label11: TLabel
1063           Left = 152
1064           Top = 96
1065           Width = 12
1066           Height = 12
1067           Caption = #20491
1068         end
1069         object URLDisplayCheckBox: TCheckBox
1070           Left = 12
1071           Top = 20
1072           Width = 389
1073           Height = 17
1074           Caption = #12473#12524#12483#12489#12434#38283#12356#12383#12392#12365#12395#12289#12450#12489#12524#12473#12496#12540#12395'URL'#12434#34920#31034#12377#12427'(&D)'
1075           TabOrder = 0
1076         end
1077         object AddressHistoryCountEdit: TEdit
1078           Left = 100
1079           Top = 92
1080           Width = 45
1081           Height = 20
1082           TabOrder = 3
1083           OnExit = AddressHistoryCountEditExit
1084         end
1085         object TabStopAddressBarCheckBox: TCheckBox
1086           Left = 12
1087           Top = 44
1088           Width = 389
1089           Height = 17
1090           Caption = #12479#12502#12461#12540#12391#12450#12489#12524#12473#12496#12540#12395#31227#21205#12391#12365#12427#12424#12358#12395#12377#12427'(&T)'
1091           TabOrder = 1
1092         end
1093         object LinkAddCheckBox: TCheckBox
1094           Left = 12
1095           Top = 68
1096           Width = 413
1097           Height = 17
1098           Caption = #12502#12521#12454#12470#12398#12522#12531#12463#12434#12463#12522#12483#12463#12375#12383#12392#12365#12395' '#12450#12489#12524#12473#12496#12540#23653#27508#12395'URL'#12434#36861#21152#12377#12427'(&L)'
1099           TabOrder = 2
1100         end
1101       end
1102       object GroupBox15: TGroupBox
1103         Left = 12
1104         Top = 132
1105         Width = 478
1106         Height = 79
1107         Caption = #30906#35469#12480#12452#12450#12525#12464
1108         TabOrder = 1
1109         object ShowDialogForEndCheckBox: TCheckBox
1110           Left = 12
1111           Top = 21
1112           Width = 204
1113           Height = 17
1114           Caption = #32066#20102#26178#12395#30906#35469#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427
1115           TabOrder = 0
1116         end
1117         object AllTabCloseCheckBox: TCheckBox
1118           Left = 12
1119           Top = 48
1120           Width = 344
1121           Height = 17
1122           Caption = #20840#12390#12398#12479#12502#12434#38281#12376#12427#12392#12365#12395#30906#35469#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427
1123           TabOrder = 1
1124         end
1125       end
1126       object SambaGroupBox: TGroupBox
1127         Left = 12
1128         Top = 216
1129         Width = 477
1130         Height = 48
1131         Caption = 'Samba24'#23550#31574
1132         TabOrder = 2
1133         object UseSambaCheckBox: TCheckBox
1134           Left = 12
1135           Top = 19
1136           Width = 153
1137           Height = 17
1138           Caption = 'Samba24'#23550#31574#27231#33021#12434#20351#12358
1139           TabOrder = 0
1140         end
1141       end
1142       object TabAutoSaveLoad: TGroupBox
1143         Left = 11
1144         Top = 271
1145         Width = 478
1146         Height = 50
1147         Caption = 'Tab'#33258#21205#20445#23384#12539#24489#20803
1148         TabOrder = 3
1149         object TabLoadSave: TCheckBox
1150           Left = 13
1151           Top = 18
1152           Width = 212
1153           Height = 17
1154           Caption = #32066#20102#26178#12395#12479#12502#12398#38918#30058#12434#33258#21205#20445#23384#12539#24489#20803
1155           TabOrder = 0
1156         end
1157       end
1158     end
1159     object TabSheet4: TTabSheet
1160       Caption = #12381#12398#20182#21205#20316#65298
1161       ImageIndex = 11
1162       object GroupBox13: TGroupBox
1163         Left = 12
1164         Top = 8
1165         Width = 473
1166         Height = 57
1167         Caption = #12473#12524#12483#12489#32094#36796#12415
1168         TabOrder = 0
1169         object UseUndecidedCheckBox: TCheckBox
1170           Left = 12
1171           Top = 20
1172           Width = 213
1173           Height = 17
1174           Caption = #26410#30906#23450#20837#21147#12391#12398#32094#36796#12415#12434#26377#21177#12395#12377#12427
1175           TabOrder = 0
1176         end
1177       end
1178       object GroupBox19: TGroupBox
1179         Left = 16
1180         Top = 80
1181         Width = 465
1182         Height = 49
1183         Caption = #23653#27508
1184         TabOrder = 1
1185         object Label17: TLabel
1186           Left = 12
1187           Top = 21
1188           Width = 89
1189           Height = 12
1190           Caption = #12473#12524#12483#12489#20445#23384#25968'(&T)'
1191           FocusControl = MaxRecordCountEdit
1192         end
1193         object Label18: TLabel
1194           Left = 194
1195           Top = 20
1196           Width = 12
1197           Height = 12
1198           Caption = #20491
1199         end
1200         object MaxRecordCountEdit: TEdit
1201           Left = 120
1202           Top = 16
1203           Width = 65
1204           Height = 20
1205           TabOrder = 0
1206           Text = 'RecordMaxCountEdit'
1207           OnExit = MaxRecordCountEditExit
1208         end
1209       end
1210     end
1211     object SoundSheet: TTabSheet
1212       Caption = #12469#12454#12531#12489
1213       ImageIndex = 6
1214       object SoundEventGroupBox: TGroupBox
1215         Left = 12
1216         Top = 8
1217         Width = 477
1218         Height = 205
1219         Caption = #12469#12454#12531#12489#12452#12505#12531#12488
1220         TabOrder = 0
1221         object SoundListView: TListView
1222           Left = 12
1223           Top = 20
1224           Width = 449
1225           Height = 145
1226           Columns = <
1227             item
1228               Caption = #12452#12505#12531#12488
1229               Width = 120
1230             end
1231             item
1232               Caption = #12501#12449#12452#12523
1233               Width = 260
1234             end>
1235           ColumnClick = False
1236           HideSelection = False
1237           ReadOnly = True
1238           RowSelect = True
1239           TabOrder = 0
1240           ViewStyle = vsReport
1241           OnChanging = SoundListViewChanging
1242         end
1243         object SoundReferButton: TButton
1244           Left = 392
1245           Top = 172
1246           Width = 67
1247           Height = 21
1248           Caption = #21442#29031'(&B)...'
1249           TabOrder = 3
1250           OnClick = SoundReferButtonClick
1251         end
1252         object SoundFileEdit: TEdit
1253           Left = 8
1254           Top = 172
1255           Width = 341
1256           Height = 20
1257           TabOrder = 1
1258           OnChange = SoundFileEditChange
1259         end
1260         object SoundPlayButton: TBitBtn
1261           Left = 356
1262           Top = 172
1263           Width = 29
1264           Height = 21
1265           TabOrder = 2
1266           OnClick = SoundPlayButtonClick
1267           Glyph.Data = {
1268             CE000000424DCE0000000000000076000000280000000B0000000B0000000100
1269             04000000000058000000C40E0000C40E00001000000000000000000000000000
1270             8000008000000080800080000000800080008080000080808000C0C0C0000000
1271             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555550
1272             0000555505555550000055550055555000005555000555500000555500005550
1273             0000555500000550000055550000555000005555000555500000555500555550
1274             000055550555555000005555555555500000}
1275         end
1276       end
1277     end
1278     object FolderSheet: TTabSheet
1279       Caption = #12501#12457#12523#12480
1280       ImageIndex = 5
1281       object FolderGroupBox: TGroupBox
1282         Left = 12
1283         Top = 8
1284         Width = 477
1285         Height = 109
1286         Caption = #12525#12464#12501#12457#12523#12480
1287         TabOrder = 0
1288         object Label1: TLabel
1289           Left = 12
1290           Top = 88
1291           Width = 210
1292           Height = 12
1293           Caption = #8251#12462#12467#12490#12499#12434#20877#36215#21205#12377#12427#12392#26377#21177#12395#12394#12426#12414#12377
1294         end
1295         object Label2: TLabel
1296           Left = 12
1297           Top = 20
1298           Width = 135
1299           Height = 12
1300           Caption = #12525#12464#12434#20445#23384#12377#12427#12501#12457#12523#12480'(&F)'
1301           FocusControl = LogFolderEdit
1302         end
1303         object Label5: TLabel
1304           Left = 12
1305           Top = 72
1306           Width = 269
1307           Height = 12
1308           Caption = #8251#26410#20837#21147#12398#22580#21512#12399#12487#12501#12457#12523#12488#12398#12501#12457#12523#12480#12434#20351#29992#12375#12414#12377
1309         end
1310         object LogFolderEdit: TEdit
1311           Left = 12
1312           Top = 40
1313           Width = 369
1314           Height = 20
1315           TabOrder = 0
1316         end
1317         object LogFolderButton: TButton
1318           Left = 388
1319           Top = 40
1320           Width = 75
1321           Height = 21
1322           Caption = #21442#29031'(&B)...'
1323           TabOrder = 1
1324           OnClick = LogFolderButtonClick
1325         end
1326       end
1327     end
1328     object NGwordSheet: TTabSheet
1329       Caption = #12354#12412#65374#12435
1330       ImageIndex = 11
1331       object GroupBox14: TGroupBox
1332         Left = 12
1333         Top = 8
1334         Width = 477
1335         Height = 161
1336         Caption = #12354#12412#65374#12435
1337         TabOrder = 0
1338         object RloCheckBox: TCheckBox
1339           Left = 12
1340           Top = 20
1341           Width = 389
1342           Height = 17
1343           Caption = '&&rlo;'#12392'&&lro;'#21442#29031#25991#23383#12434#28961#35222#12377#12427'(&F)'#12288#65288'Win98+IE6'#12518#12540#12470#12540#12481#12455#12483#12463#25512#22888#65289
1344           TabOrder = 0
1345         end
1346         object ReplaceulCheckBox: TCheckBox
1347           Left = 12
1348           Top = 66
1349           Width = 221
1350           Height = 17
1351           Caption = '<ul>'#12479#12464#12434'<br>'#12479#12464#12395#32622#25563#12377#12427'(&R)'
1352           TabOrder = 1
1353         end
1354         object PopUpAbonCheckBox: TCheckBox
1355           Left = 12
1356           Top = 88
1357           Width = 221
1358           Height = 17
1359           Caption = #12524#12473#12509#12483#12503#12450#12483#12503#26178#12398#12354#12412#65374#12435#26377#21177'(&P)'
1360           TabOrder = 2
1361         end
1362         object ShowNGLineCheckBox: TCheckBox
1363           Left = 12
1364           Top = 110
1365           Width = 181
1366           Height = 17
1367           Caption = 'NG'#12501#12449#12452#12523#12398#34892#25968#12434#34920#31034'(&N)'
1368           TabOrder = 3
1369         end
1370         object AddResAnchorCheckBox: TCheckBox
1371           Left = 12
1372           Top = 132
1373           Width = 205
1374           Height = 17
1375           Caption = #65326#65319#12524#12473#12408#12398#12524#12473#12450#12531#12459#12540#12398#36861#21152'(&A)'
1376           TabOrder = 4
1377         end
1378         object DeleteSyriaCheckBox: TCheckBox
1379           Left = 12
1380           Top = 44
1381           Width = 205
1382           Height = 17
1383           Caption = #12471#12522#12450#35486#12502#12521#12463#12521#23550#31574#12434#12377#12427
1384           TabOrder = 5
1385         end
1386       end
1387       object SpamFilterGroupBox: TGroupBox
1388         Left = 12
1389         Top = 176
1390         Width = 477
1391         Height = 57
1392         Caption = #12473#12497#12512#12501#12451#12523#12479
1393         TabOrder = 1
1394         Visible = False
1395         object SpamFilterAlgorithmComboBox: TComboBox
1396           Left = 12
1397           Top = 23
1398           Width = 145
1399           Height = 20
1400           Style = csDropDownList
1401           ItemHeight = 12
1402           ItemIndex = 0
1403           TabOrder = 0
1404           Text = #20351#29992#12375#12394#12356
1405           Items.Strings = (
1406             #20351#29992#12375#12394#12356
1407             #20351#29992#12377#12427)
1408         end
1409       end
1410     end
1411     object UserIDSheet: TTabSheet
1412       Caption = #65298#12385#12419#12435#12397#12427
1413       ImageIndex = 9
1414       object GroupBox3: TGroupBox
1415         Left = 12
1416         Top = 8
1417         Width = 477
1418         Height = 153
1419         Caption = #35469#35388
1420         TabOrder = 0
1421         object Label9: TLabel
1422           Left = 12
1423           Top = 24
1424           Width = 63
1425           Height = 12
1426           Caption = #12518#12540#12470'ID(&U)'
1427           FocusControl = UserIDEdit
1428         end
1429         object Label10: TLabel
1430           Left = 12
1431           Top = 52
1432           Width = 69
1433           Height = 12
1434           Caption = #12497#12473#12527#12540#12489'(&P)'
1435           FocusControl = PasswordEdit
1436         end
1437         object ForcedLoginLabel: TLabel
1438           Left = 136
1439           Top = 104
1440           Width = 89
1441           Height = 12
1442           Caption = 'ForcedLoginLabel'
1443         end
1444         object Tora3URLLabel: TLabel
1445           Left = 329
1446           Top = 133
1447           Width = 104
1448           Height = 12
1449           Caption = 'http://2ch.tora3.net/'
1450           Font.Charset = SHIFTJIS_CHARSET
1451           Font.Color = clBlue
1452           Font.Height = -12
1453           Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
1454           Font.Style = [fsUnderline]
1455           ParentFont = False
1456           OnClick = Tora3URLLabelClick
1457         end
1458         object Label12: TLabel
1459           Left = 237
1460           Top = 133
1461           Width = 83
1462           Height = 12
1463           Caption = #12518#12540#12470'ID'#12398#21462#24471
1464         end
1465         object UserIDEdit: TEdit
1466           Left = 88
1467           Top = 20
1468           Width = 377
1469           Height = 20
1470           TabOrder = 0
1471         end
1472         object PasswordEdit: TEdit
1473           Left = 88
1474           Top = 48
1475           Width = 377
1476           Height = 20
1477           PasswordChar = '*'
1478           TabOrder = 1
1479         end
1480         object AutoLoginCheckBox: TCheckBox
1481           Left = 12
1482           Top = 80
1483           Width = 193
1484           Height = 17
1485           Caption = #36215#21205#26178#12395#33258#21205#12525#12464#12452#12531#12377#12427'(&S)'
1486           TabOrder = 2
1487         end
1488         object ForcedLoginCheckBox: TCheckBox
1489           Left = 12
1490           Top = 102
1491           Width = 125
1492           Height = 19
1493           Caption = #24375#21046#12525#12464#12452#12531#12514#12540#12489
1494           TabOrder = 3
1495         end
1496       end
1497       object GroupBox11: TGroupBox
1498         Left = 16
1499         Top = 176
1500         Width = 473
1501         Height = 121
1502         Caption = 'Be 2ch'
1503         TabOrder = 1
1504         object Label7: TLabel
1505           Left = 8
1506           Top = 24
1507           Width = 73
1508           Height = 12
1509           Caption = #12513#12540#12523#12450#12489#12524#12473
1510         end
1511         object Label8: TLabel
1512           Left = 18
1513           Top = 59
1514           Width = 54
1515           Height = 12
1516           Caption = #35469#35388#12467#12540#12489
1517         end
1518         object BeUserIDEdit: TEdit
1519           Left = 88
1520           Top = 20
1521           Width = 369
1522           Height = 20
1523           TabOrder = 0
1524         end
1525         object BeCodeEdit: TEdit
1526           Left = 88
1527           Top = 56
1528           Width = 369
1529           Height = 20
1530           PasswordChar = '*'
1531           TabOrder = 1
1532         end
1533         object BeAutoLoginCheckBox: TCheckBox
1534           Left = 12
1535           Top = 88
1536           Width = 193
1537           Height = 17
1538           Caption = #36215#21205#26178#12395#33258#21205#12525#12464#12452#12531#12377#12427'(&S)'
1539           TabOrder = 2
1540         end
1541       end
1542     end
1543   end
1544   object OkBotton: TButton
1545     Left = 136
1546     Top = 400
1547     Width = 89
1548     Height = 21
1549     Caption = 'OK'
1550     Default = True
1551     ModalResult = 1
1552     TabOrder = 4
1553     OnClick = OkBottonClick
1554   end
1555   object FontDialog: TFontDialog
1556     Font.Charset = SHIFTJIS_CHARSET
1557     Font.Color = clWindowText
1558     Font.Height = -12
1559     Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
1560     Font.Style = []
1561     MinFontSize = 0
1562     MaxFontSize = 0
1563     Options = [fdAnsiOnly, fdEffects]
1564     Left = 8
1565     Top = 396
1566   end
1567   object ColorDialog: TColorDialog
1568     Ctl3D = True
1569     Options = [cdSolidColor]
1570     Left = 40
1571     Top = 396
1572   end
1573   object OpenDialog: TOpenDialog
1574     Title = #12501#12449#12452#12523#12398#21442#29031
1575     Left = 72
1576     Top = 396
1577   end
1578 end