object FormRule: TFormRule Left = 507 Height = 617 Top = 293 Width = 796 ActiveControl = ButtonOk Caption = 'Rule' ClientHeight = 617 ClientWidth = 796 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.0.2.0' object ButtonOk: TButton Left = 451 Height = 30 Top = 576 Width = 90 Anchors = [akLeft, akBottom] Caption = 'Ok' ModalResult = 1 ParentFont = False TabOrder = 0 end object ButtonCancel: TButton Left = 202 Height = 30 Top = 576 Width = 90 Anchors = [akLeft, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object Label1: TLabel Left = 19 Height = 26 Top = 19 Width = 56 Caption = 'Name:' ParentColor = False ParentFont = False end object PageControl1: TPageControl Left = 10 Height = 471 Top = 96 Width = 768 ActivePage = TabSheet1 Anchors = [akTop, akLeft, akRight, akBottom] ParentFont = False TabIndex = 0 TabOrder = 2 object TabSheet1: TTabSheet Caption = 'Items' ParentFont = False end object TabSheet2: TTabSheet Caption = 'Links' ParentFont = False end object TabSheetUsedBy: TTabSheet Caption = 'Used by' ClientHeight = 431 ClientWidth = 758 ParentFont = False object ListView1: TListView Left = 0 Height = 359 Top = 0 Width = 632 Align = alClient Columns = < item Caption = 'Name' Width = 734 end> OwnerData = True ParentFont = False ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data end end end object EditName: TEdit Left = 162 Height = 43 Top = 13 Width = 520 ParentFont = False TabOrder = 3 end object CheckBoxCreateNode: TCheckBox Left = 19 Height = 30 Top = 58 Width = 191 Caption = 'Create source node' ParentFont = False TabOrder = 4 end object Label2: TLabel Left = 374 Height = 26 Top = 62 Width = 48 Caption = 'Level:' ParentColor = False ParentFont = False end object ComboBoxLevel: TComboBox Left = 451 Height = 42 Top = 58 Width = 150 ItemHeight = 0 ParentFont = False Style = csDropDownList TabOrder = 5 end end