home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / ctenari / Madera / Install.exe / 0 / RCDATA / TMKDIRFORM / TMKDIRFORM.txt
Encoding:
Text File  |  1999-04-27  |  998 b   |  53 lines

  1. object MkDirForm: TMkDirForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Make directory'
  7.   ClientHeight = 90
  8.   ClientWidth = 225
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 123
  23.     Height = 13
  24.     Caption = 'Enter new directory name:'
  25.   end
  26.   object MkDirEdit: TEdit
  27.     Left = 16
  28.     Top = 24
  29.     Width = 193
  30.     Height = 21
  31.     TabOrder = 0
  32.     OnChange = MkDirEditChange
  33.     OnKeyPress = MkDirEditKeyPress
  34.   end
  35.   object OkBtn: TBitBtn
  36.     Left = 16
  37.     Top = 56
  38.     Width = 75
  39.     Height = 25
  40.     Enabled = False
  41.     TabOrder = 1
  42.     Kind = bkOK
  43.   end
  44.   object CancelBtn: TBitBtn
  45.     Left = 136
  46.     Top = 56
  47.     Width = 75
  48.     Height = 25
  49.     TabOrder = 2
  50.     Kind = bkCancel
  51.   end
  52. end
  53.