Changeset 21 for trunk/Forms
- Timestamp:
- May 8, 2019, 12:11:40 PM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 7 added
- 2 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
- Property svn:ignore
-
old new 1 *.lrj 1
-
- Property svn:ignore
-
trunk/Forms/UFormAbout.lfm
r7 r21 1 1 object FormAbout: TFormAbout 2 2 Left = 522 3 Height = 3873 Height = 580 4 4 Top = 335 5 Width = 5245 Width = 786 6 6 Caption = 'About' 7 ClientHeight = 387 8 ClientWidth = 524 7 ClientHeight = 580 8 ClientWidth = 786 9 DesignTimePPI = 144 9 10 OnCreate = FormCreate 10 11 OnShow = FormShow 11 12 Position = poScreenCenter 12 LCLVersion = ' 1.8.0.4'13 LCLVersion = '2.0.0.4' 13 14 object LabelDescription: TLabel 14 Left = 2515 Height = 4016 Top = 13717 Width = 47415 Left = 38 16 Height = 60 17 Top = 206 18 Width = 710 18 19 Align = alTop 19 20 AutoSize = False 20 BorderSpacing.Around = 2521 BorderSpacing.Around = 38 21 22 ParentColor = False 23 ParentFont = False 22 24 WordWrap = True 23 25 end 24 26 object ButtonClose: TButton 25 Left = 38326 Height = 3127 Top = 33728 Width = 1 1627 Left = 574 28 Height = 46 29 Top = 506 30 Width = 174 29 31 Anchors = [akRight, akBottom] 30 32 Caption = 'Close' 31 33 ModalResult = 1 34 ParentFont = False 32 35 TabOrder = 0 33 36 end 34 37 object LabelContent: TLabel 35 Left = 2538 Left = 38 36 39 Height = 26 37 Top = 20238 Width = 47440 Top = 304 41 Width = 710 39 42 Align = alTop 40 BorderSpacing.Around = 2543 BorderSpacing.Around = 38 41 44 Caption = ' ' 42 45 ParentColor = False 46 ParentFont = False 43 47 end 44 48 object ButtonHomePage: TButton 45 Left = 2046 Height = 3147 Top = 33748 Width = 22049 Left = 30 50 Height = 46 51 Top = 506 52 Width = 330 49 53 Anchors = [akLeft, akBottom] 50 54 Caption = 'Home page' 51 55 OnClick = ButtonHomePageClick 56 ParentFont = False 52 57 TabOrder = 1 53 58 end 54 59 object PanelTitle: TPanel 55 60 Left = 0 56 Height = 1 1261 Height = 168 57 62 Top = 0 58 Width = 52463 Width = 786 59 64 Align = alTop 60 65 BevelOuter = bvNone 61 ClientHeight = 112 62 ClientWidth = 524 66 ClientHeight = 168 67 ClientWidth = 786 68 ParentFont = False 63 69 TabOrder = 2 64 70 object LabelAppName: TLabel 65 71 Left = 112 66 Height = 8072 Height = 136 67 73 Top = 24 68 Width = 39474 Width = 656 69 75 Align = alCustom 70 76 Anchors = [akTop, akLeft, akRight, akBottom] 71 77 AutoSize = False 72 BorderSpacing.Around = 2573 Font.Height = - 5078 BorderSpacing.Around = 38 79 Font.Height = -75 74 80 ParentColor = False 75 81 ParentFont = False 76 82 end 77 83 object Image1: TImage 78 Left = 2479 Height = 6480 Top = 2481 Width = 6484 Left = 36 85 Height = 96 86 Top = 36 87 Width = 96 82 88 Proportional = True 83 89 Stretch = True -
trunk/Forms/UFormContact.lfm
r15 r21 1 1 object FormContact: TFormContact 2 2 Left = 423 3 Height = 4903 Height = 588 4 4 Top = 271 5 Width = 7625 Width = 914 6 6 Caption = 'Contact' 7 ClientHeight = 4908 ClientWidth = 7629 DesignTimePPI = 1 207 ClientHeight = 588 8 ClientWidth = 914 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = ' 1.8.0.6'13 LCLVersion = '2.0.0.4' 14 14 object PageControlContact: TPageControl 15 Left = 816 Height = 42417 Top = 818 Width = 74415 Left = 10 16 Height = 508 17 Top = 10 18 Width = 892 19 19 ActivePage = TabSheetAll 20 20 Anchors = [akTop, akLeft, akRight, akBottom] 21 ParentFont = False 21 22 TabIndex = 2 22 23 TabOrder = 0 23 24 object TabSheetGeneral: TTabSheet 24 25 Caption = 'General' 25 ClientHeight = 391 26 ClientWidth = 736 26 ClientHeight = 468 27 ClientWidth = 882 28 ParentFont = False 27 29 object Label1: TLabel 28 Left = 1 329 Height = 20 30 Top = 1 330 Left = 16 31 Height = 20 32 Top = 16 31 33 Width = 43 32 34 Caption = 'Name:' 33 35 ParentColor = False 36 ParentFont = False 34 37 end 35 38 object EditName: TEdit 36 Left = 120 37 Height = 28 38 Top = 16 39 Width = 212 39 Left = 144 40 Height = 28 41 Top = 19 42 Width = 254 43 ParentFont = False 40 44 TabOrder = 0 41 45 end 42 46 object Label2: TLabel 43 Left = 1 344 Height = 20 45 Top = 4747 Left = 16 48 Height = 20 49 Top = 56 46 50 Width = 74 47 51 Caption = 'Cell phone:' 48 52 ParentColor = False 53 ParentFont = False 49 54 end 50 55 object EditCellPhone: TEdit 51 Left = 120 52 Height = 28 53 Top = 47 54 Width = 212 56 Left = 144 57 Height = 28 58 Top = 56 59 Width = 254 60 ParentFont = False 55 61 TabOrder = 1 56 62 end 57 63 object EditPhone: TEdit 58 Left = 120 59 Height = 28 60 Top = 83 61 Width = 212 64 Left = 144 65 Height = 28 66 Top = 100 67 Width = 254 68 ParentFont = False 62 69 TabOrder = 2 63 70 end 64 71 object Label3: TLabel 65 Left = 1 366 Height = 20 67 Top = 8172 Left = 16 73 Height = 20 74 Top = 97 68 75 Width = 44 69 76 Caption = 'Phone:' 70 77 ParentColor = False 78 ParentFont = False 71 79 end 72 80 object EditEmail: TEdit 73 Left = 479 74 Height = 28 75 Top = 49 76 Width = 212 81 Left = 575 82 Height = 28 83 Top = 59 84 Width = 254 85 ParentFont = False 77 86 TabOrder = 3 78 87 end 79 88 object Label4: TLabel 80 Left = 36081 Height = 20 82 Top = 4789 Left = 432 90 Height = 20 91 Top = 56 83 92 Width = 46 84 93 Caption = 'E-mail:' 85 94 ParentColor = False 95 ParentFont = False 86 96 end 87 97 object EditSurname: TEdit 88 Left = 479 89 Height = 28 90 Top = 15 91 Width = 212 98 Left = 575 99 Height = 28 100 Top = 18 101 Width = 254 102 ParentFont = False 92 103 TabOrder = 4 93 104 end 94 105 object Label5: TLabel 95 Left = 36096 Height = 20 97 Top = 1 3106 Left = 432 107 Height = 20 108 Top = 16 98 109 Width = 61 99 110 Caption = 'Surname:' 100 111 ParentColor = False 112 ParentFont = False 101 113 end 102 114 object MemoNotes: TMemo 103 Left = 1 3104 Height = 1 85105 Top = 192106 Width = 70 8115 Left = 16 116 Height = 146 117 Top = 230 118 Width = 702 107 119 Anchors = [akTop, akLeft, akRight, akBottom] 120 ParentFont = False 108 121 TabOrder = 5 109 122 end 110 123 object Label6: TLabel 111 Left = 1 6112 Height = 20 113 Top = 168124 Left = 19 125 Height = 20 126 Top = 202 114 127 Width = 42 115 128 Caption = 'Notes:' 116 129 ParentColor = False 130 ParentFont = False 117 131 end 118 132 object EditEmailHome: TEdit 119 Left = 479 120 Height = 28 121 Top = 83 122 Width = 212 133 Left = 575 134 Height = 28 135 Top = 100 136 Width = 254 137 ParentFont = False 123 138 TabOrder = 6 124 139 end 125 140 object Label20: TLabel 126 Left = 360127 Height = 20 128 Top = 80141 Left = 432 142 Height = 20 143 Top = 96 129 144 Width = 101 130 145 Caption = 'E-mail (Home):' 131 146 ParentColor = False 147 ParentFont = False 132 148 end 133 149 object EditEmailWork: TEdit 134 Left = 479 135 Height = 28 136 Top = 122 137 Width = 212 150 Left = 575 151 Height = 28 152 Top = 146 153 Width = 254 154 ParentFont = False 138 155 TabOrder = 7 139 156 end 140 157 object Label21: TLabel 141 Left = 360142 Height = 20 143 Top = 1 20158 Left = 432 159 Height = 20 160 Top = 144 144 161 Width = 95 145 162 Caption = 'E-mail (Work):' 146 163 ParentColor = False 164 ParentFont = False 147 165 end 148 166 object EditBirthday: TEdit 149 Left = 120 150 Height = 28 151 Top = 120 152 Width = 212 167 Left = 144 168 Height = 28 169 Top = 144 170 Width = 254 171 ParentFont = False 153 172 TabOrder = 8 154 173 end 155 174 object Label22: TLabel 156 Left = 1 3157 Height = 20 158 Top = 1 20175 Left = 16 176 Height = 20 177 Top = 144 159 178 Width = 58 160 179 Caption = 'Birthday:' 161 180 ParentColor = False 181 ParentFont = False 162 182 end 163 183 end 164 184 object TabSheetDetails: TTabSheet 165 185 Caption = 'Details' 166 ClientHeight = 391 167 ClientWidth = 736 186 ClientHeight = 468 187 ClientWidth = 882 188 ParentFont = False 168 189 object Label7: TLabel 169 Left = 8170 Height = 20 171 Top = 1 5190 Left = 10 191 Height = 20 192 Top = 18 172 193 Width = 99 173 194 Caption = 'Phone (Home):' 174 195 ParentColor = False 196 ParentFont = False 175 197 end 176 198 object EditPhoneHome: TEdit 177 Left = 144 178 Height = 28 179 Top = 15 180 Width = 212 199 Left = 173 200 Height = 28 201 Top = 18 202 Width = 254 203 ParentFont = False 181 204 TabOrder = 0 182 205 end 183 206 object Label8: TLabel 184 Left = 8185 Height = 20 186 Top = 51207 Left = 10 208 Height = 20 209 Top = 61 187 210 Width = 93 188 211 Caption = 'Phone (Work):' 189 212 ParentColor = False 213 ParentFont = False 190 214 end 191 215 object EditPhoneWork: TEdit 192 Left = 144 193 Height = 28 194 Top = 51 195 Width = 212 216 Left = 173 217 Height = 28 218 Top = 61 219 Width = 254 220 ParentFont = False 196 221 TabOrder = 1 197 222 end 198 223 object Label9: TLabel 199 Left = 8200 Height = 20 201 Top = 88224 Left = 10 225 Height = 20 226 Top = 106 202 227 Width = 129 203 228 Caption = 'Cell phone (Home):' 204 229 ParentColor = False 230 ParentFont = False 205 231 end 206 232 object EditCellPhoneHome: TEdit 207 Left = 144 208 Height = 28 209 Top = 90 210 Width = 212 233 Left = 173 234 Height = 28 235 Top = 108 236 Width = 254 237 ParentFont = False 211 238 TabOrder = 2 212 239 end 213 240 object Label10: TLabel 214 Left = 8215 Height = 20 216 Top = 1 22241 Left = 10 242 Height = 20 243 Top = 146 217 244 Width = 123 218 245 Caption = 'Cell phone (Work):' 219 246 ParentColor = False 247 ParentFont = False 220 248 end 221 249 object EditCellPhoneWork: TEdit 222 Left = 144 223 Height = 28 224 Top = 122 225 Width = 212 250 Left = 173 251 Height = 28 252 Top = 146 253 Width = 254 254 ParentFont = False 226 255 TabOrder = 3 227 256 end 228 257 object Label11: TLabel 229 Left = 376230 Height = 20 231 Top = 1 3258 Left = 451 259 Height = 20 260 Top = 16 232 261 Width = 25 233 262 Caption = 'Fax:' 234 263 ParentColor = False 264 ParentFont = False 235 265 end 236 266 object EditFax: TEdit 237 Left = 487 238 Height = 28 239 Top = 15 240 Width = 212 267 Left = 584 268 Height = 28 269 Top = 18 270 Width = 254 271 ParentFont = False 241 272 TabOrder = 4 242 273 end 243 274 object Label12: TLabel 244 Left = 376245 Height = 20 246 Top = 48275 Left = 451 276 Height = 20 277 Top = 58 247 278 Width = 80 248 279 Caption = 'Fax (Home):' 249 280 ParentColor = False 281 ParentFont = False 250 282 end 251 283 object EditFaxHome: TEdit 252 Left = 487 253 Height = 28 254 Top = 51 255 Width = 212 284 Left = 584 285 Height = 28 286 Top = 61 287 Width = 254 288 ParentFont = False 256 289 TabOrder = 5 257 290 end 258 291 object Label13: TLabel 259 Left = 376260 Height = 20 261 Top = 88292 Left = 451 293 Height = 20 294 Top = 106 262 295 Width = 74 263 296 Caption = 'Fax (Work):' 264 297 ParentColor = False 298 ParentFont = False 265 299 end 266 300 object EditFaxWork: TEdit 267 Left = 487 268 Height = 28 269 Top = 90 270 Width = 212 301 Left = 584 302 Height = 28 303 Top = 108 304 Width = 254 305 ParentFont = False 271 306 TabOrder = 6 272 307 end 273 308 object Label14: TLabel 274 Left = 376275 Height = 20 276 Top = 1 20309 Left = 451 310 Height = 20 311 Top = 144 277 312 Width = 41 278 313 Caption = 'Pager:' 279 314 ParentColor = False 315 ParentFont = False 280 316 end 281 317 object EditPager: TEdit 282 Left = 487 283 Height = 28 284 Top = 122 285 Width = 212 318 Left = 584 319 Height = 28 320 Top = 146 321 Width = 254 322 ParentFont = False 286 323 TabOrder = 7 287 324 end 288 325 object Label15: TLabel 289 Left = 8290 Height = 20 291 Top = 184326 Left = 10 327 Height = 20 328 Top = 221 292 329 Width = 72 293 330 Caption = 'Web page:' 294 331 ParentColor = False 332 ParentFont = False 295 333 end 296 334 object EditWebPage: TEdit 297 Left = 144 298 Height = 28 299 Top = 184 300 Width = 212 335 Left = 173 336 Height = 28 337 Top = 221 338 Width = 254 339 ParentFont = False 301 340 TabOrder = 8 302 341 end 303 342 object Label16: TLabel 304 Left = 8305 Height = 20 306 Top = 2 16343 Left = 10 344 Height = 20 345 Top = 259 307 346 Width = 127 308 347 Caption = 'Web page (Home):' 309 348 ParentColor = False 349 ParentFont = False 310 350 end 311 351 object EditWebPageHome: TEdit 312 Left = 144 313 Height = 28 314 Top = 216 315 Width = 212 352 Left = 173 353 Height = 28 354 Top = 259 355 Width = 254 356 ParentFont = False 316 357 TabOrder = 9 317 358 end 318 359 object Label17: TLabel 319 Left = 8320 Height = 20 321 Top = 2 48360 Left = 10 361 Height = 20 362 Top = 298 322 363 Width = 121 323 364 Caption = 'Web page (Work):' 324 365 ParentColor = False 366 ParentFont = False 325 367 end 326 368 object EditWebPageWork: TEdit 327 Left = 144 328 Height = 28 329 Top = 248 330 Width = 212 369 Left = 173 370 Height = 28 371 Top = 298 372 Width = 254 373 ParentFont = False 331 374 TabOrder = 10 332 375 end 333 376 object Label18: TLabel 334 Left = 375335 Height = 20 336 Top = 184377 Left = 450 378 Height = 20 379 Top = 221 337 380 Width = 32 338 381 Caption = 'Title:' 339 382 ParentColor = False 383 ParentFont = False 340 384 end 341 385 object EditTitle: TEdit 342 Left = 487 343 Height = 28 344 Top = 184 345 Width = 212 386 Left = 584 387 Height = 28 388 Top = 221 389 Width = 254 390 ParentFont = False 346 391 TabOrder = 11 347 392 end 348 393 object Label19: TLabel 349 Left = 375350 Height = 20 351 Top = 2 16394 Left = 450 395 Height = 20 396 Top = 259 352 397 Width = 56 353 398 Caption = 'Address:' 354 399 ParentColor = False 400 ParentFont = False 355 401 end 356 402 object EditAddress: TEdit 357 Left = 488 358 Height = 28 359 Top = 216 360 Width = 212 403 Left = 586 404 Height = 28 405 Top = 259 406 Width = 254 407 ParentFont = False 361 408 TabOrder = 12 362 409 end 363 410 object LabelOrganization: TLabel 364 Left = 376365 Height = 20 366 Top = 2 48411 Left = 451 412 Height = 20 413 Top = 298 367 414 Width = 89 368 415 Caption = 'Organization:' 369 416 ParentColor = False 417 ParentFont = False 370 418 end 371 419 object EditOrganization: TEdit 372 Left = 487 373 Height = 28 374 Top = 248 375 Width = 212 420 Left = 584 421 Height = 28 422 Top = 298 423 Width = 254 424 ParentFont = False 376 425 TabOrder = 13 377 426 end … … 379 428 object TabSheetAll: TTabSheet 380 429 Caption = 'All fields' 381 ClientHeight = 391382 ClientWidth = 736430 ClientHeight = 468 431 ClientWidth = 882 383 432 OnShow = TabSheetAllShow 433 ParentFont = False 384 434 object ListView1: TListView 385 Left = 8386 Height = 368387 Top = 1 6388 Width = 721435 Left = 10 436 Height = 441 437 Top = 19 438 Width = 864 389 439 Anchors = [akTop, akLeft, akRight, akBottom] 390 440 Columns = < 391 441 item 392 442 Caption = 'Item' 393 Width = 2 00443 Width = 240 394 444 end 395 445 item 396 446 Caption = 'Value' 397 Width = 200447 Width = 609 398 448 end> 399 449 OwnerData = True 450 ParentFont = False 400 451 PopupMenu = PopupMenu1 401 452 ReadOnly = True … … 409 460 end 410 461 object ButtonCancel: TButton 411 Left = 656412 Height = 3 1413 Top = 448414 Width = 96462 Left = 787 463 Height = 37 464 Top = 538 465 Width = 115 415 466 Anchors = [akRight, akBottom] 416 467 Caption = 'Cancel' 417 468 ModalResult = 2 469 ParentFont = False 418 470 TabOrder = 1 419 471 end 420 472 object ButtonOk: TButton 421 Left = 544422 Height = 3 1423 Top = 448424 Width = 99473 Left = 652 474 Height = 37 475 Top = 538 476 Width = 119 425 477 Anchors = [akRight, akBottom] 426 478 Caption = 'OK' 427 479 ModalResult = 1 480 ParentFont = False 428 481 TabOrder = 2 429 482 end 430 483 object ActionList1: TActionList 431 484 Images = Core.ImageList1 432 left = 3 17433 top = 1 57485 left = 380 486 top = 188 434 487 object AEditField: TAction 435 488 Caption = 'Edit' … … 439 492 object PopupMenu1: TPopupMenu 440 493 Images = Core.ImageList1 441 left = 172442 top = 1 59494 left = 206 495 top = 191 443 496 object MenuItem1: TMenuItem 444 497 Action = AEditField -
trunk/Forms/UFormContacts.lfm
r19 r21 1 1 object FormContacts: TFormContacts 2 2 Left = 400 3 Height = 6053 Height = 908 4 4 Top = 212 5 Width = 8075 Width = 1210 6 6 Caption = 'Contacts' 7 ClientHeight = 605 8 ClientWidth = 807 7 ClientHeight = 908 8 ClientWidth = 1210 9 DesignTimePPI = 144 9 10 OnClose = FormClose 10 11 OnCreate = FormCreate 11 12 OnShow = FormShow 12 LCLVersion = ' 1.8.0.4'13 LCLVersion = '2.0.0.4' 13 14 object ListView1: TListView 14 15 Left = 0 15 Height = 57916 Height = 869 16 17 Top = 0 17 Width = 80718 Width = 1210 18 19 Align = alClient 19 20 Columns = < 20 21 item 21 22 Caption = 'Full Name' 22 Width = 20023 Width = 300 23 24 end 24 25 item 25 26 Caption = 'First name' 26 Width = 1 0027 Width = 150 27 28 end 28 29 item 29 30 Caption = 'Middle name' 30 Width = 1 0031 Width = 150 31 32 end 32 33 item 33 34 Caption = 'Last Name' 34 Width = 1 0035 Width = 150 35 36 end 36 37 item 37 38 Caption = 'Cell phone' 38 Width = 1 0039 Width = 150 39 40 end 40 41 item 41 42 Caption = 'Home phone' 42 Width = 18743 Width = 295 43 44 end> 44 45 MultiSelect = True 45 46 OwnerData = True 47 ParentFont = False 46 48 PopupMenu = PopupMenuContact 47 49 ReadOnly = True … … 55 57 object ToolBar1: TToolBar 56 58 Left = 0 57 Height = 2658 Top = 57959 Width = 80759 Height = 39 60 Top = 869 61 Width = 1210 60 62 Align = alBottom 61 63 Images = Core.ImageList1 64 ParentFont = False 62 65 TabOrder = 1 63 66 object ToolButton1: TToolButton … … 67 70 end 68 71 object ToolButton2: TToolButton 69 Left = 3 072 Left = 36 70 73 Top = 2 71 74 Action = AModify 72 75 end 73 76 object ToolButton3: TToolButton 74 Left = 5977 Left = 71 75 78 Top = 2 76 79 Action = ARemove … … 79 82 object PopupMenuContact: TPopupMenu 80 83 Images = Core.ImageList1 81 left = 29082 top = 17584 left = 435 85 top = 263 83 86 object MenuItem1: TMenuItem 84 87 Action = AAdd … … 96 99 object ActionList1: TActionList 97 100 Images = Core.ImageList1 98 left = 48899 top = 171101 left = 732 102 top = 257 100 103 object AAdd: TAction 101 104 Caption = 'Add' -
trunk/Forms/UFormFindDuplicity.lfm
r18 r21 1 1 object FormFindDuplicity: TFormFindDuplicity 2 2 Left = 455 3 Height = 4 013 Height = 481 4 4 Top = 397 5 Width = 5845 Width = 701 6 6 Caption = 'Find duplicities' 7 ClientHeight = 4 018 ClientWidth = 5849 DesignTimePPI = 1 207 ClientHeight = 481 8 ClientWidth = 701 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnDestroy = FormDestroy 13 13 OnShow = FormShow 14 LCLVersion = ' 1.8.0.6'14 LCLVersion = '2.0.0.4' 15 15 object ListView1: TListView 16 Left = 417 Height = 34518 Top = 5219 Width = 57616 Left = 5 17 Height = 413 18 Top = 63 19 Width = 691 20 20 Align = alClient 21 BorderSpacing.Around = 421 BorderSpacing.Around = 5 22 22 Columns = < 23 23 item 24 24 Caption = 'Field' 25 Width = 1 5025 Width = 180 26 26 end 27 27 item 28 28 Caption = 'Contacts' 29 Width = 3 0029 Width = 360 30 30 end 31 31 item 32 32 Caption = 'Count' 33 Width = 7033 Width = 136 34 34 end> 35 35 OwnerData = True 36 ParentFont = False 36 37 PopupMenu = PopupMenu1 37 38 ReadOnly = True … … 44 45 object Panel1: TPanel 45 46 Left = 0 46 Height = 4847 Height = 58 47 48 Top = 0 48 Width = 58449 Width = 701 49 50 Align = alTop 50 51 BevelOuter = bvNone 51 ClientHeight = 48 52 ClientWidth = 584 52 ClientHeight = 58 53 ClientWidth = 701 54 ParentFont = False 53 55 TabOrder = 1 54 56 object ComboBoxField: TComboBox 55 Left = 1 4456 Height = 2857 Top = 1 258 Width = 27259 ItemHeight = 2057 Left = 173 58 Height = 42 59 Top = 14 60 Width = 326 61 ItemHeight = 0 60 62 OnChange = ComboBoxFieldChange 63 ParentFont = False 61 64 Style = csDropDownList 62 65 TabOrder = 0 63 66 end 64 67 object Label1: TLabel 65 Left = 1 166 Height = 2 067 Top = 1 668 Width = 8868 Left = 13 69 Height = 26 70 Top = 19 71 Width = 113 69 72 Caption = 'Contact field:' 70 73 ParentColor = False 74 ParentFont = False 71 75 end 72 76 end 73 77 object ActionList1: TActionList 74 left = 2 1875 top = 1 2878 left = 262 79 top = 154 76 80 object AShowContacts: TAction 77 81 Caption = 'Show contacts' … … 80 84 end 81 85 object PopupMenu1: TPopupMenu 82 left = 7583 top = 1 2486 left = 90 87 top = 149 84 88 object MenuItem1: TMenuItem 85 89 Action = AShowContacts -
trunk/Forms/UFormGenerate.lfm
r17 r21 1 1 object FormGenerate: TFormGenerate 2 2 Left = 464 3 Height = 4683 Height = 562 4 4 Top = 368 5 Width = 6775 Width = 812 6 6 Caption = 'Generate contacts' 7 ClientHeight = 4688 ClientWidth = 6779 DesignTimePPI = 1 207 ClientHeight = 562 8 ClientWidth = 812 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = ' 1.8.0.6'13 LCLVersion = '2.0.0.4' 14 14 object Label1: TLabel 15 Left = 1 616 Height = 2 017 Top = 1 618 Width = 4215 Left = 19 16 Height = 26 17 Top = 19 18 Width = 56 19 19 Caption = 'Count:' 20 20 ParentColor = False 21 ParentFont = False 21 22 end 22 23 object SpinEditCount: TSpinEdit 23 Left = 1 2924 Height = 2825 Top = 1 526 Width = 1 2724 Left = 155 25 Height = 43 26 Top = 18 27 Width = 152 27 28 MaxValue = 1000000000 28 29 MinValue = 1 30 ParentFont = False 29 31 TabOrder = 0 30 32 Value = 1 31 33 end 32 34 object ButtonGenerate: TButton 33 Left = 1 634 Height = 3 135 Top = 1 4436 Width = 9435 Left = 19 36 Height = 37 37 Top = 173 38 Width = 113 37 39 Caption = 'Generate' 38 40 OnClick = ButtonGenerateClick 41 ParentFont = False 39 42 TabOrder = 1 40 43 end -
trunk/Forms/UFormMain.lfm
r19 r21 1 1 object FormMain: TFormMain 2 2 Left = 601 3 Height = 5313 Height = 796 4 4 Top = 447 5 Width = 7855 Width = 1178 6 6 Caption = 'vCard Studio' 7 ClientHeight = 497 8 ClientWidth = 785 7 ClientHeight = 762 8 ClientWidth = 1178 9 DesignTimePPI = 144 9 10 Menu = MainMenu1 10 11 OnClose = FormClose … … 13 14 OnDestroy = FormDestroy 14 15 OnShow = FormShow 15 LCLVersion = ' 1.8.0.4'16 LCLVersion = '2.0.0.4' 16 17 object CoolBar1: TCoolBar 17 18 Left = 0 18 Height = 3819 Height = 43 19 20 Top = 0 20 Width = 78521 Width = 1178 21 22 AutoSize = True 22 23 Bands = < … … 32 33 Width = 64 33 34 end> 35 ParentFont = False 34 36 object ToolBarFile: TToolBar 35 37 AnchorSideLeft.Control = CoolBar1 36 38 AnchorSideTop.Control = CoolBar1 37 39 Left = 24 38 Height = 2840 Height = 33 39 41 Top = 5 40 Width = 1 3242 Width = 159 41 43 Align = alNone 42 44 AutoSize = True … … 46 48 EdgeOuter = esNone 47 49 Images = Core.ImageList1 50 ParentFont = False 48 51 ParentShowHint = False 49 52 ShowHint = True … … 56 59 end 57 60 object ToolButton2: TToolButton 58 Left = 3 061 Left = 36 59 62 Top = 0 60 63 Action = Core.AFileOpen … … 63 66 end 64 67 object ToolButton3: TToolButton 65 Left = 7468 Left = 89 66 69 Top = 0 67 70 Action = Core.AFileSave 68 71 end 69 72 object ToolButton4: TToolButton 70 Left = 1 0373 Left = 124 71 74 Top = 0 72 75 Action = Core.AFileClose … … 77 80 AnchorSideTop.Control = CoolBar1 78 81 Left = 188 79 Height = 2882 Height = 33 80 83 Top = 5 81 Width = 5984 Width = 71 82 85 Align = alNone 83 86 AutoSize = True … … 87 90 EdgeOuter = esNone 88 91 Images = Core.ImageList1 92 ParentFont = False 89 93 ParentShowHint = False 90 94 ShowHint = True … … 92 96 Transparent = True 93 97 object ToolButton5: TToolButton 94 Left = 3 098 Left = 36 95 99 Top = 0 96 100 Action = Core.ASettings … … 105 109 object StatusBar1: TStatusBar 106 110 Left = 0 107 Height = 30108 Top = 467109 Width = 785111 Height = 28 112 Top = 734 113 Width = 1178 110 114 Panels = < 111 115 item 112 Width = 200116 Width = 300 113 117 end> 118 ParentFont = False 114 119 SimplePanel = False 115 120 end 116 121 object MainMenu1: TMainMenu 117 122 Images = Core.ImageList1 118 left = 1 28119 top = 80123 left = 192 124 top = 120 120 125 object MenuItemFile: TMenuItem 121 126 Caption = 'File' … … 182 187 end 183 188 object PopupMenuOpenRecent: TPopupMenu 184 left = 280185 top = 80189 left = 420 190 top = 120 186 191 end 187 192 end -
trunk/Forms/UFormMain.pas
r19 r21 6 6 7 7 uses 8 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Menus,8 Classes, SysUtils, LazFileUtils, Forms, Controls, Graphics, Dialogs, Menus, 9 9 ComCtrls; 10 10 -
trunk/Forms/UFormSettings.lfm
r16 r21 1 1 object FormSettings: TFormSettings 2 2 Left = 798 3 Height = 3 003 Height = 360 4 4 Top = 367 5 Width = 4815 Width = 577 6 6 Caption = 'Settings' 7 ClientHeight = 3 008 ClientWidth = 4819 Constraints.MinHeight = 3 0010 Constraints.MinWidth = 4 0011 DesignTimePPI = 1 207 ClientHeight = 360 8 ClientWidth = 577 9 Constraints.MinHeight = 360 10 Constraints.MinWidth = 480 11 DesignTimePPI = 144 12 12 OnClose = FormClose 13 13 OnCreate = FormCreate 14 14 OnShow = FormShow 15 15 Position = poScreenCenter 16 LCLVersion = ' 1.8.0.6'16 LCLVersion = '2.0.0.4' 17 17 object ComboBoxLanguage: TComboBox 18 Left = 160 19 Height = 28 20 Top = 30 21 Width = 260 22 ItemHeight = 20 18 Left = 192 19 Height = 42 20 Top = 36 21 Width = 312 22 ItemHeight = 0 23 ParentFont = False 23 24 Style = csDropDownList 24 25 TabOrder = 0 25 26 end 26 27 object Label1: TLabel 27 Left = 2 028 Height = 2 029 Top = 3 030 Width = 6828 Left = 24 29 Height = 26 30 Top = 36 31 Width = 88 31 32 Caption = 'Language:' 32 33 ParentColor = False 34 ParentFont = False 33 35 end 34 36 object ButtonOk: TButton 35 Left = 37636 Height = 3 137 Top = 25638 Width = 9437 Left = 451 38 Height = 37 39 Top = 307 40 Width = 113 39 41 Anchors = [akRight, akBottom] 40 42 Caption = 'Ok' 41 43 ModalResult = 1 42 44 OnClick = ButtonOkClick 45 ParentFont = False 43 46 TabOrder = 2 44 47 end 45 48 object ButtonCancel: TButton 46 Left = 25647 Height = 3 148 Top = 25649 Width = 9449 Left = 307 50 Height = 37 51 Top = 307 52 Width = 113 50 53 Anchors = [akRight, akBottom] 51 54 Caption = 'Cancel' 52 55 ModalResult = 2 56 ParentFont = False 53 57 TabOrder = 1 54 58 end 55 59 object CheckBoxAutomaticDPI: TCheckBox 56 Left = 1 657 Height = 2458 Top = 1 0459 Width = 1 2060 Left = 19 61 Height = 30 62 Top = 125 63 Width = 150 60 64 Caption = 'Automatic DPI' 61 65 OnChange = CheckBoxAutomaticDPIChange 66 ParentFont = False 62 67 TabOrder = 3 63 68 Visible = False 64 69 end 65 70 object SpinEditDPI: TSpinEdit 66 Left = 1 6067 Height = 2868 Top = 1 4469 Width = 1 2171 Left = 192 72 Height = 43 73 Top = 173 74 Width = 145 70 75 MaxValue = 300 71 76 MinValue = 96 77 ParentFont = False 72 78 TabOrder = 4 73 79 Value = 96 … … 75 81 end 76 82 object LabelDPI: TLabel 77 Left = 8078 Height = 2 079 Top = 1 5280 Width = 2683 Left = 96 84 Height = 26 85 Top = 182 86 Width = 35 81 87 Caption = 'DPI:' 82 88 ParentColor = False 89 ParentFont = False 83 90 Visible = False 84 91 end 85 92 object CheckBoxReopenLastFileOnStart: TCheckBox 86 Left = 1 687 Height = 2488 Top = 7289 Width = 18193 Left = 19 94 Height = 30 95 Top = 86 96 Width = 229 90 97 Caption = 'Reopen last file on start' 98 ParentFont = False 91 99 TabOrder = 5 92 100 end 93 101 object Bevel1: TBevel 94 Left = 1 0102 Left = 12 95 103 Height = 2 96 Top = 2 4097 Width = 456104 Top = 288 105 Width = 547 98 106 Anchors = [akLeft, akRight, akBottom] 99 107 end 100 108 object Label2: TLabel 101 Left = 2 0102 Height = 2 0103 Top = 184104 Width = 48109 Left = 24 110 Height = 26 111 Top = 221 112 Width = 63 105 113 Caption = 'Theme:' 106 114 ParentColor = False 115 ParentFont = False 107 116 end 108 117 object ComboBoxTheme: TComboBox 109 Left = 160 110 Height = 28 111 Top = 184 112 Width = 260 113 ItemHeight = 20 118 Left = 192 119 Height = 42 120 Top = 221 121 Width = 312 122 ItemHeight = 0 123 ParentFont = False 114 124 Style = csDropDownList 115 125 TabOrder = 6
Note:
See TracChangeset
for help on using the changeset viewer.