Changeset 42 for trunk/IDE/Forms/UMainForm.lfm
- Timestamp:
- Feb 29, 2012, 11:16:44 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Forms/UMainForm.lfm
r41 r42 89 89 Top = 26 90 90 Width = 200 91 ActivePage = TabSheet Project91 ActivePage = TabSheetCompiledProject 92 92 Align = alRight 93 TabIndex = 093 TabIndex = 2 94 94 TabOrder = 3 95 95 TabPosition = tpRight … … 148 148 object MainMenu1: TMainMenu 149 149 Images = ImageList1 150 left = 624151 top = 8150 left = 115 151 top = 160 152 152 object MenuItem1: TMenuItem 153 153 Caption = 'Project' … … 474 474 end 475 475 object MenuItemProducer: TMenuItem 476 Caption = ' Producer'476 Caption = 'Target' 477 477 end 478 478 end … … 540 540 end 541 541 object MenuItem24: TMenuItem 542 Action = AView Producers542 Action = AViewTargets 543 543 end 544 544 end … … 591 591 object ActionList1: TActionList 592 592 Images = ImageList1 593 left = 624594 top = 64593 left = 112 594 top = 216 595 595 object AProjectNew: TAction 596 596 Category = 'Project' … … 688 688 OnExecute = AViewCompiledSoruceExecute 689 689 end 690 object AView Producers: TAction690 object AViewTargets: TAction 691 691 Category = 'View' 692 Caption = ' Producers'693 OnExecute = AView ProducersExecute692 Caption = 'Targets' 693 OnExecute = AViewTargetsExecute 694 694 end 695 695 end … … 707 707 end 708 708 object ImageList1: TImageList 709 left = 624710 top = 1 12709 left = 344 710 top = 184 711 711 Bitmap = { 712 712 4C690E0000001000000010000000000000000000000000000000000000000000
Note:
See TracChangeset
for help on using the changeset viewer.