object SpellerDialog2: TSpellerDialog2 Left = 190 Top = 166 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '�������� ����������' ClientHeight = 198 ClientWidth = 409 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -10 Font.Name = 'Arial' 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 = '��� � �������' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 4 Top = 98 Width = 302 Height = 13 AutoSize = False Caption = '��������' end object Misspelling: TRichEdit Left = 4 Top = 20 Width = 302 Height = 73 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] HideSelection = False ParentFont = False ScrollBars = ssVertical TabOrder = 0 OnChange = MisspellingChange OnProtectChange = MisspellingProtectChange end object Variants: TListBox Left = 4 Top = 114 Width = 302 Height = 79 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ItemHeight = 16 ParentFont = False TabOrder = 1 OnDblClick = ChangeButtonClick end object ChangeButton: TButton Left = 311 Top = 2 Width = 97 Height = 25 Caption = '��������' Default = True Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = ChangeButtonClick end object ChangeAllButton: TButton Left = 311 Top = 30 Width = 97 Height = 25 Caption = '�������� ���' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = ChangeAllButtonClick end object SkipButton: TButton Left = 311 Top = 59 Width = 97 Height = 25 Caption = '����������' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = SkipButtonClick end object SkipAllButton: TButton Left = 311 Top = 87 Width = 97 Height = 25 Caption = '���������� ���' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 5 OnClick = SkipAllButtonClick end object AddButton: TButton Left = 311 Top = 116 Width = 97 Height = 25 Caption = '&Dodaj' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 6 OnClick = AddButtonClick end object CancelButton: TButton Left = 312 Top = 172 Width = 97 Height = 25 Cancel = True Caption = '��������' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 7 OnClick = CancelButtonClick end object CancelEdit: TButton Left = 312 Top = 144 Width = 97 Height = 25 Caption = '�������� ������' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 8 Visible = False OnClick = CancelEditClick end object DelButton: TButton Left = 311 Top = 2 Width = 97 Height = 25 Caption = '�������' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 9 OnClick = DelButtonClick end object StartButton: TButton Left = 311 Top = 2 Width = 97 Height = 25 Caption = '������' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 10 Visible = False OnClick = StartButtonClick end end