Changeset 6 for trunk/StudioPackage/Forms/UFormMain.lfm
- Timestamp:
- Aug 2, 2012, 4:43:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/StudioPackage/Forms/UFormMain.lfm
r5 r6 7 7 ClientHeight = 501 8 8 ClientWidth = 747 9 Menu = MainMenu 19 Menu = MainMenu 10 10 OnShow = FormShow 11 11 LCLVersion = '1.1' … … 23 23 Width = 747 24 24 Caption = 'ToolBar1' 25 Images = ImageList 125 Images = ImageListMain 26 26 TabOrder = 1 27 27 object ToolButton1: TToolButton … … 114 114 end 115 115 end 116 object MainMenu 1: TMainMenu117 Images = ImageList 1118 left = 48119 top = 64116 object MainMenu: TMainMenu 117 Images = ImageListMain 118 left = 80 119 top = 48 120 120 object MenuItem1: TMenuItem 121 121 Caption = 'Project' … … 520 520 end 521 521 end 522 object MenuItem20: TMenuItem 523 Caption = 'Build' 524 object MenuItem21: TMenuItem 525 Action = ABuild 526 end 527 object MenuItem22: TMenuItem 528 Action = ARun 529 end 530 object MenuItem23: TMenuItem 531 Action = AStop 532 end 533 object MenuItem24: TMenuItem 534 Action = ARebuild 535 end 536 object MenuItem25: TMenuItem 537 Action = ABuildClean 538 end 539 end 522 540 object MenuItem16: TMenuItem 523 541 Caption = 'Tools' 542 object MenuItem19: TMenuItem 543 Action = AViewSettings 544 end 524 545 end 525 546 object MenuItem17: TMenuItem … … 533 554 end 534 555 end 535 object ActionList 1: TActionList536 Images = ImageList 1537 left = 48538 top = 1 20556 object ActionListMain: TActionList 557 Images = ImageListMain 558 left = 80 559 top = 104 539 560 object AProjectNew: TAction 540 561 Category = 'Project' … … 616 637 OnExecute = AViewProjectManagerExecute 617 638 end 639 object AViewSettings: TAction 640 Category = 'View' 641 Caption = 'Settings' 642 ImageIndex = 10 643 OnExecute = AViewSettingsExecute 644 end 645 object ABuild: TAction 646 Category = 'Build' 647 Caption = 'Build' 648 end 649 object ARun: TAction 650 Category = 'Build' 651 Caption = 'Run' 652 end 653 object AStop: TAction 654 Category = 'Build' 655 Caption = 'Stop' 656 end 657 object ARebuild: TAction 658 Category = 'Build' 659 Caption = 'Rebuild' 660 end 661 object ABuildClean: TAction 662 Category = 'Build' 663 Caption = 'Clean' 664 end 618 665 end 619 object ImageList 1: TImageList620 left = 48621 top = 1 76666 object ImageListMain: TImageList 667 left = 80 668 top = 160 622 669 Bitmap = { 623 670 4C69160000001000000010000000000000000000000000000000000000000000
Note:
See TracChangeset
for help on using the changeset viewer.