object ReferenceTextEdit: TReferenceTextEdit Left = 171 Top = 175 HorzScrollBar.Visible = False BorderIcons = [] BorderStyle = bsDialog ClientHeight = 105 ClientWidth = 488 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 5 Top = 11 Width = 41 Height = 13 Caption = 'Text' end object Label3: TLabel Left = 6 Top = 46 Width = 60 Height = 13 Caption = 'Text on error' end object Panel: TPanel Left = 0 Top = 74 Width = 488 Height = 31 Align = alBottom BevelOuter = bvNone TabOrder = 3 object Label1: TLabel Left = 95 Top = 8 Width = 27 Height = 13 Caption = 'Fields' end object Button1: TButton Left = 318 Top = 1 Width = 75 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 3 end object ComboBox: TComboBox Left = 124 Top = 4 Width = 93 Height = 21 Style = csDropDownList ItemHeight = 13 Sorted = True TabOrder = 1 end object Button2: TButton Left = 407 Top = 0 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object Button: TButton Left = 226 Top = 2 Width = 74 Height = 25 Caption = 'Insert' TabOrder = 2 OnClick = ButtonClick end object CheckBox: TCheckBox Left = 4 Top = 6 Width = 85 Height = 17 Caption = 'View real text' TabOrder = 0 OnClick = CheckBoxClick end end object Edit: TEdit Left = 72 Top = 8 Width = 411 Height = 21 AutoSelect = False AutoSize = False TabOrder = 0 end object Edit1: TEdit Left = 69 Top = 8 Width = 81 Height = 21 TabOrder = 2 Visible = False end object EditError: TEdit Left = 70 Top = 42 Width = 411 Height = 21 AutoSelect = False AutoSize = False TabOrder = 1 end end