Ignore:
Timestamp:
Jul 17, 2018, 9:58:21 AM (6 years ago)
Author:
chronos
Message:
  • Added: Document check file open with .txt file extension filter.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormCheck.lfm

    r184 r191  
    11object FormCheck: TFormCheck
    2   Left = 526
     2  Left = 483
    33  Height = 635
    4   Top = 222
     4  Top = 257
    55  Width = 891
    66  Caption = 'Check document'
     
    188188  end
    189189  object OpenDialog1: TOpenDialog
     190    DefaultExt = '.txt'
     191    Filter = 'Text files (.txt)|*.txt|Any file|*.*'
    190192    left = 116
    191193    top = 493
Note: See TracChangeset for help on using the changeset viewer.