Changeset 51 for trunk/Forms/UFormProperties.lfm
- Timestamp:
- Dec 3, 2021, 7:44:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormProperties.lfm
r39 r51 14 14 object ListView1: TListView 15 15 Left = 0 16 Height = 8 1016 Height = 801 17 17 Top = 0 18 18 Width = 1210 … … 46 46 Left = 0 47 47 Height = 39 48 Top = 8 4248 Top = 833 49 49 Width = 1210 50 50 Align = alBottom … … 73 73 Left = 0 74 74 Height = 32 75 Top = 8 1075 Top = 801 76 76 Width = 1210 77 77 OnChange = ListViewFilter1Change … … 80 80 object StatusBar1: TStatusBar 81 81 Left = 0 82 Height = 2783 Top = 8 8182 Height = 36 83 Top = 872 84 84 Width = 1210 85 85 Panels = < … … 96 96 Action = AAdd 97 97 end 98 object MenuItem2: TMenuItem 99 Action = AModify 100 end 101 object MenuItem5: TMenuItem 102 Action = AClone 103 end 98 104 object MenuItem3: TMenuItem 99 105 Action = ARemove 100 end101 object MenuItem2: TMenuItem102 Action = AModify103 106 end 104 107 object MenuItem4: TMenuItem … … 133 136 ShortCut = 16449 134 137 end 138 object AClone: TAction 139 Caption = 'Clone' 140 ImageIndex = 11 141 OnExecute = ACloneExecute 142 end 135 143 end 136 144 object ListViewSort1: TListViewSort
Note:
See TracChangeset
for help on using the changeset viewer.