Changeset 40 for ExceptionLogger/UExceptionForm.pas
- Timestamp:
- Sep 9, 2010, 1:58:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ExceptionLogger/UExceptionForm.pas
r39 r40 18 18 ButtonKill: TButton; 19 19 ButtonClose: TButton; 20 CheckBoxIgnore: TCheckBox; 20 21 ListView1: TListView; 21 22 MemoExceptionInfo: TMemo; … … 42 43 procedure TExceptionForm.FormShow(Sender: TObject); 43 44 begin 45 PageControl1.ActivePageIndex := 0; 46 CheckBoxIgnore.Checked := False; 44 47 end; 45 48 … … 56 59 procedure TExceptionForm.ButtonKillClick(Sender: TObject); 57 60 begin 58 Halt; 61 //Halt; 62 Application.Terminate; 59 63 end; 60 64
Note:
See TracChangeset
for help on using the changeset viewer.