Ignore:
Timestamp:
Aug 22, 2011, 8:24:23 AM (13 years ago)
Author:
george
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ExceptionLogger/UExceptionForm.pas

    r264 r265  
    5252procedure TExceptionForm.FormShow(Sender: TObject);
    5353begin
     54  Caption := SExceptionInfo;
     55  PageControl1.Pages[0].Caption := SGeneral;
     56  PageControl1.Pages[1].Caption := SCallStack;
     57  Label1.Caption := SErrorOccured;
     58  ButtonClose.Caption := SClose;
     59  ButtonDetails.Caption := SDetails;
     60  ButtonKill.Caption := STerminate;
     61  CheckBoxIgnore.Caption := SIgnoreNextTime;
     62  ListView1.Column[0].Caption := SIndex;
     63  ListView1.Column[1].Caption := SAddress;
     64  ListView1.Column[2].Caption := SLine;
     65  ListView1.Column[3].Caption := SClass;
     66  ListView1.Column[4].Caption := SProcedureMethod;
     67  ListView1.Column[5].Caption := SUnit;
     68
    5469  Height := PanelBasic.Height + PanelButtons.Height;
    5570  PageControl1.ActivePageIndex := 0;
Note: See TracChangeset for help on using the changeset viewer.