home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Top 50 Winners / Top50.iso / nnsur10 / Install.exe / RCDATA / TFORMCREATEDIRECTORY / TFORMCREATEDIRECTORY.txt
Text File  |  1997-03-08  |  1KB  |  57 lines

  1. object FormCreateDirectory: TFormCreateDirectory
  2.   Left = 228
  3.   Top = 280
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 40
  6.   ClientWidth = 386
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 7
  19.     Width = 143
  20.     Height = 16
  21.     Caption = 'Create new directory'
  22.     Font.Color = clBlack
  23.     Font.Height = -13
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object ButtonOK: TButton
  29.     Left = 302
  30.     Top = 56
  31.     Width = 75
  32.     Height = 25
  33.     Caption = '&OK'
  34.     ModalResult = 1
  35.     TabOrder = 0
  36.     OnClick = ButtonOKClick
  37.   end
  38.   object EditDirectory: TEdit
  39.     Left = 8
  40.     Top = 25
  41.     Width = 369
  42.     Height = 21
  43.     TabOrder = 1
  44.     OnKeyPress = EditDirectoryKeyPress
  45.   end
  46.   object ButtonCancel: TButton
  47.     Left = 216
  48.     Top = 56
  49.     Width = 75
  50.     Height = 25
  51.     Caption = '&Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 2
  54.     OnClick = ButtonCancelClick
  55.   end
  56. end
  57.