Changeset 51 for trunk/Forms/UFormContacts.lfm
- Timestamp:
- Dec 3, 2021, 7:44:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContacts.lfm
r36 r51 14 14 object ListView1: TListView 15 15 Left = 0 16 Height = 8 1016 Height = 801 17 17 Top = 0 18 18 Width = 1210 … … 58 58 Left = 0 59 59 Height = 39 60 Top = 8 4260 Top = 833 61 61 Width = 1210 62 62 Align = alBottom … … 77 77 end 78 78 object ToolButton3: TToolButton 79 Left = 106 80 Top = 2 81 Action = ARemove 82 end 83 object ToolButton4: TToolButton 79 84 Left = 71 80 85 Top = 2 81 Action = A Remove86 Action = AClone 82 87 end 83 88 end … … 85 90 Left = 0 86 91 Height = 32 87 Top = 8 1092 Top = 801 88 93 Width = 1210 89 94 OnChange = ListViewFilter1Change … … 92 97 object StatusBar1: TStatusBar 93 98 Left = 0 94 Height = 2795 Top = 8 8199 Height = 36 100 Top = 872 96 101 Width = 1210 97 102 Panels = < … … 108 113 Action = AAdd 109 114 end 115 object MenuItem2: TMenuItem 116 Action = AModify 117 end 118 object MenuItem5: TMenuItem 119 Action = AClone 120 end 110 121 object MenuItem3: TMenuItem 111 122 Action = ARemove 112 end113 object MenuItem2: TMenuItem114 Action = AModify115 123 end 116 124 object MenuItem4: TMenuItem … … 145 153 ShortCut = 16449 146 154 end 155 object AClone: TAction 156 Caption = 'Clone' 157 ImageIndex = 11 158 OnExecute = ACloneExecute 159 end 147 160 end 148 161 object ListViewSort1: TListViewSort
Note:
See TracChangeset
for help on using the changeset viewer.