OSDN Git Service

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