Develop and Download Open Source Software

Browse CVS Repository

Annotation of /gikonavigoeson/gikonavi/Option.dfm

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.86.6.1 - (hide annotations) (download)
Sun May 27 13:11:20 2007 UTC (16 years, 10 months ago) by h677
Branch: bRESPOPUP
CVS Tags: v1_56_0_710, v1_56_0_711, v1_56_0_712
Changes since 1.86: +77 -24 lines
レスポップアップ位置の中央を廃止、デフォルトを右上に変更
レスポップアップ位置の補正を強化

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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26