Changeset 2 for trunk/StudioPackage/Forms/UFormMain.lfm
- Timestamp:
- Aug 1, 2012, 4:36:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/StudioPackage/Forms/UFormMain.lfm
r1 r2 4 4 Top = 75 5 5 Width = 611 6 Caption = ' FormMain'6 Caption = 'LibreDevelop Studio' 7 7 ClientHeight = 428 8 8 ClientWidth = 611 … … 22 22 Width = 611 23 23 Caption = 'ToolBar1' 24 Images = ImageList1 24 25 TabOrder = 1 25 26 object ToolButton1: TToolButton 26 27 Left = 1 27 28 Top = 2 28 Action = A ction129 Action = AProjectNew 29 30 end 30 31 end 31 32 object MainMenu1: TMainMenu 32 left = 100 33 top = 107 33 Images = ImageList1 34 left = 48 35 top = 64 34 36 object MenuItem1: TMenuItem 35 37 Caption = 'File' 36 38 object MenuItem3: TMenuItem 37 Action = Action1 39 Action = AProjectNew 40 end 41 object MenuItem8: TMenuItem 42 Action = AProjectOpen 43 end 44 object MenuItem9: TMenuItem 45 Action = AProjectOpenRecent 46 end 47 object MenuItem10: TMenuItem 48 Action = AProjectSave 49 end 50 object MenuItem11: TMenuItem 51 Action = AProjectSaveAs 52 end 53 object MenuItem12: TMenuItem 54 Action = AProjectClose 55 end 56 object MenuItem13: TMenuItem 57 Caption = '-' 58 end 59 object MenuItem14: TMenuItem 60 Action = AExit 38 61 end 39 62 end 40 63 object MenuItem2: TMenuItem 41 Caption = 'New Item2' 64 Caption = 'Edit' 65 object MenuItem4: TMenuItem 66 Action = AClipboardCopy 67 end 68 object MenuItem5: TMenuItem 69 Action = AClipboardPaste 70 end 71 object MenuItem6: TMenuItem 72 Action = AClipboardCut 73 end 74 object MenuItem7: TMenuItem 75 Action = ASelectAll 76 end 42 77 end 43 78 end 44 79 object ActionList1: TActionList 45 left = 267 46 top = 95 47 object Action1: TAction 48 Caption = 'Action1' 80 Images = ImageList1 81 left = 48 82 top = 120 83 object AProjectNew: TAction 84 Category = 'Project' 85 Caption = 'New...' 86 Hint = 'New project' 87 ShortCut = 16462 88 end 89 object AProjectOpen: TAction 90 Category = 'Project' 91 Caption = 'Open...' 92 Hint = 'Open project' 93 ShortCut = 16463 94 end 95 object AProjectClose: TAction 96 Category = 'Project' 97 Caption = 'Close' 98 Hint = 'Close project' 99 end 100 object AProjectSave: TAction 101 Category = 'Project' 102 Caption = 'Save' 103 Hint = 'Save project' 104 ShortCut = 16467 105 end 106 object AProjectSaveAs: TAction 107 Category = 'Project' 108 Caption = 'Save as...' 109 Hint = 'Save project as' 110 ShortCut = 24659 111 end 112 object AProjectOpenRecent: TAction 113 Category = 'Project' 114 Caption = 'Open recent' 115 Hint = 'Open recent project' 116 end 117 object AClipboardCopy: TAction 118 Category = 'Edit' 119 Caption = 'Copy' 120 Hint = 'Copy to clipboard' 121 ShortCut = 16451 122 end 123 object AClipboardPaste: TAction 124 Category = 'Edit' 125 Caption = 'Paste' 126 Hint = 'Paste from clipboard' 127 ShortCut = 16470 128 end 129 object AClipboardCut: TAction 130 Category = 'Edit' 131 Caption = 'Cut' 132 Hint = 'Cut to clipboard' 133 ShortCut = 16472 134 end 135 object ASelectAll: TAction 136 Category = 'Edit' 137 Caption = 'Select all' 138 Hint = 'Select all' 139 ShortCut = 16449 140 end 141 object AExit: TAction 142 Caption = 'Exit' 143 Hint = 'Exit application' 144 OnExecute = AExitExecute 145 ShortCut = 16499 49 146 end 50 147 end 148 object ImageList1: TImageList 149 left = 48 150 top = 176 151 end 51 152 end
Note:
See TracChangeset
for help on using the changeset viewer.