object FormRuleItem: TFormRuleItem Left = 474 Height = 278 Top = 386 Width = 656 ActiveControl = EditName Caption = 'Rule item' ClientHeight = 278 ClientWidth = 656 LCLVersion = '1.6.4.0' object LabelTerminal: TLabel Left = 16 Height = 20 Top = 64 Width = 61 Caption = 'Terminal:' ParentColor = False end object EditName: TEdit Left = 160 Height = 28 Top = 64 Width = 400 TabOrder = 0 end object ButtonCancel: TButton Left = 232 Height = 25 Top = 208 Width = 75 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ButtonOk: TButton Left = 408 Height = 25 Top = 208 Width = 75 Caption = 'Ok' ModalResult = 1 TabOrder = 2 end object ComboBoxType: TComboBox Left = 160 Height = 28 Top = 16 Width = 400 ItemHeight = 20 Items.Strings = ( 'Terminal' 'Non-terminal' ) OnChange = ComboBoxTypeChange Style = csDropDownList TabOrder = 3 end object Label2: TLabel Left = 16 Height = 20 Top = 24 Width = 35 Caption = 'Type:' ParentColor = False end object LabelNonTerminal: TLabel Left = 16 Height = 20 Top = 112 Width = 92 Caption = 'Non-terminal:' ParentColor = False end object ComboBoxNonTerminal: TComboBox Left = 160 Height = 28 Top = 104 Width = 404 ItemHeight = 20 Style = csDropDownList TabOrder = 4 end end