object NrDlg: TNrDlg Left = 326 Top = 123 HelpContext = 5101 ActiveControl = TextNumber BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Import ENPS File' ClientHeight = 134 ClientWidth = 241 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 140 Height = 119 Shape = bsFrame IsControl = True end object Label1: TLabel Left = 17 Top = 19 Width = 73 Height = 13 Caption = '&Text Number' FocusControl = TextNumber end object OKBtn: TBitBtn Left = 156 Top = 8 Width = 77 Height = 27 TabOrder = 3 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 157 Top = 38 Width = 77 Height = 27 TabOrder = 4 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 157 Top = 98 Width = 77 Height = 27 TabOrder = 5 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object AddSpaces: TCheckBox Left = 16 Top = 40 Width = 97 Height = 17 Caption = '&Add spaces' State = cbChecked TabOrder = 1 end object Quotations: TButton Left = 16 Top = 64 Width = 89 Height = 25 Caption = '&Quotations' TabOrder = 2 OnClick = QuotationsClick end object TextNumber: TEdit Left = 99 Top = 14 Width = 43 Height = 20 AutoSize = False TabOrder = 0 Text = '1' end object Quot: TPanel Left = 16 Top = 88 Width = 122 Height = 31 BevelOuter = bvLowered TabOrder = 6 end end