home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMCREATEFOLDER / TFRMCREATEFOLDER.txt
Encoding:
Text File  |  2002-05-23  |  1.5 KB  |  83 lines

  1. object frmCreateFolder: TfrmCreateFolder
  2.   Left = 403
  3.   Top = 261
  4.   BorderStyle = bsDialog
  5.   Caption = 'Create Folder'
  6.   ClientHeight = 152
  7.   ClientWidth = 336
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 66
  22.     Height = 13
  23.     Caption = 'Current folder:'
  24.   end
  25.   object lblPath: TPathLabel
  26.     Left = 16
  27.     Top = 32
  28.     Width = 233
  29.     Height = 13
  30.     AutoSize = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 16
  34.     Top = 56
  35.     Width = 31
  36.     Height = 13
  37.     Caption = '&Name:'
  38.     FocusControl = edtFolder
  39.   end
  40.   object Label3: TLabel
  41.     Left = 16
  42.     Top = 104
  43.     Width = 225
  44.     Height = 41
  45.     AutoSize = False
  46.     Caption = 
  47.       'Note: It'#39's possible to create a folder automaticly by typing the' +
  48.       ' name in the "Extract to" field of the "Extract" dialog box.'
  49.     WordWrap = True
  50.   end
  51.   object Button1: TButton
  52.     Left = 256
  53.     Top = 8
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'OK'
  57.     Default = True
  58.     TabOrder = 1
  59.     OnClick = Button1Click
  60.   end
  61.   object Button2: TButton
  62.     Left = 256
  63.     Top = 40
  64.     Width = 75
  65.     Height = 25
  66.     Cancel = True
  67.     Caption = 'Cancel'
  68.     ModalResult = 2
  69.     TabOrder = 2
  70.   end
  71.   object edtFolder: TEdit
  72.     Left = 16
  73.     Top = 72
  74.     Width = 233
  75.     Height = 21
  76.     TabOrder = 0
  77.   end
  78.   object FormCenter1: TFormCenter
  79.     Center = True
  80.     Left = 160
  81.   end
  82. end
  83.