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.11 - (hide annotations) (download)
Fri Sep 26 06:27:09 2003 UTC (20 years, 6 months ago) by yoffy
Branch: MAIN
Changes since 1.10: +65 -14 lines
・[CSS とスキン] タブにフォントに関するインターフェースを追加。
 ※まだ外面だけで実際に機能はしない。

1 hi_ 1.1 object OptionDialog: TOptionDialog
2 yoffy 1.7 Left = 301
3     Top = 142
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.11 ActivePage = TabSheet4
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     object TabSheet4: TTabSheet
527 yoffy 1.9 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     Width = 453
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 hi_ 1.1 Width = 400
561     end>
562     ColumnClick = False
563     HideSelection = False
564     ReadOnly = True
565     RowSelect = True
566     TabOrder = 1
567     ViewStyle = vsReport
568 yoffy 1.11 end
569     object CSSWebBrowser: TWebBrowser
570     Left = 16
571     Top = 208
572     Width = 281
573     Height = 110
574     TabOrder = 2
575     ControlData = {
576     4C0000000B1D00005E0B00000000000000000000000000000000000000000000
577     000000004C000000000000000000000001000000E0D057007335CF11AE690800
578     2B2E126208000000000000004C0000000114020000000000C000000000000046
579     8000000000000000000000000000000000000000000000000000000000000000
580     00000000000000000100000000000000000000000000000000000000}
581     end
582     object CSSFontCheckBox: TCheckBox
583     Left = 320
584     Top = 216
585     Width = 137
586     Height = 17
587     Caption = #12501#12457#12531#12488#12434#25351#23450#12377#12427'(&F)'
588     TabOrder = 3
589     OnClick = CSSFontCheckBoxClick
590     end
591     object CSSBackColorCheckBox: TCheckBox
592     Left = 320
593     Top = 272
594     Width = 137
595     Height = 17
596     Caption = #32972#26223#33394#12434#25351#23450#12377#12427'(&B)'
597     TabOrder = 4
598     OnClick = CSSBackColorCheckBoxClick
599     end
600     object CSSFontButton: TButton
601     Left = 384
602     Top = 240
603     Width = 75
604     Height = 21
605     Caption = #35373#23450'...'
606     Enabled = False
607     TabOrder = 5
608     OnClick = CSSFontButtonClick
609     end
610     object CSSBackColorButton: TButton
611     Left = 384
612     Top = 296
613     Width = 75
614     Height = 21
615     Caption = #35373#23450'...'
616     Enabled = False
617     TabOrder = 6
618     OnClick = CSSBackColorButtonClick
619 hi_ 1.1 end
620     end
621     end
622     object BoardSheet: TTabSheet
623     Caption = #12508#12540#12489#26356#26032
624     ImageIndex = 7
625     object GroupBox4: TGroupBox
626     Left = 12
627     Top = 8
628     Width = 477
629     Height = 81
630     Caption = #12508#12540#12489'URL(&U)'
631     TabOrder = 0
632     object Label13: TLabel
633     Left = 12
634     Top = 24
635     Width = 155
636     Height = 12
637     Caption = #65298#12385#12419#12435#12397#12427#12508#12540#12489#19968#35239'URL(&N)'
638     end
639     object BoardURL2chEdit: TEdit
640     Left = 24
641     Top = 44
642     Width = 397
643     Height = 20
644     TabOrder = 0
645     end
646     end
647     end
648     object TabSheet3: TTabSheet
649     Caption = #12473#12524#12483#12489#19968#35239
650     object GroupBox9: TGroupBox
651     Left = 12
652     Top = 8
653     Width = 477
654     Height = 49
655     Caption = #34920#31034#35373#23450
656     TabOrder = 0
657     object ThreadListIconCheckBox: TCheckBox
658     Left = 12
659     Top = 20
660     Width = 217
661     Height = 17
662     Caption = #12473#12524#12483#12489#26356#26032#12450#12452#12467#12531#12434#34920#31034#12377#12427'(&I)'
663     TabOrder = 0
664 h677 1.3 end
665     end
666     end
667     object NGwordSheet: TTabSheet
668     Caption = #12354#12412#65374#12435
669     ImageIndex = 11
670     object GroupBox14: TGroupBox
671 hi_ 1.5 Left = 12
672     Top = 8
673     Width = 477
674     Height = 97
675 h677 1.3 Caption = #12354#12412#65374#12435
676     TabOrder = 0
677     object RloCheckBox: TCheckBox
678 hi_ 1.5 Left = 12
679     Top = 20
680     Width = 221
681 h677 1.3 Height = 17
682 hi_ 1.5 Caption = '&&rlo;'#21442#29031#25991#23383#12434#28961#35222#12377#12427'(&F)'
683 h677 1.3 TabOrder = 0
684     end
685     object ReplaceulCheckBox: TCheckBox
686 hi_ 1.5 Left = 12
687     Top = 44
688     Width = 221
689 h677 1.3 Height = 17
690 hi_ 1.5 Caption = '<ul>'#12479#12464#12434'<br>'#12479#12464#12395#32622#25563#12377#12427'(&R)'
691 h677 1.3 TabOrder = 1
692     end
693     object PopUpAbonCheckBox: TCheckBox
694 hi_ 1.5 Left = 12
695     Top = 68
696     Width = 221
697 h677 1.3 Height = 17
698 hi_ 1.6 Caption = #12524#12473#12509#12483#12503#12450#12483#12503#26178#12398#12354#12412#65374#12435#26377#21177'(&P)'
699 h677 1.3 TabOrder = 2
700 hi_ 1.1 end
701     end
702     end
703     object ThreadSheet: TTabSheet
704     Caption = #12473#12524#12483#12489#65297
705     ImageIndex = 5
706     object GroupBox1: TGroupBox
707     Left = 12
708     Top = 8
709     Width = 477
710     Height = 45
711     Caption = #34920#31034#35373#23450
712 yoffy 1.2 TabOrder = 0
713 hi_ 1.1 object ShowMailCheckBox: TCheckBox
714     Left = 12
715     Top = 20
716     Width = 277
717     Height = 17
718     Caption = #12513#12540#12523#27396#12434#34920#31034#12377#12427'(&M)'
719     TabOrder = 0
720     end
721     end
722     object GroupBox2: TGroupBox
723     Left = 12
724     Top = 60
725     Width = 477
726     Height = 121
727     Caption = #12522#12531#12463#12463#12522#12483#12463#26178#21205#20316
728     TabOrder = 1
729     object AppFolderLabel: TLabel
730     Left = 32
731     Top = 49
732     Width = 120
733     Height = 12
734     Caption = #12450#12503#12522#12465#12540#12471#12519#12531#12497#12473'(&L)'
735     FocusControl = AppFolderEdit
736     end
737     object URLAppCheckBox: TCheckBox
738     Left = 12
739     Top = 24
740     Width = 385
741     Height = 17
742     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)'
743     TabOrder = 0
744     OnClick = URLAppCheckBoxClick
745     end
746     object AppFolderEdit: TEdit
747     Left = 32
748     Top = 65
749     Width = 309
750     Height = 20
751     TabOrder = 1
752     end
753     object AppFolderButton: TButton
754     Left = 350
755     Top = 64
756     Width = 75
757     Height = 21
758     Caption = #21442#29031'(&B)...'
759     TabOrder = 2
760     OnClick = AppFolderButtonClick
761     end
762     object OpenMailerCheckBox: TCheckBox
763     Left = 12
764     Top = 96
765     Width = 301
766     Height = 17
767     Caption = #12473#12524#12483#12489'mailto'#12463#12522#12483#12463#26178#12395#12513#12540#12521#12540#12434#36215#21205#12377#12427'(&T)'
768     TabOrder = 3
769     OnClick = URLAppCheckBoxClick
770     end
771     end
772     object GroupBox5: TGroupBox
773     Left = 12
774     Top = 268
775     Width = 433
776     Height = 165
777     Caption = 'URL'#12463#12522#12483#12463#21205#20316
778 yoffy 1.2 TabOrder = 3
779 hi_ 1.1 Visible = False
780     object Label6: TLabel
781     Left = 16
782     Top = 24
783     Width = 54
784     Height = 12
785     Caption = #12463#12522#12483#12463'(&C)'
786     end
787     object Label7: TLabel
788     Left = 16
789     Top = 80
790     Width = 91
791     Height = 12
792     Caption = 'Shift + '#12463#12522#12483#12463'(&S)'
793     end
794     object Label8: TLabel
795     Left = 16
796     Top = 52
797     Width = 86
798     Height = 12
799     Caption = 'Ctrl + '#12463#12522#12483#12463'(&T)'
800     end
801     object Label4: TLabel
802     Left = 8
803     Top = 108
804     Width = 120
805     Height = 12
806     Caption = #12450#12503#12522#12465#12540#12471#12519#12531#12497#12473'(&L)'
807     FocusControl = Edit1
808     end
809     object ComboBox1: TComboBox
810     Left = 112
811     Top = 20
812     Width = 309
813     Height = 20
814     Style = csDropDownList
815     ItemHeight = 12
816     TabOrder = 0
817     Items.Strings = (
818     'IE'#12391#38283#12367' '#12525#12464#12398#22580#21512#12399#12462#12467#12490#12499#12391#38283#12367
819     #25351#23450#12450#12503#12522#12391#38283#12367' '#12525#12464#12398#22580#21512#12399#12462#12467#12490#12499#12391#38283#12367
820     #12377#12409#12390'IE'#12391#38283#12367
821     #12377#12409#12390#25351#23450#12450#12503#12522#12391#38283#12367)
822     end
823     object ComboBox2: TComboBox
824     Left = 112
825     Top = 76
826     Width = 309
827     Height = 20
828     Style = csDropDownList
829     ItemHeight = 12
830     TabOrder = 1
831     Items.Strings = (
832     #12462#12467#12490#12499#20869#12391#38283#12367
833     #12452#12531#12479#12540#12493#12483#12488#12456#12463#12473#12503#12525#12540#12521#12391#38283#12367
834     #25351#23450#12375#12383#12450#12503#12522#12465#12540#12471#12519#12531#12391#38283#12367)
835     end
836     object ComboBox3: TComboBox
837     Left = 112
838     Top = 48
839     Width = 309
840     Height = 20
841     Style = csDropDownList
842     ItemHeight = 12
843     TabOrder = 2
844     Items.Strings = (
845     #12462#12467#12490#12499#20869#12391#38283#12367
846     #12452#12531#12479#12540#12493#12483#12488#12456#12463#12473#12503#12525#12540#12521#12391#38283#12367
847     #25351#23450#12375#12383#12450#12503#12522#12465#12540#12471#12519#12531#12391#38283#12367)
848     end
849     object Edit1: TEdit
850     Left = 12
851     Top = 124
852     Width = 329
853     Height = 20
854     TabOrder = 3
855     end
856     object Button1: TButton
857     Left = 348
858     Top = 124
859     Width = 75
860     Height = 21
861     Caption = #21442#29031'(&B)...'
862     TabOrder = 4
863     OnClick = AppFolderButtonClick
864     end
865     end
866     object GroupBox6: TGroupBox
867     Left = 12
868     Top = 188
869     Width = 477
870     Height = 49
871     Caption = #12525#12464#21066#38500
872 yoffy 1.2 TabOrder = 2
873 hi_ 1.1 object LogDeleteMessageCheckBox: TCheckBox
874     Left = 12
875     Top = 20
876     Width = 321
877     Height = 17
878     Caption = #12525#12464#12434#21066#38500#12377#12427#12392#12365#12395#30906#35469#12513#12483#12475#12540#12472#12434#34920#31034#12377#12427'(&O)'
879     TabOrder = 0
880     OnClick = URLAppCheckBoxClick
881     end
882     end
883     end
884     object TabSheet1: TTabSheet
885     Caption = #12473#12524#12483#12489#65298
886     ImageIndex = 7
887     object PopupPositionRadioGroup: TRadioGroup
888     Left = 12
889     Top = 8
890     Width = 477
891     Height = 85
892 yoffy 1.2 Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034'(&P)'
893 hi_ 1.1 Columns = 3
894     Items.Strings = (
895     #24038#19978
896     #24038
897     #24038#19979
898     #19978
899     #20013#22830
900     #19979
901     #21491#19978
902     #21491
903     #21491#19979#65288#12487#12501#12457#12523#12488#65289)
904     TabOrder = 0
905     end
906     object TabAddRadioGroup: TRadioGroup
907     Left = 12
908 yoffy 1.2 Top = 288
909 hi_ 1.1 Width = 477
910     Height = 49
911     Caption = #12473#12524#12483#12489#12398#12479#12502#36861#21152#20301#32622'(&D)'
912     Columns = 2
913     Items.Strings = (
914     #19968#30058#22987#12417
915     #19968#30058#26368#24460)
916     TabOrder = 3
917     end
918     object GroupBox8: TGroupBox
919     Left = 12
920 yoffy 1.2 Top = 176
921 hi_ 1.1 Width = 477
922     Height = 105
923     Caption = #30011#20687#12503#12524#12499#12517#12540#12509#12483#12503#12450#12483#12503
924     TabOrder = 2
925     object Label14: TLabel
926     Left = 12
927     Top = 48
928     Width = 49
929     Height = 12
930     Caption = #12469#12452#12474'(&S)'
931     FocusControl = PreviewSizeComboBox
932     end
933     object Label15: TLabel
934     Left = 12
935     Top = 76
936     Width = 111
937     Height = 12
938     Caption = #34920#31034#12414#12391#12398#12454#12455#12452#12488'(&T)'
939     FocusControl = PreviewSizeComboBox
940     end
941     object Label16: TLabel
942     Left = 176
943     Top = 76
944     Width = 158
945     Height = 12
946     Caption = 'ms'#12288'(500'#65374'9999) 1000ms'#65309'1'#31186
947     end
948     object PreviewVisibleCheckBox: TCheckBox
949     Left = 12
950     Top = 16
951     Width = 233
952     Height = 17
953     Caption = #30011#20687#12503#12524#12499#12517#12540#12509#12483#12503#12450#12483#12503#12434#34920#31034#12377#12427'(&V)'
954     TabOrder = 0
955     end
956     object PreviewSizeComboBox: TComboBox
957     Left = 72
958     Top = 44
959     Width = 145
960     Height = 20
961     Style = csDropDownList
962     ItemHeight = 12
963     TabOrder = 1
964     Items.Strings = (
965     '128 * 96 pixel'
966     '256 * 192 pixel'
967     '384 * 288 pixel'
968     '512 * 384 pixel'
969     '640 * 480 pixel')
970     end
971     object PreviewWaitEdit: TEdit
972     Left = 132
973     Top = 72
974     Width = 37
975     Height = 20
976     MaxLength = 4
977     TabOrder = 2
978     OnExit = PreviewWaitEditExit
979     end
980     end
981     object GroupBox10: TGroupBox
982     Left = 12
983     Top = 100
984     Width = 477
985 yoffy 1.2 Height = 69
986     Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034#35373#23450
987 hi_ 1.1 TabOrder = 1
988     object UnActivePopupCheckBox: TCheckBox
989     Left = 12
990     Top = 20
991     Width = 357
992     Height = 17
993     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)'
994     TabOrder = 0
995 yoffy 1.2 end
996     object ResPopupBoldCheckBox: TCheckBox
997     Left = 12
998     Top = 44
999     Width = 225
1000     Height = 17
1001     Caption = #12504#12483#12480#12540#12434#22826#23383#12391#34920#31034#12377#12427'(&B)'
1002     TabOrder = 1
1003 hi_ 1.1 end
1004     end
1005     end
1006     object TabSheet2: TTabSheet
1007     Caption = #12381#12398#20182#21205#20316
1008     ImageIndex = 8
1009     object GroupBox7: TGroupBox
1010     Left = 12
1011     Top = 8
1012     Width = 477
1013     Height = 125
1014     Caption = #12450#12489#12524#12473#12496#12540
1015     TabOrder = 0
1016     object Label3: TLabel
1017     Left = 16
1018     Top = 96
1019     Width = 73
1020     Height = 12
1021     Caption = 'URL'#20445#23384#25968'(&S)'
1022     FocusControl = AddressHistoryCountEdit
1023     end
1024     object Label11: TLabel
1025     Left = 156
1026     Top = 96
1027     Width = 12
1028     Height = 12
1029     Caption = #20491
1030     end
1031     object URLDisplayCheckBox: TCheckBox
1032     Left = 16
1033     Top = 20
1034     Width = 389
1035     Height = 17
1036     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)'
1037     TabOrder = 0
1038     end
1039     object AddressHistoryCountEdit: TEdit
1040     Left = 104
1041     Top = 92
1042     Width = 45
1043     Height = 20
1044     TabOrder = 3
1045     OnExit = AddressHistoryCountEditExit
1046     end
1047     object TabStopAddressBarCheckBox: TCheckBox
1048     Left = 16
1049     Top = 44
1050     Width = 389
1051     Height = 17
1052     Caption = #12479#12502#12461#12540#12391#12450#12489#12524#12473#12496#12540#12395#31227#21205#12391#12365#12427#12424#12358#12395#12377#12427'(&T)'
1053     TabOrder = 1
1054     end
1055     object LinkAddCheckBox: TCheckBox
1056     Left = 16
1057     Top = 68
1058     Width = 413
1059     Height = 17
1060     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)'
1061     TabOrder = 2
1062     end
1063     end
1064     object GroupBox13: TGroupBox
1065     Left = 12
1066     Top = 140
1067     Width = 477
1068     Height = 113
1069     Caption = #26360#12365#36796#12415'time'#12398#25351#23450
1070     TabOrder = 1
1071     object Label24: TLabel
1072     Left = 12
1073     Top = 20
1074     Width = 388
1075     Height = 12
1076     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
1077     end
1078     object Label25: TLabel
1079     Left = 12
1080     Top = 36
1081     Width = 218
1082     Height = 12
1083     Caption = #38291#36949#12387#12383#35373#23450#12434#34892#12358#12392#12289#21205#20316#12375#12394#12367#12394#12426#12414#12377#12290
1084     end
1085     object PostTimeLabel: TLabel
1086     Left = 12
1087     Top = 88
1088     Width = 94
1089     Height = 12
1090     Caption = #12510#12471#12531#26178#21051#12363#12425'(&O)'
1091     end
1092     object Label27: TLabel
1093     Left = 164
1094     Top = 88
1095     Width = 12
1096     Height = 12
1097     Caption = #31186
1098     end
1099     object PostTimeCheckBox: TCheckBox
1100     Left = 12
1101     Top = 60
1102     Width = 389
1103     Height = 17
1104     Caption = #26360#12365#36796#12415#26178#12395#12510#12471#12531#26178#21051#12434#20351#29992#12377#12427'(&C)'
1105     TabOrder = 0
1106     OnClick = PostTimeCheckBoxClick
1107     end
1108     object PostTimeEdit: TEdit
1109     Left = 116
1110     Top = 84
1111     Width = 41
1112     Height = 20
1113     MaxLength = 4
1114     TabOrder = 1
1115     OnExit = PostTimeEditExit
1116     end
1117     object PutPostTimeRadioButton: TRadioButton
1118     Left = 184
1119     Top = 84
1120     Width = 81
1121     Height = 17
1122     Caption = #36914#12417#12427'(&P)'
1123     TabOrder = 2
1124     end
1125     object BackPostTimeRadioButton: TRadioButton
1126     Left = 268
1127     Top = 84
1128     Width = 85
1129     Height = 17
1130     Caption = #36933#12425#12379#12427'(&B)'
1131     TabOrder = 3
1132     end
1133     end
1134     end
1135     object SoundSheet: TTabSheet
1136     Caption = #12469#12454#12531#12489
1137     ImageIndex = 6
1138     object SoundEventGroupBox: TGroupBox
1139     Left = 12
1140     Top = 8
1141     Width = 477
1142     Height = 205
1143     Caption = #12469#12454#12531#12489#12452#12505#12531#12488
1144     TabOrder = 0
1145     object SoundListView: TListView
1146     Left = 12
1147     Top = 20
1148     Width = 449
1149     Height = 145
1150     Columns = <
1151     item
1152     Caption = #12452#12505#12531#12488
1153     Width = 120
1154     end
1155     item
1156     Caption = #12501#12449#12452#12523
1157     Width = 260
1158     end>
1159     ColumnClick = False
1160     HideSelection = False
1161     ReadOnly = True
1162     RowSelect = True
1163     TabOrder = 0
1164     ViewStyle = vsReport
1165     OnChanging = SoundListViewChanging
1166     end
1167     object SoundReferButton: TButton
1168     Left = 392
1169     Top = 172
1170     Width = 67
1171     Height = 21
1172     Caption = #21442#29031'(&B)...'
1173     TabOrder = 3
1174     OnClick = SoundReferButtonClick
1175     end
1176     object SoundFileEdit: TEdit
1177     Left = 8
1178     Top = 172
1179     Width = 341
1180     Height = 20
1181     TabOrder = 1
1182     OnChange = SoundFileEditChange
1183     end
1184     object SoundPlayButton: TBitBtn
1185     Left = 356
1186     Top = 172
1187     Width = 29
1188     Height = 21
1189     TabOrder = 2
1190     OnClick = SoundPlayButtonClick
1191     Glyph.Data = {
1192     CE000000424DCE0000000000000076000000280000000B0000000B0000000100
1193     04000000000058000000C40E0000C40E00001000000000000000000000000000
1194     8000008000000080800080000000800080008080000080808000C0C0C0000000
1195     FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555550
1196     0000555505555550000055550055555000005555000555500000555500005550
1197     0000555500000550000055550000555000005555000555500000555500555550
1198     000055550555555000005555555555500000}
1199     end
1200     end
1201     end
1202     object FolderSheet: TTabSheet
1203     Caption = #12501#12457#12523#12480
1204     ImageIndex = 5
1205     object FolderGroupBox: TGroupBox
1206     Left = 12
1207     Top = 8
1208     Width = 477
1209     Height = 109
1210     Caption = #12525#12464#12501#12457#12523#12480
1211     TabOrder = 0
1212     object Label1: TLabel
1213     Left = 12
1214     Top = 88
1215     Width = 210
1216     Height = 12
1217     Caption = #8251#12462#12467#12490#12499#12434#20877#36215#21205#12377#12427#12392#26377#21177#12395#12394#12426#12414#12377
1218     end
1219     object Label2: TLabel
1220     Left = 12
1221     Top = 20
1222     Width = 135
1223     Height = 12
1224     Caption = #12525#12464#12434#20445#23384#12377#12427#12501#12457#12523#12480'(&F)'
1225     FocusControl = LogFolderEdit
1226     end
1227     object Label5: TLabel
1228     Left = 12
1229     Top = 72
1230     Width = 269
1231     Height = 12
1232     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
1233     end
1234     object LogFolderEdit: TEdit
1235     Left = 12
1236     Top = 40
1237     Width = 369
1238     Height = 20
1239     TabOrder = 0
1240     end
1241     object LogFolderButton: TButton
1242     Left = 388
1243     Top = 40
1244     Width = 75
1245     Height = 21
1246     Caption = #21442#29031'(&B)...'
1247     TabOrder = 1
1248     OnClick = LogFolderButtonClick
1249     end
1250     end
1251     end
1252     object UserIDSheet: TTabSheet
1253     Caption = #65298#12385#12419#12435#12397#12427
1254     ImageIndex = 9
1255     object Tora3URLLabel: TLabel
1256     Left = 104
1257     Top = 124
1258     Width = 104
1259     Height = 12
1260     Caption = 'http://2ch.tora3.net/'
1261     Font.Charset = SHIFTJIS_CHARSET
1262     Font.Color = clBlue
1263     Font.Height = -12
1264     Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
1265     Font.Style = [fsUnderline]
1266     ParentFont = False
1267     OnClick = Tora3URLLabelClick
1268     end
1269     object Label12: TLabel
1270     Left = 12
1271     Top = 124
1272     Width = 83
1273     Height = 12
1274     Caption = #12518#12540#12470'ID'#12398#21462#24471
1275     end
1276     object GroupBox3: TGroupBox
1277     Left = 12
1278     Top = 8
1279     Width = 477
1280     Height = 105
1281     Caption = #35469#35388
1282     TabOrder = 0
1283     object Label9: TLabel
1284     Left = 12
1285     Top = 24
1286     Width = 63
1287     Height = 12
1288     Caption = #12518#12540#12470'ID(&U)'
1289     FocusControl = UserIDEdit
1290     end
1291     object Label10: TLabel
1292     Left = 12
1293     Top = 52
1294     Width = 69
1295     Height = 12
1296     Caption = #12497#12473#12527#12540#12489'(&P)'
1297     FocusControl = PasswordEdit
1298     end
1299     object UserIDEdit: TEdit
1300     Left = 88
1301     Top = 20
1302     Width = 377
1303     Height = 20
1304     TabOrder = 0
1305     end
1306     object PasswordEdit: TEdit
1307     Left = 88
1308     Top = 48
1309     Width = 377
1310     Height = 20
1311     PasswordChar = '*'
1312     TabOrder = 1
1313     end
1314     object AutoLoginCheckBox: TCheckBox
1315     Left = 12
1316     Top = 80
1317     Width = 193
1318     Height = 17
1319     Caption = #36215#21205#26178#12395#33258#21205#12525#12464#12452#12531#12377#12427'(&S)'
1320     TabOrder = 2
1321     end
1322     end
1323     end
1324     end
1325     object ApplyButton: TButton
1326     Left = 424
1327     Top = 400
1328     Width = 89
1329     Height = 21
1330     Cancel = True
1331     Caption = #36969#29992'(&A)'
1332     ModalResult = 8
1333     TabOrder = 3
1334     OnClick = ApplyButtonClick
1335     end
1336     object FontDialog: TFontDialog
1337     Font.Charset = SHIFTJIS_CHARSET
1338     Font.Color = clWindowText
1339     Font.Height = -12
1340     Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
1341     Font.Style = []
1342     MinFontSize = 0
1343     MaxFontSize = 0
1344     Options = [fdAnsiOnly, fdEffects]
1345     Left = 8
1346     Top = 396
1347     end
1348     object ColorDialog: TColorDialog
1349     Ctl3D = True
1350     Options = [cdSolidColor]
1351     Left = 40
1352     Top = 396
1353     end
1354     object OpenDialog: TOpenDialog
1355     Title = #12501#12449#12452#12523#12398#21442#29031
1356     Left = 72
1357     Top = 396
1358     end
1359     end

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