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.23 - (show annotations) (download)
Sun Nov 2 16:11:10 2003 UTC (20 years, 5 months ago) by yoffy
Branch: MAIN
Changes since 1.22: +1 -1 lines
・ファイルパスの取得関連を GikoSys から Setting に移動。

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

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