X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Feditor%2Ff_addresource_texture.lfm;h=19f7b1931e6175729e94d8cd7f62cbb2524b8320;hb=c70ad3a1dd44fa7a0230caa1e1613ade61ef319b;hp=520bf27b2329f4b790030ef8d3c63944726401c9;hpb=b72e164f0fb64e3301ae8ca217449daf6a9d301d;p=d2df-editor.git diff --git a/src/editor/f_addresource_texture.lfm b/src/editor/f_addresource_texture.lfm index 520bf27..19f7b19 100644 --- a/src/editor/f_addresource_texture.lfm +++ b/src/editor/f_addresource_texture.lfm @@ -1,77 +1,92 @@ inherited AddTextureForm: TAddTextureForm Left = 371 + Height = 299 Top = 194 + Width = 466 Caption = 'Выберите текстуру' - ClientHeight = 302 + ClientHeight = 299 ClientWidth = 466 - PixelsPerInch = 96 inherited bOK: TButton Left = 11 + Height = 17 Top = 272 Width = 22 - Height = 17 - Visible = False + Default = False OnClick = nil + TabOrder = 4 + Visible = False end inherited bCancel: TButton Left = 35 + Height = 18 Top = 271 Width = 22 - Height = 18 + TabOrder = 5 Visible = False end inherited lbResourcesList: TListBox - Top = 112 Height = 150 + Top = 112 + TabOrder = 3 end - object PanelTexPreview: TPanel + object PanelTexPreview: TPanel[7] Left = 204 + Height = 258 Top = 4 Width = 258 - Height = 258 BevelOuter = bvLowered - TabOrder = 5 + ClientHeight = 258 + ClientWidth = 258 + TabOrder = 6 object iPreview: TImage - Left = 0 - Top = 0 - Width = 256 + Left = 1 Height = 256 + Top = 1 + Width = 256 end end - object eTextureName: TEdit + object eTextureName: TEdit[8] Left = 4 + Height = 21 Top = 88 Width = 193 - Height = 21 - TabOrder = 6 OnChange = eTextureNameChange + TabOrder = 2 end - object bAddTexture: TButton + object bAddTexture: TButton[9] Left = 160 - Top = 272 - Width = 81 Height = 25 + Top = 269 + Width = 81 Caption = 'Добавить' Default = True - TabOrder = 7 OnClick = bAddTextureClick + TabOrder = 7 end - object bClose: TButton + object bClose: TButton[10] Left = 248 - Top = 272 - Width = 81 Height = 25 + Top = 269 + Width = 81 Caption = 'Закрыть' - TabOrder = 8 OnClick = bCloseClick + TabOrder = 8 end - object bAddClose: TButton + object bAddClose: TButton[11] Left = 336 - Top = 272 - Width = 121 Height = 25 + Top = 269 + Width = 121 Caption = 'Добавить и закрыть' - TabOrder = 9 OnClick = bAddCloseClick + TabOrder = 9 + end + object lStats: TLabel[12] + Left = 6 + Height = 13 + Top = 274 + Width = 149 + AutoSize = False + ParentColor = False end end