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.46 - (show annotations) (download)
Tue Jul 13 14:05:21 2004 UTC (19 years, 9 months ago) by genyakun
Branch: MAIN
Changes since 1.45: +4 -4 lines
Tab自動保存・復元ルーチン追加(復元機能は未完全)

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

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