This commit is contained in:
Fierelier 2022-06-10 19:34:08 +02:00
parent 6c0d76d6fb
commit cafb8463b1
10 changed files with 178 additions and 98 deletions

View File

@ -1,13 +1,11 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RPFTool", "RPFTool\RPFTool.csproj", "{E2C27E34-2FCA-4DB0-AE38-35BEBDFC54A2}"
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
@ -31,4 +29,11 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9A16FEFC-76DA-4259-BD4E-373173186F40}
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal

View File

@ -14,7 +14,7 @@ namespace RPFTool
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.SetCompatibleTextRenderingDefault(true);
DevExpress.Skins.SkinManager.EnableFormSkins();
DevExpress.UserSkins.BonusSkins.Register();

View File

@ -1,6 +1,4 @@
DevExpress.XtraBars.BarManager, DevExpress.XtraBars.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit, DevExpress.XtraEditors.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraEditors.Repository.RepositoryItemTextEdit, DevExpress.XtraEditors.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.Registration.LicenseHelper, DevExpress.Registration, Version=12.2.4.0, Culture=neutral, PublicKeyToken=940cfcde86f32efd
DXAddin.Connect, DXAddin, Version=1.0.9.9, Culture=neutral, PublicKeyToken=1bade7d244b1b328
DevExpress.XtraBars.BarManager, DevExpress.XtraBars.v21.2, Version=21.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit, DevExpress.XtraEditors.v21.2, Version=21.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraEditors.Repository.RepositoryItemTextEdit, DevExpress.XtraEditors.v21.2, Version=21.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraEditors.ProgressBarControl, DevExpress.XtraEditors.v21.2, Version=21.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a

View File

@ -0,0 +1,6 @@
DevExpress.XtraBars.BarManager, DevExpress.XtraBars.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit, DevExpress.XtraEditors.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraEditors.Repository.RepositoryItemTextEdit, DevExpress.XtraEditors.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.Registration.LicenseHelper, DevExpress.Registration, Version=12.2.4.0, Culture=neutral, PublicKeyToken=940cfcde86f32efd
DXAddin.Connect, DXAddin, Version=1.0.9.9, Culture=neutral, PublicKeyToken=1bade7d244b1b328

View File

@ -6,11 +6,11 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E2C27E34-2FCA-4DB0-AE38-35BEBDFC54A2}</ProjectGuid>
<OutputType>WinExe</OutputType>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RPFTool</RootNamespace>
<AssemblyName>RPFTool</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
@ -56,13 +56,21 @@
<PropertyGroup>
<ApplicationIcon>rpf.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.BonusSkins.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=95fc6c5621878f0a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Data.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Printing.v12.2.Core, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Utils.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraBars.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraEditors.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.BonusSkins.v21.2, Version=21.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Data.v21.2, Version=21.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Pdf.v21.2.Core, Version=21.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Office.v21.2.Core, Version=21.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.RichEdit.v21.2.Core, Version=21.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.RichEdit.v21.2.Export, Version=21.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Printing.v21.2.Core, Version=21.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Data.Desktop.v21.2, Version=21.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Utils.v21.2, Version=21.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraBars.v21.2, Version=21.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraEditors.v21.2, Version=21.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Configuration" />
@ -79,7 +87,9 @@
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="aboutform.cs" />
<Compile Include="aboutform.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="aboutform.Designer.cs">
<DependentUpon>aboutform.cs</DependentUpon>
</Compile>
@ -186,25 +196,35 @@
<Compile Include="Compression\zlib\ZStreamException.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="DownloadForm.cs" />
<Compile Include="DownloadForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DownloadForm.Designer.cs">
<DependentUpon>DownloadForm.cs</DependentUpon>
</Compile>
<Compile Include="Extracting.cs" />
<Compile Include="Extracting.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Extracting.Designer.cs">
<DependentUpon>Extracting.cs</DependentUpon>
</Compile>
<Compile Include="gameSelection.cs" />
<Compile Include="gameSelection.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="gameSelection.Designer.cs">
<DependentUpon>gameSelection.cs</DependentUpon>
</Compile>
<Compile Include="iniReader.cs" />
<Compile Include="keyHolder.cs" />
<Compile Include="mainForm.cs" />
<Compile Include="mainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="mainForm.Designer.cs">
<DependentUpon>mainForm.cs</DependentUpon>
</Compile>
<Compile Include="Loader.cs" />
<Compile Include="Loader.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Loader.Designer.cs">
<DependentUpon>Loader.cs</DependentUpon>
</Compile>
@ -358,27 +378,39 @@
<Compile Include="RPFLib\RPF3\MagicId.cs" />
<Compile Include="RPFLib\RPF3\TOC.cs" />
<Compile Include="RPFLib\Version7.cs" />
<Compile Include="Saving.cs" />
<Compile Include="Saving.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Saving.Designer.cs">
<DependentUpon>Saving.cs</DependentUpon>
</Compile>
<Compile Include="Viewers\xscView.cs" />
<Compile Include="Viewers\xscView.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Viewers\xscView.Designer.cs">
<DependentUpon>xscView.cs</DependentUpon>
</Compile>
<Compile Include="Viewers\StringsView.cs" />
<Compile Include="Viewers\StringsView.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Viewers\StringsView.Designer.cs">
<DependentUpon>StringsView.cs</DependentUpon>
</Compile>
<Compile Include="Viewers\TextureView.cs" />
<Compile Include="Viewers\TextureView.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Viewers\TextureView.Designer.cs">
<DependentUpon>TextureView.cs</DependentUpon>
</Compile>
<Compile Include="Viewers\TextView.cs" />
<Compile Include="Viewers\TextView.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Viewers\TextView.Designer.cs">
<DependentUpon>TextView.cs</DependentUpon>
</Compile>
<Compile Include="Viewers\xscViewV7.cs" />
<Compile Include="Viewers\xscViewV7.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Viewers\xscViewV7.Designer.cs">
<DependentUpon>xscViewV7.cs</DependentUpon>
</Compile>

View File

@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RPFTool</RootNamespace>
<AssemblyName>RPFTool</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
@ -43,6 +43,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@ -56,12 +57,13 @@
<ApplicationIcon>rpf.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.BonusSkins.v12.2, Version=12.2.6.0, Culture=neutral, PublicKeyToken=95fc6c5621878f0a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Data.v12.2, Version=12.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Printing.v12.2.Core, Version=12.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Utils.v12.2, Version=12.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraBars.v12.2, Version=12.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraEditors.v12.2, Version=12.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.BonusSkins.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=95fc6c5621878f0a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Data.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Printing.v12.2.Core, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Utils.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraBars.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraEditors.v12.2, Version=12.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
@ -74,11 +76,10 @@
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="aboutform.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="aboutform.cs" />
<Compile Include="aboutform.Designer.cs">
<DependentUpon>aboutform.cs</DependentUpon>
</Compile>
@ -185,35 +186,25 @@
<Compile Include="Compression\zlib\ZStreamException.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="DownloadForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DownloadForm.cs" />
<Compile Include="DownloadForm.Designer.cs">
<DependentUpon>DownloadForm.cs</DependentUpon>
</Compile>
<Compile Include="Extracting.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Extracting.cs" />
<Compile Include="Extracting.Designer.cs">
<DependentUpon>Extracting.cs</DependentUpon>
</Compile>
<Compile Include="gameSelection.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="gameSelection.cs" />
<Compile Include="gameSelection.Designer.cs">
<DependentUpon>gameSelection.cs</DependentUpon>
</Compile>
<Compile Include="iniReader.cs" />
<Compile Include="keyHolder.cs" />
<Compile Include="mainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="mainForm.cs" />
<Compile Include="mainForm.Designer.cs">
<DependentUpon>mainForm.cs</DependentUpon>
</Compile>
<Compile Include="Loader.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Loader.cs" />
<Compile Include="Loader.Designer.cs">
<DependentUpon>Loader.cs</DependentUpon>
</Compile>
@ -315,6 +306,7 @@
<Compile Include="RPFLib\Archive.cs" />
<Compile Include="RPFLib\Common\BigEndianBinaryReader.cs" />
<Compile Include="RPFLib\Common\BigEndianBinaryWriter.cs" />
<Compile Include="RPFLib\Common\BitsStream.cs" />
<Compile Include="RPFLib\Common\DataUtil.cs" />
<Compile Include="RPFLib\Common\Directory.cs" />
<Compile Include="RPFLib\Common\Entry.cs" />
@ -322,12 +314,14 @@
<Compile Include="RPFLib\Common\fileSystemObject.cs" />
<Compile Include="RPFLib\Common\Hasher.cs" />
<Compile Include="RPFLib\Common\ReturnDir.cs" />
<Compile Include="RPFLib\Resouces\DXTDecoder.cs" />
<Compile Include="RPFLib\Resouces\RSC.cs" />
<Compile Include="RPFLib\Resouces\Utilities.cs" />
<Compile Include="RPFLib\Resouces\xcompress.cs" />
<Compile Include="RPFLib\Resouces\xdr.cs" />
<Compile Include="RPFLib\Resouces\xtd.cs" />
<Compile Include="RPFLib\Common\xcompress2.cs" />
<Compile Include="RPFLib\Resources\DXTDecoder.cs" />
<Compile Include="RPFLib\Resources\ResourceUtil.cs" />
<Compile Include="RPFLib\Resources\RSC.cs" />
<Compile Include="RPFLib\Resources\Utilities.cs" />
<Compile Include="RPFLib\Resources\xcompress.cs" />
<Compile Include="RPFLib\Resources\xdr.cs" />
<Compile Include="RPFLib\Resources\xtd.cs" />
<Compile Include="RPFLib\RPF3\TOCEntry.cs">
<SubType>Code</SubType>
</Compile>
@ -347,6 +341,13 @@
<Compile Include="RPFLib\RPF4\Header.cs" />
<Compile Include="RPFLib\RPF4\MagicId.cs" />
<Compile Include="RPFLib\RPF4\TOC.cs" />
<Compile Include="RPFLib\RPF7\DirectoryEntry.cs" />
<Compile Include="RPFLib\RPF7\File.cs" />
<Compile Include="RPFLib\RPF7\FileEntry.cs" />
<Compile Include="RPFLib\RPF7\Header.cs" />
<Compile Include="RPFLib\RPF7\MagicId.cs" />
<Compile Include="RPFLib\RPF7\TOC.cs" />
<Compile Include="RPFLib\RPF7\TOCEntry.cs" />
<Compile Include="RPFLib\Version3.cs" />
<Compile Include="RPFLib\Version6.cs" />
<Compile Include="RPFLib\Version4.cs" />
@ -356,18 +357,31 @@
<Compile Include="RPFLib\RPF3\Header.cs" />
<Compile Include="RPFLib\RPF3\MagicId.cs" />
<Compile Include="RPFLib\RPF3\TOC.cs" />
<Compile Include="Saving.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="RPFLib\Version7.cs" />
<Compile Include="Saving.cs" />
<Compile Include="Saving.Designer.cs">
<DependentUpon>Saving.cs</DependentUpon>
</Compile>
<Compile Include="TextureView.cs">
<SubType>Form</SubType>
<Compile Include="Viewers\xscView.cs" />
<Compile Include="Viewers\xscView.Designer.cs">
<DependentUpon>xscView.cs</DependentUpon>
</Compile>
<Compile Include="TextureView.Designer.cs">
<Compile Include="Viewers\StringsView.cs" />
<Compile Include="Viewers\StringsView.Designer.cs">
<DependentUpon>StringsView.cs</DependentUpon>
</Compile>
<Compile Include="Viewers\TextureView.cs" />
<Compile Include="Viewers\TextureView.Designer.cs">
<DependentUpon>TextureView.cs</DependentUpon>
</Compile>
<Compile Include="Viewers\TextView.cs" />
<Compile Include="Viewers\TextView.Designer.cs">
<DependentUpon>TextView.cs</DependentUpon>
</Compile>
<Compile Include="Viewers\xscViewV7.cs" />
<Compile Include="Viewers\xscViewV7.Designer.cs">
<DependentUpon>xscViewV7.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="aboutform.resx">
<DependentUpon>aboutform.cs</DependentUpon>
</EmbeddedResource>
@ -398,9 +412,18 @@
<EmbeddedResource Include="Saving.resx">
<DependentUpon>Saving.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TextureView.resx">
<EmbeddedResource Include="Viewers\xscView.resx">
<DependentUpon>xscView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Viewers\TextureView.resx">
<DependentUpon>TextureView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Viewers\TextView.resx">
<DependentUpon>TextView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Viewers\xscViewV7.resx">
<DependentUpon>xscViewV7.cs</DependentUpon>
</EmbeddedResource>
<None Include="Keys.ini">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
@ -445,8 +468,11 @@
<None Include="images\MC.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\save.png" />
<None Include="Resources\Save.jpg" />
<None Include="images\gtav.png" />
<Content Include="xcompress32.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="images\Home.PNG" />
<None Include="images\tick.png" />

View File

@ -1,5 +0,0 @@
[Keys]
RDR=
MP3=
MC=
GTAV=

Binary file not shown.

View File

@ -114,10 +114,11 @@
this.filelistview.Dock = System.Windows.Forms.DockStyle.Fill;
this.filelistview.FullRowSelect = true;
this.filelistview.HeaderUsesThemes = false;
this.filelistview.HideSelection = false;
this.filelistview.HighlightBackgroundColor = System.Drawing.Color.Black;
this.filelistview.HighlightForegroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
this.filelistview.HotItemStyle = this.hotItemStyle1;
this.filelistview.Location = new System.Drawing.Point(0, 22);
this.filelistview.Location = new System.Drawing.Point(0, 24);
this.filelistview.Name = "filelistview";
this.filelistview.ShowGroups = false;
this.filelistview.Size = new System.Drawing.Size(867, 545);
@ -158,34 +159,34 @@
this.btn_goto,
this.btn_delete});
this.popupMenu.Name = "popupMenu";
this.popupMenu.Size = new System.Drawing.Size(153, 92);
this.popupMenu.Size = new System.Drawing.Size(144, 92);
this.popupMenu.Opening += new System.ComponentModel.CancelEventHandler(this.popupMenu_Opening);
//
// btn_extract
//
this.btn_extract.Name = "btn_extract";
this.btn_extract.Size = new System.Drawing.Size(152, 22);
this.btn_extract.Size = new System.Drawing.Size(143, 22);
this.btn_extract.Text = "Extract";
this.btn_extract.Click += new System.EventHandler(this.btn_extract_Click);
//
// btn_replace
//
this.btn_replace.Name = "btn_replace";
this.btn_replace.Size = new System.Drawing.Size(152, 22);
this.btn_replace.Size = new System.Drawing.Size(143, 22);
this.btn_replace.Text = "Replace";
this.btn_replace.Click += new System.EventHandler(this.btn_replace_Click);
//
// btn_goto
//
this.btn_goto.Name = "btn_goto";
this.btn_goto.Size = new System.Drawing.Size(152, 22);
this.btn_goto.Size = new System.Drawing.Size(143, 22);
this.btn_goto.Text = "Go to Location";
this.btn_goto.Click += new System.EventHandler(this.btn_goto_Click);
//
// btn_delete
//
this.btn_delete.Name = "btn_delete";
this.btn_delete.Size = new System.Drawing.Size(152, 22);
this.btn_delete.Size = new System.Drawing.Size(143, 22);
this.btn_delete.Text = "Delete";
this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
//
@ -335,15 +336,14 @@
this.barStaticItem1.Caption = "Search";
this.barStaticItem1.Id = 22;
this.barStaticItem1.Name = "barStaticItem1";
this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
//
// tb_search
//
this.tb_search.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
this.tb_search.Edit = this.tb_searchEdit;
this.tb_search.EditWidth = 171;
this.tb_search.Id = 21;
this.tb_search.Name = "tb_search";
this.tb_search.Width = 171;
//
// tb_searchEdit
//
@ -356,27 +356,31 @@
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Size = new System.Drawing.Size(867, 22);
this.barDockControlTop.Manager = this.barManager;
this.barDockControlTop.Size = new System.Drawing.Size(867, 24);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 567);
this.barDockControlBottom.Location = new System.Drawing.Point(0, 569);
this.barDockControlBottom.Manager = this.barManager;
this.barDockControlBottom.Size = new System.Drawing.Size(867, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 22);
this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
this.barDockControlLeft.Manager = this.barManager;
this.barDockControlLeft.Size = new System.Drawing.Size(0, 545);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(867, 22);
this.barDockControlRight.Location = new System.Drawing.Point(867, 24);
this.barDockControlRight.Manager = this.barManager;
this.barDockControlRight.Size = new System.Drawing.Size(0, 545);
//
// barButtonItem2
@ -429,6 +433,7 @@
this.barDockControl5.CausesValidation = false;
this.barDockControl5.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControl5.Location = new System.Drawing.Point(0, 0);
this.barDockControl5.Manager = null;
this.barDockControl5.Size = new System.Drawing.Size(0, 0);
//
// barDockControl4
@ -436,6 +441,7 @@
this.barDockControl4.CausesValidation = false;
this.barDockControl4.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControl4.Location = new System.Drawing.Point(0, 0);
this.barDockControl4.Manager = null;
this.barDockControl4.Size = new System.Drawing.Size(0, 0);
//
// barDockControl6
@ -443,6 +449,7 @@
this.barDockControl6.CausesValidation = false;
this.barDockControl6.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControl6.Location = new System.Drawing.Point(0, 0);
this.barDockControl6.Manager = null;
this.barDockControl6.Size = new System.Drawing.Size(0, 0);
//
// barDockControl3
@ -450,6 +457,7 @@
this.barDockControl3.CausesValidation = false;
this.barDockControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControl3.Location = new System.Drawing.Point(0, 0);
this.barDockControl3.Manager = null;
this.barDockControl3.Size = new System.Drawing.Size(0, 0);
//
// barDockControl7
@ -457,6 +465,7 @@
this.barDockControl7.CausesValidation = false;
this.barDockControl7.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControl7.Location = new System.Drawing.Point(0, 0);
this.barDockControl7.Manager = null;
this.barDockControl7.Size = new System.Drawing.Size(0, 0);
//
// barDockControl8
@ -464,6 +473,7 @@
this.barDockControl8.CausesValidation = false;
this.barDockControl8.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControl8.Location = new System.Drawing.Point(0, 0);
this.barDockControl8.Manager = null;
this.barDockControl8.Size = new System.Drawing.Size(0, 0);
//
// barDockControl2
@ -471,6 +481,7 @@
this.barDockControl2.CausesValidation = false;
this.barDockControl2.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControl2.Location = new System.Drawing.Point(0, 0);
this.barDockControl2.Manager = null;
this.barDockControl2.Size = new System.Drawing.Size(0, 0);
//
// barDockControl9
@ -478,6 +489,7 @@
this.barDockControl9.CausesValidation = false;
this.barDockControl9.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControl9.Location = new System.Drawing.Point(0, 0);
this.barDockControl9.Manager = null;
this.barDockControl9.Size = new System.Drawing.Size(0, 0);
//
// barDockControl10
@ -485,6 +497,7 @@
this.barDockControl10.CausesValidation = false;
this.barDockControl10.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControl10.Location = new System.Drawing.Point(0, 0);
this.barDockControl10.Manager = null;
this.barDockControl10.Size = new System.Drawing.Size(0, 0);
//
// barDockControl11
@ -492,6 +505,7 @@
this.barDockControl11.CausesValidation = false;
this.barDockControl11.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControl11.Location = new System.Drawing.Point(0, 0);
this.barDockControl11.Manager = null;
this.barDockControl11.Size = new System.Drawing.Size(0, 0);
//
// bar1
@ -538,28 +552,32 @@
this.barDockControl15.CausesValidation = false;
this.barDockControl15.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControl15.Location = new System.Drawing.Point(0, 0);
this.barDockControl15.Manager = this.barManager2;
this.barDockControl15.Size = new System.Drawing.Size(867, 0);
//
// barDockControl16
//
this.barDockControl16.CausesValidation = false;
this.barDockControl16.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControl16.Location = new System.Drawing.Point(0, 567);
this.barDockControl16.Size = new System.Drawing.Size(867, 23);
this.barDockControl16.Location = new System.Drawing.Point(0, 569);
this.barDockControl16.Manager = this.barManager2;
this.barDockControl16.Size = new System.Drawing.Size(867, 21);
//
// barDockControl17
//
this.barDockControl17.CausesValidation = false;
this.barDockControl17.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControl17.Location = new System.Drawing.Point(0, 0);
this.barDockControl17.Size = new System.Drawing.Size(0, 567);
this.barDockControl17.Manager = this.barManager2;
this.barDockControl17.Size = new System.Drawing.Size(0, 569);
//
// barDockControl18
//
this.barDockControl18.CausesValidation = false;
this.barDockControl18.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControl18.Location = new System.Drawing.Point(867, 0);
this.barDockControl18.Size = new System.Drawing.Size(0, 567);
this.barDockControl18.Manager = this.barManager2;
this.barDockControl18.Size = new System.Drawing.Size(0, 569);
//
// barManager2
//
@ -589,7 +607,6 @@
//
// barButtonItem1
//
this.barButtonItem1.Id = -1;
this.barButtonItem1.Name = "barButtonItem1";
//
// mainForm
@ -606,7 +623,7 @@
this.Controls.Add(this.barDockControl18);
this.Controls.Add(this.barDockControl16);
this.Controls.Add(this.barDockControl15);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("mainForm.IconOptions.Icon")));
this.KeyPreview = true;
this.LookAndFeel.SkinName = "Sharp";
this.LookAndFeel.UseDefaultLookAndFeel = false;
@ -622,6 +639,7 @@
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}

View File

@ -126,8 +126,11 @@
<metadata name="barManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="barManager2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>491, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<data name="mainForm.IconOptions.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAUAAAAAAAEAIAAWMgAAVgAAADAwAAABACAAqCUAAGwyAAAgIAAAAQAgAKgQAAAUWAAAGBgAAAEA
IACICQAAvGgAABAQAAABACAAaAQAAERyAACJUE5HDQoaCgAAAA1JSERSAAABAAAAAQAIBgAAAFxyqGYA
@ -638,9 +641,6 @@
AAAAAAAAAAAAAAAAAAAAAAAAAAA=
</value>
</data>
<metadata name="barManager2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>491, 17</value>
</metadata>
<metadata name="barRenderer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>608, 17</value>
</metadata>