Commit 68d79e3

Nick Faro committed on
Reorder edit menu to have undo/redo at top
commit 68d79e3376c927e6d8d36a837ca8633092f278ed parent 33a4808
1 changed files +14−14
Modifiedtracker.lfm +14−14
@@ -62,10 +62,10 @@ object frmTracker: TfrmTracker
62 Height = 725 62 Height = 725
63 Top = 0 63 Top = 0
64 Width = 1120 64 Width = 1120
65 ActivePage = CommentsTabSheet 65 ActivePage = InstrumentTabSheet
66 Align = alClient 66 Align = alClient
67 ParentFont = False 67 ParentFont = False
68 TabIndex = 4 68 TabIndex = 2
69 TabOrder = 0 69 TabOrder = 0
70 object GeneralTabSheet: TTabSheet 70 object GeneralTabSheet: TTabSheet
71 Caption = 'General' 71 Caption = 'General'
@@ -2118,18 +2118,6 @@ object frmTracker: TfrmTracker
2118 end 2118 end
2119 object MenuItem2: TMenuItem 2119 object MenuItem2: TMenuItem
2120 Caption = 'Edit' 2120 Caption = 'Edit'
2121 object MenuItem6: TMenuItem
2122 Action = CopyAction
2123 end
2124 object MenuItem7: TMenuItem
2125 Action = CutAction
2126 end
2127 object MenuItem9: TMenuItem
2128 Action = PasteAction
2129 end
2130 object N2: TMenuItem
2131 Caption = '-'
2132 end
2133 object MenuItem11: TMenuItem 2121 object MenuItem11: TMenuItem
2134 Caption = '&Undo' 2122 Caption = '&Undo'
2135 Hint = 'Undo' 2123 Hint = 'Undo'
@@ -2143,6 +2131,18 @@ object frmTracker: TfrmTracker
2143 ShortCut = 16473 2131 ShortCut = 16473
2144 OnClick = MenuItem8Click 2132 OnClick = MenuItem8Click
2145 end 2133 end
2134 object N2: TMenuItem
2135 Caption = '-'
2136 end
2137 object MenuItem6: TMenuItem
2138 Action = CopyAction
2139 end
2140 object MenuItem7: TMenuItem
2141 Action = CutAction
2142 end
2143 object MenuItem9: TMenuItem
2144 Action = PasteAction
2145 end
2146 object MenuItem25: TMenuItem 2146 object MenuItem25: TMenuItem
2147 Caption = '-' 2147 Caption = '-'
2148 end 2148 end