| 1 | 
   | 
 inherited Form_TxmpReplace: TForm_TxmpReplace | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 2 | 
   | 
   Caption = 'TxmpReplace' | 
 
 
 
 
 
 
 
 
 | 3 | 
 + | 
   OnCreate = FormCreate | 
 
 
 
 
 
 
 
 
 | 4 | 
 + | 
   ExplicitWidth = 500 | 
 
 
 
 
 
 
 
 
 | 5 | 
 + | 
   ExplicitHeight = 450 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 6 | 
   | 
   PixelsPerInch = 96 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 7 | 
   | 
   TextHeight = 13 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 8 | 
   | 
   inherited Splitter1: TSplitter | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 40 | 
   | 
       ExplicitHeight = 146 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 41 | 
   | 
     end | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 42 | 
   | 
     inherited panel_extension: TPanel | 
 
 
 
 
 
 
 
 
 
 
 
 | 43 | 
 < | 
       Visible = False | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 43 | 
 > | 
       inherited label_ext: TLabel | 
 
 
 
 
 
 | 44 | 
 > | 
         Visible = False | 
 
 
 
 
 
 | 45 | 
 > | 
       end | 
 
 
 
 
 
 | 46 | 
 > | 
       inherited combo_extension: TComboBox | 
 
 
 
 
 
 | 47 | 
 > | 
         Visible = False | 
 
 
 
 
 
 | 48 | 
 > | 
       end | 
 
 
 
 
 
 | 49 | 
 > | 
       inherited check_zerobyte: TCheckBox | 
 
 
 
 
 
 | 50 | 
 > | 
         Visible = False | 
 
 
 
 
 
 | 51 | 
 > | 
       end | 
 
 
 
 
 
 
 
 
 
 
 
 | 52 | 
   | 
     end | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 53 | 
   | 
     object panel_txmppreview: TPanel | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 54 | 
   | 
       Left = 0 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 146 | 
   | 
     end | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 147 | 
   | 
   end | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 148 | 
   | 
   object opend: TOpenDialog [4] | 
 
 
 
 
 
 
 
 
 
 | 138 | 
 – | 
     Filter = '24bit Bitmap (*.bmp)|*.bmp' | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 149 | 
   | 
     Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing] | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 150 | 
   | 
     Left = 352 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 151 | 
   | 
     Top = 16 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 152 | 
   | 
   end | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 153 | 
   | 
   object saved: TSaveDialog [5] | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 154 | 
   | 
     DefaultExt = 'bmp' | 
 
 
 
 
 
 
 
 
 
 
 
 | 155 | 
 < | 
     Filter = 'Windows Bitmap (*.bmp)|*.bmp' | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 155 | 
 > | 
     Filter =  | 
 
 
 
 
 
 | 156 | 
 > | 
       'All supported files (*.bmp, *.dds)|*.bmp;*.dds|Windows Bitmap (*' + | 
 
 
 
 
 
 | 157 | 
 > | 
       '.bmp)|*.bmp|DirectDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga' + | 
 
 
 
 
 
 | 158 | 
 > | 
       '|JPEG (*.jpg, *.jpeg)|*.jpg;*.jpeg|All files (*.*)|*' | 
 
 
 
 
 
 
 
 
 
 
 
 | 159 | 
   | 
     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing] | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 160 | 
   | 
     Left = 104 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 161 | 
   | 
     Top = 320 |