Updated to Lazarus v1.6.

This commit is contained in:
Vladimir Kryvian
2016-02-02 11:16:27 +03:00
parent 575b30a905
commit 4c2e482140
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
<SaveJumpHistory Value="False"/> <SaveJumpHistory Value="False"/>
<SaveFoldState Value="False"/> <SaveFoldState Value="False"/>
</Flags> </Flags>
<SessionStorage Value="InProjectDir"/> <SessionStorage Value="None"/>
<MainUnit Value="0"/> <MainUnit Value="0"/>
<Title Value="tim2view"/> <Title Value="tim2view"/>
<UseXPManifest Value="True"/> <UseXPManifest Value="True"/>
@@ -26,8 +26,8 @@
<UseVersionInfo Value="True"/> <UseVersionInfo Value="True"/>
<AutoIncrementBuild Value="True"/> <AutoIncrementBuild Value="True"/>
<MajorVersionNr Value="1"/> <MajorVersionNr Value="1"/>
<RevisionNr Value="90"/> <RevisionNr Value="91"/>
<BuildNr Value="85"/> <BuildNr Value="89"/>
<StringTable CompanyName="Lab 313" FileDescription="The best TIMs tool ever!:)" ProductVersion=""/> <StringTable CompanyName="Lab 313" FileDescription="The best TIMs tool ever!:)" ProductVersion=""/>
</VersionInfo> </VersionInfo>
<BuildModes Count="6"> <BuildModes Count="6">

View File

@@ -3,7 +3,7 @@ unit ucommon;
interface interface
const const
cProgramName = 'Tim2View r90 by [Lab 313]'; cProgramName = 'Tim2View r91 by [Lab 313]';
cExtractedFilesDir = 'FILES'; cExtractedFilesDir = 'FILES';
cExtractedPngsDir = 'PNGS'; cExtractedPngsDir = 'PNGS';
cMaxFileSize = $2EAEED80; cMaxFileSize = $2EAEED80;

View File

@@ -494,7 +494,7 @@ object frmMain: TfrmMain
OnCreate = FormCreate OnCreate = FormCreate
OnDropFiles = FormDropFiles OnDropFiles = FormDropFiles
Position = poScreenCenter Position = poScreenCenter
LCLVersion = '1.5' LCLVersion = '1.6.0.2'
object pnlStatus: TPanel object pnlStatus: TPanel
Left = 0 Left = 0
Height = 30 Height = 30