object FormRule: TFormRule Left = 507 Height = 514 Top = 293 Width = 663 ActiveControl = ButtonOk Caption = 'Rule' ClientHeight = 514 ClientWidth = 663 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.6.4.0' object ButtonOk: TButton Left = 376 Height = 25 Top = 480 Width = 75 Anchors = [akLeft, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 168 Height = 25 Top = 480 Width = 75 Anchors = [akLeft, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Label1: TLabel Left = 16 Height = 20 Top = 16 Width = 43 Caption = 'Name:' ParentColor = False end object PageControl1: TPageControl Left = 8 Height = 392 Top = 80 Width = 640 ActivePage = TabSheet1 Anchors = [akTop, akLeft, akRight, akBottom] TabIndex = 0 TabOrder = 2 object TabSheet1: TTabSheet Caption = 'Items' end object TabSheet2: TTabSheet Caption = 'Links' end object TabSheetUsedBy: TTabSheet Caption = 'Used by' ClientHeight = 359 ClientWidth = 632 object ListView1: TListView Left = 0 Height = 359 Top = 0 Width = 632 Align = alClient Columns = < item Caption = 'Name' Width = 200 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data end end end object EditName: TEdit Left = 135 Height = 28 Top = 11 Width = 433 TabOrder = 3 end object CheckBoxCreateNode: TCheckBox Left = 16 Height = 24 Top = 48 Width = 152 Caption = 'Create source node' TabOrder = 4 end end