object FormRuleItem: TFormRuleItem Left = 474 Height = 620 Top = 386 Width = 863 Caption = 'Rule item' ClientHeight = 620 ClientWidth = 863 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.0.2.0' object ButtonCancel: TButton Left = 211 Height = 30 Top = 574 Width = 90 Anchors = [akLeft, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 0 end object ButtonOk: TButton Left = 422 Height = 30 Top = 574 Width = 90 Anchors = [akLeft, akBottom] Caption = 'Ok' ModalResult = 1 ParentFont = False TabOrder = 1 end object ComboBoxType: TComboBox Left = 192 Height = 38 Top = 19 Width = 480 ItemHeight = 0 Items.Strings = ( 'Terminal' 'Non-terminal' 'Subitems' 'Terminal range' ) OnChange = ComboBoxTypeChange ParentFont = False Style = csDropDownList TabOrder = 2 end object Label2: TLabel Left = 19 Height = 26 Top = 29 Width = 45 Caption = 'Type:' ParentColor = False ParentFont = False end object PageControl1: TPageControl Left = 19 Height = 459 Top = 106 Width = 834 ActivePage = TabSheetNonTerminal Anchors = [akTop, akLeft, akRight, akBottom] ParentFont = False ShowTabs = False TabIndex = 1 TabOrder = 3 object TabSheetTerminal: TTabSheet Caption = 'Terminal' ClientHeight = 455 ClientWidth = 824 ParentFont = False object EditTerminal: TEdit Left = 182 Height = 33 Top = 19 Width = 480 OnKeyPress = EditTerminalKeyPress ParentFont = False TabOrder = 0 end object LabelTerminal: TLabel Left = 10 Height = 23 Top = 19 Width = 70 Caption = 'Terminal:' ParentColor = False ParentFont = False end end object TabSheetNonTerminal: TTabSheet Caption = 'NonTerminal' ClientHeight = 455 ClientWidth = 824 ParentFont = False object LabelNonTerminal: TLabel Left = 10 Height = 26 Top = 10 Width = 119 Caption = 'Non-terminal:' ParentColor = False ParentFont = False end object ListBoxNonTerminals: TListBox Left = 10 Height = 395 Top = 48 Width = 394 Anchors = [akTop, akLeft, akBottom] ItemHeight = 0 ParentFont = False ScrollWidth = 392 TabOrder = 0 TopIndex = -1 end object CheckBoxLookupTable: TCheckBox Left = 422 Height = 30 Top = 10 Width = 170 Caption = 'Use lookup table' OnChange = CheckBoxLookupTableChange ParentFont = False TabOrder = 1 end object ListBoxLookupTable: TListBox Left = 422 Height = 354 Top = 48 Width = 371 Anchors = [akTop, akLeft, akRight, akBottom] ItemHeight = 0 ParentFont = False ScrollWidth = 369 TabOrder = 2 TopIndex = -1 end object Label1: TLabel Left = 422 Height = 26 Top = 412 Width = 103 Anchors = [akLeft, akBottom] Caption = 'Item action:' ParentColor = False ParentFont = False end object ComboBoxLookupTableAction: TComboBox Left = 557 Height = 38 Top = 410 Width = 161 Anchors = [akLeft, akBottom] ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'Create' 'Reference' ) ParentFont = False Style = csDropDownList TabOrder = 3 Text = 'Create' end end object TabSheetSubItems: TTabSheet Caption = 'SubItems' ParentFont = False end object TabSheetTerminalRange: TTabSheet Caption = 'Terminal range' ClientHeight = 455 ClientWidth = 824 ParentFont = False object LabelTerminal1: TLabel Left = 10 Height = 23 Top = 19 Width = 112 Caption = 'Terminal from:' ParentColor = False ParentFont = False end object EditTerminalFrom: TEdit Left = 182 Height = 33 Top = 19 Width = 480 OnKeyPress = EditTerminalKeyPress ParentFont = False TabOrder = 0 end object LabelTerminal2: TLabel Left = 10 Height = 23 Top = 67 Width = 90 Caption = 'Terminal to:' ParentColor = False ParentFont = False end object EditTerminalTo: TEdit Left = 182 Height = 33 Top = 67 Width = 480 OnKeyPress = EditTerminalKeyPress ParentFont = False TabOrder = 1 end end end object CheckBoxOptional: TCheckBox Left = 19 Height = 30 Top = 67 Width = 100 Caption = 'Optional' ParentFont = False TabOrder = 4 end object CheckBoxRepetitive: TCheckBox Left = 221 Height = 30 Top = 67 Width = 111 Caption = 'Repetitive' ParentFont = False TabOrder = 5 end object CheckBoxAnyExcept: TCheckBox Left = 413 Height = 30 Top = 67 Width = 120 Caption = 'Any except' ParentFont = False TabOrder = 6 end object CheckBoxEscapedString: TCheckBox Left = 586 Height = 30 Top = 67 Width = 160 Caption = 'Escaped strings' ParentFont = False TabOrder = 7 end end