object FormProperty: TFormProperty Left = 945 Height = 306 Top = 567 Width = 670 Caption = 'Field' ClientHeight = 306 ClientWidth = 670 DesignTimePPI = 144 OnCreate = FormCreate 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 = 215 Anchors = [akTop, akLeft, akRight, akBottom] ClientHeight = 233 ClientWidth = 635 TabOrder = 2 object Label1: TLabel Left = 8 Height = 26 Top = 80 Width = 56 Caption = 'Name:' ParentColor = False end object EditName: TEdit Left = 141 Height = 43 Top = 72 Width = 478 Anchors = [akTop, akLeft, akRight] OnChange = EditNameChange TabOrder = 0 end object Label2: TLabel Left = 8 Height = 26 Top = 128 Width = 88 Caption = 'Attributes:' ParentColor = False end object EditAttributes: TEdit Left = 141 Height = 43 Top = 124 Width = 478 Anchors = [akTop, akLeft, akRight] OnChange = EditAttributesChange TabOrder = 1 end object Label3: TLabel Left = 8 Height = 26 Top = 180 Width = 60 Caption = 'Values:' ParentColor = False end object EditValues: TEdit Left = 141 Height = 43 Top = 172 Width = 478 Anchors = [akTop, akLeft, akRight] TabOrder = 2 end object Label4: TLabel Left = 8 Height = 26 Top = 32 Width = 45 Caption = 'Field:' ParentColor = False end object ComboBoxField: TComboBox Left = 141 Height = 42 Top = 24 Width = 478 Anchors = [akTop, akLeft, akRight] ItemHeight = 0 OnChange = ComboBoxFieldChange Style = csDropDownList TabOrder = 3 end end end