source: ExceptionLogger/Demo/UMainForm.lfm

Last change on this file was 281, checked in by george, 13 years ago
File size: 633 bytes
Line 
1object MainForm: TMainForm
2 Left = 327
3 Height = 333
4 Top = 222
5 Width = 499
6 Caption = 'ExceptionLogger demo'
7 ClientHeight = 333
8 ClientWidth = 499
9 LCLVersion = '0.9.31'
10 object Button1: TButton
11 Left = 17
12 Height = 25
13 Top = 18
14 Width = 191
15 Caption = 'Simple exception'
16 OnClick = Button1Click
17 TabOrder = 0
18 end
19 object Button2: TButton
20 Left = 17
21 Height = 25
22 Top = 59
23 Width = 191
24 Caption = 'Exception inside thread'
25 OnClick = Button2Click
26 TabOrder = 1
27 end
28 object ExceptionLogger1: TExceptionLogger
29 MaxCallStackDepth = 20
30 left = 184
31 top = 80
32 end
33end
Note: See TracBrowser for help on using the repository browser.