Changeset 138 for trunk/Forms/UFormContacts.lfm
- Timestamp:
- Aug 23, 2022, 10:06:54 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContacts.lfm
r128 r138 13 13 OnResize = FormResize 14 14 OnShow = FormShow 15 LCLVersion = '2.2. 0.4'15 LCLVersion = '2.2.2.0' 16 16 object ListView1: TListView 17 17 Left = 0 18 Height = 8 1018 Height = 809 19 19 Top = 0 20 20 Width = 1210 … … 68 68 Left = 0 69 69 Height = 39 70 Top = 84 270 Top = 841 71 71 Width = 1210 72 72 Align = alBottom … … 116 116 Left = 0 117 117 Height = 32 118 Top = 8 10118 Top = 809 119 119 Width = 1210 120 120 OnChange = ListViewFilter1Change … … 123 123 object StatusBar1: TStatusBar 124 124 Left = 0 125 Height = 2 7126 Top = 88 1125 Height = 28 126 Top = 880 127 127 Width = 1210 128 128 Panels = < … … 171 171 object MenuItem8: TMenuItem 172 172 Action = ASaveToFile 173 end 174 object Separator1: TMenuItem 175 Caption = '-' 176 end 177 object MenuItemColumns: TMenuItem 178 Action = AColumns 173 179 end 174 180 end … … 233 239 ShortCut = 16470 234 240 end 241 object AColumns: TAction 242 Caption = 'Columns' 243 OnExecute = AColumnsExecute 244 end 235 245 end 236 246 object ListViewSort1: TListViewSort
Note:
See TracChangeset
for help on using the changeset viewer.