home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / TaskInfo / TaskInfo.exe / 0 / RCDATA / TRUNBOX / TRUNBOX.txt
Text File  |  1998-10-25  |  998b  |  59 lines

  1. object RunBox: TRunBox
  2.   Left = 246
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'Run'
  6.   ClientHeight = 119
  7.   ClientWidth = 345
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Label1: TLabel
  13.     Left = 16
  14.     Top = 33
  15.     Width = 31
  16.     Height = 13
  17.     Caption = 'Path : '
  18.   end
  19.   object OKBtn: TButton
  20.     Left = 49
  21.     Top = 73
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.     OnClick = OKBtnClick
  29.   end
  30.   object CancelBtn: TButton
  31.     Left = 144
  32.     Top = 73
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.   end
  40.   object Button1: TButton
  41.     Left = 240
  42.     Top = 73
  43.     Width = 75
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = 'lBrowse'
  47.     ModalResult = 2
  48.     TabOrder = 2
  49.   end
  50.   object RunComboBox: TComboBox
  51.     Left = 48
  52.     Top = 28
  53.     Width = 265
  54.     Height = 21
  55.     ItemHeight = 13
  56.     TabOrder = 3
  57.   end
  58. end
  59.