Перенос в новый проект
This commit is contained in:
parent
3e7005158b
commit
ede2cab3f9
63
.gitattributes
vendored
63
.gitattributes
vendored
@ -1,63 +0,0 @@
|
|||||||
###############################################################################
|
|
||||||
# Set default behavior to automatically normalize line endings.
|
|
||||||
###############################################################################
|
|
||||||
* text=auto
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
# Set default behavior for command prompt diff.
|
|
||||||
#
|
|
||||||
# This is need for earlier builds of msysgit that does not have it on by
|
|
||||||
# default for csharp files.
|
|
||||||
# Note: This is only used by command line
|
|
||||||
###############################################################################
|
|
||||||
#*.cs diff=csharp
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
# Set the merge driver for project and solution files
|
|
||||||
#
|
|
||||||
# Merging from the command prompt will add diff markers to the files if there
|
|
||||||
# are conflicts (Merging from VS is not affected by the settings below, in VS
|
|
||||||
# the diff markers are never inserted). Diff markers may cause the following
|
|
||||||
# file extensions to fail to load in VS. An alternative would be to treat
|
|
||||||
# these files as binary and thus will always conflict and require user
|
|
||||||
# intervention with every merge. To do so, just uncomment the entries below
|
|
||||||
###############################################################################
|
|
||||||
#*.sln merge=binary
|
|
||||||
#*.csproj merge=binary
|
|
||||||
#*.vbproj merge=binary
|
|
||||||
#*.vcxproj merge=binary
|
|
||||||
#*.vcproj merge=binary
|
|
||||||
#*.dbproj merge=binary
|
|
||||||
#*.fsproj merge=binary
|
|
||||||
#*.lsproj merge=binary
|
|
||||||
#*.wixproj merge=binary
|
|
||||||
#*.modelproj merge=binary
|
|
||||||
#*.sqlproj merge=binary
|
|
||||||
#*.wwaproj merge=binary
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
# behavior for image files
|
|
||||||
#
|
|
||||||
# image files are treated as binary by default.
|
|
||||||
###############################################################################
|
|
||||||
#*.jpg binary
|
|
||||||
#*.png binary
|
|
||||||
#*.gif binary
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
# diff behavior for common document formats
|
|
||||||
#
|
|
||||||
# Convert binary document formats to text before diffing them. This feature
|
|
||||||
# is only available from the command line. Turn it on by uncommenting the
|
|
||||||
# entries below.
|
|
||||||
###############################################################################
|
|
||||||
#*.doc diff=astextplain
|
|
||||||
#*.DOC diff=astextplain
|
|
||||||
#*.docx diff=astextplain
|
|
||||||
#*.DOCX diff=astextplain
|
|
||||||
#*.dot diff=astextplain
|
|
||||||
#*.DOT diff=astextplain
|
|
||||||
#*.pdf diff=astextplain
|
|
||||||
#*.PDF diff=astextplain
|
|
||||||
#*.rtf diff=astextplain
|
|
||||||
#*.RTF diff=astextplain
|
|
363
.gitignore
vendored
363
.gitignore
vendored
@ -1,363 +0,0 @@
|
|||||||
## Ignore Visual Studio temporary files, build results, and
|
|
||||||
## files generated by popular Visual Studio add-ons.
|
|
||||||
##
|
|
||||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
|
||||||
|
|
||||||
# User-specific files
|
|
||||||
*.rsuser
|
|
||||||
*.suo
|
|
||||||
*.user
|
|
||||||
*.userosscache
|
|
||||||
*.sln.docstates
|
|
||||||
|
|
||||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
||||||
*.userprefs
|
|
||||||
|
|
||||||
# Mono auto generated files
|
|
||||||
mono_crash.*
|
|
||||||
|
|
||||||
# Build results
|
|
||||||
[Dd]ebug/
|
|
||||||
[Dd]ebugPublic/
|
|
||||||
[Rr]elease/
|
|
||||||
[Rr]eleases/
|
|
||||||
x64/
|
|
||||||
x86/
|
|
||||||
[Ww][Ii][Nn]32/
|
|
||||||
[Aa][Rr][Mm]/
|
|
||||||
[Aa][Rr][Mm]64/
|
|
||||||
bld/
|
|
||||||
[Bb]in/
|
|
||||||
[Oo]bj/
|
|
||||||
[Oo]ut/
|
|
||||||
[Ll]og/
|
|
||||||
[Ll]ogs/
|
|
||||||
|
|
||||||
# Visual Studio 2015/2017 cache/options directory
|
|
||||||
.vs/
|
|
||||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
|
||||||
#wwwroot/
|
|
||||||
|
|
||||||
# Visual Studio 2017 auto generated files
|
|
||||||
Generated\ Files/
|
|
||||||
|
|
||||||
# MSTest test Results
|
|
||||||
[Tt]est[Rr]esult*/
|
|
||||||
[Bb]uild[Ll]og.*
|
|
||||||
|
|
||||||
# NUnit
|
|
||||||
*.VisualState.xml
|
|
||||||
TestResult.xml
|
|
||||||
nunit-*.xml
|
|
||||||
|
|
||||||
# Build Results of an ATL Project
|
|
||||||
[Dd]ebugPS/
|
|
||||||
[Rr]eleasePS/
|
|
||||||
dlldata.c
|
|
||||||
|
|
||||||
# Benchmark Results
|
|
||||||
BenchmarkDotNet.Artifacts/
|
|
||||||
|
|
||||||
# .NET Core
|
|
||||||
project.lock.json
|
|
||||||
project.fragment.lock.json
|
|
||||||
artifacts/
|
|
||||||
|
|
||||||
# ASP.NET Scaffolding
|
|
||||||
ScaffoldingReadMe.txt
|
|
||||||
|
|
||||||
# StyleCop
|
|
||||||
StyleCopReport.xml
|
|
||||||
|
|
||||||
# Files built by Visual Studio
|
|
||||||
*_i.c
|
|
||||||
*_p.c
|
|
||||||
*_h.h
|
|
||||||
*.ilk
|
|
||||||
*.meta
|
|
||||||
*.obj
|
|
||||||
*.iobj
|
|
||||||
*.pch
|
|
||||||
*.pdb
|
|
||||||
*.ipdb
|
|
||||||
*.pgc
|
|
||||||
*.pgd
|
|
||||||
*.rsp
|
|
||||||
*.sbr
|
|
||||||
*.tlb
|
|
||||||
*.tli
|
|
||||||
*.tlh
|
|
||||||
*.tmp
|
|
||||||
*.tmp_proj
|
|
||||||
*_wpftmp.csproj
|
|
||||||
*.log
|
|
||||||
*.vspscc
|
|
||||||
*.vssscc
|
|
||||||
.builds
|
|
||||||
*.pidb
|
|
||||||
*.svclog
|
|
||||||
*.scc
|
|
||||||
|
|
||||||
# Chutzpah Test files
|
|
||||||
_Chutzpah*
|
|
||||||
|
|
||||||
# Visual C++ cache files
|
|
||||||
ipch/
|
|
||||||
*.aps
|
|
||||||
*.ncb
|
|
||||||
*.opendb
|
|
||||||
*.opensdf
|
|
||||||
*.sdf
|
|
||||||
*.cachefile
|
|
||||||
*.VC.db
|
|
||||||
*.VC.VC.opendb
|
|
||||||
|
|
||||||
# Visual Studio profiler
|
|
||||||
*.psess
|
|
||||||
*.vsp
|
|
||||||
*.vspx
|
|
||||||
*.sap
|
|
||||||
|
|
||||||
# Visual Studio Trace Files
|
|
||||||
*.e2e
|
|
||||||
|
|
||||||
# TFS 2012 Local Workspace
|
|
||||||
$tf/
|
|
||||||
|
|
||||||
# Guidance Automation Toolkit
|
|
||||||
*.gpState
|
|
||||||
|
|
||||||
# ReSharper is a .NET coding add-in
|
|
||||||
_ReSharper*/
|
|
||||||
*.[Rr]e[Ss]harper
|
|
||||||
*.DotSettings.user
|
|
||||||
|
|
||||||
# TeamCity is a build add-in
|
|
||||||
_TeamCity*
|
|
||||||
|
|
||||||
# DotCover is a Code Coverage Tool
|
|
||||||
*.dotCover
|
|
||||||
|
|
||||||
# AxoCover is a Code Coverage Tool
|
|
||||||
.axoCover/*
|
|
||||||
!.axoCover/settings.json
|
|
||||||
|
|
||||||
# Coverlet is a free, cross platform Code Coverage Tool
|
|
||||||
coverage*.json
|
|
||||||
coverage*.xml
|
|
||||||
coverage*.info
|
|
||||||
|
|
||||||
# Visual Studio code coverage results
|
|
||||||
*.coverage
|
|
||||||
*.coveragexml
|
|
||||||
|
|
||||||
# NCrunch
|
|
||||||
_NCrunch_*
|
|
||||||
.*crunch*.local.xml
|
|
||||||
nCrunchTemp_*
|
|
||||||
|
|
||||||
# MightyMoose
|
|
||||||
*.mm.*
|
|
||||||
AutoTest.Net/
|
|
||||||
|
|
||||||
# Web workbench (sass)
|
|
||||||
.sass-cache/
|
|
||||||
|
|
||||||
# Installshield output folder
|
|
||||||
[Ee]xpress/
|
|
||||||
|
|
||||||
# DocProject is a documentation generator add-in
|
|
||||||
DocProject/buildhelp/
|
|
||||||
DocProject/Help/*.HxT
|
|
||||||
DocProject/Help/*.HxC
|
|
||||||
DocProject/Help/*.hhc
|
|
||||||
DocProject/Help/*.hhk
|
|
||||||
DocProject/Help/*.hhp
|
|
||||||
DocProject/Help/Html2
|
|
||||||
DocProject/Help/html
|
|
||||||
|
|
||||||
# Click-Once directory
|
|
||||||
publish/
|
|
||||||
|
|
||||||
# Publish Web Output
|
|
||||||
*.[Pp]ublish.xml
|
|
||||||
*.azurePubxml
|
|
||||||
# Note: Comment the next line if you want to checkin your web deploy settings,
|
|
||||||
# but database connection strings (with potential passwords) will be unencrypted
|
|
||||||
*.pubxml
|
|
||||||
*.publishproj
|
|
||||||
|
|
||||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
|
||||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
|
||||||
# in these scripts will be unencrypted
|
|
||||||
PublishScripts/
|
|
||||||
|
|
||||||
# NuGet Packages
|
|
||||||
*.nupkg
|
|
||||||
# NuGet Symbol Packages
|
|
||||||
*.snupkg
|
|
||||||
# The packages folder can be ignored because of Package Restore
|
|
||||||
**/[Pp]ackages/*
|
|
||||||
# except build/, which is used as an MSBuild target.
|
|
||||||
!**/[Pp]ackages/build/
|
|
||||||
# Uncomment if necessary however generally it will be regenerated when needed
|
|
||||||
#!**/[Pp]ackages/repositories.config
|
|
||||||
# NuGet v3's project.json files produces more ignorable files
|
|
||||||
*.nuget.props
|
|
||||||
*.nuget.targets
|
|
||||||
|
|
||||||
# Microsoft Azure Build Output
|
|
||||||
csx/
|
|
||||||
*.build.csdef
|
|
||||||
|
|
||||||
# Microsoft Azure Emulator
|
|
||||||
ecf/
|
|
||||||
rcf/
|
|
||||||
|
|
||||||
# Windows Store app package directories and files
|
|
||||||
AppPackages/
|
|
||||||
BundleArtifacts/
|
|
||||||
Package.StoreAssociation.xml
|
|
||||||
_pkginfo.txt
|
|
||||||
*.appx
|
|
||||||
*.appxbundle
|
|
||||||
*.appxupload
|
|
||||||
|
|
||||||
# Visual Studio cache files
|
|
||||||
# files ending in .cache can be ignored
|
|
||||||
*.[Cc]ache
|
|
||||||
# but keep track of directories ending in .cache
|
|
||||||
!?*.[Cc]ache/
|
|
||||||
|
|
||||||
# Others
|
|
||||||
ClientBin/
|
|
||||||
~$*
|
|
||||||
*~
|
|
||||||
*.dbmdl
|
|
||||||
*.dbproj.schemaview
|
|
||||||
*.jfm
|
|
||||||
*.pfx
|
|
||||||
*.publishsettings
|
|
||||||
orleans.codegen.cs
|
|
||||||
|
|
||||||
# Including strong name files can present a security risk
|
|
||||||
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
|
||||||
#*.snk
|
|
||||||
|
|
||||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
|
||||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
|
||||||
#bower_components/
|
|
||||||
|
|
||||||
# RIA/Silverlight projects
|
|
||||||
Generated_Code/
|
|
||||||
|
|
||||||
# Backup & report files from converting an old project file
|
|
||||||
# to a newer Visual Studio version. Backup files are not needed,
|
|
||||||
# because we have git ;-)
|
|
||||||
_UpgradeReport_Files/
|
|
||||||
Backup*/
|
|
||||||
UpgradeLog*.XML
|
|
||||||
UpgradeLog*.htm
|
|
||||||
ServiceFabricBackup/
|
|
||||||
*.rptproj.bak
|
|
||||||
|
|
||||||
# SQL Server files
|
|
||||||
*.mdf
|
|
||||||
*.ldf
|
|
||||||
*.ndf
|
|
||||||
|
|
||||||
# Business Intelligence projects
|
|
||||||
*.rdl.data
|
|
||||||
*.bim.layout
|
|
||||||
*.bim_*.settings
|
|
||||||
*.rptproj.rsuser
|
|
||||||
*- [Bb]ackup.rdl
|
|
||||||
*- [Bb]ackup ([0-9]).rdl
|
|
||||||
*- [Bb]ackup ([0-9][0-9]).rdl
|
|
||||||
|
|
||||||
# Microsoft Fakes
|
|
||||||
FakesAssemblies/
|
|
||||||
|
|
||||||
# GhostDoc plugin setting file
|
|
||||||
*.GhostDoc.xml
|
|
||||||
|
|
||||||
# Node.js Tools for Visual Studio
|
|
||||||
.ntvs_analysis.dat
|
|
||||||
node_modules/
|
|
||||||
|
|
||||||
# Visual Studio 6 build log
|
|
||||||
*.plg
|
|
||||||
|
|
||||||
# Visual Studio 6 workspace options file
|
|
||||||
*.opt
|
|
||||||
|
|
||||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
|
||||||
*.vbw
|
|
||||||
|
|
||||||
# Visual Studio LightSwitch build output
|
|
||||||
**/*.HTMLClient/GeneratedArtifacts
|
|
||||||
**/*.DesktopClient/GeneratedArtifacts
|
|
||||||
**/*.DesktopClient/ModelManifest.xml
|
|
||||||
**/*.Server/GeneratedArtifacts
|
|
||||||
**/*.Server/ModelManifest.xml
|
|
||||||
_Pvt_Extensions
|
|
||||||
|
|
||||||
# Paket dependency manager
|
|
||||||
.paket/paket.exe
|
|
||||||
paket-files/
|
|
||||||
|
|
||||||
# FAKE - F# Make
|
|
||||||
.fake/
|
|
||||||
|
|
||||||
# CodeRush personal settings
|
|
||||||
.cr/personal
|
|
||||||
|
|
||||||
# Python Tools for Visual Studio (PTVS)
|
|
||||||
__pycache__/
|
|
||||||
*.pyc
|
|
||||||
|
|
||||||
# Cake - Uncomment if you are using it
|
|
||||||
# tools/**
|
|
||||||
# !tools/packages.config
|
|
||||||
|
|
||||||
# Tabs Studio
|
|
||||||
*.tss
|
|
||||||
|
|
||||||
# Telerik's JustMock configuration file
|
|
||||||
*.jmconfig
|
|
||||||
|
|
||||||
# BizTalk build output
|
|
||||||
*.btp.cs
|
|
||||||
*.btm.cs
|
|
||||||
*.odx.cs
|
|
||||||
*.xsd.cs
|
|
||||||
|
|
||||||
# OpenCover UI analysis results
|
|
||||||
OpenCover/
|
|
||||||
|
|
||||||
# Azure Stream Analytics local run output
|
|
||||||
ASALocalRun/
|
|
||||||
|
|
||||||
# MSBuild Binary and Structured Log
|
|
||||||
*.binlog
|
|
||||||
|
|
||||||
# NVidia Nsight GPU debugger configuration file
|
|
||||||
*.nvuser
|
|
||||||
|
|
||||||
# MFractors (Xamarin productivity tool) working folder
|
|
||||||
.mfractor/
|
|
||||||
|
|
||||||
# Local History for Visual Studio
|
|
||||||
.localhistory/
|
|
||||||
|
|
||||||
# BeatPulse healthcheck temp database
|
|
||||||
healthchecksdb
|
|
||||||
|
|
||||||
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
|
||||||
MigrationBackup/
|
|
||||||
|
|
||||||
# Ionide (cross platform F# VS Code tools) working folder
|
|
||||||
.ionide/
|
|
||||||
|
|
||||||
# Fody - auto-generated XML schema
|
|
||||||
FodyWeavers.xsd
|
|
BIN
.vs/GtaVUsersInfo/DesignTimeBuild/.dtbcache.v2
Normal file
BIN
.vs/GtaVUsersInfo/DesignTimeBuild/.dtbcache.v2
Normal file
Binary file not shown.
0
.vs/GtaVUsersInfo/FileContentIndex/read.lock
Normal file
0
.vs/GtaVUsersInfo/FileContentIndex/read.lock
Normal file
BIN
.vs/GtaVUsersInfo/v17/.futdcache.v2
Normal file
BIN
.vs/GtaVUsersInfo/v17/.futdcache.v2
Normal file
Binary file not shown.
BIN
.vs/GtaVUsersInfo/v17/.suo
Normal file
BIN
.vs/GtaVUsersInfo/v17/.suo
Normal file
Binary file not shown.
BIN
.vs/GtaVUsersInfo1/DesignTimeBuild/.dtbcache.v2
Normal file
BIN
.vs/GtaVUsersInfo1/DesignTimeBuild/.dtbcache.v2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0
.vs/GtaVUsersInfo1/FileContentIndex/read.lock
Normal file
0
.vs/GtaVUsersInfo1/FileContentIndex/read.lock
Normal file
BIN
.vs/GtaVUsersInfo1/v17/.futdcache.v2
Normal file
BIN
.vs/GtaVUsersInfo1/v17/.futdcache.v2
Normal file
Binary file not shown.
BIN
.vs/GtaVUsersInfo1/v17/.suo
Normal file
BIN
.vs/GtaVUsersInfo1/v17/.suo
Normal file
Binary file not shown.
BIN
.vs/ProjectEvaluation/gtavusersinfo.metadata.v7.bin
Normal file
BIN
.vs/ProjectEvaluation/gtavusersinfo.metadata.v7.bin
Normal file
Binary file not shown.
BIN
.vs/ProjectEvaluation/gtavusersinfo.projects.v7.bin
Normal file
BIN
.vs/ProjectEvaluation/gtavusersinfo.projects.v7.bin
Normal file
Binary file not shown.
BIN
.vs/ProjectEvaluation/gtavusersinfo1.metadata.v7.bin
Normal file
BIN
.vs/ProjectEvaluation/gtavusersinfo1.metadata.v7.bin
Normal file
Binary file not shown.
BIN
.vs/ProjectEvaluation/gtavusersinfo1.projects.v7.bin
Normal file
BIN
.vs/ProjectEvaluation/gtavusersinfo1.projects.v7.bin
Normal file
Binary file not shown.
18
App.config
18
App.config
@ -1,18 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
<startup>
|
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
|
||||||
</startup>
|
|
||||||
<runtime>
|
|
||||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
||||||
<dependentAssembly>
|
|
||||||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
||||||
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
||||||
</dependentAssembly>
|
|
||||||
<dependentAssembly>
|
|
||||||
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
||||||
<bindingRedirect oldVersion="0.0.0.0-8.0.0.4" newVersion="8.0.0.4" />
|
|
||||||
</dependentAssembly>
|
|
||||||
</assemblyBinding>
|
|
||||||
</runtime>
|
|
||||||
</configuration>
|
|
@ -1,219 +1,32 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
||||||
<ProjectGuid>{BFBE9B7B-A5E2-4DAE-BC39-C675D0ABBCCE}</ProjectGuid>
|
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<RootNamespace>GtaVUsersInfo</RootNamespace>
|
<TargetFramework>net7.0-windows</TargetFramework>
|
||||||
<AssemblyName>GtaVUsersInfo</AssemblyName>
|
<Nullable>enable</Nullable>
|
||||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
<FileAlignment>512</FileAlignment>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
||||||
<Deterministic>true</Deterministic>
|
|
||||||
<NuGetPackageImportStamp>
|
|
||||||
</NuGetPackageImportStamp>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
||||||
<DebugSymbols>true</DebugSymbols>
|
|
||||||
<DebugType>full</DebugType>
|
|
||||||
<Optimize>false</Optimize>
|
|
||||||
<OutputPath>bin\Debug\</OutputPath>
|
|
||||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
||||||
<ErrorReport>prompt</ErrorReport>
|
|
||||||
<WarningLevel>4</WarningLevel>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
||||||
<DebugType>pdbonly</DebugType>
|
|
||||||
<Optimize>true</Optimize>
|
|
||||||
<OutputPath>bin\Release\</OutputPath>
|
|
||||||
<DefineConstants>TRACE</DefineConstants>
|
|
||||||
<ErrorReport>prompt</ErrorReport>
|
|
||||||
<WarningLevel>4</WarningLevel>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="HtmlAgilityPack, Version=1.11.67.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
|
<PackageReference Include="HtmlAgilityPack" Version="1.11.67" />
|
||||||
<HintPath>packages\HtmlAgilityPack.1.11.67\lib\Net45\HtmlAgilityPack.dll</HintPath>
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||||
</Reference>
|
<PackageReference Include="Selenium.WebDriver" Version="4.25.0" />
|
||||||
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
||||||
<HintPath>packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
||||||
<HintPath>packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System" />
|
|
||||||
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
||||||
<HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System.Core" />
|
|
||||||
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
||||||
<HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System.Numerics" />
|
|
||||||
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
||||||
<HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
||||||
<HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
||||||
<HintPath>packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System.Text.Json, Version=8.0.0.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
||||||
<HintPath>packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
||||||
<HintPath>packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
||||||
<HintPath>packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System.Xml.Linq" />
|
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
|
||||||
<Reference Include="Microsoft.CSharp" />
|
|
||||||
<Reference Include="System.Data" />
|
|
||||||
<Reference Include="System.Deployment" />
|
|
||||||
<Reference Include="System.Drawing" />
|
|
||||||
<Reference Include="System.Net.Http" />
|
|
||||||
<Reference Include="System.Windows.Forms" />
|
|
||||||
<Reference Include="System.Xml" />
|
|
||||||
<Reference Include="WebDriver, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
||||||
<HintPath>packages\Selenium.WebDriver.4.25.0\lib\netstandard2.0\WebDriver.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Controls\CarItemMenuStrip.cs">
|
<Compile Update="Resources.Designer.cs">
|
||||||
<SubType>UserControl</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Controls\CarItemMenuStrip.Designer.cs">
|
|
||||||
<DependentUpon>CarItemMenuStrip.cs</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Controls\CarPanelMenuStrip.cs">
|
|
||||||
<SubType>UserControl</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Controls\CarPanelMenuStrip.Designer.cs">
|
|
||||||
<DependentUpon>CarPanelMenuStrip.cs</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Controls\ParameterPanelMenuStrip.cs">
|
|
||||||
<SubType>UserControl</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Controls\ParameterPanelMenuStrip.Designer.cs">
|
|
||||||
<DependentUpon>ParameterPanelMenuStrip.cs</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Controls\ParameterItemMenuStrip.cs">
|
|
||||||
<SubType>UserControl</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Controls\ParameterItemMenuStrip.Designer.cs">
|
|
||||||
<DependentUpon>ParameterItemMenuStrip.cs</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Forms\AddCars.cs">
|
|
||||||
<SubType>Form</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Forms\AddCars.Designer.cs">
|
|
||||||
<DependentUpon>AddCars.cs</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Car.cs" />
|
|
||||||
<Compile Include="Parameter.cs" />
|
|
||||||
<Compile Include="Controls\CarControl.cs">
|
|
||||||
<SubType>UserControl</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Controls\CarControl.Designer.cs">
|
|
||||||
<DependentUpon>CarControl.cs</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Forms\AddParameter.cs">
|
|
||||||
<SubType>Form</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Forms\AddParameter.Designer.cs">
|
|
||||||
<DependentUpon>AddParameter.cs</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Helpers\Cars_Parameters.cs" />
|
|
||||||
<Compile Include="Helpers\ErrorsShow.cs" />
|
|
||||||
<Compile Include="MainForm.cs">
|
|
||||||
<SubType>Form</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="MainForm.Designer.cs">
|
|
||||||
<DependentUpon>MainForm.cs</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Helpers\CarParser.cs" />
|
|
||||||
<Compile Include="Program.cs" />
|
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
||||||
<Compile Include="Controls\ParameterControl.cs">
|
|
||||||
<SubType>UserControl</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Controls\ParameterControl.Designer.cs">
|
|
||||||
<DependentUpon>ParameterControl.cs</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Resources.Designer.cs">
|
|
||||||
<AutoGen>True</AutoGen>
|
|
||||||
<DesignTime>True</DesignTime>
|
<DesignTime>True</DesignTime>
|
||||||
<DependentUpon>Resources.resx</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Sources\FontSettings.cs" />
|
|
||||||
<EmbeddedResource Include="Controls\CarItemMenuStrip.resx">
|
|
||||||
<DependentUpon>CarItemMenuStrip.cs</DependentUpon>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<EmbeddedResource Include="Controls\CarPanelMenuStrip.resx">
|
|
||||||
<DependentUpon>CarPanelMenuStrip.cs</DependentUpon>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<EmbeddedResource Include="Controls\ParameterPanelMenuStrip.resx">
|
|
||||||
<DependentUpon>ParameterPanelMenuStrip.cs</DependentUpon>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<EmbeddedResource Include="Controls\ParameterItemMenuStrip.resx">
|
|
||||||
<DependentUpon>ParameterItemMenuStrip.cs</DependentUpon>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<EmbeddedResource Include="Forms\AddCars.resx">
|
|
||||||
<DependentUpon>AddCars.cs</DependentUpon>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<EmbeddedResource Include="Controls\CarControl.resx">
|
|
||||||
<DependentUpon>CarControl.cs</DependentUpon>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<EmbeddedResource Include="Forms\AddParameter.resx">
|
|
||||||
<DependentUpon>AddParameter.cs</DependentUpon>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<EmbeddedResource Include="MainForm.resx">
|
|
||||||
<DependentUpon>MainForm.cs</DependentUpon>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<EmbeddedResource Include="Properties\Resources.resx">
|
|
||||||
<Generator>ResXFileCodeGenerator</Generator>
|
|
||||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
||||||
<SubType>Designer</SubType>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<Compile Include="Properties\Resources.Designer.cs">
|
|
||||||
<AutoGen>True</AutoGen>
|
<AutoGen>True</AutoGen>
|
||||||
<DependentUpon>Resources.resx</DependentUpon>
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<EmbeddedResource Include="Controls\ParameterControl.resx">
|
|
||||||
<DependentUpon>ParameterControl.cs</DependentUpon>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<EmbeddedResource Include="Resources.resx">
|
|
||||||
<Generator>ResXFileCodeGenerator</Generator>
|
|
||||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
||||||
</EmbeddedResource>
|
|
||||||
<None Include="bin\Debug\data\cars.json" />
|
|
||||||
<None Include="packages.config" />
|
|
||||||
<None Include="Properties\Settings.settings">
|
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
|
||||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
||||||
</None>
|
|
||||||
<Compile Include="Properties\Settings.Designer.cs">
|
|
||||||
<AutoGen>True</AutoGen>
|
|
||||||
<DependentUpon>Settings.settings</DependentUpon>
|
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
||||||
</Compile>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="App.config" />
|
<EmbeddedResource Update="Resources.resx">
|
||||||
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||||
|
</EmbeddedResource>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup />
|
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
||||||
<Import Project="packages\Selenium.WebDriver.4.25.0\build\Selenium.WebDriver.targets" Condition="Exists('packages\Selenium.WebDriver.4.25.0\build\Selenium.WebDriver.targets')" />
|
|
||||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
||||||
<PropertyGroup>
|
|
||||||
<ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Error Condition="!Exists('packages\Selenium.WebDriver.4.25.0\build\Selenium.WebDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Selenium.WebDriver.4.25.0\build\Selenium.WebDriver.targets'))" />
|
|
||||||
</Target>
|
|
||||||
</Project>
|
</Project>
|
32
GtaVUsersInfo.csproj.user
Normal file
32
GtaVUsersInfo.csproj.user
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Update="Controls\CarControl.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Update="Controls\CarItemMenuStrip.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Update="Controls\CarPanelMenuStrip.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Update="Controls\ParameterControl.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Update="Controls\ParameterItemMenuStrip.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Update="Controls\ParameterPanelMenuStrip.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Update="Forms\AddCars.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Update="Forms\AddParameter.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Update="MainForm.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||||||
# Visual Studio Version 17
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 17.6.33723.286
|
VisualStudioVersion = 17.6.33723.286
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GtaVUsersInfo", "GtaVUsersInfo.csproj", "{BFBE9B7B-A5E2-4DAE-BC39-C675D0ABBCCE}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GtaVUsersInfo", "GtaVUsersInfo.csproj", "{C07DADE0-1ED4-4C1B-B14F-5AE75A3E59DD}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
@ -11,15 +11,15 @@ Global
|
|||||||
Release|Any CPU = Release|Any CPU
|
Release|Any CPU = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{BFBE9B7B-A5E2-4DAE-BC39-C675D0ABBCCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{C07DADE0-1ED4-4C1B-B14F-5AE75A3E59DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{BFBE9B7B-A5E2-4DAE-BC39-C675D0ABBCCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{C07DADE0-1ED4-4C1B-B14F-5AE75A3E59DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{BFBE9B7B-A5E2-4DAE-BC39-C675D0ABBCCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{C07DADE0-1ED4-4C1B-B14F-5AE75A3E59DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{BFBE9B7B-A5E2-4DAE-BC39-C675D0ABBCCE}.Release|Any CPU.Build.0 = Release|Any CPU
|
{C07DADE0-1ED4-4C1B-B14F-5AE75A3E59DD}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
SolutionGuid = {09C63D68-7915-4983-A077-639F664BA894}
|
SolutionGuid = {9289FE2B-956F-4979-88E2-4239BE1EEE84}
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
10
LICENSE
10
LICENSE
@ -1,10 +0,0 @@
|
|||||||
This is free and unencumbered software released into the public domain.
|
|
||||||
|
|
||||||
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
|
|
||||||
|
|
||||||
In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and
|
|
||||||
successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
|
|
||||||
For more information, please refer to <http://unlicense.org/>
|
|
694
MainForm.Designer.cs
generated
694
MainForm.Designer.cs
generated
@ -28,434 +28,430 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
this.panel1 = new System.Windows.Forms.Panel();
|
panel1 = new Panel();
|
||||||
this.debugCheck = new System.Windows.Forms.CheckBox();
|
debugCheck = new CheckBox();
|
||||||
this.panel2 = new System.Windows.Forms.Panel();
|
panel2 = new Panel();
|
||||||
this.buttonsPanel = new System.Windows.Forms.Panel();
|
buttonsPanel = new Panel();
|
||||||
this.readJsonButton = new System.Windows.Forms.Button();
|
readJsonButton = new Button();
|
||||||
this.addParameter = new System.Windows.Forms.Button();
|
addParameter = new Button();
|
||||||
this.parserButton = new System.Windows.Forms.Button();
|
parserButton = new Button();
|
||||||
this.addCar = new System.Windows.Forms.Button();
|
addCar = new Button();
|
||||||
this.addParametrLabel = new System.Windows.Forms.Label();
|
addParametrLabel = new Label();
|
||||||
this.parametersPanel = new System.Windows.Forms.Panel();
|
parametersPanel = new Panel();
|
||||||
this.menuStrip = new System.Windows.Forms.MenuStrip();
|
menuStrip = new MenuStrip();
|
||||||
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
fileToolStripMenuItem = new ToolStripMenuItem();
|
||||||
this.openFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
openFileToolStripMenuItem = new ToolStripMenuItem();
|
||||||
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
saveToolStripMenuItem = new ToolStripMenuItem();
|
||||||
this.saveAsКакToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
saveAsКакToolStripMenuItem = new ToolStripMenuItem();
|
||||||
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
toolStripSeparator2 = new ToolStripSeparator();
|
||||||
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
newToolStripMenuItem = new ToolStripMenuItem();
|
||||||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
toolStripSeparator1 = new ToolStripSeparator();
|
||||||
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
exitToolStripMenuItem = new ToolStripMenuItem();
|
||||||
this.styleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
styleToolStripMenuItem = new ToolStripMenuItem();
|
||||||
this.textToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
textToolStripMenuItem = new ToolStripMenuItem();
|
||||||
this.colorTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
colorTextToolStripMenuItem = new ToolStripMenuItem();
|
||||||
this.styleTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
styleTextToolStripMenuItem = new ToolStripMenuItem();
|
||||||
this.colorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
toolStripSeparator3 = new ToolStripSeparator();
|
||||||
this.buttonPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
defaultToolStripMenuItem = new ToolStripMenuItem();
|
||||||
this.parameterPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
colorToolStripMenuItem = new ToolStripMenuItem();
|
||||||
this.carPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
buttonPanelToolStripMenuItem = new ToolStripMenuItem();
|
||||||
this.top_downPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
parameterPanelToolStripMenuItem = new ToolStripMenuItem();
|
||||||
this.splitterLeft = new System.Windows.Forms.Splitter();
|
carPanelToolStripMenuItem = new ToolStripMenuItem();
|
||||||
this.splitterRigth = new System.Windows.Forms.Splitter();
|
top_downPanelToolStripMenuItem = new ToolStripMenuItem();
|
||||||
this.carsPanel = new System.Windows.Forms.Panel();
|
splitterLeft = new Splitter();
|
||||||
this.carsItems = new System.Windows.Forms.FlowLayoutPanel();
|
splitterRigth = new Splitter();
|
||||||
this.defaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
carsPanel = new Panel();
|
||||||
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
carsItems = new FlowLayoutPanel();
|
||||||
this.panel1.SuspendLayout();
|
panel1.SuspendLayout();
|
||||||
this.buttonsPanel.SuspendLayout();
|
buttonsPanel.SuspendLayout();
|
||||||
this.menuStrip.SuspendLayout();
|
menuStrip.SuspendLayout();
|
||||||
this.carsPanel.SuspendLayout();
|
carsPanel.SuspendLayout();
|
||||||
this.SuspendLayout();
|
SuspendLayout();
|
||||||
//
|
//
|
||||||
// panel1
|
// panel1
|
||||||
//
|
//
|
||||||
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
panel1.BorderStyle = BorderStyle.FixedSingle;
|
||||||
this.panel1.Controls.Add(this.debugCheck);
|
panel1.Controls.Add(debugCheck);
|
||||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
panel1.Dock = DockStyle.Top;
|
||||||
this.panel1.Location = new System.Drawing.Point(0, 24);
|
panel1.Location = new Point(0, 24);
|
||||||
this.panel1.Name = "panel1";
|
panel1.Margin = new Padding(4, 3, 4, 3);
|
||||||
this.panel1.Size = new System.Drawing.Size(764, 20);
|
panel1.Name = "panel1";
|
||||||
this.panel1.TabIndex = 0;
|
panel1.Size = new Size(891, 23);
|
||||||
|
panel1.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// debugCheck
|
// debugCheck
|
||||||
//
|
//
|
||||||
this.debugCheck.AutoSize = true;
|
debugCheck.AutoSize = true;
|
||||||
this.debugCheck.Dock = System.Windows.Forms.DockStyle.Right;
|
debugCheck.Dock = DockStyle.Right;
|
||||||
this.debugCheck.Location = new System.Drawing.Point(747, 0);
|
debugCheck.Location = new Point(874, 0);
|
||||||
this.debugCheck.Name = "debugCheck";
|
debugCheck.Margin = new Padding(4, 3, 4, 3);
|
||||||
this.debugCheck.Size = new System.Drawing.Size(15, 18);
|
debugCheck.Name = "debugCheck";
|
||||||
this.debugCheck.TabIndex = 0;
|
debugCheck.Size = new Size(15, 21);
|
||||||
this.debugCheck.UseVisualStyleBackColor = true;
|
debugCheck.TabIndex = 0;
|
||||||
this.debugCheck.CheckedChanged += new System.EventHandler(this.debugCheck_CheckedChanged);
|
debugCheck.UseVisualStyleBackColor = true;
|
||||||
|
debugCheck.CheckedChanged += debugCheck_CheckedChanged;
|
||||||
//
|
//
|
||||||
// panel2
|
// panel2
|
||||||
//
|
//
|
||||||
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
panel2.BorderStyle = BorderStyle.FixedSingle;
|
||||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
panel2.Dock = DockStyle.Bottom;
|
||||||
this.panel2.Location = new System.Drawing.Point(0, 463);
|
panel2.Location = new Point(0, 534);
|
||||||
this.panel2.Name = "panel2";
|
panel2.Margin = new Padding(4, 3, 4, 3);
|
||||||
this.panel2.Size = new System.Drawing.Size(764, 20);
|
panel2.Name = "panel2";
|
||||||
this.panel2.TabIndex = 1;
|
panel2.Size = new Size(891, 23);
|
||||||
|
panel2.TabIndex = 1;
|
||||||
//
|
//
|
||||||
// buttonsPanel
|
// buttonsPanel
|
||||||
//
|
//
|
||||||
this.buttonsPanel.AutoScroll = true;
|
buttonsPanel.AutoScroll = true;
|
||||||
this.buttonsPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
buttonsPanel.BorderStyle = BorderStyle.FixedSingle;
|
||||||
this.buttonsPanel.Controls.Add(this.readJsonButton);
|
buttonsPanel.Controls.Add(readJsonButton);
|
||||||
this.buttonsPanel.Controls.Add(this.addParameter);
|
buttonsPanel.Controls.Add(addParameter);
|
||||||
this.buttonsPanel.Controls.Add(this.parserButton);
|
buttonsPanel.Controls.Add(parserButton);
|
||||||
this.buttonsPanel.Controls.Add(this.addCar);
|
buttonsPanel.Controls.Add(addCar);
|
||||||
this.buttonsPanel.Controls.Add(this.addParametrLabel);
|
buttonsPanel.Controls.Add(addParametrLabel);
|
||||||
this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Left;
|
buttonsPanel.Dock = DockStyle.Left;
|
||||||
this.buttonsPanel.Location = new System.Drawing.Point(0, 44);
|
buttonsPanel.Location = new Point(0, 47);
|
||||||
this.buttonsPanel.MinimumSize = new System.Drawing.Size(100, 100);
|
buttonsPanel.Margin = new Padding(4, 3, 4, 3);
|
||||||
this.buttonsPanel.Name = "buttonsPanel";
|
buttonsPanel.MinimumSize = new Size(116, 115);
|
||||||
this.buttonsPanel.Padding = new System.Windows.Forms.Padding(3);
|
buttonsPanel.Name = "buttonsPanel";
|
||||||
this.buttonsPanel.Size = new System.Drawing.Size(116, 419);
|
buttonsPanel.Padding = new Padding(4, 3, 4, 3);
|
||||||
this.buttonsPanel.TabIndex = 2;
|
buttonsPanel.Size = new Size(135, 487);
|
||||||
|
buttonsPanel.TabIndex = 2;
|
||||||
//
|
//
|
||||||
// readJsonButton
|
// readJsonButton
|
||||||
//
|
//
|
||||||
this.readJsonButton.AutoSize = true;
|
readJsonButton.AutoSize = true;
|
||||||
this.readJsonButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
readJsonButton.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
||||||
this.readJsonButton.Dock = System.Windows.Forms.DockStyle.Bottom;
|
readJsonButton.Dock = DockStyle.Bottom;
|
||||||
this.readJsonButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
readJsonButton.Font = new Font("Microsoft Sans Serif", 6.75F, FontStyle.Regular, GraphicsUnit.Point);
|
||||||
this.readJsonButton.Location = new System.Drawing.Point(3, 370);
|
readJsonButton.Location = new Point(4, 438);
|
||||||
this.readJsonButton.Name = "readJsonButton";
|
readJsonButton.Margin = new Padding(4, 3, 4, 3);
|
||||||
this.readJsonButton.Size = new System.Drawing.Size(108, 22);
|
readJsonButton.Name = "readJsonButton";
|
||||||
this.readJsonButton.TabIndex = 5;
|
readJsonButton.Size = new Size(125, 22);
|
||||||
this.readJsonButton.Text = "Считать json";
|
readJsonButton.TabIndex = 5;
|
||||||
this.readJsonButton.UseVisualStyleBackColor = true;
|
readJsonButton.Text = "Считать json";
|
||||||
this.readJsonButton.Click += new System.EventHandler(this.readJsonButton_Click);
|
readJsonButton.UseVisualStyleBackColor = true;
|
||||||
|
readJsonButton.Click += readJsonButton_Click;
|
||||||
//
|
//
|
||||||
// addParameter
|
// addParameter
|
||||||
//
|
//
|
||||||
this.addParameter.AutoSize = true;
|
addParameter.AutoSize = true;
|
||||||
this.addParameter.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
addParameter.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
||||||
this.addParameter.Dock = System.Windows.Forms.DockStyle.Top;
|
addParameter.Dock = DockStyle.Top;
|
||||||
this.addParameter.FlatAppearance.BorderSize = 0;
|
addParameter.FlatAppearance.BorderSize = 0;
|
||||||
this.addParameter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
addParameter.FlatStyle = FlatStyle.Flat;
|
||||||
this.addParameter.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
addParameter.Font = new Font("Microsoft Sans Serif", 9.75F, FontStyle.Regular, GraphicsUnit.Point);
|
||||||
this.addParameter.Location = new System.Drawing.Point(3, 48);
|
addParameter.Location = new Point(4, 48);
|
||||||
this.addParameter.Name = "addParameter";
|
addParameter.Margin = new Padding(4, 3, 4, 3);
|
||||||
this.addParameter.Size = new System.Drawing.Size(108, 26);
|
addParameter.Name = "addParameter";
|
||||||
this.addParameter.TabIndex = 4;
|
addParameter.Size = new Size(125, 26);
|
||||||
this.addParameter.Text = "Параметр";
|
addParameter.TabIndex = 4;
|
||||||
this.addParameter.UseVisualStyleBackColor = true;
|
addParameter.Text = "Параметр";
|
||||||
this.addParameter.Click += new System.EventHandler(this.addParameter_Click);
|
addParameter.UseVisualStyleBackColor = true;
|
||||||
|
addParameter.Click += addParameter_Click;
|
||||||
//
|
//
|
||||||
// parserButton
|
// parserButton
|
||||||
//
|
//
|
||||||
this.parserButton.AutoSize = true;
|
parserButton.AutoSize = true;
|
||||||
this.parserButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
parserButton.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
||||||
this.parserButton.Dock = System.Windows.Forms.DockStyle.Bottom;
|
parserButton.Dock = DockStyle.Bottom;
|
||||||
this.parserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
parserButton.Font = new Font("Microsoft Sans Serif", 6.75F, FontStyle.Regular, GraphicsUnit.Point);
|
||||||
this.parserButton.Location = new System.Drawing.Point(3, 392);
|
parserButton.Location = new Point(4, 460);
|
||||||
this.parserButton.Name = "parserButton";
|
parserButton.Margin = new Padding(4, 3, 4, 3);
|
||||||
this.parserButton.Size = new System.Drawing.Size(108, 22);
|
parserButton.Name = "parserButton";
|
||||||
this.parserButton.TabIndex = 3;
|
parserButton.Size = new Size(125, 22);
|
||||||
this.parserButton.Text = "Парсинг";
|
parserButton.TabIndex = 3;
|
||||||
this.parserButton.UseVisualStyleBackColor = true;
|
parserButton.Text = "Парсинг";
|
||||||
this.parserButton.Click += new System.EventHandler(this.parserButton_Click);
|
parserButton.UseVisualStyleBackColor = true;
|
||||||
|
parserButton.Click += parserButton_Click;
|
||||||
//
|
//
|
||||||
// addCar
|
// addCar
|
||||||
//
|
//
|
||||||
this.addCar.AutoSize = true;
|
addCar.AutoSize = true;
|
||||||
this.addCar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
addCar.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
||||||
this.addCar.Dock = System.Windows.Forms.DockStyle.Top;
|
addCar.Dock = DockStyle.Top;
|
||||||
this.addCar.FlatAppearance.BorderSize = 0;
|
addCar.FlatAppearance.BorderSize = 0;
|
||||||
this.addCar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
addCar.FlatStyle = FlatStyle.Flat;
|
||||||
this.addCar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
addCar.Font = new Font("Microsoft Sans Serif", 9.75F, FontStyle.Regular, GraphicsUnit.Point);
|
||||||
this.addCar.Location = new System.Drawing.Point(3, 22);
|
addCar.Location = new Point(4, 22);
|
||||||
this.addCar.Name = "addCar";
|
addCar.Margin = new Padding(4, 3, 4, 3);
|
||||||
this.addCar.Size = new System.Drawing.Size(108, 26);
|
addCar.Name = "addCar";
|
||||||
this.addCar.TabIndex = 2;
|
addCar.Size = new Size(125, 26);
|
||||||
this.addCar.Text = "Автомобиль";
|
addCar.TabIndex = 2;
|
||||||
this.addCar.UseVisualStyleBackColor = true;
|
addCar.Text = "Автомобиль";
|
||||||
this.addCar.Click += new System.EventHandler(this.addCar_Click);
|
addCar.UseVisualStyleBackColor = true;
|
||||||
|
addCar.Click += addCar_Click;
|
||||||
//
|
//
|
||||||
// addParametrLabel
|
// addParametrLabel
|
||||||
//
|
//
|
||||||
this.addParametrLabel.AutoSize = true;
|
addParametrLabel.AutoSize = true;
|
||||||
this.addParametrLabel.Dock = System.Windows.Forms.DockStyle.Top;
|
addParametrLabel.Dock = DockStyle.Top;
|
||||||
this.addParametrLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
addParametrLabel.Font = new Font("Microsoft Sans Serif", 8.25F, FontStyle.Regular, GraphicsUnit.Point);
|
||||||
this.addParametrLabel.Location = new System.Drawing.Point(3, 3);
|
addParametrLabel.Location = new Point(4, 3);
|
||||||
this.addParametrLabel.Name = "addParametrLabel";
|
addParametrLabel.Margin = new Padding(4, 0, 4, 0);
|
||||||
this.addParametrLabel.Padding = new System.Windows.Forms.Padding(3);
|
addParametrLabel.Name = "addParametrLabel";
|
||||||
this.addParametrLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
addParametrLabel.Padding = new Padding(4, 3, 4, 3);
|
||||||
this.addParametrLabel.Size = new System.Drawing.Size(66, 19);
|
addParametrLabel.RightToLeft = RightToLeft.No;
|
||||||
this.addParametrLabel.TabIndex = 1;
|
addParametrLabel.Size = new Size(68, 19);
|
||||||
this.addParametrLabel.Text = "Добавить:";
|
addParametrLabel.TabIndex = 1;
|
||||||
|
addParametrLabel.Text = "Добавить:";
|
||||||
//
|
//
|
||||||
// parametersPanel
|
// parametersPanel
|
||||||
//
|
//
|
||||||
this.parametersPanel.AutoScroll = true;
|
parametersPanel.AutoScroll = true;
|
||||||
this.parametersPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
parametersPanel.BorderStyle = BorderStyle.FixedSingle;
|
||||||
this.parametersPanel.Dock = System.Windows.Forms.DockStyle.Right;
|
parametersPanel.Dock = DockStyle.Right;
|
||||||
this.parametersPanel.Location = new System.Drawing.Point(564, 44);
|
parametersPanel.Location = new Point(658, 47);
|
||||||
this.parametersPanel.MinimumSize = new System.Drawing.Size(100, 100);
|
parametersPanel.Margin = new Padding(4, 3, 4, 3);
|
||||||
this.parametersPanel.Name = "parametersPanel";
|
parametersPanel.MinimumSize = new Size(116, 115);
|
||||||
this.parametersPanel.Size = new System.Drawing.Size(200, 419);
|
parametersPanel.Name = "parametersPanel";
|
||||||
this.parametersPanel.TabIndex = 3;
|
parametersPanel.Size = new Size(233, 487);
|
||||||
|
parametersPanel.TabIndex = 3;
|
||||||
//
|
//
|
||||||
// menuStrip
|
// menuStrip
|
||||||
//
|
//
|
||||||
this.menuStrip.BackColor = System.Drawing.Color.White;
|
menuStrip.BackColor = Color.White;
|
||||||
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
menuStrip.Items.AddRange(new ToolStripItem[] { fileToolStripMenuItem, styleToolStripMenuItem });
|
||||||
this.fileToolStripMenuItem,
|
menuStrip.Location = new Point(0, 0);
|
||||||
this.styleToolStripMenuItem});
|
menuStrip.Name = "menuStrip";
|
||||||
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
menuStrip.Padding = new Padding(7, 2, 0, 2);
|
||||||
this.menuStrip.Name = "menuStrip";
|
menuStrip.Size = new Size(891, 24);
|
||||||
this.menuStrip.Size = new System.Drawing.Size(764, 24);
|
menuStrip.TabIndex = 5;
|
||||||
this.menuStrip.TabIndex = 5;
|
menuStrip.Text = "menuStrip1";
|
||||||
this.menuStrip.Text = "menuStrip1";
|
|
||||||
//
|
//
|
||||||
// fileToolStripMenuItem
|
// fileToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
fileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { openFileToolStripMenuItem, saveToolStripMenuItem, saveAsКакToolStripMenuItem, toolStripSeparator2, newToolStripMenuItem, toolStripSeparator1, exitToolStripMenuItem });
|
||||||
this.openFileToolStripMenuItem,
|
fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
||||||
this.saveToolStripMenuItem,
|
fileToolStripMenuItem.Size = new Size(48, 20);
|
||||||
this.saveAsКакToolStripMenuItem,
|
fileToolStripMenuItem.Text = "Файл";
|
||||||
this.toolStripSeparator2,
|
|
||||||
this.newToolStripMenuItem,
|
|
||||||
this.toolStripSeparator1,
|
|
||||||
this.exitToolStripMenuItem});
|
|
||||||
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
||||||
this.fileToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
|
|
||||||
this.fileToolStripMenuItem.Text = "Файл";
|
|
||||||
//
|
//
|
||||||
// openFileToolStripMenuItem
|
// openFileToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.openFileToolStripMenuItem.Name = "openFileToolStripMenuItem";
|
openFileToolStripMenuItem.Name = "openFileToolStripMenuItem";
|
||||||
this.openFileToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
openFileToolStripMenuItem.Size = new Size(170, 22);
|
||||||
this.openFileToolStripMenuItem.Text = "Открыть";
|
openFileToolStripMenuItem.Text = "Открыть";
|
||||||
this.openFileToolStripMenuItem.Click += new System.EventHandler(this.openFileToolStripMenuItem_Click);
|
openFileToolStripMenuItem.Click += openFileToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// saveToolStripMenuItem
|
// saveToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
||||||
this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
saveToolStripMenuItem.Size = new Size(170, 22);
|
||||||
this.saveToolStripMenuItem.Text = "Сохранить";
|
saveToolStripMenuItem.Text = "Сохранить";
|
||||||
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
|
saveToolStripMenuItem.Click += saveToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// saveAsКакToolStripMenuItem
|
// saveAsКакToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.saveAsКакToolStripMenuItem.Name = "saveAsКакToolStripMenuItem";
|
saveAsКакToolStripMenuItem.Name = "saveAsКакToolStripMenuItem";
|
||||||
this.saveAsКакToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
saveAsКакToolStripMenuItem.Size = new Size(170, 22);
|
||||||
this.saveAsКакToolStripMenuItem.Text = "Сохранить как";
|
saveAsКакToolStripMenuItem.Text = "Сохранить как";
|
||||||
this.saveAsКакToolStripMenuItem.Click += new System.EventHandler(this.saveAsКакToolStripMenuItem_Click);
|
saveAsКакToolStripMenuItem.Click += saveAsКакToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// toolStripSeparator2
|
// toolStripSeparator2
|
||||||
//
|
//
|
||||||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
toolStripSeparator2.Name = "toolStripSeparator2";
|
||||||
this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
|
toolStripSeparator2.Size = new Size(167, 6);
|
||||||
//
|
//
|
||||||
// newToolStripMenuItem
|
// newToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
|
newToolStripMenuItem.Name = "newToolStripMenuItem";
|
||||||
this.newToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
newToolStripMenuItem.Size = new Size(170, 22);
|
||||||
this.newToolStripMenuItem.Text = "Новый персонаж";
|
newToolStripMenuItem.Text = "Новый персонаж";
|
||||||
this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
|
newToolStripMenuItem.Click += newToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// toolStripSeparator1
|
// toolStripSeparator1
|
||||||
//
|
//
|
||||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
toolStripSeparator1.Name = "toolStripSeparator1";
|
||||||
this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
|
toolStripSeparator1.Size = new Size(167, 6);
|
||||||
//
|
//
|
||||||
// exitToolStripMenuItem
|
// exitToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
||||||
this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
exitToolStripMenuItem.Size = new Size(170, 22);
|
||||||
this.exitToolStripMenuItem.Text = "Выйти";
|
exitToolStripMenuItem.Text = "Выйти";
|
||||||
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
exitToolStripMenuItem.Click += exitToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// styleToolStripMenuItem
|
// styleToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.styleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
styleToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { textToolStripMenuItem, colorToolStripMenuItem });
|
||||||
this.textToolStripMenuItem,
|
styleToolStripMenuItem.Name = "styleToolStripMenuItem";
|
||||||
this.colorToolStripMenuItem});
|
styleToolStripMenuItem.Size = new Size(53, 20);
|
||||||
this.styleToolStripMenuItem.Name = "styleToolStripMenuItem";
|
styleToolStripMenuItem.Text = "Стили";
|
||||||
this.styleToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
|
|
||||||
this.styleToolStripMenuItem.Text = "Стили";
|
|
||||||
//
|
//
|
||||||
// textToolStripMenuItem
|
// textToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.textToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
textToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { colorTextToolStripMenuItem, styleTextToolStripMenuItem, toolStripSeparator3, defaultToolStripMenuItem });
|
||||||
this.colorTextToolStripMenuItem,
|
textToolStripMenuItem.Name = "textToolStripMenuItem";
|
||||||
this.styleTextToolStripMenuItem,
|
textToolStripMenuItem.Size = new Size(106, 22);
|
||||||
this.toolStripSeparator3,
|
textToolStripMenuItem.Text = "Текст";
|
||||||
this.defaultToolStripMenuItem});
|
|
||||||
this.textToolStripMenuItem.Name = "textToolStripMenuItem";
|
|
||||||
this.textToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
||||||
this.textToolStripMenuItem.Text = "Текст";
|
|
||||||
//
|
//
|
||||||
// colorTextToolStripMenuItem
|
// colorTextToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.colorTextToolStripMenuItem.Name = "colorTextToolStripMenuItem";
|
colorTextToolStripMenuItem.Name = "colorTextToolStripMenuItem";
|
||||||
this.colorTextToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
colorTextToolStripMenuItem.Size = new Size(146, 22);
|
||||||
this.colorTextToolStripMenuItem.Text = "Цвет";
|
colorTextToolStripMenuItem.Text = "Цвет";
|
||||||
this.colorTextToolStripMenuItem.Click += new System.EventHandler(this.colorTextToolStripMenuItem_Click);
|
colorTextToolStripMenuItem.Click += colorTextToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// styleTextToolStripMenuItem
|
// styleTextToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.styleTextToolStripMenuItem.Name = "styleTextToolStripMenuItem";
|
styleTextToolStripMenuItem.Name = "styleTextToolStripMenuItem";
|
||||||
this.styleTextToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
styleTextToolStripMenuItem.Size = new Size(146, 22);
|
||||||
this.styleTextToolStripMenuItem.Text = "Стиль";
|
styleTextToolStripMenuItem.Text = "Стиль";
|
||||||
this.styleTextToolStripMenuItem.Click += new System.EventHandler(this.styleTextToolStripMenuItem_Click);
|
styleTextToolStripMenuItem.Click += styleTextToolStripMenuItem_Click;
|
||||||
//
|
|
||||||
// colorToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.colorToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
||||||
this.buttonPanelToolStripMenuItem,
|
|
||||||
this.parameterPanelToolStripMenuItem,
|
|
||||||
this.carPanelToolStripMenuItem,
|
|
||||||
this.top_downPanelToolStripMenuItem});
|
|
||||||
this.colorToolStripMenuItem.Name = "colorToolStripMenuItem";
|
|
||||||
this.colorToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
||||||
this.colorToolStripMenuItem.Text = "Цвета";
|
|
||||||
//
|
|
||||||
// buttonPanelToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.buttonPanelToolStripMenuItem.Name = "buttonPanelToolStripMenuItem";
|
|
||||||
this.buttonPanelToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
|
||||||
this.buttonPanelToolStripMenuItem.Text = "Левая панель";
|
|
||||||
//
|
|
||||||
// parameterPanelToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.parameterPanelToolStripMenuItem.Name = "parameterPanelToolStripMenuItem";
|
|
||||||
this.parameterPanelToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
|
||||||
this.parameterPanelToolStripMenuItem.Text = "Правая панель";
|
|
||||||
//
|
|
||||||
// carPanelToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.carPanelToolStripMenuItem.Name = "carPanelToolStripMenuItem";
|
|
||||||
this.carPanelToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
|
||||||
this.carPanelToolStripMenuItem.Text = "Центральная панель";
|
|
||||||
//
|
|
||||||
// top_downPanelToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.top_downPanelToolStripMenuItem.Name = "top_downPanelToolStripMenuItem";
|
|
||||||
this.top_downPanelToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
|
|
||||||
this.top_downPanelToolStripMenuItem.Text = "Верх/низ";
|
|
||||||
//
|
|
||||||
// splitterLeft
|
|
||||||
//
|
|
||||||
this.splitterLeft.Location = new System.Drawing.Point(116, 44);
|
|
||||||
this.splitterLeft.Name = "splitterLeft";
|
|
||||||
this.splitterLeft.Size = new System.Drawing.Size(5, 419);
|
|
||||||
this.splitterLeft.TabIndex = 6;
|
|
||||||
this.splitterLeft.TabStop = false;
|
|
||||||
//
|
|
||||||
// splitterRigth
|
|
||||||
//
|
|
||||||
this.splitterRigth.Dock = System.Windows.Forms.DockStyle.Right;
|
|
||||||
this.splitterRigth.Location = new System.Drawing.Point(559, 44);
|
|
||||||
this.splitterRigth.Name = "splitterRigth";
|
|
||||||
this.splitterRigth.Size = new System.Drawing.Size(5, 419);
|
|
||||||
this.splitterRigth.TabIndex = 7;
|
|
||||||
this.splitterRigth.TabStop = false;
|
|
||||||
//
|
|
||||||
// carsPanel
|
|
||||||
//
|
|
||||||
this.carsPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
||||||
this.carsPanel.Controls.Add(this.carsItems);
|
|
||||||
this.carsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
||||||
this.carsPanel.Location = new System.Drawing.Point(121, 44);
|
|
||||||
this.carsPanel.Name = "carsPanel";
|
|
||||||
this.carsPanel.Size = new System.Drawing.Size(438, 419);
|
|
||||||
this.carsPanel.TabIndex = 8;
|
|
||||||
//
|
|
||||||
// carsItems
|
|
||||||
//
|
|
||||||
this.carsItems.AutoScroll = true;
|
|
||||||
this.carsItems.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
||||||
this.carsItems.Location = new System.Drawing.Point(0, 0);
|
|
||||||
this.carsItems.Name = "carsItems";
|
|
||||||
this.carsItems.Size = new System.Drawing.Size(436, 417);
|
|
||||||
this.carsItems.TabIndex = 0;
|
|
||||||
//
|
|
||||||
// defaultToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.defaultToolStripMenuItem.Name = "defaultToolStripMenuItem";
|
|
||||||
this.defaultToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
||||||
this.defaultToolStripMenuItem.Text = "Стандартные";
|
|
||||||
this.defaultToolStripMenuItem.Click += new System.EventHandler(this.defaultToolStripMenuItem_Click);
|
|
||||||
//
|
//
|
||||||
// toolStripSeparator3
|
// toolStripSeparator3
|
||||||
//
|
//
|
||||||
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
toolStripSeparator3.Name = "toolStripSeparator3";
|
||||||
this.toolStripSeparator3.Size = new System.Drawing.Size(177, 6);
|
toolStripSeparator3.Size = new Size(143, 6);
|
||||||
|
//
|
||||||
|
// defaultToolStripMenuItem
|
||||||
|
//
|
||||||
|
defaultToolStripMenuItem.Name = "defaultToolStripMenuItem";
|
||||||
|
defaultToolStripMenuItem.Size = new Size(146, 22);
|
||||||
|
defaultToolStripMenuItem.Text = "Стандартные";
|
||||||
|
defaultToolStripMenuItem.Click += defaultToolStripMenuItem_Click;
|
||||||
|
//
|
||||||
|
// colorToolStripMenuItem
|
||||||
|
//
|
||||||
|
colorToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { buttonPanelToolStripMenuItem, parameterPanelToolStripMenuItem, carPanelToolStripMenuItem, top_downPanelToolStripMenuItem });
|
||||||
|
colorToolStripMenuItem.Name = "colorToolStripMenuItem";
|
||||||
|
colorToolStripMenuItem.Size = new Size(106, 22);
|
||||||
|
colorToolStripMenuItem.Text = "Цвета";
|
||||||
|
//
|
||||||
|
// buttonPanelToolStripMenuItem
|
||||||
|
//
|
||||||
|
buttonPanelToolStripMenuItem.Name = "buttonPanelToolStripMenuItem";
|
||||||
|
buttonPanelToolStripMenuItem.Size = new Size(188, 22);
|
||||||
|
buttonPanelToolStripMenuItem.Text = "Левая панель";
|
||||||
|
//
|
||||||
|
// parameterPanelToolStripMenuItem
|
||||||
|
//
|
||||||
|
parameterPanelToolStripMenuItem.Name = "parameterPanelToolStripMenuItem";
|
||||||
|
parameterPanelToolStripMenuItem.Size = new Size(188, 22);
|
||||||
|
parameterPanelToolStripMenuItem.Text = "Правая панель";
|
||||||
|
//
|
||||||
|
// carPanelToolStripMenuItem
|
||||||
|
//
|
||||||
|
carPanelToolStripMenuItem.Name = "carPanelToolStripMenuItem";
|
||||||
|
carPanelToolStripMenuItem.Size = new Size(188, 22);
|
||||||
|
carPanelToolStripMenuItem.Text = "Центральная панель";
|
||||||
|
//
|
||||||
|
// top_downPanelToolStripMenuItem
|
||||||
|
//
|
||||||
|
top_downPanelToolStripMenuItem.Name = "top_downPanelToolStripMenuItem";
|
||||||
|
top_downPanelToolStripMenuItem.Size = new Size(188, 22);
|
||||||
|
top_downPanelToolStripMenuItem.Text = "Верх/низ";
|
||||||
|
//
|
||||||
|
// splitterLeft
|
||||||
|
//
|
||||||
|
splitterLeft.Location = new Point(135, 47);
|
||||||
|
splitterLeft.Margin = new Padding(4, 3, 4, 3);
|
||||||
|
splitterLeft.Name = "splitterLeft";
|
||||||
|
splitterLeft.Size = new Size(6, 487);
|
||||||
|
splitterLeft.TabIndex = 6;
|
||||||
|
splitterLeft.TabStop = false;
|
||||||
|
//
|
||||||
|
// splitterRigth
|
||||||
|
//
|
||||||
|
splitterRigth.Dock = DockStyle.Right;
|
||||||
|
splitterRigth.Location = new Point(652, 47);
|
||||||
|
splitterRigth.Margin = new Padding(4, 3, 4, 3);
|
||||||
|
splitterRigth.Name = "splitterRigth";
|
||||||
|
splitterRigth.Size = new Size(6, 487);
|
||||||
|
splitterRigth.TabIndex = 7;
|
||||||
|
splitterRigth.TabStop = false;
|
||||||
|
//
|
||||||
|
// carsPanel
|
||||||
|
//
|
||||||
|
carsPanel.BorderStyle = BorderStyle.FixedSingle;
|
||||||
|
carsPanel.Controls.Add(carsItems);
|
||||||
|
carsPanel.Dock = DockStyle.Fill;
|
||||||
|
carsPanel.Location = new Point(141, 47);
|
||||||
|
carsPanel.Margin = new Padding(4, 3, 4, 3);
|
||||||
|
carsPanel.Name = "carsPanel";
|
||||||
|
carsPanel.Size = new Size(511, 487);
|
||||||
|
carsPanel.TabIndex = 8;
|
||||||
|
//
|
||||||
|
// carsItems
|
||||||
|
//
|
||||||
|
carsItems.AutoScroll = true;
|
||||||
|
carsItems.Dock = DockStyle.Fill;
|
||||||
|
carsItems.Location = new Point(0, 0);
|
||||||
|
carsItems.Margin = new Padding(4, 3, 4, 3);
|
||||||
|
carsItems.Name = "carsItems";
|
||||||
|
carsItems.Size = new Size(509, 485);
|
||||||
|
carsItems.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// MainForm
|
// MainForm
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
this.BackColor = System.Drawing.Color.White;
|
BackColor = Color.White;
|
||||||
this.ClientSize = new System.Drawing.Size(764, 483);
|
ClientSize = new Size(891, 557);
|
||||||
this.Controls.Add(this.carsPanel);
|
Controls.Add(carsPanel);
|
||||||
this.Controls.Add(this.splitterRigth);
|
Controls.Add(splitterRigth);
|
||||||
this.Controls.Add(this.splitterLeft);
|
Controls.Add(splitterLeft);
|
||||||
this.Controls.Add(this.parametersPanel);
|
Controls.Add(parametersPanel);
|
||||||
this.Controls.Add(this.buttonsPanel);
|
Controls.Add(buttonsPanel);
|
||||||
this.Controls.Add(this.panel2);
|
Controls.Add(panel2);
|
||||||
this.Controls.Add(this.panel1);
|
Controls.Add(panel1);
|
||||||
this.Controls.Add(this.menuStrip);
|
Controls.Add(menuStrip);
|
||||||
this.MainMenuStrip = this.menuStrip;
|
MainMenuStrip = menuStrip;
|
||||||
this.MinimumSize = new System.Drawing.Size(526, 365);
|
Margin = new Padding(4, 3, 4, 3);
|
||||||
this.Name = "MainForm";
|
MinimumSize = new Size(611, 415);
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
Name = "MainForm";
|
||||||
this.Text = "null";
|
StartPosition = FormStartPosition.CenterScreen;
|
||||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
Text = "null";
|
||||||
this.Load += new System.EventHandler(this.MainForm_Load);
|
FormClosing += MainForm_FormClosing;
|
||||||
this.panel1.ResumeLayout(false);
|
Load += MainForm_Load;
|
||||||
this.panel1.PerformLayout();
|
panel1.ResumeLayout(false);
|
||||||
this.buttonsPanel.ResumeLayout(false);
|
panel1.PerformLayout();
|
||||||
this.buttonsPanel.PerformLayout();
|
buttonsPanel.ResumeLayout(false);
|
||||||
this.menuStrip.ResumeLayout(false);
|
buttonsPanel.PerformLayout();
|
||||||
this.menuStrip.PerformLayout();
|
menuStrip.ResumeLayout(false);
|
||||||
this.carsPanel.ResumeLayout(false);
|
menuStrip.PerformLayout();
|
||||||
this.ResumeLayout(false);
|
carsPanel.ResumeLayout(false);
|
||||||
this.PerformLayout();
|
ResumeLayout(false);
|
||||||
|
PerformLayout();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
private System.Windows.Forms.Panel panel1;
|
private Panel panel1;
|
||||||
private System.Windows.Forms.Panel panel2;
|
private Panel panel2;
|
||||||
private System.Windows.Forms.Panel buttonsPanel;
|
private Panel buttonsPanel;
|
||||||
private System.Windows.Forms.Panel parametersPanel;
|
private Panel parametersPanel;
|
||||||
private System.Windows.Forms.MenuStrip menuStrip;
|
private MenuStrip menuStrip;
|
||||||
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
private ToolStripMenuItem fileToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem openFileToolStripMenuItem;
|
private ToolStripMenuItem openFileToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
|
private ToolStripMenuItem saveToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem saveAsКакToolStripMenuItem;
|
private ToolStripMenuItem saveAsКакToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
private ToolStripSeparator toolStripSeparator1;
|
||||||
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
private ToolStripMenuItem exitToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem styleToolStripMenuItem;
|
private ToolStripMenuItem styleToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem textToolStripMenuItem;
|
private ToolStripMenuItem textToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem colorTextToolStripMenuItem;
|
private ToolStripMenuItem colorTextToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem styleTextToolStripMenuItem;
|
private ToolStripMenuItem styleTextToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem colorToolStripMenuItem;
|
private ToolStripMenuItem colorToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem buttonPanelToolStripMenuItem;
|
private ToolStripMenuItem buttonPanelToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem parameterPanelToolStripMenuItem;
|
private ToolStripMenuItem parameterPanelToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem carPanelToolStripMenuItem;
|
private ToolStripMenuItem carPanelToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem top_downPanelToolStripMenuItem;
|
private ToolStripMenuItem top_downPanelToolStripMenuItem;
|
||||||
private System.Windows.Forms.Button addCar;
|
private Button addCar;
|
||||||
private System.Windows.Forms.Label addParametrLabel;
|
private Label addParametrLabel;
|
||||||
private System.Windows.Forms.Splitter splitterLeft;
|
private Splitter splitterLeft;
|
||||||
private System.Windows.Forms.Splitter splitterRigth;
|
private Splitter splitterRigth;
|
||||||
private System.Windows.Forms.Panel carsPanel;
|
private Panel carsPanel;
|
||||||
private System.Windows.Forms.Button parserButton;
|
private Button parserButton;
|
||||||
private System.Windows.Forms.CheckBox debugCheck;
|
private CheckBox debugCheck;
|
||||||
private System.Windows.Forms.Button addParameter;
|
private Button addParameter;
|
||||||
private System.Windows.Forms.FlowLayoutPanel carsItems;
|
private FlowLayoutPanel carsItems;
|
||||||
private System.Windows.Forms.Button readJsonButton;
|
private Button readJsonButton;
|
||||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
private ToolStripSeparator toolStripSeparator2;
|
||||||
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
|
private ToolStripMenuItem newToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
private ToolStripSeparator toolStripSeparator3;
|
||||||
private System.Windows.Forms.ToolStripMenuItem defaultToolStripMenuItem;
|
private ToolStripMenuItem defaultToolStripMenuItem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -106,6 +106,7 @@ namespace GtaVUsersInfo
|
|||||||
|
|
||||||
foreach (CarControl car in cars)
|
foreach (CarControl car in cars)
|
||||||
{
|
{
|
||||||
|
car.MenuStrip = new CarItemMenuStrip(addNewCar, editCar, deleteCar, car).Menu;
|
||||||
carsItems.Controls.Add(car);
|
carsItems.Controls.Add(car);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -187,7 +188,6 @@ namespace GtaVUsersInfo
|
|||||||
if (car.Name != null)
|
if (car.Name != null)
|
||||||
{
|
{
|
||||||
CarControl item = new CarControl(car);
|
CarControl item = new CarControl(car);
|
||||||
item.MenuStrip = new CarItemMenuStrip(addNewCar, editCar, deleteCar, item).Menu;
|
|
||||||
cars.Add(item);
|
cars.Add(item);
|
||||||
AllPanelCreate();
|
AllPanelCreate();
|
||||||
}
|
}
|
||||||
@ -281,7 +281,7 @@ namespace GtaVUsersInfo
|
|||||||
{
|
{
|
||||||
parameter.Dock = DockStyle.Top;
|
parameter.Dock = DockStyle.Top;
|
||||||
parameters.Add(parameter);
|
parameters.Add(parameter);
|
||||||
ParameterPanelCreate();
|
AllPanelCreate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -318,7 +318,7 @@ namespace GtaVUsersInfo
|
|||||||
) == DialogResult.Yes)
|
) == DialogResult.Yes)
|
||||||
{
|
{
|
||||||
parameters.Remove(parameterControl);
|
parameters.Remove(parameterControl);
|
||||||
ParameterPanelCreate();
|
AllPanelCreate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
<data name="Color1" type="System.Drawing.Color, System.Drawing"">Blue</data>
|
||||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
</data>
|
</data>
|
||||||
|
@ -1,36 +0,0 @@
|
|||||||
using System.Reflection;
|
|
||||||
using System.Runtime.CompilerServices;
|
|
||||||
using System.Runtime.InteropServices;
|
|
||||||
|
|
||||||
// Общие сведения об этой сборке предоставляются следующим набором
|
|
||||||
// набора атрибутов. Измените значения этих атрибутов для изменения сведений,
|
|
||||||
// связанных со сборкой.
|
|
||||||
[assembly: AssemblyTitle("GtaVUsersInfo")]
|
|
||||||
[assembly: AssemblyDescription("")]
|
|
||||||
[assembly: AssemblyConfiguration("")]
|
|
||||||
[assembly: AssemblyCompany("")]
|
|
||||||
[assembly: AssemblyProduct("GtaVUsersInfo")]
|
|
||||||
[assembly: AssemblyCopyright("Copyright © 2024")]
|
|
||||||
[assembly: AssemblyTrademark("")]
|
|
||||||
[assembly: AssemblyCulture("")]
|
|
||||||
|
|
||||||
// Установка значения False для параметра ComVisible делает типы в этой сборке невидимыми
|
|
||||||
// для компонентов COM. Если необходимо обратиться к типу в этой сборке через
|
|
||||||
// COM, следует установить атрибут ComVisible в TRUE для этого типа.
|
|
||||||
[assembly: ComVisible(false)]
|
|
||||||
|
|
||||||
// Следующий GUID служит для идентификации библиотеки типов, если этот проект будет видимым для COM
|
|
||||||
[assembly: Guid("bfbe9b7b-a5e2-4dae-bc39-c675d0abbcce")]
|
|
||||||
|
|
||||||
// Сведения о версии сборки состоят из указанных ниже четырех значений:
|
|
||||||
//
|
|
||||||
// Основной номер версии
|
|
||||||
// Дополнительный номер версии
|
|
||||||
// Номер сборки
|
|
||||||
// Редакция
|
|
||||||
//
|
|
||||||
// Можно задать все значения или принять номера сборки и редакции по умолчанию
|
|
||||||
// используя "*", как показано ниже:
|
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
|
||||||
[assembly: AssemblyVersion("1.0.0.0")]
|
|
||||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
|
71
Properties/Resources.Designer.cs
generated
71
Properties/Resources.Designer.cs
generated
@ -1,71 +0,0 @@
|
|||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// Этот код создан программным средством.
|
|
||||||
// Версия среды выполнения: 4.0.30319.42000
|
|
||||||
//
|
|
||||||
// Изменения в этом файле могут привести к неправильному поведению и будут утрачены, если
|
|
||||||
// код создан повторно.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
namespace GtaVUsersInfo.Properties
|
|
||||||
{
|
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Класс ресурсов со строгим типом для поиска локализованных строк и пр.
|
|
||||||
/// </summary>
|
|
||||||
// Этот класс был автоматически создан при помощи StronglyTypedResourceBuilder
|
|
||||||
// класс с помощью таких средств, как ResGen или Visual Studio.
|
|
||||||
// Для добавления или удаления члена измените файл .ResX, а затем перезапустите ResGen
|
|
||||||
// с параметром /str или заново постройте свой VS-проект.
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
||||||
internal class Resources
|
|
||||||
{
|
|
||||||
|
|
||||||
private static global::System.Resources.ResourceManager resourceMan;
|
|
||||||
|
|
||||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
||||||
|
|
||||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
||||||
internal Resources()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Возврат кэшированного экземпляра ResourceManager, используемого этим классом.
|
|
||||||
/// </summary>
|
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
||||||
internal static global::System.Resources.ResourceManager ResourceManager
|
|
||||||
{
|
|
||||||
get
|
|
||||||
{
|
|
||||||
if ((resourceMan == null))
|
|
||||||
{
|
|
||||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("GtaVUsersInfo.Properties.Resources", typeof(Resources).Assembly);
|
|
||||||
resourceMan = temp;
|
|
||||||
}
|
|
||||||
return resourceMan;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Переопределяет свойство CurrentUICulture текущего потока для всех
|
|
||||||
/// подстановки ресурсов с помощью этого класса ресурсов со строгим типом.
|
|
||||||
/// </summary>
|
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
||||||
internal static global::System.Globalization.CultureInfo Culture
|
|
||||||
{
|
|
||||||
get
|
|
||||||
{
|
|
||||||
return resourceCulture;
|
|
||||||
}
|
|
||||||
set
|
|
||||||
{
|
|
||||||
resourceCulture = value;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,117 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<root>
|
|
||||||
<!--
|
|
||||||
Microsoft ResX Schema
|
|
||||||
|
|
||||||
Version 2.0
|
|
||||||
|
|
||||||
The primary goals of this format is to allow a simple XML format
|
|
||||||
that is mostly human readable. The generation and parsing of the
|
|
||||||
various data types are done through the TypeConverter classes
|
|
||||||
associated with the data types.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
... ado.net/XML headers & schema ...
|
|
||||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
|
||||||
<resheader name="version">2.0</resheader>
|
|
||||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
|
||||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
|
||||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
|
||||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
|
||||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
|
||||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
|
||||||
</data>
|
|
||||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
|
||||||
<comment>This is a comment</comment>
|
|
||||||
</data>
|
|
||||||
|
|
||||||
There are any number of "resheader" rows that contain simple
|
|
||||||
name/value pairs.
|
|
||||||
|
|
||||||
Each data row contains a name, and value. The row also contains a
|
|
||||||
type or mimetype. Type corresponds to a .NET class that support
|
|
||||||
text/value conversion through the TypeConverter architecture.
|
|
||||||
Classes that don't support this are serialized and stored with the
|
|
||||||
mimetype set.
|
|
||||||
|
|
||||||
The mimetype is used for serialized objects, and tells the
|
|
||||||
ResXResourceReader how to depersist the object. This is currently not
|
|
||||||
extensible. For a given mimetype the value must be set accordingly:
|
|
||||||
|
|
||||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
|
||||||
that the ResXResourceWriter will generate, however the reader can
|
|
||||||
read any of the formats listed below.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.binary.base64
|
|
||||||
value : The object must be serialized with
|
|
||||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.soap.base64
|
|
||||||
value : The object must be serialized with
|
|
||||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
|
||||||
value : The object must be serialized into a byte array
|
|
||||||
: using a System.ComponentModel.TypeConverter
|
|
||||||
: and then encoded with base64 encoding.
|
|
||||||
-->
|
|
||||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
|
||||||
<xsd:element name="root" msdata:IsDataSet="true">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:choice maxOccurs="unbounded">
|
|
||||||
<xsd:element name="metadata">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
|
||||||
</xsd:sequence>
|
|
||||||
<xsd:attribute name="name" type="xsd:string" />
|
|
||||||
<xsd:attribute name="type" type="xsd:string" />
|
|
||||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="assembly">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:attribute name="alias" type="xsd:string" />
|
|
||||||
<xsd:attribute name="name" type="xsd:string" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="data">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
||||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
|
||||||
</xsd:sequence>
|
|
||||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
|
||||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
|
||||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="resheader">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
||||||
</xsd:sequence>
|
|
||||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:choice>
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:schema>
|
|
||||||
<resheader name="resmimetype">
|
|
||||||
<value>text/microsoft-resx</value>
|
|
||||||
</resheader>
|
|
||||||
<resheader name="version">
|
|
||||||
<value>2.0</value>
|
|
||||||
</resheader>
|
|
||||||
<resheader name="reader">
|
|
||||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</resheader>
|
|
||||||
<resheader name="writer">
|
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</resheader>
|
|
||||||
</root>
|
|
30
Properties/Settings.Designer.cs
generated
30
Properties/Settings.Designer.cs
generated
@ -1,30 +0,0 @@
|
|||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// This code was generated by a tool.
|
|
||||||
// Runtime Version:4.0.30319.42000
|
|
||||||
//
|
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
|
||||||
// the code is regenerated.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
namespace GtaVUsersInfo.Properties
|
|
||||||
{
|
|
||||||
|
|
||||||
|
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
|
|
||||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
|
|
||||||
{
|
|
||||||
|
|
||||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
||||||
|
|
||||||
public static Settings Default
|
|
||||||
{
|
|
||||||
get
|
|
||||||
{
|
|
||||||
return defaultInstance;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
|
||||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
|
|
||||||
<Profiles>
|
|
||||||
<Profile Name="(Default)" />
|
|
||||||
</Profiles>
|
|
||||||
<Settings />
|
|
||||||
</SettingsFile>
|
|
16
Resources.Designer.cs
generated
16
Resources.Designer.cs
generated
@ -22,7 +22,7 @@ namespace GtaVUsersInfo {
|
|||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
internal class Resources {
|
public class Resources {
|
||||||
|
|
||||||
private static global::System.Resources.ResourceManager resourceMan;
|
private static global::System.Resources.ResourceManager resourceMan;
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ namespace GtaVUsersInfo {
|
|||||||
/// Возвращает кэшированный экземпляр ResourceManager, использованный этим классом.
|
/// Возвращает кэшированный экземпляр ResourceManager, использованный этим классом.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
public static global::System.Resources.ResourceManager ResourceManager {
|
||||||
get {
|
get {
|
||||||
if (object.ReferenceEquals(resourceMan, null)) {
|
if (object.ReferenceEquals(resourceMan, null)) {
|
||||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("GtaVUsersInfo.Resources", typeof(Resources).Assembly);
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("GtaVUsersInfo.Resources", typeof(Resources).Assembly);
|
||||||
@ -51,7 +51,7 @@ namespace GtaVUsersInfo {
|
|||||||
/// обращений к ресурсу с помощью этого класса ресурса со строгой типизацией.
|
/// обращений к ресурсу с помощью этого класса ресурса со строгой типизацией.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
internal static global::System.Globalization.CultureInfo Culture {
|
public static global::System.Globalization.CultureInfo Culture {
|
||||||
get {
|
get {
|
||||||
return resourceCulture;
|
return resourceCulture;
|
||||||
}
|
}
|
||||||
@ -63,7 +63,7 @@ namespace GtaVUsersInfo {
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Ищет локализованную строку, похожую на 204.
|
/// Ищет локализованную строку, похожую на 204.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CarControlHeight {
|
public static string CarControlHeight {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("CarControlHeight", resourceCulture);
|
return ResourceManager.GetString("CarControlHeight", resourceCulture);
|
||||||
}
|
}
|
||||||
@ -72,7 +72,7 @@ namespace GtaVUsersInfo {
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Ищет локализованную строку, похожую на 210.
|
/// Ищет локализованную строку, похожую на 210.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CarControlWidth {
|
public static string CarControlWidth {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("CarControlWidth", resourceCulture);
|
return ResourceManager.GetString("CarControlWidth", resourceCulture);
|
||||||
}
|
}
|
||||||
@ -81,7 +81,7 @@ namespace GtaVUsersInfo {
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Ищет локализованную строку, похожую на data/cars.json.
|
/// Ищет локализованную строку, похожую на data/cars.json.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string carJsonPath {
|
public static string carJsonPath {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("carJsonPath", resourceCulture);
|
return ResourceManager.GetString("carJsonPath", resourceCulture);
|
||||||
}
|
}
|
||||||
@ -90,7 +90,7 @@ namespace GtaVUsersInfo {
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Ищет локализованную строку, похожую на https://gtacars.net/.
|
/// Ищет локализованную строку, похожую на https://gtacars.net/.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string carUrl {
|
public static string carUrl {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("carUrl", resourceCulture);
|
return ResourceManager.GetString("carUrl", resourceCulture);
|
||||||
}
|
}
|
||||||
@ -99,7 +99,7 @@ namespace GtaVUsersInfo {
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Ищет локализованную строку, похожую на data/fontsettings.json.
|
/// Ищет локализованную строку, похожую на data/fontsettings.json.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string fontSettingsJsonPath {
|
public static string fontSettingsJsonPath {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("fontSettingsJsonPath", resourceCulture);
|
return ResourceManager.GetString("fontSettingsJsonPath", resourceCulture);
|
||||||
}
|
}
|
||||||
|
117
bin/Debug/net7.0-windows/GtaVUsersInfo.deps.json
Normal file
117
bin/Debug/net7.0-windows/GtaVUsersInfo.deps.json
Normal file
@ -0,0 +1,117 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v7.0",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v7.0": {
|
||||||
|
"GtaVUsersInfo/1.0.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"HtmlAgilityPack": "1.11.67",
|
||||||
|
"Newtonsoft.Json": "13.0.3",
|
||||||
|
"Selenium.WebDriver": "4.25.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"GtaVUsersInfo.dll": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"HtmlAgilityPack/1.11.67": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/HtmlAgilityPack.dll": {
|
||||||
|
"assemblyVersion": "1.11.67.0",
|
||||||
|
"fileVersion": "1.11.67.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Newtonsoft.Json/13.0.3": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/net6.0/Newtonsoft.Json.dll": {
|
||||||
|
"assemblyVersion": "13.0.0.0",
|
||||||
|
"fileVersion": "13.0.3.27908"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Selenium.WebDriver/4.25.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"System.Text.Json": "8.0.4"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/WebDriver.dll": {
|
||||||
|
"assemblyVersion": "4.0.0.0",
|
||||||
|
"fileVersion": "4.0.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"System.Text.Encodings.Web/8.0.0": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/net7.0/System.Text.Encodings.Web.dll": {
|
||||||
|
"assemblyVersion": "8.0.0.0",
|
||||||
|
"fileVersion": "8.0.23.53103"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeTargets": {
|
||||||
|
"runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": {
|
||||||
|
"rid": "browser",
|
||||||
|
"assetType": "runtime",
|
||||||
|
"assemblyVersion": "8.0.0.0",
|
||||||
|
"fileVersion": "8.0.23.53103"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"System.Text.Json/8.0.4": {
|
||||||
|
"dependencies": {
|
||||||
|
"System.Text.Encodings.Web": "8.0.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/net7.0/System.Text.Json.dll": {
|
||||||
|
"assemblyVersion": "8.0.0.0",
|
||||||
|
"fileVersion": "8.0.724.31311"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"GtaVUsersInfo/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
},
|
||||||
|
"HtmlAgilityPack/1.11.67": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-xnt6f8E56oK9nLqgkF42bsVSAkUuIuJnSfvzimK7GwvbhdXWRmGsx4A8AKmLOlCUq1rVSUADKalxnSMizHt4Mg==",
|
||||||
|
"path": "htmlagilitypack/1.11.67",
|
||||||
|
"hashPath": "htmlagilitypack.1.11.67.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Newtonsoft.Json/13.0.3": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
|
||||||
|
"path": "newtonsoft.json/13.0.3",
|
||||||
|
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Selenium.WebDriver/4.25.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-0g/9I5ennfL2ZaQoXsfEPj+GcqrKlcVr1yxh3C/Eed/acNZrC38OaXLorsuHdAHiGn+QySV3iz8/hFcOXvVcoA==",
|
||||||
|
"path": "selenium.webdriver/4.25.0",
|
||||||
|
"hashPath": "selenium.webdriver.4.25.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"System.Text.Encodings.Web/8.0.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
|
||||||
|
"path": "system.text.encodings.web/8.0.0",
|
||||||
|
"hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"System.Text.Json/8.0.4": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==",
|
||||||
|
"path": "system.text.json/8.0.4",
|
||||||
|
"hashPath": "system.text.json.8.0.4.nupkg.sha512"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
BIN
bin/Debug/net7.0-windows/GtaVUsersInfo.dll
Normal file
BIN
bin/Debug/net7.0-windows/GtaVUsersInfo.dll
Normal file
Binary file not shown.
BIN
bin/Debug/net7.0-windows/GtaVUsersInfo.exe
Normal file
BIN
bin/Debug/net7.0-windows/GtaVUsersInfo.exe
Normal file
Binary file not shown.
BIN
bin/Debug/net7.0-windows/GtaVUsersInfo.pdb
Normal file
BIN
bin/Debug/net7.0-windows/GtaVUsersInfo.pdb
Normal file
Binary file not shown.
15
bin/Debug/net7.0-windows/GtaVUsersInfo.runtimeconfig.json
Normal file
15
bin/Debug/net7.0-windows/GtaVUsersInfo.runtimeconfig.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "net7.0",
|
||||||
|
"frameworks": [
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App",
|
||||||
|
"version": "7.0.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.WindowsDesktop.App",
|
||||||
|
"version": "7.0.0"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
117
bin/Debug/net7.0-windows/GtaVUsersInfo1.deps.json
Normal file
117
bin/Debug/net7.0-windows/GtaVUsersInfo1.deps.json
Normal file
@ -0,0 +1,117 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v7.0",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v7.0": {
|
||||||
|
"GtaVUsersInfo1/1.0.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"HtmlAgilityPack": "1.11.67",
|
||||||
|
"Newtonsoft.Json": "13.0.3",
|
||||||
|
"Selenium.WebDriver": "4.25.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"GtaVUsersInfo1.dll": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"HtmlAgilityPack/1.11.67": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/HtmlAgilityPack.dll": {
|
||||||
|
"assemblyVersion": "1.11.67.0",
|
||||||
|
"fileVersion": "1.11.67.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Newtonsoft.Json/13.0.3": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/net6.0/Newtonsoft.Json.dll": {
|
||||||
|
"assemblyVersion": "13.0.0.0",
|
||||||
|
"fileVersion": "13.0.3.27908"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Selenium.WebDriver/4.25.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"System.Text.Json": "8.0.4"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/WebDriver.dll": {
|
||||||
|
"assemblyVersion": "4.0.0.0",
|
||||||
|
"fileVersion": "4.0.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"System.Text.Encodings.Web/8.0.0": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/net7.0/System.Text.Encodings.Web.dll": {
|
||||||
|
"assemblyVersion": "8.0.0.0",
|
||||||
|
"fileVersion": "8.0.23.53103"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeTargets": {
|
||||||
|
"runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": {
|
||||||
|
"rid": "browser",
|
||||||
|
"assetType": "runtime",
|
||||||
|
"assemblyVersion": "8.0.0.0",
|
||||||
|
"fileVersion": "8.0.23.53103"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"System.Text.Json/8.0.4": {
|
||||||
|
"dependencies": {
|
||||||
|
"System.Text.Encodings.Web": "8.0.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/net7.0/System.Text.Json.dll": {
|
||||||
|
"assemblyVersion": "8.0.0.0",
|
||||||
|
"fileVersion": "8.0.724.31311"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"GtaVUsersInfo1/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
},
|
||||||
|
"HtmlAgilityPack/1.11.67": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-xnt6f8E56oK9nLqgkF42bsVSAkUuIuJnSfvzimK7GwvbhdXWRmGsx4A8AKmLOlCUq1rVSUADKalxnSMizHt4Mg==",
|
||||||
|
"path": "htmlagilitypack/1.11.67",
|
||||||
|
"hashPath": "htmlagilitypack.1.11.67.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Newtonsoft.Json/13.0.3": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
|
||||||
|
"path": "newtonsoft.json/13.0.3",
|
||||||
|
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Selenium.WebDriver/4.25.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-0g/9I5ennfL2ZaQoXsfEPj+GcqrKlcVr1yxh3C/Eed/acNZrC38OaXLorsuHdAHiGn+QySV3iz8/hFcOXvVcoA==",
|
||||||
|
"path": "selenium.webdriver/4.25.0",
|
||||||
|
"hashPath": "selenium.webdriver.4.25.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"System.Text.Encodings.Web/8.0.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
|
||||||
|
"path": "system.text.encodings.web/8.0.0",
|
||||||
|
"hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"System.Text.Json/8.0.4": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==",
|
||||||
|
"path": "system.text.json/8.0.4",
|
||||||
|
"hashPath": "system.text.json.8.0.4.nupkg.sha512"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
BIN
bin/Debug/net7.0-windows/GtaVUsersInfo1.dll
Normal file
BIN
bin/Debug/net7.0-windows/GtaVUsersInfo1.dll
Normal file
Binary file not shown.
BIN
bin/Debug/net7.0-windows/GtaVUsersInfo1.exe
Normal file
BIN
bin/Debug/net7.0-windows/GtaVUsersInfo1.exe
Normal file
Binary file not shown.
BIN
bin/Debug/net7.0-windows/GtaVUsersInfo1.pdb
Normal file
BIN
bin/Debug/net7.0-windows/GtaVUsersInfo1.pdb
Normal file
Binary file not shown.
15
bin/Debug/net7.0-windows/GtaVUsersInfo1.runtimeconfig.json
Normal file
15
bin/Debug/net7.0-windows/GtaVUsersInfo1.runtimeconfig.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "net7.0",
|
||||||
|
"frameworks": [
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App",
|
||||||
|
"version": "7.0.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.WindowsDesktop.App",
|
||||||
|
"version": "7.0.0"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
BIN
bin/Debug/net7.0-windows/HtmlAgilityPack.dll
Normal file
BIN
bin/Debug/net7.0-windows/HtmlAgilityPack.dll
Normal file
Binary file not shown.
BIN
bin/Debug/net7.0-windows/Newtonsoft.Json.dll
Normal file
BIN
bin/Debug/net7.0-windows/Newtonsoft.Json.dll
Normal file
Binary file not shown.
BIN
bin/Debug/net7.0-windows/System.Text.Encodings.Web.dll
Normal file
BIN
bin/Debug/net7.0-windows/System.Text.Encodings.Web.dll
Normal file
Binary file not shown.
BIN
bin/Debug/net7.0-windows/System.Text.Json.dll
Normal file
BIN
bin/Debug/net7.0-windows/System.Text.Json.dll
Normal file
Binary file not shown.
BIN
bin/Debug/net7.0-windows/WebDriver.dll
Normal file
BIN
bin/Debug/net7.0-windows/WebDriver.dll
Normal file
Binary file not shown.
7146
bin/Debug/net7.0-windows/data/cars.json
Normal file
7146
bin/Debug/net7.0-windows/data/cars.json
Normal file
File diff suppressed because it is too large
Load Diff
6
bin/Debug/net7.0-windows/data/fontsettings.json
Normal file
6
bin/Debug/net7.0-windows/data/fontsettings.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"FontFamily": "Segoe UI Semibold",
|
||||||
|
"FontSize": 27.75,
|
||||||
|
"FontStyle": 1,
|
||||||
|
"FontColor": "64, 0, 64"
|
||||||
|
}
|
Binary file not shown.
BIN
bin/Debug/net7.0-windows/selenium-manager/linux/selenium-manager
Normal file
BIN
bin/Debug/net7.0-windows/selenium-manager/linux/selenium-manager
Normal file
Binary file not shown.
BIN
bin/Debug/net7.0-windows/selenium-manager/macos/selenium-manager
Normal file
BIN
bin/Debug/net7.0-windows/selenium-manager/macos/selenium-manager
Normal file
Binary file not shown.
Binary file not shown.
@ -0,0 +1,4 @@
|
|||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
|
25
obj/Debug/net7.0-windows/GtaVUsersInfo.AssemblyInfo.cs
Normal file
25
obj/Debug/net7.0-windows/GtaVUsersInfo.AssemblyInfo.cs
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// Этот код создан программой.
|
||||||
|
// Исполняемая версия:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||||
|
// повторной генерации кода.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
|
||||||
|
[assembly: System.Reflection.AssemblyCompanyAttribute("GtaVUsersInfo")]
|
||||||
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyProductAttribute("GtaVUsersInfo")]
|
||||||
|
[assembly: System.Reflection.AssemblyTitleAttribute("GtaVUsersInfo")]
|
||||||
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||||
|
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||||
|
|
||||||
|
// Создано классом WriteCodeFragment MSBuild.
|
||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
bf2883fad82d301ce7378a0f2eddc43f7ecbc847
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo.Forms.AddCars.resources
Normal file
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo.Forms.AddCars.resources
Normal file
Binary file not shown.
Binary file not shown.
@ -0,0 +1,17 @@
|
|||||||
|
is_global = true
|
||||||
|
build_property.ApplicationManifest =
|
||||||
|
build_property.StartupObject =
|
||||||
|
build_property.ApplicationDefaultFont =
|
||||||
|
build_property.ApplicationHighDpiMode =
|
||||||
|
build_property.ApplicationUseCompatibleTextRendering =
|
||||||
|
build_property.ApplicationVisualStyles =
|
||||||
|
build_property.TargetFramework = net7.0-windows
|
||||||
|
build_property.TargetPlatformMinVersion = 7.0
|
||||||
|
build_property.UsingMicrosoftNETSdkWeb =
|
||||||
|
build_property.ProjectTypeGuids =
|
||||||
|
build_property.InvariantGlobalization =
|
||||||
|
build_property.PlatformNeutralAssembly =
|
||||||
|
build_property.EnforceExtendedAnalyzerRules =
|
||||||
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
|
build_property.RootNamespace = GtaVUsersInfo
|
||||||
|
build_property.ProjectDir = D:\projects\GtaVUsersInfo\
|
10
obj/Debug/net7.0-windows/GtaVUsersInfo.GlobalUsings.g.cs
Normal file
10
obj/Debug/net7.0-windows/GtaVUsersInfo.GlobalUsings.g.cs
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
// <auto-generated/>
|
||||||
|
global using global::System;
|
||||||
|
global using global::System.Collections.Generic;
|
||||||
|
global using global::System.Drawing;
|
||||||
|
global using global::System.IO;
|
||||||
|
global using global::System.Linq;
|
||||||
|
global using global::System.Net.Http;
|
||||||
|
global using global::System.Threading;
|
||||||
|
global using global::System.Threading.Tasks;
|
||||||
|
global using global::System.Windows.Forms;
|
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo.MainForm.resources
Normal file
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo.MainForm.resources
Normal file
Binary file not shown.
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo.Resources.resources
Normal file
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo.Resources.resources
Normal file
Binary file not shown.
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo.assets.cache
Normal file
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
1b431b71640ad8c8366a0fb13feab0d62c9938d2
|
@ -0,0 +1,36 @@
|
|||||||
|
D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\selenium-manager\linux\selenium-manager
|
||||||
|
D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\selenium-manager\macos\selenium-manager
|
||||||
|
D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\selenium-manager\windows\selenium-manager.exe
|
||||||
|
D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\GtaVUsersInfo.exe
|
||||||
|
D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\GtaVUsersInfo.deps.json
|
||||||
|
D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\GtaVUsersInfo.runtimeconfig.json
|
||||||
|
D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\GtaVUsersInfo.dll
|
||||||
|
D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\GtaVUsersInfo.pdb
|
||||||
|
D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\HtmlAgilityPack.dll
|
||||||
|
D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\Newtonsoft.Json.dll
|
||||||
|
D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\WebDriver.dll
|
||||||
|
D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\System.Text.Encodings.Web.dll
|
||||||
|
D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\System.Text.Json.dll
|
||||||
|
D:\projects\GtaVUsersInfo\bin\Debug\net7.0-windows\runtimes\browser\lib\net7.0\System.Text.Encodings.Web.dll
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.csproj.AssemblyReference.cache
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.CarControl.resources
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.CarItemMenuStrip.resources
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.CarPanelMenuStrip.resources
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.ParameterControl.resources
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.ParameterItemMenuStrip.resources
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.ParameterPanelMenuStrip.resources
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Forms.AddCars.resources
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Forms.AddParameter.resources
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.MainForm.resources
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.Resources.resources
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.csproj.GenerateResource.cache
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.AssemblyInfoInputs.cache
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.AssemblyInfo.cs
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.csproj.CoreCompileInputs.cache
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.csproj.CopyComplete
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.dll
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\refint\GtaVUsersInfo.dll
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.pdb
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\GtaVUsersInfo.genruntimeconfig.cache
|
||||||
|
D:\projects\GtaVUsersInfo\obj\Debug\net7.0-windows\ref\GtaVUsersInfo.dll
|
Binary file not shown.
102
obj/Debug/net7.0-windows/GtaVUsersInfo.designer.deps.json
Normal file
102
obj/Debug/net7.0-windows/GtaVUsersInfo.designer.deps.json
Normal file
@ -0,0 +1,102 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v7.0",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v7.0": {
|
||||||
|
"HtmlAgilityPack/1.11.67": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/HtmlAgilityPack.dll": {
|
||||||
|
"assemblyVersion": "1.11.67.0",
|
||||||
|
"fileVersion": "1.11.67.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Newtonsoft.Json/13.0.3": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/net6.0/Newtonsoft.Json.dll": {
|
||||||
|
"assemblyVersion": "13.0.0.0",
|
||||||
|
"fileVersion": "13.0.3.27908"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Selenium.WebDriver/4.25.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"System.Text.Json": "8.0.4"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/WebDriver.dll": {
|
||||||
|
"assemblyVersion": "4.0.0.0",
|
||||||
|
"fileVersion": "4.0.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"System.Text.Encodings.Web/8.0.0": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/net7.0/System.Text.Encodings.Web.dll": {
|
||||||
|
"assemblyVersion": "8.0.0.0",
|
||||||
|
"fileVersion": "8.0.23.53103"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeTargets": {
|
||||||
|
"runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": {
|
||||||
|
"rid": "browser",
|
||||||
|
"assetType": "runtime",
|
||||||
|
"assemblyVersion": "8.0.0.0",
|
||||||
|
"fileVersion": "8.0.23.53103"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"System.Text.Json/8.0.4": {
|
||||||
|
"dependencies": {
|
||||||
|
"System.Text.Encodings.Web": "8.0.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/net7.0/System.Text.Json.dll": {
|
||||||
|
"assemblyVersion": "8.0.0.0",
|
||||||
|
"fileVersion": "8.0.724.31311"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"HtmlAgilityPack/1.11.67": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-xnt6f8E56oK9nLqgkF42bsVSAkUuIuJnSfvzimK7GwvbhdXWRmGsx4A8AKmLOlCUq1rVSUADKalxnSMizHt4Mg==",
|
||||||
|
"path": "htmlagilitypack/1.11.67",
|
||||||
|
"hashPath": "htmlagilitypack.1.11.67.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Newtonsoft.Json/13.0.3": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
|
||||||
|
"path": "newtonsoft.json/13.0.3",
|
||||||
|
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Selenium.WebDriver/4.25.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-0g/9I5ennfL2ZaQoXsfEPj+GcqrKlcVr1yxh3C/Eed/acNZrC38OaXLorsuHdAHiGn+QySV3iz8/hFcOXvVcoA==",
|
||||||
|
"path": "selenium.webdriver/4.25.0",
|
||||||
|
"hashPath": "selenium.webdriver.4.25.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"System.Text.Encodings.Web/8.0.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
|
||||||
|
"path": "system.text.encodings.web/8.0.0",
|
||||||
|
"hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"System.Text.Json/8.0.4": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==",
|
||||||
|
"path": "system.text.json/8.0.4",
|
||||||
|
"hashPath": "system.text.json.8.0.4.nupkg.sha512"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "net7.0",
|
||||||
|
"frameworks": [
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App",
|
||||||
|
"version": "7.0.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.WindowsDesktop.App",
|
||||||
|
"version": "7.0.0"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"additionalProbingPaths": [
|
||||||
|
"C:\\Users\\eugen\\.dotnet\\store\\|arch|\\|tfm|",
|
||||||
|
"C:\\Users\\eugen\\.nuget\\packages"
|
||||||
|
],
|
||||||
|
"configProperties": {
|
||||||
|
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo.dll
Normal file
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo.dll
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
1dca396423b213e022a5832f3c1ce5b88d32350e
|
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo.pdb
Normal file
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo.pdb
Normal file
Binary file not shown.
25
obj/Debug/net7.0-windows/GtaVUsersInfo1.AssemblyInfo.cs
Normal file
25
obj/Debug/net7.0-windows/GtaVUsersInfo1.AssemblyInfo.cs
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// Этот код создан программой.
|
||||||
|
// Исполняемая версия:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||||
|
// повторной генерации кода.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
|
||||||
|
[assembly: System.Reflection.AssemblyCompanyAttribute("GtaVUsersInfo1")]
|
||||||
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyProductAttribute("GtaVUsersInfo1")]
|
||||||
|
[assembly: System.Reflection.AssemblyTitleAttribute("GtaVUsersInfo1")]
|
||||||
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||||
|
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||||
|
|
||||||
|
// Создано классом WriteCodeFragment MSBuild.
|
||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
f9d6e852aa75d27c59f5731101bb75c88f3f72f3
|
@ -0,0 +1,17 @@
|
|||||||
|
is_global = true
|
||||||
|
build_property.ApplicationManifest =
|
||||||
|
build_property.StartupObject =
|
||||||
|
build_property.ApplicationDefaultFont =
|
||||||
|
build_property.ApplicationHighDpiMode =
|
||||||
|
build_property.ApplicationUseCompatibleTextRendering =
|
||||||
|
build_property.ApplicationVisualStyles =
|
||||||
|
build_property.TargetFramework = net7.0-windows
|
||||||
|
build_property.TargetPlatformMinVersion = 7.0
|
||||||
|
build_property.UsingMicrosoftNETSdkWeb =
|
||||||
|
build_property.ProjectTypeGuids =
|
||||||
|
build_property.InvariantGlobalization =
|
||||||
|
build_property.PlatformNeutralAssembly =
|
||||||
|
build_property.EnforceExtendedAnalyzerRules =
|
||||||
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
|
build_property.RootNamespace = GtaVUsersInfo1
|
||||||
|
build_property.ProjectDir = D:\projects\GtaVUsersInfo\
|
10
obj/Debug/net7.0-windows/GtaVUsersInfo1.GlobalUsings.g.cs
Normal file
10
obj/Debug/net7.0-windows/GtaVUsersInfo1.GlobalUsings.g.cs
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
// <auto-generated/>
|
||||||
|
global using global::System;
|
||||||
|
global using global::System.Collections.Generic;
|
||||||
|
global using global::System.Drawing;
|
||||||
|
global using global::System.IO;
|
||||||
|
global using global::System.Linq;
|
||||||
|
global using global::System.Net.Http;
|
||||||
|
global using global::System.Threading;
|
||||||
|
global using global::System.Threading.Tasks;
|
||||||
|
global using global::System.Windows.Forms;
|
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo1.Resources.resources
Normal file
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo1.Resources.resources
Normal file
Binary file not shown.
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo1.assets.cache
Normal file
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo1.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
8997dec5842a298cc41c30a619c77c2f05352c9f
|
@ -0,0 +1,36 @@
|
|||||||
|
D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\selenium-manager\linux\selenium-manager
|
||||||
|
D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\selenium-manager\macos\selenium-manager
|
||||||
|
D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\selenium-manager\windows\selenium-manager.exe
|
||||||
|
D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\GtaVUsersInfo1.exe
|
||||||
|
D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\GtaVUsersInfo1.deps.json
|
||||||
|
D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\GtaVUsersInfo1.runtimeconfig.json
|
||||||
|
D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\GtaVUsersInfo1.dll
|
||||||
|
D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\GtaVUsersInfo1.pdb
|
||||||
|
D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\HtmlAgilityPack.dll
|
||||||
|
D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\Newtonsoft.Json.dll
|
||||||
|
D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\WebDriver.dll
|
||||||
|
D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\System.Text.Encodings.Web.dll
|
||||||
|
D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\System.Text.Json.dll
|
||||||
|
D:\projects\GtaVUsersInfo1\bin\Debug\net7.0-windows\runtimes\browser\lib\net7.0\System.Text.Encodings.Web.dll
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.csproj.AssemblyReference.cache
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.CarControl.resources
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.CarItemMenuStrip.resources
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.CarPanelMenuStrip.resources
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.ParameterControl.resources
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.ParameterItemMenuStrip.resources
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.Controls.ParameterPanelMenuStrip.resources
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.Forms.AddCars.resources
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.Forms.AddParameter.resources
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo.MainForm.resources
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.Resources.resources
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.csproj.GenerateResource.cache
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.AssemblyInfoInputs.cache
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.AssemblyInfo.cs
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.csproj.CoreCompileInputs.cache
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.csproj.CopyComplete
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.dll
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\refint\GtaVUsersInfo1.dll
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.pdb
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\GtaVUsersInfo1.genruntimeconfig.cache
|
||||||
|
D:\projects\GtaVUsersInfo1\obj\Debug\net7.0-windows\ref\GtaVUsersInfo1.dll
|
Binary file not shown.
102
obj/Debug/net7.0-windows/GtaVUsersInfo1.designer.deps.json
Normal file
102
obj/Debug/net7.0-windows/GtaVUsersInfo1.designer.deps.json
Normal file
@ -0,0 +1,102 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v7.0",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v7.0": {
|
||||||
|
"HtmlAgilityPack/1.11.67": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/HtmlAgilityPack.dll": {
|
||||||
|
"assemblyVersion": "1.11.67.0",
|
||||||
|
"fileVersion": "1.11.67.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Newtonsoft.Json/13.0.3": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/net6.0/Newtonsoft.Json.dll": {
|
||||||
|
"assemblyVersion": "13.0.0.0",
|
||||||
|
"fileVersion": "13.0.3.27908"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Selenium.WebDriver/4.25.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"System.Text.Json": "8.0.4"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/WebDriver.dll": {
|
||||||
|
"assemblyVersion": "4.0.0.0",
|
||||||
|
"fileVersion": "4.0.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"System.Text.Encodings.Web/8.0.0": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/net7.0/System.Text.Encodings.Web.dll": {
|
||||||
|
"assemblyVersion": "8.0.0.0",
|
||||||
|
"fileVersion": "8.0.23.53103"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeTargets": {
|
||||||
|
"runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": {
|
||||||
|
"rid": "browser",
|
||||||
|
"assetType": "runtime",
|
||||||
|
"assemblyVersion": "8.0.0.0",
|
||||||
|
"fileVersion": "8.0.23.53103"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"System.Text.Json/8.0.4": {
|
||||||
|
"dependencies": {
|
||||||
|
"System.Text.Encodings.Web": "8.0.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/net7.0/System.Text.Json.dll": {
|
||||||
|
"assemblyVersion": "8.0.0.0",
|
||||||
|
"fileVersion": "8.0.724.31311"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"HtmlAgilityPack/1.11.67": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-xnt6f8E56oK9nLqgkF42bsVSAkUuIuJnSfvzimK7GwvbhdXWRmGsx4A8AKmLOlCUq1rVSUADKalxnSMizHt4Mg==",
|
||||||
|
"path": "htmlagilitypack/1.11.67",
|
||||||
|
"hashPath": "htmlagilitypack.1.11.67.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Newtonsoft.Json/13.0.3": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
|
||||||
|
"path": "newtonsoft.json/13.0.3",
|
||||||
|
"hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Selenium.WebDriver/4.25.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-0g/9I5ennfL2ZaQoXsfEPj+GcqrKlcVr1yxh3C/Eed/acNZrC38OaXLorsuHdAHiGn+QySV3iz8/hFcOXvVcoA==",
|
||||||
|
"path": "selenium.webdriver/4.25.0",
|
||||||
|
"hashPath": "selenium.webdriver.4.25.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"System.Text.Encodings.Web/8.0.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
|
||||||
|
"path": "system.text.encodings.web/8.0.0",
|
||||||
|
"hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"System.Text.Json/8.0.4": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==",
|
||||||
|
"path": "system.text.json/8.0.4",
|
||||||
|
"hashPath": "system.text.json.8.0.4.nupkg.sha512"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "net7.0",
|
||||||
|
"frameworks": [
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App",
|
||||||
|
"version": "7.0.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.WindowsDesktop.App",
|
||||||
|
"version": "7.0.0"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"additionalProbingPaths": [
|
||||||
|
"C:\\Users\\eugen\\.dotnet\\store\\|arch|\\|tfm|",
|
||||||
|
"C:\\Users\\eugen\\.nuget\\packages"
|
||||||
|
],
|
||||||
|
"configProperties": {
|
||||||
|
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo1.dll
Normal file
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo1.dll
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
3efb2ba6420d2d36e1086cbea15e2b001f6a1e71
|
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo1.pdb
Normal file
BIN
obj/Debug/net7.0-windows/GtaVUsersInfo1.pdb
Normal file
Binary file not shown.
BIN
obj/Debug/net7.0-windows/TempPE/Resource.Designer.cs.dll
Normal file
BIN
obj/Debug/net7.0-windows/TempPE/Resource.Designer.cs.dll
Normal file
Binary file not shown.
BIN
obj/Debug/net7.0-windows/TempPE/Resource1.Designer.cs.dll
Normal file
BIN
obj/Debug/net7.0-windows/TempPE/Resource1.Designer.cs.dll
Normal file
Binary file not shown.
BIN
obj/Debug/net7.0-windows/TempPE/Resources.Designer.cs.dll
Normal file
BIN
obj/Debug/net7.0-windows/TempPE/Resources.Designer.cs.dll
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user