home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / STDVCS32.DLL / RCDATA / TCREATEDIRDLG / TCREATEDIRDLG.txt
Text File  |  1997-01-16  |  2KB  |  82 lines

  1. object CreateDirDlg: TCreateDirDlg
  2.   Left = 913
  3.   Top = 422
  4.   HelpContext = 1030
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Create Directory'
  8.   ClientHeight = 105
  9.   ClientWidth = 352
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object Label2: TLabel
  16.     Left = 7
  17.     Top = 40
  18.     Width = 31
  19.     Height = 13
  20.     Caption = 'Name:'
  21.   end
  22.   object Label3: TLabel
  23.     Left = 8
  24.     Top = 9
  25.     Width = 253
  26.     Height = 13
  27.     AutoSize = False
  28.   end
  29.   object OKButton: TBitBtn
  30.     Left = 271
  31.     Top = 7
  32.     Width = 75
  33.     Height = 25
  34.     Hint = 'Create the directory named in the edit box'
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     ParentShowHint = False
  39.     ShowHint = False
  40.     TabOrder = 1
  41.     OnClick = OKButtonClick
  42.     NumGlyphs = 2
  43.   end
  44.   object CancelButton: TBitBtn
  45.     Left = 271
  46.     Top = 40
  47.     Width = 75
  48.     Height = 25
  49.     Hint = 'Dismiss dialog without creating a directory'
  50.     Cancel = True
  51.     Caption = 'Cancel'
  52.     ModalResult = 2
  53.     ParentShowHint = False
  54.     ShowHint = False
  55.     TabOrder = 2
  56.     NumGlyphs = 2
  57.   end
  58.   object HelpButton: TBitBtn
  59.     Left = 271
  60.     Top = 72
  61.     Width = 75
  62.     Height = 25
  63.     Hint = 'Get more detailed help'
  64.     Caption = '&Help'
  65.     ParentShowHint = False
  66.     ShowHint = False
  67.     TabOrder = 3
  68.     OnClick = HelpButtonClick
  69.     NumGlyphs = 2
  70.   end
  71.   object NewDir: TEdit
  72.     Left = 52
  73.     Top = 37
  74.     Width = 199
  75.     Height = 20
  76.     Hint = 'Enter name of directory to create'
  77.     ParentShowHint = False
  78.     ShowHint = False
  79.     TabOrder = 0
  80.   end
  81. end
  82.