OSDN Git Service

生存スレのみ表示、DAT落ちスレのみ表示のボタンがチェックスタイルになっていなかったのを修正。
authorh677 <h677>
Sat, 25 Feb 2006 01:35:09 +0000 (01:35 +0000)
committerh677 <h677>
Sat, 25 Feb 2006 01:35:09 +0000 (01:35 +0000)
GikoDataModule.dfm
ToolBarUtil.pas

index 715d2a5..5ce12da 100644 (file)
@@ -341,6 +341,7 @@ object GikoDM: TGikoDM
     end
     object ArchiveItemAction: TAction
       Category = #26495
+      AutoCheck = True
       Caption = 'DAT'#33853#12385#12473#12524#12483#12489#34920#31034'(&D)'
       GroupIndex = 1
       Hint = 'DAT'#33853#12385#12473#12524#12483#12489#12398#12415#34920#31034#12377#12427
@@ -350,6 +351,7 @@ object GikoDM: TGikoDM
     end
     object LiveItemAction: TAction
       Category = #26495
+      AutoCheck = True
       Caption = #29983#23384#12473#12524#12483#12489#34920#31034'(&S)'
       GroupIndex = 1
       Hint = #29983#23384#12375#12390#12356#12427#12473#12524#12483#12489#12398#12415#12434#34920#31034#12377#12427
@@ -1237,7 +1239,7 @@ object GikoDM: TGikoDM
     Left = 44
     Top = 60
     Bitmap = {
-      494C010138003B00040010001000FFFFFFFFFF00FFFFFFFFFFFFFFFF424D3600
+      494C010138003B00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
       000000000000360000002800000040000000F0000000010020000000000000F0
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
@@ -3221,7 +3223,8 @@ object GikoDM: TGikoDM
       00000000C003FFFF0000000080017FFF0000000080013F7F0000000000000E3F
       000000000000861F800000000000C20FC00100000000E007F81F00000000F043
       F00F00000000F861E00700008001FC70C003803F8001FEFCF81FC07FC003FFFE
-      F81FE0FFE007FFFFF83FFFFFF81FFFFF}
+      F81FE0FFE007FFFFF83FFFFFF81FFFFF00000000000000000000000000000000
+      000000000000}
   end
   object SaveDialog: TSaveDialog
     Left = 48
index 3640177..05e8d7f 100644 (file)
@@ -63,12 +63,14 @@ const
 
 
        /// \83{\83^\83\93\83X\83^\83C\83\8b\82ª"tbsCheck"\83{\83^\83\93\82Ì\83A\83N\83V\83\87\83\93
-       CHECK_STYLE:   array[0..35] of string = ('CabinetVisibleAction',
+       CHECK_STYLE:   array[0..37] of string = ('CabinetVisibleAction',
                                                                                     'MuteAction',
                                                                                                                                                                        'ArrangeAction',
                                                                                                                                                                        'AllItemAction',
                                                                                                                                                                        'LogItemAction',
                                                                                                                                                                        'NewItemAction',
+                                                                                                                                                                       'LiveItemAction',
+                                                                                                                                                                       'ArchiveItemAction',
                                                                                                                                                                        'SelectItemAction',
 
                                                                                                                                                                        'StdToolBarVisibleAction',