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
Text File  |  1999-08-11  |  1KB  |  57 lines

  1. object NewThreadModule: TNewThreadModule
  2.   Left = 323
  3.   Top = 269
  4.   BorderStyle = bsDialog
  5.   Caption = 'New Thread Object'
  6.   ClientHeight = 91
  7.   ClientWidth = 280
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnCreate = FormCreate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Bevel1: TBevel
  14.     Left = 8
  15.     Top = 8
  16.     Width = 265
  17.     Height = 41
  18.     Shape = bsFrame
  19.   end
  20.   object Label1: TLabel
  21.     Left = 20
  22.     Top = 22
  23.     Width = 59
  24.     Height = 13
  25.     Caption = '&Class Name:'
  26.     FocusControl = NewClassName
  27.   end
  28.   object NewClassName: TEdit
  29.     Left = 88
  30.     Top = 18
  31.     Width = 177
  32.     Height = 21
  33.     TabOrder = 0
  34.   end
  35.   object OKButton: TButton
  36.     Left = 118
  37.     Top = 60
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.     OnClick = OKButtonClick
  45.   end
  46.   object CancelButton: TButton
  47.     Left = 198
  48.     Top = 60
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 2
  55.   end
  56. end
  57.