-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6593df8
commit 40bdc37
Showing
45 changed files
with
11,155 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,193 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CONFIG> | ||
<ProjectOptions> | ||
<Version Value="10"/> | ||
<General> | ||
<SessionStorage Value="InProjectDir"/> | ||
<MainUnit Value="0"/> | ||
<Title Value="MageiaCleaner"/> | ||
<ResourceType Value="res"/> | ||
<UseXPManifest Value="True"/> | ||
<Icon Value="0"/> | ||
</General> | ||
<i18n> | ||
<EnableI18N LFM="False"/> | ||
</i18n> | ||
<VersionInfo> | ||
<StringTable ProductVersion=""/> | ||
</VersionInfo> | ||
<BuildModes Count="3"> | ||
<Item1 Name="Default" Default="True"/> | ||
<Item2 Name="Debug"> | ||
<CompilerOptions> | ||
<Version Value="11"/> | ||
<Target> | ||
<Filename Value="MageiaCleaner"/> | ||
</Target> | ||
<SearchPaths> | ||
<IncludeFiles Value="$(ProjOutDir)"/> | ||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> | ||
</SearchPaths> | ||
<Parsing> | ||
<SyntaxOptions> | ||
<IncludeAssertionCode Value="True"/> | ||
</SyntaxOptions> | ||
</Parsing> | ||
<CodeGeneration> | ||
<Checks> | ||
<IOChecks Value="True"/> | ||
<RangeChecks Value="True"/> | ||
<OverflowChecks Value="True"/> | ||
<StackChecks Value="True"/> | ||
</Checks> | ||
<VerifyObjMethodCallValidity Value="True"/> | ||
</CodeGeneration> | ||
<Linking> | ||
<Debugging> | ||
<DebugInfoType Value="dsDwarf2Set"/> | ||
<UseHeaptrc Value="True"/> | ||
<TrashVariables Value="True"/> | ||
<UseExternalDbgSyms Value="True"/> | ||
</Debugging> | ||
<Options> | ||
<Win32> | ||
<GraphicApplication Value="True"/> | ||
</Win32> | ||
</Options> | ||
</Linking> | ||
</CompilerOptions> | ||
</Item2> | ||
<Item3 Name="Release"> | ||
<CompilerOptions> | ||
<Version Value="11"/> | ||
<Target> | ||
<Filename Value="MageiaCleaner"/> | ||
</Target> | ||
<SearchPaths> | ||
<IncludeFiles Value="$(ProjOutDir)"/> | ||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> | ||
</SearchPaths> | ||
<CodeGeneration> | ||
<SmartLinkUnit Value="True"/> | ||
<Optimizations> | ||
<OptimizationLevel Value="3"/> | ||
</Optimizations> | ||
</CodeGeneration> | ||
<Linking> | ||
<Debugging> | ||
<GenerateDebugInfo Value="False"/> | ||
</Debugging> | ||
<LinkSmart Value="True"/> | ||
<Options> | ||
<Win32> | ||
<GraphicApplication Value="True"/> | ||
</Win32> | ||
</Options> | ||
</Linking> | ||
</CompilerOptions> | ||
</Item3> | ||
</BuildModes> | ||
<PublishOptions> | ||
<Version Value="2"/> | ||
</PublishOptions> | ||
<RunParams> | ||
<local> | ||
<FormatVersion Value="1"/> | ||
</local> | ||
</RunParams> | ||
<RequiredPackages Count="4"> | ||
<Item1> | ||
<PackageName Value="RunTimeTypeInfoControls"/> | ||
</Item1> | ||
<Item2> | ||
<PackageName Value="FCL"/> | ||
</Item2> | ||
<Item3> | ||
<PackageName Value="IDEIntf"/> | ||
</Item3> | ||
<Item4> | ||
<PackageName Value="LCL"/> | ||
</Item4> | ||
</RequiredPackages> | ||
<Units Count="8"> | ||
<Unit0> | ||
<Filename Value="MageiaCleaner.lpr"/> | ||
<IsPartOfProject Value="True"/> | ||
</Unit0> | ||
<Unit1> | ||
<Filename Value="unit1.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<ComponentName Value="MainForm"/> | ||
<HasResources Value="True"/> | ||
<ResourceBaseClass Value="Form"/> | ||
<UnitName Value="Unit1"/> | ||
</Unit1> | ||
<Unit2> | ||
<Filename Value="analyzetrd.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<UnitName Value="AnalyzeTRD"/> | ||
</Unit2> | ||
<Unit3> | ||
<Filename Value="cleartrd.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<UnitName Value="ClearTRD"/> | ||
</Unit3> | ||
<Unit4> | ||
<Filename Value="aboutunit.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<ComponentName Value="AboutForm"/> | ||
<HasResources Value="True"/> | ||
<ResourceBaseClass Value="Form"/> | ||
<UnitName Value="AboutUnit"/> | ||
</Unit4> | ||
<Unit5> | ||
<Filename Value="depsunit.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<ComponentName Value="DepsForm"/> | ||
<HasResources Value="True"/> | ||
<ResourceBaseClass Value="Form"/> | ||
<UnitName Value="DepsUnit"/> | ||
</Unit5> | ||
<Unit6> | ||
<Filename Value="depstrd.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<UnitName Value="DepsTRD"/> | ||
</Unit6> | ||
<Unit7> | ||
<Filename Value="notorphantrd.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<UnitName Value="NotOrphanTRD"/> | ||
</Unit7> | ||
</Units> | ||
</ProjectOptions> | ||
<CompilerOptions> | ||
<Version Value="11"/> | ||
<Target> | ||
<Filename Value="MageiaCleaner"/> | ||
</Target> | ||
<SearchPaths> | ||
<IncludeFiles Value="$(ProjOutDir)"/> | ||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> | ||
</SearchPaths> | ||
<Linking> | ||
<Options> | ||
<Win32> | ||
<GraphicApplication Value="True"/> | ||
</Win32> | ||
</Options> | ||
</Linking> | ||
</CompilerOptions> | ||
<Debugging> | ||
<Exceptions Count="3"> | ||
<Item1> | ||
<Name Value="EAbort"/> | ||
</Item1> | ||
<Item2> | ||
<Name Value="ECodetoolError"/> | ||
</Item2> | ||
<Item3> | ||
<Name Value="EFOpenError"/> | ||
</Item3> | ||
</Exceptions> | ||
</Debugging> | ||
</CONFIG> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
program MageiaCleaner; | ||
|
||
{$mode objfpc}{$H+} | ||
|
||
uses {$IFDEF UNIX} | ||
cthreads, {$ENDIF} | ||
Interfaces, // this includes the LCL widgetset | ||
Forms, | ||
Unit1, | ||
unique_utils, | ||
SysUtils, | ||
Dialogs, | ||
AnalyzeTRD, | ||
ClearTRD, | ||
AboutUnit { you can add units after this }; | ||
|
||
var | ||
MyProg: TUniqueInstance; | ||
|
||
{$R *.res} | ||
|
||
begin | ||
Screen.Cursor:=crDefault; | ||
//Создаём объект с уникальным идентификатором | ||
MyProg := TUniqueInstance.Create('MAGEIA-CLEANER'); | ||
|
||
//Проверяем, нет ли в системе объекта с таким ID | ||
if MyProg.IsRunInstance then | ||
begin | ||
MessageDlg('The application is alredy running!', mtWarning, [mbOK], 0); | ||
MyProg.Free; | ||
Halt(1); | ||
end | ||
else | ||
MyProg.RunListen; | ||
|
||
RequireDerivedFormResource := True; | ||
Application.Initialize; | ||
Application.CreateForm(TMainForm, MainForm); | ||
Application.CreateForm(TAboutForm, AboutForm); | ||
Application.Run; | ||
end. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CONFIG> | ||
<ProjectSession> | ||
<Version Value="10"/> | ||
<BuildModes Active="Release"/> | ||
<Units Count="9"> | ||
<Unit0> | ||
<Filename Value="MageiaCleaner.lpr"/> | ||
<IsPartOfProject Value="True"/> | ||
<EditorIndex Value="-1"/> | ||
<TopLine Value="19"/> | ||
<CursorPos X="27" Y="21"/> | ||
<UsageCount Value="137"/> | ||
</Unit0> | ||
<Unit1> | ||
<Filename Value="unit1.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<ComponentName Value="MainForm"/> | ||
<HasResources Value="True"/> | ||
<ResourceBaseClass Value="Form"/> | ||
<UnitName Value="Unit1"/> | ||
<IsVisibleTab Value="True"/> | ||
<EditorIndex Value="-1"/> | ||
<TopLine Value="508"/> | ||
<CursorPos Y="525"/> | ||
<UsageCount Value="137"/> | ||
</Unit1> | ||
<Unit2> | ||
<Filename Value="analyzetrd.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<UnitName Value="AnalyzeTRD"/> | ||
<EditorIndex Value="-1"/> | ||
<WindowIndex Value="-1"/> | ||
<TopLine Value="299"/> | ||
<CursorPos X="7" Y="121"/> | ||
<UsageCount Value="127"/> | ||
</Unit2> | ||
<Unit3> | ||
<Filename Value="cleartrd.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<UnitName Value="ClearTRD"/> | ||
<EditorIndex Value="-1"/> | ||
<TopLine Value="54"/> | ||
<CursorPos X="47" Y="59"/> | ||
<UsageCount Value="112"/> | ||
</Unit3> | ||
<Unit4> | ||
<Filename Value="aboutunit.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<ComponentName Value="AboutForm"/> | ||
<HasResources Value="True"/> | ||
<ResourceBaseClass Value="Form"/> | ||
<UnitName Value="AboutUnit"/> | ||
<EditorIndex Value="-1"/> | ||
<TopLine Value="3"/> | ||
<CursorPos X="39" Y="30"/> | ||
<UsageCount Value="74"/> | ||
</Unit4> | ||
<Unit5> | ||
<Filename Value="depsunit.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<ComponentName Value="DepsForm"/> | ||
<HasResources Value="True"/> | ||
<ResourceBaseClass Value="Form"/> | ||
<UnitName Value="DepsUnit"/> | ||
<EditorIndex Value="-1"/> | ||
<TopLine Value="28"/> | ||
<CursorPos X="3" Y="48"/> | ||
<UsageCount Value="57"/> | ||
</Unit5> | ||
<Unit6> | ||
<Filename Value="depstrd.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<UnitName Value="DepsTRD"/> | ||
<EditorIndex Value="-1"/> | ||
<TopLine Value="36"/> | ||
<CursorPos X="5" Y="52"/> | ||
<UsageCount Value="56"/> | ||
</Unit6> | ||
<Unit7> | ||
<Filename Value="notorphantrd.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<UnitName Value="NotOrphanTRD"/> | ||
<EditorIndex Value="-1"/> | ||
<TopLine Value="63"/> | ||
<CursorPos Y="90"/> | ||
<UsageCount Value="45"/> | ||
</Unit7> | ||
<Unit8> | ||
<Filename Value="../htb-gen/startstoptrd.pas"/> | ||
<UnitName Value="StartStopTRD"/> | ||
<EditorIndex Value="-1"/> | ||
<TopLine Value="28"/> | ||
<UsageCount Value="8"/> | ||
</Unit8> | ||
</Units> | ||
<General> | ||
<ActiveWindowIndexAtStart Value="-1"/> | ||
</General> | ||
<JumpHistory HistoryIndex="-1"/> | ||
</ProjectSession> | ||
</CONFIG> |
Oops, something went wrong.