- Timestamp:
- May 27, 2023, 10:50:21 AM (18 months ago)
- Location:
- trunk/Packages/Common
- Files:
-
- 26 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/UAboutDialog.pas
r86 r142 50 50 51 51 end. 52 -
trunk/Packages/Common/UDataFile.pas
r117 r142 109 109 110 110 end. 111 -
trunk/Packages/Common/UDebugLog.pas
r86 r142 1 unit UDebugLog; 1 unit UDebugLog; 2 2 3 3 interface … … 134 134 135 135 end. 136 -
trunk/Packages/Common/UDelay.pas
r86 r142 71 71 72 72 end. 73 -
trunk/Packages/Common/UFindFile.pas
r117 r142 143 143 SysUtils.FindClose(Rec); 144 144 end; 145 end; 145 end; 146 146 147 147 end. 148 -
trunk/Packages/Common/UFormAbout.lfm
r83 r142 1 1 object FormAbout: TFormAbout 2 2 Left = 1014 3 Height = 4023 Height = 349 4 4 Top = 577 5 Width = 7025 Width = 609 6 6 Caption = 'About' 7 ClientHeight = 402 8 ClientWidth = 702 9 DesignTimePPI = 144 10 OnCreate = FormCreate 7 ClientHeight = 349 8 ClientWidth = 609 9 DesignTimePPI = 125 11 10 OnShow = FormShow 12 11 Position = poScreenCenter 13 LCLVersion = '2. 0.10.0'12 LCLVersion = '2.2.4.0' 14 13 object LabelDescription: TLabel 15 Left = 3016 Height = 2 417 Top = 1 3518 Width = 64214 Left = 26 15 Height = 22 16 Top = 117 17 Width = 557 19 18 Align = alTop 20 BorderSpacing.Left = 3021 BorderSpacing.Right = 3022 BorderSpacing.Bottom = 3019 BorderSpacing.Left = 26 20 BorderSpacing.Right = 26 21 BorderSpacing.Bottom = 26 23 22 Caption = 'Description' 24 23 ParentColor = False … … 27 26 end 28 27 object LabelContent: TLabel 29 Left = 3030 Height = 2 431 Top = 1 8932 Width = 64228 Left = 26 29 Height = 22 30 Top = 165 31 Width = 557 33 32 Align = alTop 34 BorderSpacing.Around = 3033 BorderSpacing.Around = 26 35 34 Caption = ' ' 36 35 ParentColor = False … … 39 38 object PanelTop: TPanel 40 39 Left = 0 41 Height = 1 3540 Height = 117 42 41 Top = 0 43 Width = 70242 Width = 609 44 43 Align = alTop 45 44 BevelOuter = bvNone 46 ClientHeight = 1 3547 ClientWidth = 70245 ClientHeight = 117 46 ClientWidth = 609 48 47 FullRepaint = False 49 48 ParentFont = False 50 49 TabOrder = 0 51 50 object LabelAppName: TLabel 52 Left = 10853 Height = 8454 Top = 2055 Width = 56451 Left = 94 52 Height = 73 53 Top = 17 54 Width = 489 56 55 Anchors = [akTop, akLeft, akRight] 57 56 AutoSize = False 58 BorderSpacing.Around = 3057 BorderSpacing.Around = 26 59 58 Caption = 'Title' 60 Font.Height = - 6059 Font.Height = -52 61 60 ParentColor = False 62 61 ParentFont = False … … 64 63 end 65 64 object ImageLogo: TImage 66 Left = 2 467 Height = 7468 Top = 3069 Width = 7265 Left = 21 66 Height = 64 67 Top = 26 68 Width = 62 70 69 Proportional = True 71 70 Stretch = True … … 74 73 object PanelButtons: TPanel 75 74 Left = 0 76 Height = 7577 Top = 32778 Width = 70275 Height = 65 76 Top = 284 77 Width = 609 79 78 Align = alBottom 80 79 BevelOuter = bvNone 81 ClientHeight = 7582 ClientWidth = 70280 ClientHeight = 65 81 ClientWidth = 609 83 82 TabOrder = 1 84 83 object ButtonHomePage: TButton 85 Left = 2 486 Height = 3 887 Top = 2 488 Width = 2 6484 Left = 21 85 Height = 33 86 Top = 21 87 Width = 229 89 88 Anchors = [akLeft, akBottom] 90 89 Caption = 'Home page' … … 94 93 end 95 94 object ButtonClose: TButton 96 Left = 53297 Height = 3 898 Top = 2 499 Width = 1 4095 Left = 461 96 Height = 33 97 Top = 21 98 Width = 122 100 99 Anchors = [akRight, akBottom] 101 100 Caption = 'Close' -
trunk/Packages/Common/UFormAbout.pas
r117 r142 75 75 76 76 end. 77 -
trunk/Packages/Common/UGenerics.pas
r117 r142 77 77 78 78 end. 79 -
trunk/Packages/Common/UGeometric.pas
r140 r142 204 204 205 205 end. 206 -
trunk/Packages/Common/ULanguages.pas
r86 r142 443 443 444 444 end. 445 -
trunk/Packages/Common/ULastOpenedList.pas
r86 r142 194 194 195 195 end. 196 -
trunk/Packages/Common/UMemory.pas
r117 r142 120 120 121 121 end. 122 -
trunk/Packages/Common/UMetaCanvas.pas
r140 r142 823 823 824 824 end. 825 -
trunk/Packages/Common/UPersistentForm.pas
r119 r142 336 336 337 337 end. 338 -
trunk/Packages/Common/UPixelPointer.pas
r94 r142 15 15 private 16 16 procedure SetRGB(AValue: Cardinal); 17 function GetRGB: Cardinal; 17 function GetRGB: Cardinal; 18 18 public 19 19 property RGB: Cardinal read GetRGB write SetRGB; … … 311 311 312 312 end. 313 -
trunk/Packages/Common/UPool.pas
r117 r142 199 199 200 200 end. 201 -
trunk/Packages/Common/UPrefixMultiplier.pas
r86 r142 31 31 ( 32 32 (ShortText: 'y'; FullText: 'yocto'; Value: 1e-24), 33 33 (ShortText: 'z'; FullText: 'zepto'; Value: 1e-21), 34 34 (ShortText: 'a'; FullText: 'atto'; Value: 1e-18), 35 35 (ShortText: 'f'; FullText: 'femto'; Value: 1e-15), … … 52 52 ( 53 53 (ShortText: 'ys'; FullText: 'yocto'; Value: 1e-24), 54 54 (ShortText: 'zs'; FullText: 'zepto'; Value: 1e-21), 55 55 (ShortText: 'as'; FullText: 'atto'; Value: 1e-18), 56 56 (ShortText: 'fs'; FullText: 'femto'; Value: 1e-15), … … 124 124 125 125 end. 126 -
trunk/Packages/Common/UResetableThread.pas
r117 r142 295 295 296 296 end. 297 -
trunk/Packages/Common/UStringTable.pas
r86 r142 69 69 end; 70 70 71 72 71 end. 73 -
trunk/Packages/Common/USyncCounter.pas
r117 r142 78 78 79 79 end. 80 -
trunk/Packages/Common/UTestCase.pas
r117 r142 127 127 128 128 end. 129 -
trunk/Packages/Common/UTheme.pas
r86 r142 186 186 end; 187 187 188 189 188 end. -
trunk/Packages/Common/UThreading.pas
r117 r142 366 366 367 367 end. 368 -
trunk/Packages/Common/UTranslator.pas
r86 r142 569 569 end; 570 570 571 572 571 end. 573 -
trunk/Packages/Common/UURI.pas
r117 r142 347 347 348 348 end. 349 -
trunk/Packages/Common/UXMLUtils.pas
r128 r142 273 273 274 274 end. 275
Note:
See TracChangeset
for help on using the changeset viewer.