OSDN Git Service

StatusBarに使用しているNGワードの名前が出ない不具合の解消と
[gikonavigoeson/gikonavi.git] / Giko.dfm
index 56d02f9..61be6d0 100644 (file)
--- a/Giko.dfm
+++ b/Giko.dfm
@@ -1,12 +1,12 @@
 object GikoForm: TGikoForm
-  Left = 443
-  Top = 142
+  Left = 124
+  Top = 95
   HorzScrollBar.Visible = False
   VertScrollBar.Visible = False
   AutoScroll = False
   Caption = '-'
-  ClientHeight = 665
-  ClientWidth = 792
+  ClientHeight = 545
+  ClientWidth = 854
   Color = clBtnFace
   Font.Charset = SHIFTJIS_CHARSET
   Font.Color = clWindowText
@@ -16,11 +16,9 @@ object GikoForm: TGikoForm
   KeyPreview = True
   OldCreateOrder = False
   Visible = True
-  OnClose = FormClose
   OnCloseQuery = FormCloseQuery
   OnCreate = FormCreate
   OnDestroy = FormDestroy
-  OnKeyUp = FormKeyUp
   OnMouseWheel = FormMouseWheel
   OnResize = FormResize
   OnShortCut = FormShortCut
@@ -29,8 +27,8 @@ object GikoForm: TGikoForm
   TextHeight = 12
   object StatusBar: TStatusBar
     Left = 0
-    Top = 645
-    Width = 792
+    Top = 525
+    Width = 854
     Height = 20
     Panels = <
       item
@@ -40,7 +38,7 @@ object GikoForm: TGikoForm
         Width = 500
       end
       item
-        Width = 100
+        Width = 50
       end>
     SimplePanel = False
     OnResize = StatusBarResize
@@ -48,15 +46,15 @@ object GikoForm: TGikoForm
   object MainPanel: TPanel
     Left = 0
     Top = 77
-    Width = 792
-    Height = 568
+    Width = 854
+    Height = 448
     Align = alClient
     BevelOuter = bvNone
     TabOrder = 1
     object MessageSplitter: TSplitter
       Left = 0
-      Top = 529
-      Width = 792
+      Top = 409
+      Width = 854
       Height = 5
       Cursor = crVSplit
       Align = alBottom
@@ -67,8 +65,8 @@ object GikoForm: TGikoForm
     object ClientPanel: TPanel
       Left = 0
       Top = 0
-      Width = 792
-      Height = 529
+      Width = 854
+      Height = 409
       Align = alClient
       BevelOuter = bvNone
       TabOrder = 0
@@ -76,7 +74,7 @@ object GikoForm: TGikoForm
         Left = 145
         Top = 0
         Width = 5
-        Height = 529
+        Height = 409
         Cursor = crHSplit
         AutoSnap = False
         ResizeStyle = rsUpdate
@@ -85,7 +83,7 @@ object GikoForm: TGikoForm
         Left = 0
         Top = 0
         Width = 145
-        Height = 529
+        Height = 409
         Align = alLeft
         BevelOuter = bvNone
         TabOrder = 0
@@ -105,13 +103,14 @@ object GikoForm: TGikoForm
           RightClickSelect = True
           ShowRoot = False
           TabOrder = 0
-          OnChange = TreeViewChange
           OnChanging = TreeViewChanging
+          OnClick = TreeViewClick
           OnCollapsed = TreeViewCollapsed
           OnCustomDraw = TreeViewCustomDraw
           OnCustomDrawItem = TreeViewCustomDrawItem
           OnDblClick = TreeViewDblClick
           OnExpanded = TreeViewExpanded
+          OnKeyDown = TreeViewKeyDown
         end
         object Panel3: TPanel
           Left = 0
@@ -226,13 +225,14 @@ object GikoForm: TGikoForm
           RightClickSelect = True
           ShowRoot = False
           TabOrder = 3
-          OnChange = FavoriteTreeViewChange
           OnDblClick = FavoriteTreeViewDblClick
           OnDragDrop = FavoriteTreeViewDragDrop
           OnDragOver = FavoriteTreeViewDragOver
           OnEdited = FavoriteTreeViewEdited
           OnEndDrag = FavoriteTreeViewEndDrag
           OnKeyDown = FavoriteTreeViewKeyDown
+          OnMouseDown = FavoriteTreeViewMouseDown
+          OnMouseUp = FavoriteTreeViewMouseUp
         end
         object FavoriteToolBar: TToolBar
           Left = 0
@@ -269,15 +269,15 @@ object GikoForm: TGikoForm
       object ThreadMainPanel: TPanel
         Left = 150
         Top = 0
-        Width = 642
-        Height = 529
+        Width = 704
+        Height = 409
         Align = alClient
         BevelOuter = bvNone
         TabOrder = 1
         object ListSplitter: TSplitter
           Left = 0
           Top = 189
-          Width = 642
+          Width = 704
           Height = 5
           Cursor = crVSplit
           Align = alTop
@@ -290,7 +290,7 @@ object GikoForm: TGikoForm
         object ViewPanel: TPanel
           Left = 0
           Top = 0
-          Width = 642
+          Width = 704
           Height = 189
           Align = alTop
           BevelOuter = bvNone
@@ -298,7 +298,7 @@ object GikoForm: TGikoForm
           object ListView: TGikoListView
             Left = 0
             Top = 24
-            Width = 642
+            Width = 704
             Height = 165
             Align = alClient
             Columns = <>
@@ -316,20 +316,22 @@ object GikoForm: TGikoForm
             ViewStyle = vsReport
             OnAdvancedCustomDrawItem = ListViewAdvancedCustomDrawItem
             OnColumnClick = ListViewColumnClick
+            OnColumnRightClick = ListViewColumnRightClick
             OnCustomDraw = ListViewCustomDraw
             OnData = ListViewData
             OnDataFind = ListViewDataFind
             OnDataHint = ListViewDataHint
             OnDataStateChange = ListViewDataStateChange
-            OnDblClick = ListViewDblClick
+            OnExit = ListViewExit
             OnKeyDown = ListViewKeyDown
+            OnMouseDown = ListViewMouseDown
             OnSelectItem = ListViewSelectItem
             OnColumnInfo = ListViewColumnInfo
           end
           object ListCoolBar: TGikoCoolBar
             Left = 0
             Top = 0
-            Width = 642
+            Width = 704
             Height = 24
             AutoSize = True
             BandMaximize = bmDblClick
@@ -339,14 +341,14 @@ object GikoForm: TGikoForm
                 Control = ListToolBar
                 ImageIndex = -1
                 MinHeight = 22
-                Width = 542
+                Width = 560
               end
               item
                 Break = False
                 Control = ListNameToolBar
                 ImageIndex = -1
                 MinHeight = 18
-                Width = 94
+                Width = 138
               end>
             EdgeBorders = [ebLeft, ebTop, ebRight]
             EdgeInner = esLowered
@@ -356,7 +358,7 @@ object GikoForm: TGikoForm
             object ListToolBar: TToolBar
               Left = 9
               Top = 0
-              Width = 529
+              Width = 547
               Height = 22
               AutoSize = True
               ButtonWidth = 25
@@ -370,6 +372,7 @@ object GikoForm: TGikoForm
               TabOrder = 0
               Transparent = True
               Wrapable = False
+              OnResize = ListToolBarResize
               object ViewNoButton: TToolButton
                 Left = 0
                 Top = 0
@@ -394,26 +397,33 @@ object GikoForm: TGikoForm
                 Width = 8
                 Style = tbsSeparator
               end
-              object AllItemToolButton: TToolButton
+              object ThreadRangeButton: TToolButton
                 Left = 94
                 Top = 0
+                Action = ThreadRangeAction
+                DropdownMenu = ThreadRangePopupMenu
+                Style = tbsDropDown
+              end
+              object AllItemToolButton: TToolButton
+                Left = 130
+                Top = 0
                 Action = AllItemAction
                 Style = tbsCheck
               end
               object LogItemToolButton: TToolButton
-                Left = 119
+                Left = 155
                 Top = 0
                 Action = LogItemAction
                 Style = tbsCheck
               end
               object NewItemToolButton: TToolButton
-                Left = 144
+                Left = 180
                 Top = 0
                 Action = NewItemAction
                 Style = tbsCheck
               end
               object SelectItemToolButton: TToolButton
-                Left = 169
+                Left = 205
                 Top = 0
                 Action = SelectItemAction
                 Style = tbsCheck
@@ -421,7 +431,7 @@ object GikoForm: TGikoForm
               end
               object SelectComboBox: TComboBox
                 Tag = 1
-                Left = 194
+                Left = 230
                 Top = 1
                 Width = 127
                 Height = 20
@@ -435,7 +445,7 @@ object GikoForm: TGikoForm
               end
               object SelectComboBoxSplitter: TImage
                 Tag = 1
-                Left = 321
+                Left = 357
                 Top = 0
                 Width = 8
                 Height = 22
@@ -445,12 +455,12 @@ object GikoForm: TGikoForm
                 OnMouseUp = SelectComboBoxSplitterMouseUp
               end
               object ToolButton8: TToolButton
-                Left = 329
+                Left = 365
                 Top = 0
                 Action = ThreadEditorAction
               end
               object ToolButton10: TToolButton
-                Left = 354
+                Left = 390
                 Top = 0
                 Width = 8
                 Caption = 'ToolButton10'
@@ -458,12 +468,12 @@ object GikoForm: TGikoForm
                 Style = tbsSeparator
               end
               object ToolButton12: TToolButton
-                Left = 362
+                Left = 398
                 Top = 0
                 Action = BoardIEAction
               end
               object ToolButton14: TToolButton
-                Left = 387
+                Left = 423
                 Top = 0
                 Width = 8
                 Caption = 'ToolButton14'
@@ -471,32 +481,32 @@ object GikoForm: TGikoForm
                 Style = tbsSeparator
               end
               object ListDownloadToolButton: TToolButton
-                Left = 395
+                Left = 431
                 Top = 0
                 Action = SelectListReloadAction
               end
               object ListThreadDownloadToolButton: TToolButton
-                Left = 420
+                Left = 456
                 Top = 0
                 Action = SelectThreadReloadAction
               end
               object ToolButton2: TToolButton
-                Left = 445
+                Left = 481
                 Top = 0
                 Width = 8
                 Style = tbsSeparator
               end
               object ToolButton1: TToolButton
-                Left = 453
+                Left = 489
                 Top = 0
                 Action = SelectReservAction
                 DropdownMenu = RoundNamePopupMenu
               end
             end
             object ListNameToolBar: TToolBar
-              Left = 553
+              Left = 571
               Top = 2
-              Width = 81
+              Width = 125
               Height = 18
               AutoSize = True
               ButtonHeight = 16
@@ -504,6 +514,7 @@ object GikoForm: TGikoForm
               EdgeBorders = []
               TabOrder = 1
               Transparent = True
+              OnResize = ListNameToolBarResize
               object FolderImage: TImage
                 Left = 0
                 Top = 2
@@ -537,47 +548,57 @@ object GikoForm: TGikoForm
         object ThreadPanel: TPanel
           Left = 0
           Top = 194
-          Width = 642
-          Height = 335
+          Width = 704
+          Height = 215
           Align = alClient
           BevelOuter = bvNone
           TabOrder = 1
-          object Browser: TWebBrowser
+          object BrowserPanel: TPanel
             Left = 0
             Top = 46
-            Width = 642
-            Height = 269
+            Width = 704
+            Height = 149
             Align = alClient
-            TabOrder = 0
-            OnEnter = BrowserEnter
-            OnStatusTextChange = BrowserStatusTextChange
-            OnTitleChange = BrowserTitleChange
-            OnBeforeNavigate2 = BrowserBeforeNavigate2
-            OnNewWindow2 = BrowserNewWindow2
-            OnDocumentComplete = BrowserDocumentComplete
-            ControlData = {
-              4C0000005A420000CD1B00000000000000000000000000000000000000000000
-              000000004C000000000000000000000001000000E0D057007335CF11AE690800
-              2B2E126202000000000000004C0000000114020000000000C000000000000046
-              8000000000000000000000000000000000000000000000000000000000000000
-              00000000000000000100000000000000000000000000000000000000}
+            BevelOuter = bvNone
+            UseDockManager = False
+            TabOrder = 2
+            OnCanResize = BrowserPanelCanResize
+            object Browser: TWebBrowser
+              Left = 0
+              Top = 0
+              Width = 704
+              Height = 149
+              Align = alClient
+              TabOrder = 0
+              OnEnter = BrowserEnter
+              OnStatusTextChange = BrowserStatusTextChange
+              OnBeforeNavigate2 = BrowserBeforeNavigate2
+              OnNewWindow2 = BrowserNewWindow2
+              OnDocumentComplete = BrowserDocumentComplete
+              ControlData = {
+                4C000000C3480000660F00000000000000000000000000000000000000000000
+                000000004C000000000000000000000001000000E0D057007335CF11AE690800
+                2B2E12620A000000000000004C0000000114020000000000C000000000000046
+                8000000000000000000000000000000000000000000000000000000000000000
+                00000000000000000100000000000000000000000000000000000000}
+            end
           end
           object BrowserBottomPanel: TGikoPanel
             Left = 0
-            Top = 315
-            Width = 642
+            Top = 195
+            Width = 704
             Height = 20
             Align = alBottom
             BevelEdges = [beLeft, beRight, beBottom]
             BevelInner = bvLowered
             BevelKind = bkTile
-            TabOrder = 1
+            TabOrder = 0
             Visible = False
           end
           object BrowserCoolBar: TGikoCoolBar
             Left = 0
             Top = 0
-            Width = 642
+            Width = 704
             Height = 46
             AutoSize = True
             BandMaximize = bmDblClick
@@ -586,20 +607,20 @@ object GikoForm: TGikoForm
                 Control = BrowserToolBar
                 ImageIndex = -1
                 MinHeight = 22
-                Width = 374
+                Width = 421
               end
               item
                 Break = False
                 Control = BrowserNameToolBar
                 ImageIndex = -1
                 MinHeight = 18
-                Width = 262
+                Width = 277
               end
               item
                 Control = BrowserTabToolBar
                 ImageIndex = -1
                 MinHeight = 20
-                Width = 638
+                Width = 700
               end>
             EdgeBorders = [ebLeft, ebTop, ebRight]
             EdgeInner = esLowered
@@ -609,10 +630,10 @@ object GikoForm: TGikoForm
             object BrowserToolBar: TToolBar
               Left = 9
               Top = 0
-              Width = 361
+              Width = 408
               Height = 22
               AutoSize = True
-              ButtonWidth = 25
+              ButtonWidth = 24
               Caption = #12502#12521#12454#12470#12484#12540#12523#12496#12540
               EdgeBorders = []
               Flat = True
@@ -623,62 +644,64 @@ object GikoForm: TGikoForm
               TabOrder = 0
               Transparent = True
               Wrapable = False
+              OnResize = BrowserToolBarResize
               object BrowserSizeButton: TToolButton
                 Left = 0
                 Top = 0
                 Action = BrowserMaxAction
               end
               object ToolButton7: TToolButton
-                Left = 25
+                Left = 24
                 Top = 0
                 Action = BrowserMinAction
               end
               object ToolButton3: TToolButton
-                Left = 50
+                Left = 48
                 Top = 0
                 Width = 8
                 Style = tbsSeparator
               end
               object TopButton: TToolButton
-                Left = 58
+                Left = 56
                 Top = 0
                 Action = ScrollTopAction
               end
               object LastBotton: TToolButton
-                Left = 83
+                Left = 80
                 Top = 0
                 Action = ScrollLastAction
               end
               object NewButton: TToolButton
-                Left = 108
+                Left = 104
                 Top = 0
                 Action = ScrollNewAction
               end
               object KokoButton: TToolButton
-                Left = 133
+                Left = 128
                 Top = 0
                 Action = ScrollKokoAction
               end
               object ToolButton9: TToolButton
-                Left = 158
+                Left = 152
                 Top = 0
                 Width = 8
                 Style = tbsSeparator
               end
-              object AllResToolButton: TToolButton
-                Left = 166
-                Top = 0
-                Action = AllResAction
-                Style = tbsCheck
-              end
               object SelectResToolButton: TToolButton
-                Left = 191
+                Left = 160
                 Top = 0
                 Action = SelectResAction
                 Style = tbsCheck
               end
+              object ResRangeButton: TToolButton
+                Left = 184
+                Top = 0
+                Action = ResRangeAction
+                DropdownMenu = ResRangePopupMenu
+                Style = tbsDropDown
+              end
               object ToolButton16: TToolButton
-                Left = 216
+                Left = 219
                 Top = 0
                 Width = 8
                 Caption = 'ToolButton16'
@@ -686,31 +709,31 @@ object GikoForm: TGikoForm
                 Style = tbsSeparator
               end
               object EditorButton: TToolButton
-                Left = 224
+                Left = 227
                 Top = 0
                 Action = EditorAction
               end
               object ToolButton11: TToolButton
-                Left = 249
+                Left = 251
                 Top = 0
                 Width = 8
                 Style = tbsSeparator
               end
               object IEButton: TToolButton
-                Left = 257
+                Left = 259
                 Top = 0
                 Action = IEAction
                 DropdownMenu = BrowserPopupMenu
                 Style = tbsDropDown
               end
               object ToolButton5: TToolButton
-                Left = 293
+                Left = 294
                 Top = 0
                 Width = 8
                 Style = tbsSeparator
               end
               object ItemReloadButton: TToolButton
-                Left = 301
+                Left = 302
                 Top = 0
                 Action = ItemReloadAction
               end
@@ -722,17 +745,16 @@ object GikoForm: TGikoForm
                 ImageIndex = 29
                 Style = tbsSeparator
               end
-              object AHundredResButton: TToolButton
+              object UpBoardButton: TToolButton
                 Left = 334
                 Top = 0
-                Action = OnlyAHundredRes
-                Style = tbsCheck
+                Action = UpBoardAction
               end
             end
             object BrowserNameToolBar: TToolBar
-              Left = 385
+              Left = 432
               Top = 2
-              Width = 249
+              Width = 264
               Height = 18
               AutoSize = True
               ButtonHeight = 16
@@ -740,6 +762,7 @@ object GikoForm: TGikoForm
               EdgeBorders = []
               TabOrder = 1
               Transparent = True
+              OnResize = BrowserNameToolBarResize
               object ItemBoardImage: TImage
                 Left = 0
                 Top = 2
@@ -798,7 +821,7 @@ object GikoForm: TGikoForm
             object BrowserTabToolBar: TToolBar
               Left = 9
               Top = 24
-              Width = 625
+              Width = 687
               Height = 20
               ButtonHeight = 18
               Caption = 'BrowserTabToolBar'
@@ -831,6 +854,7 @@ object GikoForm: TGikoForm
                 OnMouseDown = BrowserTabMouseDown
                 OnMouseMove = BrowserTabMouseMove
                 OnMouseUp = BrowserTabMouseUp
+                OnResize = BrowserTabResize
               end
             end
           end
@@ -839,12 +863,13 @@ object GikoForm: TGikoForm
     end
     object MessagePanel: TPanel
       Left = 0
-      Top = 534
-      Width = 792
+      Top = 414
+      Width = 854
       Height = 34
       Align = alBottom
       BevelOuter = bvNone
       TabOrder = 1
+      OnResize = MessagePanelResize
       object MessageBar: TPanel
         Left = 0
         Top = 0
@@ -886,7 +911,7 @@ object GikoForm: TGikoForm
       object MessageListView: TListView
         Left = 28
         Top = 0
-        Width = 764
+        Width = 826
         Height = 34
         Align = alClient
         BorderStyle = bsNone
@@ -902,11 +927,21 @@ object GikoForm: TGikoForm
         ViewStyle = vsReport
         OnResize = MessageListViewResize
       end
+      object TmpToolBar: TToolBar
+        Left = 809
+        Top = 5
+        Width = 32
+        Height = 29
+        Align = alNone
+        Caption = 'TmpToolBar'
+        TabOrder = 2
+        Visible = False
+      end
     end
   end
   object ProgressBar: TProgressBar
-    Left = 36
-    Top = 516
+    Left = 44
+    Top = 396
     Width = 101
     Height = 16
     Min = 0
@@ -917,13 +952,13 @@ object GikoForm: TGikoForm
   object TopPanel: TPanel
     Left = 0
     Top = 0
-    Width = 792
+    Width = 854
     Height = 77
     Align = alTop
     BevelOuter = bvNone
     TabOrder = 3
     object TopRightPanel: TPanel
-      Left = 756
+      Left = 818
       Top = 0
       Width = 36
       Height = 77
@@ -960,7 +995,7 @@ object GikoForm: TGikoForm
     object TopCoolPanel: TPanel
       Left = 0
       Top = 0
-      Width = 756
+      Width = 818
       Height = 77
       Align = alClient
       BevelOuter = bvNone
@@ -968,7 +1003,7 @@ object GikoForm: TGikoForm
       object MainCoolBar: TGikoCoolBar
         Left = 0
         Top = 0
-        Width = 756
+        Width = 818
         Height = 70
         AutoSize = True
         BandMaximize = bmDblClick
@@ -977,14 +1012,14 @@ object GikoForm: TGikoForm
             Control = MenuToolBar
             ImageIndex = -1
             MinHeight = 18
-            Width = 752
+            Width = 814
           end
           item
             Control = StdToolBar
             ImageIndex = -1
             MinHeight = 22
             Visible = False
-            Width = 213
+            Width = 238
           end
           item
             Break = False
@@ -992,14 +1027,14 @@ object GikoForm: TGikoForm
             ImageIndex = -1
             MinHeight = 22
             Text = #12450#12489#12524#12473
-            Width = 537
+            Width = 574
           end
           item
             Control = LinkToolBar
             ImageIndex = -1
             MinHeight = 22
             Text = #12522#12531#12463
-            Width = 752
+            Width = 814
           end>
         OnContextPopup = MainCoolBarContextPopup
         OnResize = MainCoolBarResize
@@ -1008,7 +1043,7 @@ object GikoForm: TGikoForm
         object MenuToolBar: TToolBar
           Left = 9
           Top = 0
-          Width = 739
+          Width = 801
           Height = 18
           AutoSize = True
           ButtonHeight = 18
@@ -1022,11 +1057,12 @@ object GikoForm: TGikoForm
           Transparent = True
           Wrapable = False
           OnCustomDrawButton = MenuToolBarCustomDrawButton
+          OnResize = MenuToolBarResize
         end
         object StdToolBar: TToolBar
           Left = 9
           Top = 20
-          Width = 200
+          Width = 225
           Height = 22
           AutoSize = True
           ButtonWidth = 25
@@ -1041,6 +1077,7 @@ object GikoForm: TGikoForm
           Transparent = True
           Visible = False
           Wrapable = False
+          OnResize = StdToolBarResize
           object RoundToolButton: TToolButton
             Left = 0
             Top = 0
@@ -1083,29 +1120,30 @@ object GikoForm: TGikoForm
             ImageIndex = 4
             Style = tbsSeparator
           end
-          object ToolButton22: TToolButton
+          object CabinetBBSToolButton: TToolButton
             Left = 124
             Top = 0
             Action = CabinetBBSAction
-            Style = tbsCheck
+            DropdownMenu = BBSSelectPopupMenu
+            Style = tbsDropDown
           end
           object ToolButton23: TToolButton
-            Left = 149
+            Left = 160
             Top = 0
             Action = CabinetHistoryAction
             Style = tbsCheck
           end
           object ToolButton24: TToolButton
-            Left = 174
+            Left = 185
             Top = 0
             Action = CabinetFavoriteAction
             Style = tbsCheck
           end
         end
         object AddressToolBar: TToolBar
-          Left = 268
+          Left = 293
           Top = 20
-          Width = 480
+          Width = 517
           Height = 22
           ButtonWidth = 51
           EdgeBorders = []
@@ -1138,7 +1176,7 @@ object GikoForm: TGikoForm
         object LinkToolBar: TToolBar
           Left = 42
           Top = 44
-          Width = 706
+          Width = 768
           Height = 22
           AutoSize = True
           ButtonWidth = 89
@@ -1153,6 +1191,7 @@ object GikoForm: TGikoForm
           Wrapable = False
           OnDragDrop = LinkToolBarDragDrop
           OnDragOver = LinkToolBarDragOver
+          OnResize = LinkToolBarResize
         end
       end
     end
@@ -2953,8 +2992,31 @@ object GikoForm: TGikoForm
     Left = 4
     Top = 244
     Bitmap = {
-      494C01012A002C00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
-      000000000000360000002800000040000000B000000001001000000000000058
+      494C010134003600040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
+      000000000000360000002800000040000000E000000001001000000000000070
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
@@ -2963,66 +3025,235 @@ object GikoForm: TGikoForm
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7FFF7F007C007CFF7FFF7F
-      FF7FFF7F007C007CFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7FFF7FFF7F007C007CFF7F
-      FF7F007C007CFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F007C
-      007CFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F007C
-      007CFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7FFF7FFF7F007C007CFF7F
-      FF7F007C007CFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7FFF7F007C007CFF7FFF7F
-      FF7FFF7F007C007CFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7F00000000000000000000FF7FFF7FFF7F007C007CFF7F
-      FF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7F00000000FF7F00000000
-      FF7F00000000FF7FFF7F00000000000000000000FF7FFF7F007C007C007C007C
-      FF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7F00000000FF7F00000000
-      FF7F00000000FF7FFF7F00000000000000000000FF7FFF7F007C007CFF7F007C
-      007CFF7FFF7FFF7FFF7F00000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000000000000000000000000000000000000FF7FFF7F00000000
+      0000000000000000FF7FFF7F0000000000000000000000000000000000000000
+      F07FF07FF07FF07FF07FF07FF07F0000000000000000F07FF07FF07FF07FF07F
+      F07FF07F0000000000000000000010001F001F00100000000000000000000000
+      F07FF07FF07FF07FF07FF07FF07F00000000000000000000FF7F00001F421F42
+      1F421F421F421F420000FF7F0000000000000000000000000000000000000000
+      000000000000F07FF07FF07FF07F0000000000000000F07FF07FF07FF07F0000
+      000000000000000000000000000010001F001F00100000000000000000000000
+      000000000000F07FF07FF07FF07F00000000000000000000FF7F00001F421F42
+      1F421F421F421F420000FF7F0000000000000000000000000000000000000000
+      F07FF07FF07FF07FF07FF07FF07F0000000000000000F07FF07FF07FF07FF07F
+      F07FF07F0000000000000000000010001F001F00100000000000000000000000
+      F07FF07FF07FF07FF07FF07FF07F00000000000000000000FF7F00001F421F42
+      1F421F421F421F420000FF7F0000000000000000000000000000000000000000
+      000000000000F07FF07FF07FF07F0000000000000000F07FF07FF07FF07F0000
+      000000000000000000000000000010001F001F00100000000000000000000000
+      000000000000F07FF07FF07FF07F00000000000000000000FF7F00001F421F42
+      1F421F421F421F420000FF7F0000000000000000000000000000000000000000
+      F07FF07FF07FF07FF07FF07FF07F0000000000000000F07FF07FF07FF07FF07F
+      F07FF07F0000000000000000000010001F001F00100000000000000000000000
+      F07FF07FF07FF07FF07FF07FF07F00000000000000000000FF7F00001F421F42
+      1F421F421F421F420000FF7F0000000000000000000000000000000000000000
+      0000000000000000F07FF07FF07F0000000000000000F07FF07FF07F00000000
+      000000000000000000000000000010001F001F00100000000000000000000000
+      0000000000000000F07FF07FF07F00000000000000000000FF7F00001F421F42
+      1F421F421F421F420000FF7F000000000000000000000000FF7FFF7FFF7FF07F
+      F07FF07FF07FF07FF07FF07FF07F0000000000000000F07FF07FF07FF07FF07F
+      F07FF07FF07FFF7FFF7FFF7F000010001F001F0010000000FF7FFF7FFF7FF07F
+      F07FF07FF07FF07FF07FF07FF07F00000000000000000000FF7F00001F421F42
+      1F421F421F421F420000FF7F000000000000000000000000FF7FFF7FFF7FF07F
+      F07FF07FF07FF07FF07FF07FF07F0000000000000000F07FF07FF07FF07FF07F
+      F07FF07FF07FFF7FFF7FFF7F000010001F001F0010000000FF7FFF7FFF7FF07F
+      F07FF07FF07FF07FF07FF07FF07F00000000000000000000FF7F00001F421F42
+      1F421F421F421F420000FF7F0000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000000000000000010001F001F00100000000000000000000000
+      000000000000000000000000000000000000000000000000FF7FFF7F00000000
+      0000000000000000FF7FFF7F0000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000000000000000010001F001F00100000000000000000000000
+      000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000000000000000010001F001F00100000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7F00000000000000000000FF7F007C007CFF7FFF7FFF7F
-      007C007CFF7FFF7FFF7F00000000000000000000000000000000000000000000
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000004200420000
+      0000000000001863000000420000000000000000FF7FFF7FFF7FFF7FFF7F1F00
+      FF7F1F00FF7FFF7F1F00FF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      E0031002FF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000004200420000
+      0000000000001863000000420000000000000000FF7FFF7FFF7F1F00FF7F1F00
+      FF7FFF7F1F00FF7F1F00FF7FFF7FFF7F00000000FF7FFF7FE003E003E003FF7F
+      E0031002FF7FE003E0031002FF7FFF7F000000000000F07FF07FF07FF07FF07F
+      F07FF07F00000000000000000000000000000000000000000000004200420000
+      0000000000000000000000420000000000000000FF7FFF7FFF7FFF7F1F001F00
+      1F00FF7F1F00FF7F1F00FF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FE003E003
+      E003E003E0031002FF7FFF7FFF7FFF7F000000000000F07FF07FF07FF07F0000
+      0000000000000000000000000000000000000000000000000000004200420042
+      0042004200420042004200420000000000000000FF7FFF7FFF7F1F001F001F00
+      1F001F001F00FF7F1F00FF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FE003
+      E003E0031002FF7FFF7FFF7FFF7FFF7F000000000000F07FF07FF07FF07FF07F
+      F07FF07F00000000000000000000000000000000000000000000004200420000
+      0000000000000000004200420000000000000000FF7FFF7FFF7FFF7FFF7F1F00
+      FF7FFF7F1F00FF7F1F00FF7FFF7FFF7F00000000FF7FFF7FE003E003E003E003
+      E003E003E003E003E0031002FF7FFF7F000000000000F07FF07FF07FF07F0000
+      0000000000000000000000000000000000000000000000000000004200001863
+      1863186318631863000000420000000000000000FF7FFF7FFF7F1F001F001F00
+      1F001F001F001F001F001F00FF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      E0031002FF7FFF7FFF7FFF7FFF7FFF7F000000000000F07FF07FF07FF07FF07F
+      F07FF07F00000000000000000000000000000000000000000000004200001863
+      1863186318631863000000420000000000000000FF7FFF7FFF7FFF7F1F00FF7F
+      1F00FF7F1F00FF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      E0031002FF7FFF7FFF7FFF7FFF7FFF7F000000000000F07FF07FF07F00000000
+      0000000000000000000000000000000000000000000000000000004200001863
+      1863186318631863000000000000000000000000FF7FFF7FFF7F1F001F001F00
+      1F001F001F001F001F00FF7FFF7FFF7F00000000FF7FFF7FFF7FE003E003E003
+      E003E003E003E0031002FF7FFF7FFF7F000000000000F07FF07FF07FF07FF07F
+      F07FF07FF07FFF7FFF7FFF7F0000000000000000000000000000004200001863
+      1863186318631863000018630000000000000000FF7FFF7FFF7FFF7FFF7F1F00
+      FF7FFF7FFF7FFF7FFF7F1F00FF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      E0031002FF7FFF7FFF7FFF7FFF7FFF7F000000000000F07FF07FF07FF07FF07F
+      F07FF07FF07FFF7FFF7FFF7F0000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7F000000000000000000000000007C007CFF7FFF7FFF7FFF7F
-      FF7F007C007C007C000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000007C00000000000000000000
-      000000000000007C007C00000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      00000000000000000000000000000000000000001F001F001F001F001F001F00
+      1F001F001F001F001F001F001F001F00000000001F001F001F001F001F001F00
+      1F001F001F001F001F001F001F001F0000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000007C007C0000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000000000000000000000000F65BF65BF65BF65BF65BF65BF65B
+      F65BF65BF65BF65BF65BF65BF65BF65BF65B0000000010421863186318631863
+      1863186318631863186318631863000000000000FF7FFF7F007C007CFF7FFF7F
+      FF7FFF7F007C007CFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000F65B186318631863186318631863
+      18631863186318631863186318631863F65B000000001042FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000FF7FFF7FFF7F007C007CFF7F
+      FF7F007C007CFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000F65B1863F65BF65BF65B1F001F00
+      1F001F001F00F65BF65BF65BF65B1863F65B000000001042FF7F104210421042
+      10421F0010421F421F00FF7F1863000000000000FF7FFF7FFF7FFF7FFF7F007C
+      007CFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000F65B186308200820F65BF65BF65B
+      F65BF65BF65BF65BF65BF65BF65B1863F65B000000001042FF7FFF7FFF7FFF7F
+      FF7F1F00FF7F1F001F00FF7F1863000000000000FF7FFF7FFF7FFF7FFF7F007C
+      007CFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000F65B1863F65BF65BF65BF65BF65B
+      F65BF65BF65BF65BF65BF65BF65B1863F65B000000001042FF7F104210421042
+      10421F001F0010421F00FF7F1863000000000000FF7FFF7FFF7F007C007CFF7F
+      FF7F007C007CFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000F65B186308200820082008200820
+      F65B0820F65BF65BF65BF65BF65B1863F65B000000001042FF7FFF7FFF7FFF7F
+      FF7F1F001F42FF7F1F00FF7F1863000000000000FF7FFF7F007C007CFF7FFF7F
+      FF7FFF7F007C007CFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000F65B1863F65BF65BF65BF65BF65B
+      F65BF65BF65BF65BF65BF65BF65B1863F65B000000001042FF7F104210421042
+      10421042104210421042FF7F1863000000000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7F00000000000000000000FF7FFF7FFF7F007C007CFF7F
+      FF7FFF7FFF7FFF7FFF7F0000000000000000F65B1863082008200820F65B0820
+      0820082008200820F65BF65BF65B1863F65B000000001042FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000FF7F00000000FF7F00000000
+      FF7F00000000FF7FFF7F00000000000000000000FF7FFF7F007C007C007C007C
+      FF7FFF7FFF7FFF7FFF7F0000000000000000F65B1863F65BF65BF65BF65BF65B
+      F65BF65BF65BF65BF65BF65BF65B1863F65B000000001042FF7F104210421042
+      10421042104210421042FF7F1863000000000000FF7F00000000FF7F00000000
+      FF7F00000000FF7FFF7F00000000000000000000FF7FFF7F007C007CFF7F007C
+      007CFF7FFF7FFF7FFF7F0000000000000000F65B1863082018630820F65B0820
+      F65B0820F65B0820F65BF65BF65B1863F65B000000001042FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7F00000000000000000000FF7F007C007CFF7FFF7FFF7F
+      007C007CFF7FFF7FFF7F0000000000000000F65B1863F65BF65BF65BF65BF65B
+      F65BF65BF65BF65BF65BF65BF65B1863F65B000000001042FF7F104210421042
+      10421042104210421042FF7F18630000000000000000FF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7F000000000000000000000000007C007CFF7FFF7FFF7FFF7F
+      FF7F007C007C007C00000000000000000000F65B186308200820082008200820
+      0820F65B1F001F001F00F65BF65B1863F65B000000001042FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7F000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000007C00000000000000000000
+      000000000000007C007C0000000000000000F65B1863F65BF65BF65BF65BF65B
+      F65BF65BF65BF65BF65BF65BF65B1863F65B000000001042FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7F1863FF7F1042000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000007C007C000000000000F65B186318631863186318631863
+      18631863186318631863186318631863F65B000000001042FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7F186310420000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000000000000000000000000F65BF65BF65BF65BF65BF65BF65B
+      F65BF65BF65BF65BF65BF65BF65BF65BF65B0000000010421042104210421042
+      1042104210421042104200000000000000000000000000000000000000000000
       0042004200420000000000000000000000000042004200420042000000000000
-      000000000000000000420042004200420000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000
+      0000000000000000004200420042004200000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000004200420042
       E07FE07FE07F0042004200000000000000000042E07FE07F0042004200000000
       00000000000000420042E07FE07F004200000000000000000000000000000000
@@ -3081,72 +3312,72 @@ object GikoForm: TGikoForm
       0000000000000000000000000000000000000000000000000000000000000000
       00000000000000000000000000000000000000000000000000000000E07FE07F
       E07FE07FE07F0042000000000000000000000000000000000000000000000042
-      004200420000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000
+      0042004200000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000010421042104210421042
       1042104210421042104210421042104200000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000100010001000100010000000000000000000000000000000000000000000
+      00000000000000000000000000000000000000000000F535BB4EBA4E9A4E9A4A
+      994E794A784A784A584A56463746000000000000000000000000000000000000
       000000000000000000000000000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000000000000000020000
-      0000000000000000000000000000000000000000000000000000000010001000
-      10001F001F001F001F001F001000100000000000000000000000000000000000
+      00000000000000000000000000000000000000000000163A9F679F677F637F63
+      7F5F7F5F7446AF35F041D956FD52000000000000000000000000000000000000
       000000000000000000000000000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000000002100200000000
-      000000000000000000000000000000000000000000000000000010001F001F00
-      0000000000000000000000001F00100000000000000000000000000000000000
+      00000000000000000000000000000000000000000000373A9F679F679F677F63
+      7F637446AF35F2490A66D266FD56000000000000000000000000000000000000
       000000000000000000000000000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000000002E00300000000
-      0000000000000000000000000000000000000000000000001F001F001F000000
-      0000000000000000000000001F001F001000000000000000007C007C007C007C
+      00000000000000000000000000000000000000000000383E9F6B5F575F575F57
+      964AAF31F2490A6AEC7E7B6F1E5700000000000000000000007C007C007C007C
       007C007C007C007C007C007C007C00000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000000002E00300000000
-      000000000000000000000000000000000000000000001F001F00100000000000
-      0000000000000000000000001F001F001000000000000000000000000000007C
+      00000000000000000000000000000000000000000000593E3246113E3242B552
+      F03DD0450A66CB7E79737F5F1E5700000000000000000000000000000000007C
       007C007C007C007C00000000000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000000002186300000000
-      000000000000000000000000000000000000000000001F001F00100000000000
-      00000000000000001F001F001F001F0010000000000000000000000000000000
+      00000000000000000000000000000000000000000000AD35123E1A571A53B84A
+      133E4F5AEC7E386B5F577F5F1E5B000000000000000000000000000000000000
       0000000000000000007C0000000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000000002FF7F10020000
-      00000000000000000002000000000000000000001F001F001000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000200000000000000000000AE35123EDF77FF7BFF6FFF67
+      3D53FA5E7A739F677F637F633E5B000000000000000000000000000000000000
       0000000000000000007C007C000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000000000000218631002
-      00000000000000001002000200000000000000001F001F001000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
+      00000000000000001002000200000000000000006E313B5BFF7FFF7FFF73FF63
+      BF5B5D5F5F575F575F577F633E5B000000000000000000000000000000000000
       00000000000000000000007C000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F1042000000000000000000000002FF7F1863
-      E0030002000210021002100200020000000000001F001F001000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
+      E0030002000210021002100200020000000000008F359E5FFF77FF77FF6FDF5F
+      BF5F5D5B9F6B9F6B9F679F673E5F000000000000000000000000000000000000
       00000000000000000000007C000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F10420000000000000000000000000002FF7F
-      FF7F1863E003E003E003E00310020002000000001F001F001000000000000000
-      0000000000000000000000000000000000000000000000000000007C00000000
+      FF7F1863E003E003E003E0031002000200000000F13D5C57FF6BFF67FF63BF5F
+      DF675D5F5F575F575F579F6B3E5F000000000000000000000000007C00000000
       00000000000000000000007C000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000000000000000000002
-      0002FF7FFF7FFF7F1863E003E00300000000000000001F001000000000000000
-      0000000000000000000000000000000000000000000000000000007C00000000
+      0002FF7FFF7FFF7F1863E003E0030000000000000000B84ADF5FBF5BBF5FFF73
+      DF733C63BF6FBF6FBF6F9F6B3E5F000000000000000000000000007C00000000
       00000000000000000000007C000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000000000000000000000
-      0000000200020002FF7F1863000000000000000000001F001000000000000000
-      0000000000000000000000000000000000000000000000000000007C007C0000
+      0000000200020002FF7F1863000000000000000000007842FA4E7E5B7E5B9E6B
+      5C6BDF73BF735F675F67DE56FA58000000000000000000000000007C007C0000
       0000000000000000007C007C000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7F104210421042104200000000000000000000000000000000
-      0000000000000002FF7F0000000000000000000000001F001F00100000000000
-      00000000000000000000000000000000000000000000000000000000007C0000
+      0000000000000002FF7F000000000000000000000000BB42FF7FFF7BFF7BDF7B
+      DF77DF77DF739E229E223C2200000000000000000000000000000000007C0000
       00000000007C007C00000000000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
-      0000000000000002000000000000000000000000000000001F001F001F000000
-      000000000000000000000000100010000000000000000000000000000000007C
+      00000000000000020000000000000000000000000000BB42FF7FFF7FFF7FFF7B
+      FF7BDF77DF77BB42BD3E3C6C000000000000000000000000000000000000007C
       007C007C007C000000000000000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7F18630000000000000000000000000000000000000000
-      00000000000000020000000000000000000000000000000000001F001F001F00
-      000000000000000000001F001F00100000000000000000000000000000000000
+      00000000000000020000000000000000000000000000BB42BB42BB42BB42BB42
+      BB42BB469A42BB42BF7C00000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000018631863186318631863
       1863186318631863186300000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000001F00
-      1F001F001F001F001F001F000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
@@ -3660,20 +3891,32 @@ object GikoForm: TGikoForm
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       000000000000000000000000000000000000424D3E000000000000003E000000
-      2800000040000000B00000000100010000000000800500000000000000000000
-      000000000000000000000000FFFFFF00FFFFFFFF000000000000000000000000
+      2800000040000000E00000000100010000000000000700000000000000000000
+      000000000000000000000000FFFFFF0000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000007000700000000
-      000700070000000000070007000000000007000700000000800F000F00000000
-      FFFFFFE700000000FFFFFFFF00000000FE3F0FE10000FFFFF00F07C100000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFC003
+      FFFFFFFFFFFFC003FC01803FFC01C003FC01803C3C01C003FC01803C3C01C003
+      FC01803C3C01C003FC01803C3C01C003FC01803C3C01C003C00180000001C003
+      C00180000001C003C00180000001C003C00180000001C003FFFFFFFC3FFFC003
+      FFFFFFFC3FFFC003FFFFFFFFFFFFFFFFFF7EFFFFFFFFFFFFBFFF00000000FFFF
+      F00300000000FFFFE00300000000803FE00300000000803FE00300000000803F
+      E00300000000803F200300000000803FE00200000000803FE003000000008003
+      E003000000008003E003000000008003E003000000008003FFFF00000000FFFF
+      BF7D00000000FFFF7F7EFFFFFFFFFFFFFFFFFFFFFFFFC001000000000000C001
+      000000000000C001000000000000C001000000000000C001000000000000C001
+      000000000000C001000000000000C001000000000000C001000700070000C001
+      000700070000C001000700070000C001000700070000C001800F000F0000C003
+      FFFFFFE70000C007FFFFFFFF0000C00FFE3F0FE1FFFFFFFFF00F07C100000000
       E00F010100000000E003800300000000C003800300000000C001C00700000000
       8001C007000000008001C007000000008001800300000000C003000100000007
       C003000100000007E007000100000007F00FF01F00000007F81FF83F0000800F
-      FC1FF83F0000FFFFF81FFC7F0000FFFFC001F8FFFF07FFFFC001F1FFF801FFFF
-      C001E3FFF1F9FFFFC001E3FFE3F8E003C001E3DFC7F8FC1FC001E3CFC7E0FFEF
-      C001E1C78FFFFFE7C001F0038FFFFFF7C001F0018FFFFFF7C001F8008FFFF7F7
-      C001FC01CFFFF7F7C001FF03CFFFF3E7C001FFC7C7FFFB9FC003FFCFE3F9FC3F
-      C007FFDFF1F1FFFFC00FFFFFFC07FFFFC001FFFFFFFF8001C001FFFFC0000001
+      FC1FF83F0000FFFFF81FFC7FFFFFFFFFC001F8FFC003FFFFC001F1FFC003FFFF
+      C001E3FFC003FFFFC001E3FFC003E003C001E3DFC003FC1FC001E3CFC003FFEF
+      C001E1C78003FFE7C001F0038003FFF7C001F0018003FFF7C001F8008003F7F7
+      C001FC01C003F7F7C001FF03C003F3E7C001FFC7C007FB9FC003FFCFC007FC3F
+      C007FFDFC00FFFFFC00FFFFFFFFFFFFFC001FFFFFFFF8001C001FFFFC0000001
       C0019FFB80000001C0018FFF80000001C00187F780000001C001C7EF80000001
       C001E3CF80000001C001F19F80008001C001F83F8000C001C001FC7F8000C001
       C001F83F8000C001C001F19F8001C001C001C3CFC07FC001C00387E7E0FFC003
@@ -3712,8 +3955,8 @@ object GikoForm: TGikoForm
     Left = 36
     Top = 244
     Bitmap = {
-      494C01012B002C00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
-      000000000000360000002800000040000000B000000001001000000000000058
+      494C010134003600040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
+      000000000000360000002800000040000000E000000001001000000000000070
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
@@ -3722,190 +3965,382 @@ object GikoForm: TGikoForm
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7FFF7F18631863FF7FFF7F
-      FF7FFF7F18631863FF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7FFF7FFF7F18631863FF7F
-      FF7F18631863FF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000004200420000
-      0000000000001863000000420000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F1863
-      1863FF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000004200420000
-      0000000000001863000000420000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F1863
-      1863FF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000004200420000
-      0000000000000000000000420000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7FFF7FFF7F18631863FF7F
-      FF7F18631863FF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000004200420042
-      0042004200420042004200420000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7FFF7F18631863FF7FFF7F
-      FF7FFF7F18631863FF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000004200420000
-      0000000000000000004200420000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7F00000000000000000000FF7FFF7FFF7F18631863FF7F
-      FF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000004200001863
-      1863186318631863000000420000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7F18631863FF7F18631863
-      FF7F18631863FF7FFF7F00000000000000000000FF7FFF7F1863186318631863
-      FF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000004200001863
-      1863186318631863000000420000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7F18631863FF7F18631863
-      FF7F18631863FF7FFF7F00000000000000000000FF7FFF7F18631863FF7F1863
-      1863FF7FFF7FFF7FFF7F00000000000000000000000000000000004200001863
-      1863186318631863000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7F00000000000000000000FF7F18631863FF7FFF7FFF7F
-      18631863FF7FFF7FFF7F00000000000000000000000000000000004200001863
-      1863186318631863000018630000000000000000000000000000000000000000
-      00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7F00000000000000000000000018631863FF7FFF7FFF7FFF7F
-      FF7F186318631863000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000186300000000000000000000
-      0000000000001863186300000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000186318630000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      1042104210420000000000000000000000001042104210421042000000000000
-      000000000000000010421042104210420000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000104210421042
-      1863186318631042104200000000000000001042186318631042104200000000
-      0000000000001042104218631863104200000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      00000000000000000000000000000000000000000000000010421863FF7FFF7F
-      0000FF7FFF7F1863104200000000000000001042104218631863104210421042
-      0000104210421042186318631042104200000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000001863FF7FFF7FFF7F
-      FF7FFF7FFF7FFF7F186310421042000000000000104218631863186318631042
-      1042104218631863186318631042000000000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F000000000000186310420000FF7FFF7F
-      FF7FFF7FFF7F0000FF7F18631042000000000000104210421863186318631863
-      1042186318631863186310421042000000000000FF7F000000000000FF7FFF7F
-      00000000FF7FFF7F00000000FF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000018631042FF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7F18631042104200000000000010421863186318631863
-      1863186318631863186310420000000000000000FF7FFF7F0000FF7FFF7F0000
-      FF7FFF7F00000000FF7FFF7F0000FF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000018631042FF7FFF7FFF7FFF7F
-      18631863FF7FFF7FFF7FFF7F1863104200000000000010421863186318631863
-      1863186318631863186310420000000000000000FF7FFF7F0000FF7FFF7F0000
-      FF7FFF7F00000000FF7FFF7F0000FF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000018630000FF7FFF7FFF7F1863
-      1042104218631863FF7F00001863104200000000000010421042186318631863
-      1863186318631863104210420000000000000000FF7FFF7F0000FF7FFF7F0000
-      FF7FFF7F00000000FF7FFF7F0000FF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000018631042FF7FFF7F18631042
-      FF7FFF7F104210421863FF7F1863104200000000104210421863186318631863
-      1863186318631863186310421042000000000000FF7FFF7F0000FF7FFF7F0000
-      FF7FFF7F00000000FF7FFF7F0000FF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7F00000000000000000000000018631042FF7F1042FF7F
-      FF7FFF7FFF7FFF7F104218631042000000001042104218631863186318631863
-      1863186318631863186318631042104200000000FF7F00000000FF7FFF7F0000
-      FF7FFF7F00000000FF7FFF7F0000FF7F00000000FF7F18631863FF7F18631863
-      FF7F18631863FF7FFF7F000000000000000000000000186310420000FF7FFF7F
-      FF7FFF7FFF7F0000FF7F18631042000000001042186318631863186318631863
-      1863186318631863186318631863104200000000FF7FFF7F0000FF7FFF7FFF7F
-      00000000FF7FFF7F00000000FF7FFF7F00000000FF7F18631863FF7F18631863
-      FF7F18631863FF7FFF7F000000000000000000000000000018631042FF7FFF7F
-      FF7FFF7FFF7FFF7F186310420000000000001042104210421042104218631863
-      1863186318631042104210421042104200000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000186310421042
-      0000FF7FFF7F1863104200000000000000000000000000000000104210421863
-      1863186310421042000000000000000000000000000000000000000000000000
-      00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7F000000000000000000000000000000000000000018631863
-      1863186318631042000000000000000000000000000000000000000010421863
-      1863186310420000000000000000000000000000186318631863186318631863
-      1863186318631863186318631863186300000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000001863
-      1863186310421042000000000000000000000000000000000000000010421042
-      1863104210420000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000018631863
-      1863186318631042000000000000000000000000000000000000000000001042
-      104210420000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000
-      0000000000000000000000000000000000000000000010421042104210421042
-      1042104210421042104210421042104200000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      000000000000000000000000000000000000000000001863FF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000000000000010420000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000104210421042104210420000000000000000000000000000000000000000
-      000000000000000000000000000000000000000000001863FF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000001042104200000000
-      0000000000000000000000000000000000000000000000000000000010421042
-      0000000000000000000000001042000000000000000000000000000000000000
-      000000000000000000000000000000000000000000001863FF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000001042186300000000
-      0000000000000000000000000000000000000000000000001042104210420000
-      0000000000000000000000001042000010420000000000001042104210421042
-      104210421042104210421042104200000000000000001863FF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000001042186300000000
-      0000000000000000000000000000000000000000000010421042000000000000
-      0000000000000000000000001042000010420000000000000000000000001042
-      104210421042104200000000000000000000000000001863FF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000001042186300000000
-      0000000000000000000000000000000000000000000010421042000000000000
-      0000000000000000104210421042000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000000000000000000000000000000000000FF7FFF7F00000000
+      0000000000000000FF7FFF7F0000000000000000000000000000000000000000
+      1863186318631863186318631863000000000000000018631863186318631863
+      1863186300000000000000000000000000000000000000000000000000000000
+      186318631863186318631863186300000000000000000000FF7F000010421042
+      10421042104210420000FF7F0000000000000000000000000000000000000000
+      0000000000001863186318631863000000000000000018631863186318630000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000186318631863186300000000000000000000FF7F000010421042
+      10421042104210420000FF7F0000000000000000000000000000000000000000
+      1863186318631863186318631863000000000000000018631863186318631863
+      1863186300000000000000000000000000000000000000000000000000000000
+      186318631863186318631863186300000000000000000000FF7F000010421042
+      10421042104210420000FF7F0000000000000000000000000000000000000000
+      0000000000001863186318631863000000000000000018631863186318630000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000186318631863186300000000000000000000FF7F000010421042
+      10421042104210420000FF7F0000000000000000000000000000000000000000
+      1863186318631863186318631863000000000000000018631863186318631863
+      1863186300000000000000000000000000000000000000000000000000000000
+      186318631863186318631863186300000000000000000000FF7F000010421042
+      10421042104210420000FF7F0000000000000000000000000000000000000000
+      0000000000000000186318631863000000000000000018631863186300000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000018631863186300000000000000000000FF7F000010421042
+      10421042104210420000FF7F000000000000000000000000FF7FFF7FFF7F1863
+      1863186318631863186318631863000000000000000018631863186318631863
+      186318631863FF7FFF7FFF7F000000000000000000000000FF7FFF7FFF7F1863
+      186318631863186318631863186300000000000000000000FF7F000010421042
+      10421042104210420000FF7F000000000000000000000000FF7FFF7FFF7F1863
+      1863186318631863186318631863000000000000000018631863186318631863
+      186318631863FF7FFF7FFF7F000000000000000000000000FF7FFF7FFF7F1863
+      186318631863186318631863186300000000000000000000FF7F000010421042
+      10421042104210420000FF7F0000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000000000000000000000000000000000000FF7FFF7F00000000
+      0000000000000000FF7FFF7F0000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000104210420000
+      0000000000001863000010420000000000000000FF7FFF7FFF7FFF7FFF7F0000
+      FF7F0000FF7FFF7F0000FF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      10421042FF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000104210420000
+      0000000000001863000010420000000000000000FF7FFF7FFF7F0000FF7F0000
+      FF7FFF7F0000FF7F0000FF7FFF7FFF7F00000000FF7FFF7F104210421042FF7F
+      10421042FF7F104210421042FF7FFF7F00000000000018631863186318631863
+      1863186300000000000000000000000000000000000000000000104210420000
+      0000000000000000000010420000000000000000FF7FFF7FFF7FFF7F00000000
+      0000FF7F0000FF7F0000FF7FFF7FFF7F00000000FF7FFF7FFF7FFF7F10421042
+      1042104210421042FF7FFF7FFF7FFF7F00000000000018631863186318630000
+      0000000000000000000000000000000000000000000000000000104210421042
+      1042104210421042104210420000000000000000FF7FFF7FFF7F000000000000
+      000000000000FF7F0000FF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7F1042
+      104210421042FF7FFF7FFF7FFF7FFF7F00000000000018631863186318631863
+      1863186300000000000000000000000000000000000000000000104210420000
+      0000000000000000104210420000000000000000FF7FFF7FFF7FFF7FFF7F0000
+      FF7FFF7F0000FF7F0000FF7FFF7FFF7F00000000FF7FFF7F1042104210421042
+      104210421042104210421042FF7FFF7F00000000000018631863186318630000
+      0000000000000000000000000000000000000000000000000000104200001863
+      1863186318631863000010420000000000000000FF7FFF7FFF7F000000000000
+      000000000000000000000000FF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      10421042FF7FFF7FFF7FFF7FFF7FFF7F00000000000018631863186318631863
+      1863186300000000000000000000000000000000000000000000104200001863
+      1863186318631863000010420000000000000000FF7FFF7FFF7FFF7F0000FF7F
+      0000FF7F0000FF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      10421042FF7FFF7FFF7FFF7FFF7FFF7F00000000000018631863186300000000
+      0000000000000000000000000000000000000000000000000000104200001863
+      1863186318631863000000000000000000000000FF7FFF7FFF7F000000000000
+      00000000000000000000FF7FFF7FFF7F00000000FF7FFF7FFF7F104210421042
+      10421042104210421042FF7FFF7FFF7F00000000000018631863186318631863
+      186318631863FF7FFF7FFF7F0000000000000000000000000000104200001863
+      1863186318631863000018630000000000000000FF7FFF7FFF7FFF7FFF7F0000
+      FF7FFF7FFF7FFF7FFF7F0000FF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      10421042FF7FFF7FFF7FFF7FFF7FFF7F00000000000018631863186318631863
+      186318631863FF7FFF7FFF7F0000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000001863186318631863186318631863
+      1863186318631863186318631863186318630000000010421863186318631863
+      1863186318631863186318631863000000000000FF7FFF7F18631863FF7FFF7F
+      FF7FFF7F18631863FF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00001863186318631863186318631863
+      186318631863186318631863186318631863000000001042FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000FF7FFF7FFF7F18631863FF7F
+      FF7F18631863FF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00001863186318631863186300000000
+      000000000000186318631863186318631863000000001042FF7F104210421042
+      10420000104210420000FF7F1863000000000000FF7FFF7FFF7FFF7FFF7F1863
+      1863FF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00001863186300000000186318631863
+      186318631863186318631863186318631863000000001042FF7FFF7FFF7FFF7F
+      FF7F0000FF7F00000000FF7F1863000000000000FF7FFF7FFF7FFF7FFF7F1863
+      1863FF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00001863186318631863186318631863
+      186318631863186318631863186318631863000000001042FF7F104210421042
+      10420000000010420000FF7F1863000000000000FF7FFF7FFF7F18631863FF7F
+      FF7F18631863FF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00001863186300000000000000000000
+      186300001863186318631863186318631863000000001042FF7FFF7FFF7FFF7F
+      FF7F00001042FF7F0000FF7F1863000000000000FF7FFF7F18631863FF7FFF7F
+      FF7FFF7F18631863FF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00001863186318631863186318631863
+      186318631863186318631863186318631863000000001042FF7F104210421042
+      10421042104210421042FF7F1863000000000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7F00000000000000000000FF7FFF7FFF7F18631863FF7F
+      FF7FFF7FFF7FFF7FFF7F00000000000000001863186300000000000018630000
+      000000000000000018631863186318631863000000001042FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000FF7F18631863FF7F18631863
+      FF7F18631863FF7FFF7F00000000000000000000FF7FFF7F1863186318631863
+      FF7FFF7FFF7FFF7FFF7F00000000000000001863186318631863186318631863
+      186318631863186318631863186318631863000000001042FF7F104210421042
+      10421042104210421042FF7F1863000000000000FF7F18631863FF7F18631863
+      FF7F18631863FF7FFF7F00000000000000000000FF7FFF7F18631863FF7F1863
+      1863FF7FFF7FFF7FFF7F00000000000000001863186300001863000018630000
+      186300001863000018631863186318631863000000001042FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7F00000000000000000000FF7F18631863FF7FFF7FFF7F
+      18631863FF7FFF7FFF7F00000000000000001863186318631863186318631863
+      186318631863186318631863186318631863000000001042FF7F104210421042
+      10421042104210421042FF7F18630000000000000000FF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7F00000000000000000000000018631863FF7FFF7FFF7FFF7F
+      FF7F186318631863000000000000000000001863186300000000000000000000
+      000018630000000000001863186318631863000000001042FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7F000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000186300000000000000000000
+      0000000000001863186300000000000000001863186318631863186318631863
+      186318631863186318631863186318631863000000001042FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7F1863FF7F1042000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000186318630000000000001863186318631863186318631863
+      186318631863186318631863186318631863000000001042FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7F186310420000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000001863186318631863186318631863
+      1863186318631863186318631863186318630000000010421042104210421042
+      1042104210421042104200000000000000000000000000000000000000000000
+      1042104210420000000000000000000000001042104210421042000000000000
+      0000000000000000104210421042104200000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000104210421042
+      1863186318631042104200000000000000001042186318631042104200000000
+      0000000000001042104218631863104200000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      00000000000000000000000000000000000000000000000010421863FF7FFF7F
+      0000FF7FFF7F1863104200000000000000001042104218631863104210421042
+      0000104210421042186318631042104200000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000001863FF7FFF7FFF7F
+      FF7FFF7FFF7FFF7F186310421042000000000000104218631863186318631042
+      1042104218631863186318631042000000000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F000000000000186310420000FF7FFF7F
+      FF7FFF7FFF7F0000FF7F18631042000000000000104210421863186318631863
+      1042186318631863186310421042000000000000FF7F000000000000FF7FFF7F
+      00000000FF7FFF7F00000000FF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000018631042FF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7F18631042104200000000000010421863186318631863
+      1863186318631863186310420000000000000000FF7FFF7F0000FF7FFF7F0000
+      FF7FFF7F00000000FF7FFF7F0000FF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000018631042FF7FFF7FFF7FFF7F
+      18631863FF7FFF7FFF7FFF7F1863104200000000000010421863186318631863
+      1863186318631863186310420000000000000000FF7FFF7F0000FF7FFF7F0000
+      FF7FFF7F00000000FF7FFF7F0000FF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000018630000FF7FFF7FFF7F1863
+      1042104218631863FF7F00001863104200000000000010421042186318631863
+      1863186318631863104210420000000000000000FF7FFF7F0000FF7FFF7F0000
+      FF7FFF7F00000000FF7FFF7F0000FF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000018631042FF7FFF7F18631042
+      FF7FFF7F104210421863FF7F1863104200000000104210421863186318631863
+      1863186318631863186310421042000000000000FF7FFF7F0000FF7FFF7F0000
+      FF7FFF7F00000000FF7FFF7F0000FF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7F00000000000000000000000018631042FF7F1042FF7F
+      FF7FFF7FFF7FFF7F104218631042000000001042104218631863186318631863
+      1863186318631863186318631042104200000000FF7F00000000FF7FFF7F0000
+      FF7FFF7F00000000FF7FFF7F0000FF7F00000000FF7F18631863FF7F18631863
+      FF7F18631863FF7FFF7F000000000000000000000000186310420000FF7FFF7F
+      FF7FFF7FFF7F0000FF7F18631042000000001042186318631863186318631863
+      1863186318631863186318631863104200000000FF7FFF7F0000FF7FFF7FFF7F
+      00000000FF7FFF7F00000000FF7FFF7F00000000FF7F18631863FF7F18631863
+      FF7F18631863FF7FFF7F000000000000000000000000000018631042FF7FFF7F
+      FF7FFF7FFF7FFF7F186310420000000000001042104210421042104218631863
+      1863186318631042104210421042104200000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000186310421042
+      0000FF7FFF7F1863104200000000000000000000000000000000104210421863
+      1863186310421042000000000000000000000000000000000000000000000000
+      00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7F000000000000000000000000000000000000000018631863
+      1863186318631042000000000000000000000000000000000000000010421863
+      1863186310420000000000000000000000000000186318631863186318631863
+      1863186318631863186318631863186300000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000001863
+      1863186310421042000000000000000000000000000000000000000010421042
+      1863104210420000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000018631863
+      1863186318631042000000000000000000000000000000000000000000001042
+      1042104200000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000010421042104210421042
+      1042104210421042104210421042104200000000000000000000000000000000
+      0000000000000000000000000000000000000000000010421042104210421042
+      1042104210421042104210421042000000000000000000000000000000000000
+      000000000000000000000000000000000000000000001863FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000000000000010420000
+      000000000000000000000000000000000000000000001863FF7F1863FF7F1863
+      FF7F1863FF7F0000000000001042000000000000000000000000000000000000
+      000000000000000000000000000000000000000000001863FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000001042104200000000
+      000000000000000000000000000000000000000000001863FF7FFF7F1863FF7F
+      1863FF7F00001042104210421042000000000000000000000000000000000000
+      000000000000000000000000000000000000000000001863FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000001042186300000000
+      000000000000000000000000000000000000000000001863FF7FFF7FFF7F1863
+      FF7F000010421042104218631042000000000000000000001042104210421042
+      104210421042104210421042104200000000000000001863FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000001042186300000000
+      0000000000000000000000000000000000000000000018630000000000000000
+      00001042104210421863FF7F1042000000000000000000000000000000001042
+      104210421042104200000000000000000000000000001863FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000001042186300000000
+      0000000000000000000000000000000000000000000000001042104210421042
+      0000104210421863FF7F18631042000000000000000000000000000000000000
       000000000000000010420000000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000001042FF7F18630000
-      0000000000000000104200000000000000000000104210420000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000104200000000000000000000000010421042186318631863
+      FF7F00001863FF7F1863FF7F1042000000000000000000000000000000000000
       000000000000000010421042000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000000000104218631863
-      0000000000000000186310420000000000000000104210420000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000186310420000000000000000000010421863186318631863
+      FF7F0000FF7F1863FF7F18631042000000000000000000000000000000000000
       000000000000000000001042000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F1042000000000000000000001042FF7F1863
-      1863104210421863186318631042000000000000104210420000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
+      1863104210421863186318631042000000000000000010421863186318631863
+      FF7F0000FF7FFF7F1863FF7F1042000000000000000000000000000000000000
       000000000000000000001042000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F10420000000000000000000000001042FF7F
-      FF7F186318631863186318631863104200000000104210420000000000000000
-      0000000000000000000000000000000000000000000000000000104200000000
+      FF7F18631863186318631863186310420000000000001042186318631863FF7F
+      FF7F0000FF7FFF7FFF7F18631042000000000000000000000000104200000000
       000000000000000000001042000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000000000000000001042
-      1042FF7FFF7FFF7F186318631863000000000000000010420000000000000000
-      0000000000000000000000000000000000000000000000000000104200000000
+      1042FF7FFF7FFF7F18631863186300000000000000000000FF7FFF7FFF7FFF7F
+      0000FF7FFF7FFF7FFF7FFF7F1042000000000000000000000000104200000000
       000000000000000000001042000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7FFF7F104200000000000000000000000000000000
-      0000104210421042FF7F18630000000000000000000010420000000000000000
-      0000000000000000000000000000000000000000000000000000104210420000
+      0000104210421042FF7F18630000000000000000000018630000000000000000
+      FF7FFF7FFF7FFF7F104210421042000000000000000000000000104210420000
       000000000000000010421042000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7F104210421042104200000000000000000000000000000000
-      0000000000001042FF7F00000000000000000000000010421042100000000000
-      0000000000000000000000000000000000000000000000000000000010420000
+      0000000000001042FF7F0000000000000000000000001863FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000010420000
       000000001042104200000000000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
-      0000000000001042000000000000000000000000000000001042104210420000
-      0000000000000000000000000000000000000000000000000000000000001042
+      000000000000104200000000000000000000000000001863FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7F18630000000000000000000000000000000000001042
       104210421042000000000000000000000000000000001863FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7FFF7F18630000000000000000000000000000000000000000
-      0000000000001042000000000000000000000000000000000000104210421042
-      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000001042000000000000000000000000000018631863186318631863
+      1863186318631863186300000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000018631863186318631863
       1863186318631863186300000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000001042
-      1042104210421042104210420000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
@@ -4419,20 +4854,32 @@ object GikoForm: TGikoForm
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       000000000000000000000000000000000000424D3E000000000000003E000000
-      2800000040000000B00000000100010000000000800500000000000000000000
-      000000000000000000000000FFFFFF00FFFFFFFFFF7E000000000000BFFF0000
-      00000000F003000000000000E003000000000000E003000000000000E0030000
-      00000000E0030000000000002003000000000000E002000000070007E0030000
-      00070007E003000000070007E003000000070007E0030000800F000FFFFF0000
-      FFFFFFE7BF7D0000FFFFFFFF7F7E0000FE3F0FE10000FFFFF00F07C100000000
+      2800000040000000E00000000100010000000000000700000000000000000000
+      000000000000000000000000FFFFFF0000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFC003
+      FFFFFFFFFFFFC003FC01803FFC01C003FC01803C3C01C003FC01803C3C01C003
+      FC01803C3C01C003FC01803C3C01C003FC01803C3C01C003C00180000001C003
+      C00180000001C003C00180000001C003C00180000001C003FFFFFFFC3FFFC003
+      FFFFFFFC3FFFC003FFFFFFFFFFFFFFFFFF7EFFFFFFFFFFFFBFFF00000000FFFF
+      F00300000000FFFFE00300000000803FE00300000000803FE00300000000803F
+      E00300000000803F200300000000803FE00200000000803FE003000000008003
+      E003000000008003E003000000008003E003000000008003FFFF00000000FFFF
+      BF7D00000000FFFF7F7EFFFFFFFFFFFFFFFFFFFFFFFFC001000000000000C001
+      000000000000C001000000000000C001000000000000C001000000000000C001
+      000000000000C001000000000000C001000000000000C001000700070000C001
+      000700070000C001000700070000C001000700070000C001800F000F0000C003
+      FFFFFFE70000C007FFFFFFFF0000C00FFE3F0FE1FFFFFFFFF00F07C100000000
       E00F010100000000E003800300000000C003800300000000C001C00700000000
       8001C007000000008001C007000000008001800300000000C003000100000007
       C003000100000007E007000100000007F00FF01F00000007F81FF83F0000800F
-      FC1FF83F0000FFFFF81FFC7F0000FFFFC001F8FFFF07FFFFC001F1FFF801FFFF
-      C001E3FFF1F9FFFFC001E3FFE3F8E003C001E3DFC7F8FC1FC001E3CFC7E0FFEF
-      C001E1C78FFFFFE7C001F0038FFFFFF7C001F0018FFFFFF7C001F8008FFFF7F7
-      C001FC01CFFFF7F7C001FF03CFFFF3E7C001FFC7C7FFFB9FC003FFCFE3F9FC3F
-      C007FFDFF1F1FFFFC00FFFFFFC07FFFFC001FFFFFFFF8001C001FFFFC0000001
+      FC1FF83F0000FFFFF81FFC7FFFFFFFFFC001F8FFC003FFFFC001F1FFC003FFFF
+      C001E3FFC003FFFFC001E3FFC003E003C001E3DFC003FC1FC001E3CFC003FFEF
+      C001E1C78003FFE7C001F0038003FFF7C001F0018003FFF7C001F8008003F7F7
+      C001FC01C003F7F7C001FF03C003F3E7C001FFC7C003FB9FC003FFCFC007FC3F
+      C007FFDFC00FFFFFC00FFFFFFFFFFFFFC001FFFFFFFF8001C001FFFFC0000001
       C0019FFB80000001C0018FFF80000001C00187F780000001C001C7EF80000001
       C001E3CF80000001C001F19F80008001C001F83F8000C001C001FC7F8000C001
       C001F83F8000C001C001F19F8001C001C001C3CFC07FC001C00387E7E0FFC003
@@ -4546,1711 +4993,6 @@ object GikoForm: TGikoForm
       0000000000000000000000000000000000000000000000000000000000000000
       000000000000}
   end
-  object ActionList: TActionList
-    Images = ToobarImageList
-    Left = 4
-    Top = 372
-    object LoginAction: TAction
-      Category = #12501#12449#12452#12523
-      AutoCheck = True
-      Caption = #12525#12464#12452#12531'(&L)'
-      Hint = #12525#12464#12452#12531#65295#12525#12464#12450#12454#12488#12434#12377#12427
-      ImageIndex = 3
-      OnExecute = LoginActionExecute
-    end
-    object NewBoardAction: TAction
-      Category = #12501#12449#12452#12523
-      Caption = #26495#26356#26032'(&B)...'
-      Hint = #12508#12540#12489#26356#26032#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427
-      OnExecute = NewBoardActionExecute
-    end
-    object LogDeleteAction: TAction
-      Category = #12501#12449#12452#12523
-      Caption = #12525#12464#21066#38500'(&D)'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12434#21066#38500#12377#12427
-      ShortCut = 46
-      OnExecute = LogDeleteActionExecute
-      OnUpdate = LogDeleteActionUpdate
-    end
-    object KidokuAction: TAction
-      Category = #32232#38598
-      Caption = #26082#35501#12395#12377#12427'(&K)'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12434#26082#35501#12395#12377#12427
-    end
-    object StdToolBarVisibleAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #27161#28310#12484#12540#12523#12496#12540'(&S)'
-      Checked = True
-      Hint = #27161#28310#12484#12540#12523#12496#12540#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
-      OnExecute = StdToolBarVisibleActionExecute
-    end
-    object AddressBarVisibleAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #12450#12489#12524#12473#12496#12540'(&A)'
-      Checked = True
-      Hint = #12450#12489#12524#12473#12496#12540#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
-      OnExecute = AddressBarVisibleActionExecute
-    end
-    object LinkBarVisibleAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #12522#12531#12463#12496#12540'(&K)'
-      Checked = True
-      Hint = #12522#12531#12463#12496#12540#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
-      OnExecute = LinkBarVisibleActionExecute
-    end
-    object ListToolBarVisibleAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #12522#12473#12488#12484#12540#12523#12496#12540'(&L)'
-      Checked = True
-      Hint = #12522#12473#12488#12484#12540#12523#12496#12540#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
-      OnExecute = ListToolBarVisibleActionExecute
-    end
-    object SearchAction: TAction
-      Category = #12484#12540#12523
-      Caption = #12525#12464#26908#32034'(&S)'
-      Hint = #12525#12464#26908#32034#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427
-      ImageIndex = 34
-      ShortCut = 16454
-      OnExecute = SearchActionExecute
-    end
-    object GikoNaviWebPageAction: TAction
-      Category = #12504#12523#12503
-      Caption = #12462#12467#12490#12499#12398#12454#12455#12502#12469#12452#12488'(&G)'
-      Hint = #12462#12467#12490#12499#12398#12454#12455#12502#12469#12452#12488#12434#34920#31034#12377#12427
-      OnExecute = GikoNaviWebPageActionExecute
-    end
-    object MonazillaWebPageAction: TAction
-      Category = #12504#12523#12503
-      Caption = #12514#12490#12472#12521#12398#12454#12455#12502#12469#12452#12488'(&M)'
-      Hint = #12514#12490#12472#12521#12398#12454#12455#12502#12469#12452#12488#12434#34920#31034#12377#12427
-      OnExecute = MonazillaWebPageActionExecute
-    end
-    object BBS2chWebPageAction: TAction
-      Category = #12504#12523#12503
-      Caption = '2'#12385#12419#12435#12397#12427#12488#12483#12503#12506#12540#12472'(&N)'
-      Hint = '2'#12385#12419#12435#12397#12427#12488#12483#12503#12506#12540#12472#12434#34920#31034#12377#12427
-      OnExecute = BBS2chWebPageActionExecute
-    end
-    object GikoFolderOpenAction: TAction
-      Category = #12504#12523#12503
-      Caption = #12462#12467#12490#12499#12501#12457#12523#12480#12434#38283#12367'(&F)'
-      Hint = #12462#12467#12490#12499#12398#12501#12457#12523#12480#12434#38283#12367
-      OnExecute = GikoFolderOpenActionExecute
-    end
-    object AboutAction: TAction
-      Category = #12504#12523#12503
-      Caption = #12496#12540#12472#12519#12531#24773#22577'(&A)...'
-      Hint = #12496#12540#12472#12519#12531#24773#22577#12434#34920#31034#12377#12427
-      OnExecute = AboutActionExecute
-    end
-    object SelectTextClearAction: TAction
-      Category = #12501#12449#12452#12523
-      Caption = #32094#36796#12415#23653#27508#28040#21435'(&S)'
-      Hint = #32094#36796#12415#23653#27508#12434#28040#21435#12377#12427
-      OnExecute = SelectTextClearActionExecute
-    end
-    object NameTextClearAction: TAction
-      Category = #12501#12449#12452#12523
-      Caption = #12524#12473#12456#12487#12451#12479#21517#21069#23653#27508#28040#21435'(&N)'
-      Hint = #12524#12473#12456#12487#12451#12479#12398#21517#21069#23653#27508#12434#28040#21435#12377#12427
-      OnExecute = NameTextClearActionExecute
-    end
-    object MailTextClearAction: TAction
-      Category = #12501#12449#12452#12523
-      Caption = #12524#12473#12456#12487#12451#12479#12513#12540#12523#23653#27508#28040#21435'(&N)'
-      Hint = #12524#12473#12456#12487#12451#12479#12398#12513#12540#12523#23653#27508#12434#28040#21435#12377#12427
-      OnExecute = MailTextClearActionExecute
-    end
-    object ExitAction: TAction
-      Category = #12501#12449#12452#12523
-      Caption = #32066#20102'(&X)'
-      Hint = #12462#12467#12490#12499#12434#32066#20102#12377#12427
-      OnExecute = ExitActionExecute
-    end
-    object ListNameBarVisibleAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #12522#12473#12488#21517#31216'(&I)'
-      Checked = True
-      Hint = #12522#12473#12488#21517#31216#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
-      OnExecute = ListNameBarVisibleActionExecute
-    end
-    object BrowserToolBarVisibleAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #12502#12521#12454#12470#12484#12540#12523#12496#12540'(&B)'
-      Checked = True
-      Hint = #12502#12521#12454#12470#12484#12540#12523#12496#12540#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
-      OnExecute = BrowserToolBarVisibleActionExecute
-    end
-    object BrowserNameBarVisibleAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #12502#12521#12454#12470#21517#31216'(&R)'
-      Checked = True
-      Hint = #12502#12521#12454#12470#21517#31216#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
-      OnExecute = BrowserNameBarVisibleActionExecute
-    end
-    object MsgBarVisibleAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #12513#12483#12475#12540#12472#12496#12540'(&E)'
-      Hint = #12513#12483#12475#12540#12472#12496#12540#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
-      OnExecute = MsgBarVisibleActionExecute
-    end
-    object MsgBarCloseAction: TAction
-      Tag = -1
-      Category = #34920#31034
-      Caption = #38281#12376#12427'(&C)'
-      Hint = #12513#12483#12475#12540#12472#12496#12540#12434#38281#12376#12427
-      OnExecute = MsgBarCloseActionExecute
-    end
-    object StatusBarVisibleAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #12473#12486#12540#12479#12473#12496#12540'(&U)'
-      Hint = #12473#12486#12540#12479#12473#12496#12540#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
-      OnExecute = StatusBarVisibleActionExecute
-    end
-    object CabinetBBSAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #25522#31034#26495'(&N)'
-      Hint = #12461#12515#12499#12493#12483#12488#12398#34920#31034#12434#25522#31034#26495#12395#12377#12427
-      ImageIndex = 35
-      OnExecute = CabinetBBSActionExecute
-    end
-    object CabinetHistoryAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #23653#27508#12522#12473#12488'(&H)'
-      Hint = #12461#12515#12499#12493#12483#12488#12398#34920#31034#12434#23653#27508#12522#12473#12488#12395#12377#12427
-      ImageIndex = 36
-      OnExecute = CabinetHistoryActionExecute
-    end
-    object CabinetFavoriteAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #12362#27671#12395#20837#12426'(&A)'
-      Hint = #12461#12515#12499#12493#12483#12488#12398#34920#31034#12434#12362#27671#12395#20837#12426#12522#12473#12488#12395#12377#12427
-      ImageIndex = 37
-      OnExecute = CabinetFavoriteActionExecute
-    end
-    object CabinetVisibleAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #12461#12515#12499#12493#12483#12488#34920#31034'(&O)'
-      Hint = #12461#12515#12499#12493#12483#12488#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
-      ImageIndex = 1
-      OnExecute = CabinetVisibleActionExecute
-    end
-    object ListNumberVisibleAction: TAction
-      Category = #26495
-      AutoCheck = True
-      Caption = #12522#12473#12488#30058#21495#34920#31034'(&N)'
-      Hint = #12522#12473#12488#30058#21495#34920#31034#12434#22793#26356#12377#12427
-      ImageIndex = 6
-      OnExecute = ListNumberVisibleActionExecute
-    end
-    object UpFolderAction: TAction
-      Category = #26495
-      Caption = #19978#12408'(&U)'
-      Hint = #19978#20301#12501#12457#12523#12480#12395#31227#21205#12377#12427
-      ImageIndex = 8
-      ShortCut = 8
-      OnExecute = UpFolderActionExecute
-      OnUpdate = UpFolderActionUpdate
-    end
-    object CabinetCloseAction: TAction
-      Tag = -1
-      Category = #34920#31034
-      Caption = #38281#12376#12427'(&C)'
-      Hint = #12461#12515#12499#12493#12483#12488#12434#38281#12376#12427
-    end
-    object IconStyle: TAction
-      Tag = -1
-      Category = #34920#31034
-      Caption = #34920#31034'(&V)'
-      Hint = #34920#31034
-      ImageIndex = 7
-      OnExecute = IconStyleExecute
-    end
-    object LargeIconAction: TAction
-      Category = #34920#31034
-      Caption = #22823#12365#12356#12450#12452#12467#12531'(&G)'
-      GroupIndex = 2
-      Hint = #12522#12473#12488#12434#22823#12365#12356#12450#12452#12467#12531#34920#31034#12395#12377#12427
-      OnExecute = LargeIconActionExecute
-    end
-    object SmallIconAction: TAction
-      Category = #34920#31034
-      Caption = #23567#12373#12356#12450#12452#12467#12531'(&M)'
-      GroupIndex = 2
-      Hint = #12522#12473#12488#12434#23567#12373#12356#12450#12452#12467#12531#34920#31034#12395#12377#12427
-      OnExecute = SmallIconActionExecute
-    end
-    object ListIconAction: TAction
-      Category = #34920#31034
-      Caption = #19968#35239'(&L)'
-      GroupIndex = 2
-      Hint = #12522#12473#12488#12434#19968#35239#34920#31034#12395#12377#12427
-      OnExecute = ListIconActionExecute
-    end
-    object DetailIconAction: TAction
-      Category = #34920#31034
-      Caption = #35443#32048'(&D)'
-      GroupIndex = 2
-      Hint = #12522#12473#12488#12434#35443#32048#34920#31034#12395#12377#12427
-      OnExecute = DetailIconActionExecute
-    end
-    object MidokuAction: TAction
-      Category = #32232#38598
-      Caption = #26410#35501#12395#12377#12427'(&M)'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12434#26410#35501#12395#12377#12427
-    end
-    object AllSelectAction: TAction
-      Category = #32232#38598
-      Caption = #12377#12409#12390#36984#25246'(&A)'
-      Hint = #12522#12473#12488#12434#12377#12409#12390#36984#25246#12377#12427
-      ShortCut = 16449
-      OnExecute = AllSelectActionExecute
-      OnUpdate = AllSelectActionUpdate
-    end
-    object AllItemAction: TAction
-      Category = #26495
-      AutoCheck = True
-      Caption = #12377#12409#12390#12398#12473#12524#12483#12489#12434#34920#31034'(&A)'
-      GroupIndex = 1
-      Hint = #12473#12524#12483#12489#12434#12377#12409#12390#34920#31034#12377#12427
-      ImageIndex = 9
-      OnExecute = AllItemActionExecute
-      OnUpdate = AllItemActionUpdate
-    end
-    object LogItemAction: TAction
-      Category = #26495
-      AutoCheck = True
-      Caption = #12525#12464#26377#12426#12473#12524#12483#12489#34920#31034'(&L)'
-      GroupIndex = 1
-      Hint = #12525#12464#26377#12426#12473#12524#12483#12489#12398#12415#34920#31034#12377#12427
-      ImageIndex = 10
-      OnExecute = LogItemActionExecute
-      OnUpdate = LogItemActionUpdate
-    end
-    object NewItemAction: TAction
-      Category = #26495
-      AutoCheck = True
-      Caption = #26032#30528#12473#12524#12483#12489#34920#31034'(&N)'
-      GroupIndex = 1
-      Hint = #26032#30528#12473#12524#12483#12489#12398#12415#34920#31034#12377#12427
-      ImageIndex = 11
-      OnExecute = NewItemActionExecute
-      OnUpdate = NewItemActionUpdate
-    end
-    object SelectItemAction: TAction
-      Category = #26495
-      AutoCheck = True
-      Caption = #12473#12524#12483#12489#32094#36796#12415#34920#31034'(&S)...'
-      GroupIndex = 1
-      Hint = #12473#12524#12483#12489#32094#36796#12415#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427
-      ImageIndex = 12
-      OnExecute = SelectItemActionExecute
-      OnUpdate = SelectItemActionUpdate
-    end
-    object StopAction: TAction
-      Category = #34920#31034
-      Caption = #20013#27490'(&S)'
-      Hint = #12480#12454#12531#12525#12540#12489#12434#20013#27490#12377#12427
-      ImageIndex = 2
-      ShortCut = 27
-      OnExecute = StopActionExecute
-    end
-    object OptionAction: TAction
-      Category = #12484#12540#12523
-      Caption = #12458#12503#12471#12519#12531'(&O)...'
-      Hint = #12458#12503#12471#12519#12531#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427
-      OnExecute = OptionActionExecute
-    end
-    object RoundAction: TAction
-      Category = #12484#12540#12523
-      Caption = #24033#22238#12434#23455#34892'(&R)...'
-      Hint = #24033#22238#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427
-      ImageIndex = 0
-      OnExecute = RoundActionExecute
-    end
-    object BrowserMaxAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #12473#12524#12434#22823#12365#12367#34920#31034'(&E)'
-      Hint = #12473#12524#12483#12489#34920#31034#12456#12522#12450#12434#22823#12365#12367#34920#31034#12377#12427
-      ImageIndex = 16
-      OnExecute = BrowserMaxActionExecute
-    end
-    object BrowserMinAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #12473#12524#12434#23567#12373#12367#34920#31034'(&W)'
-      Hint = #12473#12524#12483#12489#34920#31034#12456#12522#12450#12434#23567#12373#12367#34920#31034#12377#12427
-      ImageIndex = 17
-      OnExecute = BrowserMinActionExecute
-    end
-    object ScrollTopAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #20808#38957#12408#31227#21205'(&T)'
-      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#12398#20808#38957#12408#31227#21205#12377#12427
-      ImageIndex = 22
-      OnExecute = ScrollTopActionExecute
-      OnUpdate = ScrollTopActionUpdate
-    end
-    object ScrollLastAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #26368#24460#12408#31227#21205'(&L)'
-      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#26368#24460#12408#31227#21205#12377#12427
-      ImageIndex = 23
-      OnExecute = ScrollLastActionExecute
-      OnUpdate = ScrollLastActionUpdate
-    end
-    object ScrollNewAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #26032#30528#12408#31227#21205'(&N)'
-      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#12398#26032#30528#12408#31227#21205#12377#12427
-      ImageIndex = 24
-      OnExecute = ScrollNewActionExecute
-      OnUpdate = ScrollNewActionUpdate
-    end
-    object ScrollKokoAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #12467#12467#12414#12391#35501#12435#12384#12408#31227#21205'(&K)'
-      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#12398#12467#12467#12414#12391#35501#12435#12384#12408#31227#21205#12377#12427
-      ImageIndex = 25
-      OnExecute = ScrollKokoActionExecute
-      OnUpdate = ScrollKokoActionUpdate
-    end
-    object EditorAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #12524#12473#26360#12365#36796#12415'(&R)'
-      Hint = #12524#12473#26360#12365#36796#12415#12454#12451#12531#12489#12454#12434#34920#31034#12377#12427
-      ImageIndex = 26
-      ShortCut = 16466
-      OnExecute = EditorActionExecute
-      OnUpdate = EditorActionUpdate
-    end
-    object IEAction: TAction
-      Tag = -1
-      Category = #12473#12524#12483#12489
-      Caption = #12502#12521#12454#12470#12391#34920#31034'(&B)'
-      Hint = #12473#12524#12434#12502#12521#12454#12470#12391#34920#31034#12377#12427
-      ImageIndex = 27
-      OnExecute = IEActionExecute
-      OnUpdate = IEActionUpdate
-    end
-    object ShowThreadAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #12473#12524#12483#12489#12434#12502#12521#12454#12470#12391#34920#31034'(&S)'
-      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#12434#12502#12521#12454#12470#12391#34920#31034#12377#12427
-      ImageIndex = 27
-      OnExecute = ShowThreadActionExecute
-      OnUpdate = ShowThreadActionUpdate
-    end
-    object ShowBoardAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #26495#12434#12502#12521#12454#12470#12391#34920#31034'(&B)'
-      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#12398#26495#12434#12502#12521#12454#12470#12391#34920#31034#12377#12427
-      ImageIndex = 27
-      OnExecute = ShowBoardActionExecute
-      OnUpdate = ShowBoardActionUpdate
-    end
-    object URLCopyAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = 'URL'#12434#12467#12500#12540'(&C)'
-      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#12398'URL'#12434#12467#12500#12540#12377#12427
-      OnExecute = URLCopyActionExecute
-      OnUpdate = URLCopyActionUpdate
-    end
-    object NameCopyAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #12473#12524#12483#12489#21517#12434#12467#12500#12540'(&T)'
-      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#21517#12434#12467#12500#12540#12377#12427
-      OnExecute = NameCopyActionExecute
-      OnUpdate = NameCopyActionUpdate
-    end
-    object NameURLCopyAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #12473#12524#12483#12489#21517#12392'URL'#12434#12467#12500#12540'(&M)'
-      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#21517#12392'URL'#12434#12467#12500#12540#12377#12427
-      OnExecute = NameURLCopyActionExecute
-      OnUpdate = NameURLCopyActionUpdate
-    end
-    object ItemReloadAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #12473#12524#12483#12489#12480#12454#12531#12525#12540#12489'(&A)'
-      Hint = #34920#31034#12373#12428#12390#12356#12427#12473#12524#12483#12489#12434#12480#12454#12531#12525#12540#12489#12377#12427
-      ImageIndex = 28
-      OnExecute = ItemReloadActionExecute
-      OnUpdate = ItemReloadActionUpdate
-    end
-    object ThreadEditorAction: TAction
-      Category = #26495
-      Caption = #26032#12473#12524#20316#25104'(&T)'
-      Hint = #26032#12473#12524#26360#12365#36796#12415#12454#12451#12531#12489#12454#12434#34920#31034#12377#12427
-      ImageIndex = 26
-      OnExecute = ThreadEditorActionExecute
-      OnUpdate = ThreadEditorActionUpdate
-    end
-    object BoardIEAction: TAction
-      Category = #26495
-      Caption = #12502#12521#12454#12470#12391#34920#31034'(&B)'
-      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#26495#12434#12502#12521#12454#12470#12391#34920#31034#12377#12427
-      ImageIndex = 27
-      OnExecute = BoardIEActionExecute
-      OnUpdate = BoardIEActionUpdate
-    end
-    object SelectItemURLCopyAction: TAction
-      Category = #26495
-      Caption = 'URL'#12434#12467#12500#12540'(&C)'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12398'URL'#12434#12467#12500#12540#12377#12427
-      OnExecute = SelectItemURLCopyActionExecute
-      OnUpdate = SelectItemURLCopyActionUpdate
-    end
-    object SelectItemNameCopyAction: TAction
-      Category = #26495
-      Caption = #21517#21069#12434#12467#12500#12540'(&C)'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#26495#12398#21517#21069#12434#12467#12500#12540#12377#12427
-      OnExecute = SelectItemNameCopyActionExecute
-      OnUpdate = SelectItemNameCopyActionUpdate
-    end
-    object SelectItemNameURLCopyAction: TAction
-      Category = #26495
-      Caption = #21517#21069#12392'URL'#12434#12467#12500#12540'(&N)'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12398#21517#21069#12392'URL'#12434#12467#12500#12540#12377#12427
-      OnExecute = SelectItemNameURLCopyActionExecute
-      OnUpdate = SelectItemNameURLCopyActionUpdate
-    end
-    object SelectListReloadAction: TAction
-      Category = #26495
-      Caption = #36984#25246#12473#12524#12483#12489#19968#35239#12480#12454#12531#12525#12540#12489'(&D)'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#19968#35239#12434#12480#12454#12531#12525#12540#12489#12377#12427
-      ImageIndex = 13
-      OnExecute = SelectListReloadActionExecute
-      OnUpdate = SelectListReloadActionUpdate
-    end
-    object SelectThreadReloadAction: TAction
-      Category = #26495
-      Caption = #36984#25246#12473#12524#12483#12489#12480#12454#12531#12525#12540#12489'(&E)'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12434#12480#12454#12531#12525#12540#12489#12377#12427
-      ImageIndex = 14
-      OnExecute = SelectThreadReloadActionExecute
-      OnUpdate = SelectThreadReloadActionUpdate
-    end
-    object BrowserTabCloseAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #12450#12463#12486#12451#12502#12479#12502#12434#38281#12376#12427'(&X)'
-      Hint = #29694#22312#38283#12356#12390#12356#12427#12479#12502#12434#38281#12376#12427
-      ImageIndex = 41
-      OnExecute = BrowserTabCloseActionExecute
-      OnUpdate = BrowserTabCloseActionUpdate
-    end
-    object NotSelectTabCloseAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #12450#12463#12486#12451#12502#12479#12502#20197#22806#12434#38281#12376#12427'(&V)'
-      Hint = #29694#22312#38283#12356#12390#12356#12427#12479#12502#20197#22806#12434#20840#12390#38281#12376#12427
-      ImageIndex = 39
-      OnExecute = NotSelectTabCloseActionExecute
-      OnUpdate = NotSelectTabCloseActionUpdate
-    end
-    object AllTabCloseAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #12377#12409#12390#12398#12479#12502#12434#38281#12376#12427'(&Z)'
-      Hint = #12377#12409#12390#12398#12479#12502#12434#38281#12376#12427
-      ImageIndex = 40
-      OnExecute = AllTabCloseActionExecute
-      OnUpdate = AllTabCloseActionUpdate
-    end
-    object KokomadeAction: TAction
-      Tag = -1
-      Category = #12502#12521#12454#12470#12509#12483#12503#12450#12483#12503
-      Caption = #12467#12467#12414#12391#35501#12435#12384'(&K)'
-      OnExecute = KokomadeActionExecute
-    end
-    object ZenbuAction: TAction
-      Tag = -1
-      Category = #12502#12521#12454#12470#12509#12483#12503#12450#12483#12503
-      Caption = #20840#37096#35501#12435#12384'(&A)'
-      OnExecute = ZenbuActionExecute
-    end
-    object KokoResAction: TAction
-      Tag = -1
-      Category = #12502#12521#12454#12470#12509#12483#12503#12450#12483#12503
-      Caption = #12467#12467#12395#12524#12473'(&R)'
-      OnExecute = KokoResActionExecute
-    end
-    object TreeSelectBoradReload: TAction
-      Tag = -1
-      Category = #12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = #12473#12524#12483#12489#19968#35239#12480#12454#12531#12525#12540#12489'(&D)'
-      Hint = #12473#12524#12483#12489#19968#35239#12434#12480#12454#12531#12525#12540#12489#12377#12427
-      OnExecute = TreeSelectBoradReloadExecute
-    end
-    object TreeSelectThreadReload: TAction
-      Tag = -1
-      Category = #12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = #36984#25246#12473#12524#12483#12489#12480#12454#12531#12525#12540#12489'(&E)'
-      Hint = #36984#25246#12373#12428#12383#12473#12524#12483#12489#12434#12480#12454#12531#12525#12540#12489#12377#12427
-      OnExecute = TreeSelectThreadReloadExecute
-    end
-    object TreeSelectURLCopy: TAction
-      Tag = -1
-      Category = #12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = 'URL'#12434#12467#12500#12540'(&C)'
-      Hint = #36984#25246#12373#12428#12383#26495#12398'URL'#12434#12467#12500#12540#12377#12427
-      OnExecute = TreeSelectURLCopyExecute
-    end
-    object SelectReservAction: TAction
-      Tag = -1
-      Category = #26495
-      Caption = #12473#12524#12483#12489#24033#22238#20104#32004'(&R)'
-      Hint = #12473#12524#12483#12489#24033#22238#20104#32004
-      ImageIndex = 15
-      OnExecute = SelectReservActionExecute
-      OnUpdate = SelectReservActionUpdate
-    end
-    object SelectNewRoundName: TAction
-      Category = #26495
-      Caption = 'SelectNewRoundName'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12395#26032#12375#12356#21517#21069#12391#24033#22238#12434#25351#23450#12377#12427
-      OnExecute = SelectNewRoundNameExecute
-    end
-    object SelectDeleteRound: TAction
-      Category = #26495
-      Caption = 'SelectDeleteRound'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12398#24033#22238#12434#21066#38500#12377#12427
-      OnExecute = SelectDeleteRoundExecute
-    end
-    object KeySettingAction: TAction
-      Category = #12484#12540#12523
-      Caption = #12461#12540#35373#23450'(&K)...'
-      Hint = #12461#12540#35373#23450#12480#12452#12450#12525#12464#12434#38283#12367
-      OnExecute = KeySettingActionExecute
-    end
-    object ArrangeAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #32294#27178#37197#32622#12434#22793#26356#12377#12427'(&H)'
-      Hint = #12522#12473#12488#12392#12502#12521#12454#12470#12398#32294#27178#37197#32622#12434#22793#26356#12377#12427
-      ImageIndex = 4
-      OnExecute = ArrangeActionExecute
-    end
-    object ActiveLogDeleteAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #12450#12463#12486#12451#12502#12479#12502#12398#12525#12464#12434#21066#38500'(&D)'
-      Hint = #29694#22312#38283#12356#12390#12356#12427#12479#12502#12398#12473#12524#12483#12489#12434#21066#38500#12377#12427
-      ImageIndex = 29
-      OnExecute = ActiveLogDeleteActionExecute
-      OnUpdate = ActiveLogDeleteActionUpdate
-    end
-    object TreeSelectNameURLCopy: TAction
-      Tag = -1
-      Category = #12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = #21517#21069#12392'URL'#12434#12467#12500#12540'(&N)'
-      Hint = #36984#25246#12373#12428#12383#26495#12398#21517#21069#12392'URL'#12434#12467#12500#12540#12377#12427
-      OnExecute = TreeSelectNameURLCopyExecute
-    end
-    object PaneInitAction: TAction
-      Category = #34920#31034
-      Caption = #12506#12452#12531#12398#12469#12452#12474#12434#21021#26399#21270#12377#12427'(&I)'
-      Hint = #12506#12452#12531#12398#12469#12452#12474#12434#21021#26399#21270#12377#12427
-      OnExecute = PaneInitActionExecute
-    end
-    object LeftmostTabSelectAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #19968#30058#24038#12398#12479#12502#36984#25246'(&F)'
-      Hint = #19968#30058#24038#12398#12479#12502#12434#36984#25246#12377#12427
-      OnExecute = LeftmostTabSelectActionExecute
-      OnUpdate = LeftmostTabSelectActionUpdate
-    end
-    object LeftTabSelectAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #24038#12398#12479#12502#36984#25246'(&G)'
-      Hint = #24038#12398#12479#12502#12434#36984#25246#12377#12427
-      OnExecute = LeftTabSelectActionExecute
-      OnUpdate = LeftTabSelectActionUpdate
-    end
-    object RightTabSelectAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #21491#12398#12479#12502#36984#25246'(&H)'
-      Hint = #21491#12398#12479#12502#12434#36984#25246#12377#12427
-      OnExecute = RightTabSelectActionExecute
-      OnUpdate = RightTabSelectActionUpdate
-    end
-    object RightmostTabSelectAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #19968#30058#21491#12398#12479#12502#36984#25246'(&J)'
-      Hint = #19968#30058#21491#12398#12479#12502#12434#36984#25246#12377#12427
-      OnExecute = RightmostTabSelectActionExecute
-      OnUpdate = RightmostTabSelectActionUpdate
-    end
-    object FavoriteAddAction: TAction
-      Category = #12362#27671#12395#20837#12426
-      Caption = #12362#27671#12395#20837#12426#12398#36861#21152'(&A)...'
-      Hint = #12362#27671#12395#20837#12426#36861#21152#12480#12452#12450#12525#12464#12434#38283#12367
-      OnExecute = FavoriteAddActionExecute
-      OnUpdate = FavoriteAddActionUpdate
-    end
-    object BoardFavoriteAddAction: TAction
-      Category = #26495
-      Caption = #12362#27671#12395#20837#12426#12395#36861#21152'(&F)...'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#26495#12434#12362#27671#12395#20837#12426#12395#36861#21152#12377#12427
-      OnExecute = BoardFavoriteAddActionExecute
-      OnUpdate = BoardFavoriteAddActionUpdate
-    end
-    object ThreadFavoriteAddAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #12362#27671#12395#20837#12426#12395#36861#21152'(&F)...'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12434#12362#27671#12395#20837#12426#12395#36861#21152#12377#12427
-      OnExecute = ThreadFavoriteAddActionExecute
-      OnUpdate = ThreadFavoriteAddActionUpdate
-    end
-    object TreeSelectFavoriteAddAction: TAction
-      Tag = -1
-      Category = #12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = #12362#27671#12395#20837#12426#12395#36861#21152'(&F)...'
-      Hint = #12362#27671#12395#20837#12426#12395#36861#21152#12377#12427
-      OnExecute = TreeSelectFavoriteAddActionExecute
-    end
-    object FavoriteArrangeAction: TAction
-      Category = #12362#27671#12395#20837#12426
-      Caption = #12362#27671#12395#20837#12426#12398#25972#29702'(&O)...'
-      Hint = #12362#27671#12395#20837#12426#25972#29702#12480#12452#12450#12525#12464#12434#38283#12367
-      OnExecute = FavoriteArrangeActionExecute
-    end
-    object MoveToAction: TAction
-      Category = #12450#12489#12524#12473#12496#12540
-      Caption = #31227#21205
-      Hint = #12450#12489#12524#12473#12496#12540#12395#34920#31034#12375#12390#12356#12427#12450#12489#12524#12473#12408#31227#21205#12377#12427
-      ImageIndex = 33
-      OnExecute = MoveToActionExecute
-    end
-    object BrowserTabVisibleAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #34920#31034'(&V)'
-      Hint = #12502#12521#12454#12470#12479#12502#12398#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
-      OnExecute = BrowserTabVisibleActionExecute
-    end
-    object BrowserTabTopAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #19978#12395#34920#31034'(&T)'
-      Hint = #12502#12521#12454#12470#12479#12502#12434#19978#12395#34920#31034#12377#12427
-      OnExecute = BrowserTabTopActionExecute
-    end
-    object BrowserTabBottomAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #19979#12395#34920#31034'(&B)'
-      Hint = #12502#12521#12454#12470#12479#12502#12434#19979#12395#34920#31034#12377#12427
-      OnExecute = BrowserTabBottomActionExecute
-    end
-    object BrowserTabTabStyleAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #12479#12502' '#12473#12479#12452#12523'(&A)'
-      Hint = #12502#12521#12454#12470#12479#12502#12398#12473#12479#12452#12523#12434#12479#12502#12473#12479#12452#12523#12395#12377#12427
-      OnExecute = BrowserTabTabStyleActionExecute
-    end
-    object BrowserTabButtonStyleAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #12508#12479#12531' '#12473#12479#12452#12523'(&U)'
-      Hint = #12502#12521#12454#12470#12479#12502#12398#12473#12479#12452#12523#12434#12508#12479#12531#12473#12479#12452#12523#12395#12377#12427
-      OnExecute = BrowserTabButtonStyleActionExecute
-    end
-    object BrowserTabFlatStyleAction: TAction
-      Category = #34920#31034
-      AutoCheck = True
-      Caption = #12501#12521#12483#12488#12508#12479#12531' '#12473#12479#12452#12523'(&F)'
-      Hint = #12502#12521#12454#12470#12479#12502#12398#12473#12479#12452#12523#12434#12501#12521#12483#12488#12508#12479#12531#12473#12479#12452#12523#12395#12377#12427
-      OnExecute = BrowserTabFlatStyleActionExecute
-    end
-    object GikoHelpAction: TAction
-      Category = #12504#12523#12503
-      Caption = #12462#12467#12490#12499' '#12504#12523#12503'(&H)'
-      Hint = #12462#12467#12490#12499#12398#12504#12523#12503#12434#34920#31034#12377#12427
-      OnExecute = GikoHelpActionExecute
-    end
-    object KotehanAction: TAction
-      Category = #12484#12540#12523
-      Caption = #12467#12486#12495#12531#35373#23450'(&H)...'
-      Hint = #12467#12486#12495#12531#35373#23450#12480#12452#12450#12525#12464#12434#38283#12367
-      OnExecute = KotehanActionExecute
-    end
-    object ToolBarSettingAction: TAction
-      Category = #12484#12540#12523
-      Caption = #12484#12540#12523#12496#12540#35373#23450'(&T)...'
-      Hint = #12484#12540#12523#12496#12540#35373#23450#12480#12452#12450#12525#12464#12434#38283#12367
-      OnExecute = ToolBarSettingActionExecute
-    end
-    object SelectResAction: TAction
-      Category = #12473#12524#12483#12489
-      AutoCheck = True
-      Caption = #12524#12473#32094#36796#12415#34920#31034'(&S)...'
-      GroupIndex = 2
-      Hint = #12524#12473#12398#20869#23481#12434#32094#36796#12416
-      ImageIndex = 12
-      OnExecute = SelectResActionExecute
-      OnUpdate = SelectResActionUpdate
-    end
-    object AllResAction: TAction
-      Category = #12473#12524#12483#12489
-      AutoCheck = True
-      Caption = #12377#12409#12390#12398#12524#12473#12434#34920#31034'(&A)'
-      GroupIndex = 2
-      Hint = #12377#12409#12390#12398#12524#12473#12434#34920#31034#12377#12427
-      ImageIndex = 9
-      OnExecute = AllResActionExecute
-      OnUpdate = AllResActionUpdate
-    end
-    object EditAction: TAction
-      Category = 'NGword'
-      Caption = 'NG'#12527#12540#12489#12501#12449#12452#12523#32232#38598
-      Hint = 'NG'#12527#12540#12489#12501#12449#12452#12523#32232#38598
-      OnExecute = NG1Click
-    end
-    object ReloadAction: TAction
-      Category = 'NGword'
-      Caption = 'NG'#12527#12540#12489#35501#12415#36796#12415#65288#20877#35501#12415#36796#12415#65289
-      Hint = 'NG'#12527#12540#12489#35501#12415#36796#12415#65288#20877#35501#12415#36796#12415#65289
-      OnExecute = ReloadClick
-    end
-    object GoFowardAction: TAction
-      Category = 'NGword'
-      Caption = 'NG'#12527#12540#12489#35501#12415#36796#12415#65288#19968#12388#24460#12429#65289
-      Hint = 'NG'#12527#12540#12489#35501#12415#36796#12415#65288#19968#12388#24460#12429#65289
-      OnExecute = GoFowardClick
-    end
-    object GoBackAction: TAction
-      Category = 'NGword'
-      Caption = 'NG'#12527#12540#12489#35501#12415#36796#12415#65288#19968#12388#21069#65289
-      Hint = 'NG'#12527#12540#12489#35501#12415#36796#12415#65288#19968#12388#21069#65289
-      OnExecute = GoBackClick
-    end
-    object CancellIndividualAbon: TAction
-      Category = 'NGword'
-      Caption = #20491#21029#12354#12412#12540#12435#35299#38500
-      Hint = #20491#21029#12354#12412#12540#12435#35299#38500
-      OnExecute = N42Click
-    end
-    object TreeSelectSearchBoardName: TAction
-      Tag = -1
-      Category = #12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = #26495#21517#26908#32034
-      Hint = #26495#21517#26908#32034
-      OnExecute = TreeSelectSearchBoardNameExecute
-    end
-    object FavoriteTreeViewRenameAction: TAction
-      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = #21517#21069#12398#22793#26356'(&M)'
-      Hint = #12362#27671#12395#20837#12426#12398#21517#21069#12434#32232#38598#12377#12427
-      ImageIndex = 26
-      OnExecute = FavoriteTreeViewRenameActionExecute
-    end
-    object FavoriteTreeViewNewFolderAction: TAction
-      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = #26032#12375#12356#12501#12457#12523#12480#12398#20316#25104'(&W)'
-      Hint = #26032#12375#12367#12362#27671#12395#20837#12426#12395#12501#12457#12523#12480#12434#20316#25104#12377#12427
-      ImageIndex = 31
-      OnExecute = FavoriteTreeViewNewFolderActionExecute
-    end
-    object FavoriteTreeViewDeleteAction: TAction
-      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = #21066#38500'(&D)'
-      Hint = #12371#12398#12362#27671#12395#20837#12426#12434#21066#38500#12377#12427
-      ImageIndex = 29
-      OnExecute = FavoriteTreeViewDeleteActionExecute
-    end
-    object FavoriteTreeViewBrowseFolderAction: TAction
-      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = #12371#12428#12425#12434#12377#12409#12390#38283#12367'(&A)'
-      Hint = #12371#12398#12501#12457#12523#12480#12395#20837#12387#12390#12356#12427#12362#27671#12395#20837#12426#12434#20840#12390#38283#12367
-      OnExecute = FavoriteTreeViewBrowseFolderActionExecute
-    end
-    object FavoriteTreeViewReloadAction: TAction
-      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = #12480#12454#12531#12525#12540#12489'(&R)'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#12362#27671#12395#20837#12426#12434#12480#12454#12531#12525#12540#12489#12377#12427
-      ImageIndex = 14
-      OnExecute = FavoriteTreeViewReloadActionExecute
-    end
-    object FavoriteTreeViewURLCopyAction: TAction
-      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = 'URL'#12434#12467#12500#12540'(&C)'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12398'URL'#12434#12467#12500#12540#12377#12427
-      OnExecute = FavoriteTreeViewURLCopyActionExecute
-    end
-    object FavoriteTreeViewNameCopyAction: TAction
-      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = #21517#21069#12434#12467#12500#12540'(&C)'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#26495#12398#21517#21069#12434#12467#12500#12540#12377#12427
-      OnExecute = FavoriteTreeViewNameCopyActionExecute
-    end
-    object FavoriteTreeViewNameURLCopyAction: TAction
-      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = #21517#21069#12392'URL'#12434#12467#12500#12540'(&N)'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12398#21517#21069#12392'URL'#12434#12467#12500#12540#12377#12427
-      OnExecute = FavoriteTreeViewNameURLCopyActionExecute
-    end
-    object FavoriteTreeViewLogDeleteAction: TAction
-      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = #12525#12464#21066#38500'(&D)'
-      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12434#21066#38500#12377#12427
-      OnExecute = FavoriteTreeViewLogDeleteActionExecute
-    end
-    object OnlyAHundredRes: TAction
-      Category = #12473#12524#12483#12489
-      AutoCheck = True
-      Caption = #26368#26032'100'#12524#12473#12398#12415#34920#31034
-      Hint = #26368#26032'100'#12524#12473#12398#12415#34920#31034
-      ImageIndex = 38
-      OnExecute = OnlyAHundredResExecute
-    end
-    object ExportFavoriteFile: TFileSaveAs
-      Category = #12501#12449#12452#12523
-      Caption = #12362#27671#12395#20837#12426#12398#12456#12463#12473#12509#12540#12488
-      Dialog.Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
-      Hint = #12362#27671#12395#20837#12426#12398#12456#12463#12473#12509#12540#12488
-      BeforeExecute = ExportFavoriteFileBeforeExecute
-      OnAccept = ExportFavoriteFileAccept
-    end
-    object FavoriteTreeViewBrowseBoardAction: TAction
-      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = #26495#12434#12502#12521#12454#12470#12391#34920#31034'(&B)'
-      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#12398#26495#12434#12502#12521#12454#12470#12391#34920#31034#12377#12427
-      ImageIndex = 27
-    end
-    object FavoriteTreeViewBrowseThreadAction: TAction
-      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
-      Caption = #12473#12524#12483#12489#12434#12502#12521#12454#12470#12391#34920#31034'(&S)'
-      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#12434#12502#12521#12454#12470#12391#34920#31034#12377#12427
-      ImageIndex = 27
-      OnExecute = FavoriteTreeViewBrowseThreadActionExecute
-    end
-    object UpBoardAction: TAction
-      Category = #12473#12524#12483#12489
-      Caption = #26495#12434#34920#31034
-      Hint = #12371#12398#12473#12524#12483#12489#12434#21547#12416#12473#12524#12483#12489#19968#35239#12434#34920#31034
-      ImageIndex = 8
-      OnExecute = UpBoardActionExecute
-      OnUpdate = UpBoardActionUpdate
-    end
-    object KoreCopy: TAction
-      Category = #12502#12521#12454#12470#12509#12483#12503#12450#12483#12503
-      Caption = #12371#12398#12524#12473#12467#12500#12540
-      OnExecute = KoreCopyExecute
-    end
-  end
-  object MainMenu: TMainMenu
-    Images = HotToobarImageList
-    Left = 72
-    Top = 212
-    object FileMenu: TMenuItem
-      Caption = #12501#12449#12452#12523'(&F)'
-      object L4: TMenuItem
-        Action = LoginAction
-        AutoCheck = True
-      end
-      object B4: TMenuItem
-        Action = NewBoardAction
-      end
-      object N7: TMenuItem
-        Caption = '-'
-      end
-      object DeleteMenu: TMenuItem
-        Action = LogDeleteAction
-      end
-      object N28: TMenuItem
-        Caption = '-'
-      end
-      object S4: TMenuItem
-        Action = SelectTextClearAction
-      end
-      object N29: TMenuItem
-        Action = NameTextClearAction
-      end
-      object N30: TMenuItem
-        Action = MailTextClearAction
-      end
-      object N15: TMenuItem
-        Caption = '-'
-      end
-      object ExportFavoriteFileAction1: TMenuItem
-        Action = ExportFavoriteFile
-      end
-      object N61: TMenuItem
-        Caption = '-'
-      end
-      object ExitMenu: TMenuItem
-        Action = ExitAction
-      end
-    end
-    object ViewMenu: TMenuItem
-      Caption = #34920#31034'(&V)'
-      object T2: TMenuItem
-        Caption = #12484#12540#12523#12496#12540'(&T)'
-        object StdToolBarMenu: TMenuItem
-          Action = StdToolBarVisibleAction
-          AutoCheck = True
-        end
-        object AddressToolBarMenu: TMenuItem
-          Action = AddressBarVisibleAction
-          AutoCheck = True
-        end
-        object L7: TMenuItem
-          Action = LinkBarVisibleAction
-          AutoCheck = True
-        end
-        object N25: TMenuItem
-          Caption = '-'
-        end
-        object L3: TMenuItem
-          Action = ListToolBarVisibleAction
-          AutoCheck = True
-        end
-        object S3: TMenuItem
-          Action = ListNameBarVisibleAction
-          AutoCheck = True
-        end
-        object N26: TMenuItem
-          Caption = '-'
-        end
-        object B3: TMenuItem
-          Action = BrowserToolBarVisibleAction
-          AutoCheck = True
-        end
-        object R2: TMenuItem
-          Action = BrowserNameBarVisibleAction
-          AutoCheck = True
-        end
-        object T4: TMenuItem
-          Caption = #12502#12521#12454#12470#12479#12502'(&T)'
-          object Show1: TMenuItem
-            Action = BrowserTabVisibleAction
-            AutoCheck = True
-          end
-          object N34: TMenuItem
-            Caption = '-'
-          end
-          object T5: TMenuItem
-            Action = BrowserTabTopAction
-            AutoCheck = True
-            GroupIndex = 1
-            RadioItem = True
-          end
-          object B5: TMenuItem
-            Action = BrowserTabBottomAction
-            AutoCheck = True
-            GroupIndex = 1
-            RadioItem = True
-          end
-          object N35: TMenuItem
-            Caption = '-'
-            GroupIndex = 1
-          end
-          object A8: TMenuItem
-            Action = BrowserTabTabStyleAction
-            AutoCheck = True
-            GroupIndex = 2
-            RadioItem = True
-          end
-          object U2: TMenuItem
-            Action = BrowserTabButtonStyleAction
-            AutoCheck = True
-            GroupIndex = 2
-            RadioItem = True
-          end
-          object F1: TMenuItem
-            Action = BrowserTabFlatStyleAction
-            AutoCheck = True
-            GroupIndex = 2
-            RadioItem = True
-          end
-        end
-      end
-      object CabinetMenu: TMenuItem
-        Caption = #12461#12515#12499#12493#12483#12488'(&C)'
-        object H1: TMenuItem
-          Action = CabinetHistoryAction
-          AutoCheck = True
-          RadioItem = True
-        end
-        object N54: TMenuItem
-          Action = CabinetFavoriteAction
-          AutoCheck = True
-        end
-        object N4: TMenuItem
-          Caption = '-'
-        end
-        object CabinetVisibleMenu: TMenuItem
-          Action = CabinetVisibleAction
-          AutoCheck = True
-        end
-      end
-      object MessageMenu: TMenuItem
-        Action = MsgBarVisibleAction
-        AutoCheck = True
-      end
-      object StatusBarMenu: TMenuItem
-        Action = StatusBarVisibleAction
-        AutoCheck = True
-      end
-      object MMSep03: TMenuItem
-        Caption = '-'
-      end
-      object LargeIconMenu: TMenuItem
-        Action = LargeIconAction
-        GroupIndex = 2
-        RadioItem = True
-      end
-      object SmallIconMenu: TMenuItem
-        Tag = 1
-        Action = SmallIconAction
-        GroupIndex = 2
-        RadioItem = True
-      end
-      object ListMenu: TMenuItem
-        Tag = 2
-        Action = ListIconAction
-        GroupIndex = 2
-        RadioItem = True
-      end
-      object DetailMenu: TMenuItem
-        Tag = 3
-        Action = DetailIconAction
-        GroupIndex = 2
-        RadioItem = True
-      end
-      object N9: TMenuItem
-        Caption = '-'
-        GroupIndex = 2
-      end
-      object H3: TMenuItem
-        Action = ArrangeAction
-        AutoCheck = True
-        GroupIndex = 2
-      end
-      object I1: TMenuItem
-        Action = PaneInitAction
-        GroupIndex = 2
-      end
-      object N27: TMenuItem
-        Caption = '-'
-        GroupIndex = 2
-      end
-      object N10: TMenuItem
-        Action = StopAction
-        GroupIndex = 2
-      end
-    end
-    object B1: TMenuItem
-      Caption = #26495'(&B)'
-      object N3: TMenuItem
-        Action = ListNumberVisibleAction
-        AutoCheck = True
-      end
-      object U1: TMenuItem
-        Action = UpFolderAction
-      end
-      object N2: TMenuItem
-        Caption = '-'
-      end
-      object A1: TMenuItem
-        Action = AllItemAction
-        AutoCheck = True
-        GroupIndex = 1
-        RadioItem = True
-        ShortCut = 16433
-      end
-      object L1: TMenuItem
-        Action = LogItemAction
-        AutoCheck = True
-        GroupIndex = 1
-        RadioItem = True
-        ShortCut = 16434
-      end
-      object N5: TMenuItem
-        Action = NewItemAction
-        AutoCheck = True
-        GroupIndex = 1
-        RadioItem = True
-        ShortCut = 16435
-      end
-      object S2: TMenuItem
-        Action = SelectItemAction
-        AutoCheck = True
-        GroupIndex = 1
-        RadioItem = True
-        ShortCut = 16436
-      end
-      object N39: TMenuItem
-        Caption = '-'
-        GroupIndex = 1
-      end
-      object T6: TMenuItem
-        Action = ThreadEditorAction
-        GroupIndex = 1
-      end
-      object N19: TMenuItem
-        Caption = '-'
-        GroupIndex = 1
-      end
-      object KidokuMenu: TMenuItem
-        Action = KidokuAction
-        GroupIndex = 1
-      end
-      object MidokuMenu: TMenuItem
-        Action = MidokuAction
-        GroupIndex = 1
-      end
-      object N23: TMenuItem
-        Caption = '-'
-        GroupIndex = 1
-      end
-      object B6: TMenuItem
-        Action = BoardIEAction
-        GroupIndex = 1
-      end
-      object URLC3: TMenuItem
-        Action = SelectItemURLCopyAction
-        GroupIndex = 1
-      end
-      object SelectItemNameCopyAction1: TMenuItem
-        Action = SelectItemNameCopyAction
-        GroupIndex = 1
-      end
-      object URLN2: TMenuItem
-        Action = SelectItemNameURLCopyAction
-        GroupIndex = 1
-      end
-      object AllSelectMenu: TMenuItem
-        Action = AllSelectAction
-        GroupIndex = 1
-      end
-      object N21: TMenuItem
-        Caption = '-'
-        GroupIndex = 1
-      end
-      object D1: TMenuItem
-        Action = SelectListReloadAction
-        GroupIndex = 1
-      end
-      object D2: TMenuItem
-        Action = SelectThreadReloadAction
-        GroupIndex = 1
-      end
-    end
-    object S1: TMenuItem
-      Caption = #12473#12524'(&R)'
-      object G2: TMenuItem
-        Action = BrowserMaxAction
-      end
-      object About1: TMenuItem
-        Action = BrowserMinAction
-      end
-      object N11: TMenuItem
-        Caption = '-'
-      end
-      object T3: TMenuItem
-        Action = ScrollTopAction
-      end
-      object L2: TMenuItem
-        Action = ScrollLastAction
-      end
-      object N12: TMenuItem
-        Action = ScrollNewAction
-      end
-      object K1: TMenuItem
-        Action = ScrollKokoAction
-      end
-      object N13: TMenuItem
-        Caption = '-'
-      end
-      object A11: TMenuItem
-        Action = AllResAction
-        AutoCheck = True
-      end
-      object S5: TMenuItem
-        Action = SelectResAction
-        AutoCheck = True
-      end
-      object N50: TMenuItem
-        Caption = '-'
-      end
-      object R1: TMenuItem
-        Action = EditorAction
-      end
-      object N14: TMenuItem
-        Caption = '-'
-      end
-      object N6: TMenuItem
-        Caption = #12479#12502'(&T)'
-        GroupIndex = 1
-        object C1: TMenuItem
-          Action = BrowserTabCloseAction
-          GroupIndex = 1
-        end
-        object V1: TMenuItem
-          Action = NotSelectTabCloseAction
-          GroupIndex = 1
-        end
-        object N24: TMenuItem
-          Caption = '-'
-          GroupIndex = 1
-        end
-        object A6: TMenuItem
-          Action = AllTabCloseAction
-          GroupIndex = 1
-        end
-        object N62: TMenuItem
-          Caption = '-'
-          GroupIndex = 1
-        end
-        object D4: TMenuItem
-          Action = ActiveLogDeleteAction
-          GroupIndex = 1
-        end
-        object N17: TMenuItem
-          Caption = '-'
-          GroupIndex = 1
-        end
-        object L5: TMenuItem
-          Action = LeftmostTabSelectAction
-          GroupIndex = 1
-        end
-        object L6: TMenuItem
-          Action = LeftTabSelectAction
-          GroupIndex = 1
-        end
-        object A7: TMenuItem
-          Action = RightTabSelectAction
-          GroupIndex = 1
-        end
-        object R3: TMenuItem
-          Action = RightmostTabSelectAction
-          GroupIndex = 1
-        end
-      end
-      object N31: TMenuItem
-        Caption = '-'
-        GroupIndex = 1
-      end
-      object T1: TMenuItem
-        Action = ShowThreadAction
-        GroupIndex = 1
-      end
-      object B2: TMenuItem
-        Action = ShowBoardAction
-        GroupIndex = 1
-      end
-      object URLC2: TMenuItem
-        Action = URLCopyAction
-        GroupIndex = 1
-      end
-      object T9: TMenuItem
-        Action = NameCopyAction
-        GroupIndex = 1
-      end
-      object URLN1: TMenuItem
-        Action = NameURLCopyAction
-        GroupIndex = 1
-      end
-      object N49: TMenuItem
-        Caption = '-'
-        GroupIndex = 1
-      end
-      object A2: TMenuItem
-        Action = ItemReloadAction
-        GroupIndex = 1
-      end
-      object N8: TMenuItem
-        Caption = '-'
-        GroupIndex = 1
-      end
-      object N42: TMenuItem
-        Caption = #20491#21029#12354#12412#12540#12435#35299#38500
-        GroupIndex = 1
-        OnClick = N42Click
-      end
-    end
-    object FavoriteMenu: TMenuItem
-      AutoHotkeys = maManual
-      Caption = #12362#27671#12395#20837#12426'(&A)'
-      OnClick = FavoriteMenuClick
-    end
-    object ToolMenu: TMenuItem
-      Caption = #12484#12540#12523'(&T)'
-      object Find1: TMenuItem
-        Action = SearchAction
-      end
-      object RoundMenu: TMenuItem
-        Action = RoundAction
-      end
-      object MMSep04: TMenuItem
-        Caption = '-'
-      end
-      object K3: TMenuItem
-        Action = KotehanAction
-      end
-      object K2: TMenuItem
-        Action = KeySettingAction
-      end
-      object T7: TMenuItem
-        Action = ToolBarSettingAction
-      end
-      object N40: TMenuItem
-        Caption = '-'
-      end
-      object NG1: TMenuItem
-        Caption = 'NG'#12527#12540#12489#12501#12449#12452#12523#32232#38598
-        OnClick = NG1Click
-      end
-      object NG2: TMenuItem
-        Caption = 'NG'#12527#12540#12489#35501#12415#36796#12415
-        object GoBack: TMenuItem
-          Caption = #19968#12388#21069
-          OnClick = GoBackClick
-        end
-        object Reload: TMenuItem
-          Caption = #20877#35501#12415#36796#12415
-          OnClick = ReloadClick
-        end
-        object GoFoward: TMenuItem
-          Caption = #19968#12388#24460#12429
-          OnClick = GoFowardClick
-        end
-      end
-      object N43: TMenuItem
-        Caption = '-'
-      end
-      object OptionMenu: TMenuItem
-        Action = OptionAction
-      end
-    end
-    object HelpMenu: TMenuItem
-      Caption = #12504#12523#12503'(&H)'
-      object H4: TMenuItem
-        Action = GikoHelpAction
-      end
-      object N36: TMenuItem
-        Caption = '-'
-      end
-      object G1: TMenuItem
-        Action = GikoNaviWebPageAction
-      end
-      object MonazillaWebPageAction1: TMenuItem
-        Action = MonazillaWebPageAction
-      end
-      object N2N1: TMenuItem
-        Action = BBS2chWebPageAction
-      end
-      object N1: TMenuItem
-        Caption = '-'
-      end
-      object F2: TMenuItem
-        Action = GikoFolderOpenAction
-      end
-      object N38: TMenuItem
-        Caption = '-'
-      end
-      object AboutMenu: TMenuItem
-        Action = AboutAction
-      end
-    end
-  end
-  object BrowserPopupMenu: TPopupMenu
-    Left = 68
-    Top = 276
-    object ShowThreadMenu: TMenuItem
-      Action = ShowThreadAction
-    end
-    object ShowBoardMenu: TMenuItem
-      Action = ShowBoardAction
-    end
-    object URLC1: TMenuItem
-      Action = URLCopyAction
-    end
-    object T8: TMenuItem
-      Action = NameCopyAction
-    end
-    object URL1: TMenuItem
-      Action = NameURLCopyAction
-    end
-  end
-  object ListIconPopupMenu: TPopupMenu
-    Left = 68
-    Top = 308
-    object LargeIconPMenu: TMenuItem
-      Action = LargeIconAction
-      GroupIndex = 2
-      RadioItem = True
-    end
-    object SmallIconPMenu: TMenuItem
-      Tag = 1
-      Action = SmallIconAction
-      GroupIndex = 2
-      RadioItem = True
-    end
-    object ListPMenu: TMenuItem
-      Tag = 2
-      Action = ListIconAction
-      GroupIndex = 2
-      RadioItem = True
-    end
-    object DetailPMenu: TMenuItem
-      Tag = 3
-      Action = DetailIconAction
-      GroupIndex = 2
-      RadioItem = True
-    end
-  end
-  object ClosePopupMenu: TPopupMenu
-    Left = 68
-    Top = 340
-    object CloseMenu: TMenuItem
-      Caption = #38281#12376#12427'(&C)'
-    end
-  end
-  object ListPopupMenu: TPopupMenu
-    OnPopup = ListPopupMenuPopup
-    Left = 68
-    Top = 244
-    object ItemRoundPMenu: TMenuItem
-      Action = SelectThreadReloadAction
-    end
-    object ItemReservPMenu: TMenuItem
-      Action = SelectReservAction
-    end
-    object LPMSep01: TMenuItem
-      Caption = '-'
-    end
-    object ListRoundPMenu: TMenuItem
-      Action = SelectListReloadAction
-    end
-    object ListReservPMenu: TMenuItem
-      Caption = #12473#12524#12483#12489#19968#35239#24033#22238#20104#32004'(&R)'
-      Hint = #12473#12524#12483#12489#19968#35239#24033#22238#20104#32004
-    end
-    object LPMSep02: TMenuItem
-      Caption = '-'
-    end
-    object BoardFavoriteAddMenu: TMenuItem
-      Action = BoardFavoriteAddAction
-    end
-    object ThreadFavoriteAddMenu: TMenuItem
-      Action = ThreadFavoriteAddAction
-    end
-    object N32: TMenuItem
-      Caption = '-'
-    end
-    object KidokuPMenu: TMenuItem
-      Action = KidokuAction
-    end
-    object MidokuPMenu: TMenuItem
-      Action = MidokuAction
-    end
-    object N22: TMenuItem
-      Caption = '-'
-    end
-    object UrlCopyPMenu: TMenuItem
-      Action = SelectItemURLCopyAction
-    end
-    object C2: TMenuItem
-      Action = SelectItemNameCopyAction
-    end
-    object NameUrlCopyPMenu: TMenuItem
-      Action = SelectItemNameURLCopyAction
-    end
-    object AllSelectPMenu: TMenuItem
-      Action = AllSelectAction
-    end
-    object LPMSep05: TMenuItem
-      Caption = '-'
-    end
-    object DeletePMenu: TMenuItem
-      Action = LogDeleteAction
-    end
-    object LPMSep06: TMenuItem
-      Caption = '-'
-    end
-    object ViewPMenu: TMenuItem
-      Caption = #34920#31034'(&V)'
-      object LargeIconLPMenu: TMenuItem
-        Action = LargeIconAction
-        GroupIndex = 2
-        RadioItem = True
-      end
-      object SmallIconLPMenu: TMenuItem
-        Tag = 1
-        Action = SmallIconAction
-        GroupIndex = 2
-        RadioItem = True
-      end
-      object ListLPMenu: TMenuItem
-        Tag = 2
-        Action = ListIconAction
-        GroupIndex = 2
-        RadioItem = True
-      end
-      object DetailLPMenu: TMenuItem
-        Tag = 3
-        Action = DetailIconAction
-        GroupIndex = 2
-        RadioItem = True
-      end
-    end
-  end
-  object SelectTimer: TTimer
-    Enabled = False
-    Interval = 50
-    OnTimer = SelectTimerTimer
-    Left = 100
-    Top = 308
-  end
-  object KokoPopupMenu: TPopupMenu
-    Left = 68
-    Top = 372
-    object KokomadePMenu: TMenuItem
-      Action = KokomadeAction
-    end
-    object AllPMenu: TMenuItem
-      Action = ZenbuAction
-    end
-    object MenuItem1: TMenuItem
-      Caption = '-'
-    end
-    object MenuItem2: TMenuItem
-      Action = KokoResAction
-    end
-    object N64: TMenuItem
-      Caption = '-'
-    end
-    object N63: TMenuItem
-      Action = KoreCopy
-    end
-    object N41: TMenuItem
-      Caption = '-'
-    end
-    object IndividualAbon1: TMenuItem
-      Caption = #12371#12398#12524#12473#12354#12412#65374#12435
-      OnClick = IndividualAbon1Click
-    end
-    object IndividualAbon2: TMenuItem
-      Caption = #12371#12398#12524#12473#36879#26126#12354#12412#65374#12435
-      OnClick = IndividualAbon2Click
-    end
-    object N53: TMenuItem
-      Caption = '-'
-    end
-    object N52: TMenuItem
-      Caption = #20491#21029#12354#12412#65374#12435#35299#38500
-      object AntiIndividualAbon: TMenuItem
-        Caption = #12371#12398#12524#12473
-        OnClick = AntiIndividualAbonClick
-      end
-      object N51: TMenuItem
-        Caption = #12524#12473#30058#21495#25351#23450
-        OnClick = N51Click
-      end
-    end
-  end
-  object BrowserTabPopupMenu: TPopupMenu
-    Images = HotToobarImageList
-    OnPopup = BrowserTabPopupMenuPopup
-    Left = 68
-    Top = 404
-    object A4: TMenuItem
-      Action = ItemReloadAction
-    end
-    object N16: TMenuItem
-      Caption = '-'
-    end
-    object A9: TMenuItem
-      Action = FavoriteAddAction
-      Caption = #12362#27671#12395#20837#12426#12395#36861#21152'(&A)...'
-    end
-    object dummy1: TMenuItem
-      Caption = 'dummy1'
-    end
-    object N37: TMenuItem
-      Caption = '-'
-    end
-    object Close1: TMenuItem
-      Action = BrowserTabCloseAction
-    end
-    object A3: TMenuItem
-      Action = NotSelectTabCloseAction
-    end
-    object N18: TMenuItem
-      Caption = '-'
-    end
-    object A5: TMenuItem
-      Action = AllTabCloseAction
-    end
-    object N20: TMenuItem
-      Caption = '-'
-    end
-    object D3: TMenuItem
-      Action = ActiveLogDeleteAction
-    end
-  end
-  object TreePopupMenu: TPopupMenu
-    OnPopup = TreePopupMenuPopup
-    Left = 64
-    Top = 436
-    object TreeSelectThreadPupupMenu: TMenuItem
-      Action = TreeSelectThreadReload
-    end
-    object TreeSelectBoardPupupMenu: TMenuItem
-      Action = TreeSelectBoradReload
-    end
-    object TPMSep01: TMenuItem
-      Caption = '-'
-    end
-    object TreeSelectFavoriteAddPupupMenu: TMenuItem
-      Action = TreeSelectFavoriteAddAction
-    end
-    object N33: TMenuItem
-      Caption = '-'
-    end
-    object TreeSelectURLPupupMenu: TMenuItem
-      Action = TreeSelectURLCopy
-    end
-    object TreeSelectNameURLPupupMenu: TMenuItem
-      Action = TreeSelectNameURLCopy
-    end
-    object N55: TMenuItem
-      Caption = '-'
-    end
-    object SearchBoardName: TMenuItem
-      Action = TreeSelectSearchBoardName
-    end
-  end
-  object CabinetSelectPopupMenu: TPopupMenu
-    Left = 68
-    Top = 468
-    object H2: TMenuItem
-      Action = CabinetHistoryAction
-      AutoCheck = True
-    end
-    object A13: TMenuItem
-      Action = CabinetFavoriteAction
-      AutoCheck = True
-    end
-  end
-  object RoundNamePopupMenu: TPopupMenu
-    OnPopup = RoundNamePopupMenuPopup
-    Left = 100
-    Top = 212
-  end
   object MessageImageList: TImageList
     Height = 12
     Width = 32
@@ -6528,17 +5270,91 @@ object GikoForm: TGikoForm
       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
       FF7FFF7FFF7FFF7F3967FF7F3967396700000000000000000000000000000000
       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
-      DE7BDE7BDE7BDE7B3967FF7F3967396700000000000000000000000000000000
+      DE7BDE7BDE7BDE7B3967FF7F3967396700000000000000000000000000000000
+      000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
+      FF7FFF7FFF7FFF7F3967FF7F3967396700000000000000000000000000000000
+      00000000000000000000000000000000000000000000000000000000FF7FFF7F
+      FF7FFF7FFF7F3967FF7F39670000000000000000000000000000000000000000
+      00000000000000000000000000000000000000000000000000000000FF7FFF7F
+      FF7FFF7FFF7F3967FF7F39670000000000000000000000000000000000000000
+      00000000000000000000000000000000000000000000000000000000FF7FFF7F
+      FF7FFF7FFF7F3967FF7F39670000000000000000000000000000000000000000
+      00000000000000000000000000000000000000000000000000000000FF7FFF7F
+      FF7FFF7FFF7F3967FF7F39670000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000000000000000000000000424D3E000000000000003E000000
+      2800000080000000240000000100010000000000400200000000000000000000
+      000000000000000000000000FFFFFF0000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      00000000000000000000000000000000E001FFFFE001D5F3E001FFFFE001FFFF
+      C000FFFFC000D59DC000FFFFC000FFFF80007FFF800077FE80007FFF80007FFF
+      0000376B000002BA00003FDD000037B50000377F0000357700002EDF00003BCF
+      0000376B00003FFF00002ECD00003BAD0000266B0000067F000035D5000020F5
+      0000376B00003B7F0000358500003B8580007BBF80006A7F80007FFE80007FFE
+      C000FFFFC000DF7FC000FFFAC000FFFAE001FFFFE001F67FE001FFFDE001FFFD
+      F807FFFFF807EFFFF807FFFFF807FFFF00000000000000000000000000000000
+      000000000000}
+  end
+  object StateIconImageList: TImageList
+    Width = 11
+    Left = 4
+    Top = 308
+    Bitmap = {
+      494C01010300040004000B001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
+      00000000000036000000280000002C0000001000000001001000000000008005
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
+      FF7F000000000000000000000000000000000000000000000000000000000000
+      0000000000000000FF7F00000000000000000000000000000000000000000000
+      00000000000000000000000000000000FF7F000200020002FF7F000000000000
+      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000FF7F
+      1042FF7F00000000000000000000000000000000000000000000000000000000
+      00000000FF7FFF7FFF7F0002E0030002FF7FFF7FFF7F0000FF7F100010001000
+      100010001000100010001000FF7F000000000000FF7F104210421042FF7F0000
+      00000000000000000000000000000000000000000000000000000000FF7F0002
+      00020002E003000200020002FF7F00000000FF7F100010001000100010001000
+      1000FF7F000000000000FF7F10421042104210421042FF7F0000000000000000
+      0000000000000000000000000000000000000000FF7F0002E003E003E003E003
+      E0030002FF7F000000000000FF7F10001000100010001000FF7F000000000000
+      FF7F1042104210421042104210421042FF7F0000000000000000000000000000
+      000000000000000000000000FF7F000200020002E003000200020002FF7F0000
+      000000000000FF7F100010001000FF7F000000000000FF7F1042104210421042
+      10421042104210421042FF7F0000000000000000000000000000000000000000
+      00000000FF7FFF7FFF7F0002E0030002FF7FFF7FFF7F00000000000000000000
+      FF7F1000FF7F0000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F
+      FF7FFF7F00000000000000000000000000000000000000000000000000000000
+      FF7F000200020002FF7F00000000000000000000000000000000FF7F00000000
+      0000000000000000000000000000000000000000000000000000000000000000
       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7F3967FF7F3967396700000000000000000000000000000000
-      00000000000000000000000000000000000000000000000000000000FF7FFF7F
-      FF7FFF7FFF7F3967FF7F39670000000000000000000000000000000000000000
-      00000000000000000000000000000000000000000000000000000000FF7FFF7F
-      FF7FFF7FFF7F3967FF7F39670000000000000000000000000000000000000000
-      00000000000000000000000000000000000000000000000000000000FF7FFF7F
-      FF7FFF7FFF7F3967FF7F39670000000000000000000000000000000000000000
-      00000000000000000000000000000000000000000000000000000000FF7FFF7F
-      FF7FFF7FFF7F3967FF7F39670000000000000000000000000000000000000000
+      FF7F000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
@@ -6548,173 +5364,1995 @@ object GikoForm: TGikoForm
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       000000000000000000000000000000000000424D3E000000000000003E000000
-      2800000080000000240000000100010000000000400200000000000000000000
-      000000000000000000000000FFFFFF0000000000000000000000000000000000
+      280000002C000000100000000100010000000000800000000000000000000000
+      000000000000000000000000FFFFFF00FFFFFFFF80000000FFFFFFFF80000000
+      FFFFFFFF80000000FFFFFFFF80000000E0FFFFEF80000000E0E003C780000000
+      8020038380000000803007018000000080380E0080000000803C1C0000000000
+      803E3C0000000000E0FF7FFF80000000E0FFFFFF80000000FFFFFFFF80000000
+      FFFFFFFF80000000FFFFFFFF8000000000000000000000000000000000000000
+      000000000000}
+  end
+  object AddressImageList: TImageList
+    Left = 4
+    Top = 340
+    Bitmap = {
+      494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
+      0000000000003600000028000000400000001000000001001000000000000008
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000001042186318631863
+      1863186318631863186318631863000000000000000000001042186318631863
+      1863186318631863186318631863000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000000000000000000000000000000001F001042FF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000000000001042FF7FFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      00000000000000000000000000000000000000001F0018630000000000000000
+      1042FF7FFF7FFF7FFF7FFF7F18630000000000000000007C007C007C007C007C
+      007CFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
+      00000000000000000000000000000000000000421F00000010001F001F001F00
+      1F001000FF7FFF7FFF7FFF7F186300000000000000000000007C007C007C007C
+      007CFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000042004210001F001F0018631863
+      10001F001000FF7FFF7FFF7F1863000000000000000000001042007CFF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000042186310001F001000FF7FFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000000000001042FF7F007CFF7F
+      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
+      00000000000000000000000000000000000000000042E07F1F001F001F001F00
+      1F001F001000FF7FFF7FFF7F1863000000000000000000001042FF7FFF7F007C
+      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000000000000000000000000000010000042E07F1F00FF7FFF7F
+      10001F001000FF7FFF7FFF7F1863000000000000000000001042FF7FFF7F007C
+      007CFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000010000042E07F1F001F00
+      1F001000FF7FFF7FFF7FFF7F18630000000000000000007C1042FF7FFF7F007C
+      007CFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
+      00000000000000000000000000000000000000000000000010001F001F001F00
+      1000FF7F1F00FF7FFF7FFF7F186300000000000000000000007C007C007C007C
+      007CFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000001042FF7FFF7FFF7F
+      1F001F00FF7FFF7F000000000000000000000000000000001042007C007C007C
+      FF7FFF7FFF7FFF7F000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000001042FF7FFF7FFF7F
+      FF7FFF7FFF7FFF7F1863FF7F1042000000000000000000001042FF7FFF7FFF7F
+      FF7FFF7FFF7FFF7F1863FF7F1042000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000001042FF7FFF7FFF7F
+      FF7FFF7FFF7FFF7F186310420000000000000000000000001042FF7FFF7FFF7F
+      FF7FFF7FFF7FFF7F186310420000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      00000000000000000000000000000000E001FFFFE001D5F3E001FFFFE001FFFF
-      C000FFFFC000D59DC000FFFFC000FFFF80007FFF800077FE80007FFF80007FFF
-      0000376B000002BA00003FDD000037B50000377F0000357700002EDF00003BCF
-      0000376B00003FFF00002ECD00003BAD0000266B0000067F000035D5000020F5
-      0000376B00003B7F0000358500003B8580007BBF80006A7F80007FFE80007FFE
-      C000FFFFC000DF7FC000FFFAC000FFFAE001FFFFE001F67FE001FFFDE001FFFD
-      F807FFFFF807EFFFF807FFFFF807FFFF00000000000000000000000000000000
+      0000000000000000000000000000000000000000000000001042104210421042
+      1042104210421042104200000000000000000000000000001042104210421042
+      1042104210421042104200000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000000000000000000000000000424D3E000000000000003E000000
+      2800000040000000100000000100010000000000800000000000000000000000
+      000000000000000000000000FFFFFF00E001E00100000000E001E00100000000
+      C001E001000000008001C001000000000001E001000000000001E00100000000
+      0001E001000000008001E001000000008001E00100000000C001C00100000000
+      E001E00100000000E001E00100000000E003E00300000000E007E00700000000
+      E00FE00F00000000FFFFFFFF0000000000000000000000000000000000000000
       000000000000}
   end
-  object StateIconImageList: TImageList
-    Width = 11
-    Left = 4
-    Top = 308
-    Bitmap = {
-      494C01010300040004000B001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
-      00000000000036000000280000002C0000001000000001001000000000008005
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
-      FF7F000000000000000000000000000000000000000000000000000000000000
-      0000000000000000FF7F00000000000000000000000000000000000000000000
-      00000000000000000000000000000000FF7F000200020002FF7F000000000000
-      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000FF7F
-      1042FF7F00000000000000000000000000000000000000000000000000000000
-      00000000FF7FFF7FFF7F0002E0030002FF7FFF7FFF7F0000FF7F100010001000
-      100010001000100010001000FF7F000000000000FF7F104210421042FF7F0000
-      00000000000000000000000000000000000000000000000000000000FF7F0002
-      00020002E003000200020002FF7F00000000FF7F100010001000100010001000
-      1000FF7F000000000000FF7F10421042104210421042FF7F0000000000000000
-      0000000000000000000000000000000000000000FF7F0002E003E003E003E003
-      E0030002FF7F000000000000FF7F10001000100010001000FF7F000000000000
-      FF7F1042104210421042104210421042FF7F0000000000000000000000000000
-      000000000000000000000000FF7F000200020002E003000200020002FF7F0000
-      000000000000FF7F100010001000FF7F000000000000FF7F1042104210421042
-      10421042104210421042FF7F0000000000000000000000000000000000000000
-      00000000FF7FFF7FFF7F0002E0030002FF7FFF7FFF7F00000000000000000000
-      FF7F1000FF7F0000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F
-      FF7FFF7F00000000000000000000000000000000000000000000000000000000
-      FF7F000200020002FF7F00000000000000000000000000000000FF7F00000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
-      FF7F000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      000000000000000000000000000000000000424D3E000000000000003E000000
-      280000002C000000100000000100010000000000800000000000000000000000
-      000000000000000000000000FFFFFF00FFFFFFFF80000000FFFFFFFF80000000
-      FFFFFFFF80000000FFFFFFFF80000000E0FFFFEF80000000E0E003C780000000
-      8020038380000000803007018000000080380E0080000000803C1C0000000000
-      803E3C0000000000E0FF7FFF80000000E0FFFFFF80000000FFFFFFFF80000000
-      FFFFFFFF80000000FFFFFFFF8000000000000000000000000000000000000000
-      000000000000}
+  object MainMenu: TMainMenu
+    Images = HotToobarImageList
+    Left = 69
+    Top = 212
+    object FileMenu: TMenuItem
+      Caption = #12501#12449#12452#12523'(&F)'
+      object L4: TMenuItem
+        Action = LoginAction
+        AutoCheck = True
+      end
+      object B4: TMenuItem
+        Action = NewBoardAction
+      end
+      object N7: TMenuItem
+        Caption = '-'
+      end
+      object DeleteMenu: TMenuItem
+        Action = LogDeleteAction
+      end
+      object N28: TMenuItem
+        Caption = '-'
+      end
+      object S4: TMenuItem
+        Action = SelectTextClearAction
+      end
+      object N29: TMenuItem
+        Action = NameTextClearAction
+      end
+      object N30: TMenuItem
+        Action = MailTextClearAction
+      end
+      object N15: TMenuItem
+        Caption = '-'
+      end
+      object TabSave: TMenuItem
+        Action = TabsSaveAction
+      end
+      object TabOpen: TMenuItem
+        Action = TabsOpenAction
+      end
+      object N66: TMenuItem
+        Caption = #36984#25246#12473#12524#12483#12489#12434#20445#23384
+        object SelectThreadSave: TMenuItem
+          Action = SelectItemSaveForHTML
+          Caption = 'HTML'#21270#12377#12427
+        end
+        object dat1: TMenuItem
+          Action = SelectItemSaveForDat
+          Caption = 'DAT'#12398#12414#12414
+        end
+      end
+      object ExportFavoriteFileAction1: TMenuItem
+        Action = ExportFavoriteFile
+      end
+      object N61: TMenuItem
+        Caption = '-'
+      end
+      object ExitMenu: TMenuItem
+        Action = ExitAction
+      end
+    end
+    object ViewMenu: TMenuItem
+      Caption = #34920#31034'(&V)'
+      object T2: TMenuItem
+        Caption = #12484#12540#12523#12496#12540'(&T)'
+        object StdToolBarMenu: TMenuItem
+          Action = StdToolBarVisibleAction
+          AutoCheck = True
+        end
+        object AddressToolBarMenu: TMenuItem
+          Action = AddressBarVisibleAction
+          AutoCheck = True
+        end
+        object L7: TMenuItem
+          Action = LinkBarVisibleAction
+          AutoCheck = True
+        end
+        object N25: TMenuItem
+          Caption = '-'
+        end
+        object L3: TMenuItem
+          Action = ListToolBarVisibleAction
+          AutoCheck = True
+        end
+        object S3: TMenuItem
+          Action = ListNameBarVisibleAction
+          AutoCheck = True
+        end
+        object N26: TMenuItem
+          Caption = '-'
+        end
+        object B3: TMenuItem
+          Action = BrowserToolBarVisibleAction
+          AutoCheck = True
+        end
+        object R2: TMenuItem
+          Action = BrowserNameBarVisibleAction
+          AutoCheck = True
+        end
+        object T4: TMenuItem
+          Caption = #12502#12521#12454#12470#12479#12502'(&T)'
+          object Show1: TMenuItem
+            Action = BrowserTabVisibleAction
+            AutoCheck = True
+          end
+          object N34: TMenuItem
+            Caption = '-'
+          end
+          object T5: TMenuItem
+            Action = BrowserTabTopAction
+            AutoCheck = True
+            GroupIndex = 1
+            RadioItem = True
+          end
+          object B5: TMenuItem
+            Action = BrowserTabBottomAction
+            AutoCheck = True
+            GroupIndex = 1
+            RadioItem = True
+          end
+          object N35: TMenuItem
+            Caption = '-'
+            GroupIndex = 1
+          end
+          object A8: TMenuItem
+            Action = BrowserTabTabStyleAction
+            AutoCheck = True
+            GroupIndex = 2
+            RadioItem = True
+          end
+          object U2: TMenuItem
+            Action = BrowserTabButtonStyleAction
+            AutoCheck = True
+            GroupIndex = 2
+            RadioItem = True
+          end
+          object F1: TMenuItem
+            Action = BrowserTabFlatStyleAction
+            AutoCheck = True
+            GroupIndex = 2
+            RadioItem = True
+          end
+        end
+      end
+      object CabinetMenu: TMenuItem
+        Caption = #12461#12515#12499#12493#12483#12488'(&C)'
+        object H1: TMenuItem
+          Action = CabinetHistoryAction
+          AutoCheck = True
+          RadioItem = True
+        end
+        object N54: TMenuItem
+          Action = CabinetFavoriteAction
+          AutoCheck = True
+        end
+        object N4: TMenuItem
+          Caption = '-'
+        end
+        object CabinetVisibleMenu: TMenuItem
+          Action = CabinetVisibleAction
+          AutoCheck = True
+        end
+      end
+      object MessageMenu: TMenuItem
+        Action = MsgBarVisibleAction
+        AutoCheck = True
+      end
+      object StatusBarMenu: TMenuItem
+        Action = StatusBarVisibleAction
+        AutoCheck = True
+      end
+      object MMSep03: TMenuItem
+        Caption = '-'
+      end
+      object LargeIconMenu: TMenuItem
+        Action = LargeIconAction
+        GroupIndex = 2
+        RadioItem = True
+      end
+      object SmallIconMenu: TMenuItem
+        Tag = 1
+        Action = SmallIconAction
+        GroupIndex = 2
+        RadioItem = True
+      end
+      object ListMenu: TMenuItem
+        Tag = 2
+        Action = ListIconAction
+        GroupIndex = 2
+        RadioItem = True
+      end
+      object DetailMenu: TMenuItem
+        Tag = 3
+        Action = DetailIconAction
+        GroupIndex = 2
+        RadioItem = True
+      end
+      object N9: TMenuItem
+        Caption = '-'
+        GroupIndex = 2
+      end
+      object H3: TMenuItem
+        Action = ArrangeAction
+        AutoCheck = True
+        GroupIndex = 2
+      end
+      object I1: TMenuItem
+        Action = PaneInitAction
+        GroupIndex = 2
+      end
+      object N27: TMenuItem
+        Caption = '-'
+        GroupIndex = 2
+      end
+      object N10: TMenuItem
+        Action = StopAction
+        GroupIndex = 2
+      end
+    end
+    object B1: TMenuItem
+      Caption = #26495'(&B)'
+      object N3: TMenuItem
+        Action = ListNumberVisibleAction
+        AutoCheck = True
+      end
+      object U1: TMenuItem
+        Action = UpFolderAction
+      end
+      object N2: TMenuItem
+        Caption = '-'
+      end
+      object A1: TMenuItem
+        Action = AllItemAction
+        AutoCheck = True
+        GroupIndex = 1
+        RadioItem = True
+        ShortCut = 16433
+      end
+      object L1: TMenuItem
+        Action = LogItemAction
+        AutoCheck = True
+        GroupIndex = 1
+        RadioItem = True
+        ShortCut = 16434
+      end
+      object N5: TMenuItem
+        Action = NewItemAction
+        AutoCheck = True
+        GroupIndex = 1
+        RadioItem = True
+        ShortCut = 16435
+      end
+      object S2: TMenuItem
+        Action = SelectItemAction
+        AutoCheck = True
+        GroupIndex = 1
+        RadioItem = True
+        ShortCut = 16436
+      end
+      object N39: TMenuItem
+        Caption = '-'
+        GroupIndex = 1
+      end
+      object T6: TMenuItem
+        Action = ThreadEditorAction
+        GroupIndex = 1
+      end
+      object N19: TMenuItem
+        Caption = '-'
+        GroupIndex = 1
+      end
+      object KidokuMenu: TMenuItem
+        Action = KidokuAction
+        GroupIndex = 1
+      end
+      object MidokuMenu: TMenuItem
+        Action = MidokuAction
+        GroupIndex = 1
+      end
+      object N23: TMenuItem
+        Caption = '-'
+        GroupIndex = 1
+      end
+      object OpenLogFolder: TMenuItem
+        Action = LogFolderOpenAction
+        GroupIndex = 1
+      end
+      object B6: TMenuItem
+        Action = BoardIEAction
+        GroupIndex = 1
+      end
+      object BrowsBoradHeadAction1: TMenuItem
+        Action = BrowsBoradHeadAction
+        GroupIndex = 1
+      end
+      object URLC3: TMenuItem
+        Action = SelectItemURLCopyAction
+        GroupIndex = 1
+      end
+      object SelectItemNameCopyAction1: TMenuItem
+        Action = SelectItemNameCopyAction
+        GroupIndex = 1
+      end
+      object URLN2: TMenuItem
+        Action = SelectItemNameURLCopyAction
+        GroupIndex = 1
+      end
+      object AllSelectMenu: TMenuItem
+        Action = AllSelectAction
+        GroupIndex = 1
+      end
+      object N21: TMenuItem
+        Caption = '-'
+        GroupIndex = 1
+      end
+      object D1: TMenuItem
+        Action = SelectListReloadAction
+        GroupIndex = 1
+      end
+      object D2: TMenuItem
+        Action = SelectThreadReloadAction
+        GroupIndex = 1
+      end
+    end
+    object S1: TMenuItem
+      Caption = #12473#12524'(&R)'
+      object G2: TMenuItem
+        Action = BrowserMaxAction
+      end
+      object About1: TMenuItem
+        Action = BrowserMinAction
+      end
+      object N11: TMenuItem
+        Caption = '-'
+      end
+      object T3: TMenuItem
+        Action = ScrollTopAction
+      end
+      object L2: TMenuItem
+        Action = ScrollLastAction
+      end
+      object N12: TMenuItem
+        Action = ScrollNewAction
+      end
+      object K1: TMenuItem
+        Action = ScrollKokoAction
+      end
+      object N13: TMenuItem
+        Caption = '-'
+      end
+      object A11: TMenuItem
+        Action = AllResAction
+        AutoCheck = True
+      end
+      object S5: TMenuItem
+        Action = SelectResAction
+        AutoCheck = True
+      end
+      object N50: TMenuItem
+        Caption = '-'
+      end
+      object R1: TMenuItem
+        Action = EditorAction
+      end
+      object N14: TMenuItem
+        Caption = '-'
+      end
+      object N6: TMenuItem
+        Caption = #12479#12502'(&T)'
+        GroupIndex = 1
+        object C1: TMenuItem
+          Action = BrowserTabCloseAction
+          GroupIndex = 1
+        end
+        object V1: TMenuItem
+          Action = NotSelectTabCloseAction
+          GroupIndex = 1
+        end
+        object N24: TMenuItem
+          Caption = '-'
+          GroupIndex = 1
+        end
+        object D4: TMenuItem
+          Action = ActiveLogDeleteAction
+          GroupIndex = 1
+        end
+        object N62: TMenuItem
+          Caption = '-'
+          GroupIndex = 1
+        end
+        object A6: TMenuItem
+          Action = AllTabCloseAction
+          GroupIndex = 1
+        end
+        object N17: TMenuItem
+          Caption = '-'
+          GroupIndex = 1
+        end
+        object L5: TMenuItem
+          Action = LeftmostTabSelectAction
+          GroupIndex = 1
+        end
+        object L6: TMenuItem
+          Action = LeftTabSelectAction
+          GroupIndex = 1
+        end
+        object A7: TMenuItem
+          Action = RightTabSelectAction
+          GroupIndex = 1
+        end
+        object R3: TMenuItem
+          Action = RightmostTabSelectAction
+          GroupIndex = 1
+        end
+      end
+      object N31: TMenuItem
+        Caption = '-'
+        GroupIndex = 1
+      end
+      object T1: TMenuItem
+        Action = ShowThreadAction
+        GroupIndex = 1
+      end
+      object B2: TMenuItem
+        Action = ShowBoardAction
+        GroupIndex = 1
+      end
+      object URLC2: TMenuItem
+        Action = URLCopyAction
+        GroupIndex = 1
+      end
+      object T9: TMenuItem
+        Action = NameCopyAction
+        GroupIndex = 1
+      end
+      object URLN1: TMenuItem
+        Action = NameURLCopyAction
+        GroupIndex = 1
+      end
+      object N49: TMenuItem
+        Caption = '-'
+        GroupIndex = 1
+      end
+      object A2: TMenuItem
+        Action = ItemReloadAction
+        GroupIndex = 1
+      end
+      object N8: TMenuItem
+        Caption = '-'
+        GroupIndex = 1
+      end
+      object N42: TMenuItem
+        Caption = #20491#21029#12354#12412#12540#12435#35299#38500
+        GroupIndex = 1
+        OnClick = N42Click
+      end
+    end
+    object FavoriteMenu: TMenuItem
+      AutoHotkeys = maManual
+      Caption = #12362#27671#12395#20837#12426'(&A)'
+      OnClick = FavoriteMenuClick
+    end
+    object ToolMenu: TMenuItem
+      Caption = #12484#12540#12523'(&T)'
+      object Find1: TMenuItem
+        Action = SearchAction
+      end
+      object RoundMenu: TMenuItem
+        Action = RoundAction
+      end
+      object MMSep04: TMenuItem
+        Caption = '-'
+      end
+      object K3: TMenuItem
+        Action = KotehanAction
+      end
+      object K2: TMenuItem
+        Action = KeySettingAction
+      end
+      object T7: TMenuItem
+        Action = ToolBarSettingAction
+      end
+      object N40: TMenuItem
+        Caption = '-'
+      end
+      object NG1: TMenuItem
+        Action = EditNGAction
+      end
+      object NG2: TMenuItem
+        Caption = 'NG'#12527#12540#12489#35501#12415#36796#12415
+        object GoBack: TMenuItem
+          Caption = #19968#12388#21069
+          OnClick = GoBackClick
+        end
+        object Reload: TMenuItem
+          Caption = #20877#35501#12415#36796#12415
+          OnClick = ReloadClick
+        end
+        object GoFoward: TMenuItem
+          Caption = #19968#12388#24460#12429
+          OnClick = GoFowardClick
+        end
+      end
+      object N43: TMenuItem
+        Caption = '-'
+      end
+      object PlugInMenu: TMenuItem
+        Caption = #12503#12521#12464#12452#12531'(&P)'
+      end
+      object OptionMenu: TMenuItem
+        Action = OptionAction
+      end
+    end
+    object HelpMenu: TMenuItem
+      Caption = #12504#12523#12503'(&H)'
+      object H4: TMenuItem
+        Action = GikoHelpAction
+      end
+      object N36: TMenuItem
+        Caption = '-'
+      end
+      object G1: TMenuItem
+        Action = GikoNaviWebPageAction
+      end
+      object MonazillaWebPageAction1: TMenuItem
+        Action = MonazillaWebPageAction
+      end
+      object N2N1: TMenuItem
+        Action = BBS2chWebPageAction
+      end
+      object N1: TMenuItem
+        Caption = '-'
+      end
+      object F2: TMenuItem
+        Action = GikoFolderOpenAction
+      end
+      object N38: TMenuItem
+        Caption = '-'
+      end
+      object AboutMenu: TMenuItem
+        Action = AboutAction
+      end
+    end
+  end
+  object PreviewTimer: TTimer
+    Enabled = False
+    Interval = 500
+    OnTimer = PreviewTimerTimer
+    Left = 100
+    Top = 340
+  end
+  object SelectTimer: TTimer
+    Interval = 220
+    OnTimer = SelectTimerTimer
+    Left = 100
+    Top = 308
+  end
+  object ActionList: TActionList
+    Images = ToobarImageList
+    Left = 8
+    Top = 372
+    object OnlyAHundredResAction: TAction
+      Category = #12473#12524#12483#12489
+      AutoCheck = True
+      Caption = #26368#26032'100'#12524#12473#12398#12415#34920#31034'(&H)'
+      GroupIndex = 2
+      Hint = #26368#26032'100'#12524#12473#12398#12415#34920#31034
+      ImageIndex = 38
+      OnExecute = OnlyAHundredResActionExecute
+    end
+    object OnlyKokoResAction: TAction
+      Category = #12473#12524#12483#12489
+      AutoCheck = True
+      Caption = #26410#35501#12524#12473#12398#12415#34920#31034'(&K)'
+      GroupIndex = 2
+      Hint = #26410#35501#12524#12473#12398#12415#34920#31034
+      ImageIndex = 46
+      OnExecute = OnlyKokoResActionExecute
+    end
+    object LoginAction: TAction
+      Category = #12501#12449#12452#12523
+      AutoCheck = True
+      Caption = #12525#12464#12452#12531'(&L)'
+      Hint = #12525#12464#12452#12531#65295#12525#12464#12450#12454#12488#12434#12377#12427
+      ImageIndex = 3
+      OnExecute = LoginActionExecute
+    end
+    object NewBoardAction: TAction
+      Category = #12501#12449#12452#12523
+      Caption = #26495#26356#26032'(&B)...'
+      Hint = #12508#12540#12489#26356#26032#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427
+      OnExecute = NewBoardActionExecute
+    end
+    object LogDeleteAction: TAction
+      Category = #12501#12449#12452#12523
+      Caption = #12525#12464#21066#38500'(&D)'
+      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12434#21066#38500#12377#12427
+      ShortCut = 46
+      OnExecute = LogDeleteActionExecute
+      OnUpdate = LogDeleteActionUpdate
+    end
+    object KidokuAction: TAction
+      Category = #32232#38598
+      Caption = #26082#35501#12395#12377#12427'(&K)'
+      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12434#26082#35501#12395#12377#12427
+      OnExecute = KidokuActionExecute
+    end
+    object StdToolBarVisibleAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #27161#28310#12484#12540#12523#12496#12540'(&S)'
+      Checked = True
+      Hint = #27161#28310#12484#12540#12523#12496#12540#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
+      OnExecute = StdToolBarVisibleActionExecute
+    end
+    object AddressBarVisibleAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #12450#12489#12524#12473#12496#12540'(&A)'
+      Checked = True
+      Hint = #12450#12489#12524#12473#12496#12540#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
+      OnExecute = AddressBarVisibleActionExecute
+    end
+    object LinkBarVisibleAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #12522#12531#12463#12496#12540'(&K)'
+      Checked = True
+      Hint = #12522#12531#12463#12496#12540#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
+      OnExecute = LinkBarVisibleActionExecute
+    end
+    object ListToolBarVisibleAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #12522#12473#12488#12484#12540#12523#12496#12540'(&L)'
+      Checked = True
+      Hint = #12522#12473#12488#12484#12540#12523#12496#12540#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
+      OnExecute = ListToolBarVisibleActionExecute
+    end
+    object SearchAction: TAction
+      Category = #12484#12540#12523
+      Caption = #12525#12464#26908#32034'(&S)'
+      Hint = #12525#12464#26908#32034#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427
+      ImageIndex = 34
+      ShortCut = 16454
+      OnExecute = SearchActionExecute
+    end
+    object GikoNaviWebPageAction: TAction
+      Category = #12504#12523#12503
+      Caption = #12462#12467#12490#12499#12398#12454#12455#12502#12469#12452#12488'(&G)'
+      Hint = #12462#12467#12490#12499#12398#12454#12455#12502#12469#12452#12488#12434#34920#31034#12377#12427
+      OnExecute = GikoNaviWebPageActionExecute
+    end
+    object MonazillaWebPageAction: TAction
+      Category = #12504#12523#12503
+      Caption = #12514#12490#12472#12521#12398#12454#12455#12502#12469#12452#12488'(&M)'
+      Hint = #12514#12490#12472#12521#12398#12454#12455#12502#12469#12452#12488#12434#34920#31034#12377#12427
+      OnExecute = MonazillaWebPageActionExecute
+    end
+    object BBS2chWebPageAction: TAction
+      Category = #12504#12523#12503
+      Caption = '2'#12385#12419#12435#12397#12427#12488#12483#12503#12506#12540#12472'(&N)'
+      Hint = '2'#12385#12419#12435#12397#12427#12488#12483#12503#12506#12540#12472#12434#34920#31034#12377#12427
+      OnExecute = BBS2chWebPageActionExecute
+    end
+    object GikoFolderOpenAction: TAction
+      Category = #12504#12523#12503
+      Caption = #12462#12467#12490#12499#12501#12457#12523#12480#12434#38283#12367'(&F)'
+      Hint = #12462#12467#12490#12499#12398#12501#12457#12523#12480#12434#38283#12367
+      OnExecute = GikoFolderOpenActionExecute
+    end
+    object AboutAction: TAction
+      Category = #12504#12523#12503
+      Caption = #12496#12540#12472#12519#12531#24773#22577'(&A)...'
+      Hint = #12496#12540#12472#12519#12531#24773#22577#12434#34920#31034#12377#12427
+      OnExecute = AboutActionExecute
+    end
+    object SelectTextClearAction: TAction
+      Category = #12501#12449#12452#12523
+      Caption = #32094#36796#12415#23653#27508#28040#21435'(&S)'
+      Hint = #32094#36796#12415#23653#27508#12434#28040#21435#12377#12427
+      OnExecute = SelectTextClearActionExecute
+    end
+    object NameTextClearAction: TAction
+      Category = #12501#12449#12452#12523
+      Caption = #12524#12473#12456#12487#12451#12479#21517#21069#23653#27508#28040#21435'(&N)'
+      Hint = #12524#12473#12456#12487#12451#12479#12398#21517#21069#23653#27508#12434#28040#21435#12377#12427
+      OnExecute = NameTextClearActionExecute
+    end
+    object MailTextClearAction: TAction
+      Category = #12501#12449#12452#12523
+      Caption = #12524#12473#12456#12487#12451#12479#12513#12540#12523#23653#27508#28040#21435'(&N)'
+      Hint = #12524#12473#12456#12487#12451#12479#12398#12513#12540#12523#23653#27508#12434#28040#21435#12377#12427
+      OnExecute = MailTextClearActionExecute
+    end
+    object ExitAction: TAction
+      Category = #12501#12449#12452#12523
+      Caption = #32066#20102'(&X)'
+      Hint = #12462#12467#12490#12499#12434#32066#20102#12377#12427
+      OnExecute = ExitActionExecute
+    end
+    object ListNameBarVisibleAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #12522#12473#12488#21517#31216'(&I)'
+      Checked = True
+      Hint = #12522#12473#12488#21517#31216#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
+      OnExecute = ListNameBarVisibleActionExecute
+    end
+    object BrowserToolBarVisibleAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #12502#12521#12454#12470#12484#12540#12523#12496#12540'(&B)'
+      Checked = True
+      Hint = #12502#12521#12454#12470#12484#12540#12523#12496#12540#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
+      OnExecute = BrowserToolBarVisibleActionExecute
+    end
+    object BrowserNameBarVisibleAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #12502#12521#12454#12470#21517#31216'(&R)'
+      Checked = True
+      Hint = #12502#12521#12454#12470#21517#31216#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
+      OnExecute = BrowserNameBarVisibleActionExecute
+    end
+    object MsgBarVisibleAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #12513#12483#12475#12540#12472#12496#12540'(&E)'
+      Hint = #12513#12483#12475#12540#12472#12496#12540#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
+      OnExecute = MsgBarVisibleActionExecute
+    end
+    object MsgBarCloseAction: TAction
+      Category = #34920#31034
+      Caption = #38281#12376#12427'(&C)'
+      Hint = #12513#12483#12475#12540#12472#12496#12540#12434#38281#12376#12427
+      OnExecute = MsgBarCloseActionExecute
+    end
+    object StatusBarVisibleAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #12473#12486#12540#12479#12473#12496#12540'(&U)'
+      Hint = #12473#12486#12540#12479#12473#12496#12540#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
+      OnExecute = StatusBarVisibleActionExecute
+    end
+    object CabinetBBSAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #25522#31034#26495'(&N)'
+      Hint = #12461#12515#12499#12493#12483#12488#12398#34920#31034#12434#25522#31034#26495#12395#12377#12427
+      ImageIndex = 35
+      OnExecute = CabinetBBSActionExecute
+    end
+    object CabinetHistoryAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #23653#27508#12522#12473#12488'(&H)'
+      Hint = #12461#12515#12499#12493#12483#12488#12398#34920#31034#12434#23653#27508#12522#12473#12488#12395#12377#12427
+      ImageIndex = 36
+      OnExecute = CabinetHistoryActionExecute
+    end
+    object OnlyNewResAction: TAction
+      Category = #12473#12524#12483#12489
+      AutoCheck = True
+      Caption = #26032#30528#12524#12473#12398#12415#34920#31034'(&N)'
+      GroupIndex = 2
+      Hint = #26032#30528#12524#12473#12398#12415#34920#31034
+      ImageIndex = 45
+      OnExecute = OnlyNewResActionExecute
+    end
+    object CabinetFavoriteAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #12362#27671#12395#20837#12426'(&A)'
+      Hint = #12461#12515#12499#12493#12483#12488#12398#34920#31034#12434#12362#27671#12395#20837#12426#12522#12473#12488#12395#12377#12427
+      ImageIndex = 37
+      OnExecute = CabinetFavoriteActionExecute
+    end
+    object CabinetVisibleAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #12461#12515#12499#12493#12483#12488#34920#31034'(&O)'
+      Hint = #12461#12515#12499#12493#12483#12488#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
+      ImageIndex = 1
+      OnExecute = CabinetVisibleActionExecute
+    end
+    object ListNumberVisibleAction: TAction
+      Category = #26495
+      AutoCheck = True
+      Caption = #12522#12473#12488#30058#21495#34920#31034'(&N)'
+      Hint = #12522#12473#12488#30058#21495#34920#31034#12434#22793#26356#12377#12427
+      ImageIndex = 6
+      OnExecute = ListNumberVisibleActionExecute
+    end
+    object UpFolderAction: TAction
+      Category = #26495
+      Caption = #19978#12408'(&U)'
+      Hint = #19978#20301#12501#12457#12523#12480#12395#31227#21205#12377#12427
+      ImageIndex = 8
+      ShortCut = 8
+      OnExecute = UpFolderActionExecute
+      OnUpdate = UpFolderActionUpdate
+    end
+    object CabinetCloseAction: TAction
+      Category = #34920#31034
+      Caption = #38281#12376#12427'(&C)'
+      Hint = #12461#12515#12499#12493#12483#12488#12434#38281#12376#12427
+    end
+    object IconStyle: TAction
+      Category = #34920#31034
+      Caption = #34920#31034'(&V)'
+      Hint = #34920#31034
+      ImageIndex = 7
+      OnExecute = IconStyleExecute
+    end
+    object LargeIconAction: TAction
+      Category = #34920#31034
+      Caption = #22823#12365#12356#12450#12452#12467#12531'(&G)'
+      GroupIndex = 2
+      Hint = #12522#12473#12488#12434#22823#12365#12356#12450#12452#12467#12531#34920#31034#12395#12377#12427
+      OnExecute = LargeIconActionExecute
+    end
+    object SmallIconAction: TAction
+      Category = #34920#31034
+      Caption = #23567#12373#12356#12450#12452#12467#12531'(&M)'
+      GroupIndex = 2
+      Hint = #12522#12473#12488#12434#23567#12373#12356#12450#12452#12467#12531#34920#31034#12395#12377#12427
+      OnExecute = SmallIconActionExecute
+    end
+    object ListIconAction: TAction
+      Category = #34920#31034
+      Caption = #19968#35239'(&L)'
+      GroupIndex = 2
+      Hint = #12522#12473#12488#12434#19968#35239#34920#31034#12395#12377#12427
+      OnExecute = ListIconActionExecute
+    end
+    object DetailIconAction: TAction
+      Category = #34920#31034
+      Caption = #35443#32048'(&D)'
+      GroupIndex = 2
+      Hint = #12522#12473#12488#12434#35443#32048#34920#31034#12395#12377#12427
+      OnExecute = DetailIconActionExecute
+    end
+    object MidokuAction: TAction
+      Category = #32232#38598
+      Caption = #26410#35501#12395#12377#12427'(&M)'
+      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12434#26410#35501#12395#12377#12427
+      OnExecute = MidokuActionExecute
+    end
+    object AllSelectAction: TAction
+      Category = #32232#38598
+      Caption = #12377#12409#12390#36984#25246'(&A)'
+      Hint = #12522#12473#12488#12434#12377#12409#12390#36984#25246#12377#12427
+      ShortCut = 16449
+      OnExecute = AllSelectActionExecute
+      OnUpdate = AllSelectActionUpdate
+    end
+    object AllItemAction: TAction
+      Category = #26495
+      AutoCheck = True
+      Caption = #12377#12409#12390#12398#12473#12524#12483#12489#12434#34920#31034'(&A)'
+      GroupIndex = 1
+      Hint = #12473#12524#12483#12489#12434#12377#12409#12390#34920#31034#12377#12427
+      ImageIndex = 9
+      OnExecute = AllItemActionExecute
+      OnUpdate = AllItemActionUpdate
+    end
+    object LogItemAction: TAction
+      Category = #26495
+      AutoCheck = True
+      Caption = #12525#12464#26377#12426#12473#12524#12483#12489#34920#31034'(&L)'
+      GroupIndex = 1
+      Hint = #12525#12464#26377#12426#12473#12524#12483#12489#12398#12415#34920#31034#12377#12427
+      ImageIndex = 10
+      OnExecute = LogItemActionExecute
+      OnUpdate = LogItemActionUpdate
+    end
+    object NewItemAction: TAction
+      Category = #26495
+      AutoCheck = True
+      Caption = #26032#30528#12473#12524#12483#12489#34920#31034'(&N)'
+      GroupIndex = 1
+      Hint = #26032#30528#12473#12524#12483#12489#12398#12415#34920#31034#12377#12427
+      ImageIndex = 11
+      OnExecute = NewItemActionExecute
+      OnUpdate = NewItemActionUpdate
+    end
+    object ThreadRangeAction: TAction
+      Category = #26495
+      AutoCheck = True
+      Caption = #12473#12524#12483#12489#12398#34920#31034#31684#22258#12434#35373#23450'(&H)'
+      GroupIndex = 1
+      Hint = #12473#12524#12483#12489#12398#34920#31034#31684#22258#12434#35373#23450
+      ImageIndex = 10
+      OnExecute = ThreadRangeActionExecute
+      OnUpdate = ThreadRangeActionUpdate
+    end
+    object SelectItemAction: TAction
+      Category = #26495
+      AutoCheck = True
+      Caption = #12473#12524#12483#12489#32094#36796#12415#34920#31034'(&S)...'
+      GroupIndex = 1
+      Hint = #12473#12524#12483#12489#32094#36796#12415#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427
+      ImageIndex = 12
+      OnExecute = SelectItemActionExecute
+      OnUpdate = SelectItemActionUpdate
+    end
+    object StopAction: TAction
+      Category = #34920#31034
+      Caption = #20013#27490'(&S)'
+      Hint = #12480#12454#12531#12525#12540#12489#12434#20013#27490#12377#12427
+      ImageIndex = 2
+      ShortCut = 27
+      OnExecute = StopActionExecute
+    end
+    object OptionAction: TAction
+      Category = #12484#12540#12523
+      Caption = #12458#12503#12471#12519#12531'(&O)...'
+      Hint = #12458#12503#12471#12519#12531#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427
+      OnExecute = OptionActionExecute
+    end
+    object RoundAction: TAction
+      Category = #12484#12540#12523
+      Caption = #24033#22238#12434#23455#34892'(&R)...'
+      Hint = #24033#22238#12480#12452#12450#12525#12464#12434#34920#31034#12377#12427
+      ImageIndex = 0
+      OnExecute = RoundActionExecute
+    end
+    object BrowserMaxAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #12473#12524#12434#22823#12365#12367#34920#31034'(&E)'
+      Hint = #12473#12524#12483#12489#34920#31034#12456#12522#12450#12434#22823#12365#12367#34920#31034#12377#12427
+      ImageIndex = 16
+      OnExecute = BrowserMaxActionExecute
+    end
+    object BrowserMinAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #12473#12524#12434#23567#12373#12367#34920#31034'(&W)'
+      Hint = #12473#12524#12483#12489#34920#31034#12456#12522#12450#12434#23567#12373#12367#34920#31034#12377#12427
+      ImageIndex = 17
+      OnExecute = BrowserMinActionExecute
+    end
+    object ScrollTopAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #20808#38957#12408#31227#21205'(&T)'
+      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#12398#20808#38957#12408#31227#21205#12377#12427
+      ImageIndex = 22
+      OnExecute = ScrollTopActionExecute
+      OnUpdate = ScrollTopActionUpdate
+    end
+    object ScrollLastAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #26368#24460#12408#31227#21205'(&L)'
+      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#26368#24460#12408#31227#21205#12377#12427
+      ImageIndex = 23
+      OnExecute = ScrollLastActionExecute
+      OnUpdate = ScrollLastActionUpdate
+    end
+    object ScrollNewAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #26032#30528#12408#31227#21205'(&N)'
+      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#12398#26032#30528#12408#31227#21205#12377#12427
+      ImageIndex = 24
+      OnExecute = ScrollNewActionExecute
+      OnUpdate = ScrollNewActionUpdate
+    end
+    object ScrollKokoAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #12467#12467#12414#12391#35501#12435#12384#12408#31227#21205'(&K)'
+      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#12398#12467#12467#12414#12391#35501#12435#12384#12408#31227#21205#12377#12427
+      ImageIndex = 25
+      OnExecute = ScrollKokoActionExecute
+      OnUpdate = ScrollKokoActionUpdate
+    end
+    object EditorAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #12524#12473#26360#12365#36796#12415'(&R)'
+      Hint = #12524#12473#26360#12365#36796#12415#12454#12451#12531#12489#12454#12434#34920#31034#12377#12427
+      ImageIndex = 26
+      ShortCut = 16466
+      OnExecute = EditorActionExecute
+      OnUpdate = EditorActionUpdate
+    end
+    object IEAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #12502#12521#12454#12470#12391#34920#31034'(&B)'
+      Hint = #12473#12524#12434#12502#12521#12454#12470#12391#34920#31034#12377#12427
+      ImageIndex = 27
+      OnExecute = IEActionExecute
+      OnUpdate = IEActionUpdate
+    end
+    object ShowThreadAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #12473#12524#12483#12489#12434#12502#12521#12454#12470#12391#34920#31034'(&S)'
+      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#12434#12502#12521#12454#12470#12391#34920#31034#12377#12427
+      ImageIndex = 27
+      OnExecute = ShowThreadActionExecute
+      OnUpdate = ShowThreadActionUpdate
+    end
+    object ShowBoardAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #26495#12434#12502#12521#12454#12470#12391#34920#31034'(&B)'
+      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#12398#26495#12434#12502#12521#12454#12470#12391#34920#31034#12377#12427
+      ImageIndex = 27
+      OnExecute = ShowBoardActionExecute
+      OnUpdate = ShowBoardActionUpdate
+    end
+    object URLCopyAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = 'URL'#12434#12467#12500#12540'(&C)'
+      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#12398'URL'#12434#12467#12500#12540#12377#12427
+      OnExecute = URLCopyActionExecute
+      OnUpdate = URLCopyActionUpdate
+    end
+    object NameCopyAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #12473#12524#12483#12489#21517#12434#12467#12500#12540'(&T)'
+      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#21517#12434#12467#12500#12540#12377#12427
+      OnExecute = NameCopyActionExecute
+      OnUpdate = NameCopyActionUpdate
+    end
+    object NameURLCopyAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #12473#12524#12483#12489#21517#12392'URL'#12434#12467#12500#12540'(&M)'
+      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#21517#12392'URL'#12434#12467#12500#12540#12377#12427
+      OnExecute = NameURLCopyActionExecute
+      OnUpdate = NameURLCopyActionUpdate
+    end
+    object ItemReloadAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #12473#12524#12483#12489#12480#12454#12531#12525#12540#12489'(&A)'
+      Hint = #34920#31034#12373#12428#12390#12356#12427#12473#12524#12483#12489#12434#12480#12454#12531#12525#12540#12489#12377#12427
+      ImageIndex = 28
+      OnExecute = ItemReloadActionExecute
+      OnUpdate = ItemReloadActionUpdate
+    end
+    object ThreadEditorAction: TAction
+      Category = #26495
+      Caption = #26032#12473#12524#20316#25104'(&T)'
+      Hint = #26032#12473#12524#26360#12365#36796#12415#12454#12451#12531#12489#12454#12434#34920#31034#12377#12427
+      ImageIndex = 26
+      OnExecute = ThreadEditorActionExecute
+      OnUpdate = ThreadEditorActionUpdate
+    end
+    object BoardIEAction: TAction
+      Category = #26495
+      Caption = #12502#12521#12454#12470#12391#34920#31034'(&B)'
+      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#26495#12434#12502#12521#12454#12470#12391#34920#31034#12377#12427
+      ImageIndex = 27
+      OnExecute = BoardIEActionExecute
+      OnUpdate = BoardIEActionUpdate
+    end
+    object SelectItemURLCopyAction: TAction
+      Category = #26495
+      Caption = 'URL'#12434#12467#12500#12540'(&C)'
+      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12398'URL'#12434#12467#12500#12540#12377#12427
+      OnExecute = SelectItemURLCopyActionExecute
+      OnUpdate = SelectItemURLCopyActionUpdate
+    end
+    object SelectItemNameCopyAction: TAction
+      Category = #26495
+      Caption = #21517#21069#12434#12467#12500#12540'(&C)'
+      Hint = #36984#25246#12373#12428#12390#12356#12427#26495#12398#21517#21069#12434#12467#12500#12540#12377#12427
+      OnExecute = SelectItemNameCopyActionExecute
+      OnUpdate = SelectItemNameCopyActionUpdate
+    end
+    object SelectItemNameURLCopyAction: TAction
+      Category = #26495
+      Caption = #21517#21069#12392'URL'#12434#12467#12500#12540'(&N)'
+      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12398#21517#21069#12392'URL'#12434#12467#12500#12540#12377#12427
+      OnExecute = SelectItemNameURLCopyActionExecute
+      OnUpdate = SelectItemNameURLCopyActionUpdate
+    end
+    object SelectListReloadAction: TAction
+      Category = #26495
+      Caption = #36984#25246#12473#12524#12483#12489#19968#35239#12480#12454#12531#12525#12540#12489'(&D)'
+      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#19968#35239#12434#12480#12454#12531#12525#12540#12489#12377#12427
+      ImageIndex = 13
+      OnExecute = SelectListReloadActionExecute
+      OnUpdate = SelectListReloadActionUpdate
+    end
+    object SelectThreadReloadAction: TAction
+      Category = #26495
+      Caption = #36984#25246#12473#12524#12483#12489#12480#12454#12531#12525#12540#12489'(&E)'
+      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12434#12480#12454#12531#12525#12540#12489#12377#12427
+      ImageIndex = 14
+      OnExecute = SelectThreadReloadActionExecute
+      OnUpdate = SelectThreadReloadActionUpdate
+    end
+    object BrowserTabCloseAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #12450#12463#12486#12451#12502#12479#12502#12434#38281#12376#12427'(&X)'
+      Hint = #29694#22312#38283#12356#12390#12356#12427#12479#12502#12434#38281#12376#12427
+      ImageIndex = 41
+      OnExecute = BrowserTabCloseActionExecute
+      OnUpdate = BrowserTabCloseActionUpdate
+    end
+    object NotSelectTabCloseAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #12450#12463#12486#12451#12502#12479#12502#20197#22806#12434#38281#12376#12427'(&V)'
+      Hint = #29694#22312#38283#12356#12390#12356#12427#12479#12502#20197#22806#12434#20840#12390#38281#12376#12427
+      ImageIndex = 39
+      OnExecute = NotSelectTabCloseActionExecute
+      OnUpdate = NotSelectTabCloseActionUpdate
+    end
+    object AllTabCloseAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #12377#12409#12390#12398#12479#12502#12434#38281#12376#12427'(&Z)'
+      Hint = #12377#12409#12390#12398#12479#12502#12434#38281#12376#12427
+      ImageIndex = 40
+      OnExecute = AllTabCloseActionExecute
+      OnUpdate = AllTabCloseActionUpdate
+    end
+    object KokomadeAction: TAction
+      Tag = -1
+      Category = #12502#12521#12454#12470#12509#12483#12503#12450#12483#12503
+      Caption = #12467#12467#12414#12391#35501#12435#12384'(&K)'
+      OnExecute = KokomadeActionExecute
+    end
+    object ZenbuAction: TAction
+      Tag = -1
+      Category = #12502#12521#12454#12470#12509#12483#12503#12450#12483#12503
+      Caption = #20840#37096#35501#12435#12384'(&A)'
+      OnExecute = ZenbuActionExecute
+    end
+    object KokoResAction: TAction
+      Tag = -1
+      Category = #12502#12521#12454#12470#12509#12483#12503#12450#12483#12503
+      Caption = #12467#12467#12395#12524#12473'(&R)'
+      OnExecute = KokoResActionExecute
+    end
+    object TreeSelectBoradReload: TAction
+      Tag = -1
+      Category = #12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = #12473#12524#12483#12489#19968#35239#12480#12454#12531#12525#12540#12489'(&D)'
+      Hint = #12473#12524#12483#12489#19968#35239#12434#12480#12454#12531#12525#12540#12489#12377#12427
+      OnExecute = TreeSelectBoradReloadExecute
+    end
+    object TreeSelectThreadReload: TAction
+      Tag = -1
+      Category = #12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = #36984#25246#12473#12524#12483#12489#12480#12454#12531#12525#12540#12489'(&E)'
+      Hint = #36984#25246#12373#12428#12383#12473#12524#12483#12489#12434#12480#12454#12531#12525#12540#12489#12377#12427
+      OnExecute = TreeSelectThreadReloadExecute
+    end
+    object TreeSelectURLCopy: TAction
+      Tag = -1
+      Category = #12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = 'URL'#12434#12467#12500#12540'(&C)'
+      Hint = #36984#25246#12373#12428#12383#26495#12398'URL'#12434#12467#12500#12540#12377#12427
+      OnExecute = TreeSelectURLCopyExecute
+    end
+    object SelectReservAction: TAction
+      Category = #26495
+      Caption = #12473#12524#12483#12489#24033#22238#20104#32004'(&R)'
+      Hint = #12473#12524#12483#12489#24033#22238#20104#32004
+      ImageIndex = 15
+      OnExecute = SelectReservActionExecute
+      OnUpdate = SelectReservActionUpdate
+    end
+    object SelectNewRoundName: TAction
+      Category = #26495
+      Caption = #26032#12375#12356#21517#21069#12391#24033#22238#20104#32004
+      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12395#26032#12375#12356#21517#21069#12391#24033#22238#12434#25351#23450#12377#12427
+      OnExecute = SelectNewRoundNameExecute
+    end
+    object SelectDeleteRound: TAction
+      Category = #26495
+      Caption = #24033#22238#20104#32004#21066#38500
+      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12398#24033#22238#12434#21066#38500#12377#12427
+      OnExecute = SelectDeleteRoundExecute
+    end
+    object KeySettingAction: TAction
+      Category = #12484#12540#12523
+      Caption = #12461#12540#35373#23450'(&K)...'
+      Hint = #12461#12540#35373#23450#12480#12452#12450#12525#12464#12434#38283#12367
+      OnExecute = KeySettingActionExecute
+    end
+    object ArrangeAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #32294#27178#37197#32622#12434#22793#26356#12377#12427'(&H)'
+      Hint = #12522#12473#12488#12392#12502#12521#12454#12470#12398#32294#27178#37197#32622#12434#22793#26356#12377#12427
+      ImageIndex = 4
+      OnExecute = ArrangeActionExecute
+    end
+    object ActiveLogDeleteAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #12450#12463#12486#12451#12502#12479#12502#12398#12525#12464#12434#21066#38500'(&D)'
+      Hint = #29694#22312#38283#12356#12390#12356#12427#12479#12502#12398#12473#12524#12483#12489#12434#21066#38500#12377#12427
+      ImageIndex = 29
+      OnExecute = ActiveLogDeleteActionExecute
+      OnUpdate = ActiveLogDeleteActionUpdate
+    end
+    object TreeSelectNameURLCopy: TAction
+      Tag = -1
+      Category = #12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = #21517#21069#12392'URL'#12434#12467#12500#12540'(&N)'
+      Hint = #36984#25246#12373#12428#12383#26495#12398#21517#21069#12392'URL'#12434#12467#12500#12540#12377#12427
+      OnExecute = TreeSelectNameURLCopyExecute
+    end
+    object PaneInitAction: TAction
+      Category = #34920#31034
+      Caption = #12506#12452#12531#12398#12469#12452#12474#12434#21021#26399#21270#12377#12427'(&I)'
+      Hint = #12506#12452#12531#12398#12469#12452#12474#12434#21021#26399#21270#12377#12427
+      OnExecute = PaneInitActionExecute
+    end
+    object LeftmostTabSelectAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #19968#30058#24038#12398#12479#12502#36984#25246'(&F)'
+      Hint = #19968#30058#24038#12398#12479#12502#12434#36984#25246#12377#12427
+      ImageIndex = 50
+      OnExecute = LeftmostTabSelectActionExecute
+      OnUpdate = LeftmostTabSelectActionUpdate
+    end
+    object LeftTabSelectAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #24038#12398#12479#12502#36984#25246'(&G)'
+      Hint = #24038#12398#12479#12502#12434#36984#25246#12377#12427
+      ImageIndex = 48
+      OnExecute = LeftTabSelectActionExecute
+      OnUpdate = LeftTabSelectActionUpdate
+    end
+    object RightTabSelectAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #21491#12398#12479#12502#36984#25246'(&H)'
+      Hint = #21491#12398#12479#12502#12434#36984#25246#12377#12427
+      ImageIndex = 47
+      OnExecute = RightTabSelectActionExecute
+      OnUpdate = RightTabSelectActionUpdate
+    end
+    object RightmostTabSelectAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #19968#30058#21491#12398#12479#12502#36984#25246'(&J)'
+      Hint = #19968#30058#21491#12398#12479#12502#12434#36984#25246#12377#12427
+      ImageIndex = 49
+      OnExecute = RightmostTabSelectActionExecute
+      OnUpdate = RightmostTabSelectActionUpdate
+    end
+    object FavoriteAddAction: TAction
+      Category = #12362#27671#12395#20837#12426
+      Caption = #12362#27671#12395#20837#12426#12398#36861#21152'(&A)...'
+      Hint = #12362#27671#12395#20837#12426#36861#21152#12480#12452#12450#12525#12464#12434#38283#12367
+      OnExecute = FavoriteAddActionExecute
+      OnUpdate = FavoriteAddActionUpdate
+    end
+    object BoardFavoriteAddAction: TAction
+      Category = #26495
+      Caption = #12362#27671#12395#20837#12426#12395#36861#21152'(&F)...'
+      Hint = #36984#25246#12373#12428#12390#12356#12427#26495#12434#12362#27671#12395#20837#12426#12395#36861#21152#12377#12427
+      OnExecute = BoardFavoriteAddActionExecute
+      OnUpdate = BoardFavoriteAddActionUpdate
+    end
+    object ThreadFavoriteAddAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #12362#27671#12395#20837#12426#12395#36861#21152'(&F)...'
+      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12434#12362#27671#12395#20837#12426#12395#36861#21152#12377#12427
+      OnExecute = ThreadFavoriteAddActionExecute
+      OnUpdate = ThreadFavoriteAddActionUpdate
+    end
+    object TreeSelectFavoriteAddAction: TAction
+      Tag = -1
+      Category = #12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = #12362#27671#12395#20837#12426#12395#36861#21152'(&F)...'
+      Hint = #12362#27671#12395#20837#12426#12395#36861#21152#12377#12427
+      OnExecute = TreeSelectFavoriteAddActionExecute
+    end
+    object FavoriteArrangeAction: TAction
+      Category = #12362#27671#12395#20837#12426
+      Caption = #12362#27671#12395#20837#12426#12398#25972#29702'(&O)...'
+      Hint = #12362#27671#12395#20837#12426#25972#29702#12480#12452#12450#12525#12464#12434#38283#12367
+      OnExecute = FavoriteArrangeActionExecute
+    end
+    object MoveToAction: TAction
+      Category = #12450#12489#12524#12473#12496#12540
+      Caption = #31227#21205
+      Hint = #12450#12489#12524#12473#12496#12540#12395#34920#31034#12375#12390#12356#12427#12450#12489#12524#12473#12408#31227#21205#12377#12427
+      ImageIndex = 33
+      OnExecute = MoveToActionExecute
+    end
+    object BrowserTabVisibleAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #34920#31034'(&V)'
+      Hint = #12502#12521#12454#12470#12479#12502#12398#12398#34920#31034#29366#24907#12434#22793#26356#12377#12427
+      OnExecute = BrowserTabVisibleActionExecute
+    end
+    object BrowserTabTopAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #19978#12395#34920#31034'(&T)'
+      Hint = #12502#12521#12454#12470#12479#12502#12434#19978#12395#34920#31034#12377#12427
+      OnExecute = BrowserTabTopActionExecute
+    end
+    object BrowserTabBottomAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #19979#12395#34920#31034'(&B)'
+      Hint = #12502#12521#12454#12470#12479#12502#12434#19979#12395#34920#31034#12377#12427
+      OnExecute = BrowserTabBottomActionExecute
+    end
+    object BrowserTabTabStyleAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #12479#12502' '#12473#12479#12452#12523'(&A)'
+      Hint = #12502#12521#12454#12470#12479#12502#12398#12473#12479#12452#12523#12434#12479#12502#12473#12479#12452#12523#12395#12377#12427
+      OnExecute = BrowserTabTabStyleActionExecute
+    end
+    object BrowserTabButtonStyleAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #12508#12479#12531' '#12473#12479#12452#12523'(&U)'
+      Hint = #12502#12521#12454#12470#12479#12502#12398#12473#12479#12452#12523#12434#12508#12479#12531#12473#12479#12452#12523#12395#12377#12427
+      OnExecute = BrowserTabButtonStyleActionExecute
+    end
+    object BrowserTabFlatStyleAction: TAction
+      Category = #34920#31034
+      AutoCheck = True
+      Caption = #12501#12521#12483#12488#12508#12479#12531' '#12473#12479#12452#12523'(&F)'
+      Hint = #12502#12521#12454#12470#12479#12502#12398#12473#12479#12452#12523#12434#12501#12521#12483#12488#12508#12479#12531#12473#12479#12452#12523#12395#12377#12427
+      OnExecute = BrowserTabFlatStyleActionExecute
+    end
+    object GikoHelpAction: TAction
+      Category = #12504#12523#12503
+      Caption = #12462#12467#12490#12499' '#12504#12523#12503'(&H)'
+      Hint = #12462#12467#12490#12499#12398#12504#12523#12503#12434#34920#31034#12377#12427
+      OnExecute = GikoHelpActionExecute
+    end
+    object KotehanAction: TAction
+      Category = #12484#12540#12523
+      Caption = #12467#12486#12495#12531#35373#23450'(&H)...'
+      Hint = #12467#12486#12495#12531#35373#23450#12480#12452#12450#12525#12464#12434#38283#12367
+      OnExecute = KotehanActionExecute
+    end
+    object ToolBarSettingAction: TAction
+      Category = #12484#12540#12523
+      Caption = #12484#12540#12523#12496#12540#35373#23450'(&T)...'
+      Hint = #12484#12540#12523#12496#12540#35373#23450#12480#12452#12450#12525#12464#12434#38283#12367
+      OnExecute = ToolBarSettingActionExecute
+    end
+    object SelectResAction: TAction
+      Category = #12473#12524#12483#12489
+      AutoCheck = True
+      Caption = #12524#12473#32094#36796#12415#34920#31034'(&S)...'
+      GroupIndex = 2
+      Hint = #12524#12473#12398#20869#23481#12434#32094#36796#12416
+      ImageIndex = 12
+      OnExecute = SelectResActionExecute
+      OnUpdate = SelectResActionUpdate
+    end
+    object AllResAction: TAction
+      Category = #12473#12524#12483#12489
+      AutoCheck = True
+      Caption = #12377#12409#12390#12398#12524#12473#12434#34920#31034'(&A)'
+      GroupIndex = 2
+      Hint = #12377#12409#12390#12398#12524#12473#12434#34920#31034#12377#12427
+      ImageIndex = 9
+      OnExecute = AllResActionExecute
+      OnUpdate = AllResActionUpdate
+    end
+    object EditNGAction: TAction
+      Category = 'NGword'
+      Caption = 'NG'#12527#12540#12489#12501#12449#12452#12523#32232#38598
+      Hint = 'NG'#12527#12540#12489#12501#12449#12452#12523#32232#38598
+      ImageIndex = 43
+      OnExecute = EditNGActionExecute
+    end
+    object ReloadAction: TAction
+      Category = 'NGword'
+      Caption = 'NG'#12527#12540#12489#35501#12415#36796#12415#65288#20877#35501#12415#36796#12415#65289
+      Hint = 'NG'#12527#12540#12489#35501#12415#36796#12415#65288#20877#35501#12415#36796#12415#65289
+      OnExecute = ReloadClick
+    end
+    object GoFowardAction: TAction
+      Category = 'NGword'
+      Caption = 'NG'#12527#12540#12489#35501#12415#36796#12415#65288#19968#12388#24460#12429#65289
+      Hint = 'NG'#12527#12540#12489#35501#12415#36796#12415#65288#19968#12388#24460#12429#65289
+      OnExecute = GoFowardClick
+    end
+    object GoBackAction: TAction
+      Category = 'NGword'
+      Caption = 'NG'#12527#12540#12489#35501#12415#36796#12415#65288#19968#12388#21069#65289
+      Hint = 'NG'#12527#12540#12489#35501#12415#36796#12415#65288#19968#12388#21069#65289
+      OnExecute = GoBackClick
+    end
+    object CancellIndividualAbon: TAction
+      Category = 'NGword'
+      Caption = #20491#21029#12354#12412#12540#12435#35299#38500
+      Hint = #20491#21029#12354#12412#12540#12435#35299#38500
+      OnExecute = N42Click
+    end
+    object TreeSelectSearchBoardName: TAction
+      Tag = -1
+      Category = #12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = #26495#21517#26908#32034
+      Hint = #26495#21517#26908#32034
+      OnExecute = TreeSelectSearchBoardNameExecute
+    end
+    object FavoriteTreeViewRenameAction: TAction
+      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = #21517#21069#12398#22793#26356'(&M)'
+      Hint = #12362#27671#12395#20837#12426#12398#21517#21069#12434#32232#38598#12377#12427
+      ImageIndex = 26
+      OnExecute = FavoriteTreeViewRenameActionExecute
+    end
+    object FavoriteTreeViewNewFolderAction: TAction
+      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = #26032#12375#12356#12501#12457#12523#12480#12398#20316#25104'(&W)'
+      Hint = #26032#12375#12367#12362#27671#12395#20837#12426#12395#12501#12457#12523#12480#12434#20316#25104#12377#12427
+      ImageIndex = 31
+      OnExecute = FavoriteTreeViewNewFolderActionExecute
+    end
+    object FavoriteTreeViewDeleteAction: TAction
+      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = #21066#38500'(&D)'
+      Hint = #12371#12398#12362#27671#12395#20837#12426#12434#21066#38500#12377#12427
+      ImageIndex = 29
+      OnExecute = FavoriteTreeViewDeleteActionExecute
+    end
+    object FavoriteTreeViewBrowseFolderAction: TAction
+      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = #12371#12428#12425#12434#12377#12409#12390#38283#12367'(&A)'
+      Hint = #12371#12398#12501#12457#12523#12480#12395#20837#12387#12390#12356#12427#12362#27671#12395#20837#12426#12434#20840#12390#38283#12367
+      OnExecute = FavoriteTreeViewBrowseFolderActionExecute
+    end
+    object FavoriteTreeViewReloadAction: TAction
+      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = #12480#12454#12531#12525#12540#12489'(&R)'
+      Hint = #36984#25246#12373#12428#12390#12356#12427#12362#27671#12395#20837#12426#12434#12480#12454#12531#12525#12540#12489#12377#12427
+      ImageIndex = 14
+      OnExecute = FavoriteTreeViewReloadActionExecute
+    end
+    object FavoriteTreeViewURLCopyAction: TAction
+      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = 'URL'#12434#12467#12500#12540'(&C)'
+      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12398'URL'#12434#12467#12500#12540#12377#12427
+      OnExecute = FavoriteTreeViewURLCopyActionExecute
+    end
+    object FavoriteTreeViewNameCopyAction: TAction
+      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = #21517#21069#12434#12467#12500#12540'(&C)'
+      Hint = #36984#25246#12373#12428#12390#12356#12427#26495#12398#21517#21069#12434#12467#12500#12540#12377#12427
+      OnExecute = FavoriteTreeViewNameCopyActionExecute
+    end
+    object FavoriteTreeViewNameURLCopyAction: TAction
+      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = #21517#21069#12392'URL'#12434#12467#12500#12540'(&N)'
+      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12398#21517#21069#12392'URL'#12434#12467#12500#12540#12377#12427
+      OnExecute = FavoriteTreeViewNameURLCopyActionExecute
+    end
+    object FavoriteTreeViewLogDeleteAction: TAction
+      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = #12525#12464#21066#38500'(&D)'
+      Hint = #36984#25246#12373#12428#12390#12356#12427#12473#12524#12483#12489#12434#21066#38500#12377#12427
+      OnExecute = FavoriteTreeViewLogDeleteActionExecute
+    end
+    object ResRangeAction: TAction
+      Category = #12473#12524#12483#12489
+      AutoCheck = True
+      Caption = #34920#31034#31684#22258
+      GroupIndex = 2
+      Hint = #12524#12473#12398#34920#31034#31684#22258#12434#35373#23450
+      ImageIndex = 38
+      OnExecute = ResRangeActionExecute
+      OnUpdate = ResRangeActionUpdate
+    end
+    object ExportFavoriteFile: TFileSaveAs
+      Category = #12501#12449#12452#12523
+      Caption = #12362#27671#12395#20837#12426#12398#12456#12463#12473#12509#12540#12488
+      Dialog.Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
+      Hint = #12362#27671#12395#20837#12426#12398#12456#12463#12473#12509#12540#12488
+      BeforeExecute = ExportFavoriteFileBeforeExecute
+      OnAccept = ExportFavoriteFileAccept
+    end
+    object FavoriteTreeViewBrowseBoardAction: TAction
+      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = #26495#12434#12502#12521#12454#12470#12391#34920#31034'(&B)'
+      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#12398#26495#12434#12502#12521#12454#12470#12391#34920#31034#12377#12427
+      ImageIndex = 27
+    end
+    object FavoriteTreeViewBrowseThreadAction: TAction
+      Category = #12362#27671#12395#20837#12426#12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = #12473#12524#12483#12489#12434#12502#12521#12454#12470#12391#34920#31034'(&S)'
+      Hint = #29694#22312#34920#31034#12375#12390#12356#12427#12473#12524#12483#12489#12434#12502#12521#12454#12470#12391#34920#31034#12377#12427
+      ImageIndex = 27
+      OnExecute = FavoriteTreeViewBrowseThreadActionExecute
+    end
+    object UpBoardAction: TAction
+      Category = #12473#12524#12483#12489
+      Caption = #26495#12434#34920#31034
+      Hint = #12371#12398#12473#12524#12483#12489#12434#21547#12416#12473#12524#12483#12489#19968#35239#12434#34920#31034
+      ImageIndex = 8
+      OnExecute = UpBoardActionExecute
+      OnUpdate = UpBoardActionUpdate
+    end
+    object KoreCopy: TAction
+      Tag = -1
+      Category = #12502#12521#12454#12470#12509#12483#12503#12450#12483#12503
+      Caption = #12371#12398#12524#12473#12467#12500#12540
+      Hint = #36984#25246#12375#12383#12524#12473#12434#12467#12500#12540#12377#12427
+      OnExecute = KoreCopyExecute
+    end
+    object TreeSelectNameCopy: TAction
+      Tag = -1
+      Category = #12484#12522#12540#12509#12483#12503#12450#12483#12503
+      Caption = #21517#21069#12434#12467#12500#12540'(&Y)'
+      Hint = #36984#25246#12373#12428#12383#26495#12398#21517#21069#12434#12467#12500#12540#12377#12427
+      OnExecute = TreeSelectNameCopyExecute
+    end
+    object SetFocusForBrowserAction: TAction
+      Category = #34920#31034
+      Caption = #12502#12521#12454#12470#12395#12501#12457#12540#12459#12473#12434#24403#12390#12427
+      Hint = #12502#12521#12454#12470#12395#12501#12457#12540#12459#12473#12434#24403#12390#12427
+      OnExecute = SetFocusForBrowserActionExecute
+      OnUpdate = SetFocusForBrowserActionUpdate
+    end
+    object SetFocusForThreadListAction: TAction
+      Category = #34920#31034
+      Caption = #12473#12524#12483#12489#19968#35239#12395#12501#12457#12540#12459#12473#12434#24403#12390#12427
+      Hint = #12473#12524#12483#12489#19968#35239#12395#12501#12457#12540#12459#12473#12434#24403#12390#12427
+      OnExecute = SetFocusForThreadListActionExecute
+    end
+    object SetFocusForCabinetAction: TAction
+      Category = #34920#31034
+      Caption = #12461#12515#12499#12493#12483#12488#12395#12501#12457#12540#12459#12473#12434#24403#12390#12427
+      Hint = #12461#12515#12499#12493#12483#12488#12395#12501#12457#12540#12459#12473#12434#24403#12390#12427
+      OnExecute = SetFocusForCabinetActionExecute
+      OnUpdate = SetFocusForCabinetActionUpdate
+    end
+    object FileRun1: TFileRun
+      Tag = -1
+      Category = #12501#12449#12452#12523
+      Browse = False
+      BrowseDlg.Title = #23455#34892
+      Caption = #23455#34892'(&R)...'
+      FileName = 'notepad'
+      Hint = #23455#34892'|'#12450#12503#12522#12465#12540#12471#12519#12531#12398#23455#34892
+      Operation = 'open'
+      ShowCmd = scShowNormal
+    end
+    object ThreadlistMaxAndFocusAction: TAction
+      Category = #34920#31034
+      Caption = #12473#12524#12483#12489#19968#35239#12434#26368#22823#21270#12375#12390#12501#12457#12540#12459#12473#12434#24403#12390#12427
+      Hint = #12473#12524#12483#12489#19968#35239#12434#26368#22823#21270#12375#12390#12501#12457#12540#12459#12473#12434#24403#12390#12427
+      OnExecute = ThreadlistMaxAndFocusActionExecute
+    end
+    object BrowserMaxAndFocusAction: TAction
+      Category = #34920#31034
+      Caption = #12473#12524#34920#31034#12434#26368#22823#21270#12375#12390#12501#12457#12540#12459#12473#12434#24403#12390#12427
+      Hint = #12473#12524#34920#31034#12434#26368#22823#21270#12375#12390#12501#12457#12540#12459#12473#12434#24403#12390#12427
+      OnExecute = BrowserMaxAndFocusActionExecute
+      OnUpdate = BrowserMaxAndFocusActionUpdate
+    end
+    object SelectItemSaveForHTML: TAction
+      Category = #12501#12449#12452#12523
+      Caption = 'SelectItemSaveForHTML'
+      Hint = #36984#25246#12473#12524#12483#12489#12434'HTML'#21270#12375#12390#20445#23384
+      ImageIndex = 44
+      OnExecute = SelectItemSaveForHTMLExecute
+    end
+    object SelectItemSaveForDat: TAction
+      Category = #12501#12449#12452#12523
+      Caption = 'SelectItemSaveForHTML'
+      Hint = #36984#25246#12473#12524#12483#12489#12434'DAT'#24418#24335#12398#12414#12414#20445#23384
+      ImageIndex = 44
+      OnExecute = SelectItemSaveForDatExecute
+    end
+    object FileSaveAs1: TFileSaveAs
+      Tag = -1
+      Category = #12501#12449#12452#12523
+      Caption = #21517#21069#12434#20184#12369#12390#20445#23384'(&A)...'
+      Hint = #21029#21517#12391#20445#23384'|'#29694#22312#12398#12501#12449#12452#12523#12395#26032#12375#12356#21517#21069#12434#12388#12369#12390#20445#23384
+      ImageIndex = 44
+    end
+    object LogFolderOpenAction: TAction
+      Category = #26495
+      Caption = 'Explore'#12391'Log'#12501#12457#12523#12480#12434#38283#12367
+      Hint = 'Explore'#12391'Log'#12501#12457#12523#12480#12434#38283#12367
+      OnExecute = LogFolderOpenActionExecute
+      OnUpdate = LogFolderOpenActionUpdate
+    end
+    object TabsSaveAction: TAction
+      Category = #12501#12449#12452#12523
+      Caption = #12479#12502#12398#38918#30058#12434#20445#23384
+      Hint = #12479#12502#12398#38918#30058#12434#20445#23384
+      OnExecute = TabsSaveActionExecute
+    end
+    object TabsOpenAction: TAction
+      Category = #12501#12449#12452#12523
+      Caption = #12479#12502#12398#38918#30058#12434#24489#20803
+      Hint = #12479#12502#12398#38918#30058#12434#24489#20803
+      OnExecute = TabsOpenActionExecute
+    end
+    object BrowsBoradHeadAction: TAction
+      Tag = -1
+      Category = #26495
+      Caption = 'Head.txt'#12434#12502#12521#12454#12470#12391#34920#31034#12377#12427
+      Hint = 'Head.txt'#12434#12502#12521#12454#12470#12391#34920#31034#12377#12427
+      ImageIndex = 42
+      Visible = False
+      OnExecute = BrowsBoradHeadActionExecute
+      OnUpdate = BrowsBoradHeadActionUpdate
+    end
+    object TabAutoSaveAction: TAction
+      Category = #12501#12449#12452#12523
+      Caption = #12479#12502#12398#38918#30058#12434#33258#21205#20445#23384
+      Hint = #12479#12502#12398#38918#30058#12434#33258#21205#20445#23384
+      OnExecute = TabAutoSaveActionExecute
+    end
+    object TabAutoLoadAction: TAction
+      Category = #12501#12449#12452#12523
+      Caption = #12479#12502#12398#38918#30058#12434#33258#21205#24489#20803
+      Hint = #12479#12502#12398#38918#30058#12434#33258#21205#24489#20803
+      OnExecute = TabAutoLoadActionExecute
+    end
+  end
+  object BrowserPopupMenu: TPopupMenu
+    Left = 68
+    Top = 276
+    object ShowThreadMenu: TMenuItem
+      Action = ShowThreadAction
+    end
+    object ShowBoardMenu: TMenuItem
+      Action = ShowBoardAction
+    end
+    object URLC1: TMenuItem
+      Action = URLCopyAction
+    end
+    object T8: TMenuItem
+      Action = NameCopyAction
+    end
+    object URL1: TMenuItem
+      Action = NameURLCopyAction
+    end
+  end
+  object ListIconPopupMenu: TPopupMenu
+    Left = 68
+    Top = 308
+    object LargeIconPMenu: TMenuItem
+      Action = LargeIconAction
+      GroupIndex = 2
+      RadioItem = True
+    end
+    object SmallIconPMenu: TMenuItem
+      Tag = 1
+      Action = SmallIconAction
+      GroupIndex = 2
+      RadioItem = True
+    end
+    object ListPMenu: TMenuItem
+      Tag = 2
+      Action = ListIconAction
+      GroupIndex = 2
+      RadioItem = True
+    end
+    object DetailPMenu: TMenuItem
+      Tag = 3
+      Action = DetailIconAction
+      GroupIndex = 2
+      RadioItem = True
+    end
+  end
+  object ClosePopupMenu: TPopupMenu
+    Left = 68
+    Top = 340
+    object CloseMenu: TMenuItem
+      Caption = #38281#12376#12427'(&C)'
+    end
+  end
+  object ListPopupMenu: TPopupMenu
+    OnPopup = ListPopupMenuPopup
+    Left = 68
+    Top = 244
+    object ItemRoundPMenu: TMenuItem
+      Action = SelectThreadReloadAction
+    end
+    object ItemReservPMenu: TMenuItem
+      Action = SelectReservAction
+    end
+    object LPMSep01: TMenuItem
+      Caption = '-'
+    end
+    object ListRoundPMenu: TMenuItem
+      Action = SelectListReloadAction
+    end
+    object ListReservPMenu: TMenuItem
+      Caption = #12473#12524#12483#12489#19968#35239#24033#22238#20104#32004'(&R)'
+      Hint = #12473#12524#12483#12489#19968#35239#24033#22238#20104#32004
+    end
+    object LPMSep02: TMenuItem
+      Caption = '-'
+    end
+    object BoardFavoriteAddMenu: TMenuItem
+      Action = BoardFavoriteAddAction
+    end
+    object ThreadFavoriteAddMenu: TMenuItem
+      Action = ThreadFavoriteAddAction
+    end
+    object N32: TMenuItem
+      Caption = '-'
+    end
+    object KidokuPMenu: TMenuItem
+      Action = KidokuAction
+    end
+    object MidokuPMenu: TMenuItem
+      Action = MidokuAction
+    end
+    object N55: TMenuItem
+      Caption = '-'
+    end
+    object UrlCopyPMenu: TMenuItem
+      Action = SelectItemURLCopyAction
+    end
+    object C2: TMenuItem
+      Action = SelectItemNameCopyAction
+    end
+    object NameUrlCopyPMenu: TMenuItem
+      Action = SelectItemNameURLCopyAction
+    end
+    object AllSelectPMenu: TMenuItem
+      Action = AllSelectAction
+    end
+    object LPMSep05: TMenuItem
+      Caption = '-'
+    end
+    object DeletePMenu: TMenuItem
+      Action = LogDeleteAction
+    end
+    object LPMSep06: TMenuItem
+      Caption = '-'
+    end
+    object ViewPMenu: TMenuItem
+      Caption = #34920#31034'(&V)'
+      object LargeIconLPMenu: TMenuItem
+        Action = LargeIconAction
+        GroupIndex = 2
+        RadioItem = True
+      end
+      object SmallIconLPMenu: TMenuItem
+        Tag = 1
+        Action = SmallIconAction
+        GroupIndex = 2
+        RadioItem = True
+      end
+      object ListLPMenu: TMenuItem
+        Tag = 2
+        Action = ListIconAction
+        GroupIndex = 2
+        RadioItem = True
+      end
+      object DetailLPMenu: TMenuItem
+        Tag = 3
+        Action = DetailIconAction
+        GroupIndex = 2
+        RadioItem = True
+      end
+    end
+  end
+  object KokoPopupMenu: TPopupMenu
+    Left = 68
+    Top = 372
+    object KokomadePMenu: TMenuItem
+      Action = KokomadeAction
+    end
+    object AllPMenu: TMenuItem
+      Action = ZenbuAction
+    end
+    object MenuItem1: TMenuItem
+      Caption = '-'
+    end
+    object MenuItem2: TMenuItem
+      Action = KokoResAction
+    end
+    object N64: TMenuItem
+      Caption = '-'
+    end
+    object N63: TMenuItem
+      Action = KoreCopy
+    end
+    object N41: TMenuItem
+      Caption = '-'
+    end
+    object IndividualAbon1: TMenuItem
+      Caption = #12371#12398#12524#12473#12354#12412#65374#12435
+      OnClick = IndividualAbon1Click
+    end
+    object IndividualAbon2: TMenuItem
+      Caption = #12371#12398#12524#12473#36879#26126#12354#12412#65374#12435
+      OnClick = IndividualAbon2Click
+    end
+    object N53: TMenuItem
+      Caption = '-'
+    end
+    object N52: TMenuItem
+      Caption = #20491#21029#12354#12412#65374#12435#35299#38500
+      object AntiIndividualAbon: TMenuItem
+        Caption = #12371#12398#12524#12473
+        OnClick = AntiIndividualAbonClick
+      end
+      object N51: TMenuItem
+        Caption = #12524#12473#30058#21495#25351#23450
+        OnClick = N51Click
+      end
+    end
+  end
+  object BrowserTabPopupMenu: TPopupMenu
+    Images = HotToobarImageList
+    OnPopup = BrowserTabPopupMenuPopup
+    Left = 68
+    Top = 404
+    object A4: TMenuItem
+      Action = ItemReloadAction
+    end
+    object N16: TMenuItem
+      Caption = '-'
+    end
+    object A9: TMenuItem
+      Action = FavoriteAddAction
+      Caption = #12362#27671#12395#20837#12426#12395#36861#21152'(&A)...'
+    end
+    object dummy1: TMenuItem
+      Caption = 'dummy1'
+    end
+    object N37: TMenuItem
+      Caption = '-'
+    end
+    object Close1: TMenuItem
+      Action = BrowserTabCloseAction
+    end
+    object A3: TMenuItem
+      Action = NotSelectTabCloseAction
+    end
+    object N18: TMenuItem
+      Caption = '-'
+    end
+    object D3: TMenuItem
+      Action = ActiveLogDeleteAction
+    end
+    object N20: TMenuItem
+      Caption = '-'
+    end
+    object A5: TMenuItem
+      Action = AllTabCloseAction
+    end
+  end
+  object TreePopupMenu: TPopupMenu
+    OnPopup = TreePopupMenuPopup
+    Left = 68
+    Top = 436
+    object TreeSelectThreadPupupMenu: TMenuItem
+      Action = TreeSelectThreadReload
+    end
+    object TreeSelectBoardPupupMenu: TMenuItem
+      Action = TreeSelectBoradReload
+    end
+    object TPMSep01: TMenuItem
+      Caption = '-'
+    end
+    object TreeSelectFavoriteAddPupupMenu: TMenuItem
+      Action = TreeSelectFavoriteAddAction
+    end
+    object N33: TMenuItem
+      Caption = '-'
+    end
+    object TreeSelectURLPupupMenu: TMenuItem
+      Action = TreeSelectURLCopy
+    end
+    object TreeSelectNamePupupMenu: TMenuItem
+      Action = TreeSelectNameCopy
+    end
+    object TreeSelectNameURLPupupMenu: TMenuItem
+      Action = TreeSelectNameURLCopy
+    end
+    object TreeSelectLogDeleteSeparator: TMenuItem
+      Caption = '-'
+    end
+    object TreeSelectLogDeletePopupMenu: TMenuItem
+      Action = FavoriteTreeViewLogDeleteAction
+    end
+    object N65: TMenuItem
+      Caption = '-'
+    end
+    object SearchBoardName: TMenuItem
+      Action = TreeSelectSearchBoardName
+    end
   end
-  object AddressImageList: TImageList
-    Left = 4
-    Top = 340
-    Bitmap = {
-      494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
-      0000000000003600000028000000400000001000000001001000000000000008
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000001042186318631863
-      1863186318631863186318631863000000000000000000001042186318631863
-      1863186318631863186318631863000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      000000000000000000000000000000000000000000001F001042FF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000000000001042FF7FFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      00000000000000000000000000000000000000001F0018630000000000000000
-      1042FF7FFF7FFF7FFF7FFF7F18630000000000000000007C007C007C007C007C
-      007CFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      00000000000000000000000000000000000000421F00000010001F001F001F00
-      1F001000FF7FFF7FFF7FFF7F186300000000000000000000007C007C007C007C
-      007CFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000042004210001F001F0018631863
-      10001F001000FF7FFF7FFF7F1863000000000000000000001042007CFF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000042186310001F001000FF7FFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000000000001042FF7F007CFF7F
-      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      00000000000000000000000000000000000000000042E07F1F001F001F001F00
-      1F001F001000FF7FFF7FFF7F1863000000000000000000001042FF7FFF7F007C
-      FF7FFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      000000000000000000000000000000000000000010000042E07F1F00FF7FFF7F
-      10001F001000FF7FFF7FFF7F1863000000000000000000001042FF7FFF7F007C
-      007CFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000010000042E07F1F001F00
-      1F001000FF7FFF7FFF7FFF7F18630000000000000000007C1042FF7FFF7F007C
-      007CFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      00000000000000000000000000000000000000000000000010001F001F001F00
-      1000FF7F1F00FF7FFF7FFF7F186300000000000000000000007C007C007C007C
-      007CFF7FFF7FFF7FFF7FFF7F1863000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000001042FF7FFF7FFF7F
-      1F001F00FF7FFF7F000000000000000000000000000000001042007C007C007C
-      FF7FFF7FFF7FFF7F000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000001042FF7FFF7FFF7F
-      FF7FFF7FFF7FFF7F1863FF7F1042000000000000000000001042FF7FFF7FFF7F
-      FF7FFF7FFF7FFF7F1863FF7F1042000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000001042FF7FFF7FFF7F
-      FF7FFF7FFF7FFF7F186310420000000000000000000000001042FF7FFF7FFF7F
-      FF7FFF7FFF7FFF7F186310420000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000001042104210421042
-      1042104210421042104200000000000000000000000000001042104210421042
-      1042104210421042104200000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000000000
-      000000000000000000000000000000000000424D3E000000000000003E000000
-      2800000040000000100000000100010000000000800000000000000000000000
-      000000000000000000000000FFFFFF00E001E00100000000E001E00100000000
-      C001E001000000008001C001000000000001E001000000000001E00100000000
-      0001E001000000008001E001000000008001E00100000000C001C00100000000
-      E001E00100000000E001E00100000000E003E00300000000E007E00700000000
-      E00FE00F00000000FFFFFFFF0000000000000000000000000000000000000000
-      000000000000}
+  object CabinetSelectPopupMenu: TPopupMenu
+    Left = 68
+    Top = 468
+    object H2: TMenuItem
+      Action = CabinetHistoryAction
+      AutoCheck = True
+    end
+    object A13: TMenuItem
+      Action = CabinetFavoriteAction
+      AutoCheck = True
+    end
   end
-  object PreviewTimer: TTimer
-    Enabled = False
-    Interval = 500
-    OnTimer = PreviewTimerTimer
+  object RoundNamePopupMenu: TPopupMenu
+    OnPopup = RoundNamePopupMenuPopup
     Left = 100
-    Top = 340
+    Top = 212
   end
   object ChevronPopupMenu: TPopupMenu
     Left = 100
@@ -6824,7 +7462,7 @@ object GikoForm: TGikoForm
   end
   object FavoriteTreePopupMenu: TPopupMenu
     OnPopup = FavoriteTreePopupMenuPopup
-    Left = 100
+    Left = 99
     Top = 436
     object FavoriteTreeBrowseFolderPopupMenu: TMenuItem
       Action = FavoriteTreeViewBrowseFolderAction
@@ -6869,4 +7507,62 @@ object GikoForm: TGikoForm
       Action = FavoriteTreeViewLogDeleteAction
     end
   end
+  object BBSSelectPopupMenu: TPopupMenu
+    Left = 99
+    Top = 468
+  end
+  object ResRangePopupMenu: TPopupMenu
+    Left = 37
+    Top = 468
+    object A14: TMenuItem
+      Action = AllResAction
+      AutoCheck = True
+    end
+    object N1001: TMenuItem
+      Action = OnlyAHundredResAction
+      AutoCheck = True
+    end
+    object N501: TMenuItem
+      Action = OnlyKokoResAction
+      AutoCheck = True
+    end
+    object N22: TMenuItem
+      Action = OnlyNewResAction
+      AutoCheck = True
+    end
+    object N69: TMenuItem
+      Caption = '-'
+    end
+    object S7: TMenuItem
+      Action = SelectResAction
+      AutoCheck = True
+    end
+  end
+  object ThreadRangePopupMenu: TPopupMenu
+    Left = 37
+    Top = 436
+    object A15: TMenuItem
+      Action = AllItemAction
+      AutoCheck = True
+    end
+    object L8: TMenuItem
+      Action = LogItemAction
+      AutoCheck = True
+    end
+    object N67: TMenuItem
+      Action = NewItemAction
+      AutoCheck = True
+    end
+    object N68: TMenuItem
+      Caption = '-'
+    end
+    object S6: TMenuItem
+      Action = SelectItemAction
+      AutoCheck = True
+    end
+  end
+  object ListColumnPopupMenu: TPopupMenu
+    Left = 37
+    Top = 403
+  end
 end