Ignore:
Timestamp:
May 9, 2015, 7:26:48 AM (9 years ago)
Author:
healthsevak
Message:

Implemented the OpenSource based spell check feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/HealthSevak-CPRS/CPRS-Chart/Templates/fTemplateEditor.dfm

    r1693 r1699  
    964964          Align = alLeft
    965965          AutoSize = True
    966           ButtonHeight = 0
    967           ButtonWidth = 0
     966          ButtonHeight = 21
     967          ButtonWidth = 37
    968968          Caption = 'mbMain'
    969969          Menu = mnuMain
     
    10961096    Align = alClient
    10971097    TabOrder = 4
    1098     ExplicitLeft = 138
    1099     ExplicitTop = 221
    11001098    object pnlBoilerplate: TPanel
    11011099      Left = 1
     
    11081106      OnCanResize = pnlBoilerplateCanResize
    11091107      OnResize = pnlBoilerplateResize
    1110       ExplicitLeft = 17
    1111       ExplicitTop = 2
    11121108      object splBoil: TSplitter
    11131109        Left = 0
     
    11731169        TabOrder = 2
    11741170        Visible = False
    1175         ExplicitLeft = -1
    1176         ExplicitTop = 154
    11771171        object lblGroupBP: TLabel
    11781172          Left = 0
     
    12821276        TabOrder = 3
    12831277        Visible = False
    1284         ExplicitTop = 158
    12851278        object lblNotes: TLabel
    12861279          Left = 0
    12871280          Top = 0
    1288           Width = 78
     1281          Width = 738
    12891282          Height = 13
    12901283          Align = alTop
    12911284          Caption = 'Template Notes:'
     1285          ExplicitWidth = 78
    12921286        end
    12931287        object reNotes: TRichEdit
     
    13261320    BevelOuter = bvNone
    13271321    TabOrder = 2
    1328     ExplicitLeft = 40
    1329     ExplicitTop = 498
    13301322    DesignSize = (
    13311323      740
     
    17551747      OnClick = mnuBPCheckGrammarClick
    17561748    end
     1749    object popNoteMemoSpellOpenSource: TMenuItem
     1750      Caption = 'Chec&k Spelling (OpenSource based)'
     1751      ShortCut = 118
     1752      OnClick = mnuBPSpellCheckClick
     1753    end
    17571754    object mnuBPSpellCheck: TMenuItem
    1758       Caption = 'Check &Spelling'
     1755      Caption = 'C&heck Spelling (MS Office based)'
    17591756      ShortCut = 16467
    17601757      OnClick = mnuBPSpellCheckClick
Note: See TracChangeset for help on using the changeset viewer.