home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TNEWTHREADMODULE / TNEWTHREADMODULE.txt
Text File  |  1997-01-16  |  1KB  |  60 lines

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