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

  1. object NewFileForm: TNewFileForm
  2.   Left = 294
  3.   Top = 191
  4.   HelpContext = 1647
  5.   ActiveControl = CreateNewForm
  6.   BorderStyle = bsDialog
  7.   Caption = 'Open File'
  8.   ClientHeight = 159
  9.   ClientWidth = 311
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 297
  21.     Height = 109
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 10
  27.       Top = 8
  28.       Width = 279
  29.       Height = 29
  30.       AutoSize = False
  31.       Caption = 
  32.         'The requested file does not exist. You may create one of the fol' +
  33.         'lowing file types instead:'
  34.       WordWrap = True
  35.     end
  36.     object CreateNewForm: TRadioButton
  37.       Left = 10
  38.       Top = 40
  39.       Width = 233
  40.       Height = 20
  41.       Caption = 'Create a new &Form'
  42.       Checked = True
  43.       TabOrder = 0
  44.       TabStop = True
  45.     end
  46.     object CreateNewUnit: TRadioButton
  47.       Left = 10
  48.       Top = 60
  49.       Width = 233
  50.       Height = 20
  51.       Caption = 'Create a new &Unit'
  52.       TabOrder = 1
  53.     end
  54.     object CreateNewText: TRadioButton
  55.       Left = 10
  56.       Top = 80
  57.       Width = 233
  58.       Height = 20
  59.       Caption = 'Create a new &Textfile'
  60.       TabOrder = 2
  61.     end
  62.   end
  63.   object OKButton: TButton
  64.     Left = 70
  65.     Top = 126
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 1
  72.   end
  73.   object CancelButton: TButton
  74.     Left = 150
  75.     Top = 126
  76.     Width = 75
  77.     Height = 25
  78.     Cancel = True
  79.     Caption = 'Cancel'
  80.     ModalResult = 2
  81.     TabOrder = 2
  82.   end
  83.   object HelpButton: TButton
  84.     Left = 230
  85.     Top = 126
  86.     Width = 75
  87.     Height = 25
  88.     Caption = '&Help'
  89.     TabOrder = 3
  90.     OnClick = HelpButtonClick
  91.   end
  92. end
  93.