DEADSOFTWARE

Add Texture: Show texture/animation stats
[d2df-editor.git] / src / editor / f_addresource_texture.lfm
index c1fed5a115a14b0f068adec9c0e3c0b52c563d2f..19f7b1931e6175729e94d8cd7f62cbb2524b8320 100644 (file)
@@ -13,6 +13,7 @@ inherited AddTextureForm: TAddTextureForm
     Width = 22
     Default = False
     OnClick = nil
+    TabOrder = 4
     Visible = False
   end
   inherited bCancel: TButton
@@ -20,12 +21,13 @@ inherited AddTextureForm: TAddTextureForm
     Height = 18
     Top = 271
     Width = 22
+    TabOrder = 5
     Visible = False
   end
   inherited lbResourcesList: TListBox
     Height = 150
     Top = 112
-    ItemHeight = 0
+    TabOrder = 3
   end
   object PanelTexPreview: TPanel[7]
     Left = 204
@@ -35,11 +37,11 @@ inherited AddTextureForm: TAddTextureForm
     BevelOuter = bvLowered
     ClientHeight = 258
     ClientWidth = 258
-    TabOrder = 5
+    TabOrder = 6
     object iPreview: TImage
-      Left = 0
+      Left = 1
       Height = 256
-      Top = 0
+      Top = 1
       Width = 256
     end
   end
@@ -49,12 +51,12 @@ inherited AddTextureForm: TAddTextureForm
     Top = 88
     Width = 193
     OnChange = eTextureNameChange
-    TabOrder = 6
+    TabOrder = 2
   end
   object bAddTexture: TButton[9]
     Left = 160
     Height = 25
-    Top = 272
+    Top = 269
     Width = 81
     Caption = 'Добавить'
     Default = True
@@ -64,7 +66,7 @@ inherited AddTextureForm: TAddTextureForm
   object bClose: TButton[10]
     Left = 248
     Height = 25
-    Top = 272
+    Top = 269
     Width = 81
     Caption = 'Закрыть'
     OnClick = bCloseClick
@@ -73,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