Changeset 53 for trunk/Forms/UFormContacts.lfm
- Timestamp:
- Dec 8, 2021, 2:02:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContacts.lfm
r52 r53 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 … … 86 86 Action = AClone 87 87 end 88 object ToolButton5: TToolButton 89 Left = 141 90 Height = 33 91 Top = 2 92 Style = tbsSeparator 93 end 94 object ToolButton6: TToolButton 95 Left = 149 96 Top = 2 97 Action = ALoadFromFile 98 end 99 object ToolButton7: TToolButton 100 Left = 184 101 Top = 2 102 Action = ASaveToFile 103 end 88 104 end 89 105 object ListViewFilter1: TListViewFilter 90 106 Left = 0 91 107 Height = 32 92 Top = 8 10108 Top = 801 93 109 Width = 1210 94 110 OnChange = ListViewFilter1Change … … 97 113 object StatusBar1: TStatusBar 98 114 Left = 0 99 Height = 27100 Top = 8 81115 Height = 36 116 Top = 872 101 117 Width = 1210 102 118 Panels = < … … 124 140 object MenuItem4: TMenuItem 125 141 Action = ASelectAll 142 end 143 object MenuItem6: TMenuItem 144 Caption = '-' 145 end 146 object MenuItem7: TMenuItem 147 Action = ALoadFromFile 148 end 149 object MenuItem8: TMenuItem 150 Action = ASaveToFile 126 151 end 127 152 end … … 158 183 OnExecute = ACloneExecute 159 184 end 185 object ALoadFromFile: TAction 186 Caption = 'Load from file...' 187 ImageIndex = 5 188 OnExecute = ALoadFromFileExecute 189 end 190 object ASaveToFile: TAction 191 Caption = 'Save to file...' 192 ImageIndex = 7 193 OnExecute = ASaveToFileExecute 194 end 160 195 end 161 196 object ListViewSort1: TListViewSort … … 169 204 Top = 428 170 205 end 206 object SaveDialog1: TSaveDialog 207 Left = 720 208 Top = 408 209 end 210 object OpenDialog1: TOpenDialog 211 Left = 720 212 Top = 480 213 end 171 214 end
Note:
See TracChangeset
for help on using the changeset viewer.