object SpellerDialog2: TSpellerDialog2 Left = 188 Top = 105 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Kontrola pravopisu � %s' ClientHeight = 262 ClientWidth = 310 Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnDeactivate = FormDeactivate PixelsPerInch = 96 TextHeight = 13 object InfoMsg: TLabel Left = 4 Top = 4 Width = 302 Height = 13 AutoSize = False Caption = 'Nen� ve s&lovn�ku:' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 4 Top = 106 Width = 302 Height = 13 AutoSize = False Caption = 'N�vr&hy:' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Misspelling: TRichEdit Left = 4 Top = 20 Width = 302 Height = 73 HideSelection = False ScrollBars = ssVertical TabOrder = 0 OnChange = MisspellingChange OnProtectChange = MisspellingProtectChange end object Variants: TListBox Left = 4 Top = 122 Width = 196 Height = 102 ItemHeight = 13 TabOrder = 1 OnDblClick = ChangeButtonClick end object ChangeButton: TButton Left = 207 Top = 122 Width = 99 Height = 20 Caption = '��������' Default = True TabOrder = 2 OnClick = ChangeButtonClick end object ChangeAllButton: TButton Left = 207 Top = 146 Width = 99 Height = 21 Caption = 'Zam��&ovat' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = ChangeAllButtonClick end object SkipButton: TButton Left = 207 Top = 179 Width = 99 Height = 20 Caption = '&P�esko�it' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = SkipButtonClick end object SkipAllButton: TButton Left = 207 Top = 203 Width = 99 Height = 20 Caption = 'P�&eskakovat' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 OnClick = SkipAllButtonClick end object AddButton: TButton Left = 207 Top = 236 Width = 99 Height = 20 Caption = 'P�id&at' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 6 OnClick = AddButtonClick end object CancelButton: TButton Left = 4 Top = 236 Width = 70 Height = 20 Cancel = True Caption = 'Storno' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 7 OnClick = CancelButtonClick end object CancelEdit: TButton Left = 81 Top = 236 Width = 119 Height = 20 Caption = 'Vr�tit opravu &zp�t' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 8 Visible = False OnClick = CancelEditClick end object DelButton: TButton Left = 207 Top = 122 Width = 99 Height = 20 Caption = '�������' TabOrder = 9 OnClick = DelButtonClick end object StartButton: TButton Left = 207 Top = 122 Width = 99 Height = 20 Caption = 'Zam�&nit' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 10 Visible = False OnClick = StartButtonClick end end