object FormRule: TFormRule Left = 679 Height = 398 Top = 620 Width = 660 ActiveControl = ButtonOk Caption = 'Rule' ClientHeight = 398 ClientWidth = 660 OnShow = FormShow LCLVersion = '1.6.4.0' object ButtonOk: TButton Left = 376 Height = 25 Top = 328 Width = 75 Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 176 Height = 25 Top = 328 Width = 75 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Label1: TLabel Left = 24 Height = 24 Top = 29 Width = 56 Caption = 'Name:' ParentColor = False end object EditName: TEdit Left = 184 Height = 34 Top = 19 Width = 392 TabOrder = 2 end end