object FormGrammer: TFormGrammer Left = 500 Height = 346 Top = 341 Width = 548 Caption = 'Grammer settings' ClientHeight = 346 ClientWidth = 548 OnShow = FormShow LCLVersion = '1.6.4.0' object Label1: TLabel Left = 15 Height = 20 Top = 22 Width = 63 Caption = 'Start rule:' ParentColor = False end object ComboBoxStartRule: TComboBox Left = 120 Height = 28 Top = 24 Width = 272 ItemHeight = 20 Style = csDropDownList TabOrder = 0 end object ButtonOk: TButton Left = 294 Height = 25 Top = 307 Width = 75 Anchors = [akLeft, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 1 end object ButtonCancel: TButton Left = 168 Height = 25 Top = 307 Width = 75 Anchors = [akLeft, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end