OSDN Git Service

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