OSDN Git Service

バックアップファイルが更新されない不具合の修正
[gikonavigoeson/gikonavi.git] / Option.dfm
1 object OptionDialog: TOptionDialog
2   Left = 410
3   Top = 236
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 = ThreadSheet
64     MultiLine = True
65     TabIndex = 4
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 = 0
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 = 64
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         object NonAcquiredCountCheckBox: TCheckBox
669           Left = 12
670           Top = 40
671           Width = 217
672           Height = 17
673           Caption = #21462#24471#25968#12398#20195#12431#12426#12395#26410#21462#24471#25968#12434#34920#31034#12377#12427
674           TabOrder = 1
675         end
676       end
677       object GroupBox16: TGroupBox
678         Left = 12
679         Top = 76
680         Width = 477
681         Height = 64
682         Caption = #12473#12524#20316#25104#26085#26178#34920#31034#35373#23450
683         TabOrder = 1
684         object CreationTimeLogsCheckBox: TCheckBox
685           Left = 12
686           Top = 16
687           Width = 217
688           Height = 17
689           Caption = #12525#12464#26377#12426#12473#12524#12483#12489#12398#12415#34920#31034
690           TabOrder = 0
691         end
692         object FutureThreadCheckBox: TCheckBox
693           Left = 12
694           Top = 40
695           Width = 265
696           Height = 17
697           Caption = #26085#20184#12364#26410#26469#12398#12418#12398#12399#34920#31034#12375#12394#12356#65288'492'#12473#12524#31995#65289
698           TabOrder = 1
699         end
700       end
701       object GroupBox5: TGroupBox
702         Left = 12
703         Top = 145
704         Width = 477
705         Height = 86
706         Caption = #12502#12521#12454#12470#12398#26368#22823#21270
707         TabOrder = 2
708         object BrowserMaxLabel: TLabel
709           Left = 12
710           Top = 24
711           Width = 6
712           Height = 12
713           Caption = '-'
714         end
715         object BrowserMaxCombo: TComboBox
716           Left = 12
717           Top = 56
718           Width = 229
719           Height = 20
720           Style = csDropDownList
721           ItemHeight = 12
722           TabOrder = 0
723           Items.Strings = (
724             #26368#22823#21270#12375#12394#12356
725             #12473#12524#12483#12489#12434#12463#12522#12483#12463#12375#12383#12392#12365
726             #12473#12524#12483#12489#12434#12480#12502#12523#12463#12522#12483#12463#12375#12383#12392#12365)
727         end
728       end
729       object GroupBox17: TGroupBox
730         Left = 12
731         Top = 236
732         Width = 477
733         Height = 63
734         Caption = #12502#12521#12454#12470#12479#12502#38750#34920#31034#26178#35373#23450
735         TabOrder = 3
736         object SelectIntervalLabel: TLabel
737           Left = 13
738           Top = 24
739           Width = 199
740           Height = 12
741           Caption = #12459#12540#12477#12523#12461#12540#12391#12398#31227#21205#26178#12398#28961#21453#24540#26178#38291
742         end
743         object Label4: TLabel
744           Left = 292
745           Top = 24
746           Width = 29
747           Height = 12
748           Caption = #12511#12522#31186
749         end
750         object Label6: TLabel
751           Left = 14
752           Top = 40
753           Width = 164
754           Height = 12
755           Caption = #65288'55'#12511#12522#31186#20197#19978#12395#35373#23450#12375#12390#19979#12373#12356#65289
756         end
757         object SelectIntervalEdit: TEdit
758           Left = 235
759           Top = 20
760           Width = 49
761           Height = 20
762           ImeMode = imClose
763           TabOrder = 0
764           Text = 'SelectIntervalEdit'
765         end
766       end
767       object GroupBox18: TGroupBox
768         Left = 12
769         Top = 302
770         Width = 477
771         Height = 41
772         Caption = 'dat'#33853#12385#12473#12524#12477#12540#12488#38918
773         TabOrder = 4
774         object DatOchiSortCombo: TComboBox
775           Left = 12
776           Top = 15
777           Width = 229
778           Height = 20
779           Style = csDropDownList
780           ItemHeight = 12
781           TabOrder = 0
782           Items.Strings = (
783             #12473#12524#19968#35239#12398#12477#12540#12488#38918
784             #12473#12524#30058#21495'('#26119#38918')'
785             #12473#12524#30058#21495'('#38477#38918')'
786             #21462#24471#26085#26178'('#26119#38918')'
787             #21462#24471#26085#26178'('#38477#38918')'
788             #12473#12524#20316#25104#26085#26178'('#26119#38918')'
789             #12473#12524#20316#25104#26085#26178'('#38477#38918')')
790         end
791       end
792     end
793     object ThreadSheet: TTabSheet
794       Caption = #12473#12524#12483#12489#65297
795       ImageIndex = 5
796       object GroupBox1: TGroupBox
797         Left = 12
798         Top = 8
799         Width = 477
800         Height = 73
801         Caption = #34920#31034#35373#23450
802         TabOrder = 0
803         object ShowMailCheckBox: TCheckBox
804           Left = 12
805           Top = 20
806           Width = 277
807           Height = 17
808           Caption = #12513#12540#12523#27396#12434#34920#31034#12377#12427'(&M)'
809           TabOrder = 0
810         end
811         object ResRangeHoldCheckBox: TCheckBox
812           Left = 11
813           Top = 43
814           Width = 198
815           Height = 17
816           Caption = #36215#21205#26178#12398#12524#12473#34920#31034#31684#22258#12434#22266#23450#12377#12427
817           TabOrder = 1
818           OnClick = ResRangeHoldCheckBoxClick
819         end
820         object ResRangeHoldComboBox: TComboBox
821           Left = 224
822           Top = 40
823           Width = 145
824           Height = 20
825           Style = csDropDownList
826           ItemHeight = 12
827           TabOrder = 2
828           Items.Strings = (
829             #12377#12409#12390#12398#12524#12473#12434#34920#31034#12377#12427
830             #26368#26032'100'#12524#12473#12398#12415#34920#31034
831             #26410#35501#12524#12473#12398#12415#34920#31034
832             #26032#30528#12524#12473#12398#12415#34920#31034)
833         end
834       end
835       object GroupBox2: TGroupBox
836         Left = 12
837         Top = 92
838         Width = 477
839         Height = 121
840         Caption = #12522#12531#12463#12463#12522#12483#12463#26178#21205#20316
841         TabOrder = 1
842         object AppFolderLabel: TLabel
843           Left = 32
844           Top = 49
845           Width = 120
846           Height = 12
847           Caption = #12450#12503#12522#12465#12540#12471#12519#12531#12497#12473'(&L)'
848           FocusControl = AppFolderEdit
849         end
850         object URLAppCheckBox: TCheckBox
851           Left = 12
852           Top = 24
853           Width = 385
854           Height = 17
855           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)'
856           TabOrder = 0
857           OnClick = URLAppCheckBoxClick
858         end
859         object AppFolderEdit: TEdit
860           Left = 32
861           Top = 65
862           Width = 309
863           Height = 20
864           TabOrder = 1
865         end
866         object AppFolderButton: TButton
867           Left = 350
868           Top = 64
869           Width = 75
870           Height = 21
871           Caption = #21442#29031'(&B)...'
872           TabOrder = 2
873           OnClick = AppFolderButtonClick
874         end
875         object OpenMailerCheckBox: TCheckBox
876           Left = 12
877           Top = 96
878           Width = 301
879           Height = 17
880           Caption = #12473#12524#12483#12489'mailto'#12463#12522#12483#12463#26178#12395#12513#12540#12521#12540#12434#36215#21205#12377#12427'(&T)'
881           TabOrder = 3
882           OnClick = URLAppCheckBoxClick
883         end
884       end
885       object GroupBox6: TGroupBox
886         Left = 12
887         Top = 220
888         Width = 477
889         Height = 49
890         Caption = #12525#12464#21066#38500
891         TabOrder = 2
892         object LogDeleteMessageCheckBox: TCheckBox
893           Left = 12
894           Top = 22
895           Width = 321
896           Height = 17
897           Caption = #12525#12464#12434#21066#38500#12377#12427#12392#12365#12395#30906#35469#12513#12483#12475#12540#12472#12434#34920#31034#12377#12427'(&O)'
898           TabOrder = 0
899           OnClick = URLAppCheckBoxClick
900         end
901       end
902       object ResAnchorGroupBox: TGroupBox
903         Left = 12
904         Top = 279
905         Width = 477
906         Height = 49
907         Caption = #12524#12473#12450#12531#12459#12540#12463#12522#12483#12463#26178#21205#20316
908         TabOrder = 3
909         object ResAnchorCheckBox: TCheckBox
910           Left = 12
911           Top = 21
912           Width = 165
913           Height = 17
914           Caption = #12381#12398#12524#12473#12414#12391#12472#12515#12531#12503#12377#12427
915           TabOrder = 0
916         end
917       end
918     end
919     object TabSheet1: TTabSheet
920       Caption = #12473#12524#12483#12489#65298
921       ImageIndex = 7
922       object PopupPositionRadioGroup: TRadioGroup
923         Left = 12
924         Top = 8
925         Width = 477
926         Height = 85
927         Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034'(&P)'
928         Columns = 3
929         Items.Strings = (
930           #24038#19978
931           #24038
932           #24038#19979
933           #19978
934           #20013#22830
935           #19979
936           #21491#19978
937           #21491
938           #21491#19979#65288#12487#12501#12457#12523#12488#65289)
939         TabOrder = 0
940       end
941       object TabAddRadioGroup: TRadioGroup
942         Left = 12
943         Top = 288
944         Width = 477
945         Height = 49
946         Caption = #12473#12524#12483#12489#12398#12479#12502#36861#21152#20301#32622'(&D)'
947         Columns = 2
948         Items.Strings = (
949           #19968#30058#22987#12417
950           #19968#30058#26368#24460)
951         TabOrder = 3
952       end
953       object GroupBox8: TGroupBox
954         Left = 12
955         Top = 176
956         Width = 477
957         Height = 105
958         Caption = #30011#20687#12503#12524#12499#12517#12540#12509#12483#12503#12450#12483#12503
959         TabOrder = 2
960         object Label14: TLabel
961           Left = 12
962           Top = 48
963           Width = 49
964           Height = 12
965           Caption = #12469#12452#12474'(&S)'
966           FocusControl = PreviewSizeComboBox
967         end
968         object Label15: TLabel
969           Left = 12
970           Top = 76
971           Width = 111
972           Height = 12
973           Caption = #34920#31034#12414#12391#12398#12454#12455#12452#12488'(&T)'
974           FocusControl = PreviewSizeComboBox
975         end
976         object Label16: TLabel
977           Left = 176
978           Top = 76
979           Width = 158
980           Height = 12
981           Caption = 'ms'#12288'(500'#65374'9999) 1000ms'#65309'1'#31186
982         end
983         object PreviewVisibleCheckBox: TCheckBox
984           Left = 12
985           Top = 16
986           Width = 233
987           Height = 17
988           Caption = #30011#20687#12503#12524#12499#12517#12540#12509#12483#12503#12450#12483#12503#12434#34920#31034#12377#12427'(&V)'
989           TabOrder = 0
990         end
991         object PreviewSizeComboBox: TComboBox
992           Left = 72
993           Top = 44
994           Width = 145
995           Height = 20
996           Style = csDropDownList
997           ItemHeight = 12
998           TabOrder = 1
999           Items.Strings = (
1000             '128 * 96 pixel'
1001             '256 * 192 pixel'
1002             '384 * 288 pixel'
1003             '512 * 384 pixel'
1004             '640 * 480 pixel')
1005         end
1006         object PreviewWaitEdit: TEdit
1007           Left = 132
1008           Top = 72
1009           Width = 37
1010           Height = 20
1011           MaxLength = 4
1012           TabOrder = 2
1013           OnExit = PreviewWaitEditExit
1014         end
1015       end
1016       object GroupBox10: TGroupBox
1017         Left = 12
1018         Top = 100
1019         Width = 477
1020         Height = 69
1021         Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034#35373#23450
1022         TabOrder = 1
1023         object UnActivePopupCheckBox: TCheckBox
1024           Left = 12
1025           Top = 20
1026           Width = 357
1027           Height = 17
1028           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)'
1029           TabOrder = 0
1030         end
1031         object ResPopupBoldCheckBox: TCheckBox
1032           Left = 12
1033           Top = 44
1034           Width = 225
1035           Height = 17
1036           Caption = #12504#12483#12480#12540#12434#22826#23383#12391#34920#31034#12377#12427'(&B)'
1037           TabOrder = 1
1038         end
1039       end
1040     end
1041     object TabSheet2: TTabSheet
1042       Caption = #12381#12398#20182#21205#20316
1043       ImageIndex = 8
1044       object GroupBox7: TGroupBox
1045         Left = 12
1046         Top = 8
1047         Width = 477
1048         Height = 125
1049         Caption = #12450#12489#12524#12473#12496#12540
1050         TabOrder = 0
1051         object Label3: TLabel
1052           Left = 12
1053           Top = 96
1054           Width = 73
1055           Height = 12
1056           Caption = 'URL'#20445#23384#25968'(&S)'
1057           FocusControl = AddressHistoryCountEdit
1058         end
1059         object Label11: TLabel
1060           Left = 152
1061           Top = 96
1062           Width = 12
1063           Height = 12
1064           Caption = #20491
1065         end
1066         object URLDisplayCheckBox: TCheckBox
1067           Left = 12
1068           Top = 20
1069           Width = 389
1070           Height = 17
1071           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)'
1072           TabOrder = 0
1073         end
1074         object AddressHistoryCountEdit: TEdit
1075           Left = 100
1076           Top = 92
1077           Width = 45
1078           Height = 20
1079           TabOrder = 3
1080           OnExit = AddressHistoryCountEditExit
1081         end
1082         object TabStopAddressBarCheckBox: TCheckBox
1083           Left = 12
1084           Top = 44
1085           Width = 389
1086           Height = 17
1087           Caption = #12479#12502#12461#12540#12391#12450#12489#12524#12473#12496#12540#12395#31227#21205#12391#12365#12427#12424#12358#12395#12377#12427'(&T)'
1088           TabOrder = 1
1089         end
1090         object LinkAddCheckBox: TCheckBox
1091           Left = 12
1092           Top = 68
1093           Width = 413
1094           Height = 17
1095           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)'
1096           TabOrder = 2
1097         end
1098       end
1099       object GroupBox15: TGroupBox
1100         Left = 12
1101         Top = 138
1102         Width = 478
1103         Height = 79
1104         Caption = #30906#35469#12480#12452#12450#12525#12464
1105         TabOrder = 1
1106         object ShowDialogForEndCheckBox: TCheckBox
1107           Left = 12
1108           Top = 21
1109           Width = 204
1110           Height = 17
1111           Caption = #32066#20102#26178#12395#30906#35469#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427
1112           TabOrder = 0
1113         end
1114         object AllTabCloseCheckBox: TCheckBox
1115           Left = 12
1116           Top = 48
1117           Width = 344
1118           Height = 17
1119           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
1120           TabOrder = 1
1121         end
1122       end
1123       object SambaGroupBox: TGroupBox
1124         Left = 12
1125         Top = 224
1126         Width = 477
1127         Height = 48
1128         Caption = 'Samba24'#23550#31574
1129         TabOrder = 2
1130         object UseSambaCheckBox: TCheckBox
1131           Left = 12
1132           Top = 19
1133           Width = 153
1134           Height = 17
1135           Caption = 'Samba24'#23550#31574#27231#33021#12434#20351#12358
1136           TabOrder = 0
1137         end
1138       end
1139       object TabAutoSaveLoad: TGroupBox
1140         Left = 11
1141         Top = 279
1142         Width = 478
1143         Height = 50
1144         Caption = 'Tab'#33258#21205#20445#23384#12539#24489#20803
1145         TabOrder = 3
1146         object TabLoadSave: TCheckBox
1147           Left = 13
1148           Top = 18
1149           Width = 212
1150           Height = 17
1151           Caption = #32066#20102#26178#12395#12479#12502#12398#38918#30058#12434#33258#21205#20445#23384#12539#24489#20803
1152           TabOrder = 0
1153         end
1154       end
1155     end
1156     object SoundSheet: TTabSheet
1157       Caption = #12469#12454#12531#12489
1158       ImageIndex = 6
1159       object SoundEventGroupBox: TGroupBox
1160         Left = 12
1161         Top = 8
1162         Width = 477
1163         Height = 205
1164         Caption = #12469#12454#12531#12489#12452#12505#12531#12488
1165         TabOrder = 0
1166         object SoundListView: TListView
1167           Left = 12
1168           Top = 20
1169           Width = 449
1170           Height = 145
1171           Columns = <
1172             item
1173               Caption = #12452#12505#12531#12488
1174               Width = 120
1175             end
1176             item
1177               Caption = #12501#12449#12452#12523
1178               Width = 260
1179             end>
1180           ColumnClick = False
1181           HideSelection = False
1182           ReadOnly = True
1183           RowSelect = True
1184           TabOrder = 0
1185           ViewStyle = vsReport
1186           OnChanging = SoundListViewChanging
1187         end
1188         object SoundReferButton: TButton
1189           Left = 392
1190           Top = 172
1191           Width = 67
1192           Height = 21
1193           Caption = #21442#29031'(&B)...'
1194           TabOrder = 3
1195           OnClick = SoundReferButtonClick
1196         end
1197         object SoundFileEdit: TEdit
1198           Left = 8
1199           Top = 172
1200           Width = 341
1201           Height = 20
1202           TabOrder = 1
1203           OnChange = SoundFileEditChange
1204         end
1205         object SoundPlayButton: TBitBtn
1206           Left = 356
1207           Top = 172
1208           Width = 29
1209           Height = 21
1210           TabOrder = 2
1211           OnClick = SoundPlayButtonClick
1212           Glyph.Data = {
1213             CE000000424DCE0000000000000076000000280000000B0000000B0000000100
1214             04000000000058000000C40E0000C40E00001000000000000000000000000000
1215             8000008000000080800080000000800080008080000080808000C0C0C0000000
1216             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555550
1217             0000555505555550000055550055555000005555000555500000555500005550
1218             0000555500000550000055550000555000005555000555500000555500555550
1219             000055550555555000005555555555500000}
1220         end
1221       end
1222     end
1223     object FolderSheet: TTabSheet
1224       Caption = #12501#12457#12523#12480
1225       ImageIndex = 5
1226       object FolderGroupBox: TGroupBox
1227         Left = 12
1228         Top = 8
1229         Width = 477
1230         Height = 109
1231         Caption = #12525#12464#12501#12457#12523#12480
1232         TabOrder = 0
1233         object Label1: TLabel
1234           Left = 12
1235           Top = 88
1236           Width = 210
1237           Height = 12
1238           Caption = #8251#12462#12467#12490#12499#12434#20877#36215#21205#12377#12427#12392#26377#21177#12395#12394#12426#12414#12377
1239         end
1240         object Label2: TLabel
1241           Left = 12
1242           Top = 20
1243           Width = 135
1244           Height = 12
1245           Caption = #12525#12464#12434#20445#23384#12377#12427#12501#12457#12523#12480'(&F)'
1246           FocusControl = LogFolderEdit
1247         end
1248         object Label5: TLabel
1249           Left = 12
1250           Top = 72
1251           Width = 269
1252           Height = 12
1253           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
1254         end
1255         object LogFolderEdit: TEdit
1256           Left = 12
1257           Top = 40
1258           Width = 369
1259           Height = 20
1260           TabOrder = 0
1261         end
1262         object LogFolderButton: TButton
1263           Left = 388
1264           Top = 40
1265           Width = 75
1266           Height = 21
1267           Caption = #21442#29031'(&B)...'
1268           TabOrder = 1
1269           OnClick = LogFolderButtonClick
1270         end
1271       end
1272     end
1273     object NGwordSheet: TTabSheet
1274       Caption = #12354#12412#65374#12435
1275       ImageIndex = 11
1276       object GroupBox14: TGroupBox
1277         Left = 12
1278         Top = 8
1279         Width = 477
1280         Height = 161
1281         Caption = #12354#12412#65374#12435
1282         TabOrder = 0
1283         object RloCheckBox: TCheckBox
1284           Left = 12
1285           Top = 20
1286           Width = 389
1287           Height = 17
1288           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
1289           TabOrder = 0
1290         end
1291         object ReplaceulCheckBox: TCheckBox
1292           Left = 12
1293           Top = 66
1294           Width = 221
1295           Height = 17
1296           Caption = '<ul>'#12479#12464#12434'<br>'#12479#12464#12395#32622#25563#12377#12427'(&R)'
1297           TabOrder = 1
1298         end
1299         object PopUpAbonCheckBox: TCheckBox
1300           Left = 12
1301           Top = 88
1302           Width = 221
1303           Height = 17
1304           Caption = #12524#12473#12509#12483#12503#12450#12483#12503#26178#12398#12354#12412#65374#12435#26377#21177'(&P)'
1305           TabOrder = 2
1306         end
1307         object ShowNGLineCheckBox: TCheckBox
1308           Left = 12
1309           Top = 110
1310           Width = 181
1311           Height = 17
1312           Caption = 'NG'#12501#12449#12452#12523#12398#34892#25968#12434#34920#31034'(&N)'
1313           TabOrder = 3
1314         end
1315         object AddResAnchorCheckBox: TCheckBox
1316           Left = 12
1317           Top = 132
1318           Width = 205
1319           Height = 17
1320           Caption = #65326#65319#12524#12473#12408#12398#12524#12473#12450#12531#12459#12540#12398#36861#21152'(&A)'
1321           TabOrder = 4
1322         end
1323         object DeleteSyriaCheckBox: TCheckBox
1324           Left = 12
1325           Top = 44
1326           Width = 205
1327           Height = 17
1328           Caption = #12471#12522#12450#35486#12502#12521#12463#12521#23550#31574#12434#12377#12427
1329           TabOrder = 5
1330         end
1331       end
1332     end
1333     object UserIDSheet: TTabSheet
1334       Caption = #65298#12385#12419#12435#12397#12427
1335       ImageIndex = 9
1336       object Tora3URLLabel: TLabel
1337         Left = 105
1338         Top = 173
1339         Width = 104
1340         Height = 12
1341         Caption = 'http://2ch.tora3.net/'
1342         Font.Charset = SHIFTJIS_CHARSET
1343         Font.Color = clBlue
1344         Font.Height = -12
1345         Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
1346         Font.Style = [fsUnderline]
1347         ParentFont = False
1348         OnClick = Tora3URLLabelClick
1349       end
1350       object Label12: TLabel
1351         Left = 13
1352         Top = 173
1353         Width = 83
1354         Height = 12
1355         Caption = #12518#12540#12470'ID'#12398#21462#24471
1356       end
1357       object GroupBox3: TGroupBox
1358         Left = 12
1359         Top = 8
1360         Width = 477
1361         Height = 153
1362         Caption = #35469#35388
1363         TabOrder = 0
1364         object Label9: TLabel
1365           Left = 12
1366           Top = 24
1367           Width = 63
1368           Height = 12
1369           Caption = #12518#12540#12470'ID(&U)'
1370           FocusControl = UserIDEdit
1371         end
1372         object Label10: TLabel
1373           Left = 12
1374           Top = 52
1375           Width = 69
1376           Height = 12
1377           Caption = #12497#12473#12527#12540#12489'(&P)'
1378           FocusControl = PasswordEdit
1379         end
1380         object ForcedLoginLabel: TLabel
1381           Left = 136
1382           Top = 104
1383           Width = 89
1384           Height = 12
1385           Caption = 'ForcedLoginLabel'
1386         end
1387         object UserIDEdit: TEdit
1388           Left = 88
1389           Top = 20
1390           Width = 377
1391           Height = 20
1392           TabOrder = 0
1393         end
1394         object PasswordEdit: TEdit
1395           Left = 88
1396           Top = 48
1397           Width = 377
1398           Height = 20
1399           PasswordChar = '*'
1400           TabOrder = 1
1401         end
1402         object AutoLoginCheckBox: TCheckBox
1403           Left = 12
1404           Top = 80
1405           Width = 193
1406           Height = 17
1407           Caption = #36215#21205#26178#12395#33258#21205#12525#12464#12452#12531#12377#12427'(&S)'
1408           TabOrder = 2
1409         end
1410         object ForcedLoginCheckBox: TCheckBox
1411           Left = 12
1412           Top = 102
1413           Width = 125
1414           Height = 19
1415           Caption = #24375#21046#12525#12464#12452#12531#12514#12540#12489
1416           TabOrder = 3
1417         end
1418       end
1419     end
1420   end
1421   object OkBotton: TButton
1422     Left = 136
1423     Top = 400
1424     Width = 89
1425     Height = 21
1426     Caption = 'OK'
1427     Default = True
1428     ModalResult = 1
1429     TabOrder = 4
1430     OnClick = OkBottonClick
1431   end
1432   object FontDialog: TFontDialog
1433     Font.Charset = SHIFTJIS_CHARSET
1434     Font.Color = clWindowText
1435     Font.Height = -12
1436     Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
1437     Font.Style = []
1438     MinFontSize = 0
1439     MaxFontSize = 0
1440     Options = [fdAnsiOnly, fdEffects]
1441     Left = 8
1442     Top = 396
1443   end
1444   object ColorDialog: TColorDialog
1445     Ctl3D = True
1446     Options = [cdSolidColor]
1447     Left = 40
1448     Top = 396
1449   end
1450   object OpenDialog: TOpenDialog
1451     Title = #12501#12449#12452#12523#12398#21442#29031
1452     Left = 72
1453     Top = 396
1454   end
1455 end