DEADSOFTWARE

Add Texture: Show texture/animation stats
[d2df-editor.git] / src / editor / f_addresource_texture.lfm
index bc6af2d4c23c73f2a0d0011db4dda49ecf04d81f..19f7b1931e6175729e94d8cd7f62cbb2524b8320 100644 (file)
@@ -56,7 +56,7 @@ inherited AddTextureForm: TAddTextureForm
   object bAddTexture: TButton[9]
     Left = 160
     Height = 25
-    Top = 272
+    Top = 269
     Width = 81
     Caption = 'Добавить'
     Default = True
@@ -66,7 +66,7 @@ inherited AddTextureForm: TAddTextureForm
   object bClose: TButton[10]
     Left = 248
     Height = 25
-    Top = 272
+    Top = 269
     Width = 81
     Caption = 'Закрыть'
     OnClick = bCloseClick
@@ -75,10 +75,18 @@ inherited AddTextureForm: TAddTextureForm
   object bAddClose: TButton[11]
     Left = 336
     Height = 25
-    Top = 272
+    Top = 269
     Width = 121
     Caption = 'Добавить и закрыть'
     OnClick = bAddCloseClick
     TabOrder = 9
   end
+  object lStats: TLabel[12]
+    Left = 6
+    Height = 13
+    Top = 274
+    Width = 149
+    AutoSize = False
+    ParentColor = False
+  end
 end