Changeset 148 for trunk/Forms
- Timestamp:
- Jun 5, 2023, 7:40:45 PM (18 months ago)
- Location:
- trunk/Forms
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormColumns.lfm
r138 r148 12 12 OnDestroy = FormDestroy 13 13 OnShow = FormShow 14 LCLVersion = '2.2. 2.0'14 LCLVersion = '2.2.6.0' 15 15 object ButtonOk: TButton 16 16 Left = 583 -
trunk/Forms/UFormColumns.pas
r138 r148 4 4 5 5 uses 6 Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, UVCard;6 Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, VCard; 7 7 8 8 type … … 54 54 55 55 procedure TFormColumns.FormShow(Sender: TObject); 56 var57 I: Integer;58 56 begin 59 57 Core.PersistentForm1.Load(Self); -
trunk/Forms/UFormCompare.pas
r134 r148 5 5 uses 6 6 Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls, 7 UVCard, Diff, LCLType, LCLIntf, ComCtrls, Buttons, Menus, ActnList, SynEdit,8 SynEditMiscClasses, SynHighlighterPosition, SynEditHighlighter, UCommon,7 VCard, Diff, LCLType, LCLIntf, ComCtrls, Buttons, Menus, ActnList, SynEdit, 8 SynEditMiscClasses, SynHighlighterPosition, SynEditHighlighter, Common, 9 9 USynEditEx; 10 10 -
trunk/Forms/UFormContact.pas
r140 r148 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 ComCtrls, ActnList, Menus, ExtCtrls, ExtDlgs, Buttons, UVCard, LCLIntf,8 UFormProperties, DateUtils, {$IFDEF LCLGTK2}Gtk2Globals, {$ENDIF} UContactImage,7 ComCtrls, ActnList, Menus, ExtCtrls, ExtDlgs, Buttons, VCard, LCLIntf, 8 UFormProperties, DateUtils, {$IFDEF LCLGTK2}Gtk2Globals, {$ENDIF}ContactImage, 9 9 ubarcodes; 10 10 … … 257 257 258 258 uses 259 UCore, UCommon, UFormImage, UFormNameDetails, UDataFile;259 UCore, Common, UFormImage, UFormNameDetails, DataFile; 260 260 261 261 resourcestring -
trunk/Forms/UFormContacts.lfm
r138 r148 13 13 OnResize = FormResize 14 14 OnShow = FormShow 15 LCLVersion = '2.2. 2.0'15 LCLVersion = '2.2.6.0' 16 16 object ListView1: TListView 17 17 Left = 0 -
trunk/Forms/UFormContacts.pas
r138 r148 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls, 7 Menus, ActnList, UVCard, UListViewSort, LazUTF8, Clipbrd, URegistry,8 Generics.Collections , Types;7 Menus, ActnList, VCard, ListViewSort, LazUTF8, Clipbrd, RegistryEx, 8 Generics.Collections; 9 9 10 10 type -
trunk/Forms/UFormFind.pas
r129 r148 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls, 7 ExtCtrls, StdCtrls, ActnList, Menus, UVCard, UFormContacts;7 ExtCtrls, StdCtrls, ActnList, Menus, VCard, UFormContacts; 8 8 9 9 type -
trunk/Forms/UFormFindDuplicity.pas
r134 r148 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls, 7 ExtCtrls, StdCtrls, ActnList, Menus, UVCard, Generics.Collections,7 ExtCtrls, StdCtrls, ActnList, Menus, VCard, Generics.Collections, 8 8 Generics.Defaults; 9 9 -
trunk/Forms/UFormGenerate.pas
r129 r148 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 Spin, UVCard;7 Spin, VCard; 8 8 9 9 type -
trunk/Forms/UFormImage.pas
r131 r148 5 5 uses 6 6 Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls, 7 ExtDlgs, UContactImage;7 ExtDlgs, ContactImage; 8 8 9 9 type -
trunk/Forms/UFormMain.lfm
r138 r148 15 15 OnResize = FormResize 16 16 OnShow = FormShow 17 LCLVersion = '2.2. 2.0'17 LCLVersion = '2.2.6.0' 18 18 object CoolBar1: TCoolBar 19 19 Left = 0 -
trunk/Forms/UFormMain.pas
r138 r148 78 78 79 79 uses 80 UCore, UFormContacts, UVCard, UVCardFile, URegistry;80 UCore, UFormContacts, VCard, UVCardFile, RegistryEx; 81 81 82 82 resourcestring -
trunk/Forms/UFormProperties.pas
r133 r148 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls, 7 Menus, ActnList, UVCard, UDataFile, UListViewSort, LazUTF8,7 Menus, ActnList, VCard, DataFile, ListViewSort, LazUTF8, 8 8 Generics.Collections; 9 9 … … 85 85 86 86 uses 87 UFormProperty, UCore, UCommon;87 UFormProperty, UCore, Common; 88 88 89 89 resourcestring -
trunk/Forms/UFormProperty.pas
r129 r148 4 4 5 5 uses 6 Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, UVCard;6 Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, VCard; 7 7 8 8 type -
trunk/Forms/UFormSettings.lfm
r101 r148 1 1 object FormSettings: TFormSettings 2 2 Left = 798 3 Height = 4 213 Height = 404 4 4 Top = 321 5 Width = 5 485 Width = 526 6 6 Caption = 'Settings' 7 ClientHeight = 4 218 ClientWidth = 5 489 Constraints.MinHeight = 4 2110 Constraints.MinWidth = 5 4811 DesignTimePPI = 1 507 ClientHeight = 404 8 ClientWidth = 526 9 Constraints.MinHeight = 404 10 Constraints.MinWidth = 526 11 DesignTimePPI = 144 12 12 OnClose = FormClose 13 13 OnCreate = FormCreate 14 14 OnShow = FormShow 15 15 Position = poScreenCenter 16 LCLVersion = '2.2. 0.4'16 LCLVersion = '2.2.6.0' 17 17 object ComboBoxLanguage: TComboBox 18 Left = 2 5018 Left = 240 19 19 Height = 42 20 Top = 1 721 Width = 2 7520 Top = 16 21 Width = 264 22 22 ItemHeight = 0 23 23 ParentFont = False … … 26 26 end 27 27 object Label1: TLabel 28 Left = 2 529 Height = 2 730 Top = 2 531 Width = 9628 Left = 24 29 Height = 26 30 Top = 24 31 Width = 88 32 32 Caption = 'Language:' 33 ParentColor = False 33 34 ParentFont = False 34 35 end 35 36 object ButtonOk: TButton 36 Left = 4 1637 Height = 3 938 Top = 3 6539 Width = 11 837 Left = 400 38 Height = 37 39 Top = 351 40 Width = 113 40 41 Anchors = [akRight, akBottom] 41 42 Caption = 'Ok' … … 46 47 end 47 48 object ButtonCancel: TButton 48 Left = 2 6649 Height = 3 950 Top = 3 6551 Width = 11 849 Left = 256 50 Height = 37 51 Top = 351 52 Width = 113 52 53 Anchors = [akRight, akBottom] 53 54 Caption = 'Cancel' … … 57 58 end 58 59 object CheckBoxAutomaticDPI: TCheckBox 59 Left = 2 460 Height = 3 161 Top = 2 5762 Width = 1 5460 Left = 23 61 Height = 30 62 Top = 247 63 Width = 148 63 64 Caption = 'Automatic DPI' 64 65 OnChange = CheckBoxAutomaticDPIChange … … 68 69 end 69 70 object SpinEditDPI: TSpinEdit 70 Left = 2 4971 Left = 239 71 72 Height = 43 72 Top = 2 9173 Width = 1 5173 Top = 279 74 Width = 145 74 75 MaxValue = 300 75 76 MinValue = 96 … … 80 81 end 81 82 object LabelDPI: TLabel 82 Left = 5 783 Height = 2 784 Top = 2 9985 Width = 3 683 Left = 55 84 Height = 26 85 Top = 287 86 Width = 35 86 87 Caption = 'DPI:' 88 ParentColor = False 87 89 ParentFont = False 88 90 Visible = False 89 91 end 90 92 object CheckBoxReopenLastFileOnStart: TCheckBox 91 Left = 2 492 Height = 3 193 Top = 2 1694 Width = 2 3993 Left = 23 94 Height = 30 95 Top = 207 96 Width = 226 95 97 Caption = 'Reopen last file on start' 96 98 ParentFont = False … … 100 102 Left = 12 101 103 Height = 2 102 Top = 3 46103 Width = 517104 Top = 332 105 Width = 496 104 106 Anchors = [akLeft, akRight, akBottom] 105 107 end 106 108 object Label2: TLabel 107 Left = 2 5108 Height = 2 7109 Top = 7 5110 Width = 6 7109 Left = 24 110 Height = 26 111 Top = 72 112 Width = 63 111 113 Caption = 'Theme:' 114 ParentColor = False 112 115 ParentFont = False 113 116 end 114 117 object ComboBoxTheme: TComboBox 115 Left = 2 50118 Left = 240 116 119 Height = 42 117 Top = 6 7118 Width = 2 75120 Top = 64 121 Width = 264 119 122 ItemHeight = 0 120 123 ParentFont = False … … 123 126 end 124 127 object Label3: TLabel 125 Left = 2 5126 Height = 2 7127 Top = 12 5128 Width = 1 99128 Left = 24 129 Height = 26 130 Top = 120 131 Width = 186 129 132 Caption = 'Default vCard version:' 133 ParentColor = False 130 134 end 131 135 object EditDefaultVcardVersion: TEdit 132 Left = 2 50136 Left = 240 133 137 Height = 43 134 Top = 11 7135 Width = 1 50138 Top = 112 139 Width = 144 136 140 TabOrder = 2 137 141 end 138 142 object Label4: TLabel 139 Left = 2 5140 Height = 2 7141 Top = 1 72142 Width = 1 44143 Left = 24 144 Height = 26 145 Top = 165 146 Width = 133 143 147 Caption = 'Map query URL:' 148 ParentColor = False 144 149 end 145 150 object EditMapUrl: TEdit 146 Left = 2 50151 Left = 240 147 152 Height = 43 148 Top = 16 8149 Width = 2 78153 Top = 161 154 Width = 267 150 155 Anchors = [akTop, akLeft, akRight] 151 156 TabOrder = 8 -
trunk/Forms/UFormSettings.pas
r127 r148 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 Menus, Spin, ExtCtrls, ULanguages;7 Menus, Spin, ExtCtrls, Languages; 8 8 9 9 type … … 49 49 50 50 uses 51 UCore, UTheme;51 UCore, Theme; 52 52 53 53 { TFormSettings } -
trunk/Forms/UFormSource.lfm
r115 r148 1 1 object FormSource: TFormSource 2 2 Left = 754 3 Height = 7133 Height = 684 4 4 Top = 496 5 Width = 9 515 Width = 913 6 6 Caption = 'Source' 7 ClientHeight = 7138 ClientWidth = 9 519 DesignTimePPI = 1 507 ClientHeight = 684 8 ClientWidth = 913 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnDestroy = FormDestroy 13 13 OnShow = FormShow 14 LCLVersion = '2.2. 0.4'14 LCLVersion = '2.2.6.0' 15 15 inline SynEditSource: TSynEdit 16 16 Left = 8 17 Height = 6 4917 Height = 620 18 18 Top = 8 19 Width = 93519 Width = 897 20 20 Align = alCustom 21 21 BorderSpacing.Around = 8 22 22 Anchors = [akTop, akLeft, akRight, akBottom] 23 23 Color = clBtnFace 24 Font.Height = 1 324 Font.Height = 12 25 25 Font.Name = 'DejaVu Sans Mono' 26 26 Font.Pitch = fpFixed … … 30 30 PopupMenu = PopupMenu1 31 31 TabOrder = 0 32 Gutter.Width = 8032 Gutter.Width = 75 33 33 Gutter.MouseActions = <> 34 34 RightGutter.Width = 0 … … 479 479 inline SynLeftGutterPartList1: TSynGutterPartList 480 480 object SynGutterMarks1: TSynGutterMarks 481 Width = 3 8481 Width = 36 482 482 MouseActions = <> 483 483 end 484 484 object SynGutterLineNumber1: TSynGutterLineNumber 485 Width = 1 7485 Width = 15 486 486 MouseActions = <> 487 487 MarkupInfo.Background = clBtnFace … … 505 505 end 506 506 object SynGutterCodeFolding1: TSynGutterCodeFolding 507 Width = 1 6507 Width = 15 508 508 MouseActions = <> 509 509 MarkupInfo.Background = clNone … … 515 515 end 516 516 object ButtonOk: TButton 517 Left = 824518 Height = 3 9519 Top = 6 64520 Width = 11 7517 Left = 791 518 Height = 37 519 Top = 637 520 Width = 112 521 521 Anchors = [akRight, akBottom] 522 522 Caption = 'Save' … … 525 525 end 526 526 object ButtonCancel: TButton 527 Left = 6 88528 Height = 3 9529 Top = 6 64530 Width = 11 7527 Left = 661 528 Height = 37 529 Top = 637 530 Width = 112 531 531 Anchors = [akRight, akBottom] 532 532 Caption = 'Cancel' … … 536 536 object ActionList1: TActionList 537 537 Images = Core.ImageList1 538 Left = 3 61539 Top = 1 52538 Left = 347 539 Top = 146 540 540 object APaste: TAction 541 541 Caption = 'Paste' … … 563 563 end 564 564 object PopupMenu1: TPopupMenu 565 Left = 3 88566 Top = 411565 Left = 372 566 Top = 395 567 567 object MenuItem1: TMenuItem 568 568 Action = ACut -
trunk/Forms/UFormSource.pas
r147 r148 5 5 uses 6 6 Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ActnList, Menus, 7 StdCtrls, SynEdit, SynHighlighterAny, UVCardHighlighter, UCommon;7 StdCtrls, SynEdit, SynHighlighterAny, UVCardHighlighter, Common; 8 8 9 9 type … … 51 51 52 52 uses 53 UCore, UTheme, UVCard;53 UCore, Theme, VCard; 54 54 55 55 { TFormSource } -
trunk/Forms/UFormTest.lfm
r146 r148 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = '2.2. 2.0'13 LCLVersion = '2.2.6.0' 14 14 object ListViewTestCases: TListView 15 15 Left = 19 -
trunk/Forms/UFormTest.pas
r146 r148 5 5 uses 6 6 Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ComCtrls, StdCtrls, 7 ActnList, Menus, UTest, UTestCase;7 ActnList, Menus, TestCase; 8 8 9 9 type … … 48 48 49 49 uses 50 UCore, UFormTestCase, UVCard;50 UCore, UFormTestCase, VCard; 51 51 52 52 { TFormTest }
Note:
See TracChangeset
for help on using the changeset viewer.