home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TNEWTHREADMODULE
/
TNEWTHREADMODULE.txt
Wrap
Text File
|
1999-08-11
|
1KB
|
57 lines
object NewThreadModule: TNewThreadModule
Left = 323
Top = 269
BorderStyle = bsDialog
Caption = 'New Thread Object'
ClientHeight = 91
ClientWidth = 280
ParentFont = True
Position = poScreenCenter
OnCreate = FormCreate
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