Changeset 169 for trunk/Forms
- Timestamp:
- Jan 22, 2018, 11:00:53 AM (7 years ago)
- Location:
- trunk/Forms
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAbout.lfm
r142 r169 1 1 object FormAbout: TFormAbout 2 2 Left = 562 3 Height = 3 974 Top = 2775 Width = 4 733 Height = 314 4 Top = 306 5 Width = 485 6 6 Caption = 'About' 7 ClientHeight = 397 8 ClientWidth = 473 7 ClientHeight = 314 8 ClientWidth = 485 9 DesignTimePPI = 120 9 10 OnCreate = FormCreate 10 11 OnShow = FormShow 11 12 Position = poScreenCenter 12 LCLVersion = '1. 6.0.4'13 LCLVersion = '1.8.0.6' 13 14 object LabelDescription: TLabel 14 15 Left = 20 15 Height = 4816 Height = 32 16 17 Top = 108 17 Width = 4 3318 Width = 445 18 19 Align = alTop 20 AutoSize = False 19 21 BorderSpacing.Around = 20 20 Caption = 'Simple tool for quick searching of meaning for various acronyms and abbreviations.'21 22 ParentColor = False 22 23 WordWrap = True 23 24 end 24 25 object ButtonClose: TButton 25 Left = 3 6026 Left = 372 26 27 Height = 25 27 Top = 35728 Top = 274 28 29 Width = 93 29 30 Anchors = [akRight, akBottom] … … 34 35 object LabelContent: TLabel 35 36 Left = 20 36 Height = 2 437 Top = 1 7638 Width = 4 3337 Height = 20 38 Top = 160 39 Width = 445 39 40 Align = alTop 40 41 BorderSpacing.Around = 20 … … 45 46 Left = 16 46 47 Height = 25 47 Top = 35748 Top = 274 48 49 Width = 176 49 50 Anchors = [akLeft, akBottom] … … 56 57 Height = 88 57 58 Top = 0 58 Width = 4 7359 Width = 485 59 60 Align = alTop 60 61 BevelOuter = bvNone 61 62 ClientHeight = 88 62 ClientWidth = 4 7363 ClientWidth = 485 63 64 TabOrder = 2 64 65 object Image1: TImage … … 67 68 Top = 16 68 69 Width = 69 69 Picture.Data = {70 1754506F727461626C654E6574776F726B477261706869632301000089504E4771 0D0A1A0A0000000D49484452000000400000004008030000009DB781EC00000072 0C504C544500000000000000003AFFC90EE9675ABE0000000174524E530040E673 D866000000C549444154789CEDD64B0EC3200C04D04C73FF3B77D1AAB2C1DF4E74 48BB60364990FC440C121CC7CECEDF054968202580334881888137C1002F830375 664137C99A74228480334803A802EE68B589FEBC6A4030310E18DBE801516F6E76 043E8F3E00098CCD2903EAA50740035807385B597E4E82AC5805445F5703661377 61A6B10A2C60D7CB5FBA0710EB36353506C65F9E866AC0A982070B346660D5AB78 D171FB90C0BC501980EC64A2812C9DC3D5AEF7AF185F5D309A4058BFFA9285B479 FE8A8B2655BEB3F3C33C01B6231002CAEF0D050000000049454E44AE42608280 }81 70 end 82 71 object LabelAppName: TLabel 83 72 Left = 104 84 Height = 5 573 Height = 54 85 74 Top = 16 86 Width = 3 3875 Width = 317 87 76 Align = alCustom 88 77 BorderSpacing.Around = 20 -
trunk/Forms/UFormAbout.pas
r142 r169 51 51 if Assigned(ApplicationInfo) then begin 52 52 LabelAppName.Caption := ApplicationInfo.AppName; 53 LabelDescription.Caption := ApplicationInfo.Description; 54 LabelDescription.AutoSize := True; 53 55 LabelContent.Caption := SVersion + ': ' + ApplicationInfo.Version + LineEnding + 54 56 SReleaseDate + ': ' + DateToStr(ApplicationInfo.ReleaseDate) + LineEnding + 55 57 SLicense + ': ' + ApplicationInfo.License; 58 Image1.Picture.Bitmap.Assign(Application.Icon); 56 59 end; 57 60 end; -
trunk/Forms/UFormMain.lfm
r166 r169 3 3 Height = 602 4 4 Top = 261 5 Width = 9985 Width = 847 6 6 Caption = 'Acronym Decoder' 7 7 ClientHeight = 577 8 ClientWidth = 9988 ClientWidth = 847 9 9 DesignTimePPI = 120 10 10 Menu = MainMenu1 … … 20 20 Height = 479 21 21 Top = 70 22 Width = 99822 Width = 847 23 23 Align = alClient 24 24 BevelOuter = bvNone 25 25 ClientHeight = 479 26 ClientWidth = 99826 ClientWidth = 847 27 27 TabOrder = 0 28 28 object ListViewFilter1: TListViewFilter … … 30 30 Height = 38 31 31 Top = 6 32 Width = 97932 Width = 828 33 33 OnChange = ListViewFilter1Change 34 34 Anchors = [akTop, akLeft, akRight] … … 38 38 Height = 427 39 39 Top = 44 40 Width = 98040 Width = 829 41 41 Anchors = [akTop, akLeft, akRight, akBottom] 42 42 Columns = < … … 68 68 Height = 32 69 69 Top = 38 70 Width = 99870 Width = 847 71 71 Align = alTop 72 72 BevelOuter = bvNone 73 73 ClientHeight = 32 74 ClientWidth = 99874 ClientWidth = 847 75 75 TabOrder = 1 76 76 object CheckBoxExactLength: TCheckBox … … 103 103 Height = 38 104 104 Top = 0 105 Width = 998 106 AutoSize = True 105 Width = 847 107 106 Bands = < 108 107 item … … 141 140 Height = 28 142 141 Top = 5 143 Width = 13 5142 Width = 132 144 143 Align = alNone 145 144 AutoSize = True … … 183 182 Height = 28 184 183 Top = 5 185 Width = 1 20184 Width = 117 186 185 Align = alNone 187 186 AutoSize = True … … 223 222 Height = 28 224 223 Top = 5 225 Width = 62224 Width = 59 226 225 Align = alNone 227 226 AutoSize = True … … 253 252 Height = 28 254 253 Top = 5 255 Width = 91254 Width = 88 256 255 Align = alNone 257 256 AutoSize = True … … 290 289 Height = 28 291 290 Top = 549 292 Width = 998291 Width = 847 293 292 Panels = < 294 293 item -
trunk/Forms/UFormMain.pas
r166 r169 700 700 procedure TFormMain.LoadConfig; 701 701 begin 702 RegistryContext := RegContext(HKEY_CURRENT_USER, DefaultRegKey);702 RegistryContext := TRegistryContext.Create(HKEY_CURRENT_USER, DefaultRegKey); 703 703 Core.PersistentForm1.RegistryContext := RegistryContext; 704 RegistryContext := RegContext(HKEY_CURRENT_USER, DefaultRegKey + '\RecentFiles');704 RegistryContext := TRegistryContext.Create(HKEY_CURRENT_USER, DefaultRegKey + '\RecentFiles'); 705 705 LastOpenedList1.LoadFromRegistry(RegistryContext); 706 706 … … 737 737 procedure TFormMain.SaveConfig; 738 738 begin 739 RegistryContext := RegContext(HKEY_CURRENT_USER, DefaultRegKey + '\RecentFiles');739 RegistryContext := TRegistryContext.Create(HKEY_CURRENT_USER, DefaultRegKey + '\RecentFiles'); 740 740 LastOpenedList1.SaveToRegistry(RegistryContext); 741 741
Note:
See TracChangeset
for help on using the changeset viewer.