Changeset 40 for ExceptionLogger/UExceptionForm.lfm
- Timestamp:
- Sep 9, 2010, 1:58:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ExceptionLogger/UExceptionForm.lfm
r39 r40 3 3 Height = 316 4 4 Top = 171 5 Width = 6 825 Width = 691 6 6 Caption = 'Exception info' 7 7 ClientHeight = 316 8 ClientWidth = 6 828 ClientWidth = 691 9 9 OnCreate = FormCreate 10 10 OnDestroy = FormDestroy … … 12 12 LCLVersion = '0.9.29' 13 13 object ButtonClose: TButton 14 Left = 6 0214 Left = 611 15 15 Height = 25 16 16 Top = 286 … … 22 22 end 23 23 object ButtonKill: TButton 24 Left = 5 1224 Left = 521 25 25 Height = 25 26 26 Top = 286 … … 35 35 Height = 277 36 36 Top = 3 37 Width = 6 6937 Width = 678 38 38 ActivePage = TabSheet2 39 39 Anchors = [akTop, akLeft, akRight, akBottom] … … 59 59 Caption = 'Call stack' 60 60 ClientHeight = 251 61 ClientWidth = 6 6161 ClientWidth = 670 62 62 object ListView1: TListView 63 63 Left = 4 64 64 Height = 241 65 65 Top = 7 66 Width = 6 5566 Width = 664 67 67 Anchors = [akTop, akLeft, akRight, akBottom] 68 68 Columns = < … … 77 77 item 78 78 Caption = 'Class' 79 Width = 1 0079 Width = 150 80 80 end 81 81 item … … 99 99 end 100 100 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 101 110 end
Note:
See TracChangeset
for help on using the changeset viewer.