OSDN Git Service

refs #19657
[gikonavigoeson/gikonavi.git] / Search.dfm
index e7a5462..978b0ea 100644 (file)
@@ -16,7 +16,9 @@ object SearchDialog: TSearchDialog
   Font.Style = []
   OldCreateOrder = False
   Position = poOwnerFormCenter
+  OnCloseQuery = FormCloseQuery
   OnCreate = FormCreate
+  OnDestroy = FormDestroy
   DesignSize = (
     450
     303)
@@ -256,4 +258,16 @@ object SearchDialog: TSearchDialog
       TabOrder = 6
     end
   end
+  object BoardsProgressBar: TProgressBar
+    Left = 8
+    Top = 275
+    Width = 145
+    Height = 16
+    Min = 0
+    Max = 100
+    Smooth = True
+    Step = 1
+    TabOrder = 8
+    Visible = False
+  end
 end