OSDN Git Service

・板一覧更新の処理メッセージを追加
[gikonavigoeson/gikonavi.git] / Search.dfm
index e7a5462..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
@@ -256,4 +257,14 @@ object SearchDialog: TSearchDialog
       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