Changeset 422
- Timestamp:
- Apr 25, 2022, 5:41:45 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 9 added
- 9 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Back.lfm
r232 r422 8 8 Caption = 'C-evo' 9 9 Color = clBlack 10 DesignTimePPI = 144 10 11 Font.Color = clWindowText 11 Font.Height = - 1312 Font.Height = -30 12 13 Font.Name = 'MS Sans Serif' 13 14 OnClose = FormClose … … 16 17 OnPaint = FormPaint 17 18 OnShow = FormShow 18 LCLVersion = '1.6.2.0' 19 WindowState = wsMaximized 20 PixelsPerInch = 96 19 LCLVersion = '2.2.0.4' 21 20 Scaled = False 21 WindowState = wsFullScreen 22 22 end -
trunk/Back.pas
r343 r422 70 70 if FileExists(FileName) then begin 71 71 Img := TBitmap.Create; 72 LoadGraphicFile(img, FileName); 72 LoadGraphicFile(Img, FileName); 73 Repaint; 73 74 end; 74 75 end; -
trunk/Integrated.lpi
r416 r422 2 2 <CONFIG> 3 3 <ProjectOptions> 4 <Version Value="1 1"/>4 <Version Value="12"/> 5 5 <PathDelim Value="\"/> 6 6 <General> … … 9 9 <MainUnitHasCreateFormStatements Value="False"/> 10 10 <MainUnitHasTitleStatement Value="False"/> 11 <CompatibilityMode Value="True"/> 11 12 </Flags> 12 13 <SessionStorage Value="InProjectDir"/> 13 <MainUnit Value="0"/>14 14 <Title Value="Integrated"/> 15 15 <UseAppBundle Value="False"/> -
trunk/Packages/Common/Languages/UJobProgressView.cs.po
r396 r422 13 13 14 14 #: ujobprogressview.sestimatedtime 15 #, object-pascal-format 15 16 msgid "Estimated time: %s" 16 17 msgstr "Odhadovaný čas: %s" … … 33 34 34 35 #: ujobprogressview.stotalestimatedtime 36 #, object-pascal-format 35 37 msgid "Total estimated time: %s" 36 38 msgstr "Celkový odhadovaný čas: %s" -
trunk/Packages/Common/Languages/UScaleDPI.cs.po
r396 r422 13 13 14 14 #: uscaledpi.swrongdpi 15 #, object-pascal-format 15 16 msgid "Wrong DPI [%d,%d]" 16 17 msgstr "Chybné DPI [%d,%d]" -
trunk/Packages/Common/Languages/UThreading.cs.po
r396 r422 11 11 12 12 #: uthreading.scurrentthreadnotfound 13 #, object-pascal-format 13 14 msgid "Current thread ID %d not found in virtual thread list." 14 15 msgstr "Aktuální vlákno ID %d nenalezeno v seznamu virtuálních vláken." -
trunk/readme.txt
r403 r422 2 2 =================== 3 3 4 * Developed with: Lazarus 2. 0.12(https://www.lazarus-ide.org/)4 * Developed with: Lazarus 2.2.0 (https://www.lazarus-ide.org/) 5 5 * Supported platforms: Windows and Linux 6 6 * Supported architectures: 32-bit and 64-bit x86 … … 24 24 * Home page: https://app.zdechov.net/c-evo/ 25 25 * Source code: https://svn.zdechov.net/c-evo/ 26 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 2. 0.1226 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 2.2.0 27 27 * To build new Windows installer run Install/build.bat. InnoSetup (http://www.jrsoftware.org/isdl.php) needs to be installed). 28 28
Note:
See TracChangeset
for help on using the changeset viewer.