inherited AddTextureForm: TAddTextureForm Left = 371 Top = 194 Caption = 'Выберите текстуру' ClientHeight = 302 ClientWidth = 466 PixelsPerInch = 96 inherited bOK: TButton Left = 11 Top = 272 Width = 22 Height = 17 Visible = False OnClick = nil end inherited bCancel: TButton Left = 35 Top = 271 Width = 22 Height = 18 Visible = False end inherited lbResourcesList: TListBox Top = 112 Height = 150 end object PanelTexPreview: TPanel Left = 204 Top = 4 Width = 258 Height = 258 BevelOuter = bvLowered TabOrder = 5 object iPreview: TImage Left = 0 Top = 0 Width = 256 Height = 256 end end object eTextureName: TEdit Left = 4 Top = 88 Width = 193 Height = 21 TabOrder = 6 OnChange = eTextureNameChange end object bAddTexture: TButton Left = 160 Top = 272 Width = 81 Height = 25 Caption = 'Добавить' Default = True TabOrder = 7 OnClick = bAddTextureClick end object bClose: TButton Left = 248 Top = 272 Width = 81 Height = 25 Caption = 'Закрыть' TabOrder = 8 OnClick = bCloseClick end object bAddClose: TButton Left = 336 Top = 272 Width = 121 Height = 25 Caption = 'Добавить и закрыть' TabOrder = 9 OnClick = bAddCloseClick end end