Changeset 4 for trunk/UMainForm.lfm
- Timestamp:
- Feb 9, 2012, 1:43:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UMainForm.lfm
r3 r4 8 8 ClientWidth = 643 9 9 Menu = MainMenu1 10 OnCloseQuery = FormCloseQuery 10 11 OnCreate = FormCreate 11 12 OnDestroy = FormDestroy … … 18 19 Width = 643 19 20 Align = alClient 20 Lines.Strings = ( 21 '++++++++++[>+++++++>++++++++++>+++>+<<<<' 22 '-]>++.>+.+++++++..+++.>++.<<++++++++++++' 23 '+++.>.+++.------.--------.>+.>.' 24 ) 21 OnChange = MemoSourceChange 25 22 TabOrder = 0 26 23 end … … 465 462 Caption = 'Open' 466 463 ImageIndex = 7 464 OnExecute = AProjectOpenExecute 467 465 ShortCut = 16463 468 466 end … … 470 468 Caption = 'Save' 471 469 ImageIndex = 0 470 OnExecute = AProjectSaveExecute 472 471 ShortCut = 16467 473 472 end … … 475 474 Caption = 'Close' 476 475 ImageIndex = 4 476 OnExecute = AProjectCloseExecute 477 477 ShortCut = 16465 478 478 end … … 480 480 Caption = 'Save as...' 481 481 ImageIndex = 0 482 OnExecute = AProjectSaveAsExecute 482 483 ShortCut = 24659 483 484 end … … 485 486 Caption = 'New' 486 487 ImageIndex = 9 488 OnExecute = AProjectNewExecute 487 489 ShortCut = 16462 488 490 end … … 837 839 } 838 840 end 841 object OpenDialog1: TOpenDialog 842 DefaultExt = '.bf' 843 Filter = 'BrainFuck (*.bf)|*.bf|Any file (*.*)|*.*' 844 left = 192 845 top = 157 846 end 847 object SaveDialog1: TSaveDialog 848 DefaultExt = '.bf' 849 Filter = 'BrainFuck (*.bf)|*.bf|Any file (*.*)|*.*' 850 left = 192 851 top = 208 852 end 839 853 end
Note:
See TracChangeset
for help on using the changeset viewer.