Ignore:
Timestamp:
Feb 13, 2012, 4:07:34 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Partialy solved project open/close/save management.
Location:
trunk/IDE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE

    • Property svn:ignore
      •  

        old new  
        44Transpascal.lps
        55Transpascal.exe
         6heaptrclog.trc
  • trunk/IDE/Forms/UMainForm.lfm

    r35 r36  
    11object MainForm: TMainForm
    2   Left = 240
     2  Left = 217
    33  Height = 501
    4   Top = 119
     4  Top = 104
    55  Width = 695
    66  Caption = 'Transpascal IDE'
     
    320320  end
    321321  object OpenDialog1: TOpenDialog
    322     Filter = 'Project file (*.*)|*.tppr|Any file (*.*)|*.*'
     322    DefaultExt = '.tppr'
     323    Filter = 'Project file (*.tppr)|*.tppr|Any file (*.*)|*.*'
    323324    left = 115
    324325    top = 52
    325326  end
    326327  object SaveDialog1: TSaveDialog
    327     Filter = 'Project file (*.*)|*.tppr|Any file (*.*)|*.*'
     328    DefaultExt = '.tppr'
     329    Filter = 'Project file (*.tppr)|*.tppr|Any file (*.*)|*.*'
    328330    left = 115
    329331    top = 104
Note: See TracChangeset for help on using the changeset viewer.