object Spelling: TSpelling Left = 241 Top = 196 BorderStyle = bsDialog Caption = 'Pisownia' ClientHeight = 162 ClientWidth = 437 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 437 Height = 161 TabOrder = 0 object CheckedCaption: TLabel Left = 8 Top = 16 Width = 79 Height = 13 Caption = 'Brak w s�owniku' end object ChangeToCaption: TLabel Left = 8 Top = 40 Width = 50 Height = 13 Caption = 'Zamie� na' end object PropositionCaption: TLabel Left = 8 Top = 60 Width = 52 Height = 13 Caption = 'Propozycje' end object Checked: TEdit Left = 92 Top = 12 Width = 217 Height = 21 ReadOnly = True TabOrder = 0 OnClick = CheckedClick end object ChangeTo: TEdit Left = 92 Top = 36 Width = 217 Height = 21 TabOrder = 1 end object Proposition: TListBox Left = 92 Top = 60 Width = 217 Height = 93 ItemHeight = 13 TabOrder = 2 OnClick = PropositionClick OnDblClick = PropositionDblClick end object AddCaption: TButton Left = 316 Top = 12 Width = 113 Height = 21 Caption = '&Dodaj' ModalResult = 1 TabOrder = 3 end object ChangeCaption: TButton Left = 316 Top = 40 Width = 113 Height = 21 Caption = '&Zamie�' ModalResult = 4 TabOrder = 4 end object IgnoreCaption: TButton Left = 316 Top = 68 Width = 113 Height = 21 Caption = 'Z&ignoruj' ModalResult = 5 TabOrder = 5 end object MakepropsitionCaption: TButton Left = 316 Top = 96 Width = 113 Height = 21 Caption = 'Za&proponuj' TabOrder = 6 OnClick = MakepropsitionCaptionClick end object Button5: TButton Left = 316 Top = 132 Width = 113 Height = 21 Caption = 'P&rzerwij' ModalResult = 2 TabOrder = 7 end end end