object NoTermDlg: TNoTermDlg Left = 249 Height = 456 Top = 258 Width = 422 BorderStyle = bsNone ClientHeight = 456 ClientWidth = 422 Color = clBtnFace DesignTimePPI = 144 Font.Color = clWindowText Font.Height = -20 Font.Name = 'MS Sans Serif' OnCreate = FormCreate OnKeyDown = FormKeyDown OnPaint = FormPaint LCLVersion = '3.4.0.0' Scaled = False object QuitBtn: TButtonB Left = 384 Height = 25 Top = 6 Width = 25 Down = False Permanent = False OnClick = QuitBtnClick ButtonIndex = 0 end object GoBtn: TButtonB Left = 30 Height = 25 Top = 422 Width = 25 Down = False Permanent = False OnClick = GoBtnClick ButtonIndex = 0 end end