Changeset 5 for trunk/Forms/UMainForm.lfm
- Timestamp:
- Jun 3, 2010, 6:00:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.lfm
r4 r5 32 32 object TreeView1: TTreeView 33 33 Left = 8 34 Height = 4 1334 Height = 421 35 35 Top = 19 36 36 Width = 176 … … 110 110 top = 120 111 111 object AItemDelete: TAction 112 Category = ' Object'112 Category = 'Item' 113 113 Caption = 'Smazat' 114 114 end 115 115 object AItemAdd: TAction 116 Category = ' Object'116 Category = 'Item' 117 117 Caption = 'Přidat' 118 118 OnExecute = AItemAddExecute 119 119 end 120 120 object AItemEdit: TAction 121 Category = 'Item' 122 Caption = 'Upravit' 123 OnExecute = AItemEditExecute 124 end 125 object AItemView: TAction 126 Category = 'Item' 127 Caption = 'Zobrazit' 128 OnExecute = AItemViewExecute 129 end 130 object AObjectGroupDelete: TAction 131 Category = 'ObjectGroup' 132 Caption = 'Odebrat' 133 end 134 object AObjectGroupAddGroup: TAction 135 Category = 'ObjectGroup' 136 Caption = 'Přidat skupinu' 137 OnExecute = AObjectGroupAddGroupExecute 138 end 139 object AObjectGroupAddObject: TAction 140 Category = 'ObjectGroup' 141 Caption = 'Přidat objekt' 142 end 143 object AObjectGroupEdit: TAction 144 Category = 'ObjectGroup' 145 Caption = 'Upravit' 146 OnExecute = AObjectGroupEditExecute 147 end 148 object AObjectDelete: TAction 149 Category = 'Object' 150 Caption = 'Odstranit' 151 end 152 object AObjectEdit: TAction 121 153 Category = 'Object' 122 154 Caption = 'Upravit' 123 OnExecute = AItemEditExecute 124 end 125 object AItemView: TAction 126 Category = 'Object' 127 Caption = 'Zobrazit' 128 OnExecute = AItemViewExecute 129 end 130 object AObjectGroupDelete: TAction 131 Category = 'ObjectGroup' 132 Caption = 'Odebrat' 133 end 134 object AObjectGroupAddGroup: TAction 135 Category = 'ObjectGroup' 136 Caption = 'Přidat skupinu' 137 OnExecute = AObjectGroupAddGroupExecute 138 end 139 object AObjectGroupAddObject: TAction 140 Category = 'ObjectGroup' 141 Caption = 'Přidat objekt' 142 end 143 object AObjectGroupEdit: TAction 144 Category = 'ObjectGroup' 145 Caption = 'Upravit' 155 OnExecute = AObjectEditExecute 146 156 end 147 157 end … … 170 180 left = 72 171 181 top = 136 182 object MenuItem9: TMenuItem 183 Action = AObjectDelete 184 end 185 object MenuItem10: TMenuItem 186 Action = AObjectEdit 187 end 172 188 end 173 189 object PopupMenuObjectGroup: TPopupMenu
Note:
See TracChangeset
for help on using the changeset viewer.