Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Option.dfm

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

revision 1.22.2.3 by yoffy, Fri Oct 8 05:44:53 2004 UTC revision 1.93 by h677, Sun Feb 27 01:30:50 2011 UTC
# Line 1  Line 1 
1  object OptionDialog: TOptionDialog  object OptionDialog: TOptionDialog
2    Left = 188    Left = 300
3    Top = 128    Top = 166
4    BorderStyle = bsDialog    BorderStyle = bsDialog
5    Caption = #12458#12503#12471#12519#12531    Caption = #12458#12503#12471#12519#12531
6    ClientHeight = 428    ClientHeight = 428
# Line 11  object OptionDialog: TOptionDialog Line 11  object OptionDialog: TOptionDialog
11    Font.Height = -12    Font.Height = -12
12    Font.Name = #65325#65331' '#65328#12468#12471#12483#12463    Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
13    Font.Style = []    Font.Style = []
14      FormStyle = fsStayOnTop
15    OldCreateOrder = False    OldCreateOrder = False
16    Position = poOwnerFormCenter    Position = poOwnerFormCenter
17    OnClose = FormClose    OnClose = FormClose
# Line 60  object OptionDialog: TOptionDialog Line 61  object OptionDialog: TOptionDialog
61      Top = 4      Top = 4
62      Width = 509      Width = 509
63      Height = 389      Height = 389
64      ActivePage = TabSheet3      ActivePage = UserIDSheet
65      MultiLine = True      MultiLine = True
66      TabIndex = 3      TabIndex = 11
67      TabOrder = 3      TabOrder = 3
68      OnChange = OptionTabChange      OnChange = OptionTabChange
69      object ConnectSheet: TTabSheet      object ConnectSheet: TTabSheet
# Line 252  object OptionDialog: TOptionDialog Line 253  object OptionDialog: TOptionDialog
253            Top = 43            Top = 43
254            Width = 417            Width = 417
255            Height = 20            Height = 20
256            ItemHeight = 12            ItemHeight = 0
257            TabOrder = 0            TabOrder = 0
258            Text = 'BoardURLComboBox'            Text = 'BoardURLComboBox'
259          end          end
# Line 287  object OptionDialog: TOptionDialog Line 288  object OptionDialog: TOptionDialog
288        end        end
289        object Bevel2: TBevel        object Bevel2: TBevel
290          Left = 8          Left = 8
291          Top = 229          Top = 239
292          Width = 485          Width = 485
293          Height = 2          Height = 2
294        end        end
# Line 302  object OptionDialog: TOptionDialog Line 303  object OptionDialog: TOptionDialog
303          Left = 252          Left = 252
304          Top = 4          Top = 4
305          Width = 2          Width = 2
306          Height = 321          Height = 341
307        end        end
308        object Label20: TLabel        object Label20: TLabel
309          Left = 16          Left = 16
# Line 313  object OptionDialog: TOptionDialog Line 314  object OptionDialog: TOptionDialog
314        end        end
315        object Label21: TLabel        object Label21: TLabel
316          Left = 16          Left = 16
317          Top = 237          Top = 248
318          Width = 106          Width = 106
319          Height = 12          Height = 12
320          Caption = #12502#12521#12454#12470#12509#12483#12503#12450#12483#12503          Caption = #12502#12521#12454#12470#12509#12483#12503#12450#12483#12503
# Line 334  object OptionDialog: TOptionDialog Line 335  object OptionDialog: TOptionDialog
335        end        end
336        object lblSFont: TLabel        object lblSFont: TLabel
337          Left = 268          Left = 268
338          Top = 237          Top = 249
339          Width = 221          Width = 221
340          Height = 93          Height = 73
341          AutoSize = False          AutoSize = False
342          Caption = '_'          Caption = '_'
343          WordWrap = True          WordWrap = True
# Line 423  object OptionDialog: TOptionDialog Line 424  object OptionDialog: TOptionDialog
424        end        end
425        object HintFontButton: TButton        object HintFontButton: TButton
426          Left = 156          Left = 156
427          Top = 253          Top = 264
428          Width = 85          Width = 85
429          Height = 21          Height = 21
430          Caption = #12501#12457#12531#12488'(&H)...'          Caption = #12501#12457#12531#12488'(&H)...'
# Line 432  object OptionDialog: TOptionDialog Line 433  object OptionDialog: TOptionDialog
433        end        end
434        object HintBackButton: TButton        object HintBackButton: TButton
435          Left = 156          Left = 156
436          Top = 277          Top = 288
437          Width = 85          Width = 85
438          Height = 21          Height = 21
439          Caption = #32972#26223#33394'(&I)...'          Caption = #32972#26223#33394'(&I)...'
# Line 441  object OptionDialog: TOptionDialog Line 442  object OptionDialog: TOptionDialog
442        end        end
443        object HintDefaultButton: TButton        object HintDefaultButton: TButton
444          Left = 156          Left = 156
445          Top = 301          Top = 312
446          Width = 85          Width = 85
447          Height = 21          Height = 21
448          Caption = #12487#12501#12457#12523#12488'(&J)'          Caption = #12487#12501#12457#12523#12488'(&J)'
# Line 450  object OptionDialog: TOptionDialog Line 451  object OptionDialog: TOptionDialog
451        end        end
452        object HintMemo: TMemo        object HintMemo: TMemo
453          Left = 12          Left = 12
454          Top = 253          Top = 264
455          Width = 137          Width = 137
456          Height = 69          Height = 69
457          TabStop = False          TabStop = False
# Line 550  object OptionDialog: TOptionDialog Line 551  object OptionDialog: TOptionDialog
551          ItemHeight = 16          ItemHeight = 16
552          TabOrder = 20          TabOrder = 20
553        end        end
554          object UnFocusedBoldCheckBox: TCheckBox
555            Left = 15
556            Top = 219
557            Width = 210
558            Height = 17
559            Caption = #12501#12457#12540#12459#12473#12364#28961#12356#12392#12365#12399#22826#23383#12395#12377#12427
560            TabOrder = 21
561          end
562      end      end
563      object CSSTabSheet: TTabSheet      object CSSTabSheet: TTabSheet
564        Caption = 'CSS '#12392#12473#12461#12531        Caption = 'CSS '#12392#12473#12461#12531
# Line 646  object OptionDialog: TOptionDialog Line 655  object OptionDialog: TOptionDialog
655            TabOrder = 6            TabOrder = 6
656            OnClick = CSSBackColorButtonClick            OnClick = CSSBackColorButtonClick
657          end          end
658            object UseKatjuTypeSkinCheckBox: TCheckBox
659              Left = 16
660              Top = 272
661              Width = 193
662              Height = 17
663              Caption = #12363#12385#12421#65374#12375#12419#12398#12473#12461#12531#12434#21033#29992#12377#12427
664              TabOrder = 7
665            end
666        end        end
667      end      end
668      object TabSheet3: TTabSheet      object TabSheet3: TTabSheet
# Line 670  object OptionDialog: TOptionDialog Line 687  object OptionDialog: TOptionDialog
687          Left = 12          Left = 12
688          Top = 52          Top = 52
689          Width = 477          Width = 477
690          Height = 64          Height = 45
691          Caption = #12473#12524#20316#25104#26085#26178#34920#31034#35373#23450          Caption = #12473#12524#20316#25104#26085#26178#34920#31034#35373#23450
692          TabOrder = 1          TabOrder = 1
693          object CreationTimeLogsCheckBox: TCheckBox          object CreationTimeLogsCheckBox: TCheckBox
# Line 682  object OptionDialog: TOptionDialog Line 699  object OptionDialog: TOptionDialog
699            TabOrder = 0            TabOrder = 0
700          end          end
701          object FutureThreadCheckBox: TCheckBox          object FutureThreadCheckBox: TCheckBox
702            Left = 12            Left = 204
703            Top = 40            Top = 16
704            Width = 265            Width = 265
705            Height = 17            Height = 17
706            Caption = #26085#20184#12364#26410#26469#12398#12418#12398#12399#34920#31034#12375#12394#12356#65288'492'#12473#12524#31995#65289            Caption = #26085#20184#12364#26410#26469#12398#12418#12398#12399#34920#31034#12375#12394#12356#65288'924'#12473#12524#31995#65289
707            TabOrder = 1            TabOrder = 1
708          end          end
709        end        end
710        object GroupBox5: TGroupBox        object GroupBox5: TGroupBox
711          Left = 12          Left = 12
712          Top = 121          Top = 105
713          Width = 477          Width = 477
714          Height = 86          Height = 86
715          Caption = #12502#12521#12454#12470#12398#26368#22823#21270          Caption = #12502#12521#12454#12470#12398#26368#22823#21270
# Line 720  object OptionDialog: TOptionDialog Line 737  object OptionDialog: TOptionDialog
737        end        end
738        object GroupBox17: TGroupBox        object GroupBox17: TGroupBox
739          Left = 12          Left = 12
740          Top = 212          Top = 196
741          Width = 477          Width = 477
742          Height = 63          Height = 45
743          Caption = #12502#12521#12454#12470#12479#12502#38750#34920#31034#26178#35373#23450          Caption = #12502#12521#12454#12470#12479#12502#38750#34920#31034#26178#35373#23450
744          TabOrder = 3          TabOrder = 3
745          object SelectIntervalLabel: TLabel          object SelectIntervalLabel: TLabel
746            Left = 13            Left = 10
747            Top = 24            Top = 20
748            Width = 199            Width = 199
749            Height = 12            Height = 12
750            Caption = #12459#12540#12477#12523#12461#12540#12391#12398#31227#21205#26178#12398#28961#21453#24540#26178#38291            Caption = #12459#12540#12477#12523#12461#12540#12391#12398#31227#21205#26178#12398#28961#21453#24540#26178#38291
751          end          end
752          object Label4: TLabel          object Label4: TLabel
753            Left = 292            Left = 271
754            Top = 24            Top = 20
755            Width = 29            Width = 29
756            Height = 12            Height = 12
757            Caption = #12511#12522#31186            Caption = #12511#12522#31186
758          end          end
759          object Label6: TLabel          object Label6: TLabel
760            Left = 14            Left = 305
761            Top = 40            Top = 20
762            Width = 164            Width = 164
763            Height = 12            Height = 12
764            Caption = #65288'55'#12511#12522#31186#20197#19978#12395#35373#23450#12375#12390#19979#12373#12356#65289            Caption = #65288'55'#12511#12522#31186#20197#19978#12395#35373#23450#12375#12390#19979#12373#12356#65289
765          end          end
766          object SelectIntervalEdit: TEdit          object SelectIntervalEdit: TEdit
767            Left = 235            Left = 214
768            Top = 20            Top = 16
769            Width = 49            Width = 49
770            Height = 20            Height = 20
771            ImeMode = imClose            ImeMode = imClose
# Line 758  object OptionDialog: TOptionDialog Line 775  object OptionDialog: TOptionDialog
775        end        end
776        object GroupBox18: TGroupBox        object GroupBox18: TGroupBox
777          Left = 12          Left = 12
778          Top = 278          Top = 246
779          Width = 477          Width = 477
780          Height = 43          Height = 43
781          Caption = 'dat'#33853#12385#12473#12524#12477#12540#12488#38918          Caption = 'dat'#33853#12385#12473#12524#12477#12540#12488#38918
# Line 783  object OptionDialog: TOptionDialog Line 800  object OptionDialog: TOptionDialog
800              #12473#12524#26368#32066#26356#26032#26085#26178#65288#38477#38918#65289)              #12473#12524#26368#32066#26356#26032#26085#26178#65288#38477#38918#65289)
801          end          end
802        end        end
803          object GroupBox20: TGroupBox
804            Left = 12
805            Top = 291
806            Width = 477
807            Height = 41
808            Caption = #12473#12524#12483#12489#19968#35239#12480#12454#12531#12525#12540#12489#24460#12398#21205#20316
809            TabOrder = 5
810            object Label24: TLabel
811              Left = 219
812              Top = 18
813              Width = 142
814              Height = 12
815              Caption = #65288#12481#12455#12483#12463#12375#12394#12356#22580#21512#28961#20966#29702#65289
816            end
817            object AutoSortCheckBox: TCheckBox
818              Left = 10
819              Top = 16
820              Width = 207
821              Height = 17
822              Caption = #33258#21205#12391#12473#12524#12483#12489#21517#12391#26119#38918#12477#12540#12488#12377#12427
823              TabOrder = 0
824            end
825          end
826      end      end
827      object ThreadSheet: TTabSheet      object ThreadSheet: TTabSheet
828        Caption = #12473#12524#12483#12489#65297        Caption = #12473#12524#12483#12489#65297
# Line 830  object OptionDialog: TOptionDialog Line 870  object OptionDialog: TOptionDialog
870          Left = 12          Left = 12
871          Top = 92          Top = 92
872          Width = 477          Width = 477
873          Height = 121          Height = 157
874          Caption = #12522#12531#12463#12463#12522#12483#12463#26178#21205#20316          Caption = #12522#12531#12463#12463#12522#12483#12463#26178#21205#20316
875          TabOrder = 1          TabOrder = 1
876          object AppFolderLabel: TLabel          object AppFolderLabel: TLabel
# Line 875  object OptionDialog: TOptionDialog Line 915  object OptionDialog: TOptionDialog
915            TabOrder = 3            TabOrder = 3
916            OnClick = URLAppCheckBoxClick            OnClick = URLAppCheckBoxClick
917          end          end
918            object ResAnchorCheckBox: TCheckBox
919              Left = 12
920              Top = 125
921              Width = 333
922              Height = 17
923              Caption = #12524#12473#12450#12531#12459#12540#12398#22580#21512#12289#12381#12398#12524#12473#12414#12391#12472#12515#12531#12503#12377#12427
924              TabOrder = 4
925            end
926        end        end
927        object GroupBox6: TGroupBox        object GroupBox6: TGroupBox
928          Left = 12          Left = 12
929          Top = 220          Top = 260
930          Width = 477          Width = 477
931          Height = 49          Height = 77
932          Caption = #12525#12464#21066#38500          Caption = #30906#35469#12513#12483#12475#12540#12472
933          TabOrder = 2          TabOrder = 2
934          object LogDeleteMessageCheckBox: TCheckBox          object LogDeleteMessageCheckBox: TCheckBox
935            Left = 12            Left = 12
# Line 892  object OptionDialog: TOptionDialog Line 940  object OptionDialog: TOptionDialog
940            TabOrder = 0            TabOrder = 0
941            OnClick = URLAppCheckBoxClick            OnClick = URLAppCheckBoxClick
942          end          end
943        end          object IgnoreLimitResCountCheckBox: TCheckBox
       object ResAnchorGroupBox: TGroupBox  
         Left = 12  
         Top = 279  
         Width = 477  
         Height = 49  
         Caption = #12524#12473#12450#12531#12459#12540#12463#12522#12483#12463#26178#21205#20316  
         TabOrder = 3  
         object ResAnchorCheckBox: TCheckBox  
944            Left = 12            Left = 12
945            Top = 21            Top = 46
946            Width = 165            Width = 389
947            Height = 17            Height = 17
948            Caption = #12381#12398#12524#12473#12414#12391#12472#12515#12531#12503#12377#12427            Caption = #21516'ID'#12524#12473#12450#12531#12459#12540#34920#31034#12391#21046#38480#25968#36234#12360#12398#30906#35469#12513#12483#12475#12540#12472#12434#34920#31034#12377#12427'(&R)'
949            TabOrder = 0            TabOrder = 1
950              OnClick = URLAppCheckBoxClick
951          end          end
952        end        end
953      end      end
954      object TabSheet1: TTabSheet      object TabSheet1: TTabSheet
955        Caption = #12473#12524#12483#12489#65298        Caption = #12473#12524#12483#12489#65298
956        ImageIndex = 7        ImageIndex = 7
       object PopupPositionRadioGroup: TRadioGroup  
         Left = 12  
         Top = 8  
         Width = 477  
         Height = 85  
         Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034'(&P)'  
         Columns = 3  
         Items.Strings = (  
           #24038#19978  
           #24038  
           #24038#19979  
           #19978  
           #20013#22830  
           #19979  
           #21491#19978  
           #21491  
           #21491#19979#65288#12487#12501#12457#12523#12488#65289)  
         TabOrder = 0  
       end  
957        object TabAddRadioGroup: TRadioGroup        object TabAddRadioGroup: TRadioGroup
958          Left = 12          Left = 12
959          Top = 288          Top = 288
960          Width = 477          Width = 477
961          Height = 49          Height = 49
962          Caption = #12473#12524#12483#12489#12398#12479#12502#36861#21152#20301#32622'(&D)'          Caption = #12473#12524#12483#12489#12398#12479#12502#36861#21152#20301#32622'(&D)'
963          Columns = 2          Columns = 4
964          Items.Strings = (          Items.Strings = (
965            #19968#30058#22987#12417            #19968#30058#22987#12417
966            #19968#30058#26368#24460)            #19968#30058#26368#24460
967          TabOrder = 3            #29694#22312#12398#21491
968              #29694#22312#12398#24038)
969            TabOrder = 2
970        end        end
971        object GroupBox8: TGroupBox        object GroupBox8: TGroupBox
972          Left = 12          Left = 12
# Line 950  object OptionDialog: TOptionDialog Line 974  object OptionDialog: TOptionDialog
974          Width = 477          Width = 477
975          Height = 105          Height = 105
976          Caption = #30011#20687#12503#12524#12499#12517#12540#12509#12483#12503#12450#12483#12503          Caption = #30011#20687#12503#12524#12499#12517#12540#12509#12483#12503#12450#12483#12503
977          TabOrder = 2          TabOrder = 1
978          object Label14: TLabel          object Label14: TLabel
979            Left = 12            Left = 12
980            Top = 48            Top = 48
# Line 1013  object OptionDialog: TOptionDialog Line 1037  object OptionDialog: TOptionDialog
1037          Width = 477          Width = 477
1038          Height = 69          Height = 69
1039          Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034#35373#23450          Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034#35373#23450
1040          TabOrder = 1          TabOrder = 0
1041          object UnActivePopupCheckBox: TCheckBox          object UnActivePopupCheckBox: TCheckBox
1042            Left = 12            Left = 12
1043            Top = 20            Top = 20
# Line 1031  object OptionDialog: TOptionDialog Line 1055  object OptionDialog: TOptionDialog
1055            TabOrder = 1            TabOrder = 1
1056          end          end
1057        end        end
1058          object GroupBox24: TGroupBox
1059            Left = 11
1060            Top = 10
1061            Width = 478
1062            Height = 81
1063            Caption = #12524#12473#12509#12483#12503#12450#12483#12503#34920#31034'(&P)'
1064            TabOrder = 3
1065            object gppRightTopRB: TRadioButton
1066              Left = 324
1067              Top = 19
1068              Width = 120
1069              Height = 20
1070              Caption = #21491#19978#65288#12487#12501#12457#12523#12488#65289
1071              TabOrder = 0
1072            end
1073            object gppTopRB: TRadioButton
1074              Left = 170
1075              Top = 19
1076              Width = 120
1077              Height = 20
1078              Caption = #19978
1079              TabOrder = 1
1080            end
1081            object gppLeftTopRB: TRadioButton
1082              Left = 8
1083              Top = 19
1084              Width = 120
1085              Height = 20
1086              Caption = #24038#19978
1087              TabOrder = 2
1088            end
1089            object gppLeftRB: TRadioButton
1090              Left = 8
1091              Top = 39
1092              Width = 120
1093              Height = 20
1094              Caption = #24038
1095              TabOrder = 3
1096            end
1097            object gppRightRB: TRadioButton
1098              Left = 324
1099              Top = 39
1100              Width = 120
1101              Height = 20
1102              Caption = #21491
1103              TabOrder = 4
1104            end
1105            object gppLeftBottomRB: TRadioButton
1106              Left = 8
1107              Top = 59
1108              Width = 120
1109              Height = 20
1110              Caption = #24038#19979
1111              TabOrder = 5
1112            end
1113            object gppBottomRB: TRadioButton
1114              Left = 170
1115              Top = 59
1116              Width = 120
1117              Height = 20
1118              Caption = #19979
1119              TabOrder = 6
1120            end
1121            object gppRighBottomRB: TRadioButton
1122              Left = 324
1123              Top = 59
1124              Width = 120
1125              Height = 20
1126              Caption = #21491#19979
1127              TabOrder = 7
1128            end
1129          end
1130      end      end
1131      object TabSheet2: TTabSheet      object TabSheet2: TTabSheet
1132        Caption = #12381#12398#20182#21205#20316        Caption = #12381#12398#20182#21205#20316#65297
1133        ImageIndex = 8        ImageIndex = 8
1134        object GroupBox7: TGroupBox        object GroupBox7: TGroupBox
1135          Left = 12          Left = 12
1136          Top = 8          Top = 8
1137          Width = 477          Width = 477
1138          Height = 125          Height = 121
1139          Caption = #12450#12489#12524#12473#12496#12540          Caption = #12450#12489#12524#12473#12496#12540
1140          TabOrder = 0          TabOrder = 0
1141          object Label3: TLabel          object Label3: TLabel
# Line 1092  object OptionDialog: TOptionDialog Line 1188  object OptionDialog: TOptionDialog
1188        end        end
1189        object GroupBox15: TGroupBox        object GroupBox15: TGroupBox
1190          Left = 12          Left = 12
1191          Top = 138          Top = 132
1192          Width = 478          Width = 478
1193          Height = 79          Height = 79
1194          Caption = #30906#35469#12480#12452#12450#12525#12464          Caption = #30906#35469#12480#12452#12450#12525#12464
# Line 1116  object OptionDialog: TOptionDialog Line 1212  object OptionDialog: TOptionDialog
1212        end        end
1213        object SambaGroupBox: TGroupBox        object SambaGroupBox: TGroupBox
1214          Left = 12          Left = 12
1215          Top = 224          Top = 216
1216          Width = 477          Width = 477
1217          Height = 48          Height = 48
1218          Caption = 'Samba24'#23550#31574          Caption = 'Samba24'#23550#31574
# Line 1132  object OptionDialog: TOptionDialog Line 1228  object OptionDialog: TOptionDialog
1228        end        end
1229        object TabAutoSaveLoad: TGroupBox        object TabAutoSaveLoad: TGroupBox
1230          Left = 11          Left = 11
1231          Top = 279          Top = 271
1232          Width = 478          Width = 478
1233          Height = 50          Height = 50
1234          Caption = 'Tab'#33258#21205#20445#23384#12539#24489#20803          Caption = 'Tab'#33258#21205#20445#23384#12539#24489#20803
# Line 1147  object OptionDialog: TOptionDialog Line 1243  object OptionDialog: TOptionDialog
1243          end          end
1244        end        end
1245      end      end
1246        object TabSheet4: TTabSheet
1247          Caption = #12381#12398#20182#21205#20316#65298
1248          ImageIndex = 11
1249          object GroupBox13: TGroupBox
1250            Left = 12
1251            Top = 8
1252            Width = 473
1253            Height = 57
1254            Caption = #12473#12524#12483#12489#32094#36796#12415
1255            TabOrder = 0
1256            object UseUndecidedCheckBox: TCheckBox
1257              Left = 12
1258              Top = 20
1259              Width = 213
1260              Height = 17
1261              Caption = #26410#30906#23450#20837#21147#12391#12398#32094#36796#12415#12434#26377#21177#12395#12377#12427
1262              TabOrder = 0
1263            end
1264          end
1265          object GroupBox19: TGroupBox
1266            Left = 12
1267            Top = 66
1268            Width = 473
1269            Height = 49
1270            Caption = #23653#27508
1271            TabOrder = 1
1272            object Label17: TLabel
1273              Left = 12
1274              Top = 21
1275              Width = 89
1276              Height = 12
1277              Caption = #12473#12524#12483#12489#20445#23384#25968'(&T)'
1278              FocusControl = MaxRecordCountEdit
1279            end
1280            object Label18: TLabel
1281              Left = 194
1282              Top = 20
1283              Width = 12
1284              Height = 12
1285              Caption = #20491
1286            end
1287            object MaxRecordCountEdit: TEdit
1288              Left = 120
1289              Top = 16
1290              Width = 65
1291              Height = 20
1292              TabOrder = 0
1293              Text = 'RecordMaxCountEdit'
1294              OnExit = MaxRecordCountEditExit
1295            end
1296          end
1297          object GroupBox21: TGroupBox
1298            Left = 12
1299            Top = 125
1300            Width = 473
1301            Height = 52
1302            Caption = #26368#23567#21270#26178#12479#12473#12463#12488#12524#12452
1303            TabOrder = 2
1304            object StoredTaskTrayCB: TCheckBox
1305              Left = 11
1306              Top = 24
1307              Width = 118
1308              Height = 17
1309              Caption = #26377#21177#12395#12377#12427
1310              TabOrder = 0
1311            end
1312          end
1313          object GroupBox22: TGroupBox
1314            Left = 12
1315            Top = 184
1316            Width = 473
1317            Height = 52
1318            Caption = #12502#12521#12454#12470#12479#12502
1319            TabOrder = 3
1320            object LoopBrowserTabsCB: TCheckBox
1321              Left = 11
1322              Top = 24
1323              Width = 134
1324              Height = 17
1325              Caption = #12523#12540#12503#12375#12390#31227#21205#12377#12427
1326              TabOrder = 0
1327            end
1328          end
1329          object GroupBox23: TGroupBox
1330            Left = 12
1331            Top = 246
1332            Width = 473
1333            Height = 52
1334            Caption = #12510#12454#12473#12472#12455#12473#12481#12515#12540
1335            TabOrder = 4
1336            object IgnoreContextCheckBox: TCheckBox
1337              Left = 11
1338              Top = 24
1339              Width = 294
1340              Height = 17
1341              Caption = #12467#12531#12486#12461#12473#12488#19978#12391#12510#12454#12473#12472#12455#12473#12481#12515#12540#12434#28961#21177#12395#12377#12427
1342              TabOrder = 0
1343            end
1344          end
1345        end
1346      object SoundSheet: TTabSheet      object SoundSheet: TTabSheet
1347        Caption = #12469#12454#12531#12489        Caption = #12469#12454#12531#12489
1348        ImageIndex = 6        ImageIndex = 6
# Line 1271  object OptionDialog: TOptionDialog Line 1467  object OptionDialog: TOptionDialog
1467          Left = 12          Left = 12
1468          Top = 8          Top = 8
1469          Width = 477          Width = 477
1470          Height = 161          Height = 193
1471          Caption = #12354#12412#65374#12435          Caption = #12354#12412#65374#12435
1472          TabOrder = 0          TabOrder = 0
1473          object RloCheckBox: TCheckBox          object RloCheckBox: TCheckBox
# Line 1322  object OptionDialog: TOptionDialog Line 1518  object OptionDialog: TOptionDialog
1518            Caption = #12471#12522#12450#35486#12502#12521#12463#12521#23550#31574#12434#12377#12427            Caption = #12471#12522#12450#35486#12502#12521#12463#12521#23550#31574#12434#12377#12427
1519            TabOrder = 5            TabOrder = 5
1520          end          end
1521            object IgnoreKanaCheckBox: TCheckBox
1522              Left = 12
1523              Top = 156
1524              Width = 253
1525              Height = 17
1526              Caption = #20840#35282#21322#35282#12402#12425#12364#12394#12459#12479#12459#12490#12398#36949#12356#12434#28961#35222#12377#12427
1527              TabOrder = 6
1528            end
1529          end
1530          object SpamFilterGroupBox: TGroupBox
1531            Left = 12
1532            Top = 216
1533            Width = 477
1534            Height = 57
1535            Caption = #12473#12497#12512#12501#12451#12523#12479
1536            TabOrder = 1
1537            Visible = False
1538            object SpamFilterAlgorithmComboBox: TComboBox
1539              Left = 12
1540              Top = 23
1541              Width = 145
1542              Height = 20
1543              Style = csDropDownList
1544              ItemHeight = 12
1545              ItemIndex = 0
1546              TabOrder = 0
1547              Text = #20351#29992#12375#12394#12356
1548              Items.Strings = (
1549                #20351#29992#12375#12394#12356
1550                #20351#29992#12377#12427)
1551            end
1552        end        end
1553      end      end
1554      object UserIDSheet: TTabSheet      object UserIDSheet: TTabSheet
1555        Caption = #65298#12385#12419#12435#12397#12427        Caption = #65298#12385#12419#12435#12397#12427
1556        ImageIndex = 9        ImageIndex = 9
       object Tora3URLLabel: TLabel  
         Left = 105  
         Top = 173  
         Width = 104  
         Height = 12  
         Caption = 'http://2ch.tora3.net/'  
         Font.Charset = SHIFTJIS_CHARSET  
         Font.Color = clBlue  
         Font.Height = -12  
         Font.Name = #65325#65331' '#65328#12468#12471#12483#12463  
         Font.Style = [fsUnderline]  
         ParentFont = False  
         OnClick = Tora3URLLabelClick  
       end  
       object Label12: TLabel  
         Left = 13  
         Top = 173  
         Width = 83  
         Height = 12  
         Caption = #12518#12540#12470'ID'#12398#21462#24471  
       end  
1557        object GroupBox3: TGroupBox        object GroupBox3: TGroupBox
1558          Left = 12          Left = 12
1559          Top = 8          Top = 8
1560          Width = 477          Width = 477
1561          Height = 153          Height = 145
1562          Caption = #35469#35388          Caption = #35469#35388
1563          TabOrder = 0          TabOrder = 0
1564          object Label9: TLabel          object Label9: TLabel
# Line 1373  object OptionDialog: TOptionDialog Line 1579  object OptionDialog: TOptionDialog
1579          end          end
1580          object ForcedLoginLabel: TLabel          object ForcedLoginLabel: TLabel
1581            Left = 136            Left = 136
1582            Top = 104            Top = 97
1583            Width = 89            Width = 89
1584            Height = 12            Height = 12
1585            Caption = 'ForcedLoginLabel'            Caption = 'ForcedLoginLabel'
1586          end          end
1587            object Tora3URLLabel: TLabel
1588              Left = 329
1589              Top = 126
1590              Width = 104
1591              Height = 12
1592              Caption = 'http://2ch.tora3.net/'
1593              Font.Charset = SHIFTJIS_CHARSET
1594              Font.Color = clBlue
1595              Font.Height = -12
1596              Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
1597              Font.Style = [fsUnderline]
1598              ParentFont = False
1599              OnClick = Tora3URLLabelClick
1600            end
1601            object Label12: TLabel
1602              Left = 237
1603              Top = 126
1604              Width = 83
1605              Height = 12
1606              Caption = #12518#12540#12470'ID'#12398#21462#24471
1607            end
1608          object UserIDEdit: TEdit          object UserIDEdit: TEdit
1609            Left = 88            Left = 88
1610            Top = 20            Top = 20
# Line 1395  object OptionDialog: TOptionDialog Line 1622  object OptionDialog: TOptionDialog
1622          end          end
1623          object AutoLoginCheckBox: TCheckBox          object AutoLoginCheckBox: TCheckBox
1624            Left = 12            Left = 12
1625            Top = 80            Top = 73
1626            Width = 193            Width = 193
1627            Height = 17            Height = 17
1628            Caption = #36215#21205#26178#12395#33258#21205#12525#12464#12452#12531#12377#12427'(&S)'            Caption = #36215#21205#26178#12395#33258#21205#12525#12464#12452#12531#12377#12427'(&S)'
# Line 1403  object OptionDialog: TOptionDialog Line 1630  object OptionDialog: TOptionDialog
1630          end          end
1631          object ForcedLoginCheckBox: TCheckBox          object ForcedLoginCheckBox: TCheckBox
1632            Left = 12            Left = 12
1633            Top = 102            Top = 95
1634            Width = 125            Width = 125
1635            Height = 19            Height = 19
1636            Caption = #24375#21046#12525#12464#12452#12531#12514#12540#12489            Caption = #24375#21046#12525#12464#12452#12531#12514#12540#12489
1637            TabOrder = 3            TabOrder = 3
1638          end          end
1639        end        end
1640          object GroupBox11: TGroupBox
1641            Left = 12
1642            Top = 157
1643            Width = 477
1644            Height = 94
1645            Caption = 'Be 2ch'
1646            TabOrder = 1
1647            object Label7: TLabel
1648              Left = 8
1649              Top = 24
1650              Width = 90
1651              Height = 12
1652              Caption = #12513#12540#12523#12450#12489#12524#12473'(&M)'
1653              FocusControl = BeUserIDEdit
1654            end
1655            object Label8: TLabel
1656              Left = 18
1657              Top = 48
1658              Width = 71
1659              Height = 12
1660              Caption = #12497#12473#12527#12540#12489'(&W)'
1661              FocusControl = BeCodeEdit
1662            end
1663            object BeUserIDEdit: TEdit
1664              Left = 104
1665              Top = 20
1666              Width = 353
1667              Height = 20
1668              TabOrder = 0
1669            end
1670            object BeCodeEdit: TEdit
1671              Left = 104
1672              Top = 45
1673              Width = 353
1674              Height = 20
1675              PasswordChar = '*'
1676              TabOrder = 1
1677            end
1678            object BeAutoLoginCheckBox: TCheckBox
1679              Left = 12
1680              Top = 71
1681              Width = 193
1682              Height = 17
1683              Caption = #36215#21205#26178#12395#33258#21205#12525#12464#12452#12531#12377#12427'(&T)'
1684              TabOrder = 2
1685            end
1686          end
1687          object GroupBox25: TGroupBox
1688            Left = 12
1689            Top = 256
1690            Width = 477
1691            Height = 81
1692            Caption = #24525#27861#24086
1693            TabOrder = 2
1694            object Label25: TLabel
1695              Left = 40
1696              Top = 24
1697              Width = 37
1698              Height = 12
1699              Caption = #12489#12513#12452#12531
1700            end
1701            object BoukenComboBox: TComboBox
1702              Left = 88
1703              Top = 20
1704              Width = 140
1705              Height = 20
1706              ItemHeight = 12
1707              TabOrder = 0
1708              Text = 'BoukenComboBox'
1709              OnChange = BoukenComboBoxChange
1710            end
1711            object BoukenModButton: TButton
1712              Left = 231
1713              Top = 42
1714              Width = 50
1715              Height = 25
1716              Caption = #22793#26356
1717              TabOrder = 3
1718              OnClick = BoukenModButtonClick
1719            end
1720            object BoukenDelButton: TButton
1721              Left = 88
1722              Top = 43
1723              Width = 50
1724              Height = 25
1725              Caption = #21066#38500
1726              TabOrder = 2
1727              OnClick = BoukenDelButtonClick
1728            end
1729            object BoukenEdit: TEdit
1730              Left = 230
1731              Top = 19
1732              Width = 227
1733              Height = 20
1734              TabOrder = 1
1735            end
1736          end
1737      end      end
1738    end    end
1739    object OkBotton: TButton    object OkBotton: TButton

Legend:
Removed from v.1.22.2.3  
changed lines
  Added in v.1.93

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