object EditAutoCorrectionsForm: TEditAutoCorrectionsForm Left = 200 Top = 167 Width = 449 Height = 377 HelpContext = 1000 ActiveControl = edAutoText BorderWidth = 1 Caption = 'Edit autoreplacements list' Color = clBtnFace Constraints.MinHeight = 377 Constraints.MinWidth = 449 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poMainFormCenter OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnDeactivate = FormDeactivate OnResize = FormResize OnShow = FormShow DesignSize = ( 439 348) PixelsPerInch = 96 TextHeight = 16 object JvLabel1: TJvLabel Left = 8 Top = 8 Width = 57 Height = 16 Caption = '&Replace:' FocusControl = edAutoText HotTrackFont.Charset = DEFAULT_CHARSET HotTrackFont.Color = clWindowText HotTrackFont.Height = -13 HotTrackFont.Name = 'MS Sans Serif' HotTrackFont.Style = [] end object JvLabel2: TJvLabel Left = 135 Top = 8 Width = 31 Height = 16 Caption = '&With:' FocusControl = edReplaceText HotTrackFont.Charset = DEFAULT_CHARSET HotTrackFont.Color = clWindowText HotTrackFont.Height = -13 HotTrackFont.Name = 'MS Sans Serif' HotTrackFont.Style = [] end object lblCount: TJvLabel Left = 424 Top = 8 Width = 9 Height = 16 Alignment = taRightJustify Caption = '0' Anchors = [akTop, akRight] HotTrackFont.Charset = DEFAULT_CHARSET HotTrackFont.Color = clWindowText HotTrackFont.Height = -13 HotTrackFont.Name = 'MS Sans Serif' HotTrackFont.Style = [] end object BtnClose: TButton Left = 272 Top = 317 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Cancel = True Caption = '&Close' ModalResult = 2 TabOrder = 5 OnClick = BtnCloseClick end object HelpBtn: TButton Left = 360 Top = 317 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = '&Help' TabOrder = 6 OnClick = HelpBtnClick end object sgAutoCorrect: TJvStringGrid Left = 8 Top = 48 Width = 425 Height = 262 TabStop = False Anchors = [akLeft, akTop, akRight, akBottom] ColCount = 2 Constraints.MinHeight = 257 Constraints.MinWidth = 425 DefaultColWidth = 150 DefaultRowHeight = 22 Enabled = False FixedCols = 0 RowCount = 1 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect] TabOrder = 2 OnClick = sgAutoCorrectClick OnEnter = sgAutoCorrectEnter OnSelectCell = sgAutoCorrectSelectCell Alignment = taLeftJustify FixedFont.Charset = DEFAULT_CHARSET FixedFont.Color = clWindowText FixedFont.Height = -11 FixedFont.Name = 'MS Sans Serif' FixedFont.Style = [] end object edAutoText: TJvEdit Left = 8 Top = 24 Width = 125 Height = 24 UseFixedPopup = False Modified = False TabOrder = 0 OnChange = edAutoTextChange OnClick = edAutoTextClick OnKeyDown = edAutoTextKeyDown end object edReplaceText: TJvEdit Left = 135 Top = 24 Width = 298 Height = 24 UseFixedPopup = False Modified = False Anchors = [akLeft, akTop, akRight] TabOrder = 1 OnChange = edAutoTextChange OnKeyDown = edAutoTextKeyDown end object btnAdd: TButton Left = 8 Top = 317 Width = 90 Height = 25 Anchors = [akLeft, akBottom] Cancel = True Caption = '&Add' Default = True Enabled = False ModalResult = 2 TabOrder = 3 OnClick = btnAddClick end object btnDelete: TButton Left = 112 Top = 317 Width = 90 Height = 25 Anchors = [akLeft, akBottom] Cancel = True Caption = '&Delete' Enabled = False ModalResult = 2 TabOrder = 4 OnClick = btnDeleteClick end object Translator: TJvgLanguageLoader FormSection = 'EditAutoCorrectionsForm' StringsSection = 'Strings' Left = 320 end object ThemeManager1: TThemeManager Left = 352 end end