| | |
| | | uses |
| | | Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, |
| | | Dialogs, OleCtrls, Menus, StdCtrls, Buttons, ComCtrls, ExtCtrls,inifiles, |
| | | iisUnit,iis_ImageProcess, EnImgScr,mpsBarco,BarcodesFinder, EnMisc, EnDiGrph; |
| | | iisUnit,iis_ImageProcess, EnImgScr,mpsBarco,BarcodesFinder, EnMisc, EnDiGrph, |
| | | LogFile; |
| | | |
| | | type |
| | | TErrlistForm = class(TForm) |
| | |
| | | ImageScrollBox2: TImageScrollBox; |
| | | ImageScrollBox3: TImageScrollBox; |
| | | Button1: TButton; |
| | | LogFile1: TLogFile; |
| | | procedure ExitBtClick(Sender: TObject); |
| | | procedure ImmediateBtClick(Sender: TObject); |
| | | procedure FormCreate(Sender: TObject); |
| | |
| | | Procedure ShowRelaOMRErr(Relaidx:Integer); //µe±¤W¨q¥XÃö«YOMRÀˮ֥¢±Ñ |
| | | Procedure GetOMRErrini(Index:String); //¨úÀˮ֥¢±Ñini |
| | | Procedure InitialData; |
| | | procedure ImageScrollBox1NewGraphic(const Graphic: TDibGraphic); //«ì´_¦¨¥¼¿ï¨úª¬ºA |
| | | procedure ImageScrollBox1NewGraphic(const Graphic: TDibGraphic); |
| | | function logTimeString: String; //«ì´_¦¨¥¼¿ï¨úª¬ºA |
| | | public |
| | | { Public declarations } |
| | | iniPath : String; |
| | |
| | | procedure TErrlistForm.ImmediateBtClick(Sender: TObject); |
| | | begin |
| | | ModalResult := mrOK; |
| | | LogFile1.LogToFile(logTimeString+'¥ß§Y°e¥ó'); |
| | | end; |
| | | |
| | | function TErrlistForm.logTimeString: String; |
| | | begin |
| | | Result:=FormatDateTime('yyyymmdd hh:mm:ss',now)+' '; |
| | | end; |
| | | |
| | | procedure TErrlistForm.RelaNextBtClick(Sender: TObject); |