| 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 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 9 | 
   | 
     Height = 344 | 
 
 
 
 
 
 
 
 
 | 10 | 
 + | 
     OnMoved = Splitter1Moved | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 11 | 
   | 
     ExplicitHeight = 344 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 12 | 
   | 
   end | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 13 | 
   | 
   inherited panel_files: TPanel | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 41 | 
   | 
       ExplicitHeight = 146 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 42 | 
   | 
     end | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 43 | 
   | 
     inherited panel_extension: TPanel | 
 
 
 
 
 
 
 
 
 
 
 
 | 44 | 
 < | 
       Visible = False | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 44 | 
 > | 
       inherited label_ext: TLabel | 
 
 
 
 
 
 | 45 | 
 > | 
         Visible = False | 
 
 
 
 
 
 | 46 | 
 > | 
       end | 
 
 
 
 
 
 | 47 | 
 > | 
       inherited combo_extension: TComboBox | 
 
 
 
 
 
 | 48 | 
 > | 
         Visible = False | 
 
 
 
 
 
 | 49 | 
 > | 
       end | 
 
 
 
 
 
 | 50 | 
 > | 
       inherited check_zerobyte: TCheckBox | 
 
 
 
 
 
 | 51 | 
 > | 
         Visible = False | 
 
 
 
 
 
 | 52 | 
 > | 
       end | 
 
 
 
 
 
 
 
 
 
 
 
 | 53 | 
   | 
     end | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 54 | 
   | 
     object panel_txmppreview: TPanel | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 55 | 
   | 
       Left = 0 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 104 | 
   | 
           Top = 2 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 105 | 
   | 
           Width = 121 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 106 | 
   | 
           Height = 25 | 
 
 
 
 
 
 
 
 
 
 
 
 | 107 | 
 < | 
           Caption = 'Load BMP ...' | 
 
 
 
 
 
 
 
 
 
 | 107 | 
 > | 
           Caption = 'Load image...' | 
 
 
 
 
 
 
 
 
 
 
 
 | 108 | 
   | 
           TabOrder = 0 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 109 | 
   | 
           OnClick = btn_loadClick | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 110 | 
   | 
         end | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 147 | 
   | 
     end | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 148 | 
   | 
   end | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 149 | 
   | 
   object opend: TOpenDialog [4] | 
 
 
 
 
 
 
 
 
 
 | 138 | 
 – | 
     Filter = '24bit Bitmap (*.bmp)|*.bmp' | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 150 | 
   | 
     Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing] | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 151 | 
   | 
     Left = 352 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 152 | 
   | 
     Top = 16 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 153 | 
   | 
   end | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 154 | 
   | 
   object saved: TSaveDialog [5] | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 155 | 
   | 
     DefaultExt = 'bmp' | 
 
 
 
 
 
 
 
 
 
 
 
 | 156 | 
 < | 
     Filter = 'Windows Bitmap (*.bmp)|*.bmp' | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 156 | 
 > | 
     Filter =  | 
 
 
 
 
 
 | 157 | 
 > | 
       'All supported files (*.bmp, *.dds, *.tga, *.jpg, *.jpeg)|*.bmp;*' + | 
 
 
 
 
 
 | 158 | 
 > | 
       '.dds;*.tga;*.jpg;*.jpeg;*.png|Windows Bitmap (*.bmp)|*.bmp|Direc' + | 
 
 
 
 
 
 | 159 | 
 > | 
       'tDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga|JPEG (*.jpg, *.j' + | 
 
 
 
 
 
 | 160 | 
 > | 
       'peg)|*.jpg;*.jpeg|PNG (*.png)|*.png|All files (*.*)|*' | 
 
 
 
 
 
 
 
 
 
 
 
 | 161 | 
   | 
     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing] | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 162 | 
   | 
     Left = 104 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 163 | 
   | 
     Top = 320 |