/jcl/examples/windows/debug/mttest/JclDebugMTTestMain.dfm
Unknown | 36 lines | 36 code | 0 blank | 0 comment | 0 complexity | 9894febbd20459861e1e3799c06fc8ad MD5 | raw file
Possible License(s): BSD-3-Clause
1object MTTestForm: TMTTestForm 2 Left = 399 3 Top = 375 4 Width = 325 5 Height = 159 6 Caption = 'JclDebug MT Test' 7 Color = clBtnFace 8 Font.Charset = DEFAULT_CHARSET 9 Font.Color = clWindowText 10 Font.Height = -11 11 Font.Name = 'MS Sans Serif' 12 Font.Style = [] 13 OldCreateOrder = False 14 Position = poScreenCenter 15 OnCreate = FormCreate 16 PixelsPerInch = 96 17 TextHeight = 13 18 object Button1: TButton 19 Left = 8 20 Top = 8 21 Width = 225 22 Height = 25 23 Caption = 'Thread Exception Test (requires 2009)' 24 TabOrder = 0 25 OnClick = Button1Click 26 end 27 object Button3: TButton 28 Left = 8 29 Top = 40 30 Width = 225 31 Height = 25 32 Caption = 'Show Thread Snapshot' 33 TabOrder = 1 34 OnClick = Button3Click 35 end 36end