Skip to content

Commit

Permalink
Project migration to CodeTyphon 6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zbyna committed Jun 21, 2017
1 parent 191684c commit c3fcdfd
Show file tree
Hide file tree
Showing 30 changed files with 20 additions and 23 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion localizedforms.pas
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function GetLCIDFromLangCode(ALang: String): Integer;

implementation

{$R *.lfm}
{$R *.frm}

uses
{$IFDEF MSWINDOWS}
Expand Down
15 changes: 6 additions & 9 deletions project1.lpi → project1.ctpr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="9"/>
<Version Value="10"/>
<PathDelim Value="\"/>
<General>
<SessionStorage Value="InProjectDir"/>
Expand All @@ -15,9 +15,6 @@
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<VersionInfo>
<StringTable ProductVersion=""/>
</VersionInfo>
<BuildModes Count="3">
<Item1 Name="Default" Default="True"/>
<Item2 Name="Debug">
Expand Down Expand Up @@ -104,7 +101,7 @@
</BuildModes>
<PublishOptions>
<Version Value="2"/>
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
<IncludeFileFilter Value="*.(pas|pp|inc|frm|ppr|lrs|ctpr|ctpkg|sh|xml)"/>
<ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
</PublishOptions>
<RunParams>
Expand Down Expand Up @@ -180,7 +177,7 @@
<PackageName Value="bs_Controls"/>
</Item22>
<Item23>
<PackageName Value="FCL"/>
<PackageName Value="adFCL"/>
</Item23>
<Item24>
<PackageName Value="lz_sdf"/>
Expand All @@ -189,12 +186,12 @@
<PackageName Value="lz_tpipro"/>
</Item25>
<Item26>
<PackageName Value="LCL"/>
<PackageName Value="adLCL"/>
</Item26>
</RequiredPackages>
<Units Count="20">
<Unit0>
<Filename Value="project1.lpr"/>
<Filename Value="project1.ppr"/>
<IsPartOfProject Value="True"/>
</Unit0>
<Unit1>
Expand All @@ -206,7 +203,7 @@
<UnitName Value="Unit1"/>
</Unit1>
<Unit2>
<Filename Value="unit1.lfm"/>
<Filename Value="unit1.frm"/>
<IsPartOfProject Value="True"/>
</Unit2>
<Unit3>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion unHledej.pas
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ TfrmHledej = class(TLocalizedForm)

implementation

{$R *.lfm}
{$R *.frm}
uses unit1; // chci pracovat s objekty z unit1 a nepotřebuju je v deklaraci
// jde o proměnnou kliknuto
{ TfrmHledej }
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion unNotSraped.pas
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ TfrmNotScraped = class(TLocalizedForm)

implementation

{$R *.lfm}
{$R *.frm}
uses
Unit8, // formScraper
unit1, // resource strings
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion unUkazHistorii.pas
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ TfrmUkazHistorii = class(TLocalizedForm)

implementation

{$R *.lfm}
{$R *.frm}

uses
unit1, // kvůli rsUndoBufferIt a rsRedoBufferIt - strings for automatic translation
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion unit1.pas
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ TForm1 = class(TLocalizedForm)

implementation

{$R *.lfm}
{$R *.frm}
uses unit8,unit9,Unit10, { chci pracovat s objekty v unit8 tzn. scrapovat rok k filmu }
unHledej; { chci pracovat s objekty v unit9 tzn. naplnit tabulkaVysledku}

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion unit10.pas
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ implementation
uses Unit1;
var pomWidth: array[0..10] of integer;
frmGlobalI:Byte;
{$R *.lfm}
{$R *.frm}

{ TFormUpravUmisteni }

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion unit2.pas
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ TForm2 = class(TLocalizedForm)

implementation
uses unit1;
{$R *.lfm}
{$R *.frm}

{ TForm2 }

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion unit3.pas
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ TTreeData = record
Column0: String;
end;

{$R *.lfm}
{$R *.frm}

{ TForm3 }

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion unit4.pas
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ implementation

uses unit1;

{$R *.lfm}
{$R *.frm}

{ TForm4 }

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion unit5.pas
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ TForm5 = class(TLocalizedForm)
implementation
uses unit1, { chci pracovat s objekty Form1 }
unGlobalScraper; // a s objektem GlobalScraper
{$R *.lfm}
{$R *.frm}

{ TForm5 }

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion unit6.pas
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ implementation
unit1, // v unit1 jsou resource stringy
unGlobalScraper; // je tam timer + kód na využití frmNotScraped (unNotScraped)

{$R *.lfm}
{$R *.frm}

{ TForm6 }

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion unit7.pas
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ implementation
uses unit1, // resource string
unit8; // formScraper

{$R *.lfm}
{$R *.frm}

{ TFormNastaveni }

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion unit8.pas
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ function SerialCsfd(PomNazev: string): string; // nahrazeno filmCsfd



{$R *.lfm}
{$R *.frm}

{ TFormScraper }

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion unit9.pas
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ implementation
unit1, // resource strings
unGlobalScraper; // object globalScraper

{$R *.lfm}
{$R *.frm}

{ TFormScrapujVyber }

Expand Down

0 comments on commit c3fcdfd

Please sign in to comment.