home *** CD-ROM | disk | FTP | other *** search
/ PC Computing Multimedia MegaPac / Multimedia_MegaPac_PC_Computing_D31N_Ziff-s_1999.iso / ZIP / ezzip2k.exe / _SETUP.1 / EZip.exe / 0 / RCDATA / TNFOLDERFORM1 / TNFOLDERFORM1.txt
Text File  |  1999-06-03  |  1KB  |  70 lines

  1. object NFolderForm1: TNFolderForm1
  2.   Left = 187
  3.   Top = 202
  4.   BorderStyle = bsDialog
  5.   Caption = 'Create Folder'
  6.   ClientHeight = 108
  7.   ClientWidth = 275
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnClose = FormClose
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 66
  23.     Height = 13
  24.     Caption = 'Current folder:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 32
  29.     Width = 169
  30.     Height = 13
  31.     AutoSize = False
  32.     Caption = 'Label2'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 8
  36.     Top = 64
  37.     Width = 31
  38.     Height = 13
  39.     Caption = '&Name:'
  40.     FocusControl = Edit1
  41.   end
  42.   object Edit1: TEdit
  43.     Left = 8
  44.     Top = 80
  45.     Width = 169
  46.     Height = 21
  47.     TabOrder = 0
  48.     Text = 'Edit1'
  49.   end
  50.   object Button1: TButton
  51.     Left = 192
  52.     Top = 8
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'OK'
  56.     Default = True
  57.     TabOrder = 1
  58.     OnClick = Button1Click
  59.   end
  60.   object Button2: TButton
  61.     Left = 192
  62.     Top = 40
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'Cancel'
  66.     TabOrder = 2
  67.     OnClick = Button2Click
  68.   end
  69. end
  70.