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.16 - (hide annotations) (download)
Sat Sep 27 06:35:19 2003 UTC (20 years, 6 months ago) by yoffy
Branch: MAIN
Changes since 1.15: +20 -12 lines
・[スキンでもポップアップ] を追加。

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

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