object fExprBld: TfExprBld Left = 244 Top = 133 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Expression builder' ClientHeight = 108 ClientWidth = 297 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OrigLabel: TLabel Left = 8 Top = 16 Width = 45 Height = 13 Caption = 'OrigLabel' Visible = False end object OrigCombo: TComboBox Left = 8 Top = 32 Width = 281 Height = 21 Style = csSimple Ctl3D = True ItemHeight = 13 ParentCtl3D = False TabOrder = 0 Visible = False end object BtnOk: TButton Left = 73 Top = 77 Width = 72 Height = 22 HelpContext = 49 Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 end object BtnCancel: TButton Left = 152 Top = 77 Width = 72 Height = 22 HelpContext = 44 Cancel = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 end end