Add project files.
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 16
|
||||||
|
VisualStudioVersion = 16.0.34729.46
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Checker", "Checker\Checker.vbproj", "{F6563A8E-7BA1-487E-BAC6-33529D843E66}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{F6563A8E-7BA1-487E-BAC6-33529D843E66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{F6563A8E-7BA1-487E-BAC6-33529D843E66}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{F6563A8E-7BA1-487E-BAC6-33529D843E66}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{F6563A8E-7BA1-487E-BAC6-33529D843E66}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {FAE07C12-8E75-42A2-A6D3-36AB312E2161}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||||
|
</startup>
|
||||||
|
<runtime>
|
||||||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity name="MetroFramework" publicKeyToken="5f91a84759bf584a" culture="neutral" />
|
||||||
|
<bindingRedirect oldVersion="0.0.0.0-1.2.0.3" newVersion="1.2.0.3" />
|
||||||
|
</dependentAssembly>
|
||||||
|
</assemblyBinding>
|
||||||
|
</runtime>
|
||||||
|
</configuration>
|
||||||
@@ -0,0 +1,142 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<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>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<ProjectGuid>{F6563A8E-7BA1-487E-BAC6-33529D843E66}</ProjectGuid>
|
||||||
|
<OutputType>WinExe</OutputType>
|
||||||
|
<StartupObject>Checker.My.MyApplication</StartupObject>
|
||||||
|
<RootNamespace>Checker</RootNamespace>
|
||||||
|
<AssemblyName>Checker</AssemblyName>
|
||||||
|
<FileAlignment>512</FileAlignment>
|
||||||
|
<MyType>WindowsForms</MyType>
|
||||||
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||||||
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
|
<Deterministic>true</Deterministic>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<DefineDebug>true</DefineDebug>
|
||||||
|
<DefineTrace>true</DefineTrace>
|
||||||
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
|
<DocumentationFile>Checker.xml</DocumentationFile>
|
||||||
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
|
<DebugType>pdbonly</DebugType>
|
||||||
|
<DefineDebug>false</DefineDebug>
|
||||||
|
<DefineTrace>true</DefineTrace>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
|
<DocumentationFile>Checker.xml</DocumentationFile>
|
||||||
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<OptionExplicit>On</OptionExplicit>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<OptionCompare>Binary</OptionCompare>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<OptionStrict>Off</OptionStrict>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<OptionInfer>On</OptionInfer>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Reference Include="MetroFramework, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MetroFramework.Design, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.Design.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="MetroFramework.Fonts, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\MetroModernUI.1.4.0.0\lib\net\MetroFramework.Fonts.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Data" />
|
||||||
|
<Reference Include="System.Deployment" />
|
||||||
|
<Reference Include="System.Drawing" />
|
||||||
|
<Reference Include="System.Windows.Forms" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
<Reference Include="System.Core" />
|
||||||
|
<Reference Include="System.Xml.Linq" />
|
||||||
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
|
<Reference Include="System.Net.Http" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Import Include="Microsoft.VisualBasic" />
|
||||||
|
<Import Include="System" />
|
||||||
|
<Import Include="System.Collections" />
|
||||||
|
<Import Include="System.Collections.Generic" />
|
||||||
|
<Import Include="System.Data" />
|
||||||
|
<Import Include="System.Drawing" />
|
||||||
|
<Import Include="System.Diagnostics" />
|
||||||
|
<Import Include="System.Windows.Forms" />
|
||||||
|
<Import Include="System.Linq" />
|
||||||
|
<Import Include="System.Xml.Linq" />
|
||||||
|
<Import Include="System.Threading.Tasks" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="Main.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Main.Designer.vb">
|
||||||
|
<DependentUpon>Main.vb</DependentUpon>
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Import.Designer.vb">
|
||||||
|
<DependentUpon>Import.vb</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Import.vb">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||||
|
<Compile Include="My Project\Application.Designer.vb">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>Application.myapp</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="My Project\Resources.Designer.vb">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="My Project\Settings.Designer.vb">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>Settings.settings</DependentUpon>
|
||||||
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Include="Main.resx">
|
||||||
|
<DependentUpon>Main.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Import.resx">
|
||||||
|
<DependentUpon>Import.vb</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="My Project\Resources.resx">
|
||||||
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||||
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="My Project\Application.myapp">
|
||||||
|
<Generator>MyApplicationCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||||
|
</None>
|
||||||
|
<None Include="My Project\Settings.settings">
|
||||||
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
|
<CustomToolNamespace>My</CustomToolNamespace>
|
||||||
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||||
|
</None>
|
||||||
|
<None Include="App.config" />
|
||||||
|
<None Include="packages.config" />
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||||
|
</Project>
|
||||||
Generated
+463
@@ -0,0 +1,463 @@
|
|||||||
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||||
|
Partial Class Import
|
||||||
|
Inherits System.Windows.Forms.Form
|
||||||
|
|
||||||
|
'Form overrides dispose to clean up the component list.
|
||||||
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||||
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||||
|
Try
|
||||||
|
If disposing AndAlso components IsNot Nothing Then
|
||||||
|
components.Dispose()
|
||||||
|
End If
|
||||||
|
Finally
|
||||||
|
MyBase.Dispose(disposing)
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
'Required by the Windows Form Designer
|
||||||
|
Private components As System.ComponentModel.IContainer
|
||||||
|
|
||||||
|
'NOTE: The following procedure is required by the Windows Form Designer
|
||||||
|
'It can be modified using the Windows Form Designer.
|
||||||
|
'Do not modify it using the code editor.
|
||||||
|
<System.Diagnostics.DebuggerStepThrough()> _
|
||||||
|
Private Sub InitializeComponent()
|
||||||
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel3 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel4 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Label3 = New System.Windows.Forms.Label()
|
||||||
|
Me.Label2 = New System.Windows.Forms.Label()
|
||||||
|
Me.Label1 = New System.Windows.Forms.Label()
|
||||||
|
Me.Panel5 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel6 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel7 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel12 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel11 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Label4 = New System.Windows.Forms.Label()
|
||||||
|
Me.Panel10 = New System.Windows.Forms.Panel()
|
||||||
|
Me.btnBrowse = New MetroFramework.Controls.MetroButton()
|
||||||
|
Me.Panel13 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel9 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel8 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel14 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel15 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel16 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel17 = New System.Windows.Forms.Panel()
|
||||||
|
Me.btnRemove = New MetroFramework.Controls.MetroButton()
|
||||||
|
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
||||||
|
Me.Panel18 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel19 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel20 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel21 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Label5 = New System.Windows.Forms.Label()
|
||||||
|
Me.Panel22 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel23 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel24 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Label6 = New System.Windows.Forms.Label()
|
||||||
|
Me.MetroComboBox1 = New MetroFramework.Controls.MetroComboBox()
|
||||||
|
Me.Panel4.SuspendLayout()
|
||||||
|
Me.Panel7.SuspendLayout()
|
||||||
|
Me.Panel12.SuspendLayout()
|
||||||
|
Me.Panel11.SuspendLayout()
|
||||||
|
Me.Panel10.SuspendLayout()
|
||||||
|
Me.Panel17.SuspendLayout()
|
||||||
|
Me.Panel18.SuspendLayout()
|
||||||
|
Me.Panel23.SuspendLayout()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'Panel1
|
||||||
|
'
|
||||||
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.Panel1.Name = "Panel1"
|
||||||
|
Me.Panel1.Size = New System.Drawing.Size(382, 10)
|
||||||
|
Me.Panel1.TabIndex = 0
|
||||||
|
'
|
||||||
|
'Panel2
|
||||||
|
'
|
||||||
|
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Left
|
||||||
|
Me.Panel2.Location = New System.Drawing.Point(0, 10)
|
||||||
|
Me.Panel2.Name = "Panel2"
|
||||||
|
Me.Panel2.Size = New System.Drawing.Size(10, 532)
|
||||||
|
Me.Panel2.TabIndex = 1
|
||||||
|
'
|
||||||
|
'Panel3
|
||||||
|
'
|
||||||
|
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Right
|
||||||
|
Me.Panel3.Location = New System.Drawing.Point(372, 10)
|
||||||
|
Me.Panel3.Name = "Panel3"
|
||||||
|
Me.Panel3.Size = New System.Drawing.Size(10, 532)
|
||||||
|
Me.Panel3.TabIndex = 2
|
||||||
|
'
|
||||||
|
'Panel4
|
||||||
|
'
|
||||||
|
Me.Panel4.Controls.Add(Me.Label3)
|
||||||
|
Me.Panel4.Controls.Add(Me.Label2)
|
||||||
|
Me.Panel4.Controls.Add(Me.Label1)
|
||||||
|
Me.Panel4.Controls.Add(Me.Panel5)
|
||||||
|
Me.Panel4.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel4.Location = New System.Drawing.Point(10, 10)
|
||||||
|
Me.Panel4.Name = "Panel4"
|
||||||
|
Me.Panel4.Size = New System.Drawing.Size(362, 24)
|
||||||
|
Me.Panel4.TabIndex = 3
|
||||||
|
'
|
||||||
|
'Label3
|
||||||
|
'
|
||||||
|
Me.Label3.AutoSize = True
|
||||||
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.Label3.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.Label3.Location = New System.Drawing.Point(164, 3)
|
||||||
|
Me.Label3.Name = "Label3"
|
||||||
|
Me.Label3.Size = New System.Drawing.Size(49, 17)
|
||||||
|
Me.Label3.TabIndex = 9
|
||||||
|
Me.Label3.Text = "Paste"
|
||||||
|
'
|
||||||
|
'Label2
|
||||||
|
'
|
||||||
|
Me.Label2.AutoSize = True
|
||||||
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.Label2.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.Label2.Location = New System.Drawing.Point(121, 3)
|
||||||
|
Me.Label2.Name = "Label2"
|
||||||
|
Me.Label2.Size = New System.Drawing.Size(34, 17)
|
||||||
|
Me.Label2.TabIndex = 8
|
||||||
|
Me.Label2.Text = "File"
|
||||||
|
'
|
||||||
|
'Label1
|
||||||
|
'
|
||||||
|
Me.Label1.AutoSize = True
|
||||||
|
Me.Label1.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.Label1.Location = New System.Drawing.Point(28, 3)
|
||||||
|
Me.Label1.Name = "Label1"
|
||||||
|
Me.Label1.Size = New System.Drawing.Size(87, 17)
|
||||||
|
Me.Label1.TabIndex = 7
|
||||||
|
Me.Label1.Text = "Import From:"
|
||||||
|
'
|
||||||
|
'Panel5
|
||||||
|
'
|
||||||
|
Me.Panel5.Dock = System.Windows.Forms.DockStyle.Left
|
||||||
|
Me.Panel5.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.Panel5.Name = "Panel5"
|
||||||
|
Me.Panel5.Size = New System.Drawing.Size(22, 24)
|
||||||
|
Me.Panel5.TabIndex = 6
|
||||||
|
'
|
||||||
|
'Panel6
|
||||||
|
'
|
||||||
|
Me.Panel6.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel6.Location = New System.Drawing.Point(10, 34)
|
||||||
|
Me.Panel6.Name = "Panel6"
|
||||||
|
Me.Panel6.Size = New System.Drawing.Size(362, 30)
|
||||||
|
Me.Panel6.TabIndex = 5
|
||||||
|
'
|
||||||
|
'Panel7
|
||||||
|
'
|
||||||
|
Me.Panel7.Controls.Add(Me.Panel12)
|
||||||
|
Me.Panel7.Controls.Add(Me.Panel11)
|
||||||
|
Me.Panel7.Controls.Add(Me.Panel10)
|
||||||
|
Me.Panel7.Controls.Add(Me.Panel9)
|
||||||
|
Me.Panel7.Controls.Add(Me.Panel8)
|
||||||
|
Me.Panel7.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel7.Location = New System.Drawing.Point(10, 64)
|
||||||
|
Me.Panel7.Name = "Panel7"
|
||||||
|
Me.Panel7.Size = New System.Drawing.Size(362, 229)
|
||||||
|
Me.Panel7.TabIndex = 7
|
||||||
|
'
|
||||||
|
'Panel12
|
||||||
|
'
|
||||||
|
Me.Panel12.Controls.Add(Me.ListBox1)
|
||||||
|
Me.Panel12.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
|
Me.Panel12.Location = New System.Drawing.Point(10, 43)
|
||||||
|
Me.Panel12.Name = "Panel12"
|
||||||
|
Me.Panel12.Size = New System.Drawing.Size(271, 186)
|
||||||
|
Me.Panel12.TabIndex = 9
|
||||||
|
'
|
||||||
|
'Panel11
|
||||||
|
'
|
||||||
|
Me.Panel11.Controls.Add(Me.Label4)
|
||||||
|
Me.Panel11.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel11.Location = New System.Drawing.Point(10, 10)
|
||||||
|
Me.Panel11.Name = "Panel11"
|
||||||
|
Me.Panel11.Size = New System.Drawing.Size(271, 33)
|
||||||
|
Me.Panel11.TabIndex = 7
|
||||||
|
'
|
||||||
|
'Label4
|
||||||
|
'
|
||||||
|
Me.Label4.AutoSize = True
|
||||||
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.Label4.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.Label4.Location = New System.Drawing.Point(6, 7)
|
||||||
|
Me.Label4.Name = "Label4"
|
||||||
|
Me.Label4.Size = New System.Drawing.Size(81, 20)
|
||||||
|
Me.Label4.TabIndex = 10
|
||||||
|
Me.Label4.Text = "Location"
|
||||||
|
'
|
||||||
|
'Panel10
|
||||||
|
'
|
||||||
|
Me.Panel10.Controls.Add(Me.btnRemove)
|
||||||
|
Me.Panel10.Controls.Add(Me.btnBrowse)
|
||||||
|
Me.Panel10.Controls.Add(Me.Panel13)
|
||||||
|
Me.Panel10.Dock = System.Windows.Forms.DockStyle.Right
|
||||||
|
Me.Panel10.Location = New System.Drawing.Point(281, 10)
|
||||||
|
Me.Panel10.Name = "Panel10"
|
||||||
|
Me.Panel10.Size = New System.Drawing.Size(81, 219)
|
||||||
|
Me.Panel10.TabIndex = 5
|
||||||
|
'
|
||||||
|
'btnBrowse
|
||||||
|
'
|
||||||
|
Me.btnBrowse.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.btnBrowse.Location = New System.Drawing.Point(0, 32)
|
||||||
|
Me.btnBrowse.Name = "btnBrowse"
|
||||||
|
Me.btnBrowse.Size = New System.Drawing.Size(81, 35)
|
||||||
|
Me.btnBrowse.TabIndex = 4
|
||||||
|
Me.btnBrowse.Text = "Browse"
|
||||||
|
Me.btnBrowse.Theme = MetroFramework.MetroThemeStyle.Dark
|
||||||
|
Me.btnBrowse.UseSelectable = True
|
||||||
|
'
|
||||||
|
'Panel13
|
||||||
|
'
|
||||||
|
Me.Panel13.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel13.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.Panel13.Name = "Panel13"
|
||||||
|
Me.Panel13.Size = New System.Drawing.Size(81, 32)
|
||||||
|
Me.Panel13.TabIndex = 2
|
||||||
|
'
|
||||||
|
'Panel9
|
||||||
|
'
|
||||||
|
Me.Panel9.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel9.Location = New System.Drawing.Point(10, 0)
|
||||||
|
Me.Panel9.Name = "Panel9"
|
||||||
|
Me.Panel9.Size = New System.Drawing.Size(352, 10)
|
||||||
|
Me.Panel9.TabIndex = 3
|
||||||
|
'
|
||||||
|
'Panel8
|
||||||
|
'
|
||||||
|
Me.Panel8.Dock = System.Windows.Forms.DockStyle.Left
|
||||||
|
Me.Panel8.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.Panel8.Name = "Panel8"
|
||||||
|
Me.Panel8.Size = New System.Drawing.Size(10, 229)
|
||||||
|
Me.Panel8.TabIndex = 1
|
||||||
|
'
|
||||||
|
'Panel14
|
||||||
|
'
|
||||||
|
Me.Panel14.Dock = System.Windows.Forms.DockStyle.Left
|
||||||
|
Me.Panel14.Location = New System.Drawing.Point(10, 293)
|
||||||
|
Me.Panel14.Name = "Panel14"
|
||||||
|
Me.Panel14.Size = New System.Drawing.Size(10, 249)
|
||||||
|
Me.Panel14.TabIndex = 10
|
||||||
|
'
|
||||||
|
'Panel15
|
||||||
|
'
|
||||||
|
Me.Panel15.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel15.Location = New System.Drawing.Point(20, 293)
|
||||||
|
Me.Panel15.Name = "Panel15"
|
||||||
|
Me.Panel15.Size = New System.Drawing.Size(352, 10)
|
||||||
|
Me.Panel15.TabIndex = 11
|
||||||
|
'
|
||||||
|
'Panel16
|
||||||
|
'
|
||||||
|
Me.Panel16.Dock = System.Windows.Forms.DockStyle.Right
|
||||||
|
Me.Panel16.Location = New System.Drawing.Point(362, 303)
|
||||||
|
Me.Panel16.Name = "Panel16"
|
||||||
|
Me.Panel16.Size = New System.Drawing.Size(10, 239)
|
||||||
|
Me.Panel16.TabIndex = 12
|
||||||
|
'
|
||||||
|
'Panel17
|
||||||
|
'
|
||||||
|
Me.Panel17.Controls.Add(Me.Label5)
|
||||||
|
Me.Panel17.Controls.Add(Me.Panel21)
|
||||||
|
Me.Panel17.Controls.Add(Me.Panel20)
|
||||||
|
Me.Panel17.Controls.Add(Me.Panel19)
|
||||||
|
Me.Panel17.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel17.Location = New System.Drawing.Point(20, 303)
|
||||||
|
Me.Panel17.Name = "Panel17"
|
||||||
|
Me.Panel17.Size = New System.Drawing.Size(342, 47)
|
||||||
|
Me.Panel17.TabIndex = 14
|
||||||
|
'
|
||||||
|
'btnRemove
|
||||||
|
'
|
||||||
|
Me.btnRemove.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.btnRemove.Location = New System.Drawing.Point(0, 67)
|
||||||
|
Me.btnRemove.Name = "btnRemove"
|
||||||
|
Me.btnRemove.Size = New System.Drawing.Size(81, 35)
|
||||||
|
Me.btnRemove.TabIndex = 5
|
||||||
|
Me.btnRemove.Text = "Remove"
|
||||||
|
Me.btnRemove.Theme = MetroFramework.MetroThemeStyle.Dark
|
||||||
|
Me.btnRemove.UseSelectable = True
|
||||||
|
'
|
||||||
|
'ListBox1
|
||||||
|
'
|
||||||
|
Me.ListBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(17, Byte), Integer), CType(CType(17, Byte), Integer), CType(CType(17, Byte), Integer))
|
||||||
|
Me.ListBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
|
Me.ListBox1.FormattingEnabled = True
|
||||||
|
Me.ListBox1.ItemHeight = 16
|
||||||
|
Me.ListBox1.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.ListBox1.Name = "ListBox1"
|
||||||
|
Me.ListBox1.Size = New System.Drawing.Size(271, 186)
|
||||||
|
Me.ListBox1.TabIndex = 1
|
||||||
|
'
|
||||||
|
'Panel18
|
||||||
|
'
|
||||||
|
Me.Panel18.Controls.Add(Me.Panel24)
|
||||||
|
Me.Panel18.Controls.Add(Me.Panel23)
|
||||||
|
Me.Panel18.Controls.Add(Me.Panel22)
|
||||||
|
Me.Panel18.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
|
Me.Panel18.Location = New System.Drawing.Point(20, 350)
|
||||||
|
Me.Panel18.Name = "Panel18"
|
||||||
|
Me.Panel18.Size = New System.Drawing.Size(342, 192)
|
||||||
|
Me.Panel18.TabIndex = 16
|
||||||
|
'
|
||||||
|
'Panel19
|
||||||
|
'
|
||||||
|
Me.Panel19.Dock = System.Windows.Forms.DockStyle.Left
|
||||||
|
Me.Panel19.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.Panel19.Name = "Panel19"
|
||||||
|
Me.Panel19.Size = New System.Drawing.Size(12, 47)
|
||||||
|
Me.Panel19.TabIndex = 4
|
||||||
|
'
|
||||||
|
'Panel20
|
||||||
|
'
|
||||||
|
Me.Panel20.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel20.Location = New System.Drawing.Point(12, 0)
|
||||||
|
Me.Panel20.Name = "Panel20"
|
||||||
|
Me.Panel20.Size = New System.Drawing.Size(330, 10)
|
||||||
|
Me.Panel20.TabIndex = 6
|
||||||
|
'
|
||||||
|
'Panel21
|
||||||
|
'
|
||||||
|
Me.Panel21.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||||
|
Me.Panel21.Location = New System.Drawing.Point(12, 37)
|
||||||
|
Me.Panel21.Name = "Panel21"
|
||||||
|
Me.Panel21.Size = New System.Drawing.Size(330, 10)
|
||||||
|
Me.Panel21.TabIndex = 7
|
||||||
|
'
|
||||||
|
'Label5
|
||||||
|
'
|
||||||
|
Me.Label5.AutoSize = True
|
||||||
|
Me.Label5.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.Label5.Location = New System.Drawing.Point(18, 17)
|
||||||
|
Me.Label5.Name = "Label5"
|
||||||
|
Me.Label5.Size = New System.Drawing.Size(64, 17)
|
||||||
|
Me.Label5.TabIndex = 8
|
||||||
|
Me.Label5.Text = "Defaults:"
|
||||||
|
'
|
||||||
|
'Panel22
|
||||||
|
'
|
||||||
|
Me.Panel22.Dock = System.Windows.Forms.DockStyle.Left
|
||||||
|
Me.Panel22.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.Panel22.Name = "Panel22"
|
||||||
|
Me.Panel22.Size = New System.Drawing.Size(12, 192)
|
||||||
|
Me.Panel22.TabIndex = 5
|
||||||
|
'
|
||||||
|
'Panel23
|
||||||
|
'
|
||||||
|
Me.Panel23.Controls.Add(Me.MetroComboBox1)
|
||||||
|
Me.Panel23.Controls.Add(Me.Label6)
|
||||||
|
Me.Panel23.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel23.Location = New System.Drawing.Point(12, 0)
|
||||||
|
Me.Panel23.Name = "Panel23"
|
||||||
|
Me.Panel23.Size = New System.Drawing.Size(330, 40)
|
||||||
|
Me.Panel23.TabIndex = 6
|
||||||
|
'
|
||||||
|
'Panel24
|
||||||
|
'
|
||||||
|
Me.Panel24.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel24.Location = New System.Drawing.Point(12, 40)
|
||||||
|
Me.Panel24.Name = "Panel24"
|
||||||
|
Me.Panel24.Size = New System.Drawing.Size(330, 10)
|
||||||
|
Me.Panel24.TabIndex = 8
|
||||||
|
'
|
||||||
|
'Label6
|
||||||
|
'
|
||||||
|
Me.Label6.AutoSize = True
|
||||||
|
Me.Label6.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.Label6.Location = New System.Drawing.Point(30, 8)
|
||||||
|
Me.Label6.Name = "Label6"
|
||||||
|
Me.Label6.Size = New System.Drawing.Size(40, 17)
|
||||||
|
Me.Label6.TabIndex = 9
|
||||||
|
Me.Label6.Text = "Type"
|
||||||
|
'
|
||||||
|
'MetroComboBox1
|
||||||
|
'
|
||||||
|
Me.MetroComboBox1.FormattingEnabled = True
|
||||||
|
Me.MetroComboBox1.ItemHeight = 24
|
||||||
|
Me.MetroComboBox1.Items.AddRange(New Object() {"HTTP", "Socks4", "Socks4a", "Socks5"})
|
||||||
|
Me.MetroComboBox1.Location = New System.Drawing.Point(102, 5)
|
||||||
|
Me.MetroComboBox1.Name = "MetroComboBox1"
|
||||||
|
Me.MetroComboBox1.Size = New System.Drawing.Size(222, 30)
|
||||||
|
Me.MetroComboBox1.TabIndex = 9
|
||||||
|
Me.MetroComboBox1.Theme = MetroFramework.MetroThemeStyle.Dark
|
||||||
|
Me.MetroComboBox1.UseSelectable = True
|
||||||
|
'
|
||||||
|
'Import
|
||||||
|
'
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(34, Byte), Integer), CType(CType(34, Byte), Integer), CType(CType(34, Byte), Integer))
|
||||||
|
Me.ClientSize = New System.Drawing.Size(382, 542)
|
||||||
|
Me.Controls.Add(Me.Panel18)
|
||||||
|
Me.Controls.Add(Me.Panel17)
|
||||||
|
Me.Controls.Add(Me.Panel16)
|
||||||
|
Me.Controls.Add(Me.Panel15)
|
||||||
|
Me.Controls.Add(Me.Panel14)
|
||||||
|
Me.Controls.Add(Me.Panel7)
|
||||||
|
Me.Controls.Add(Me.Panel6)
|
||||||
|
Me.Controls.Add(Me.Panel4)
|
||||||
|
Me.Controls.Add(Me.Panel3)
|
||||||
|
Me.Controls.Add(Me.Panel2)
|
||||||
|
Me.Controls.Add(Me.Panel1)
|
||||||
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
||||||
|
Me.Name = "Import"
|
||||||
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
|
Me.Text = "Import Proxies"
|
||||||
|
Me.Panel4.ResumeLayout(False)
|
||||||
|
Me.Panel4.PerformLayout()
|
||||||
|
Me.Panel7.ResumeLayout(False)
|
||||||
|
Me.Panel12.ResumeLayout(False)
|
||||||
|
Me.Panel11.ResumeLayout(False)
|
||||||
|
Me.Panel11.PerformLayout()
|
||||||
|
Me.Panel10.ResumeLayout(False)
|
||||||
|
Me.Panel17.ResumeLayout(False)
|
||||||
|
Me.Panel17.PerformLayout()
|
||||||
|
Me.Panel18.ResumeLayout(False)
|
||||||
|
Me.Panel23.ResumeLayout(False)
|
||||||
|
Me.Panel23.PerformLayout()
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Friend WithEvents Panel1 As Panel
|
||||||
|
Friend WithEvents Panel2 As Panel
|
||||||
|
Friend WithEvents Panel3 As Panel
|
||||||
|
Friend WithEvents Panel4 As Panel
|
||||||
|
Friend WithEvents Label3 As Label
|
||||||
|
Friend WithEvents Label2 As Label
|
||||||
|
Friend WithEvents Label1 As Label
|
||||||
|
Friend WithEvents Panel5 As Panel
|
||||||
|
Friend WithEvents Panel6 As Panel
|
||||||
|
Friend WithEvents Panel7 As Panel
|
||||||
|
Friend WithEvents Panel12 As Panel
|
||||||
|
Friend WithEvents Panel11 As Panel
|
||||||
|
Friend WithEvents Label4 As Label
|
||||||
|
Friend WithEvents Panel10 As Panel
|
||||||
|
Friend WithEvents Panel9 As Panel
|
||||||
|
Friend WithEvents Panel8 As Panel
|
||||||
|
Friend WithEvents btnBrowse As MetroFramework.Controls.MetroButton
|
||||||
|
Friend WithEvents Panel13 As Panel
|
||||||
|
Friend WithEvents Panel14 As Panel
|
||||||
|
Friend WithEvents Panel15 As Panel
|
||||||
|
Friend WithEvents Panel16 As Panel
|
||||||
|
Friend WithEvents Panel17 As Panel
|
||||||
|
Friend WithEvents btnRemove As MetroFramework.Controls.MetroButton
|
||||||
|
Friend WithEvents ListBox1 As ListBox
|
||||||
|
Friend WithEvents Label5 As Label
|
||||||
|
Friend WithEvents Panel21 As Panel
|
||||||
|
Friend WithEvents Panel20 As Panel
|
||||||
|
Friend WithEvents Panel19 As Panel
|
||||||
|
Friend WithEvents Panel18 As Panel
|
||||||
|
Friend WithEvents Panel24 As Panel
|
||||||
|
Friend WithEvents Panel23 As Panel
|
||||||
|
Friend WithEvents MetroComboBox1 As MetroFramework.Controls.MetroComboBox
|
||||||
|
Friend WithEvents Label6 As Label
|
||||||
|
Friend WithEvents Panel22 As Panel
|
||||||
|
End Class
|
||||||
@@ -0,0 +1,120 @@
|
|||||||
|
<?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.Runtime.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:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<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" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</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" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
Public Class Import
|
||||||
|
|
||||||
|
End Class
|
||||||
Generated
+751
@@ -0,0 +1,751 @@
|
|||||||
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||||
|
Partial Class Main
|
||||||
|
Inherits System.Windows.Forms.Form
|
||||||
|
|
||||||
|
'Form overrides dispose to clean up the component list.
|
||||||
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||||
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||||
|
Try
|
||||||
|
If disposing AndAlso components IsNot Nothing Then
|
||||||
|
components.Dispose()
|
||||||
|
End If
|
||||||
|
Finally
|
||||||
|
MyBase.Dispose(disposing)
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
'Required by the Windows Form Designer
|
||||||
|
Private components As System.ComponentModel.IContainer
|
||||||
|
|
||||||
|
'NOTE: The following procedure is required by the Windows Form Designer
|
||||||
|
'It can be modified using the Windows Form Designer.
|
||||||
|
'Do not modify it using the code editor.
|
||||||
|
<System.Diagnostics.DebuggerStepThrough()> _
|
||||||
|
Private Sub InitializeComponent()
|
||||||
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||||
|
Me.btnMinimize = New MetroFramework.Controls.MetroButton()
|
||||||
|
Me.btnMaximize = New MetroFramework.Controls.MetroButton()
|
||||||
|
Me.btn_Close = New MetroFramework.Controls.MetroButton()
|
||||||
|
Me.Panel19 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel3 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel4 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel11 = New System.Windows.Forms.Panel()
|
||||||
|
Me.lblSocks5 = New System.Windows.Forms.Label()
|
||||||
|
Me.Label19 = New System.Windows.Forms.Label()
|
||||||
|
Me.lblSocks4a = New System.Windows.Forms.Label()
|
||||||
|
Me.Label17 = New System.Windows.Forms.Label()
|
||||||
|
Me.lblSocks4 = New System.Windows.Forms.Label()
|
||||||
|
Me.Label15 = New System.Windows.Forms.Label()
|
||||||
|
Me.lblHTTP = New System.Windows.Forms.Label()
|
||||||
|
Me.Label13 = New System.Windows.Forms.Label()
|
||||||
|
Me.lblNotWorkingStat = New System.Windows.Forms.Label()
|
||||||
|
Me.Label11 = New System.Windows.Forms.Label()
|
||||||
|
Me.lblWorkingStat = New System.Windows.Forms.Label()
|
||||||
|
Me.Label9 = New System.Windows.Forms.Label()
|
||||||
|
Me.lblTestedStat = New System.Windows.Forms.Label()
|
||||||
|
Me.Label7 = New System.Windows.Forms.Label()
|
||||||
|
Me.lblTotalStat = New System.Windows.Forms.Label()
|
||||||
|
Me.Label3 = New System.Windows.Forms.Label()
|
||||||
|
Me.Panel16 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel13 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel15 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel14 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Label2 = New System.Windows.Forms.Label()
|
||||||
|
Me.Panel12 = New System.Windows.Forms.Panel()
|
||||||
|
Me.btnDeleteUntested = New MetroFramework.Controls.MetroButton()
|
||||||
|
Me.btnDeleteDuplicates = New MetroFramework.Controls.MetroButton()
|
||||||
|
Me.btnDeleteNotWorking = New MetroFramework.Controls.MetroButton()
|
||||||
|
Me.btnDeleteAll = New MetroFramework.Controls.MetroButton()
|
||||||
|
Me.btnDelete = New MetroFramework.Controls.MetroButton()
|
||||||
|
Me.btnExport = New MetroFramework.Controls.MetroButton()
|
||||||
|
Me.btnImport = New MetroFramework.Controls.MetroButton()
|
||||||
|
Me.Panel10 = New System.Windows.Forms.Panel()
|
||||||
|
Me.btnCheck = New MetroFramework.Controls.MetroButton()
|
||||||
|
Me.Panel6 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel5 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel7 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel8 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Label1 = New System.Windows.Forms.Label()
|
||||||
|
Me.MetroProgressBar1 = New MetroFramework.Controls.MetroProgressBar()
|
||||||
|
Me.Panel9 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Panel17 = New System.Windows.Forms.Panel()
|
||||||
|
Me.NumOfBots_lbl = New System.Windows.Forms.Label()
|
||||||
|
Me.MetroTrackBar1 = New MetroFramework.Controls.MetroTrackBar()
|
||||||
|
Me.Panel18 = New System.Windows.Forms.Panel()
|
||||||
|
Me.Label4 = New System.Windows.Forms.Label()
|
||||||
|
Me.Panel20 = New System.Windows.Forms.Panel()
|
||||||
|
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
||||||
|
Me.Panel1.SuspendLayout()
|
||||||
|
Me.Panel4.SuspendLayout()
|
||||||
|
Me.Panel11.SuspendLayout()
|
||||||
|
Me.Panel13.SuspendLayout()
|
||||||
|
Me.Panel8.SuspendLayout()
|
||||||
|
Me.Panel17.SuspendLayout()
|
||||||
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'Panel1
|
||||||
|
'
|
||||||
|
Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(17, Byte), Integer), CType(CType(17, Byte), Integer), CType(CType(17, Byte), Integer))
|
||||||
|
Me.Panel1.Controls.Add(Me.btnMinimize)
|
||||||
|
Me.Panel1.Controls.Add(Me.btnMaximize)
|
||||||
|
Me.Panel1.Controls.Add(Me.btn_Close)
|
||||||
|
Me.Panel1.Controls.Add(Me.Panel19)
|
||||||
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.Panel1.Name = "Panel1"
|
||||||
|
Me.Panel1.Size = New System.Drawing.Size(728, 40)
|
||||||
|
Me.Panel1.TabIndex = 0
|
||||||
|
'
|
||||||
|
'btnMinimize
|
||||||
|
'
|
||||||
|
Me.btnMinimize.Dock = System.Windows.Forms.DockStyle.Right
|
||||||
|
Me.btnMinimize.FontSize = MetroFramework.MetroButtonSize.Tall
|
||||||
|
Me.btnMinimize.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.btnMinimize.Location = New System.Drawing.Point(588, 0)
|
||||||
|
Me.btnMinimize.Name = "btnMinimize"
|
||||||
|
Me.btnMinimize.Size = New System.Drawing.Size(40, 40)
|
||||||
|
Me.btnMinimize.TabIndex = 14
|
||||||
|
Me.btnMinimize.Text = "-"
|
||||||
|
Me.btnMinimize.Theme = MetroFramework.MetroThemeStyle.Dark
|
||||||
|
Me.btnMinimize.UseSelectable = True
|
||||||
|
'
|
||||||
|
'btnMaximize
|
||||||
|
'
|
||||||
|
Me.btnMaximize.Dock = System.Windows.Forms.DockStyle.Right
|
||||||
|
Me.btnMaximize.FontSize = MetroFramework.MetroButtonSize.Tall
|
||||||
|
Me.btnMaximize.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.btnMaximize.Location = New System.Drawing.Point(628, 0)
|
||||||
|
Me.btnMaximize.Name = "btnMaximize"
|
||||||
|
Me.btnMaximize.Size = New System.Drawing.Size(40, 40)
|
||||||
|
Me.btnMaximize.TabIndex = 13
|
||||||
|
Me.btnMaximize.Text = "□"
|
||||||
|
Me.btnMaximize.Theme = MetroFramework.MetroThemeStyle.Dark
|
||||||
|
Me.btnMaximize.UseSelectable = True
|
||||||
|
'
|
||||||
|
'btn_Close
|
||||||
|
'
|
||||||
|
Me.btn_Close.Dock = System.Windows.Forms.DockStyle.Right
|
||||||
|
Me.btn_Close.FontSize = MetroFramework.MetroButtonSize.Tall
|
||||||
|
Me.btn_Close.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.btn_Close.Location = New System.Drawing.Point(668, 0)
|
||||||
|
Me.btn_Close.Name = "btn_Close"
|
||||||
|
Me.btn_Close.Size = New System.Drawing.Size(40, 40)
|
||||||
|
Me.btn_Close.Style = MetroFramework.MetroColorStyle.Black
|
||||||
|
Me.btn_Close.TabIndex = 12
|
||||||
|
Me.btn_Close.Text = "X"
|
||||||
|
Me.btn_Close.Theme = MetroFramework.MetroThemeStyle.Dark
|
||||||
|
Me.btn_Close.UseSelectable = True
|
||||||
|
'
|
||||||
|
'Panel19
|
||||||
|
'
|
||||||
|
Me.Panel19.Dock = System.Windows.Forms.DockStyle.Right
|
||||||
|
Me.Panel19.Location = New System.Drawing.Point(708, 0)
|
||||||
|
Me.Panel19.Name = "Panel19"
|
||||||
|
Me.Panel19.Size = New System.Drawing.Size(20, 40)
|
||||||
|
Me.Panel19.TabIndex = 11
|
||||||
|
'
|
||||||
|
'Panel2
|
||||||
|
'
|
||||||
|
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Left
|
||||||
|
Me.Panel2.Location = New System.Drawing.Point(0, 40)
|
||||||
|
Me.Panel2.Name = "Panel2"
|
||||||
|
Me.Panel2.Size = New System.Drawing.Size(15, 654)
|
||||||
|
Me.Panel2.TabIndex = 1
|
||||||
|
'
|
||||||
|
'Panel3
|
||||||
|
'
|
||||||
|
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Right
|
||||||
|
Me.Panel3.Location = New System.Drawing.Point(713, 40)
|
||||||
|
Me.Panel3.Name = "Panel3"
|
||||||
|
Me.Panel3.Size = New System.Drawing.Size(15, 654)
|
||||||
|
Me.Panel3.TabIndex = 2
|
||||||
|
'
|
||||||
|
'Panel4
|
||||||
|
'
|
||||||
|
Me.Panel4.Controls.Add(Me.Panel11)
|
||||||
|
Me.Panel4.Controls.Add(Me.btnDeleteUntested)
|
||||||
|
Me.Panel4.Controls.Add(Me.btnDeleteDuplicates)
|
||||||
|
Me.Panel4.Controls.Add(Me.btnDeleteNotWorking)
|
||||||
|
Me.Panel4.Controls.Add(Me.btnDeleteAll)
|
||||||
|
Me.Panel4.Controls.Add(Me.btnDelete)
|
||||||
|
Me.Panel4.Controls.Add(Me.btnExport)
|
||||||
|
Me.Panel4.Controls.Add(Me.btnImport)
|
||||||
|
Me.Panel4.Controls.Add(Me.Panel10)
|
||||||
|
Me.Panel4.Controls.Add(Me.btnCheck)
|
||||||
|
Me.Panel4.Controls.Add(Me.Panel6)
|
||||||
|
Me.Panel4.Controls.Add(Me.Panel5)
|
||||||
|
Me.Panel4.Dock = System.Windows.Forms.DockStyle.Right
|
||||||
|
Me.Panel4.Location = New System.Drawing.Point(563, 40)
|
||||||
|
Me.Panel4.Name = "Panel4"
|
||||||
|
Me.Panel4.Size = New System.Drawing.Size(150, 654)
|
||||||
|
Me.Panel4.TabIndex = 3
|
||||||
|
'
|
||||||
|
'Panel11
|
||||||
|
'
|
||||||
|
Me.Panel11.Controls.Add(Me.lblSocks5)
|
||||||
|
Me.Panel11.Controls.Add(Me.Label19)
|
||||||
|
Me.Panel11.Controls.Add(Me.lblSocks4a)
|
||||||
|
Me.Panel11.Controls.Add(Me.Label17)
|
||||||
|
Me.Panel11.Controls.Add(Me.lblSocks4)
|
||||||
|
Me.Panel11.Controls.Add(Me.Label15)
|
||||||
|
Me.Panel11.Controls.Add(Me.lblHTTP)
|
||||||
|
Me.Panel11.Controls.Add(Me.Label13)
|
||||||
|
Me.Panel11.Controls.Add(Me.lblNotWorkingStat)
|
||||||
|
Me.Panel11.Controls.Add(Me.Label11)
|
||||||
|
Me.Panel11.Controls.Add(Me.lblWorkingStat)
|
||||||
|
Me.Panel11.Controls.Add(Me.Label9)
|
||||||
|
Me.Panel11.Controls.Add(Me.lblTestedStat)
|
||||||
|
Me.Panel11.Controls.Add(Me.Label7)
|
||||||
|
Me.Panel11.Controls.Add(Me.lblTotalStat)
|
||||||
|
Me.Panel11.Controls.Add(Me.Label3)
|
||||||
|
Me.Panel11.Controls.Add(Me.Panel16)
|
||||||
|
Me.Panel11.Controls.Add(Me.Panel13)
|
||||||
|
Me.Panel11.Controls.Add(Me.Panel12)
|
||||||
|
Me.Panel11.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
|
Me.Panel11.Location = New System.Drawing.Point(5, 352)
|
||||||
|
Me.Panel11.Name = "Panel11"
|
||||||
|
Me.Panel11.Size = New System.Drawing.Size(140, 302)
|
||||||
|
Me.Panel11.TabIndex = 15
|
||||||
|
'
|
||||||
|
'lblSocks5
|
||||||
|
'
|
||||||
|
Me.lblSocks5.AutoSize = True
|
||||||
|
Me.lblSocks5.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.lblSocks5.Location = New System.Drawing.Point(86, 234)
|
||||||
|
Me.lblSocks5.Name = "lblSocks5"
|
||||||
|
Me.lblSocks5.Size = New System.Drawing.Size(16, 17)
|
||||||
|
Me.lblSocks5.TabIndex = 34
|
||||||
|
Me.lblSocks5.Text = "0"
|
||||||
|
'
|
||||||
|
'Label19
|
||||||
|
'
|
||||||
|
Me.Label19.AutoSize = True
|
||||||
|
Me.Label19.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.Label19.Location = New System.Drawing.Point(16, 234)
|
||||||
|
Me.Label19.Name = "Label19"
|
||||||
|
Me.Label19.Size = New System.Drawing.Size(58, 17)
|
||||||
|
Me.Label19.TabIndex = 33
|
||||||
|
Me.Label19.Text = "Socks5:"
|
||||||
|
'
|
||||||
|
'lblSocks4a
|
||||||
|
'
|
||||||
|
Me.lblSocks4a.AutoSize = True
|
||||||
|
Me.lblSocks4a.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.lblSocks4a.Location = New System.Drawing.Point(86, 210)
|
||||||
|
Me.lblSocks4a.Name = "lblSocks4a"
|
||||||
|
Me.lblSocks4a.Size = New System.Drawing.Size(16, 17)
|
||||||
|
Me.lblSocks4a.TabIndex = 30
|
||||||
|
Me.lblSocks4a.Text = "0"
|
||||||
|
'
|
||||||
|
'Label17
|
||||||
|
'
|
||||||
|
Me.Label17.AutoSize = True
|
||||||
|
Me.Label17.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.Label17.Location = New System.Drawing.Point(16, 210)
|
||||||
|
Me.Label17.Name = "Label17"
|
||||||
|
Me.Label17.Size = New System.Drawing.Size(66, 17)
|
||||||
|
Me.Label17.TabIndex = 29
|
||||||
|
Me.Label17.Text = "Socks4a:"
|
||||||
|
'
|
||||||
|
'lblSocks4
|
||||||
|
'
|
||||||
|
Me.lblSocks4.AutoSize = True
|
||||||
|
Me.lblSocks4.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.lblSocks4.Location = New System.Drawing.Point(86, 186)
|
||||||
|
Me.lblSocks4.Name = "lblSocks4"
|
||||||
|
Me.lblSocks4.Size = New System.Drawing.Size(16, 17)
|
||||||
|
Me.lblSocks4.TabIndex = 26
|
||||||
|
Me.lblSocks4.Text = "0"
|
||||||
|
'
|
||||||
|
'Label15
|
||||||
|
'
|
||||||
|
Me.Label15.AutoSize = True
|
||||||
|
Me.Label15.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.Label15.Location = New System.Drawing.Point(16, 186)
|
||||||
|
Me.Label15.Name = "Label15"
|
||||||
|
Me.Label15.Size = New System.Drawing.Size(58, 17)
|
||||||
|
Me.Label15.TabIndex = 25
|
||||||
|
Me.Label15.Text = "Socks4:"
|
||||||
|
'
|
||||||
|
'lblHTTP
|
||||||
|
'
|
||||||
|
Me.lblHTTP.AutoSize = True
|
||||||
|
Me.lblHTTP.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.lblHTTP.Location = New System.Drawing.Point(86, 162)
|
||||||
|
Me.lblHTTP.Name = "lblHTTP"
|
||||||
|
Me.lblHTTP.Size = New System.Drawing.Size(16, 17)
|
||||||
|
Me.lblHTTP.TabIndex = 22
|
||||||
|
Me.lblHTTP.Text = "0"
|
||||||
|
'
|
||||||
|
'Label13
|
||||||
|
'
|
||||||
|
Me.Label13.AutoSize = True
|
||||||
|
Me.Label13.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.Label13.Location = New System.Drawing.Point(16, 162)
|
||||||
|
Me.Label13.Name = "Label13"
|
||||||
|
Me.Label13.Size = New System.Drawing.Size(49, 17)
|
||||||
|
Me.Label13.TabIndex = 21
|
||||||
|
Me.Label13.Text = "HTTP:"
|
||||||
|
'
|
||||||
|
'lblNotWorkingStat
|
||||||
|
'
|
||||||
|
Me.lblNotWorkingStat.AutoSize = True
|
||||||
|
Me.lblNotWorkingStat.ForeColor = System.Drawing.Color.FromArgb(CType(CType(247, Byte), Integer), CType(CType(78, Byte), Integer), CType(CType(53, Byte), Integer))
|
||||||
|
Me.lblNotWorkingStat.Location = New System.Drawing.Point(112, 128)
|
||||||
|
Me.lblNotWorkingStat.Name = "lblNotWorkingStat"
|
||||||
|
Me.lblNotWorkingStat.Size = New System.Drawing.Size(16, 17)
|
||||||
|
Me.lblNotWorkingStat.TabIndex = 18
|
||||||
|
Me.lblNotWorkingStat.Text = "0"
|
||||||
|
'
|
||||||
|
'Label11
|
||||||
|
'
|
||||||
|
Me.Label11.AutoSize = True
|
||||||
|
Me.Label11.ForeColor = System.Drawing.Color.FromArgb(CType(CType(247, Byte), Integer), CType(CType(78, Byte), Integer), CType(CType(53, Byte), Integer))
|
||||||
|
Me.Label11.Location = New System.Drawing.Point(16, 128)
|
||||||
|
Me.Label11.Name = "Label11"
|
||||||
|
Me.Label11.Size = New System.Drawing.Size(90, 17)
|
||||||
|
Me.Label11.TabIndex = 17
|
||||||
|
Me.Label11.Text = "Not Working:"
|
||||||
|
'
|
||||||
|
'lblWorkingStat
|
||||||
|
'
|
||||||
|
Me.lblWorkingStat.AutoSize = True
|
||||||
|
Me.lblWorkingStat.ForeColor = System.Drawing.Color.FromArgb(CType(CType(74, Byte), Integer), CType(CType(198, Byte), Integer), CType(CType(44, Byte), Integer))
|
||||||
|
Me.lblWorkingStat.Location = New System.Drawing.Point(86, 104)
|
||||||
|
Me.lblWorkingStat.Name = "lblWorkingStat"
|
||||||
|
Me.lblWorkingStat.Size = New System.Drawing.Size(16, 17)
|
||||||
|
Me.lblWorkingStat.TabIndex = 14
|
||||||
|
Me.lblWorkingStat.Text = "0"
|
||||||
|
'
|
||||||
|
'Label9
|
||||||
|
'
|
||||||
|
Me.Label9.AutoSize = True
|
||||||
|
Me.Label9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(74, Byte), Integer), CType(CType(198, Byte), Integer), CType(CType(44, Byte), Integer))
|
||||||
|
Me.Label9.Location = New System.Drawing.Point(16, 104)
|
||||||
|
Me.Label9.Name = "Label9"
|
||||||
|
Me.Label9.Size = New System.Drawing.Size(64, 17)
|
||||||
|
Me.Label9.TabIndex = 13
|
||||||
|
Me.Label9.Text = "Working:"
|
||||||
|
'
|
||||||
|
'lblTestedStat
|
||||||
|
'
|
||||||
|
Me.lblTestedStat.AutoSize = True
|
||||||
|
Me.lblTestedStat.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.lblTestedStat.Location = New System.Drawing.Point(86, 80)
|
||||||
|
Me.lblTestedStat.Name = "lblTestedStat"
|
||||||
|
Me.lblTestedStat.Size = New System.Drawing.Size(16, 17)
|
||||||
|
Me.lblTestedStat.TabIndex = 10
|
||||||
|
Me.lblTestedStat.Text = "0"
|
||||||
|
'
|
||||||
|
'Label7
|
||||||
|
'
|
||||||
|
Me.Label7.AutoSize = True
|
||||||
|
Me.Label7.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.Label7.Location = New System.Drawing.Point(16, 80)
|
||||||
|
Me.Label7.Name = "Label7"
|
||||||
|
Me.Label7.Size = New System.Drawing.Size(56, 17)
|
||||||
|
Me.Label7.TabIndex = 9
|
||||||
|
Me.Label7.Text = "Tested:"
|
||||||
|
'
|
||||||
|
'lblTotalStat
|
||||||
|
'
|
||||||
|
Me.lblTotalStat.AutoSize = True
|
||||||
|
Me.lblTotalStat.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.lblTotalStat.Location = New System.Drawing.Point(86, 56)
|
||||||
|
Me.lblTotalStat.Name = "lblTotalStat"
|
||||||
|
Me.lblTotalStat.Size = New System.Drawing.Size(16, 17)
|
||||||
|
Me.lblTotalStat.TabIndex = 6
|
||||||
|
Me.lblTotalStat.Text = "0"
|
||||||
|
'
|
||||||
|
'Label3
|
||||||
|
'
|
||||||
|
Me.Label3.AutoSize = True
|
||||||
|
Me.Label3.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.Label3.Location = New System.Drawing.Point(16, 56)
|
||||||
|
Me.Label3.Name = "Label3"
|
||||||
|
Me.Label3.Size = New System.Drawing.Size(44, 17)
|
||||||
|
Me.Label3.TabIndex = 5
|
||||||
|
Me.Label3.Text = "Total:"
|
||||||
|
'
|
||||||
|
'Panel16
|
||||||
|
'
|
||||||
|
Me.Panel16.Dock = System.Windows.Forms.DockStyle.Left
|
||||||
|
Me.Panel16.Location = New System.Drawing.Point(0, 53)
|
||||||
|
Me.Panel16.Name = "Panel16"
|
||||||
|
Me.Panel16.Size = New System.Drawing.Size(10, 249)
|
||||||
|
Me.Panel16.TabIndex = 4
|
||||||
|
'
|
||||||
|
'Panel13
|
||||||
|
'
|
||||||
|
Me.Panel13.Controls.Add(Me.Panel15)
|
||||||
|
Me.Panel13.Controls.Add(Me.Panel14)
|
||||||
|
Me.Panel13.Controls.Add(Me.Label2)
|
||||||
|
Me.Panel13.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel13.Location = New System.Drawing.Point(0, 20)
|
||||||
|
Me.Panel13.Name = "Panel13"
|
||||||
|
Me.Panel13.Size = New System.Drawing.Size(140, 33)
|
||||||
|
Me.Panel13.TabIndex = 1
|
||||||
|
'
|
||||||
|
'Panel15
|
||||||
|
'
|
||||||
|
Me.Panel15.Dock = System.Windows.Forms.DockStyle.Right
|
||||||
|
Me.Panel15.Location = New System.Drawing.Point(120, 0)
|
||||||
|
Me.Panel15.Name = "Panel15"
|
||||||
|
Me.Panel15.Size = New System.Drawing.Size(20, 33)
|
||||||
|
Me.Panel15.TabIndex = 11
|
||||||
|
'
|
||||||
|
'Panel14
|
||||||
|
'
|
||||||
|
Me.Panel14.Dock = System.Windows.Forms.DockStyle.Left
|
||||||
|
Me.Panel14.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.Panel14.Name = "Panel14"
|
||||||
|
Me.Panel14.Size = New System.Drawing.Size(20, 33)
|
||||||
|
Me.Panel14.TabIndex = 10
|
||||||
|
'
|
||||||
|
'Label2
|
||||||
|
'
|
||||||
|
Me.Label2.AutoSize = True
|
||||||
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.Label2.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.Label2.Location = New System.Drawing.Point(26, 3)
|
||||||
|
Me.Label2.Name = "Label2"
|
||||||
|
Me.Label2.Size = New System.Drawing.Size(90, 25)
|
||||||
|
Me.Label2.TabIndex = 0
|
||||||
|
Me.Label2.Text = "Statistics"
|
||||||
|
'
|
||||||
|
'Panel12
|
||||||
|
'
|
||||||
|
Me.Panel12.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel12.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.Panel12.Name = "Panel12"
|
||||||
|
Me.Panel12.Size = New System.Drawing.Size(140, 20)
|
||||||
|
Me.Panel12.TabIndex = 0
|
||||||
|
'
|
||||||
|
'btnDeleteUntested
|
||||||
|
'
|
||||||
|
Me.btnDeleteUntested.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.btnDeleteUntested.Location = New System.Drawing.Point(5, 312)
|
||||||
|
Me.btnDeleteUntested.Name = "btnDeleteUntested"
|
||||||
|
Me.btnDeleteUntested.Size = New System.Drawing.Size(140, 40)
|
||||||
|
Me.btnDeleteUntested.TabIndex = 14
|
||||||
|
Me.btnDeleteUntested.Text = "Del. Untested"
|
||||||
|
Me.btnDeleteUntested.Theme = MetroFramework.MetroThemeStyle.Dark
|
||||||
|
Me.btnDeleteUntested.UseSelectable = True
|
||||||
|
'
|
||||||
|
'btnDeleteDuplicates
|
||||||
|
'
|
||||||
|
Me.btnDeleteDuplicates.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.btnDeleteDuplicates.Location = New System.Drawing.Point(5, 272)
|
||||||
|
Me.btnDeleteDuplicates.Name = "btnDeleteDuplicates"
|
||||||
|
Me.btnDeleteDuplicates.Size = New System.Drawing.Size(140, 40)
|
||||||
|
Me.btnDeleteDuplicates.TabIndex = 13
|
||||||
|
Me.btnDeleteDuplicates.Text = "Del. Duplicates"
|
||||||
|
Me.btnDeleteDuplicates.Theme = MetroFramework.MetroThemeStyle.Dark
|
||||||
|
Me.btnDeleteDuplicates.UseSelectable = True
|
||||||
|
'
|
||||||
|
'btnDeleteNotWorking
|
||||||
|
'
|
||||||
|
Me.btnDeleteNotWorking.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.btnDeleteNotWorking.Location = New System.Drawing.Point(5, 232)
|
||||||
|
Me.btnDeleteNotWorking.Name = "btnDeleteNotWorking"
|
||||||
|
Me.btnDeleteNotWorking.Size = New System.Drawing.Size(140, 40)
|
||||||
|
Me.btnDeleteNotWorking.TabIndex = 12
|
||||||
|
Me.btnDeleteNotWorking.Text = "Del. Not Working"
|
||||||
|
Me.btnDeleteNotWorking.Theme = MetroFramework.MetroThemeStyle.Dark
|
||||||
|
Me.btnDeleteNotWorking.UseSelectable = True
|
||||||
|
'
|
||||||
|
'btnDeleteAll
|
||||||
|
'
|
||||||
|
Me.btnDeleteAll.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.btnDeleteAll.FontSize = MetroFramework.MetroButtonSize.Tall
|
||||||
|
Me.btnDeleteAll.Location = New System.Drawing.Point(5, 192)
|
||||||
|
Me.btnDeleteAll.Name = "btnDeleteAll"
|
||||||
|
Me.btnDeleteAll.Size = New System.Drawing.Size(140, 40)
|
||||||
|
Me.btnDeleteAll.TabIndex = 11
|
||||||
|
Me.btnDeleteAll.Text = "Delete All"
|
||||||
|
Me.btnDeleteAll.Theme = MetroFramework.MetroThemeStyle.Dark
|
||||||
|
Me.btnDeleteAll.UseSelectable = True
|
||||||
|
'
|
||||||
|
'btnDelete
|
||||||
|
'
|
||||||
|
Me.btnDelete.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.btnDelete.FontSize = MetroFramework.MetroButtonSize.Tall
|
||||||
|
Me.btnDelete.Location = New System.Drawing.Point(5, 152)
|
||||||
|
Me.btnDelete.Name = "btnDelete"
|
||||||
|
Me.btnDelete.Size = New System.Drawing.Size(140, 40)
|
||||||
|
Me.btnDelete.TabIndex = 10
|
||||||
|
Me.btnDelete.Text = "Delete"
|
||||||
|
Me.btnDelete.Theme = MetroFramework.MetroThemeStyle.Dark
|
||||||
|
Me.btnDelete.UseSelectable = True
|
||||||
|
'
|
||||||
|
'btnExport
|
||||||
|
'
|
||||||
|
Me.btnExport.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.btnExport.FontSize = MetroFramework.MetroButtonSize.Tall
|
||||||
|
Me.btnExport.Location = New System.Drawing.Point(5, 112)
|
||||||
|
Me.btnExport.Name = "btnExport"
|
||||||
|
Me.btnExport.Size = New System.Drawing.Size(140, 40)
|
||||||
|
Me.btnExport.TabIndex = 9
|
||||||
|
Me.btnExport.Text = "Export"
|
||||||
|
Me.btnExport.Theme = MetroFramework.MetroThemeStyle.Dark
|
||||||
|
Me.btnExport.UseSelectable = True
|
||||||
|
'
|
||||||
|
'btnImport
|
||||||
|
'
|
||||||
|
Me.btnImport.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.btnImport.FontSize = MetroFramework.MetroButtonSize.Tall
|
||||||
|
Me.btnImport.Location = New System.Drawing.Point(5, 72)
|
||||||
|
Me.btnImport.Name = "btnImport"
|
||||||
|
Me.btnImport.Size = New System.Drawing.Size(140, 40)
|
||||||
|
Me.btnImport.TabIndex = 8
|
||||||
|
Me.btnImport.Text = "Import"
|
||||||
|
Me.btnImport.Theme = MetroFramework.MetroThemeStyle.Dark
|
||||||
|
Me.btnImport.UseSelectable = True
|
||||||
|
'
|
||||||
|
'Panel10
|
||||||
|
'
|
||||||
|
Me.Panel10.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel10.Location = New System.Drawing.Point(5, 62)
|
||||||
|
Me.Panel10.Name = "Panel10"
|
||||||
|
Me.Panel10.Size = New System.Drawing.Size(140, 10)
|
||||||
|
Me.Panel10.TabIndex = 7
|
||||||
|
'
|
||||||
|
'btnCheck
|
||||||
|
'
|
||||||
|
Me.btnCheck.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.btnCheck.FontSize = MetroFramework.MetroButtonSize.Tall
|
||||||
|
Me.btnCheck.Location = New System.Drawing.Point(5, 0)
|
||||||
|
Me.btnCheck.Name = "btnCheck"
|
||||||
|
Me.btnCheck.Size = New System.Drawing.Size(140, 62)
|
||||||
|
Me.btnCheck.TabIndex = 4
|
||||||
|
Me.btnCheck.Text = "Check"
|
||||||
|
Me.btnCheck.Theme = MetroFramework.MetroThemeStyle.Dark
|
||||||
|
Me.btnCheck.UseSelectable = True
|
||||||
|
'
|
||||||
|
'Panel6
|
||||||
|
'
|
||||||
|
Me.Panel6.Dock = System.Windows.Forms.DockStyle.Right
|
||||||
|
Me.Panel6.Location = New System.Drawing.Point(145, 0)
|
||||||
|
Me.Panel6.Name = "Panel6"
|
||||||
|
Me.Panel6.Size = New System.Drawing.Size(5, 654)
|
||||||
|
Me.Panel6.TabIndex = 2
|
||||||
|
'
|
||||||
|
'Panel5
|
||||||
|
'
|
||||||
|
Me.Panel5.Dock = System.Windows.Forms.DockStyle.Left
|
||||||
|
Me.Panel5.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.Panel5.Name = "Panel5"
|
||||||
|
Me.Panel5.Size = New System.Drawing.Size(5, 654)
|
||||||
|
Me.Panel5.TabIndex = 1
|
||||||
|
'
|
||||||
|
'Panel7
|
||||||
|
'
|
||||||
|
Me.Panel7.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel7.Location = New System.Drawing.Point(15, 40)
|
||||||
|
Me.Panel7.Name = "Panel7"
|
||||||
|
Me.Panel7.Size = New System.Drawing.Size(548, 12)
|
||||||
|
Me.Panel7.TabIndex = 5
|
||||||
|
'
|
||||||
|
'Panel8
|
||||||
|
'
|
||||||
|
Me.Panel8.Controls.Add(Me.Label1)
|
||||||
|
Me.Panel8.Controls.Add(Me.MetroProgressBar1)
|
||||||
|
Me.Panel8.Controls.Add(Me.Panel9)
|
||||||
|
Me.Panel8.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel8.Location = New System.Drawing.Point(15, 52)
|
||||||
|
Me.Panel8.Name = "Panel8"
|
||||||
|
Me.Panel8.Size = New System.Drawing.Size(548, 50)
|
||||||
|
Me.Panel8.TabIndex = 7
|
||||||
|
'
|
||||||
|
'Label1
|
||||||
|
'
|
||||||
|
Me.Label1.AutoSize = True
|
||||||
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.Label1.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.Label1.Location = New System.Drawing.Point(16, 14)
|
||||||
|
Me.Label1.Name = "Label1"
|
||||||
|
Me.Label1.Size = New System.Drawing.Size(77, 20)
|
||||||
|
Me.Label1.TabIndex = 5
|
||||||
|
Me.Label1.Text = "Progress"
|
||||||
|
'
|
||||||
|
'MetroProgressBar1
|
||||||
|
'
|
||||||
|
Me.MetroProgressBar1.Location = New System.Drawing.Point(133, 4)
|
||||||
|
Me.MetroProgressBar1.Name = "MetroProgressBar1"
|
||||||
|
Me.MetroProgressBar1.Size = New System.Drawing.Size(408, 41)
|
||||||
|
Me.MetroProgressBar1.TabIndex = 4
|
||||||
|
Me.MetroProgressBar1.Theme = MetroFramework.MetroThemeStyle.Dark
|
||||||
|
'
|
||||||
|
'Panel9
|
||||||
|
'
|
||||||
|
Me.Panel9.Dock = System.Windows.Forms.DockStyle.Left
|
||||||
|
Me.Panel9.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.Panel9.Name = "Panel9"
|
||||||
|
Me.Panel9.Size = New System.Drawing.Size(10, 50)
|
||||||
|
Me.Panel9.TabIndex = 2
|
||||||
|
'
|
||||||
|
'Panel17
|
||||||
|
'
|
||||||
|
Me.Panel17.Controls.Add(Me.NumOfBots_lbl)
|
||||||
|
Me.Panel17.Controls.Add(Me.MetroTrackBar1)
|
||||||
|
Me.Panel17.Controls.Add(Me.Panel18)
|
||||||
|
Me.Panel17.Controls.Add(Me.Label4)
|
||||||
|
Me.Panel17.Dock = System.Windows.Forms.DockStyle.Top
|
||||||
|
Me.Panel17.Location = New System.Drawing.Point(15, 102)
|
||||||
|
Me.Panel17.Name = "Panel17"
|
||||||
|
Me.Panel17.Size = New System.Drawing.Size(548, 50)
|
||||||
|
Me.Panel17.TabIndex = 9
|
||||||
|
'
|
||||||
|
'NumOfBots_lbl
|
||||||
|
'
|
||||||
|
Me.NumOfBots_lbl.AutoSize = True
|
||||||
|
Me.NumOfBots_lbl.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.NumOfBots_lbl.Location = New System.Drawing.Point(67, 16)
|
||||||
|
Me.NumOfBots_lbl.Name = "NumOfBots_lbl"
|
||||||
|
Me.NumOfBots_lbl.Size = New System.Drawing.Size(16, 17)
|
||||||
|
Me.NumOfBots_lbl.TabIndex = 9
|
||||||
|
Me.NumOfBots_lbl.Text = "1"
|
||||||
|
'
|
||||||
|
'MetroTrackBar1
|
||||||
|
'
|
||||||
|
Me.MetroTrackBar1.BackColor = System.Drawing.Color.Transparent
|
||||||
|
Me.MetroTrackBar1.Location = New System.Drawing.Point(133, 16)
|
||||||
|
Me.MetroTrackBar1.Maximum = 400
|
||||||
|
Me.MetroTrackBar1.Name = "MetroTrackBar1"
|
||||||
|
Me.MetroTrackBar1.Size = New System.Drawing.Size(408, 23)
|
||||||
|
Me.MetroTrackBar1.TabIndex = 8
|
||||||
|
Me.MetroTrackBar1.Text = "MetroTrackBar1"
|
||||||
|
Me.MetroTrackBar1.Theme = MetroFramework.MetroThemeStyle.Dark
|
||||||
|
Me.MetroTrackBar1.Value = 1
|
||||||
|
'
|
||||||
|
'Panel18
|
||||||
|
'
|
||||||
|
Me.Panel18.Dock = System.Windows.Forms.DockStyle.Left
|
||||||
|
Me.Panel18.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.Panel18.Name = "Panel18"
|
||||||
|
Me.Panel18.Size = New System.Drawing.Size(10, 50)
|
||||||
|
Me.Panel18.TabIndex = 7
|
||||||
|
'
|
||||||
|
'Label4
|
||||||
|
'
|
||||||
|
Me.Label4.AutoSize = True
|
||||||
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
Me.Label4.ForeColor = System.Drawing.Color.Gainsboro
|
||||||
|
Me.Label4.Location = New System.Drawing.Point(16, 13)
|
||||||
|
Me.Label4.Name = "Label4"
|
||||||
|
Me.Label4.Size = New System.Drawing.Size(49, 20)
|
||||||
|
Me.Label4.TabIndex = 6
|
||||||
|
Me.Label4.Text = "Bots:"
|
||||||
|
'
|
||||||
|
'Panel20
|
||||||
|
'
|
||||||
|
Me.Panel20.Dock = System.Windows.Forms.DockStyle.Left
|
||||||
|
Me.Panel20.Location = New System.Drawing.Point(15, 152)
|
||||||
|
Me.Panel20.Name = "Panel20"
|
||||||
|
Me.Panel20.Size = New System.Drawing.Size(10, 542)
|
||||||
|
Me.Panel20.TabIndex = 12
|
||||||
|
'
|
||||||
|
'DataGridView1
|
||||||
|
'
|
||||||
|
Me.DataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(CType(CType(17, Byte), Integer), CType(CType(17, Byte), Integer), CType(CType(17, Byte), Integer))
|
||||||
|
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||||
|
Me.DataGridView1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
|
Me.DataGridView1.Location = New System.Drawing.Point(25, 152)
|
||||||
|
Me.DataGridView1.Name = "DataGridView1"
|
||||||
|
Me.DataGridView1.RowHeadersWidth = 51
|
||||||
|
Me.DataGridView1.RowTemplate.Height = 24
|
||||||
|
Me.DataGridView1.Size = New System.Drawing.Size(538, 542)
|
||||||
|
Me.DataGridView1.TabIndex = 13
|
||||||
|
'
|
||||||
|
'Main
|
||||||
|
'
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(34, Byte), Integer), CType(CType(34, Byte), Integer), CType(CType(34, Byte), Integer))
|
||||||
|
Me.ClientSize = New System.Drawing.Size(728, 694)
|
||||||
|
Me.ControlBox = False
|
||||||
|
Me.Controls.Add(Me.DataGridView1)
|
||||||
|
Me.Controls.Add(Me.Panel20)
|
||||||
|
Me.Controls.Add(Me.Panel17)
|
||||||
|
Me.Controls.Add(Me.Panel8)
|
||||||
|
Me.Controls.Add(Me.Panel7)
|
||||||
|
Me.Controls.Add(Me.Panel4)
|
||||||
|
Me.Controls.Add(Me.Panel3)
|
||||||
|
Me.Controls.Add(Me.Panel2)
|
||||||
|
Me.Controls.Add(Me.Panel1)
|
||||||
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
||||||
|
Me.Name = "Main"
|
||||||
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
|
Me.Text = "Form1"
|
||||||
|
Me.Panel1.ResumeLayout(False)
|
||||||
|
Me.Panel4.ResumeLayout(False)
|
||||||
|
Me.Panel11.ResumeLayout(False)
|
||||||
|
Me.Panel11.PerformLayout()
|
||||||
|
Me.Panel13.ResumeLayout(False)
|
||||||
|
Me.Panel13.PerformLayout()
|
||||||
|
Me.Panel8.ResumeLayout(False)
|
||||||
|
Me.Panel8.PerformLayout()
|
||||||
|
Me.Panel17.ResumeLayout(False)
|
||||||
|
Me.Panel17.PerformLayout()
|
||||||
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Friend WithEvents Panel1 As Panel
|
||||||
|
Friend WithEvents Panel2 As Panel
|
||||||
|
Friend WithEvents Panel3 As Panel
|
||||||
|
Friend WithEvents Panel4 As Panel
|
||||||
|
Friend WithEvents Panel6 As Panel
|
||||||
|
Friend WithEvents Panel5 As Panel
|
||||||
|
Friend WithEvents Panel7 As Panel
|
||||||
|
Friend WithEvents Panel8 As Panel
|
||||||
|
Friend WithEvents Panel9 As Panel
|
||||||
|
Friend WithEvents MetroProgressBar1 As MetroFramework.Controls.MetroProgressBar
|
||||||
|
Friend WithEvents Label1 As Label
|
||||||
|
Friend WithEvents btnCheck As MetroFramework.Controls.MetroButton
|
||||||
|
Friend WithEvents btnDeleteNotWorking As MetroFramework.Controls.MetroButton
|
||||||
|
Friend WithEvents btnDeleteAll As MetroFramework.Controls.MetroButton
|
||||||
|
Friend WithEvents btnDelete As MetroFramework.Controls.MetroButton
|
||||||
|
Friend WithEvents btnExport As MetroFramework.Controls.MetroButton
|
||||||
|
Friend WithEvents btnImport As MetroFramework.Controls.MetroButton
|
||||||
|
Friend WithEvents Panel10 As Panel
|
||||||
|
Friend WithEvents Panel11 As Panel
|
||||||
|
Friend WithEvents Label3 As Label
|
||||||
|
Friend WithEvents Panel16 As Panel
|
||||||
|
Friend WithEvents Panel13 As Panel
|
||||||
|
Friend WithEvents Panel15 As Panel
|
||||||
|
Friend WithEvents Panel14 As Panel
|
||||||
|
Friend WithEvents Label2 As Label
|
||||||
|
Friend WithEvents Panel12 As Panel
|
||||||
|
Friend WithEvents btnDeleteUntested As MetroFramework.Controls.MetroButton
|
||||||
|
Friend WithEvents btnDeleteDuplicates As MetroFramework.Controls.MetroButton
|
||||||
|
Friend WithEvents lblNotWorkingStat As Label
|
||||||
|
Friend WithEvents Label11 As Label
|
||||||
|
Friend WithEvents lblWorkingStat As Label
|
||||||
|
Friend WithEvents Label9 As Label
|
||||||
|
Friend WithEvents lblTestedStat As Label
|
||||||
|
Friend WithEvents Label7 As Label
|
||||||
|
Friend WithEvents lblTotalStat As Label
|
||||||
|
Friend WithEvents lblSocks5 As Label
|
||||||
|
Friend WithEvents Label19 As Label
|
||||||
|
Friend WithEvents lblSocks4a As Label
|
||||||
|
Friend WithEvents Label17 As Label
|
||||||
|
Friend WithEvents lblSocks4 As Label
|
||||||
|
Friend WithEvents Label15 As Label
|
||||||
|
Friend WithEvents lblHTTP As Label
|
||||||
|
Friend WithEvents Label13 As Label
|
||||||
|
Friend WithEvents Panel17 As Panel
|
||||||
|
Friend WithEvents Panel18 As Panel
|
||||||
|
Friend WithEvents Label4 As Label
|
||||||
|
Friend WithEvents NumOfBots_lbl As Label
|
||||||
|
Friend WithEvents MetroTrackBar1 As MetroFramework.Controls.MetroTrackBar
|
||||||
|
Friend WithEvents btn_Close As MetroFramework.Controls.MetroButton
|
||||||
|
Friend WithEvents Panel19 As Panel
|
||||||
|
Friend WithEvents btnMinimize As MetroFramework.Controls.MetroButton
|
||||||
|
Friend WithEvents btnMaximize As MetroFramework.Controls.MetroButton
|
||||||
|
Friend WithEvents Panel20 As Panel
|
||||||
|
Friend WithEvents DataGridView1 As DataGridView
|
||||||
|
End Class
|
||||||
@@ -0,0 +1,120 @@
|
|||||||
|
<?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.Runtime.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:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<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" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</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" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
Public Class Main
|
||||||
|
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
|
||||||
|
Sub BotSlider(sender As Object, e As EventArgs) Handles MetroTrackBar1.ValueChanged
|
||||||
|
NumOfBots_lbl.Text = MetroTrackBar1.Value
|
||||||
|
End Sub
|
||||||
|
Private Sub btnMaximize_Click(sender As Object, e As EventArgs) Handles btnMaximize.Click
|
||||||
|
If WindowState = FormWindowState.Maximized Then
|
||||||
|
WindowState = FormWindowState.Normal
|
||||||
|
Else
|
||||||
|
WindowState = FormWindowState.Maximized
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
|
Private Sub btn_Close_Click(sender As Object, e As EventArgs) Handles btn_Close.Click
|
||||||
|
Application.Exit()
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
|
||||||
|
End Class
|
||||||
+38
@@ -0,0 +1,38 @@
|
|||||||
|
'------------------------------------------------------------------------------
|
||||||
|
' <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>
|
||||||
|
'------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Option Strict On
|
||||||
|
Option Explicit On
|
||||||
|
|
||||||
|
|
||||||
|
Namespace My
|
||||||
|
|
||||||
|
'NOTE: This file is auto-generated; do not modify it directly. To make changes,
|
||||||
|
' or if you encounter build errors in this file, go to the Project Designer
|
||||||
|
' (go to Project Properties or double-click the My Project node in
|
||||||
|
' Solution Explorer), and make changes on the Application tab.
|
||||||
|
'
|
||||||
|
Partial Friend Class MyApplication
|
||||||
|
|
||||||
|
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||||
|
Public Sub New()
|
||||||
|
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
|
||||||
|
Me.IsSingleInstance = false
|
||||||
|
Me.EnableVisualStyles = true
|
||||||
|
Me.SaveMySettingsOnExit = true
|
||||||
|
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||||
|
Protected Overrides Sub OnCreateMainForm()
|
||||||
|
Me.MainForm = Global.Checker.Main
|
||||||
|
End Sub
|
||||||
|
End Class
|
||||||
|
End Namespace
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<MySubMain>true</MySubMain>
|
||||||
|
<MainForm>Form1</MainForm>
|
||||||
|
<SingleInstance>false</SingleInstance>
|
||||||
|
<ShutdownMode>0</ShutdownMode>
|
||||||
|
<EnableVisualStyles>true</EnableVisualStyles>
|
||||||
|
<AuthenticationMode>0</AuthenticationMode>
|
||||||
|
<ApplicationType>0</ApplicationType>
|
||||||
|
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||||
|
</MyApplicationData>
|
||||||
@@ -0,0 +1,35 @@
|
|||||||
|
Imports System
|
||||||
|
Imports System.Reflection
|
||||||
|
Imports System.Runtime.InteropServices
|
||||||
|
|
||||||
|
' General Information about an assembly is controlled through the following
|
||||||
|
' set of attributes. Change these attribute values to modify the information
|
||||||
|
' associated with an assembly.
|
||||||
|
|
||||||
|
' Review the values of the assembly attributes
|
||||||
|
|
||||||
|
<Assembly: AssemblyTitle("Checker")>
|
||||||
|
<Assembly: AssemblyDescription("")>
|
||||||
|
<Assembly: AssemblyCompany("")>
|
||||||
|
<Assembly: AssemblyProduct("Checker")>
|
||||||
|
<Assembly: AssemblyCopyright("Copyright © 2024")>
|
||||||
|
<Assembly: AssemblyTrademark("")>
|
||||||
|
|
||||||
|
<Assembly: ComVisible(False)>
|
||||||
|
|
||||||
|
'The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||||
|
<Assembly: Guid("2a0ce7ba-0020-489b-b2c8-0638fcdbd2a7")>
|
||||||
|
|
||||||
|
' Version information for an assembly consists of the following four values:
|
||||||
|
'
|
||||||
|
' Major Version
|
||||||
|
' Minor Version
|
||||||
|
' Build Number
|
||||||
|
' Revision
|
||||||
|
'
|
||||||
|
' You can specify all the values or you can default the Build and Revision Numbers
|
||||||
|
' by using the '*' as shown below:
|
||||||
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
|
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||||
|
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||||
Generated
+62
@@ -0,0 +1,62 @@
|
|||||||
|
'------------------------------------------------------------------------------
|
||||||
|
' <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>
|
||||||
|
'------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Option Strict On
|
||||||
|
Option Explicit On
|
||||||
|
|
||||||
|
|
||||||
|
Namespace My.Resources
|
||||||
|
|
||||||
|
'This class was auto-generated by the StronglyTypedResourceBuilder
|
||||||
|
'class via a tool like ResGen or Visual Studio.
|
||||||
|
'To add or remove a member, edit your .ResX file then rerun ResGen
|
||||||
|
'with the /str option, or rebuild your VS project.
|
||||||
|
'''<summary>
|
||||||
|
''' A strongly-typed resource class, for looking up localized strings, etc.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
|
||||||
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||||
|
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||||
|
Friend Module Resources
|
||||||
|
|
||||||
|
Private resourceMan As Global.System.Resources.ResourceManager
|
||||||
|
|
||||||
|
Private resourceCulture As Global.System.Globalization.CultureInfo
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Returns the cached ResourceManager instance used by this class.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
|
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||||
|
Get
|
||||||
|
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||||
|
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Checker.Resources", GetType(Resources).Assembly)
|
||||||
|
resourceMan = temp
|
||||||
|
End If
|
||||||
|
Return resourceMan
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Overrides the current thread's CurrentUICulture property for all
|
||||||
|
''' resource lookups using this strongly typed resource class.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
|
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||||
|
Get
|
||||||
|
Return resourceCulture
|
||||||
|
End Get
|
||||||
|
Set(ByVal value As Global.System.Globalization.CultureInfo)
|
||||||
|
resourceCulture = value
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
End Module
|
||||||
|
End Namespace
|
||||||
@@ -0,0 +1,117 @@
|
|||||||
|
<?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>
|
||||||
Generated
+73
@@ -0,0 +1,73 @@
|
|||||||
|
'------------------------------------------------------------------------------
|
||||||
|
' <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>
|
||||||
|
'------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Option Strict On
|
||||||
|
Option Explicit On
|
||||||
|
|
||||||
|
|
||||||
|
Namespace My
|
||||||
|
|
||||||
|
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||||
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
|
||||||
|
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
|
Partial Friend NotInheritable Class MySettings
|
||||||
|
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||||
|
|
||||||
|
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
|
||||||
|
|
||||||
|
#Region "My.Settings Auto-Save Functionality"
|
||||||
|
#If _MyType = "WindowsForms" Then
|
||||||
|
Private Shared addedHandler As Boolean
|
||||||
|
|
||||||
|
Private Shared addedHandlerLockObject As New Object
|
||||||
|
|
||||||
|
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
|
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
|
||||||
|
If My.Application.SaveMySettingsOnExit Then
|
||||||
|
My.Settings.Save()
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
|
#End If
|
||||||
|
#End Region
|
||||||
|
|
||||||
|
Public Shared ReadOnly Property [Default]() As MySettings
|
||||||
|
Get
|
||||||
|
|
||||||
|
#If _MyType = "WindowsForms" Then
|
||||||
|
If Not addedHandler Then
|
||||||
|
SyncLock addedHandlerLockObject
|
||||||
|
If Not addedHandler Then
|
||||||
|
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
||||||
|
addedHandler = True
|
||||||
|
End If
|
||||||
|
End SyncLock
|
||||||
|
End If
|
||||||
|
#End If
|
||||||
|
Return defaultInstance
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
End Class
|
||||||
|
End Namespace
|
||||||
|
|
||||||
|
Namespace My
|
||||||
|
|
||||||
|
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
||||||
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||||
|
Friend Module MySettingsProperty
|
||||||
|
|
||||||
|
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
||||||
|
Friend ReadOnly Property Settings() As Global.Checker.My.MySettings
|
||||||
|
Get
|
||||||
|
Return Global.Checker.My.MySettings.Default
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
End Module
|
||||||
|
End Namespace
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
|
||||||
|
<Profiles>
|
||||||
|
<Profile Name="(Default)" />
|
||||||
|
</Profiles>
|
||||||
|
<Settings />
|
||||||
|
</SettingsFile>
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<packages>
|
||||||
|
<package id="MetroModernUI" version="1.4.0.0" targetFramework="net472" />
|
||||||
|
</packages>
|
||||||
Reference in New Issue
Block a user