Develop and Download Open Source Software

Browse CVS Repository

Contents of /gikonavigoeson/gikonavi/Option.dfm

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


Revision 1.29 - (show annotations) (download)
Mon Mar 15 12:18:37 2004 UTC (20 years, 1 month ago) by h677
Branch: MAIN
Changes since 1.28: +2 -2 lines
「スレ作成日時」が「スレ作成日」になっていたので修正

1 object OptionDialog: TOptionDialog
2 Left = 508
3 Top = 505
4 BorderStyle = bsDialog
5 Caption = #12458#12503#12471#12519#12531
6 ClientHeight = 428
7 ClientWidth = 518
8 Color = clBtnFace
9 Font.Charset = SHIFTJIS_CHARSET
10 Font.Color = clWindowText
11 Font.Height = -12
12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
13 Font.Style = []
14 OldCreateOrder = False
15 Position = poOwnerFormCenter
16 OnClose = FormClose
17 OnCreate = FormCreate
18 OnDestroy = FormDestroy
19 PixelsPerInch = 96
20 TextHeight = 12
21 object 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 ActivePage = TabSheet3
48 MultiLine = True
49 TabIndex = 4
50 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 = 229
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 = 321
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 = 237
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 = 237
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 Caption = #12501#12457#12531#12488'(&B)...'
340 TabOrder = 0
341 OnClick = CabinetFontBottonClick
342 end
343 object CabinetColorBotton: TButton
344 Left = 156
345 Top = 48
346 Width = 85
347 Height = 21
348 Caption = #32972#26223#33394'(&C)...'
349 TabOrder = 2
350 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 TabOrder = 3
359 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 TabOrder = 1
371 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 Caption = #12501#12457#12531#12488'(&E)...'
393 TabOrder = 4
394 OnClick = ListFontBottonClick
395 end
396 object ListColorBotton: TButton
397 Left = 156
398 Top = 148
399 Width = 85
400 Height = 21
401 Caption = #32972#26223#33394'(&F)...'
402 TabOrder = 5
403 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 TabOrder = 6
412 OnClick = ListDefaultBottonClick
413 end
414 object HintFontButton: TButton
415 Left = 156
416 Top = 253
417 Width = 85
418 Height = 21
419 Caption = #12501#12457#12531#12488'(&H)...'
420 TabOrder = 7
421 OnClick = HintFontButtonClick
422 end
423 object HintBackButton: TButton
424 Left = 156
425 Top = 277
426 Width = 85
427 Height = 21
428 Caption = #32972#26223#33394'(&I)...'
429 TabOrder = 8
430 OnClick = HintBackButtonClick
431 end
432 object HintDefaultButton: TButton
433 Left = 156
434 Top = 301
435 Width = 85
436 Height = 21
437 Caption = #12487#12501#12457#12523#12488'(&J)'
438 TabOrder = 9
439 OnClick = HintDefaultButtonClick
440 end
441 object HintMemo: TMemo
442 Left = 12
443 Top = 253
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 Caption = #12501#12457#12531#12488'(&M)...'
473 TabOrder = 12
474 OnClick = EditorFontBottonClick
475 end
476 object EditorColorBotton: TButton
477 Left = 408
478 Top = 148
479 Width = 85
480 Height = 21
481 Caption = #32972#26223#33394'(&N)...'
482 TabOrder = 13
483 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 TabOrder = 14
492 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 Caption = #12501#12457#12531#12488'(&K)...'
513 TabOrder = 10
514 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 TabOrder = 11
523 OnClick = BrowserTabDefaultButtonClick
524 end
525 object OddResNumCheckBox: TCheckBox
526 Left = 15
527 Top = 201
528 Width = 130
529 Height = 17
530 Caption = #12524#12473#25968#22679#28187#12473#12524#24375#35519
531 TabOrder = 19
532 OnClick = OddResNumCheckBoxClick
533 end
534 object OddResNumColorBox: TColorBox
535 Left = 144
536 Top = 198
537 Width = 97
538 Height = 22
539 Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbCustomColor]
540 ItemHeight = 16
541 TabOrder = 20
542 end
543 end
544 object CSSTabSheet: TTabSheet
545 Caption = 'CSS '#12392#12473#12461#12531
546 ImageIndex = 10
547 object GroupBox12: TGroupBox
548 Left = 12
549 Top = 8
550 Width = 477
551 Height = 329
552 Caption = #12473#12479#12452#12523#12471#12540#12488#12392#12473#12461#12531
553 TabOrder = 0
554 object CSSListLabel: TLabel
555 Left = 12
556 Top = 48
557 Width = 191
558 Height = 12
559 Caption = #12473#12479#12452#12523#12471#12540#12488#12414#12383#12399#12473#12461#12531#12398#36984#25246'(&S)'
560 end
561 object CSSCheckBox: TCheckBox
562 Left = 12
563 Top = 20
564 Width = 317
565 Height = 17
566 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)'
567 TabOrder = 0
568 OnClick = CSSCheckBoxClick
569 end
570 object CSSListView: TListView
571 Left = 12
572 Top = 64
573 Width = 213
574 Height = 137
575 Columns = <
576 item
577 Caption = #12473#12479#12452#12523#12471#12540#12488#12414#12383#12399#12473#12461#12531
578 Width = 180
579 end>
580 ColumnClick = False
581 HideSelection = False
582 ReadOnly = True
583 RowSelect = True
584 TabOrder = 1
585 ViewStyle = vsReport
586 OnChange = CSSListViewChange
587 end
588 object CSSBrowser: TWebBrowser
589 Left = 232
590 Top = 64
591 Width = 233
592 Height = 257
593 TabOrder = 2
594 ControlData = {
595 4C00000015180000901A00000000000000000000000000000000000000000000
596 000000004C000000000000000000000001000000E0D057007335CF11AE690800
597 2B2E126208000000000000004C0000000114020000000000C000000000000046
598 8000000000000000000000000000000000000000000000000000000000000000
599 00000000000000000100000000000000000000000000000000000000}
600 end
601 object CSSFontCheckBox: TCheckBox
602 Left = 16
603 Top = 211
604 Width = 113
605 Height = 17
606 Caption = #12501#12457#12531#12488#12434#25351#23450'(&F)'
607 TabOrder = 3
608 OnClick = CSSFontCheckBoxClick
609 end
610 object CSSBackColorCheckBox: TCheckBox
611 Left = 16
612 Top = 242
613 Width = 113
614 Height = 17
615 Caption = #32972#26223#33394#12434#25351#23450'(&B)'
616 TabOrder = 4
617 OnClick = CSSBackColorCheckBoxClick
618 end
619 object CSSFontButton: TButton
620 Left = 136
621 Top = 208
622 Width = 75
623 Height = 21
624 Caption = #35373#23450'...'
625 Enabled = False
626 TabOrder = 5
627 OnClick = CSSFontButtonClick
628 end
629 object CSSBackColorButton: TButton
630 Left = 136
631 Top = 240
632 Width = 75
633 Height = 21
634 Caption = #35373#23450'...'
635 Enabled = False
636 TabOrder = 6
637 OnClick = CSSBackColorButtonClick
638 end
639 end
640 end
641 object BoardSheet: TTabSheet
642 Caption = #12508#12540#12489#26356#26032
643 ImageIndex = 7
644 object GroupBox4: TGroupBox
645 Left = 12
646 Top = 8
647 Width = 477
648 Height = 113
649 Caption = #12508#12540#12489'URL(&U)'
650 TabOrder = 0
651 object Label13: TLabel
652 Left = 12
653 Top = 24
654 Width = 155
655 Height = 12
656 Caption = #65298#12385#12419#12435#12397#12427#12508#12540#12489#19968#35239'URL(&N)'
657 end
658 object BoardURLComboBox: TComboBox
659 Left = 24
660 Top = 43
661 Width = 417
662 Height = 20
663 ItemHeight = 12
664 TabOrder = 0
665 Text = 'BoardURLComboBox'
666 end
667 object AddURLButton: TButton
668 Left = 278
669 Top = 69
670 Width = 75
671 Height = 25
672 Caption = #36861#21152
673 TabOrder = 1
674 OnClick = AddURLButtonClick
675 end
676 object RemoveURLButton: TButton
677 Left = 366
678 Top = 69
679 Width = 75
680 Height = 25
681 Caption = #21066#38500
682 TabOrder = 2
683 OnClick = RemoveURLButtonClick
684 end
685 end
686 end
687 object TabSheet3: TTabSheet
688 Caption = #12473#12524#12483#12489#19968#35239
689 object GroupBox9: TGroupBox
690 Left = 12
691 Top = 8
692 Width = 477
693 Height = 49
694 Caption = #34920#31034#35373#23450
695 TabOrder = 0
696 object ThreadListIconCheckBox: TCheckBox
697 Left = 12
698 Top = 20
699 Width = 217
700 Height = 17
701 Caption = #12473#12524#12483#12489#26356#26032#12450#12452#12467#12531#12434#34920#31034#12377#12427'(&I)'
702 TabOrder = 0
703 end
704 end
705 object GroupBox16: TGroupBox
706 Left = 8
707 Top = 80
708 Width = 481
709 Height = 81
710 Caption = #12473#12524#20316#25104#26085#26178#34920#31034#35373#23450
711 TabOrder = 1
712 object CreationTimeLogsCheckBox: TCheckBox
713 Left = 16
714 Top = 24
715 Width = 217
716 Height = 17
717 Caption = #12525#12464#26377#12426#12473#12524#12483#12489#12398#12415#34920#31034
718 TabOrder = 0
719 end
720 object FutureThreadCheckBox: TCheckBox
721 Left = 16
722 Top = 48
723 Width = 265
724 Height = 17
725 Caption = #26085#20184#12364#26410#26469#12398#12418#12398#12399#34920#31034#12375#12394#12356#65288'492'#12473#12524#31995#65289
726 TabOrder = 1
727 end
728 end
729 end
730 object NGwordSheet: TTabSheet
731 Caption = #12354#12412#65374#12435
732 ImageIndex = 11
733 object GroupBox14: TGroupBox
734 Left = 12
735 Top = 8
736 Width = 477
737 Height = 161
738 Caption = #12354#12412#65374#12435
739 TabOrder = 0
740 object RloCheckBox: TCheckBox
741 Left = 12
742 Top = 20
743 Width = 389
744 Height = 17
745 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
746 TabOrder = 0
747 end
748 object ReplaceulCheckBox: TCheckBox
749 Left = 12
750 Top = 44
751 Width = 221
752 Height = 17
753 Caption = '<ul>'#12479#12464#12434'<br>'#12479#12464#12395#32622#25563#12377#12427'(&R)'
754 TabOrder = 1
755 end
756 object PopUpAbonCheckBox: TCheckBox
757 Left = 12
758 Top = 68
759 Width = 221
760 Height = 17
761 Caption = #12524#12473#12509#12483#12503#12450#12483#12503#26178#12398#12354#12412#65374#12435#26377#21177'(&P)'
762 TabOrder = 2
763 end
764 object ShowNGLineCheckBox: TCheckBox
765 Left = 12
766 Top = 92
767 Width = 181
768 Height = 17
769 Caption = 'NG'#12501#12449#12452#12523#12398#34892#25968#12434#34920#31034'(&N)'
770 TabOrder = 3
771 end
772 object AddResAnchorCheckBox: TCheckBox
773 Left = 12
774 Top = 116
775 Width = 205
776 Height = 17
777 Caption = #65326#65319#12524#12473#12408#12398#12524#12473#12450#12531#12459#12540#12398#36861#21152'(&A)'
778 TabOrder = 4
779 end
780 end
781 end
782 object ThreadSheet: TTabSheet
783 Caption = #12473#12524#12483#12489#65297
784 ImageIndex = 5
785 object GroupBox1: TGroupBox
786 Left = 12
787 Top = 8
788 Width = 477
789 Height = 45
790 Caption = #34920#31034#35373#23450
791 TabOrder = 0
792 object ShowMailCheckBox: TCheckBox
793 Left = 12
794 Top = 20
795 Width = 277
796 Height = 17
797 Caption = #12513#12540#12523#27396#12434#34920#31034#12377#12427'(&M)'
798 TabOrder = 0
799 end
800 object OnlyAHundredResCheckBox: TCheckBox
801 Left = 163
802 Top = 19
803 Width = 238
804 Height = 17
805 Caption = #36215#21205#26178#12395#26368#26032'100'#12524#12473#34920#31034#12434'ON'#12395#12377#12427
806 TabOrder = 1
807 end
808 end
809 object GroupBox2: TGroupBox
810 Left = 12
811 Top = 60
812 Width = 477
813 Height = 121
814 Caption = #12522#12531#12463#12463#12522#12483#12463#26178#21205#20316
815 TabOrder = 1
816 object AppFolderLabel: TLabel
817 Left = 32
818 Top = 49
819 Width = 120
820 Height = 12
821 Caption = #12450#12503#12522#12465#12540#12471#12519#12531#12497#12473'(&L)'
822 FocusControl = AppFolderEdit
823 end
824 object URLAppCheckBox: TCheckBox
825 Left = 12
826 Top = 24
827 Width = 385
828 Height = 17
829 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)'
830 TabOrder = 0
831 OnClick = URLAppCheckBoxClick
832 end
833 object AppFolderEdit: TEdit
834 Left = 32
835 Top = 65
836 Width = 309
837 Height = 20
838 TabOrder = 1
839 end
840 object AppFolderButton: TButton
841 Left = 350
842 Top = 64
843 Width = 75
844 Height = 21
845 Caption = #21442#29031'(&B)...'
846 TabOrder = 2
847 OnClick = AppFolderButtonClick
848 end
849 object OpenMailerCheckBox: TCheckBox
850 Left = 12
851 Top = 96
852 Width = 301
853 Height = 17
854 Caption = #12473#12524#12483#12489'mailto'#12463#12522#12483#12463#26178#12395#12513#12540#12521#12540#12434#36215#21205#12377#12427'(&T)'
855 TabOrder = 3
856 OnClick = URLAppCheckBoxClick
857 end
858 end
859 object GroupBox5: TGroupBox
860 Left = 12
861 Top = 268
862 Width = 433
863 Height = 165
864 Caption = 'URL'#12463#12522#12483#12463#21205#20316
865 TabOrder = 3
866 Visible = False
867 object Label6: TLabel
868 Left = 16
869 Top = 24
870 Width = 54
871 Height = 12
872 Caption = #12463#12522#12483#12463'(&C)'
873 end
874 object Label7: TLabel
875 Left = 16
876 Top = 80
877 Width = 91
878 Height = 12
879 Caption = 'Shift + '#12463#12522#12483#12463'(&S)'
880 end
881 object Label8: TLabel
882 Left = 16
883 Top = 52
884 Width = 86
885 Height = 12
886 Caption = 'Ctrl + '#12463#12522#12483#12463'(&T)'
887 end
888 object Label4: TLabel
889 Left = 8
890 Top = 108
891 Width = 120
892 Height = 12
893 Caption = #12450#12503#12522#12465#12540#12471#12519#12531#12497#12473'(&L)'
894 FocusControl = Edit1
895 end
896 object ComboBox1: TComboBox
897 Left = 112
898 Top = 20
899 Width = 309
900 Height = 20
901 Style = csDropDownList
902 ItemHeight = 12
903 TabOrder = 0
904 Items.Strings = (
905 'IE'#12391#38283#12367' '#12525#12464#12398#22580#21512#12399#12462#12467#12490#12499#12391#38283#12367
906 #25351#23450#12450#12503#12522#12391#38283#12367' '#12525#12464#12398#22580#21512#12399#12462#12467#12490#12499#12391#38283#12367
907 #12377#12409#12390'IE'#12391#38283#12367
908 #12377#12409#12390#25351#23450#12450#12503#12522#12391#38283#12367)
909 end
910 object ComboBox2: TComboBox
911 Left = 112
912 Top = 76
913 Width = 309
914 Height = 20
915 Style = csDropDownList
916 ItemHeight = 12
917 TabOrder = 1
918 Items.Strings = (
919 #12462#12467#12490#12499#20869#12391#38283#12367
920 #12452#12531#12479#12540#12493#12483#12488#12456#12463#12473#12503#12525#12540#12521#12391#38283#12367
921 #25351#23450#12375#12383#12450#12503#12522#12465#12540#12471#12519#12531#12391#38283#12367)
922 end
923 object ComboBox3: TComboBox
924 Left = 112
925 Top = 48
926 Width = 309
927 Height = 20
928 Style = csDropDownList
929 ItemHeight = 12
930 TabOrder = 2
931 Items.Strings = (
932 #12462#12467#12490#12499#20869#12391#38283#12367
933 #12452#12531#12479#12540#12493#12483#12488#12456#12463#12473#12503#12525#12540#12521#12391#38283#12367
934 #25351#23450#12375#12383#12450#12503#12522#12465#12540#12471#12519#12531#12391#38283#12367)
935 end
936 object Edit1: TEdit
937 Left = 12
938 Top = 124
939 Width = 329
940 Height = 20
941 TabOrder = 3
942 end
943 object Button1: TButton
944 Left = 348
945 Top = 124
946 Width = 75
947 Height = 21
948 Caption = #21442#29031'(&B)...'
949 TabOrder = 4
950 OnClick = AppFolderButtonClick
951 end
952 end
953 object GroupBox6: TGroupBox
954 Left = 12
955 Top = 188
956 Width = 477
957 Height = 49
958 Caption = #12525#12464#21066#38500
959 TabOrder = 2
960 object LogDeleteMessageCheckBox: TCheckBox
961 Left = 12
962 Top = 20
963 Width = 321
964 Height = 17
965 Caption = #12525#12464#12434#21066#38500#12377#12427#12392#12365#12395#30906#35469#12513#12483#12475#12540#12472#12434#34920#31034#12377#12427'(&O)'
966 TabOrder = 0
967 OnClick = URLAppCheckBoxClick
968 end
969 end
970 end
971 object TabSheet1: TTabSheet
972 Caption = #12473#12524#12483#12489#65298
973 ImageIndex = 7
974 object PopupPositionRadioGroup: TRadioGroup
975 Left = 12
976 Top = 8
977 Width = 477
978 Height = 85
979 Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034'(&P)'
980 Columns = 3
981 Items.Strings = (
982 #24038#19978
983 #24038
984 #24038#19979
985 #19978
986 #20013#22830
987 #19979
988 #21491#19978
989 #21491
990 #21491#19979#65288#12487#12501#12457#12523#12488#65289)
991 TabOrder = 0
992 end
993 object TabAddRadioGroup: TRadioGroup
994 Left = 12
995 Top = 288
996 Width = 477
997 Height = 49
998 Caption = #12473#12524#12483#12489#12398#12479#12502#36861#21152#20301#32622'(&D)'
999 Columns = 2
1000 Items.Strings = (
1001 #19968#30058#22987#12417
1002 #19968#30058#26368#24460)
1003 TabOrder = 3
1004 end
1005 object GroupBox8: TGroupBox
1006 Left = 12
1007 Top = 176
1008 Width = 477
1009 Height = 105
1010 Caption = #30011#20687#12503#12524#12499#12517#12540#12509#12483#12503#12450#12483#12503
1011 TabOrder = 2
1012 object Label14: TLabel
1013 Left = 12
1014 Top = 48
1015 Width = 49
1016 Height = 12
1017 Caption = #12469#12452#12474'(&S)'
1018 FocusControl = PreviewSizeComboBox
1019 end
1020 object Label15: TLabel
1021 Left = 12
1022 Top = 76
1023 Width = 111
1024 Height = 12
1025 Caption = #34920#31034#12414#12391#12398#12454#12455#12452#12488'(&T)'
1026 FocusControl = PreviewSizeComboBox
1027 end
1028 object Label16: TLabel
1029 Left = 176
1030 Top = 76
1031 Width = 158
1032 Height = 12
1033 Caption = 'ms'#12288'(500'#65374'9999) 1000ms'#65309'1'#31186
1034 end
1035 object PreviewVisibleCheckBox: TCheckBox
1036 Left = 12
1037 Top = 16
1038 Width = 233
1039 Height = 17
1040 Caption = #30011#20687#12503#12524#12499#12517#12540#12509#12483#12503#12450#12483#12503#12434#34920#31034#12377#12427'(&V)'
1041 TabOrder = 0
1042 end
1043 object PreviewSizeComboBox: TComboBox
1044 Left = 72
1045 Top = 44
1046 Width = 145
1047 Height = 20
1048 Style = csDropDownList
1049 ItemHeight = 12
1050 TabOrder = 1
1051 Items.Strings = (
1052 '128 * 96 pixel'
1053 '256 * 192 pixel'
1054 '384 * 288 pixel'
1055 '512 * 384 pixel'
1056 '640 * 480 pixel')
1057 end
1058 object PreviewWaitEdit: TEdit
1059 Left = 132
1060 Top = 72
1061 Width = 37
1062 Height = 20
1063 MaxLength = 4
1064 TabOrder = 2
1065 OnExit = PreviewWaitEditExit
1066 end
1067 end
1068 object GroupBox10: TGroupBox
1069 Left = 12
1070 Top = 100
1071 Width = 477
1072 Height = 69
1073 Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034#35373#23450
1074 TabOrder = 1
1075 object UnActivePopupCheckBox: TCheckBox
1076 Left = 12
1077 Top = 20
1078 Width = 357
1079 Height = 17
1080 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)'
1081 TabOrder = 0
1082 end
1083 object ResPopupBoldCheckBox: TCheckBox
1084 Left = 12
1085 Top = 44
1086 Width = 225
1087 Height = 17
1088 Caption = #12504#12483#12480#12540#12434#22826#23383#12391#34920#31034#12377#12427'(&B)'
1089 TabOrder = 1
1090 end
1091 end
1092 end
1093 object TabSheet2: TTabSheet
1094 Caption = #12381#12398#20182#21205#20316
1095 ImageIndex = 8
1096 object GroupBox7: TGroupBox
1097 Left = 12
1098 Top = 8
1099 Width = 477
1100 Height = 125
1101 Caption = #12450#12489#12524#12473#12496#12540
1102 TabOrder = 0
1103 object Label3: TLabel
1104 Left = 16
1105 Top = 96
1106 Width = 73
1107 Height = 12
1108 Caption = 'URL'#20445#23384#25968'(&S)'
1109 FocusControl = AddressHistoryCountEdit
1110 end
1111 object Label11: TLabel
1112 Left = 156
1113 Top = 96
1114 Width = 12
1115 Height = 12
1116 Caption = #20491
1117 end
1118 object URLDisplayCheckBox: TCheckBox
1119 Left = 16
1120 Top = 20
1121 Width = 389
1122 Height = 17
1123 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)'
1124 TabOrder = 0
1125 end
1126 object AddressHistoryCountEdit: TEdit
1127 Left = 104
1128 Top = 92
1129 Width = 45
1130 Height = 20
1131 TabOrder = 3
1132 OnExit = AddressHistoryCountEditExit
1133 end
1134 object TabStopAddressBarCheckBox: TCheckBox
1135 Left = 16
1136 Top = 44
1137 Width = 389
1138 Height = 17
1139 Caption = #12479#12502#12461#12540#12391#12450#12489#12524#12473#12496#12540#12395#31227#21205#12391#12365#12427#12424#12358#12395#12377#12427'(&T)'
1140 TabOrder = 1
1141 end
1142 object LinkAddCheckBox: TCheckBox
1143 Left = 16
1144 Top = 68
1145 Width = 413
1146 Height = 17
1147 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)'
1148 TabOrder = 2
1149 end
1150 end
1151 object GroupBox13: TGroupBox
1152 Left = 12
1153 Top = 140
1154 Width = 477
1155 Height = 113
1156 Caption = #26360#12365#36796#12415'time'#12398#25351#23450
1157 TabOrder = 1
1158 object Label24: TLabel
1159 Left = 12
1160 Top = 20
1161 Width = 388
1162 Height = 12
1163 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
1164 end
1165 object Label25: TLabel
1166 Left = 12
1167 Top = 36
1168 Width = 218
1169 Height = 12
1170 Caption = #38291#36949#12387#12383#35373#23450#12434#34892#12358#12392#12289#21205#20316#12375#12394#12367#12394#12426#12414#12377#12290
1171 end
1172 object PostTimeLabel: TLabel
1173 Left = 12
1174 Top = 88
1175 Width = 94
1176 Height = 12
1177 Caption = #12510#12471#12531#26178#21051#12363#12425'(&O)'
1178 end
1179 object Label27: TLabel
1180 Left = 164
1181 Top = 88
1182 Width = 12
1183 Height = 12
1184 Caption = #31186
1185 end
1186 object PostTimeCheckBox: TCheckBox
1187 Left = 12
1188 Top = 60
1189 Width = 389
1190 Height = 17
1191 Caption = #26360#12365#36796#12415#26178#12395#12510#12471#12531#26178#21051#12434#20351#29992#12377#12427'(&C)'
1192 TabOrder = 0
1193 OnClick = PostTimeCheckBoxClick
1194 end
1195 object PostTimeEdit: TEdit
1196 Left = 116
1197 Top = 84
1198 Width = 41
1199 Height = 20
1200 MaxLength = 4
1201 TabOrder = 1
1202 OnExit = PostTimeEditExit
1203 end
1204 object PutPostTimeRadioButton: TRadioButton
1205 Left = 184
1206 Top = 84
1207 Width = 81
1208 Height = 17
1209 Caption = #36914#12417#12427'(&P)'
1210 TabOrder = 2
1211 end
1212 object BackPostTimeRadioButton: TRadioButton
1213 Left = 268
1214 Top = 84
1215 Width = 85
1216 Height = 17
1217 Caption = #36933#12425#12379#12427'(&B)'
1218 TabOrder = 3
1219 end
1220 end
1221 object GroupBox15: TGroupBox
1222 Left = 12
1223 Top = 258
1224 Width = 478
1225 Height = 52
1226 Caption = #30906#35469#12480#12452#12450#12525#12464
1227 TabOrder = 2
1228 object ShowDialogForEndCheckBox: TCheckBox
1229 Left = 9
1230 Top = 21
1231 Width = 204
1232 Height = 17
1233 Caption = #32066#20102#26178#12395#30906#35469#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427
1234 TabOrder = 0
1235 end
1236 end
1237 end
1238 object SoundSheet: TTabSheet
1239 Caption = #12469#12454#12531#12489
1240 ImageIndex = 6
1241 object SoundEventGroupBox: TGroupBox
1242 Left = 12
1243 Top = 8
1244 Width = 477
1245 Height = 205
1246 Caption = #12469#12454#12531#12489#12452#12505#12531#12488
1247 TabOrder = 0
1248 object SoundListView: TListView
1249 Left = 12
1250 Top = 20
1251 Width = 449
1252 Height = 145
1253 Columns = <
1254 item
1255 Caption = #12452#12505#12531#12488
1256 Width = 120
1257 end
1258 item
1259 Caption = #12501#12449#12452#12523
1260 Width = 260
1261 end>
1262 ColumnClick = False
1263 HideSelection = False
1264 ReadOnly = True
1265 RowSelect = True
1266 TabOrder = 0
1267 ViewStyle = vsReport
1268 OnChanging = SoundListViewChanging
1269 end
1270 object SoundReferButton: TButton
1271 Left = 392
1272 Top = 172
1273 Width = 67
1274 Height = 21
1275 Caption = #21442#29031'(&B)...'
1276 TabOrder = 3
1277 OnClick = SoundReferButtonClick
1278 end
1279 object SoundFileEdit: TEdit
1280 Left = 8
1281 Top = 172
1282 Width = 341
1283 Height = 20
1284 TabOrder = 1
1285 OnChange = SoundFileEditChange
1286 end
1287 object SoundPlayButton: TBitBtn
1288 Left = 356
1289 Top = 172
1290 Width = 29
1291 Height = 21
1292 TabOrder = 2
1293 OnClick = SoundPlayButtonClick
1294 Glyph.Data = {
1295 CE000000424DCE0000000000000076000000280000000B0000000B0000000100
1296 04000000000058000000C40E0000C40E00001000000000000000000000000000
1297 8000008000000080800080000000800080008080000080808000C0C0C0000000
1298 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555550
1299 0000555505555550000055550055555000005555000555500000555500005550
1300 0000555500000550000055550000555000005555000555500000555500555550
1301 000055550555555000005555555555500000}
1302 end
1303 end
1304 end
1305 object FolderSheet: TTabSheet
1306 Caption = #12501#12457#12523#12480
1307 ImageIndex = 5
1308 object FolderGroupBox: TGroupBox
1309 Left = 12
1310 Top = 8
1311 Width = 477
1312 Height = 109
1313 Caption = #12525#12464#12501#12457#12523#12480
1314 TabOrder = 0
1315 object Label1: TLabel
1316 Left = 12
1317 Top = 88
1318 Width = 210
1319 Height = 12
1320 Caption = #8251#12462#12467#12490#12499#12434#20877#36215#21205#12377#12427#12392#26377#21177#12395#12394#12426#12414#12377
1321 end
1322 object Label2: TLabel
1323 Left = 12
1324 Top = 20
1325 Width = 135
1326 Height = 12
1327 Caption = #12525#12464#12434#20445#23384#12377#12427#12501#12457#12523#12480'(&F)'
1328 FocusControl = LogFolderEdit
1329 end
1330 object Label5: TLabel
1331 Left = 12
1332 Top = 72
1333 Width = 269
1334 Height = 12
1335 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
1336 end
1337 object LogFolderEdit: TEdit
1338 Left = 12
1339 Top = 40
1340 Width = 369
1341 Height = 20
1342 TabOrder = 0
1343 end
1344 object LogFolderButton: TButton
1345 Left = 388
1346 Top = 40
1347 Width = 75
1348 Height = 21
1349 Caption = #21442#29031'(&B)...'
1350 TabOrder = 1
1351 OnClick = LogFolderButtonClick
1352 end
1353 end
1354 end
1355 object UserIDSheet: TTabSheet
1356 Caption = #65298#12385#12419#12435#12397#12427
1357 ImageIndex = 9
1358 object Tora3URLLabel: TLabel
1359 Left = 105
1360 Top = 160
1361 Width = 104
1362 Height = 12
1363 Caption = 'http://2ch.tora3.net/'
1364 Font.Charset = SHIFTJIS_CHARSET
1365 Font.Color = clBlue
1366 Font.Height = -12
1367 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
1368 Font.Style = [fsUnderline]
1369 ParentFont = False
1370 OnClick = Tora3URLLabelClick
1371 end
1372 object Label12: TLabel
1373 Left = 13
1374 Top = 160
1375 Width = 83
1376 Height = 12
1377 Caption = #12518#12540#12470'ID'#12398#21462#24471
1378 end
1379 object GroupBox3: TGroupBox
1380 Left = 12
1381 Top = 8
1382 Width = 477
1383 Height = 145
1384 Caption = #35469#35388
1385 TabOrder = 0
1386 object Label9: TLabel
1387 Left = 12
1388 Top = 24
1389 Width = 63
1390 Height = 12
1391 Caption = #12518#12540#12470'ID(&U)'
1392 FocusControl = UserIDEdit
1393 end
1394 object Label10: TLabel
1395 Left = 12
1396 Top = 52
1397 Width = 69
1398 Height = 12
1399 Caption = #12497#12473#12527#12540#12489'(&P)'
1400 FocusControl = PasswordEdit
1401 end
1402 object ForcedLoginLabel: TLabel
1403 Left = 136
1404 Top = 104
1405 Width = 89
1406 Height = 12
1407 Caption = 'ForcedLoginLabel'
1408 end
1409 object UserIDEdit: TEdit
1410 Left = 88
1411 Top = 20
1412 Width = 377
1413 Height = 20
1414 TabOrder = 0
1415 end
1416 object PasswordEdit: TEdit
1417 Left = 88
1418 Top = 48
1419 Width = 377
1420 Height = 20
1421 PasswordChar = '*'
1422 TabOrder = 1
1423 end
1424 object AutoLoginCheckBox: TCheckBox
1425 Left = 12
1426 Top = 80
1427 Width = 193
1428 Height = 17
1429 Caption = #36215#21205#26178#12395#33258#21205#12525#12464#12452#12531#12377#12427'(&S)'
1430 TabOrder = 2
1431 end
1432 object ForcedLoginCheckBox: TCheckBox
1433 Left = 12
1434 Top = 102
1435 Width = 125
1436 Height = 19
1437 Caption = #24375#21046#12525#12464#12452#12531#12514#12540#12489
1438 TabOrder = 3
1439 end
1440 end
1441 end
1442 end
1443 object ApplyButton: TButton
1444 Left = 424
1445 Top = 400
1446 Width = 89
1447 Height = 21
1448 Cancel = True
1449 Caption = #36969#29992'(&A)'
1450 ModalResult = 8
1451 TabOrder = 3
1452 OnClick = ApplyButtonClick
1453 end
1454 object FontDialog: TFontDialog
1455 Font.Charset = SHIFTJIS_CHARSET
1456 Font.Color = clWindowText
1457 Font.Height = -12
1458 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
1459 Font.Style = []
1460 MinFontSize = 0
1461 MaxFontSize = 0
1462 Options = [fdAnsiOnly, fdEffects]
1463 Left = 8
1464 Top = 396
1465 end
1466 object ColorDialog: TColorDialog
1467 Ctl3D = True
1468 Options = [cdSolidColor]
1469 Left = 40
1470 Top = 396
1471 end
1472 object OpenDialog: TOpenDialog
1473 Title = #12501#12449#12452#12523#12398#21442#29031
1474 Left = 72
1475 Top = 396
1476 end
1477 end

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