| 41 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 42 | 
   | 
 implementation | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 43 | 
   | 
 {$R *.dfm} | 
 
 
 
 
 
 
 
 
 
 
 
 | 44 | 
 < | 
 uses Main, ConnectionManager, ImagingTypes; | 
 
 
 
 
 
 
 
 
 
 | 44 | 
 > | 
 uses Main, ConnectionManager, ImagingTypes, TXMP; | 
 
 
 
 
 
 
 
 
 
 
 
 | 45 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 46 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 47 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 224 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 225 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 226 | 
   | 
 procedure TForm_TxmpReplace.FormCreate(Sender: TObject); | 
 
 
 
 
 
 
 
 
 | 227 | 
 + | 
 var | 
 
 
 
 
 
 
 
 
 | 228 | 
 + | 
   TXMP: TFile_TXMP; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 229 | 
   | 
 begin | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 230 | 
   | 
   inherited; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 231 | 
   | 
   OniImage_Old := TOniImage.Create; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 233 | 
   | 
   Self.AllowedExts := 'TXMP'; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 234 | 
   | 
   Self.OnNewFileSelected := SelectFile; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 235 | 
   | 
   opend.Filter := saved.Filter; | 
 
 
 
 
 
 
 
 
 | 236 | 
 + | 
  | 
 
 
 
 
 
 
 
 
 | 237 | 
 + | 
   TXMP := TFile_TXMP.Create(ConnectionID, 8552); | 
 
 
 
 
 
 
 
 
 | 238 | 
 + | 
   TXMP.Free; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 239 | 
   | 
 end; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 240 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 241 | 
   | 
  |