--- oup/current/Tools/FileManager.dfm 2007/06/19 22:06:10 227 +++ oup/current/Tools/FileManager.dfm 2007/06/20 22:24:04 231 @@ -1,6 +1,14 @@ inherited Form_FileManager: TForm_FileManager Caption = 'Form_FileManager' - OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 + inherited panel_basecontent: TPanel + inherited panel_files: TPanel + inherited FilePages: TPageControl + inherited tab_files: TTabSheet + Caption = 'File list' + end + end + end + end end