object FormProperty: TFormProperty Left = 760 Height = 435 Top = 576 Width = 756 Caption = 'Field' ClientHeight = 435 ClientWidth = 756 DesignTimePPI = 150 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.2.0.4' object ButtonOk: TButton Left = 479 Height = 39 Top = 379 Width = 124 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 OnClick = ButtonOkClick ParentFont = False TabOrder = 4 end object ButtonCancel: TButton Left = 620 Height = 39 Top = 379 Width = 120 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 5 end object Label1: TLabel Left = 25 Height = 27 Top = 83 Width = 59 Caption = 'Name:' end object EditName: TEdit Left = 175 Height = 43 Top = 75 Width = 554 Anchors = [akTop, akLeft, akRight] OnChange = EditNameChange TabOrder = 1 end object Label2: TLabel Left = 25 Height = 27 Top = 133 Width = 95 Caption = 'Attributes:' end object EditAttributes: TEdit Left = 175 Height = 43 Top = 129 Width = 554 Anchors = [akTop, akLeft, akRight] OnChange = EditAttributesChange TabOrder = 2 end object Label3: TLabel Left = 25 Height = 27 Top = 188 Width = 64 Caption = 'Values:' end object EditValues: TEdit Left = 175 Height = 43 Top = 179 Width = 554 Anchors = [akTop, akLeft, akRight] TabOrder = 3 end object Label4: TLabel Left = 25 Height = 27 Top = 33 Width = 48 Caption = 'Field:' end object ComboBoxField: TComboBox Left = 175 Height = 42 Top = 25 Width = 554 Anchors = [akTop, akLeft, akRight] ItemHeight = 0 OnChange = ComboBoxFieldChange Style = csDropDownList TabOrder = 0 end end