home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 December / PCShareware-12-97.iso.bin / programy / recipe / _setup.1 / recipe.exe / 0 / RCDATA / TCREATEDIRFORM / TCREATEDIRFORM.txt
Text File  |  1997-10-09  |  952b  |  55 lines

  1. object CreateDirForm: TCreateDirForm
  2.   Left = 206
  3.   Top = 250
  4.   Width = 362
  5.   Height = 113
  6.   Caption = 'Create Directory'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object lblCurrentDirectory: TLabel
  14.     Left = 12
  15.     Top = 10
  16.     Width = 82
  17.     Height = 13
  18.     Caption = 'Current Directory '
  19.   end
  20.   object Label1: TLabel
  21.     Left = 12
  22.     Top = 40
  23.     Width = 28
  24.     Height = 13
  25.     Caption = '&Name'
  26.   end
  27.   object edNewDirectory: TEdit
  28.     Left = 48
  29.     Top = 36
  30.     Width = 205
  31.     Height = 20
  32.     TabOrder = 0
  33.   end
  34.   object BitBtn1: TBitBtn
  35.     Left = 268
  36.     Top = 10
  37.     Width = 77
  38.     Height = 29
  39.     Caption = '&OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.   end
  44.   object BitBtn2: TBitBtn
  45.     Left = 268
  46.     Top = 44
  47.     Width = 77
  48.     Height = 29
  49.     Cancel = True
  50.     Caption = '&Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.   end
  54. end
  55.