home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Expert 29
/
Pce29cd.iso
/
RUNIMAGE
/
DELPHI40
/
BIN
/
CORIDE40.BPL
/
0
/
RCDATA
/
TSELECTTHREAD
/
TSELECTTHREAD.txt
Wrap
Text File
|
1998-06-16
|
959b
|
53 lines
object SelectThread: TSelectThread
Left = 233
Top = 199
HelpContext = 5310
BorderStyle = bsDialog
Caption = 'Select a Thread'
ClientHeight = 172
ClientWidth = 249
ParentFont = True
KeyPreview = True
PixelsPerInch = 96
TextHeight = 13
object ThreadListBox: TListBox
Left = 4
Top = 4
Width = 157
Height = 163
ItemHeight = 13
TabOrder = 0
OnDblClick = ThreadListBoxDblClick
end
object OkButton: TButton
Left = 168
Top = 8
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelButton: TButton
Left = 168
Top = 40
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object HelpButton: TButton
Left = 168
Top = 72
Width = 75
Height = 25
HelpContext = 5310
Caption = '&Help'
TabOrder = 3
OnClick = HelpButtonClick
end
end