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.33 - (hide annotations) (download)
Wed May 19 15:05:24 2004 UTC (19 years, 11 months ago) by h677
Branch: MAIN
Changes since 1.32: +38 -109 lines
認証鯖の変更に対応できるようにした

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

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