object NewThreadModule: TNewThreadModule Left = 323 Top = 269 HelpContext = 5683 BorderStyle = bsDialog Caption = 'New Thread Object' ClientHeight = 91 ClientWidth = 280 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 265 Height = 41 Shape = bsFrame end object Label1: TLabel Left = 20 Top = 22 Width = 59 Height = 13 Caption = '&Class Name:' FocusControl = NewClassName end object NewClassName: TEdit Left = 88 Top = 18 Width = 177 Height = 21 TabOrder = 0 end object OKButton: TButton Left = 118 Top = 60 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end object CancelButton: TButton Left = 198 Top = 60 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end