object FormProperty: TFormProperty Left = 760 Height = 306 Top = 688 Width = 670 Caption = 'Field' ClientHeight = 306 ClientWidth = 670 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.2.6.0' object ButtonOk: TButton Left = 404 Height = 37 Top = 253 Width = 119 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 OnClick = ButtonOkClick ParentFont = False TabOrder = 0 end object ButtonCancel: TButton Left = 540 Height = 37 Top = 253 Width = 115 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object ScrollBox1: TScrollBox Left = 16 Height = 235 Top = 8 Width = 637 HorzScrollBar.Page = 150 VertScrollBar.Page = 205 Anchors = [akTop, akLeft, akRight, akBottom] ClientHeight = 231 ClientWidth = 633 TabOrder = 2 object Label1: TLabel Left = 8 Height = 25 Top = 80 Width = 51 Caption = 'Name:' ParentColor = False end object EditName: TEdit Left = 141 Height = 33 Top = 72 Width = 476 Anchors = [akTop, akLeft, akRight] OnChange = EditNameChange TabOrder = 0 end object Label2: TLabel Left = 8 Height = 25 Top = 128 Width = 82 Caption = 'Attributes:' ParentColor = False end object EditAttributes: TEdit Left = 141 Height = 33 Top = 124 Width = 476 Anchors = [akTop, akLeft, akRight] OnChange = EditAttributesChange TabOrder = 1 end object Label3: TLabel Left = 8 Height = 25 Top = 180 Width = 54 Caption = 'Values:' ParentColor = False end object EditValues: TEdit Left = 141 Height = 33 Top = 172 Width = 476 Anchors = [akTop, akLeft, akRight] TabOrder = 2 end object Label4: TLabel Left = 8 Height = 25 Top = 32 Width = 41 Caption = 'Field:' ParentColor = False end object ComboBoxField: TComboBox Left = 141 Height = 33 Top = 24 Width = 476 Anchors = [akTop, akLeft, akRight] ItemHeight = 25 OnChange = ComboBoxFieldChange Style = csDropDownList TabOrder = 3 end end end