| 1 | object FormContacts: TFormContacts
|
|---|
| 2 | Left = 675
|
|---|
| 3 | Height = 908
|
|---|
| 4 | Top = 266
|
|---|
| 5 | Width = 1210
|
|---|
| 6 | Caption = 'Contacts'
|
|---|
| 7 | ClientHeight = 908
|
|---|
| 8 | ClientWidth = 1210
|
|---|
| 9 | DesignTimePPI = 144
|
|---|
| 10 | OnClose = FormClose
|
|---|
| 11 | OnCreate = FormCreate
|
|---|
| 12 | OnDestroy = FormDestroy
|
|---|
| 13 | OnResize = FormResize
|
|---|
| 14 | OnShow = FormShow
|
|---|
| 15 | LCLVersion = '2.2.6.0'
|
|---|
| 16 | object ListView1: TListView
|
|---|
| 17 | Left = 0
|
|---|
| 18 | Height = 809
|
|---|
| 19 | Top = 0
|
|---|
| 20 | Width = 1210
|
|---|
| 21 | Align = alClient
|
|---|
| 22 | Columns = <
|
|---|
| 23 | item
|
|---|
| 24 | Caption = 'Full Name'
|
|---|
| 25 | Width = 300
|
|---|
| 26 | end
|
|---|
| 27 | item
|
|---|
| 28 | Caption = 'First name'
|
|---|
| 29 | Width = 150
|
|---|
| 30 | end
|
|---|
| 31 | item
|
|---|
| 32 | Caption = 'Middle name'
|
|---|
| 33 | Width = 150
|
|---|
| 34 | end
|
|---|
| 35 | item
|
|---|
| 36 | Caption = 'Last Name'
|
|---|
| 37 | Width = 150
|
|---|
| 38 | end
|
|---|
| 39 | item
|
|---|
| 40 | Caption = 'Phone'
|
|---|
| 41 | Width = 150
|
|---|
| 42 | end
|
|---|
| 43 | item
|
|---|
| 44 | Caption = 'Mobile'
|
|---|
| 45 | Width = 150
|
|---|
| 46 | end
|
|---|
| 47 | item
|
|---|
| 48 | Caption = 'Home phone'
|
|---|
| 49 | Width = 150
|
|---|
| 50 | end
|
|---|
| 51 | item
|
|---|
| 52 | Caption = 'Work phone'
|
|---|
| 53 | Width = 150
|
|---|
| 54 | end>
|
|---|
| 55 | MultiSelect = True
|
|---|
| 56 | OwnerData = True
|
|---|
| 57 | ParentFont = False
|
|---|
| 58 | PopupMenu = PopupMenuContact
|
|---|
| 59 | ReadOnly = True
|
|---|
| 60 | RowSelect = True
|
|---|
| 61 | TabOrder = 0
|
|---|
| 62 | ViewStyle = vsReport
|
|---|
| 63 | OnData = ListView1Data
|
|---|
| 64 | OnDblClick = ListView1DblClick
|
|---|
| 65 | OnSelectItem = ListView1SelectItem
|
|---|
| 66 | end
|
|---|
| 67 | object ToolBar1: TToolBar
|
|---|
| 68 | Left = 0
|
|---|
| 69 | Height = 39
|
|---|
| 70 | Top = 841
|
|---|
| 71 | Width = 1210
|
|---|
| 72 | Align = alBottom
|
|---|
| 73 | Images = Core.ImageList1
|
|---|
| 74 | ParentFont = False
|
|---|
| 75 | ParentShowHint = False
|
|---|
| 76 | ShowHint = True
|
|---|
| 77 | TabOrder = 1
|
|---|
| 78 | object ToolButton1: TToolButton
|
|---|
| 79 | Left = 1
|
|---|
| 80 | Top = 2
|
|---|
| 81 | Action = AAdd
|
|---|
| 82 | end
|
|---|
| 83 | object ToolButton2: TToolButton
|
|---|
| 84 | Left = 36
|
|---|
| 85 | Top = 2
|
|---|
| 86 | Action = AModify
|
|---|
| 87 | end
|
|---|
| 88 | object ToolButton3: TToolButton
|
|---|
| 89 | Left = 106
|
|---|
| 90 | Top = 2
|
|---|
| 91 | Action = ARemove
|
|---|
| 92 | end
|
|---|
| 93 | object ToolButton4: TToolButton
|
|---|
| 94 | Left = 71
|
|---|
| 95 | Top = 2
|
|---|
| 96 | Action = AClone
|
|---|
| 97 | end
|
|---|
| 98 | object ToolButton5: TToolButton
|
|---|
| 99 | Left = 141
|
|---|
| 100 | Height = 33
|
|---|
| 101 | Top = 2
|
|---|
| 102 | Style = tbsSeparator
|
|---|
| 103 | end
|
|---|
| 104 | object ToolButton6: TToolButton
|
|---|
| 105 | Left = 149
|
|---|
| 106 | Top = 2
|
|---|
| 107 | Action = ALoadFromFile
|
|---|
| 108 | end
|
|---|
| 109 | object ToolButton7: TToolButton
|
|---|
| 110 | Left = 184
|
|---|
| 111 | Top = 2
|
|---|
| 112 | Action = ASaveToFile
|
|---|
| 113 | end
|
|---|
| 114 | end
|
|---|
| 115 | object ListViewFilter1: TListViewFilter
|
|---|
| 116 | Left = 0
|
|---|
| 117 | Height = 32
|
|---|
| 118 | Top = 809
|
|---|
| 119 | Width = 1210
|
|---|
| 120 | OnChange = ListViewFilter1Change
|
|---|
| 121 | Align = alBottom
|
|---|
| 122 | end
|
|---|
| 123 | object StatusBar1: TStatusBar
|
|---|
| 124 | Left = 0
|
|---|
| 125 | Height = 28
|
|---|
| 126 | Top = 880
|
|---|
| 127 | Width = 1210
|
|---|
| 128 | Panels = <
|
|---|
| 129 | item
|
|---|
| 130 | Width = 50
|
|---|
| 131 | end>
|
|---|
| 132 | SimplePanel = False
|
|---|
| 133 | end
|
|---|
| 134 | object PopupMenuContact: TPopupMenu
|
|---|
| 135 | Images = Core.ImageList1
|
|---|
| 136 | Left = 435
|
|---|
| 137 | Top = 263
|
|---|
| 138 | object MenuItem1: TMenuItem
|
|---|
| 139 | Action = AAdd
|
|---|
| 140 | end
|
|---|
| 141 | object MenuItem2: TMenuItem
|
|---|
| 142 | Action = AModify
|
|---|
| 143 | end
|
|---|
| 144 | object MenuItem5: TMenuItem
|
|---|
| 145 | Action = AClone
|
|---|
| 146 | end
|
|---|
| 147 | object MenuItem3: TMenuItem
|
|---|
| 148 | Action = ARemove
|
|---|
| 149 | end
|
|---|
| 150 | object MenuItem4: TMenuItem
|
|---|
| 151 | Action = ASelectAll
|
|---|
| 152 | end
|
|---|
| 153 | object MenuItem12: TMenuItem
|
|---|
| 154 | Caption = '-'
|
|---|
| 155 | end
|
|---|
| 156 | object MenuItem9: TMenuItem
|
|---|
| 157 | Action = ACut
|
|---|
| 158 | end
|
|---|
| 159 | object MenuItem10: TMenuItem
|
|---|
| 160 | Action = ACopy
|
|---|
| 161 | end
|
|---|
| 162 | object MenuItem11: TMenuItem
|
|---|
| 163 | Action = APaste
|
|---|
| 164 | end
|
|---|
| 165 | object MenuItem6: TMenuItem
|
|---|
| 166 | Caption = '-'
|
|---|
| 167 | end
|
|---|
| 168 | object MenuItem7: TMenuItem
|
|---|
| 169 | Action = ALoadFromFile
|
|---|
| 170 | end
|
|---|
| 171 | object MenuItem8: TMenuItem
|
|---|
| 172 | Action = ASaveToFile
|
|---|
| 173 | end
|
|---|
| 174 | object Separator1: TMenuItem
|
|---|
| 175 | Caption = '-'
|
|---|
| 176 | end
|
|---|
| 177 | object MenuItemColumns: TMenuItem
|
|---|
| 178 | Action = AColumns
|
|---|
| 179 | end
|
|---|
| 180 | end
|
|---|
| 181 | object ActionList1: TActionList
|
|---|
| 182 | Images = Core.ImageList1
|
|---|
| 183 | Left = 732
|
|---|
| 184 | Top = 257
|
|---|
| 185 | object AAdd: TAction
|
|---|
| 186 | Caption = 'Add'
|
|---|
| 187 | ImageIndex = 9
|
|---|
| 188 | OnExecute = AAddExecute
|
|---|
| 189 | ShortCut = 45
|
|---|
| 190 | end
|
|---|
| 191 | object AModify: TAction
|
|---|
| 192 | Caption = 'Modify'
|
|---|
| 193 | ImageIndex = 6
|
|---|
| 194 | OnExecute = AModifyExecute
|
|---|
| 195 | ShortCut = 13
|
|---|
| 196 | end
|
|---|
| 197 | object ARemove: TAction
|
|---|
| 198 | Caption = 'Remove'
|
|---|
| 199 | ImageIndex = 10
|
|---|
| 200 | OnExecute = ARemoveExecute
|
|---|
| 201 | ShortCut = 46
|
|---|
| 202 | end
|
|---|
| 203 | object ASelectAll: TAction
|
|---|
| 204 | Caption = 'Select all'
|
|---|
| 205 | OnExecute = ASelectAllExecute
|
|---|
| 206 | ShortCut = 16449
|
|---|
| 207 | end
|
|---|
| 208 | object AClone: TAction
|
|---|
| 209 | Caption = 'Clone'
|
|---|
| 210 | ImageIndex = 11
|
|---|
| 211 | OnExecute = ACloneExecute
|
|---|
| 212 | end
|
|---|
| 213 | object ALoadFromFile: TAction
|
|---|
| 214 | Caption = 'Load from file...'
|
|---|
| 215 | ImageIndex = 5
|
|---|
| 216 | OnExecute = ALoadFromFileExecute
|
|---|
| 217 | end
|
|---|
| 218 | object ASaveToFile: TAction
|
|---|
| 219 | Caption = 'Save to file...'
|
|---|
| 220 | ImageIndex = 7
|
|---|
| 221 | OnExecute = ASaveToFileExecute
|
|---|
| 222 | end
|
|---|
| 223 | object ACopy: TAction
|
|---|
| 224 | Caption = 'Copy'
|
|---|
| 225 | ImageIndex = 11
|
|---|
| 226 | OnExecute = ACopyExecute
|
|---|
| 227 | ShortCut = 16451
|
|---|
| 228 | end
|
|---|
| 229 | object ACut: TAction
|
|---|
| 230 | Caption = 'Cut'
|
|---|
| 231 | ImageIndex = 12
|
|---|
| 232 | OnExecute = ACutExecute
|
|---|
| 233 | ShortCut = 16472
|
|---|
| 234 | end
|
|---|
| 235 | object APaste: TAction
|
|---|
| 236 | Caption = 'Paste'
|
|---|
| 237 | ImageIndex = 13
|
|---|
| 238 | OnExecute = APasteExecute
|
|---|
| 239 | ShortCut = 16470
|
|---|
| 240 | end
|
|---|
| 241 | object AColumns: TAction
|
|---|
| 242 | Caption = 'Columns'
|
|---|
| 243 | OnExecute = AColumnsExecute
|
|---|
| 244 | end
|
|---|
| 245 | end
|
|---|
| 246 | object ListViewSort1: TListViewSort
|
|---|
| 247 | ListView = ListView1
|
|---|
| 248 | OnCompareItem = ListViewSort1CompareItem
|
|---|
| 249 | OnFilter = ListViewSort1Filter
|
|---|
| 250 | OnColumnWidthChanged = ListViewSort1ColumnWidthChanged
|
|---|
| 251 | Column = 0
|
|---|
| 252 | Order = soNone
|
|---|
| 253 | Left = 528
|
|---|
| 254 | Top = 428
|
|---|
| 255 | end
|
|---|
| 256 | object SaveDialog1: TSaveDialog
|
|---|
| 257 | Left = 720
|
|---|
| 258 | Top = 408
|
|---|
| 259 | end
|
|---|
| 260 | object OpenDialog1: TOpenDialog
|
|---|
| 261 | Left = 720
|
|---|
| 262 | Top = 480
|
|---|
| 263 | end
|
|---|
| 264 | end
|
|---|