object NewFileForm: TNewFileForm Left = 294 Top = 191 HelpContext = 1647 ActiveControl = CreateNewForm BorderStyle = bsDialog Caption = 'Open File' ClientHeight = 159 ClientWidth = 311 ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 297 Height = 109 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Label1: TLabel Left = 10 Top = 8 Width = 279 Height = 29 AutoSize = False Caption = 'The requested file does not exist. You may create one of the fol' + 'lowing file types instead:' WordWrap = True end object CreateNewForm: TRadioButton Left = 10 Top = 40 Width = 233 Height = 20 Caption = 'Create a new &Form' Checked = True TabOrder = 0 TabStop = True end object CreateNewUnit: TRadioButton Left = 10 Top = 60 Width = 233 Height = 20 Caption = 'Create a new &Unit' TabOrder = 1 end object CreateNewText: TRadioButton Left = 10 Top = 80 Width = 233 Height = 20 Caption = 'Create a new &Textfile' TabOrder = 2 end end object OKButton: TButton Left = 70 Top = 126 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 150 Top = 126 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object HelpButton: TButton Left = 230 Top = 126 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end end