Ignore:
Timestamp:
Jun 3, 2010, 6:00:52 PM (14 years ago)
Author:
george
Message:
  • Přidáno: Formulář pro vkládání položek.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UMainForm.lfm

    r4 r5  
    3232    object TreeView1: TTreeView
    3333      Left = 8
    34       Height = 413
     34      Height = 421
    3535      Top = 19
    3636      Width = 176
     
    110110    top = 120
    111111    object AItemDelete: TAction
    112       Category = 'Object'
     112      Category = 'Item'
    113113      Caption = 'Smazat'
    114114    end
    115115    object AItemAdd: TAction
    116       Category = 'Object'
     116      Category = 'Item'
    117117      Caption = 'Přidat'
    118118      OnExecute = AItemAddExecute
    119119    end
    120120    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
    121153      Category = 'Object'
    122154      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
    146156    end
    147157  end
     
    170180    left = 72
    171181    top = 136
     182    object MenuItem9: TMenuItem
     183      Action = AObjectDelete
     184    end
     185    object MenuItem10: TMenuItem
     186      Action = AObjectEdit
     187    end
    172188  end
    173189  object PopupMenuObjectGroup: TPopupMenu
Note: See TracChangeset for help on using the changeset viewer.