home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / hudba / maniac / _setup.1 / MusicManiac.exe / 0 / RCDATA / TNEWDIRECTORY / TNEWDIRECTORY.txt
Text File  |  1997-01-27  |  1KB  |  75 lines

  1. object NewDirectory: TNewDirectory
  2.   Left = 272
  3.   Top = 206
  4.   Width = 430
  5.   Height = 160
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   Caption = 'Create new Directory'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox2: TGroupBox
  17.     Left = 4
  18.     Top = 68
  19.     Width = 321
  20.     Height = 53
  21.     HelpContext = 120200
  22.     Caption = 'Name of new Directory'
  23.     TabOrder = 3
  24.     object ediDirectory: TEdit
  25.       Left = 8
  26.       Top = 20
  27.       Width = 305
  28.       Height = 21
  29.       HelpContext = 120200
  30.       TabOrder = 0
  31.     end
  32.   end
  33.   object btnOK: TNewButton
  34.     Left = 340
  35.     Top = 4
  36.     Width = 75
  37.     Height = 23
  38.     HelpContext = 90100
  39.     Caption = '&OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 0
  43.     OnClick = btnOKClick
  44.   end
  45.   object btnCancel: TNewButton
  46.     Left = 340
  47.     Top = 32
  48.     Width = 75
  49.     Height = 23
  50.     HelpContext = 90200
  51.     Caption = '&Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 1
  54.     OnClick = btnCancelClick
  55.   end
  56.   object GroupBox1: TGroupBox
  57.     Left = 4
  58.     Top = 8
  59.     Width = 321
  60.     Height = 53
  61.     HelpContext = 120100
  62.     Caption = 'Create Directory in'
  63.     TabOrder = 2
  64.     object Label1: TLabel
  65.       Left = 12
  66.       Top = 15
  67.       Width = 307
  68.       Height = 36
  69.       AutoSize = False
  70.       Caption = 'Label1'
  71.       WordWrap = True
  72.     end
  73.   end
  74. end
  75.