Changeset 7 for trunk/Forms/UFormBrowse.lfm
- Timestamp:
- May 17, 2015, 10:51:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormBrowse.lfm
r6 r7 14 14 Width = 241 15 15 Align = alLeft 16 DefaultItemHeight = 2 416 DefaultItemHeight = 28 17 17 TabOrder = 0 18 18 end … … 51 51 end> 52 52 OwnerData = True 53 PopupMenu = PopupMenu1 53 54 ReadOnly = True 54 55 RowSelect = True 56 SmallImages = Core.ImageList1 55 57 TabOrder = 2 56 58 ViewStyle = vsReport 57 59 OnData = ListView1Data 60 OnDblClick = AOpenExecute 61 end 62 object PopupMenu1: TPopupMenu 63 Images = Core.ImageList1 64 left = 353 65 top = 131 66 object MenuItem1: TMenuItem 67 Action = AAdd 68 end 69 object MenuItem2: TMenuItem 70 Action = ADelete 71 end 72 object MenuItem3: TMenuItem 73 Action = ARename 74 end 75 object MenuItem4: TMenuItem 76 Action = AUpdate 77 end 78 object MenuItem5: TMenuItem 79 Action = AProperties 80 end 81 object MenuItem6: TMenuItem 82 Action = AOpen 83 end 84 end 85 object ActionList1: TActionList 86 Images = Core.ImageList1 87 left = 352 88 top = 208 89 object AAdd: TAction 90 Caption = 'Add' 91 end 92 object ADelete: TAction 93 Caption = 'Delete' 94 OnExecute = ADeleteExecute 95 end 96 object ARename: TAction 97 Caption = 'Rename' 98 end 99 object AUpdate: TAction 100 Caption = 'Update' 101 end 102 object AProperties: TAction 103 Caption = 'Properties' 104 end 105 object AOpen: TAction 106 Caption = 'Open' 107 OnExecute = AOpenExecute 108 end 58 109 end 59 110 end
Note:
See TracChangeset
for help on using the changeset viewer.