OSDN Git Service

This commit was manufactured by cvs2svn to create branch 'Bb62'.
[gikonavigoeson/gikonavi.git] / Option.dfm
1 object OptionDialog: TOptionDialog
2   Left = 300
3   Top = 166
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 = UserIDSheet
65     MultiLine = True
66     TabIndex = 11
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 = 0
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         object UseKatjuTypeSkinCheckBox: TCheckBox
659           Left = 16
660           Top = 272
661           Width = 193
662           Height = 17
663           Caption = #12363#12385#12421#65374#12375#12419#12398#12473#12461#12531#12434#21033#29992#12377#12427
664           TabOrder = 7
665         end
666       end
667     end
668     object TabSheet3: TTabSheet
669       Caption = #12473#12524#12483#12489#19968#35239
670       object GroupBox9: TGroupBox
671         Left = 12
672         Top = 8
673         Width = 477
674         Height = 41
675         Caption = #34920#31034#35373#23450
676         TabOrder = 0
677         object ThreadListIconCheckBox: TCheckBox
678           Left = 12
679           Top = 16
680           Width = 217
681           Height = 17
682           Caption = #12473#12524#12483#12489#26356#26032#12450#12452#12467#12531#12434#34920#31034#12377#12427'(&I)'
683           TabOrder = 0
684         end
685       end
686       object GroupBox16: TGroupBox
687         Left = 12
688         Top = 52
689         Width = 477
690         Height = 45
691         Caption = #12473#12524#20316#25104#26085#26178#34920#31034#35373#23450
692         TabOrder = 1
693         object CreationTimeLogsCheckBox: TCheckBox
694           Left = 12
695           Top = 16
696           Width = 217
697           Height = 17
698           Caption = #12525#12464#26377#12426#12473#12524#12483#12489#12398#12415#34920#31034
699           TabOrder = 0
700         end
701         object FutureThreadCheckBox: TCheckBox
702           Left = 204
703           Top = 16
704           Width = 265
705           Height = 17
706           Caption = #26085#20184#12364#26410#26469#12398#12418#12398#12399#34920#31034#12375#12394#12356#65288'924'#12473#12524#31995#65289
707           TabOrder = 1
708         end
709       end
710       object GroupBox5: TGroupBox
711         Left = 12
712         Top = 105
713         Width = 477
714         Height = 86
715         Caption = #12502#12521#12454#12470#12398#26368#22823#21270
716         TabOrder = 2
717         object BrowserMaxLabel: TLabel
718           Left = 12
719           Top = 24
720           Width = 6
721           Height = 12
722           Caption = '-'
723         end
724         object BrowserMaxCombo: TComboBox
725           Left = 12
726           Top = 56
727           Width = 229
728           Height = 20
729           Style = csDropDownList
730           ItemHeight = 12
731           TabOrder = 0
732           Items.Strings = (
733             #26368#22823#21270#12375#12394#12356
734             #12473#12524#12483#12489#12434#12463#12522#12483#12463#12375#12383#12392#12365
735             #12473#12524#12483#12489#12434#12480#12502#12523#12463#12522#12483#12463#12375#12383#12392#12365)
736         end
737       end
738       object GroupBox17: TGroupBox
739         Left = 12
740         Top = 196
741         Width = 477
742         Height = 45
743         Caption = #12502#12521#12454#12470#12479#12502#38750#34920#31034#26178#35373#23450
744         TabOrder = 3
745         object SelectIntervalLabel: TLabel
746           Left = 10
747           Top = 20
748           Width = 199
749           Height = 12
750           Caption = #12459#12540#12477#12523#12461#12540#12391#12398#31227#21205#26178#12398#28961#21453#24540#26178#38291
751         end
752         object Label4: TLabel
753           Left = 271
754           Top = 20
755           Width = 29
756           Height = 12
757           Caption = #12511#12522#31186
758         end
759         object Label6: TLabel
760           Left = 305
761           Top = 20
762           Width = 164
763           Height = 12
764           Caption = #65288'55'#12511#12522#31186#20197#19978#12395#35373#23450#12375#12390#19979#12373#12356#65289
765         end
766         object SelectIntervalEdit: TEdit
767           Left = 214
768           Top = 16
769           Width = 49
770           Height = 20
771           ImeMode = imClose
772           TabOrder = 0
773           Text = 'SelectIntervalEdit'
774         end
775       end
776       object GroupBox18: TGroupBox
777         Left = 12
778         Top = 246
779         Width = 477
780         Height = 43
781         Caption = 'dat'#33853#12385#12473#12524#12477#12540#12488#38918
782         TabOrder = 4
783         object DatOchiSortCombo: TComboBox
784           Left = 12
785           Top = 15
786           Width = 229
787           Height = 20
788           Style = csDropDownList
789           ItemHeight = 12
790           TabOrder = 0
791           Items.Strings = (
792             #12473#12524#19968#35239#12398#12477#12540#12488#38918
793             #12473#12524#30058#21495'('#26119#38918')'
794             #12473#12524#30058#21495'('#38477#38918')'
795             #21462#24471#26085#26178'('#26119#38918')'
796             #21462#24471#26085#26178'('#38477#38918')'
797             #12473#12524#20316#25104#26085#26178'('#26119#38918')'
798             #12473#12524#20316#25104#26085#26178'('#38477#38918')'
799             #12473#12524#26368#32066#26356#26032#26085#26178#65288#26119#38918#65289
800             #12473#12524#26368#32066#26356#26032#26085#26178#65288#38477#38918#65289)
801         end
802       end
803       object GroupBox20: TGroupBox
804         Left = 12
805         Top = 291
806         Width = 477
807         Height = 41
808         Caption = #12473#12524#12483#12489#19968#35239#12480#12454#12531#12525#12540#12489#24460#12398#21205#20316
809         TabOrder = 5
810         object Label24: TLabel
811           Left = 219
812           Top = 18
813           Width = 142
814           Height = 12
815           Caption = #65288#12481#12455#12483#12463#12375#12394#12356#22580#21512#28961#20966#29702#65289
816         end
817         object AutoSortCheckBox: TCheckBox
818           Left = 10
819           Top = 16
820           Width = 207
821           Height = 17
822           Caption = #33258#21205#12391#12473#12524#12483#12489#21517#12391#26119#38918#12477#12540#12488#12377#12427
823           TabOrder = 0
824         end
825       end
826     end
827     object ThreadSheet: TTabSheet
828       Caption = #12473#12524#12483#12489#65297
829       ImageIndex = 5
830       object GroupBox1: TGroupBox
831         Left = 12
832         Top = 8
833         Width = 477
834         Height = 73
835         Caption = #34920#31034#35373#23450
836         TabOrder = 0
837         object ShowMailCheckBox: TCheckBox
838           Left = 12
839           Top = 20
840           Width = 277
841           Height = 17
842           Caption = #12513#12540#12523#27396#12434#34920#31034#12377#12427'(&M)'
843           TabOrder = 0
844         end
845         object ResRangeHoldCheckBox: TCheckBox
846           Left = 11
847           Top = 43
848           Width = 198
849           Height = 17
850           Caption = #36215#21205#26178#12398#12524#12473#34920#31034#31684#22258#12434#22266#23450#12377#12427
851           TabOrder = 1
852           OnClick = ResRangeHoldCheckBoxClick
853         end
854         object ResRangeHoldComboBox: TComboBox
855           Left = 224
856           Top = 40
857           Width = 145
858           Height = 20
859           Style = csDropDownList
860           ItemHeight = 12
861           TabOrder = 2
862           Items.Strings = (
863             #12377#12409#12390#12398#12524#12473#12434#34920#31034#12377#12427
864             #26368#26032'100'#12524#12473#12398#12415#34920#31034
865             #26410#35501#12524#12473#12398#12415#34920#31034
866             #26032#30528#12524#12473#12398#12415#34920#31034)
867         end
868       end
869       object GroupBox2: TGroupBox
870         Left = 12
871         Top = 92
872         Width = 477
873         Height = 157
874         Caption = #12522#12531#12463#12463#12522#12483#12463#26178#21205#20316
875         TabOrder = 1
876         object AppFolderLabel: TLabel
877           Left = 32
878           Top = 49
879           Width = 120
880           Height = 12
881           Caption = #12450#12503#12522#12465#12540#12471#12519#12531#12497#12473'(&L)'
882           FocusControl = AppFolderEdit
883         end
884         object URLAppCheckBox: TCheckBox
885           Left = 12
886           Top = 24
887           Width = 385
888           Height = 17
889           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)'
890           TabOrder = 0
891           OnClick = URLAppCheckBoxClick
892         end
893         object AppFolderEdit: TEdit
894           Left = 32
895           Top = 65
896           Width = 309
897           Height = 20
898           TabOrder = 1
899         end
900         object AppFolderButton: TButton
901           Left = 350
902           Top = 64
903           Width = 75
904           Height = 21
905           Caption = #21442#29031'(&B)...'
906           TabOrder = 2
907           OnClick = AppFolderButtonClick
908         end
909         object OpenMailerCheckBox: TCheckBox
910           Left = 12
911           Top = 96
912           Width = 301
913           Height = 17
914           Caption = #12473#12524#12483#12489'mailto'#12463#12522#12483#12463#26178#12395#12513#12540#12521#12540#12434#36215#21205#12377#12427'(&T)'
915           TabOrder = 3
916           OnClick = URLAppCheckBoxClick
917         end
918         object ResAnchorCheckBox: TCheckBox
919           Left = 12
920           Top = 125
921           Width = 333
922           Height = 17
923           Caption = #12524#12473#12450#12531#12459#12540#12398#22580#21512#12289#12381#12398#12524#12473#12414#12391#12472#12515#12531#12503#12377#12427
924           TabOrder = 4
925         end
926       end
927       object GroupBox6: TGroupBox
928         Left = 12
929         Top = 260
930         Width = 477
931         Height = 77
932         Caption = #30906#35469#12513#12483#12475#12540#12472
933         TabOrder = 2
934         object LogDeleteMessageCheckBox: TCheckBox
935           Left = 12
936           Top = 22
937           Width = 321
938           Height = 17
939           Caption = #12525#12464#12434#21066#38500#12377#12427#12392#12365#12395#30906#35469#12513#12483#12475#12540#12472#12434#34920#31034#12377#12427'(&O)'
940           TabOrder = 0
941           OnClick = URLAppCheckBoxClick
942         end
943         object IgnoreLimitResCountCheckBox: TCheckBox
944           Left = 12
945           Top = 46
946           Width = 389
947           Height = 17
948           Caption = #21516'ID'#12524#12473#12450#12531#12459#12540#34920#31034#12391#21046#38480#25968#36234#12360#12398#30906#35469#12513#12483#12475#12540#12472#12434#34920#31034#12377#12427'(&R)'
949           TabOrder = 1
950           OnClick = URLAppCheckBoxClick
951         end
952       end
953     end
954     object TabSheet1: TTabSheet
955       Caption = #12473#12524#12483#12489#65298
956       ImageIndex = 7
957       object TabAddRadioGroup: TRadioGroup
958         Left = 12
959         Top = 288
960         Width = 477
961         Height = 49
962         Caption = #12473#12524#12483#12489#12398#12479#12502#36861#21152#20301#32622'(&D)'
963         Columns = 4
964         Items.Strings = (
965           #19968#30058#22987#12417
966           #19968#30058#26368#24460
967           #29694#22312#12398#21491
968           #29694#22312#12398#24038)
969         TabOrder = 2
970       end
971       object GroupBox8: TGroupBox
972         Left = 12
973         Top = 176
974         Width = 477
975         Height = 105
976         Caption = #30011#20687#12503#12524#12499#12517#12540#12509#12483#12503#12450#12483#12503
977         TabOrder = 1
978         object Label14: TLabel
979           Left = 12
980           Top = 48
981           Width = 49
982           Height = 12
983           Caption = #12469#12452#12474'(&S)'
984           FocusControl = PreviewSizeComboBox
985         end
986         object Label15: TLabel
987           Left = 12
988           Top = 76
989           Width = 111
990           Height = 12
991           Caption = #34920#31034#12414#12391#12398#12454#12455#12452#12488'(&T)'
992           FocusControl = PreviewSizeComboBox
993         end
994         object Label16: TLabel
995           Left = 176
996           Top = 76
997           Width = 158
998           Height = 12
999           Caption = 'ms'#12288'(500'#65374'9999) 1000ms'#65309'1'#31186
1000         end
1001         object PreviewVisibleCheckBox: TCheckBox
1002           Left = 12
1003           Top = 16
1004           Width = 233
1005           Height = 17
1006           Caption = #30011#20687#12503#12524#12499#12517#12540#12509#12483#12503#12450#12483#12503#12434#34920#31034#12377#12427'(&V)'
1007           TabOrder = 0
1008         end
1009         object PreviewSizeComboBox: TComboBox
1010           Left = 72
1011           Top = 44
1012           Width = 145
1013           Height = 20
1014           Style = csDropDownList
1015           ItemHeight = 12
1016           TabOrder = 1
1017           Items.Strings = (
1018             '128 * 96 pixel'
1019             '256 * 192 pixel'
1020             '384 * 288 pixel'
1021             '512 * 384 pixel'
1022             '640 * 480 pixel')
1023         end
1024         object PreviewWaitEdit: TEdit
1025           Left = 132
1026           Top = 72
1027           Width = 37
1028           Height = 20
1029           MaxLength = 4
1030           TabOrder = 2
1031           OnExit = PreviewWaitEditExit
1032         end
1033       end
1034       object GroupBox10: TGroupBox
1035         Left = 12
1036         Top = 100
1037         Width = 477
1038         Height = 69
1039         Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034#35373#23450
1040         TabOrder = 0
1041         object UnActivePopupCheckBox: TCheckBox
1042           Left = 12
1043           Top = 20
1044           Width = 357
1045           Height = 17
1046           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)'
1047           TabOrder = 0
1048         end
1049         object ResPopupBoldCheckBox: TCheckBox
1050           Left = 12
1051           Top = 44
1052           Width = 225
1053           Height = 17
1054           Caption = #12504#12483#12480#12540#12434#22826#23383#12391#34920#31034#12377#12427'(&B)'
1055           TabOrder = 1
1056         end
1057       end
1058       object GroupBox24: TGroupBox
1059         Left = 11
1060         Top = 10
1061         Width = 478
1062         Height = 81
1063         Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034'(&P)'
1064         TabOrder = 3
1065         object gppRightTopRB: TRadioButton
1066           Left = 324
1067           Top = 19
1068           Width = 120
1069           Height = 20
1070           Caption = #21491#19978#65288#12487#12501#12457#12523#12488#65289
1071           TabOrder = 0
1072         end
1073         object gppTopRB: TRadioButton
1074           Left = 170
1075           Top = 19
1076           Width = 120
1077           Height = 20
1078           Caption = #19978
1079           TabOrder = 1
1080         end
1081         object gppLeftTopRB: TRadioButton
1082           Left = 8
1083           Top = 19
1084           Width = 120
1085           Height = 20
1086           Caption = #24038#19978
1087           TabOrder = 2
1088         end
1089         object gppLeftRB: TRadioButton
1090           Left = 8
1091           Top = 39
1092           Width = 120
1093           Height = 20
1094           Caption = #24038
1095           TabOrder = 3
1096         end
1097         object gppRightRB: TRadioButton
1098           Left = 324
1099           Top = 39
1100           Width = 120
1101           Height = 20
1102           Caption = #21491
1103           TabOrder = 4
1104         end
1105         object gppLeftBottomRB: TRadioButton
1106           Left = 8
1107           Top = 59
1108           Width = 120
1109           Height = 20
1110           Caption = #24038#19979
1111           TabOrder = 5
1112         end
1113         object gppBottomRB: TRadioButton
1114           Left = 170
1115           Top = 59
1116           Width = 120
1117           Height = 20
1118           Caption = #19979
1119           TabOrder = 6
1120         end
1121         object gppRighBottomRB: TRadioButton
1122           Left = 324
1123           Top = 59
1124           Width = 120
1125           Height = 20
1126           Caption = #21491#19979
1127           TabOrder = 7
1128         end
1129       end
1130     end
1131     object TabSheet2: TTabSheet
1132       Caption = #12381#12398#20182#21205#20316#65297
1133       ImageIndex = 8
1134       object GroupBox7: TGroupBox
1135         Left = 12
1136         Top = 8
1137         Width = 477
1138         Height = 121
1139         Caption = #12450#12489#12524#12473#12496#12540
1140         TabOrder = 0
1141         object Label3: TLabel
1142           Left = 12
1143           Top = 96
1144           Width = 73
1145           Height = 12
1146           Caption = 'URL'#20445#23384#25968'(&S)'
1147           FocusControl = AddressHistoryCountEdit
1148         end
1149         object Label11: TLabel
1150           Left = 152
1151           Top = 96
1152           Width = 12
1153           Height = 12
1154           Caption = #20491
1155         end
1156         object URLDisplayCheckBox: TCheckBox
1157           Left = 12
1158           Top = 20
1159           Width = 389
1160           Height = 17
1161           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)'
1162           TabOrder = 0
1163         end
1164         object AddressHistoryCountEdit: TEdit
1165           Left = 100
1166           Top = 92
1167           Width = 45
1168           Height = 20
1169           TabOrder = 3
1170           OnExit = AddressHistoryCountEditExit
1171         end
1172         object TabStopAddressBarCheckBox: TCheckBox
1173           Left = 12
1174           Top = 44
1175           Width = 389
1176           Height = 17
1177           Caption = #12479#12502#12461#12540#12391#12450#12489#12524#12473#12496#12540#12395#31227#21205#12391#12365#12427#12424#12358#12395#12377#12427'(&T)'
1178           TabOrder = 1
1179         end
1180         object LinkAddCheckBox: TCheckBox
1181           Left = 12
1182           Top = 68
1183           Width = 413
1184           Height = 17
1185           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)'
1186           TabOrder = 2
1187         end
1188       end
1189       object GroupBox15: TGroupBox
1190         Left = 12
1191         Top = 132
1192         Width = 478
1193         Height = 79
1194         Caption = #30906#35469#12480#12452#12450#12525#12464
1195         TabOrder = 1
1196         object ShowDialogForEndCheckBox: TCheckBox
1197           Left = 12
1198           Top = 21
1199           Width = 204
1200           Height = 17
1201           Caption = #32066#20102#26178#12395#30906#35469#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427
1202           TabOrder = 0
1203         end
1204         object AllTabCloseCheckBox: TCheckBox
1205           Left = 12
1206           Top = 48
1207           Width = 344
1208           Height = 17
1209           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
1210           TabOrder = 1
1211         end
1212       end
1213       object SambaGroupBox: TGroupBox
1214         Left = 12
1215         Top = 216
1216         Width = 477
1217         Height = 48
1218         Caption = 'Samba24'#23550#31574
1219         TabOrder = 2
1220         object UseSambaCheckBox: TCheckBox
1221           Left = 12
1222           Top = 19
1223           Width = 153
1224           Height = 17
1225           Caption = 'Samba24'#23550#31574#27231#33021#12434#20351#12358
1226           TabOrder = 0
1227         end
1228       end
1229       object TabAutoSaveLoad: TGroupBox
1230         Left = 11
1231         Top = 271
1232         Width = 478
1233         Height = 50
1234         Caption = 'Tab'#33258#21205#20445#23384#12539#24489#20803
1235         TabOrder = 3
1236         object TabLoadSave: TCheckBox
1237           Left = 13
1238           Top = 18
1239           Width = 212
1240           Height = 17
1241           Caption = #32066#20102#26178#12395#12479#12502#12398#38918#30058#12434#33258#21205#20445#23384#12539#24489#20803
1242           TabOrder = 0
1243         end
1244       end
1245     end
1246     object TabSheet4: TTabSheet
1247       Caption = #12381#12398#20182#21205#20316#65298
1248       ImageIndex = 11
1249       object GroupBox13: TGroupBox
1250         Left = 12
1251         Top = 8
1252         Width = 473
1253         Height = 57
1254         Caption = #12473#12524#12483#12489#32094#36796#12415
1255         TabOrder = 0
1256         object UseUndecidedCheckBox: TCheckBox
1257           Left = 12
1258           Top = 20
1259           Width = 213
1260           Height = 17
1261           Caption = #26410#30906#23450#20837#21147#12391#12398#32094#36796#12415#12434#26377#21177#12395#12377#12427
1262           TabOrder = 0
1263         end
1264       end
1265       object GroupBox19: TGroupBox
1266         Left = 12
1267         Top = 66
1268         Width = 473
1269         Height = 49
1270         Caption = #23653#27508
1271         TabOrder = 1
1272         object Label17: TLabel
1273           Left = 12
1274           Top = 21
1275           Width = 89
1276           Height = 12
1277           Caption = #12473#12524#12483#12489#20445#23384#25968'(&T)'
1278           FocusControl = MaxRecordCountEdit
1279         end
1280         object Label18: TLabel
1281           Left = 194
1282           Top = 20
1283           Width = 12
1284           Height = 12
1285           Caption = #20491
1286         end
1287         object MaxRecordCountEdit: TEdit
1288           Left = 120
1289           Top = 16
1290           Width = 65
1291           Height = 20
1292           TabOrder = 0
1293           Text = 'RecordMaxCountEdit'
1294           OnExit = MaxRecordCountEditExit
1295         end
1296       end
1297       object GroupBox21: TGroupBox
1298         Left = 12
1299         Top = 125
1300         Width = 473
1301         Height = 52
1302         Caption = #26368#23567#21270#26178#12479#12473#12463#12488#12524#12452
1303         TabOrder = 2
1304         object StoredTaskTrayCB: TCheckBox
1305           Left = 11
1306           Top = 24
1307           Width = 118
1308           Height = 17
1309           Caption = #26377#21177#12395#12377#12427
1310           TabOrder = 0
1311         end
1312       end
1313       object GroupBox22: TGroupBox
1314         Left = 12
1315         Top = 184
1316         Width = 473
1317         Height = 52
1318         Caption = #12502#12521#12454#12470#12479#12502
1319         TabOrder = 3
1320         object LoopBrowserTabsCB: TCheckBox
1321           Left = 11
1322           Top = 24
1323           Width = 134
1324           Height = 17
1325           Caption = #12523#12540#12503#12375#12390#31227#21205#12377#12427
1326           TabOrder = 0
1327         end
1328       end
1329       object GroupBox23: TGroupBox
1330         Left = 12
1331         Top = 246
1332         Width = 473
1333         Height = 52
1334         Caption = #12510#12454#12473#12472#12455#12473#12481#12515#12540
1335         TabOrder = 4
1336         object IgnoreContextCheckBox: TCheckBox
1337           Left = 11
1338           Top = 24
1339           Width = 294
1340           Height = 17
1341           Caption = #12467#12531#12486#12461#12473#12488#19978#12391#12510#12454#12473#12472#12455#12473#12481#12515#12540#12434#28961#21177#12395#12377#12427
1342           TabOrder = 0
1343         end
1344       end
1345     end
1346     object SoundSheet: TTabSheet
1347       Caption = #12469#12454#12531#12489
1348       ImageIndex = 6
1349       object SoundEventGroupBox: TGroupBox
1350         Left = 12
1351         Top = 8
1352         Width = 477
1353         Height = 205
1354         Caption = #12469#12454#12531#12489#12452#12505#12531#12488
1355         TabOrder = 0
1356         object SoundListView: TListView
1357           Left = 12
1358           Top = 20
1359           Width = 449
1360           Height = 145
1361           Columns = <
1362             item
1363               Caption = #12452#12505#12531#12488
1364               Width = 120
1365             end
1366             item
1367               Caption = #12501#12449#12452#12523
1368               Width = 260
1369             end>
1370           ColumnClick = False
1371           HideSelection = False
1372           ReadOnly = True
1373           RowSelect = True
1374           TabOrder = 0
1375           ViewStyle = vsReport
1376           OnChanging = SoundListViewChanging
1377         end
1378         object SoundReferButton: TButton
1379           Left = 392
1380           Top = 172
1381           Width = 67
1382           Height = 21
1383           Caption = #21442#29031'(&B)...'
1384           TabOrder = 3
1385           OnClick = SoundReferButtonClick
1386         end
1387         object SoundFileEdit: TEdit
1388           Left = 8
1389           Top = 172
1390           Width = 341
1391           Height = 20
1392           TabOrder = 1
1393           OnChange = SoundFileEditChange
1394         end
1395         object SoundPlayButton: TBitBtn
1396           Left = 356
1397           Top = 172
1398           Width = 29
1399           Height = 21
1400           TabOrder = 2
1401           OnClick = SoundPlayButtonClick
1402           Glyph.Data = {
1403             CE000000424DCE0000000000000076000000280000000B0000000B0000000100
1404             04000000000058000000C40E0000C40E00001000000000000000000000000000
1405             8000008000000080800080000000800080008080000080808000C0C0C0000000
1406             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555550
1407             0000555505555550000055550055555000005555000555500000555500005550
1408             0000555500000550000055550000555000005555000555500000555500555550
1409             000055550555555000005555555555500000}
1410         end
1411       end
1412     end
1413     object FolderSheet: TTabSheet
1414       Caption = #12501#12457#12523#12480
1415       ImageIndex = 5
1416       object FolderGroupBox: TGroupBox
1417         Left = 12
1418         Top = 8
1419         Width = 477
1420         Height = 109
1421         Caption = #12525#12464#12501#12457#12523#12480
1422         TabOrder = 0
1423         object Label1: TLabel
1424           Left = 12
1425           Top = 88
1426           Width = 210
1427           Height = 12
1428           Caption = #8251#12462#12467#12490#12499#12434#20877#36215#21205#12377#12427#12392#26377#21177#12395#12394#12426#12414#12377
1429         end
1430         object Label2: TLabel
1431           Left = 12
1432           Top = 20
1433           Width = 135
1434           Height = 12
1435           Caption = #12525#12464#12434#20445#23384#12377#12427#12501#12457#12523#12480'(&F)'
1436           FocusControl = LogFolderEdit
1437         end
1438         object Label5: TLabel
1439           Left = 12
1440           Top = 72
1441           Width = 269
1442           Height = 12
1443           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
1444         end
1445         object LogFolderEdit: TEdit
1446           Left = 12
1447           Top = 40
1448           Width = 369
1449           Height = 20
1450           TabOrder = 0
1451         end
1452         object LogFolderButton: TButton
1453           Left = 388
1454           Top = 40
1455           Width = 75
1456           Height = 21
1457           Caption = #21442#29031'(&B)...'
1458           TabOrder = 1
1459           OnClick = LogFolderButtonClick
1460         end
1461       end
1462     end
1463     object NGwordSheet: TTabSheet
1464       Caption = #12354#12412#65374#12435
1465       ImageIndex = 11
1466       object GroupBox14: TGroupBox
1467         Left = 12
1468         Top = 8
1469         Width = 477
1470         Height = 193
1471         Caption = #12354#12412#65374#12435
1472         TabOrder = 0
1473         object RloCheckBox: TCheckBox
1474           Left = 12
1475           Top = 20
1476           Width = 389
1477           Height = 17
1478           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
1479           TabOrder = 0
1480         end
1481         object ReplaceulCheckBox: TCheckBox
1482           Left = 12
1483           Top = 66
1484           Width = 221
1485           Height = 17
1486           Caption = '<ul>'#12479#12464#12434'<br>'#12479#12464#12395#32622#25563#12377#12427'(&R)'
1487           TabOrder = 1
1488         end
1489         object PopUpAbonCheckBox: TCheckBox
1490           Left = 12
1491           Top = 88
1492           Width = 221
1493           Height = 17
1494           Caption = #12524#12473#12509#12483#12503#12450#12483#12503#26178#12398#12354#12412#65374#12435#26377#21177'(&P)'
1495           TabOrder = 2
1496         end
1497         object ShowNGLineCheckBox: TCheckBox
1498           Left = 12
1499           Top = 110
1500           Width = 181
1501           Height = 17
1502           Caption = 'NG'#12501#12449#12452#12523#12398#34892#25968#12434#34920#31034'(&N)'
1503           TabOrder = 3
1504         end
1505         object AddResAnchorCheckBox: TCheckBox
1506           Left = 12
1507           Top = 132
1508           Width = 205
1509           Height = 17
1510           Caption = #65326#65319#12524#12473#12408#12398#12524#12473#12450#12531#12459#12540#12398#36861#21152'(&A)'
1511           TabOrder = 4
1512         end
1513         object DeleteSyriaCheckBox: TCheckBox
1514           Left = 12
1515           Top = 44
1516           Width = 205
1517           Height = 17
1518           Caption = #12471#12522#12450#35486#12502#12521#12463#12521#23550#31574#12434#12377#12427
1519           TabOrder = 5
1520         end
1521         object IgnoreKanaCheckBox: TCheckBox
1522           Left = 12
1523           Top = 156
1524           Width = 253
1525           Height = 17
1526           Caption = #20840#35282#21322#35282#12402#12425#12364#12394#12459#12479#12459#12490#12398#36949#12356#12434#28961#35222#12377#12427
1527           TabOrder = 6
1528         end
1529       end
1530       object SpamFilterGroupBox: TGroupBox
1531         Left = 12
1532         Top = 216
1533         Width = 477
1534         Height = 57
1535         Caption = #12473#12497#12512#12501#12451#12523#12479
1536         TabOrder = 1
1537         Visible = False
1538         object SpamFilterAlgorithmComboBox: TComboBox
1539           Left = 12
1540           Top = 23
1541           Width = 145
1542           Height = 20
1543           Style = csDropDownList
1544           ItemHeight = 12
1545           ItemIndex = 0
1546           TabOrder = 0
1547           Text = #20351#29992#12375#12394#12356
1548           Items.Strings = (
1549             #20351#29992#12375#12394#12356
1550             #20351#29992#12377#12427)
1551         end
1552       end
1553     end
1554     object UserIDSheet: TTabSheet
1555       Caption = #65298#12385#12419#12435#12397#12427
1556       ImageIndex = 9
1557       object GroupBox3: TGroupBox
1558         Left = 12
1559         Top = 8
1560         Width = 477
1561         Height = 145
1562         Caption = #35469#35388
1563         TabOrder = 0
1564         object Label9: TLabel
1565           Left = 12
1566           Top = 24
1567           Width = 63
1568           Height = 12
1569           Caption = #12518#12540#12470'ID(&U)'
1570           FocusControl = UserIDEdit
1571         end
1572         object Label10: TLabel
1573           Left = 12
1574           Top = 52
1575           Width = 69
1576           Height = 12
1577           Caption = #12497#12473#12527#12540#12489'(&P)'
1578           FocusControl = PasswordEdit
1579         end
1580         object ForcedLoginLabel: TLabel
1581           Left = 136
1582           Top = 97
1583           Width = 89
1584           Height = 12
1585           Caption = 'ForcedLoginLabel'
1586         end
1587         object Tora3URLLabel: TLabel
1588           Left = 329
1589           Top = 126
1590           Width = 104
1591           Height = 12
1592           Caption = 'http://2ch.tora3.net/'
1593           Font.Charset = SHIFTJIS_CHARSET
1594           Font.Color = clBlue
1595           Font.Height = -12
1596           Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
1597           Font.Style = [fsUnderline]
1598           ParentFont = False
1599           OnClick = Tora3URLLabelClick
1600         end
1601         object Label12: TLabel
1602           Left = 237
1603           Top = 126
1604           Width = 83
1605           Height = 12
1606           Caption = #12518#12540#12470'ID'#12398#21462#24471
1607         end
1608         object UserIDEdit: TEdit
1609           Left = 88
1610           Top = 20
1611           Width = 377
1612           Height = 20
1613           TabOrder = 0
1614         end
1615         object PasswordEdit: TEdit
1616           Left = 88
1617           Top = 48
1618           Width = 377
1619           Height = 20
1620           PasswordChar = '*'
1621           TabOrder = 1
1622         end
1623         object AutoLoginCheckBox: TCheckBox
1624           Left = 12
1625           Top = 73
1626           Width = 193
1627           Height = 17
1628           Caption = #36215#21205#26178#12395#33258#21205#12525#12464#12452#12531#12377#12427'(&S)'
1629           TabOrder = 2
1630         end
1631         object ForcedLoginCheckBox: TCheckBox
1632           Left = 12
1633           Top = 95
1634           Width = 125
1635           Height = 19
1636           Caption = #24375#21046#12525#12464#12452#12531#12514#12540#12489
1637           TabOrder = 3
1638         end
1639       end
1640       object GroupBox11: TGroupBox
1641         Left = 12
1642         Top = 157
1643         Width = 477
1644         Height = 94
1645         Caption = 'Be 2ch'
1646         TabOrder = 1
1647         object Label7: TLabel
1648           Left = 8
1649           Top = 24
1650           Width = 90
1651           Height = 12
1652           Caption = #12513#12540#12523#12450#12489#12524#12473'(&M)'
1653           FocusControl = BeUserIDEdit
1654         end
1655         object Label8: TLabel
1656           Left = 18
1657           Top = 48
1658           Width = 71
1659           Height = 12
1660           Caption = #12497#12473#12527#12540#12489'(&W)'
1661           FocusControl = BeCodeEdit
1662         end
1663         object BeUserIDEdit: TEdit
1664           Left = 104
1665           Top = 20
1666           Width = 353
1667           Height = 20
1668           TabOrder = 0
1669         end
1670         object BeCodeEdit: TEdit
1671           Left = 104
1672           Top = 45
1673           Width = 353
1674           Height = 20
1675           PasswordChar = '*'
1676           TabOrder = 1
1677         end
1678         object BeAutoLoginCheckBox: TCheckBox
1679           Left = 12
1680           Top = 71
1681           Width = 193
1682           Height = 17
1683           Caption = #36215#21205#26178#12395#33258#21205#12525#12464#12452#12531#12377#12427'(&T)'
1684           TabOrder = 2
1685         end
1686       end
1687       object GroupBox25: TGroupBox
1688         Left = 12
1689         Top = 256
1690         Width = 477
1691         Height = 81
1692         Caption = #24525#27861#24086
1693         TabOrder = 2
1694         object Label25: TLabel
1695           Left = 40
1696           Top = 24
1697           Width = 37
1698           Height = 12
1699           Caption = #12489#12513#12452#12531
1700         end
1701         object BoukenComboBox: TComboBox
1702           Left = 88
1703           Top = 20
1704           Width = 140
1705           Height = 20
1706           ItemHeight = 12
1707           TabOrder = 0
1708           Text = 'BoukenComboBox'
1709           OnChange = BoukenComboBoxChange
1710         end
1711         object BoukenModButton: TButton
1712           Left = 231
1713           Top = 42
1714           Width = 50
1715           Height = 25
1716           Caption = #22793#26356
1717           TabOrder = 3
1718           OnClick = BoukenModButtonClick
1719         end
1720         object BoukenDelButton: TButton
1721           Left = 88
1722           Top = 43
1723           Width = 50
1724           Height = 25
1725           Caption = #21066#38500
1726           TabOrder = 2
1727           OnClick = BoukenDelButtonClick
1728         end
1729         object BoukenEdit: TEdit
1730           Left = 230
1731           Top = 19
1732           Width = 227
1733           Height = 20
1734           TabOrder = 1
1735         end
1736       end
1737     end
1738   end
1739   object OkBotton: TButton
1740     Left = 136
1741     Top = 400
1742     Width = 89
1743     Height = 21
1744     Caption = 'OK'
1745     Default = True
1746     ModalResult = 1
1747     TabOrder = 4
1748     OnClick = OkBottonClick
1749   end
1750   object FontDialog: TFontDialog
1751     Font.Charset = SHIFTJIS_CHARSET
1752     Font.Color = clWindowText
1753     Font.Height = -12
1754     Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
1755     Font.Style = []
1756     MinFontSize = 0
1757     MaxFontSize = 0
1758     Options = [fdAnsiOnly, fdEffects]
1759     Left = 8
1760     Top = 396
1761   end
1762   object ColorDialog: TColorDialog
1763     Ctl3D = True
1764     Options = [cdSolidColor]
1765     Left = 40
1766     Top = 396
1767   end
1768   object OpenDialog: TOpenDialog
1769     Title = #12501#12449#12452#12523#12398#21442#29031
1770     Left = 72
1771     Top = 396
1772   end
1773 end