Ignore:
Timestamp:
Sep 9, 2010, 1:58:30 PM (14 years ago)
Author:
george
Message:
  • Přidáno: Podpora pro možnost ignorovat opakující se výjimky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ExceptionLogger/UExceptionForm.lfm

    r39 r40  
    33  Height = 316
    44  Top = 171
    5   Width = 682
     5  Width = 691
    66  Caption = 'Exception info'
    77  ClientHeight = 316
    8   ClientWidth = 682
     8  ClientWidth = 691
    99  OnCreate = FormCreate
    1010  OnDestroy = FormDestroy
     
    1212  LCLVersion = '0.9.29'
    1313  object ButtonClose: TButton
    14     Left = 602
     14    Left = 611
    1515    Height = 25
    1616    Top = 286
     
    2222  end
    2323  object ButtonKill: TButton
    24     Left = 512
     24    Left = 521
    2525    Height = 25
    2626    Top = 286
     
    3535    Height = 277
    3636    Top = 3
    37     Width = 669
     37    Width = 678
    3838    ActivePage = TabSheet2
    3939    Anchors = [akTop, akLeft, akRight, akBottom]
     
    5959      Caption = 'Call stack'
    6060      ClientHeight = 251
    61       ClientWidth = 661
     61      ClientWidth = 670
    6262      object ListView1: TListView
    6363        Left = 4
    6464        Height = 241
    6565        Top = 7
    66         Width = 655
     66        Width = 664
    6767        Anchors = [akTop, akLeft, akRight, akBottom]
    6868        Columns = <       
     
    7777          item
    7878            Caption = 'Class'
    79             Width = 100
     79            Width = 150
    8080          end       
    8181          item
     
    9999    end
    100100  end
     101  object CheckBoxIgnore: TCheckBox
     102    Left = 10
     103    Height = 17
     104    Top = 298
     105    Width = 169
     106    Anchors = [akLeft, akBottom]
     107    Caption = 'Next time ignore this exception'
     108    TabOrder = 3
     109  end
    101110end
Note: See TracChangeset for help on using the changeset viewer.