Ignore:
Timestamp:
May 23, 2015, 9:39:28 AM (9 years ago)
Author:
healthsevak
Message:

Did few minor modifications/Additions related to restarting spell check, changing caption of Close button and adding a new button to re-start the spell check if required, and also removed the confirmation dialog/message while closing the dialog as suggested by Jim Bell

File:
1 edited

Legend:

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

    r1719 r1723  
    1515  OnCreate = FormCreate
    1616  OnShow = FormShow
    17   ExplicitTop = -92
    1817  ExplicitWidth = 743
    1918  ExplicitHeight = 548
     
    7877      'Work under progress by  Sunil Kumar Arora (digitiger@gmail.com).' +
    7978      '.........Thi will be updated later........'
    80     TabOrder = 4
     79    TabOrder = 5
    8180    Visible = False
    8281    object Button1: TButton
     
    123122    end
    124123    object edtMisSpelt: TEdit
    125       Left = 151
    126       Top = 4
     124      Left = 150
     125      Top = 2
    127126      Width = 554
    128127      Height = 18
     
    225224    ParentFont = False
    226225    ReadOnly = True
    227     TabOrder = 5
     226    TabOrder = 6
    228227    OnEnter = edtDictionaryEnter
    229228  end
     
    233232    Width = 258
    234233    Height = 25
    235     Caption = '&Browse for and select different dictionary'
    236     TabOrder = 6
     234    Caption = 'Bro&wse for and select different dictionary'
     235    TabOrder = 7
    237236    OnClick = btnSelectDictClick
    238237  end
     
    250249  end
    251250  object btnAbout: TButton [8]
    252     Left = 452
    253     Top = 291
     251    Left = 300
     252    Top = 285
    254253    Width = 110
    255254    Height = 25
    256     Caption = 'A&bout'
    257     TabOrder = 3
     255    Caption = 'Abo&ut'
     256    TabOrder = 4
    258257    OnClick = btnAboutClick
    259258  end
    260259  object btnClose: TButton [9]
    261260    Left = 611
    262     Top = 291
     261    Top = 285
    263262    Width = 110
    264263    Height = 25
    265     Caption = 'C&lose'
     264    Caption = 'Finish && C&lose'
    266265    ModalResult = 1
    267     TabOrder = 2
     266    TabOrder = 3
    268267    Visible = False
    269268    OnClick = btnCloseClick
     
    275274    Height = 17
    276275    Caption = 'Ignore words in &UpperCase'
    277     TabOrder = 7
     276    TabOrder = 8
    278277    OnClick = cbIgnoreAllCapsClick
    279278  end
     
    284283    Height = 17
    285284    Caption = 'Ignore words with &digits'
    286     TabOrder = 8
     285    TabOrder = 9
    287286    OnClick = cbIgnoreDigitClick
     287  end
     288  object btnRestat: TButton [12]
     289    Left = 452
     290    Top = 285
     291    Width = 110
     292    Height = 25
     293    Caption = 'Re&Start Check'
     294    TabOrder = 2
     295    OnClick = btnRestatClick
    288296  end
    289297  inherited amgrMain: TVA508AccessibilityManager
     
    351359      (
    352360        'Component = cbIgnoreDigit'
     361        'Status = stsDefault')
     362      (
     363        'Component = btnRestat'
    353364        'Status = stsDefault'))
    354365  end
Note: See TracChangeset for help on using the changeset viewer.