OSDN Git Service

・板一覧更新の処理メッセージを追加
[gikonavigoeson/gikonavi.git] / Search.dfm
index 07b3a53..7f41311 100644 (file)
@@ -15,11 +15,12 @@ object SearchDialog: TSearchDialog
   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
   Font.Style = []
   OldCreateOrder = False
-  Position = poOwnerFormCenter
+  OnCloseQuery = FormCloseQuery
   OnCreate = FormCreate
+  OnDestroy = FormDestroy
   DesignSize = (
-    450
-    303)
+    442
+    292)
   PixelsPerInch = 96
   TextHeight = 12
   object BoardLabel: TLabel
@@ -247,5 +248,23 @@ object SearchDialog: TSearchDialog
       TabOrder = 5
       Visible = False
     end
+    object FuzzyCharDicCheckBox: TCheckBox
+      Left = 232
+      Top = 40
+      Width = 145
+      Height = 17
+      Caption = #12354#12356#12414#12356#25991#23383#12398#21516#19968#35222
+      TabOrder = 6
+    end
+  end
+  object BoardsProgressBar: TProgressBar
+    Left = 8
+    Top = 275
+    Width = 145
+    Height = 16
+    Smooth = True
+    Step = 1
+    TabOrder = 8
+    Visible = False
   end
 end