X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Feditor%2Ff_addresource_texture.lfm;h=19f7b1931e6175729e94d8cd7f62cbb2524b8320;hb=e84d42dae1ae6b645a6feaa09544e6836a85c648;hp=866889ac45b4099da0948d16d0feaf942867bafe;hpb=b372bf2ef9af243fd5fc6dd34857aed7240b071d;p=d2df-editor.git diff --git a/src/editor/f_addresource_texture.lfm b/src/editor/f_addresource_texture.lfm index 866889a..19f7b19 100644 --- a/src/editor/f_addresource_texture.lfm +++ b/src/editor/f_addresource_texture.lfm @@ -13,6 +13,7 @@ inherited AddTextureForm: TAddTextureForm Width = 22 Default = False OnClick = nil + TabOrder = 4 Visible = False end inherited bCancel: TButton @@ -20,11 +21,13 @@ inherited AddTextureForm: TAddTextureForm Height = 18 Top = 271 Width = 22 + TabOrder = 5 Visible = False end inherited lbResourcesList: TListBox Height = 150 Top = 112 + TabOrder = 3 end object PanelTexPreview: TPanel[7] Left = 204 @@ -34,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 @@ -48,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 @@ -63,7 +66,7 @@ inherited AddTextureForm: TAddTextureForm object bClose: TButton[10] Left = 248 Height = 25 - Top = 272 + Top = 269 Width = 81 Caption = 'Закрыть' OnClick = bCloseClick @@ -72,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