object EvaluateDialog: TEvaluateDialog Left = 229 Top = 158 HelpContext = 1425 ActiveControl = EvalExpression BorderStyle = bsDialog Caption = 'Evaluate' ClientHeight = 262 ClientWidth = 480 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Bevel1: TBevel Left = 10 Top = 10 Width = 464 Height = 207 Shape = bsFrame end object txExpression: TLabel Left = 20 Top = 15 Width = 86 Height = 19 Caption = '&Expression:' end object txResult: TLabel Left = 20 Top = 65 Width = 50 Height = 20 Caption = '&Result:' FocusControl = EvalResult end object EvalResult: TMemo Left = 20 Top = 84 Width = 442 Height = 80 ReadOnly = True ScrollBars = ssVertical TabOrder = 0 WantReturns = False end object CloseButton: TButton Left = 383 Top = 225 Width = 92 Height = 31 Cancel = True Caption = '&Close' ModalResult = 1 TabOrder = 2 OnClick = CloseButtonClick end object EvalButton: TButton Left = 20 Top = 175 Width = 92 Height = 31 Caption = 'E&valuate' Default = True TabOrder = 1 OnClick = EvalButtonClick end object EvalExpression: TEdit Left = 20 Top = 34 Width = 442 Height = 24 AutoSize = False TabOrder = 3 end end