home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Warsztat / Compress / Tarfwin / SETUP.EXE / 0 / RCDATA / TNEWDIRWIN / TNEWDIRWIN.txt
Text File  |  1997-05-10  |  717b  |  39 lines

  1. object NewDirWin: TNewDirWin
  2.   Left = 216
  3.   Top = 165
  4.   BorderStyle = bsDialog
  5.   Caption = 'New directory'
  6.   ClientHeight = 80
  7.   ClientWidth = 439
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 16
  16.     Top = 16
  17.     Width = 174
  18.     Height = 13
  19.     Caption = 'Enter the name for the new directory:'
  20.   end
  21.   object Directoryname: TEdit
  22.     Left = 16
  23.     Top = 40
  24.     Width = 305
  25.     Height = 21
  26.     TabOrder = 0
  27.   end
  28.   object OKButton: TButton
  29.     Left = 336
  30.     Top = 38
  31.     Width = 89
  32.     Height = 25
  33.     Caption = '&OK'
  34.     Default = True
  35.     TabOrder = 1
  36.     OnClick = OKButtonClick
  37.   end
  38. end
  39.