Changeset 24 for trunk/IDE/Forms/UMainForm.lfm
- Timestamp:
- Nov 10, 2010, 9:42:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Forms/UMainForm.lfm
r21 r24 1 1 object MainForm: TMainForm 2 Left = 3 622 Left = 336 3 3 Height = 501 4 Top = 1 154 Top = 102 5 5 Width = 695 6 6 Caption = 'Transpascal IDE' … … 152 152 Caption = 'New' 153 153 Hint = 'Create new project' 154 OnExecute = AProjectNewExecute 154 155 end 155 156 object AProjectOpen: TAction … … 164 165 Hint = 'Save project to disk' 165 166 OnExecute = AProjectSaveExecute 167 ShortCut = 16467 166 168 end 167 169 object AProjectSaveAs: TAction
Note:
See TracChangeset
for help on using the changeset viewer.