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.26 - (show annotations) (download)
Sun Dec 14 15:55:52 2003 UTC (20 years, 4 months ago) by h677
Branch: MAIN
Changes since 1.25: +23 -8 lines
証明書切れ問題用強制ログインモード作成

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

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