OSDN Git Service

・スレタイの特定ワードを非表示にする機能に「©bbspink.com」も追加
[gikonavigoeson/gikonavi.git] / InputAssist.dfm
index 6881b0a..44e0642 100644 (file)
@@ -1,6 +1,6 @@
 object InputAssistForm: TInputAssistForm
-  Left = 353
-  Top = 196
+  Left = 371
+  Top = 195
   Width = 390
   Height = 460
   Caption = #20837#21147#12450#12471#12473#12488#35373#23450
@@ -18,14 +18,14 @@ object InputAssistForm: TInputAssistForm
   object Panel1: TPanel
     Left = 0
     Top = 0
-    Width = 382
+    Width = 374
     Height = 200
     Align = alTop
     BevelOuter = bvLowered
     Caption = 'Panel1'
     TabOrder = 0
     object Panel5: TPanel
-      Left = 288
+      Left = 280
       Top = 33
       Width = 93
       Height = 166
@@ -37,25 +37,25 @@ object InputAssistForm: TInputAssistForm
         Width = 75
         Height = 25
         Caption = #32066#20102'(&X)'
-        TabOrder = 0
+        TabOrder = 4
         OnClick = CloseButtonClick
       end
       object ApplyButton: TButton
         Left = 10
-        Top = 72
+        Top = 64
         Width = 75
         Height = 25
-        Caption = #36969#29992
-        TabOrder = 1
+        Caption = #36969#29992'(&P)'
+        TabOrder = 2
         OnClick = ApplyButtonClick
       end
       object DeleteButton: TButton
         Left = 10
-        Top = 40
+        Top = 36
         Width = 75
         Height = 25
         Caption = #21066#38500'(&D)'
-        TabOrder = 2
+        TabOrder = 1
         OnClick = DeleteButtonClick
       end
       object AddButton: TButton
@@ -64,14 +64,23 @@ object InputAssistForm: TInputAssistForm
         Width = 75
         Height = 25
         Caption = #36861#21152'(&A)'
-        TabOrder = 3
+        TabOrder = 0
         OnClick = AddButtonClick
       end
+      object DiffButton: TButton
+        Left = 10
+        Top = 98
+        Width = 75
+        Height = 25
+        Caption = #24046#20998#30331#37682'(&F)'
+        TabOrder = 3
+        OnClick = DiffButtonClick
+      end
     end
     object Panel6: TPanel
       Left = 1
       Top = 33
-      Width = 287
+      Width = 279
       Height = 166
       Align = alClient
       BevelOuter = bvNone
@@ -79,7 +88,7 @@ object InputAssistForm: TInputAssistForm
       object GikoListView1: TGikoListView
         Left = 0
         Top = 0
-        Width = 287
+        Width = 279
         Height = 166
         Align = alClient
         Columns = <>
@@ -96,7 +105,7 @@ object InputAssistForm: TInputAssistForm
     object Panel7: TPanel
       Left = 1
       Top = 1
-      Width = 380
+      Width = 372
       Height = 32
       Align = alTop
       TabOrder = 2
@@ -119,7 +128,7 @@ object InputAssistForm: TInputAssistForm
         OnKeyPress = CategoryComboBoxKeyPress
       end
       object InsertButton: TButton
-        Left = 297
+        Left = 290
         Top = 4
         Width = 75
         Height = 25
@@ -132,8 +141,8 @@ object InputAssistForm: TInputAssistForm
   object Panel2: TPanel
     Left = 0
     Top = 200
-    Width = 382
-    Height = 233
+    Width = 374
+    Height = 222
     Align = alClient
     BevelOuter = bvNone
     Caption = 'Panel2'
@@ -141,7 +150,7 @@ object InputAssistForm: TInputAssistForm
     object Panel3: TPanel
       Left = 0
       Top = 0
-      Width = 382
+      Width = 374
       Height = 48
       Align = alTop
       BevelOuter = bvNone
@@ -151,7 +160,6 @@ object InputAssistForm: TInputAssistForm
         Top = 0
         Width = 8
         Height = 48
-        Cursor = crHSplit
         Beveled = True
       end
       object KeyPanel: TPanel
@@ -175,59 +183,60 @@ object InputAssistForm: TInputAssistForm
           EditLabel.Width = 36
           EditLabel.Height = 12
           EditLabel.Caption = #12461#12540#21517
-          LabelPosition = lpAbove
-          LabelSpacing = 3
           TabOrder = 0
         end
       end
       object CategoryPanel: TPanel
         Left = 193
         Top = 0
-        Width = 189
+        Width = 181
         Height = 48
         Align = alClient
         BevelOuter = bvNone
         TabOrder = 1
         DesignSize = (
-          189
+          181
           48)
-        object CategoryNameEdit: TLabeledEdit
-          Left = 8
+        object CategoryNameLabel: TLabel
+          Left = 9
+          Top = 6
+          Width = 41
+          Height = 12
+          Caption = #12459#12486#12468#12522
+        end
+        object CategoryNameComboBox: TComboBox
+          Left = 5
           Top = 21
-          Width = 169
+          Width = 172
           Height = 20
-          Hint = #20837#21147#12395#20351#12358#12459#12486#12468#12522#21517
           Anchors = [akLeft, akTop, akRight]
-          EditLabel.Width = 53
-          EditLabel.Height = 12
-          EditLabel.Caption = #12459#12486#12468#12522#21517
-          LabelPosition = lpAbove
-          LabelSpacing = 3
+          ItemHeight = 12
           TabOrder = 0
+          Text = 'CategoryNameComboBox'
         end
       end
     end
     object Panel4: TPanel
       Left = 0
       Top = 48
-      Width = 382
-      Height = 185
+      Width = 374
+      Height = 174
       Align = alClient
       BevelOuter = bvNone
       TabOrder = 1
       object GroupBox1: TGroupBox
         Left = 0
         Top = 0
-        Width = 382
-        Height = 185
+        Width = 374
+        Height = 174
         Align = alClient
         Caption = #25407#20837#25991#23383#21015
         TabOrder = 0
         object TextMemo: TMemo
           Left = 2
           Top = 14
-          Width = 378
-          Height = 169
+          Width = 370
+          Height = 158
           Hint = #25407#20837#12377#12427#25991#23383#21015
           Align = alClient
           ScrollBars = ssBoth
@@ -237,11 +246,96 @@ object InputAssistForm: TInputAssistForm
     end
   end
   object ColumnImageList: TImageList
-    Left = 312
+    Left = 304
     Top = 192
     Bitmap = {
       494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
-      0000000000003600000028000000400000001000000001001000000000000008
+      0000000000003600000028000000400000001000000001002000000000000010
+      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
+      000000000000000000000000000000000000000000000000000000000000FFFF
+      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000084848400FFFFFF000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000008484
+      84008484840000000000000000000000000000000000FFFFFF00FFFFFF000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000008484840084848400FFFFFF00FFFFFF0000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      00008484840000000000000000000000000000000000FFFFFF00000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000848484000000000000000000FFFFFF0000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000084848400848484000000000000000000FFFFFF00FFFFFF00000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000084848400848484000000000000000000FFFFFF00FFFFFF00000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      000000000000848484000000000000000000FFFFFF0000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      00008484840000000000000000000000000000000000FFFFFF00000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000008484840084848400FFFFFF00FFFFFF0000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000008484
+      84008484840000000000000000000000000000000000FFFFFF00FFFFFF000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000000000
+      0000000000000000000084848400FFFFFF000000000000000000000000000000
+      0000000000000000000000000000000000000000000000000000000000008484
+      8400848484008484840084848400848484008484840084848400848484000000
+      0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
@@ -258,33 +352,12 @@ object InputAssistForm: TInputAssistForm
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
-      FF7FFF7FFF7FFF7F000000000000000000000000000000000000000000001042
-      FF7F000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000001042104200000000
-      00000000FF7FFF7F000000000000000000000000000000000000000010421042
-      FF7FFF7F00000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000104200000000
-      00000000FF7F0000000000000000000000000000000000000000000010420000
-      0000FF7F00000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000104210420000
-      0000FF7FFF7F0000000000000000000000000000000000000000104210420000
-      0000FF7FFF7F0000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000010420000
-      0000FF7F00000000000000000000000000000000000000000000104200000000
-      00000000FF7F0000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000010421042
-      FF7FFF7F00000000000000000000000000000000000000001042104200000000
-      00000000FF7FFF7F000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
-      0000000000000000000000000000000000000000000000000000000000001042
-      FF7F000000000000000000000000000000000000000000001042104210421042
-      1042104210421042000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
       0000000000000000000000000000000000000000000000000000000000000000
@@ -316,7 +389,7 @@ object InputAssistForm: TInputAssistForm
       000000000000}
   end
   object InputAssistFormActionList: TActionList
-    Left = 360
+    Left = 264
     Top = 192
     object EditCut1: TEditCut
       Category = #32232#38598