X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2Ff_addresource_texture.lfm;h=19f7b1931e6175729e94d8cd7f62cbb2524b8320;hp=bc6af2d4c23c73f2a0d0011db4dda49ecf04d81f;hb=c70ad3a1dd44fa7a0230caa1e1613ade61ef319b;hpb=0e5a86d302a0ec44376743ca4df574d1bda1e12d diff --git a/src/editor/f_addresource_texture.lfm b/src/editor/f_addresource_texture.lfm index bc6af2d..19f7b19 100644 --- a/src/editor/f_addresource_texture.lfm +++ b/src/editor/f_addresource_texture.lfm @@ -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