object FormProperty: TFormProperty Left = 760 Height = 418 Top = 576 Width = 726 Caption = 'Field' ClientHeight = 418 ClientWidth = 726 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.0.12.0' object ButtonOk: TButton Left = 460 Height = 37 Top = 365 Width = 119 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 OnClick = ButtonOkClick ParentFont = False TabOrder = 0 end object ButtonCancel: TButton Left = 596 Height = 37 Top = 365 Width = 115 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object Label1: TLabel Left = 24 Height = 24 Top = 80 Width = 56 Caption = 'Name:' ParentColor = False end object EditName: TEdit Left = 168 Height = 42 Top = 72 Width = 532 Anchors = [akTop, akLeft, akRight] OnChange = EditNameChange TabOrder = 2 end object Label2: TLabel Left = 24 Height = 24 Top = 128 Width = 88 Caption = 'Attributes:' ParentColor = False end object EditAttributes: TEdit Left = 168 Height = 42 Top = 124 Width = 532 Anchors = [akTop, akLeft, akRight] OnChange = EditAttributesChange TabOrder = 3 end object Label3: TLabel Left = 24 Height = 24 Top = 180 Width = 60 Caption = 'Values:' ParentColor = False end object EditValues: TEdit Left = 168 Height = 42 Top = 172 Width = 532 Anchors = [akTop, akLeft, akRight] TabOrder = 4 end object Label4: TLabel Left = 24 Height = 24 Top = 32 Width = 45 Caption = 'Field:' ParentColor = False end object ComboBoxField: TComboBox Left = 168 Height = 41 Top = 24 Width = 532 Anchors = [akTop, akLeft, akRight] ItemHeight = 0 OnChange = ComboBoxFieldChange Style = csDropDownList TabOrder = 5 end end