Changeset 158 for trunk/Forms
- Timestamp:
- Jun 12, 2023, 12:07:42 AM (17 months ago)
- Location:
- trunk/Forms
- Files:
-
- 3 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormCompare.lfm
r154 r158 14 14 LCLVersion = '2.2.6.0' 15 15 object ButtonCancel: TButton 16 Left = 73616 Left = 600 17 17 Height = 38 18 18 Top = 400 … … 24 24 end 25 25 object ButtonCompare: TButton 26 Left = 60026 Left = 736 27 27 Height = 38 28 28 Top = 400 -
trunk/Forms/FormError.lfm
r149 r158 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = '2. 0.12.0'13 LCLVersion = '2.2.6.0' 14 14 object MemoErrors: TMemo 15 15 Left = 8 -
trunk/Forms/FormFind.lfm
r149 r158 13 13 OnDestroy = FormDestroy 14 14 OnShow = FormShow 15 LCLVersion = '2.2. 0.4'15 LCLVersion = '2.2.6.0' 16 16 object Panel1: TPanel 17 17 Left = 0 … … 27 27 object ComboBoxField: TComboBox 28 28 Left = 184 29 Height = 4 129 Height = 42 30 30 Top = 16 31 31 Width = 240 … … 42 42 Width = 135 43 43 Caption = 'By contact field:' 44 ParentColor = False 44 45 ParentFont = False 45 46 end 46 47 object EditValue: TEdit 47 48 Left = 440 48 Height = 4 249 Height = 43 49 50 Top = 16 50 51 Width = 208 … … 55 56 Left = 664 56 57 Height = 38 57 Top = 1 658 Top = 19 58 59 Width = 113 59 60 Caption = 'Find' -
trunk/Forms/FormMain.lfm
r153 r158 156 156 Action = Core.AFileCompare 157 157 end 158 object MenuItem15: TMenuItem 159 Action = Core.AFileExport 160 end 158 161 object MenuItem2: TMenuItem 159 162 Caption = '-' -
trunk/Forms/FormMain.pas
r155 r158 20 20 MenuItem13: TMenuItem; 21 21 MenuItem14: TMenuItem; 22 MenuItem15: TMenuItem; 22 23 MenuItemColumns: TMenuItem; 23 24 MenuItem3: TMenuItem; -
trunk/Forms/FormNormalize.lfm
r155 r158 14 14 object ScrollBox1: TScrollBox 15 15 Left = 8 16 Height = 3 4716 Height = 336 17 17 Top = 8 18 18 Width = 743 19 19 HorzScrollBar.Page = 600 20 VertScrollBar.Page = 2 0920 VertScrollBar.Page = 219 21 21 Anchors = [akTop, akLeft, akRight, akBottom] 22 ClientHeight = 3 4323 ClientWidth = 7 3922 ClientHeight = 334 23 ClientWidth = 741 24 24 TabOrder = 0 25 25 object CheckBoxRemovePhoneSpaces: TCheckBox 26 26 Left = 20 27 Height = 2927 Height = 30 28 28 Top = 16 29 Width = 3 0329 Width = 318 30 30 Caption = 'Remove spaces in phone numbers' 31 31 TabOrder = 0 … … 33 33 object CheckBoxAddPhonePrefix: TCheckBox 34 34 Left = 20 35 Height = 2935 Height = 30 36 36 Top = 55 37 Width = 29437 Width = 306 38 38 Caption = 'Add default country phone prefix' 39 39 TabOrder = 1 … … 41 41 object CheckBoxRemoveExactDuplicates: TCheckBox 42 42 Left = 20 43 Height = 2943 Height = 30 44 44 Top = 96 45 Width = 2 2545 Width = 236 46 46 Caption = 'Remove exact duplicates' 47 47 TabOrder = 2 … … 49 49 object EditPhoneCountryCode: TEdit 50 50 Left = 480 51 Height = 3351 Height = 43 52 52 Top = 55 53 53 Width = 120 … … 56 56 object CheckBoxRemovePhotos: TCheckBox 57 57 Left = 20 58 Height = 2958 Height = 30 59 59 Top = 136 60 Width = 15 760 Width = 158 61 61 Caption = 'Remove photos' 62 62 TabOrder = 4 … … 64 64 object CheckBoxConvertInternationaCallPrefixToCountryCode: TCheckBox 65 65 Left = 20 66 Height = 2966 Height = 30 67 67 Top = 176 68 Width = 4 0568 Width = 429 69 69 Caption = 'Convert international call prefix to country code' 70 70 TabOrder = 5 … … 72 72 object EditPhoneInternationalCallPrefix: TEdit 73 73 Left = 480 74 Height = 3374 Height = 43 75 75 Top = 176 76 76 Width = 120 … … 79 79 end 80 80 object ButtonCancel: TButton 81 Left = 63881 Left = 504 82 82 Height = 38 83 Top = 36 383 Top = 360 84 84 Width = 113 85 85 Anchors = [akRight, akBottom] … … 89 89 end 90 90 object ButtonProcess: TButton 91 Left = 50291 Left = 638 92 92 Height = 38 93 Top = 36 393 Top = 360 94 94 Width = 113 95 95 Anchors = [akRight, akBottom] -
trunk/Forms/FormSettings.lfm
r155 r158 28 28 end 29 29 object ButtonCancel: TButton 30 Left = 58730 Left = 600 31 31 Height = 37 32 32 Top = 560 … … 44 44 Width = 845 45 45 HorzScrollBar.Page = 504 46 VertScrollBar.Page = 4 5746 VertScrollBar.Page = 467 47 47 Anchors = [akTop, akLeft, akRight, akBottom] 48 ClientHeight = 53 649 ClientWidth = 84 148 ClientHeight = 538 49 ClientWidth = 843 50 50 TabOrder = 2 51 51 object Label1: TLabel 52 52 Left = 24 53 Height = 2 553 Height = 26 54 54 Top = 24 55 Width = 8 155 Width = 88 56 56 Caption = 'Language:' 57 57 ParentColor = False … … 60 60 object ComboBoxLanguage: TComboBox 61 61 Left = 240 62 Height = 3362 Height = 42 63 63 Top = 16 64 64 Width = 264 65 ItemHeight = 2565 ItemHeight = 0 66 66 ParentFont = False 67 67 Style = csDropDownList … … 70 70 object CheckBoxAutomaticDPI: TCheckBox 71 71 Left = 24 72 Height = 2972 Height = 30 73 73 Top = 392 74 Width = 14 574 Width = 148 75 75 Caption = 'Automatic DPI' 76 76 OnChange = CheckBoxAutomaticDPIChange … … 81 81 object SpinEditDPI: TSpinEdit 82 82 Left = 241 83 Height = 3383 Height = 43 84 84 Top = 424 85 85 Width = 145 … … 93 93 object LabelDPI: TLabel 94 94 Left = 56 95 Height = 2 595 Height = 26 96 96 Top = 432 97 Width = 3 297 Width = 35 98 98 Caption = 'DPI:' 99 99 ParentColor = False … … 103 103 object CheckBoxReopenLastFileOnStart: TCheckBox 104 104 Left = 24 105 Height = 29105 Height = 30 106 106 Top = 352 107 Width = 2 17107 Width = 226 108 108 Caption = 'Reopen last file on start' 109 109 ParentFont = False … … 112 112 object Label2: TLabel 113 113 Left = 24 114 Height = 2 5114 Height = 26 115 115 Top = 72 116 Width = 57116 Width = 63 117 117 Caption = 'Theme:' 118 118 ParentColor = False … … 121 121 object ComboBoxTheme: TComboBox 122 122 Left = 240 123 Height = 33123 Height = 42 124 124 Top = 64 125 125 Width = 264 126 ItemHeight = 25126 ItemHeight = 0 127 127 ParentFont = False 128 128 Style = csDropDownList … … 131 131 object Label3: TLabel 132 132 Left = 24 133 Height = 2 5133 Height = 26 134 134 Top = 120 135 Width = 1 74135 Width = 186 136 136 Caption = 'Default vCard version:' 137 137 ParentColor = False … … 139 139 object EditDefaultVcardVersion: TEdit 140 140 Left = 240 141 Height = 33141 Height = 43 142 142 Top = 112 143 143 Width = 144 … … 146 146 object Label4: TLabel 147 147 Left = 24 148 Height = 2 5148 Height = 26 149 149 Top = 165 150 Width = 1 26150 Width = 133 151 151 Caption = 'Map query URL:' 152 152 ParentColor = False … … 154 154 object EditMapUrl: TEdit 155 155 Left = 240 156 Height = 33156 Height = 43 157 157 Top = 160 158 Width = 58 6158 Width = 588 159 159 Anchors = [akTop, akLeft, akRight] 160 160 TabOrder = 6 … … 162 162 object Label5: TLabel 163 163 Left = 24 164 Height = 2 5164 Height = 26 165 165 Top = 212 166 Width = 1 14166 Width = 120 167 167 Caption = 'Compare tool:' 168 168 ParentColor = False … … 170 170 object EditCompareTool: TEdit 171 171 Left = 241 172 Height = 33172 Height = 43 173 173 Top = 208 174 Width = 46 2174 Width = 464 175 175 Anchors = [akTop, akLeft, akRight] 176 176 TabOrder = 7 177 177 end 178 178 object ButtonBrowse: TButton 179 Left = 71 3179 Left = 715 180 180 Height = 38 181 181 Top = 206 … … 188 188 object Label6: TLabel 189 189 Left = 24 190 Height = 2 5190 Height = 26 191 191 Top = 264 192 Width = 2 31192 Width = 248 193 193 Caption = 'Default phone country prefix:' 194 194 ParentColor = False … … 196 196 object EditDefaultPhoneCountryPrefix: TEdit 197 197 Left = 328 198 Height = 33198 Height = 43 199 199 Top = 264 200 200 Width = 144 … … 203 203 object Label7: TLabel 204 204 Left = 24 205 Height = 2 5205 Height = 26 206 206 Top = 312 207 Width = 2 43207 Width = 267 208 208 Caption = 'Default international call prefix:' 209 209 ParentColor = False … … 211 211 object EditDefaultInternationalCallPrefix: TEdit 212 212 Left = 328 213 Height = 33213 Height = 43 214 214 Top = 312 215 215 Width = 144
Note:
See TracChangeset
for help on using the changeset viewer.