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.54 - (show annotations) (download)
Fri Aug 13 13:04:26 2004 UTC (19 years, 8 months ago) by genyakun
Branch: MAIN
Changes since 1.53: +72 -198 lines
オプションの一部を詳細設定に移動

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

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