object FormGrammer: TFormGrammer Left = 500 Height = 415 Top = 341 Width = 658 Caption = 'Grammer settings' ClientHeight = 415 ClientWidth = 658 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.0.2.0' object Label1: TLabel Left = 18 Height = 26 Top = 26 Width = 84 Caption = 'Start rule:' ParentColor = False ParentFont = False end object ComboBoxStartRule: TComboBox Left = 202 Height = 42 Top = 26 Width = 326 ItemHeight = 0 ParentFont = False Style = csDropDownList TabOrder = 0 end object ButtonOk: TButton Left = 353 Height = 30 Top = 368 Width = 90 Anchors = [akLeft, akBottom] Caption = 'OK' ModalResult = 1 ParentFont = False TabOrder = 1 end object ButtonCancel: TButton Left = 202 Height = 30 Top = 368 Width = 90 Anchors = [akLeft, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 2 end object Label2: TLabel Left = 19 Height = 26 Top = 96 Width = 147 Caption = 'White space rule:' ParentColor = False ParentFont = False end object ComboBoxWhiteSpaceRule: TComboBox Left = 202 Height = 42 Top = 86 Width = 326 ItemHeight = 0 ParentFont = False Style = csDropDownList TabOrder = 3 end end