Changeset 36 for trunk/IDE/Forms/UMainForm.lfm
- Timestamp:
- Feb 13, 2012, 4:07:34 PM (13 years ago)
- Location:
- trunk/IDE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE
- Property svn:ignore
-
old new 4 4 Transpascal.lps 5 5 Transpascal.exe 6 heaptrclog.trc
-
- Property svn:ignore
-
trunk/IDE/Forms/UMainForm.lfm
r35 r36 1 1 object MainForm: TMainForm 2 Left = 2 402 Left = 217 3 3 Height = 501 4 Top = 1 194 Top = 104 5 5 Width = 695 6 6 Caption = 'Transpascal IDE' … … 320 320 end 321 321 object OpenDialog1: TOpenDialog 322 Filter = 'Project file (*.*)|*.tppr|Any file (*.*)|*.*' 322 DefaultExt = '.tppr' 323 Filter = 'Project file (*.tppr)|*.tppr|Any file (*.*)|*.*' 323 324 left = 115 324 325 top = 52 325 326 end 326 327 object SaveDialog1: TSaveDialog 327 Filter = 'Project file (*.*)|*.tppr|Any file (*.*)|*.*' 328 DefaultExt = '.tppr' 329 Filter = 'Project file (*.tppr)|*.tppr|Any file (*.*)|*.*' 328 330 left = 115 329 331 top = 104
Note:
See TracChangeset
for help on using the changeset viewer.