瀏覽代碼

Загрузить файлы ''

KitzzzMeow 1 年之前
父節點
當前提交
a9c207dda2
共有 46 個文件被更改,包括 32365 次插入0 次删除
  1. 16 0
      App.config
  2. 36 0
      AssemblyInfo.cs
  3. 151 0
      ChursinGAI.csproj
  4. 二進制
      ChursinGAI.csproj.AssemblyReference.cache
  5. 1 0
      ChursinGAI.csproj.CoreCompileInputs.cache
  6. 14 0
      ChursinGAI.csproj.FileListAbsolute.txt
  7. 二進制
      ChursinGAI.csproj.GenerateResource.cache
  8. 25 0
      ChursinGAI.sln
  9. 二進制
      ChursinPostavkaTovarov.FForm.resources
  10. 二進制
      ChursinPostavkaTovarov.FiveForm.resources
  11. 二進制
      ChursinPostavkaTovarov.Properties.Resources.resources
  12. 二進制
      ChursinPostavkaTovarov.SForm.resources
  13. 二進制
      ChursinPostavkaTovarov.ThForm.resources
  14. 二進制
      ChursinPostavkaTovarov.csproj.AssemblyReference.cache
  15. 二進制
      ChursinPostavkaTovarov.exe
  16. 16 0
      ChursinPostavkaTovarov.exe.config
  17. 二進制
      ChursinPostavkaTovarov.mainForm.resources
  18. 21764 0
      DataSet1.Designer.cs
  19. 1 0
      DataSet1.xsc
  20. 11 0
      DataSet1.xsd
  21. 1 0
      DataSet1.xss
  22. 二進制
      DesignTimeResolveAssemblyReferences.cache
  23. 126 0
      Form1.Designer.cs
  24. 44 0
      Form1.cs
  25. 120 0
      Form1.resx
  26. 442 0
      Form2.Designer.cs
  27. 40 0
      Form2.cs
  28. 228 0
      Form2.resx
  29. 351 0
      Form3.Designer.cs
  30. 35 0
      Form3.cs
  31. 216 0
      Form3.resx
  32. 395 0
      Form4.Designer.cs
  33. 35 0
      Form4.cs
  34. 222 0
      Form4.resx
  35. 395 0
      Form5.Designer.cs
  36. 35 0
      Form5.cs
  37. 222 0
      Form5.resx
  38. 7133 0
      IS31ChursinVar12DataSet.Designer.cs
  39. 1 0
      IS31ChursinVar12DataSet.xsc
  40. 11 0
      IS31ChursinVar12DataSet.xsd
  41. 1 0
      IS31ChursinVar12DataSet.xss
  42. 22 0
      Program.cs
  43. 70 0
      Resources.Designer.cs
  44. 117 0
      Resources.resx
  45. 46 0
      Settings.Designer.cs
  46. 22 0
      Settings.settings

+ 16 - 0
App.config

@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+    <configSections>
+    </configSections>
+    <connectionStrings>
+        <add name="ChursinPostavkaTovarov.Properties.Settings.ConnectionString"
+            connectionString="Data Source=class31000;Integrated Security=True"
+            providerName="System.Data.SqlClient" />
+        <add name="ChursinPostavkaTovarov.Properties.Settings.IS31Chursin12ConnectionString"
+            connectionString="Data Source=class31000;Initial Catalog=IS31Valov12;Integrated Security=True"
+            providerName="System.Data.SqlClient" />
+    </connectionStrings>
+    <startup> 
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
+    </startup>
+</configuration>

+ 36 - 0
AssemblyInfo.cs

@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// Общие сведения об этой сборке предоставляются следующим набором
+// набора атрибутов. Измените значения этих атрибутов для изменения сведений,
+// связанных со сборкой.
+[assembly: AssemblyTitle("ChursinPostavkaTovarov")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("ChursinPostavkaTovarov")]
+[assembly: AssemblyCopyright("Copyright ©  2023")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Установка значения False для параметра ComVisible делает типы в этой сборке невидимыми
+// для компонентов COM. Если необходимо обратиться к типу в этой сборке через
+// COM, следует установить атрибут ComVisible в TRUE для этого типа.
+[assembly: ComVisible(false)]
+
+// Следующий GUID служит для идентификации библиотеки типов, если этот проект будет видимым для COM
+[assembly: Guid("e304bcc2-c56c-4b5e-9764-37d2f6c8247f")]
+
+// Сведения о версии сборки состоят из указанных ниже четырех значений:
+//
+//      Основной номер версии
+//      Дополнительный номер версии
+//      Номер сборки
+//      Редакция
+//
+// Можно задать все значения или принять номера сборки и редакции по умолчанию 
+// используя "*", как показано ниже:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]

+ 151 - 0
ChursinGAI.csproj

@@ -0,0 +1,151 @@
+<?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>{E304BCC2-C56C-4B5E-9764-37D2F6C8247F}</ProjectGuid>
+    <OutputType>WinExe</OutputType>
+    <RootNamespace>ChursinPostavkaTovarov</RootNamespace>
+    <AssemblyName>ChursinPostavkaTovarov</AssemblyName>
+    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
+    <Deterministic>true</Deterministic>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Xml.Linq" />
+    <Reference Include="System.Data.DataSetExtensions" />
+    <Reference Include="Microsoft.CSharp" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Deployment" />
+    <Reference Include="System.Drawing" />
+    <Reference Include="System.Net.Http" />
+    <Reference Include="System.Windows.Forms" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="DataSet1.Designer.cs">
+      <AutoGen>True</AutoGen>
+      <DesignTime>True</DesignTime>
+      <DependentUpon>DataSet1.xsd</DependentUpon>
+    </Compile>
+    <Compile Include="Form1.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Form1.Designer.cs">
+      <DependentUpon>Form1.cs</DependentUpon>
+    </Compile>
+    <Compile Include="Form2.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Form2.Designer.cs">
+      <DependentUpon>Form2.cs</DependentUpon>
+    </Compile>
+    <Compile Include="Form3.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Form3.Designer.cs">
+      <DependentUpon>Form3.cs</DependentUpon>
+    </Compile>
+    <Compile Include="Form4.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Form4.Designer.cs">
+      <DependentUpon>Form4.cs</DependentUpon>
+    </Compile>
+    <Compile Include="Form5.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Form5.Designer.cs">
+      <DependentUpon>Form5.cs</DependentUpon>
+    </Compile>
+    <Compile Include="IS31ChursinVar12DataSet.Designer.cs">
+      <AutoGen>True</AutoGen>
+      <DesignTime>True</DesignTime>
+      <DependentUpon>IS31ChursinVar12DataSet.xsd</DependentUpon>
+    </Compile>
+    <Compile Include="Program.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+    <EmbeddedResource Include="Form1.resx">
+      <DependentUpon>Form1.cs</DependentUpon>
+    </EmbeddedResource>
+    <EmbeddedResource Include="Form2.resx">
+      <DependentUpon>Form2.cs</DependentUpon>
+    </EmbeddedResource>
+    <EmbeddedResource Include="Form3.resx">
+      <DependentUpon>Form3.cs</DependentUpon>
+    </EmbeddedResource>
+    <EmbeddedResource Include="Form4.resx">
+      <DependentUpon>Form4.cs</DependentUpon>
+    </EmbeddedResource>
+    <EmbeddedResource Include="Form5.resx">
+      <DependentUpon>Form5.cs</DependentUpon>
+    </EmbeddedResource>
+    <EmbeddedResource Include="Properties\Resources.resx">
+      <Generator>ResXFileCodeGenerator</Generator>
+      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
+      <SubType>Designer</SubType>
+    </EmbeddedResource>
+    <Compile Include="Properties\Resources.Designer.cs">
+      <AutoGen>True</AutoGen>
+      <DependentUpon>Resources.resx</DependentUpon>
+    </Compile>
+    <None Include="DataSet1.xsc">
+      <DependentUpon>DataSet1.xsd</DependentUpon>
+    </None>
+    <None Include="DataSet1.xsd">
+      <Generator>MSDataSetGenerator</Generator>
+      <LastGenOutput>DataSet1.Designer.cs</LastGenOutput>
+      <SubType>Designer</SubType>
+    </None>
+    <None Include="DataSet1.xss">
+      <DependentUpon>DataSet1.xsd</DependentUpon>
+    </None>
+    <None Include="IS31ChursinVar12DataSet.xsc">
+      <DependentUpon>IS31ChursinVar12DataSet.xsd</DependentUpon>
+    </None>
+    <None Include="IS31ChursinVar12DataSet.xsd">
+      <Generator>MSDataSetGenerator</Generator>
+      <LastGenOutput>IS31ChursinVar12DataSet.Designer.cs</LastGenOutput>
+      <SubType>Designer</SubType>
+    </None>
+    <None Include="IS31ChursinVar12DataSet.xss">
+      <DependentUpon>IS31ChursinVar12DataSet.xsd</DependentUpon>
+    </None>
+    <None Include="Properties\Settings.settings">
+      <Generator>SettingsSingleFileGenerator</Generator>
+      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
+    </None>
+    <Compile Include="Properties\Settings.Designer.cs">
+      <AutoGen>True</AutoGen>
+      <DependentUpon>Settings.settings</DependentUpon>
+      <DesignTimeSharedInput>True</DesignTimeSharedInput>
+    </Compile>
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="App.config" />
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+</Project>

二進制
ChursinGAI.csproj.AssemblyReference.cache


+ 1 - 0
ChursinGAI.csproj.CoreCompileInputs.cache

@@ -0,0 +1 @@
+73db8c6bf39185d430def7e7b8417783d5760fc6

+ 14 - 0
ChursinGAI.csproj.FileListAbsolute.txt

@@ -0,0 +1,14 @@
+C:\Users\user2\source\repos\ChursinPostavkaTovarov\bin\Debug\ChursinPostavkaTovarov.exe.config
+C:\Users\user2\source\repos\ChursinPostavkaTovarov\bin\Debug\ChursinPostavkaTovarov.exe
+C:\Users\user2\source\repos\ChursinPostavkaTovarov\bin\Debug\ChursinPostavkaTovarov.pdb
+C:\Users\user2\source\repos\ChursinPostavkaTovarov\obj\Debug\ChursinGAI.csproj.AssemblyReference.cache
+C:\Users\user2\source\repos\ChursinPostavkaTovarov\obj\Debug\ChursinPostavkaTovarov.mainForm.resources
+C:\Users\user2\source\repos\ChursinPostavkaTovarov\obj\Debug\ChursinPostavkaTovarov.SForm.resources
+C:\Users\user2\source\repos\ChursinPostavkaTovarov\obj\Debug\ChursinPostavkaTovarov.Properties.Resources.resources
+C:\Users\user2\source\repos\ChursinPostavkaTovarov\obj\Debug\ChursinGAI.csproj.GenerateResource.cache
+C:\Users\user2\source\repos\ChursinPostavkaTovarov\obj\Debug\ChursinGAI.csproj.CoreCompileInputs.cache
+C:\Users\user2\source\repos\ChursinPostavkaTovarov\obj\Debug\ChursinPostavkaTovarov.exe
+C:\Users\user2\source\repos\ChursinPostavkaTovarov\obj\Debug\ChursinPostavkaTovarov.pdb
+C:\Users\user2\source\repos\ChursinPostavkaTovarov\obj\Debug\ChursinPostavkaTovarov.ThForm.resources
+C:\Users\user2\source\repos\ChursinPostavkaTovarov\obj\Debug\ChursinPostavkaTovarov.FForm.resources
+C:\Users\user2\source\repos\ChursinPostavkaTovarov\obj\Debug\ChursinPostavkaTovarov.FiveForm.resources

二進制
ChursinGAI.csproj.GenerateResource.cache


+ 25 - 0
ChursinGAI.sln

@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.32630.194
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChursinGAI", "ChursinGAI.csproj", "{E304BCC2-C56C-4B5E-9764-37D2F6C8247F}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{E304BCC2-C56C-4B5E-9764-37D2F6C8247F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{E304BCC2-C56C-4B5E-9764-37D2F6C8247F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{E304BCC2-C56C-4B5E-9764-37D2F6C8247F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{E304BCC2-C56C-4B5E-9764-37D2F6C8247F}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+		SolutionGuid = {ADF4652A-1CE9-4696-8705-5136441416BE}
+	EndGlobalSection
+EndGlobal

二進制
ChursinPostavkaTovarov.FForm.resources


二進制
ChursinPostavkaTovarov.FiveForm.resources


二進制
ChursinPostavkaTovarov.Properties.Resources.resources


二進制
ChursinPostavkaTovarov.SForm.resources


二進制
ChursinPostavkaTovarov.ThForm.resources


二進制
ChursinPostavkaTovarov.csproj.AssemblyReference.cache


二進制
ChursinPostavkaTovarov.exe


+ 16 - 0
ChursinPostavkaTovarov.exe.config

@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+    <configSections>
+    </configSections>
+    <connectionStrings>
+        <add name="ChursinPostavkaTovarov.Properties.Settings.ConnectionString"
+            connectionString="Data Source=class31000;Integrated Security=True"
+            providerName="System.Data.SqlClient" />
+        <add name="ChursinPostavkaTovarov.Properties.Settings.IS31Chursin12ConnectionString"
+            connectionString="Data Source=class31000;Initial Catalog=IS31Valov12;Integrated Security=True"
+            providerName="System.Data.SqlClient" />
+    </connectionStrings>
+    <startup> 
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
+    </startup>
+</configuration>

二進制
ChursinPostavkaTovarov.mainForm.resources


文件差異過大導致無法顯示
+ 21764 - 0
DataSet1.Designer.cs


+ 1 - 0
DataSet1.xsc

@@ -0,0 +1 @@
+

文件差異過大導致無法顯示
+ 11 - 0
DataSet1.xsd


+ 1 - 0
DataSet1.xss

@@ -0,0 +1 @@
+

二進制
DesignTimeResolveAssemblyReferences.cache


+ 126 - 0
Form1.Designer.cs

@@ -0,0 +1,126 @@
+
+namespace ChursinPostavkaTovarov
+{
+    partial class mainForm
+    {
+        /// <summary>
+        /// Обязательная переменная конструктора.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Освободить все используемые ресурсы.
+        /// </summary>
+        /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Код, автоматически созданный конструктором форм Windows
+
+        /// <summary>
+        /// Требуемый метод для поддержки конструктора — не изменяйте 
+        /// содержимое этого метода с помощью редактора кода.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            this.cars = new System.Windows.Forms.Button();
+            this.Vzyskanya = new System.Windows.Forms.Button();
+            this.Drivers = new System.Windows.Forms.Button();
+            this.Narush = new System.Windows.Forms.Button();
+            this.Flabel = new System.Windows.Forms.Label();
+            this.Quit = new System.Windows.Forms.Button();
+            this.SuspendLayout();
+            // 
+            // cars
+            // 
+            this.cars.Location = new System.Drawing.Point(327, 115);
+            this.cars.Name = "cars";
+            this.cars.Size = new System.Drawing.Size(122, 50);
+            this.cars.TabIndex = 0;
+            this.cars.Text = "Таблица \"Автомобили\"";
+            this.cars.UseVisualStyleBackColor = true;
+            this.cars.Click += new System.EventHandler(this.cars_Click);
+            // 
+            // Vzyskanya
+            // 
+            this.Vzyskanya.Location = new System.Drawing.Point(327, 180);
+            this.Vzyskanya.Name = "Vzyskanya";
+            this.Vzyskanya.Size = new System.Drawing.Size(122, 50);
+            this.Vzyskanya.TabIndex = 1;
+            this.Vzyskanya.Text = "Таблица \"Взыскания\"";
+            this.Vzyskanya.UseVisualStyleBackColor = true;
+            this.Vzyskanya.Click += new System.EventHandler(this.Vzyskanya_Click);
+            // 
+            // Drivers
+            // 
+            this.Drivers.Location = new System.Drawing.Point(327, 245);
+            this.Drivers.Name = "Drivers";
+            this.Drivers.Size = new System.Drawing.Size(122, 53);
+            this.Drivers.TabIndex = 2;
+            this.Drivers.Text = "Таблица \"Водители\"";
+            this.Drivers.UseVisualStyleBackColor = true;
+            this.Drivers.Click += new System.EventHandler(this.Drivers_Click);
+            // 
+            // Narush
+            // 
+            this.Narush.Location = new System.Drawing.Point(327, 314);
+            this.Narush.Name = "Narush";
+            this.Narush.Size = new System.Drawing.Size(122, 51);
+            this.Narush.TabIndex = 3;
+            this.Narush.Text = "Таблица \"Нарушения\"";
+            this.Narush.UseVisualStyleBackColor = true;
+            this.Narush.Click += new System.EventHandler(this.Narush_Click);
+            // 
+            // Flabel
+            // 
+            this.Flabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+            this.Flabel.ForeColor = System.Drawing.Color.Red;
+            this.Flabel.Location = new System.Drawing.Point(301, 50);
+            this.Flabel.Name = "Flabel";
+            this.Flabel.Size = new System.Drawing.Size(189, 32);
+            this.Flabel.TabIndex = 4;
+            this.Flabel.Text = "База данных \"ГАИ\"";
+            // 
+            // Quit
+            // 
+            this.Quit.Location = new System.Drawing.Point(680, 393);
+            this.Quit.Name = "Quit";
+            this.Quit.Size = new System.Drawing.Size(108, 45);
+            this.Quit.TabIndex = 5;
+            this.Quit.Text = "Выход";
+            this.Quit.UseVisualStyleBackColor = true;
+            // 
+            // mainForm
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(800, 450);
+            this.Controls.Add(this.Quit);
+            this.Controls.Add(this.Flabel);
+            this.Controls.Add(this.Narush);
+            this.Controls.Add(this.Drivers);
+            this.Controls.Add(this.Vzyskanya);
+            this.Controls.Add(this.cars);
+            this.Name = "mainForm";
+            this.Text = "База данных \"ГАИ\"";
+            this.ResumeLayout(false);
+
+        }
+
+        #endregion
+
+        private System.Windows.Forms.Button cars;
+        private System.Windows.Forms.Button Vzyskanya;
+        private System.Windows.Forms.Button Drivers;
+        private System.Windows.Forms.Button Narush;
+        private System.Windows.Forms.Label Flabel;
+        private System.Windows.Forms.Button Quit;
+    }
+}
+

+ 44 - 0
Form1.cs

@@ -0,0 +1,44 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace ChursinPostavkaTovarov
+{
+    public partial class mainForm : Form
+    {
+        public mainForm()
+        {
+            InitializeComponent();
+        }
+
+        private void cars_Click(object sender, EventArgs e)
+        {
+            SForm z = new SForm();
+            z.Show();
+        }
+
+        private void Vzyskanya_Click(object sender, EventArgs e)
+        {
+            ThForm x = new ThForm();
+            x.Show();
+        }
+
+        private void Drivers_Click(object sender, EventArgs e)
+        {
+            FForm c = new FForm();
+            c.Show();
+        }
+
+        private void Narush_Click(object sender, EventArgs e)
+        {
+            FiveForm v = new FiveForm();
+            v.Show();
+        }
+    }
+}

+ 120 - 0
Form1.resx

@@ -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>

+ 442 - 0
Form2.Designer.cs

@@ -0,0 +1,442 @@
+
+namespace ChursinPostavkaTovarov
+{
+    partial class SForm
+    {
+        /// <summary>
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Windows Form Designer generated code
+
+        /// <summary>
+        /// Required method for Designer support - do not modify
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            this.components = new System.ComponentModel.Container();
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SForm));
+            System.Windows.Forms.Label номер_автомобиляLabel;
+            System.Windows.Forms.Label маркаLabel;
+            System.Windows.Forms.Label модельLabel;
+            System.Windows.Forms.Label цветLabel;
+            System.Windows.Forms.Label год_выпускаLabel;
+            System.Windows.Forms.Label дата_регистрации_в_ГАИLabel;
+            System.Windows.Forms.Label гОС_номераLabel;
+            System.Windows.Forms.Label номер_ВУLabel;
+            this.label1 = new System.Windows.Forms.Label();
+            this.iS31Valov12DataSet = new ChursinPostavkaTovarov.IS31ChursinVar12DataSet();
+            this.автомобилиBindingSource = new System.Windows.Forms.BindingSource(this.components);
+            this.автомобилиTableAdapter = new ChursinPostavkaTovarov.IS31Valov12DataSetTableAdapters.АвтомобилиTableAdapter();
+            this.tableAdapterManager = new ChursinPostavkaTovarov.IS31Valov12DataSetTableAdapters.TableAdapterManager();
+            this.автомобилиBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
+            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
+            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
+            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
+            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
+            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
+            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
+            this.автомобилиBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
+            this.номер_автомобиляTextBox = new System.Windows.Forms.TextBox();
+            this.маркаTextBox = new System.Windows.Forms.TextBox();
+            this.модельTextBox = new System.Windows.Forms.TextBox();
+            this.цветTextBox = new System.Windows.Forms.TextBox();
+            this.год_выпускаDateTimePicker = new System.Windows.Forms.DateTimePicker();
+            this.дата_регистрации_в_ГАИDateTimePicker = new System.Windows.Forms.DateTimePicker();
+            this.гОС_номераTextBox = new System.Windows.Forms.TextBox();
+            this.номер_ВУTextBox = new System.Windows.Forms.TextBox();
+            номер_автомобиляLabel = new System.Windows.Forms.Label();
+            маркаLabel = new System.Windows.Forms.Label();
+            модельLabel = new System.Windows.Forms.Label();
+            цветLabel = new System.Windows.Forms.Label();
+            год_выпускаLabel = new System.Windows.Forms.Label();
+            дата_регистрации_в_ГАИLabel = new System.Windows.Forms.Label();
+            гОС_номераLabel = new System.Windows.Forms.Label();
+            номер_ВУLabel = new System.Windows.Forms.Label();
+            ((System.ComponentModel.ISupportInitialize)(this.iS31Valov12DataSet)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.автомобилиBindingSource)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.автомобилиBindingNavigator)).BeginInit();
+            this.автомобилиBindingNavigator.SuspendLayout();
+            this.SuspendLayout();
+            // 
+            // label1
+            // 
+            this.label1.AutoSize = true;
+            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+            this.label1.Location = new System.Drawing.Point(293, 64);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(216, 24);
+            this.label1.TabIndex = 0;
+            this.label1.Text = "Таблица \"Автомобили\"";
+            // 
+            // iS31Valov12DataSet
+            // 
+            this.iS31Valov12DataSet.DataSetName = "IS31Valov12DataSet";
+            this.iS31Valov12DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
+            // 
+            // автомобилиBindingSource
+            // 
+            this.автомобилиBindingSource.DataMember = "Автомобили";
+            this.автомобилиBindingSource.DataSource = this.iS31Valov12DataSet;
+            // 
+            // автомобилиTableAdapter
+            // 
+            this.автомобилиTableAdapter.ClearBeforeFill = true;
+            // 
+            // tableAdapterManager
+            // 
+            this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
+            this.tableAdapterManager.UpdateOrder = ChursinPostavkaTovarov.IS31Valov12DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
+            this.tableAdapterManager.АвтомобилиTableAdapter = this.автомобилиTableAdapter;
+            this.tableAdapterManager.ВзысканияTableAdapter = null;
+            this.tableAdapterManager.ВодителиTableAdapter = null;
+            this.tableAdapterManager.НарушенияTableAdapter = null;
+            // 
+            // автомобилиBindingNavigator
+            // 
+            this.автомобилиBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
+            this.автомобилиBindingNavigator.BindingSource = this.автомобилиBindingSource;
+            this.автомобилиBindingNavigator.CountItem = this.bindingNavigatorCountItem;
+            this.автомобилиBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
+            this.автомобилиBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+            this.bindingNavigatorMoveFirstItem,
+            this.bindingNavigatorMovePreviousItem,
+            this.bindingNavigatorSeparator,
+            this.bindingNavigatorPositionItem,
+            this.bindingNavigatorCountItem,
+            this.bindingNavigatorSeparator1,
+            this.bindingNavigatorMoveNextItem,
+            this.bindingNavigatorMoveLastItem,
+            this.bindingNavigatorSeparator2,
+            this.bindingNavigatorAddNewItem,
+            this.bindingNavigatorDeleteItem,
+            this.автомобилиBindingNavigatorSaveItem});
+            this.автомобилиBindingNavigator.Location = new System.Drawing.Point(0, 0);
+            this.автомобилиBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
+            this.автомобилиBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
+            this.автомобилиBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
+            this.автомобилиBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
+            this.автомобилиBindingNavigator.Name = "автомобилиBindingNavigator";
+            this.автомобилиBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
+            this.автомобилиBindingNavigator.Size = new System.Drawing.Size(810, 25);
+            this.автомобилиBindingNavigator.TabIndex = 1;
+            this.автомобилиBindingNavigator.Text = "bindingNavigator1";
+            // 
+            // bindingNavigatorMoveFirstItem
+            // 
+            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
+            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
+            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
+            this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
+            // 
+            // bindingNavigatorMovePreviousItem
+            // 
+            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
+            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
+            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
+            this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
+            // 
+            // bindingNavigatorSeparator
+            // 
+            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
+            // 
+            // bindingNavigatorPositionItem
+            // 
+            this.bindingNavigatorPositionItem.AccessibleName = "Положение";
+            this.bindingNavigatorPositionItem.AutoSize = false;
+            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
+            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
+            this.bindingNavigatorPositionItem.Text = "0";
+            this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
+            // 
+            // bindingNavigatorCountItem
+            // 
+            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
+            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
+            this.bindingNavigatorCountItem.Text = "для {0}";
+            this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
+            // 
+            // bindingNavigatorSeparator1
+            // 
+            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
+            // 
+            // bindingNavigatorMoveNextItem
+            // 
+            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
+            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
+            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
+            this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
+            this.bindingNavigatorMoveNextItem.Click += new System.EventHandler(this.bindingNavigatorMoveNextItem_Click);
+            // 
+            // bindingNavigatorMoveLastItem
+            // 
+            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
+            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
+            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
+            this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
+            // 
+            // bindingNavigatorSeparator2
+            // 
+            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
+            // 
+            // bindingNavigatorAddNewItem
+            // 
+            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
+            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
+            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
+            this.bindingNavigatorAddNewItem.Text = "Добавить";
+            // 
+            // bindingNavigatorDeleteItem
+            // 
+            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
+            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
+            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
+            this.bindingNavigatorDeleteItem.Text = "Удалить";
+            // 
+            // автомобилиBindingNavigatorSaveItem
+            // 
+            this.автомобилиBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.автомобилиBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("автомобилиBindingNavigatorSaveItem.Image")));
+            this.автомобилиBindingNavigatorSaveItem.Name = "автомобилиBindingNavigatorSaveItem";
+            this.автомобилиBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
+            this.автомобилиBindingNavigatorSaveItem.Text = "Сохранить данные";
+            this.автомобилиBindingNavigatorSaveItem.Click += new System.EventHandler(this.автомобилиBindingNavigatorSaveItem_Click);
+            // 
+            // номер_автомобиляLabel
+            // 
+            номер_автомобиляLabel.AutoSize = true;
+            номер_автомобиляLabel.Location = new System.Drawing.Point(299, 114);
+            номер_автомобиляLabel.Name = "номер_автомобиляLabel";
+            номер_автомобиляLabel.Size = new System.Drawing.Size(108, 13);
+            номер_автомобиляLabel.TabIndex = 2;
+            номер_автомобиляLabel.Text = "Номер автомобиля:";
+            // 
+            // номер_автомобиляTextBox
+            // 
+            this.номер_автомобиляTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.автомобилиBindingSource, "Номер автомобиля", true));
+            this.номер_автомобиляTextBox.Location = new System.Drawing.Point(413, 111);
+            this.номер_автомобиляTextBox.Name = "номер_автомобиляTextBox";
+            this.номер_автомобиляTextBox.Size = new System.Drawing.Size(100, 20);
+            this.номер_автомобиляTextBox.TabIndex = 3;
+            // 
+            // маркаLabel
+            // 
+            маркаLabel.AutoSize = true;
+            маркаLabel.Location = new System.Drawing.Point(359, 151);
+            маркаLabel.Name = "маркаLabel";
+            маркаLabel.Size = new System.Drawing.Size(42, 13);
+            маркаLabel.TabIndex = 4;
+            маркаLabel.Text = "марка:";
+            // 
+            // маркаTextBox
+            // 
+            this.маркаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.автомобилиBindingSource, "марка", true));
+            this.маркаTextBox.Location = new System.Drawing.Point(412, 148);
+            this.маркаTextBox.Name = "маркаTextBox";
+            this.маркаTextBox.Size = new System.Drawing.Size(100, 20);
+            this.маркаTextBox.TabIndex = 5;
+            // 
+            // модельLabel
+            // 
+            модельLabel.AutoSize = true;
+            модельLabel.Location = new System.Drawing.Point(359, 189);
+            модельLabel.Name = "модельLabel";
+            модельLabel.Size = new System.Drawing.Size(48, 13);
+            модельLabel.TabIndex = 6;
+            модельLabel.Text = "модель:";
+            // 
+            // модельTextBox
+            // 
+            this.модельTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.автомобилиBindingSource, "модель", true));
+            this.модельTextBox.Location = new System.Drawing.Point(413, 186);
+            this.модельTextBox.Name = "модельTextBox";
+            this.модельTextBox.Size = new System.Drawing.Size(100, 20);
+            this.модельTextBox.TabIndex = 7;
+            // 
+            // цветLabel
+            // 
+            цветLabel.AutoSize = true;
+            цветLabel.Location = new System.Drawing.Point(374, 225);
+            цветLabel.Name = "цветLabel";
+            цветLabel.Size = new System.Drawing.Size(33, 13);
+            цветLabel.TabIndex = 8;
+            цветLabel.Text = "цвет:";
+            // 
+            // цветTextBox
+            // 
+            this.цветTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.автомобилиBindingSource, "цвет", true));
+            this.цветTextBox.Location = new System.Drawing.Point(413, 222);
+            this.цветTextBox.Name = "цветTextBox";
+            this.цветTextBox.Size = new System.Drawing.Size(100, 20);
+            this.цветTextBox.TabIndex = 9;
+            // 
+            // год_выпускаLabel
+            // 
+            год_выпускаLabel.AutoSize = true;
+            год_выпускаLabel.Location = new System.Drawing.Point(334, 260);
+            год_выпускаLabel.Name = "год_выпускаLabel";
+            год_выпускаLabel.Size = new System.Drawing.Size(73, 13);
+            год_выпускаLabel.TabIndex = 10;
+            год_выпускаLabel.Text = "год выпуска:";
+            // 
+            // год_выпускаDateTimePicker
+            // 
+            this.год_выпускаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.автомобилиBindingSource, "год выпуска", true));
+            this.год_выпускаDateTimePicker.Location = new System.Drawing.Point(413, 256);
+            this.год_выпускаDateTimePicker.Name = "год_выпускаDateTimePicker";
+            this.год_выпускаDateTimePicker.Size = new System.Drawing.Size(200, 20);
+            this.год_выпускаDateTimePicker.TabIndex = 11;
+            // 
+            // дата_регистрации_в_ГАИLabel
+            // 
+            дата_регистрации_в_ГАИLabel.AutoSize = true;
+            дата_регистрации_в_ГАИLabel.Location = new System.Drawing.Point(274, 298);
+            дата_регистрации_в_ГАИLabel.Name = "дата_регистрации_в_ГАИLabel";
+            дата_регистрации_в_ГАИLabel.Size = new System.Drawing.Size(133, 13);
+            дата_регистрации_в_ГАИLabel.TabIndex = 12;
+            дата_регистрации_в_ГАИLabel.Text = "дата регистрации в ГАИ:";
+            // 
+            // дата_регистрации_в_ГАИDateTimePicker
+            // 
+            this.дата_регистрации_в_ГАИDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.автомобилиBindingSource, "дата регистрации в ГАИ", true));
+            this.дата_регистрации_в_ГАИDateTimePicker.Location = new System.Drawing.Point(413, 294);
+            this.дата_регистрации_в_ГАИDateTimePicker.Name = "дата_регистрации_в_ГАИDateTimePicker";
+            this.дата_регистрации_в_ГАИDateTimePicker.Size = new System.Drawing.Size(200, 20);
+            this.дата_регистрации_в_ГАИDateTimePicker.TabIndex = 13;
+            // 
+            // гОС_номераLabel
+            // 
+            гОС_номераLabel.AutoSize = true;
+            гОС_номераLabel.Location = new System.Drawing.Point(334, 330);
+            гОС_номераLabel.Name = "гОС_номераLabel";
+            гОС_номераLabel.Size = new System.Drawing.Size(72, 13);
+            гОС_номераLabel.TabIndex = 14;
+            гОС_номераLabel.Text = "ГОС номера:";
+            // 
+            // гОС_номераTextBox
+            // 
+            this.гОС_номераTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.автомобилиBindingSource, "ГОС номера", true));
+            this.гОС_номераTextBox.Location = new System.Drawing.Point(412, 327);
+            this.гОС_номераTextBox.Name = "гОС_номераTextBox";
+            this.гОС_номераTextBox.Size = new System.Drawing.Size(100, 20);
+            this.гОС_номераTextBox.TabIndex = 15;
+            // 
+            // номер_ВУLabel
+            // 
+            номер_ВУLabel.AutoSize = true;
+            номер_ВУLabel.Location = new System.Drawing.Point(344, 368);
+            номер_ВУLabel.Name = "номер_ВУLabel";
+            номер_ВУLabel.Size = new System.Drawing.Size(62, 13);
+            номер_ВУLabel.TabIndex = 16;
+            номер_ВУLabel.Text = "Номер ВУ:";
+            // 
+            // номер_ВУTextBox
+            // 
+            this.номер_ВУTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.автомобилиBindingSource, "Номер ВУ", true));
+            this.номер_ВУTextBox.Location = new System.Drawing.Point(412, 365);
+            this.номер_ВУTextBox.Name = "номер_ВУTextBox";
+            this.номер_ВУTextBox.Size = new System.Drawing.Size(100, 20);
+            this.номер_ВУTextBox.TabIndex = 17;
+            // 
+            // SForm
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(810, 473);
+            this.Controls.Add(номер_ВУLabel);
+            this.Controls.Add(this.номер_ВУTextBox);
+            this.Controls.Add(гОС_номераLabel);
+            this.Controls.Add(this.гОС_номераTextBox);
+            this.Controls.Add(дата_регистрации_в_ГАИLabel);
+            this.Controls.Add(this.дата_регистрации_в_ГАИDateTimePicker);
+            this.Controls.Add(год_выпускаLabel);
+            this.Controls.Add(this.год_выпускаDateTimePicker);
+            this.Controls.Add(цветLabel);
+            this.Controls.Add(this.цветTextBox);
+            this.Controls.Add(модельLabel);
+            this.Controls.Add(this.модельTextBox);
+            this.Controls.Add(маркаLabel);
+            this.Controls.Add(this.маркаTextBox);
+            this.Controls.Add(номер_автомобиляLabel);
+            this.Controls.Add(this.номер_автомобиляTextBox);
+            this.Controls.Add(this.автомобилиBindingNavigator);
+            this.Controls.Add(this.label1);
+            this.Name = "SForm";
+            this.Text = "Таблица \"Автомобили\"";
+            this.Load += new System.EventHandler(this.SForm_Load);
+            ((System.ComponentModel.ISupportInitialize)(this.iS31Valov12DataSet)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.автомобилиBindingSource)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.автомобилиBindingNavigator)).EndInit();
+            this.автомобилиBindingNavigator.ResumeLayout(false);
+            this.автомобилиBindingNavigator.PerformLayout();
+            this.ResumeLayout(false);
+            this.PerformLayout();
+
+        }
+
+        #endregion
+
+        private System.Windows.Forms.Label label1;
+        private IS31ChursinVar12DataSet iS31Valov12DataSet;
+        private System.Windows.Forms.BindingSource автомобилиBindingSource;
+        private IS31Valov12DataSetTableAdapters.АвтомобилиTableAdapter автомобилиTableAdapter;
+        private IS31Valov12DataSetTableAdapters.TableAdapterManager tableAdapterManager;
+        private System.Windows.Forms.BindingNavigator автомобилиBindingNavigator;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
+        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
+        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
+        private System.Windows.Forms.ToolStripButton автомобилиBindingNavigatorSaveItem;
+        private System.Windows.Forms.TextBox номер_автомобиляTextBox;
+        private System.Windows.Forms.TextBox маркаTextBox;
+        private System.Windows.Forms.TextBox модельTextBox;
+        private System.Windows.Forms.TextBox цветTextBox;
+        private System.Windows.Forms.DateTimePicker год_выпускаDateTimePicker;
+        private System.Windows.Forms.DateTimePicker дата_регистрации_в_ГАИDateTimePicker;
+        private System.Windows.Forms.TextBox гОС_номераTextBox;
+        private System.Windows.Forms.TextBox номер_ВУTextBox;
+    }
+}

+ 40 - 0
Form2.cs

@@ -0,0 +1,40 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace ChursinPostavkaTovarov
+{
+    public partial class SForm : Form
+    {
+        public SForm()
+        {
+            InitializeComponent();
+        }
+
+        private void автомобилиBindingNavigatorSaveItem_Click(object sender, EventArgs e)
+        {
+            this.Validate();
+            this.автомобилиBindingSource.EndEdit();
+            this.tableAdapterManager.UpdateAll(this.iS31Valov12DataSet);
+
+        }
+
+        private void SForm_Load(object sender, EventArgs e)
+        {
+            // TODO: данная строка кода позволяет загрузить данные в таблицу "iS31Valov12DataSet.Автомобили". При необходимости она может быть перемещена или удалена.
+            this.автомобилиTableAdapter.Fill(this.iS31Valov12DataSet.Автомобили);
+
+        }
+
+        private void bindingNavigatorMoveNextItem_Click(object sender, EventArgs e)
+        {
+
+        }
+    }
+}

+ 228 - 0
Form2.resx

@@ -0,0 +1,228 @@
+<?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>
+  <metadata name="автомобилиBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>741, 17</value>
+  </metadata>
+  <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+  <data name="bindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
+        pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
+        Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
+        /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
+        zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/
+        IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E
+        rkJggg==
+</value>
+  </data>
+  <metadata name="автомобилиBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>177, 17</value>
+  </metadata>
+  <data name="bindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
+        DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
+        rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
+        i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
+        86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
+        QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
+        bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
+        wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
+        v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
+        UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
+        Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
+        lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
+        5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
+        Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
+        08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
+</value>
+  </data>
+  <data name="bindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
+        n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
+        N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
+        oAc0QjgAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
+        h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
+        twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
+        kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
+        WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
+        8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
+</value>
+  </data>
+  <data name="автомобилиBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo
+        dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
+</value>
+  </data>
+  <metadata name="номер_автомобиляLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="маркаLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="модельLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="цветLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="год_выпускаLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="дата_регистрации_в_ГАИLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="гОС_номераLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="номер_ВУLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="автомобилиTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>376, 17</value>
+  </metadata>
+  <metadata name="tableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>570, 17</value>
+  </metadata>
+</root>

+ 351 - 0
Form3.Designer.cs

@@ -0,0 +1,351 @@
+
+namespace ChursinPostavkaTovarov
+{
+    partial class ThForm
+    {
+        /// <summary>
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Windows Form Designer generated code
+
+        /// <summary>
+        /// Required method for Designer support - do not modify
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            this.components = new System.ComponentModel.Container();
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ThForm));
+            System.Windows.Forms.Label код_нарушенияLabel;
+            System.Windows.Forms.Label штраф_за_нарушенияLabel;
+            System.Windows.Forms.Label срок_лишения_месяцLabel;
+            System.Windows.Forms.Label предупреждениеLabel;
+            this.lbl2 = new System.Windows.Forms.Label();
+            this.iS31Valov12DataSet = new ChursinPostavkaTovarov.IS31ChursinVar12DataSet();
+            this.взысканияBindingSource = new System.Windows.Forms.BindingSource(this.components);
+            this.взысканияTableAdapter = new ChursinPostavkaTovarov.IS31Valov12DataSetTableAdapters.ВзысканияTableAdapter();
+            this.tableAdapterManager = new ChursinPostavkaTovarov.IS31Valov12DataSetTableAdapters.TableAdapterManager();
+            this.взысканияBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
+            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
+            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
+            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
+            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
+            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
+            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
+            this.взысканияBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
+            this.код_нарушенияTextBox = new System.Windows.Forms.TextBox();
+            this.штраф_за_нарушенияTextBox = new System.Windows.Forms.TextBox();
+            this.срок_лишения_месяцTextBox = new System.Windows.Forms.TextBox();
+            this.предупреждениеCheckBox = new System.Windows.Forms.CheckBox();
+            код_нарушенияLabel = new System.Windows.Forms.Label();
+            штраф_за_нарушенияLabel = new System.Windows.Forms.Label();
+            срок_лишения_месяцLabel = new System.Windows.Forms.Label();
+            предупреждениеLabel = new System.Windows.Forms.Label();
+            ((System.ComponentModel.ISupportInitialize)(this.iS31Valov12DataSet)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.взысканияBindingSource)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.взысканияBindingNavigator)).BeginInit();
+            this.взысканияBindingNavigator.SuspendLayout();
+            this.SuspendLayout();
+            // 
+            // lbl2
+            // 
+            this.lbl2.AutoSize = true;
+            this.lbl2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+            this.lbl2.ForeColor = System.Drawing.Color.Red;
+            this.lbl2.Location = new System.Drawing.Point(310, 49);
+            this.lbl2.Name = "lbl2";
+            this.lbl2.Size = new System.Drawing.Size(200, 24);
+            this.lbl2.TabIndex = 0;
+            this.lbl2.Text = "Таблица \"Взыскания\"";
+            // 
+            // iS31Valov12DataSet
+            // 
+            this.iS31Valov12DataSet.DataSetName = "IS31Valov12DataSet";
+            this.iS31Valov12DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
+            // 
+            // взысканияBindingSource
+            // 
+            this.взысканияBindingSource.DataMember = "Взыскания";
+            this.взысканияBindingSource.DataSource = this.iS31Valov12DataSet;
+            // 
+            // взысканияTableAdapter
+            // 
+            this.взысканияTableAdapter.ClearBeforeFill = true;
+            // 
+            // tableAdapterManager
+            // 
+            this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
+            this.tableAdapterManager.UpdateOrder = ChursinPostavkaTovarov.IS31Valov12DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
+            this.tableAdapterManager.АвтомобилиTableAdapter = null;
+            this.tableAdapterManager.ВзысканияTableAdapter = this.взысканияTableAdapter;
+            this.tableAdapterManager.ВодителиTableAdapter = null;
+            this.tableAdapterManager.НарушенияTableAdapter = null;
+            // 
+            // взысканияBindingNavigator
+            // 
+            this.взысканияBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
+            this.взысканияBindingNavigator.BindingSource = this.взысканияBindingSource;
+            this.взысканияBindingNavigator.CountItem = this.bindingNavigatorCountItem;
+            this.взысканияBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
+            this.взысканияBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+            this.bindingNavigatorMoveFirstItem,
+            this.bindingNavigatorMovePreviousItem,
+            this.bindingNavigatorSeparator,
+            this.bindingNavigatorPositionItem,
+            this.bindingNavigatorCountItem,
+            this.bindingNavigatorSeparator1,
+            this.bindingNavigatorMoveNextItem,
+            this.bindingNavigatorMoveLastItem,
+            this.bindingNavigatorSeparator2,
+            this.bindingNavigatorAddNewItem,
+            this.bindingNavigatorDeleteItem,
+            this.взысканияBindingNavigatorSaveItem});
+            this.взысканияBindingNavigator.Location = new System.Drawing.Point(0, 0);
+            this.взысканияBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
+            this.взысканияBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
+            this.взысканияBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
+            this.взысканияBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
+            this.взысканияBindingNavigator.Name = "взысканияBindingNavigator";
+            this.взысканияBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
+            this.взысканияBindingNavigator.Size = new System.Drawing.Size(800, 25);
+            this.взысканияBindingNavigator.TabIndex = 1;
+            this.взысканияBindingNavigator.Text = "bindingNavigator1";
+            // 
+            // bindingNavigatorMoveFirstItem
+            // 
+            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
+            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
+            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
+            this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
+            // 
+            // bindingNavigatorMovePreviousItem
+            // 
+            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
+            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
+            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
+            this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
+            // 
+            // bindingNavigatorSeparator
+            // 
+            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
+            // 
+            // bindingNavigatorPositionItem
+            // 
+            this.bindingNavigatorPositionItem.AccessibleName = "Положение";
+            this.bindingNavigatorPositionItem.AutoSize = false;
+            this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
+            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
+            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
+            this.bindingNavigatorPositionItem.Text = "0";
+            this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
+            // 
+            // bindingNavigatorCountItem
+            // 
+            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
+            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
+            this.bindingNavigatorCountItem.Text = "для {0}";
+            this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
+            // 
+            // bindingNavigatorSeparator1
+            // 
+            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
+            // 
+            // bindingNavigatorMoveNextItem
+            // 
+            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
+            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
+            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
+            this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
+            // 
+            // bindingNavigatorMoveLastItem
+            // 
+            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
+            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
+            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
+            this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
+            // 
+            // bindingNavigatorSeparator2
+            // 
+            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
+            // 
+            // bindingNavigatorAddNewItem
+            // 
+            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
+            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
+            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
+            this.bindingNavigatorAddNewItem.Text = "Добавить";
+            // 
+            // bindingNavigatorDeleteItem
+            // 
+            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
+            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
+            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
+            this.bindingNavigatorDeleteItem.Text = "Удалить";
+            // 
+            // взысканияBindingNavigatorSaveItem
+            // 
+            this.взысканияBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.взысканияBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("взысканияBindingNavigatorSaveItem.Image")));
+            this.взысканияBindingNavigatorSaveItem.Name = "взысканияBindingNavigatorSaveItem";
+            this.взысканияBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
+            this.взысканияBindingNavigatorSaveItem.Text = "Сохранить данные";
+            this.взысканияBindingNavigatorSaveItem.Click += new System.EventHandler(this.взысканияBindingNavigatorSaveItem_Click);
+            // 
+            // код_нарушенияLabel
+            // 
+            код_нарушенияLabel.AutoSize = true;
+            код_нарушенияLabel.Location = new System.Drawing.Point(323, 116);
+            код_нарушенияLabel.Name = "код_нарушенияLabel";
+            код_нарушенияLabel.Size = new System.Drawing.Size(87, 13);
+            код_нарушенияLabel.TabIndex = 2;
+            код_нарушенияLabel.Text = "Код нарушения:";
+            // 
+            // код_нарушенияTextBox
+            // 
+            this.код_нарушенияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.взысканияBindingSource, "Код нарушения", true));
+            this.код_нарушенияTextBox.Location = new System.Drawing.Point(422, 109);
+            this.код_нарушенияTextBox.Name = "код_нарушенияTextBox";
+            this.код_нарушенияTextBox.Size = new System.Drawing.Size(100, 20);
+            this.код_нарушенияTextBox.TabIndex = 3;
+            // 
+            // штраф_за_нарушенияLabel
+            // 
+            штраф_за_нарушенияLabel.AutoSize = true;
+            штраф_за_нарушенияLabel.Location = new System.Drawing.Point(301, 177);
+            штраф_за_нарушенияLabel.Name = "штраф_за_нарушенияLabel";
+            штраф_за_нарушенияLabel.Size = new System.Drawing.Size(117, 13);
+            штраф_за_нарушенияLabel.TabIndex = 4;
+            штраф_за_нарушенияLabel.Text = "Штраф за нарушения:";
+            // 
+            // штраф_за_нарушенияTextBox
+            // 
+            this.штраф_за_нарушенияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.взысканияBindingSource, "Штраф за нарушения", true));
+            this.штраф_за_нарушенияTextBox.Location = new System.Drawing.Point(424, 174);
+            this.штраф_за_нарушенияTextBox.Name = "штраф_за_нарушенияTextBox";
+            this.штраф_за_нарушенияTextBox.Size = new System.Drawing.Size(100, 20);
+            this.штраф_за_нарушенияTextBox.TabIndex = 5;
+            // 
+            // срок_лишения_месяцLabel
+            // 
+            срок_лишения_месяцLabel.AutoSize = true;
+            срок_лишения_месяцLabel.Location = new System.Drawing.Point(301, 233);
+            срок_лишения_месяцLabel.Name = "срок_лишения_месяцLabel";
+            срок_лишения_месяцLabel.Size = new System.Drawing.Size(117, 13);
+            срок_лишения_месяцLabel.TabIndex = 6;
+            срок_лишения_месяцLabel.Text = "Срок лишения месяц:";
+            // 
+            // срок_лишения_месяцTextBox
+            // 
+            this.срок_лишения_месяцTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.взысканияBindingSource, "Срок лишения месяц", true));
+            this.срок_лишения_месяцTextBox.Location = new System.Drawing.Point(424, 230);
+            this.срок_лишения_месяцTextBox.Name = "срок_лишения_месяцTextBox";
+            this.срок_лишения_месяцTextBox.Size = new System.Drawing.Size(100, 20);
+            this.срок_лишения_месяцTextBox.TabIndex = 7;
+            // 
+            // предупреждениеLabel
+            // 
+            предупреждениеLabel.AutoSize = true;
+            предупреждениеLabel.Location = new System.Drawing.Point(323, 303);
+            предупреждениеLabel.Name = "предупреждениеLabel";
+            предупреждениеLabel.Size = new System.Drawing.Size(95, 13);
+            предупреждениеLabel.TabIndex = 8;
+            предупреждениеLabel.Text = "предупреждение:";
+            // 
+            // предупреждениеCheckBox
+            // 
+            this.предупреждениеCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.взысканияBindingSource, "предупреждение", true));
+            this.предупреждениеCheckBox.Location = new System.Drawing.Point(424, 298);
+            this.предупреждениеCheckBox.Name = "предупреждениеCheckBox";
+            this.предупреждениеCheckBox.Size = new System.Drawing.Size(104, 24);
+            this.предупреждениеCheckBox.TabIndex = 9;
+            this.предупреждениеCheckBox.UseVisualStyleBackColor = true;
+            // 
+            // ThForm
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(800, 450);
+            this.Controls.Add(предупреждениеLabel);
+            this.Controls.Add(this.предупреждениеCheckBox);
+            this.Controls.Add(срок_лишения_месяцLabel);
+            this.Controls.Add(this.срок_лишения_месяцTextBox);
+            this.Controls.Add(штраф_за_нарушенияLabel);
+            this.Controls.Add(this.штраф_за_нарушенияTextBox);
+            this.Controls.Add(код_нарушенияLabel);
+            this.Controls.Add(this.код_нарушенияTextBox);
+            this.Controls.Add(this.взысканияBindingNavigator);
+            this.Controls.Add(this.lbl2);
+            this.Name = "ThForm";
+            this.Text = "Таблица \"Взыскания\"";
+            this.Load += new System.EventHandler(this.Form3_Load);
+            ((System.ComponentModel.ISupportInitialize)(this.iS31Valov12DataSet)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.взысканияBindingSource)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.взысканияBindingNavigator)).EndInit();
+            this.взысканияBindingNavigator.ResumeLayout(false);
+            this.взысканияBindingNavigator.PerformLayout();
+            this.ResumeLayout(false);
+            this.PerformLayout();
+
+        }
+
+        #endregion
+
+        private System.Windows.Forms.Label lbl2;
+        private IS31ChursinVar12DataSet iS31Valov12DataSet;
+        private System.Windows.Forms.BindingSource взысканияBindingSource;
+        private IS31Valov12DataSetTableAdapters.ВзысканияTableAdapter взысканияTableAdapter;
+        private IS31Valov12DataSetTableAdapters.TableAdapterManager tableAdapterManager;
+        private System.Windows.Forms.BindingNavigator взысканияBindingNavigator;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
+        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
+        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
+        private System.Windows.Forms.ToolStripButton взысканияBindingNavigatorSaveItem;
+        private System.Windows.Forms.TextBox код_нарушенияTextBox;
+        private System.Windows.Forms.TextBox штраф_за_нарушенияTextBox;
+        private System.Windows.Forms.TextBox срок_лишения_месяцTextBox;
+        private System.Windows.Forms.CheckBox предупреждениеCheckBox;
+    }
+}

+ 35 - 0
Form3.cs

@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace ChursinPostavkaTovarov
+{
+    public partial class ThForm : Form
+    {
+        public ThForm()
+        {
+            InitializeComponent();
+        }
+
+        private void взысканияBindingNavigatorSaveItem_Click(object sender, EventArgs e)
+        {
+            this.Validate();
+            this.взысканияBindingSource.EndEdit();
+            this.tableAdapterManager.UpdateAll(this.iS31Valov12DataSet);
+
+        }
+
+        private void Form3_Load(object sender, EventArgs e)
+        {
+            // TODO: данная строка кода позволяет загрузить данные в таблицу "iS31Valov12DataSet.Взыскания". При необходимости она может быть перемещена или удалена.
+            this.взысканияTableAdapter.Fill(this.iS31Valov12DataSet.Взыскания);
+
+        }
+    }
+}

+ 216 - 0
Form3.resx

@@ -0,0 +1,216 @@
+<?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>
+  <metadata name="взысканияTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>367, 17</value>
+  </metadata>
+  <metadata name="взысканияBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>722, 17</value>
+  </metadata>
+  <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+  <data name="bindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
+        pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
+        Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
+        /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
+        zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/
+        IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E
+        rkJggg==
+</value>
+  </data>
+  <metadata name="взысканияBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>177, 17</value>
+  </metadata>
+  <data name="bindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
+        DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
+        rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
+        i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
+        86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
+        QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
+        bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
+        wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
+        v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
+        UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
+        Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
+        lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
+        5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
+        Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
+        08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
+</value>
+  </data>
+  <data name="bindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
+        n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
+        N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
+        oAc0QjgAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
+        h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
+        twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
+        kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
+        WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
+        8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
+</value>
+  </data>
+  <data name="взысканияBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo
+        dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
+</value>
+  </data>
+  <metadata name="код_нарушенияLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="штраф_за_нарушенияLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="срок_лишения_месяцLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="предупреждениеLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="tableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>551, 17</value>
+  </metadata>
+</root>

+ 395 - 0
Form4.Designer.cs

@@ -0,0 +1,395 @@
+
+namespace ChursinPostavkaTovarov
+{
+    partial class FForm
+    {
+        /// <summary>
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Windows Form Designer generated code
+
+        /// <summary>
+        /// Required method for Designer support - do not modify
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            this.components = new System.ComponentModel.Container();
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FForm));
+            System.Windows.Forms.Label номер_водительского_удостоверенияLabel;
+            System.Windows.Forms.Label фамилияLabel;
+            System.Windows.Forms.Label имяLabel;
+            System.Windows.Forms.Label отчествоLabel;
+            System.Windows.Forms.Label адресLabel;
+            System.Windows.Forms.Label телефонLabel;
+            this.label1 = new System.Windows.Forms.Label();
+            this.iS31Valov12DataSet = new ChursinPostavkaTovarov.IS31ChursinVar12DataSet();
+            this.водителиBindingSource = new System.Windows.Forms.BindingSource(this.components);
+            this.водителиTableAdapter = new ChursinPostavkaTovarov.IS31Valov12DataSetTableAdapters.ВодителиTableAdapter();
+            this.tableAdapterManager = new ChursinPostavkaTovarov.IS31Valov12DataSetTableAdapters.TableAdapterManager();
+            this.водителиBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
+            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
+            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
+            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
+            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
+            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
+            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
+            this.водителиBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
+            this.номер_водительского_удостоверенияTextBox = new System.Windows.Forms.TextBox();
+            this.фамилияTextBox = new System.Windows.Forms.TextBox();
+            this.имяTextBox = new System.Windows.Forms.TextBox();
+            this.отчествоTextBox = new System.Windows.Forms.TextBox();
+            this.адресTextBox = new System.Windows.Forms.TextBox();
+            this.телефонTextBox = new System.Windows.Forms.TextBox();
+            номер_водительского_удостоверенияLabel = new System.Windows.Forms.Label();
+            фамилияLabel = new System.Windows.Forms.Label();
+            имяLabel = new System.Windows.Forms.Label();
+            отчествоLabel = new System.Windows.Forms.Label();
+            адресLabel = new System.Windows.Forms.Label();
+            телефонLabel = new System.Windows.Forms.Label();
+            ((System.ComponentModel.ISupportInitialize)(this.iS31Valov12DataSet)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.водителиBindingSource)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.водителиBindingNavigator)).BeginInit();
+            this.водителиBindingNavigator.SuspendLayout();
+            this.SuspendLayout();
+            // 
+            // label1
+            // 
+            this.label1.AutoSize = true;
+            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+            this.label1.ForeColor = System.Drawing.Color.Red;
+            this.label1.Location = new System.Drawing.Point(292, 48);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(192, 24);
+            this.label1.TabIndex = 0;
+            this.label1.Text = "Таблица \"Водители\"";
+            // 
+            // iS31Valov12DataSet
+            // 
+            this.iS31Valov12DataSet.DataSetName = "IS31Valov12DataSet";
+            this.iS31Valov12DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
+            // 
+            // водителиBindingSource
+            // 
+            this.водителиBindingSource.DataMember = "Водители";
+            this.водителиBindingSource.DataSource = this.iS31Valov12DataSet;
+            // 
+            // водителиTableAdapter
+            // 
+            this.водителиTableAdapter.ClearBeforeFill = true;
+            // 
+            // tableAdapterManager
+            // 
+            this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
+            this.tableAdapterManager.UpdateOrder = ChursinPostavkaTovarov.IS31Valov12DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
+            this.tableAdapterManager.АвтомобилиTableAdapter = null;
+            this.tableAdapterManager.ВзысканияTableAdapter = null;
+            this.tableAdapterManager.ВодителиTableAdapter = this.водителиTableAdapter;
+            this.tableAdapterManager.НарушенияTableAdapter = null;
+            // 
+            // водителиBindingNavigator
+            // 
+            this.водителиBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
+            this.водителиBindingNavigator.BindingSource = this.водителиBindingSource;
+            this.водителиBindingNavigator.CountItem = this.bindingNavigatorCountItem;
+            this.водителиBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
+            this.водителиBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+            this.bindingNavigatorMoveFirstItem,
+            this.bindingNavigatorMovePreviousItem,
+            this.bindingNavigatorSeparator,
+            this.bindingNavigatorPositionItem,
+            this.bindingNavigatorCountItem,
+            this.bindingNavigatorSeparator1,
+            this.bindingNavigatorMoveNextItem,
+            this.bindingNavigatorMoveLastItem,
+            this.bindingNavigatorSeparator2,
+            this.bindingNavigatorAddNewItem,
+            this.bindingNavigatorDeleteItem,
+            this.водителиBindingNavigatorSaveItem});
+            this.водителиBindingNavigator.Location = new System.Drawing.Point(0, 0);
+            this.водителиBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
+            this.водителиBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
+            this.водителиBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
+            this.водителиBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
+            this.водителиBindingNavigator.Name = "водителиBindingNavigator";
+            this.водителиBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
+            this.водителиBindingNavigator.Size = new System.Drawing.Size(800, 25);
+            this.водителиBindingNavigator.TabIndex = 1;
+            this.водителиBindingNavigator.Text = "bindingNavigator1";
+            // 
+            // bindingNavigatorMoveFirstItem
+            // 
+            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
+            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
+            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
+            this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
+            // 
+            // bindingNavigatorMovePreviousItem
+            // 
+            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
+            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
+            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
+            this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
+            // 
+            // bindingNavigatorSeparator
+            // 
+            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
+            // 
+            // bindingNavigatorPositionItem
+            // 
+            this.bindingNavigatorPositionItem.AccessibleName = "Положение";
+            this.bindingNavigatorPositionItem.AutoSize = false;
+            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
+            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
+            this.bindingNavigatorPositionItem.Text = "0";
+            this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
+            // 
+            // bindingNavigatorCountItem
+            // 
+            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
+            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
+            this.bindingNavigatorCountItem.Text = "для {0}";
+            this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
+            // 
+            // bindingNavigatorSeparator1
+            // 
+            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
+            // 
+            // bindingNavigatorMoveNextItem
+            // 
+            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
+            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
+            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
+            this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
+            // 
+            // bindingNavigatorMoveLastItem
+            // 
+            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
+            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
+            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
+            this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
+            // 
+            // bindingNavigatorSeparator2
+            // 
+            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
+            // 
+            // bindingNavigatorAddNewItem
+            // 
+            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
+            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
+            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
+            this.bindingNavigatorAddNewItem.Text = "Добавить";
+            // 
+            // bindingNavigatorDeleteItem
+            // 
+            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
+            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
+            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
+            this.bindingNavigatorDeleteItem.Text = "Удалить";
+            // 
+            // водителиBindingNavigatorSaveItem
+            // 
+            this.водителиBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.водителиBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("водителиBindingNavigatorSaveItem.Image")));
+            this.водителиBindingNavigatorSaveItem.Name = "водителиBindingNavigatorSaveItem";
+            this.водителиBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
+            this.водителиBindingNavigatorSaveItem.Text = "Сохранить данные";
+            this.водителиBindingNavigatorSaveItem.Click += new System.EventHandler(this.водителиBindingNavigatorSaveItem_Click);
+            // 
+            // номер_водительского_удостоверенияLabel
+            // 
+            номер_водительского_удостоверенияLabel.AutoSize = true;
+            номер_водительского_удостоверенияLabel.Location = new System.Drawing.Point(298, 116);
+            номер_водительского_удостоверенияLabel.Name = "номер_водительского_удостоверенияLabel";
+            номер_водительского_удостоверенияLabel.Size = new System.Drawing.Size(202, 13);
+            номер_водительского_удостоверенияLabel.TabIndex = 2;
+            номер_водительского_удостоверенияLabel.Text = "Номер водительского удостоверения:";
+            // 
+            // номер_водительского_удостоверенияTextBox
+            // 
+            this.номер_водительского_удостоверенияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.водителиBindingSource, "Номер водительского удостоверения", true));
+            this.номер_водительского_удостоверенияTextBox.Location = new System.Drawing.Point(506, 113);
+            this.номер_водительского_удостоверенияTextBox.Name = "номер_водительского_удостоверенияTextBox";
+            this.номер_водительского_удостоверенияTextBox.Size = new System.Drawing.Size(100, 20);
+            this.номер_водительского_удостоверенияTextBox.TabIndex = 3;
+            // 
+            // фамилияLabel
+            // 
+            фамилияLabel.AutoSize = true;
+            фамилияLabel.Location = new System.Drawing.Point(38, 116);
+            фамилияLabel.Name = "фамилияLabel";
+            фамилияLabel.Size = new System.Drawing.Size(59, 13);
+            фамилияLabel.TabIndex = 4;
+            фамилияLabel.Text = "Фамилия:";
+            // 
+            // фамилияTextBox
+            // 
+            this.фамилияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.водителиBindingSource, "Фамилия", true));
+            this.фамилияTextBox.Location = new System.Drawing.Point(103, 113);
+            this.фамилияTextBox.Name = "фамилияTextBox";
+            this.фамилияTextBox.Size = new System.Drawing.Size(100, 20);
+            this.фамилияTextBox.TabIndex = 5;
+            // 
+            // имяLabel
+            // 
+            имяLabel.AutoSize = true;
+            имяLabel.Location = new System.Drawing.Point(65, 157);
+            имяLabel.Name = "имяLabel";
+            имяLabel.Size = new System.Drawing.Size(32, 13);
+            имяLabel.TabIndex = 6;
+            имяLabel.Text = "Имя:";
+            // 
+            // имяTextBox
+            // 
+            this.имяTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.водителиBindingSource, "Имя", true));
+            this.имяTextBox.Location = new System.Drawing.Point(103, 158);
+            this.имяTextBox.Name = "имяTextBox";
+            this.имяTextBox.Size = new System.Drawing.Size(100, 20);
+            this.имяTextBox.TabIndex = 7;
+            // 
+            // отчествоLabel
+            // 
+            отчествоLabel.AutoSize = true;
+            отчествоLabel.Location = new System.Drawing.Point(40, 203);
+            отчествоLabel.Name = "отчествоLabel";
+            отчествоLabel.Size = new System.Drawing.Size(57, 13);
+            отчествоLabel.TabIndex = 8;
+            отчествоLabel.Text = "Отчество:";
+            // 
+            // отчествоTextBox
+            // 
+            this.отчествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.водителиBindingSource, "Отчество", true));
+            this.отчествоTextBox.Location = new System.Drawing.Point(103, 200);
+            this.отчествоTextBox.Name = "отчествоTextBox";
+            this.отчествоTextBox.Size = new System.Drawing.Size(100, 20);
+            this.отчествоTextBox.TabIndex = 9;
+            // 
+            // адресLabel
+            // 
+            адресLabel.AutoSize = true;
+            адресLabel.Location = new System.Drawing.Point(459, 161);
+            адресLabel.Name = "адресLabel";
+            адресLabel.Size = new System.Drawing.Size(41, 13);
+            адресLabel.TabIndex = 10;
+            адресLabel.Text = "Адрес:";
+            // 
+            // адресTextBox
+            // 
+            this.адресTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.водителиBindingSource, "Адрес", true));
+            this.адресTextBox.Location = new System.Drawing.Point(506, 158);
+            this.адресTextBox.Name = "адресTextBox";
+            this.адресTextBox.Size = new System.Drawing.Size(100, 20);
+            this.адресTextBox.TabIndex = 11;
+            // 
+            // телефонLabel
+            // 
+            телефонLabel.AutoSize = true;
+            телефонLabel.Location = new System.Drawing.Point(445, 203);
+            телефонLabel.Name = "телефонLabel";
+            телефонLabel.Size = new System.Drawing.Size(55, 13);
+            телефонLabel.TabIndex = 12;
+            телефонLabel.Text = "Телефон:";
+            // 
+            // телефонTextBox
+            // 
+            this.телефонTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.водителиBindingSource, "Телефон", true));
+            this.телефонTextBox.Location = new System.Drawing.Point(506, 200);
+            this.телефонTextBox.Name = "телефонTextBox";
+            this.телефонTextBox.Size = new System.Drawing.Size(100, 20);
+            this.телефонTextBox.TabIndex = 13;
+            // 
+            // FForm
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(800, 450);
+            this.Controls.Add(телефонLabel);
+            this.Controls.Add(this.телефонTextBox);
+            this.Controls.Add(адресLabel);
+            this.Controls.Add(this.адресTextBox);
+            this.Controls.Add(отчествоLabel);
+            this.Controls.Add(this.отчествоTextBox);
+            this.Controls.Add(имяLabel);
+            this.Controls.Add(this.имяTextBox);
+            this.Controls.Add(фамилияLabel);
+            this.Controls.Add(this.фамилияTextBox);
+            this.Controls.Add(номер_водительского_удостоверенияLabel);
+            this.Controls.Add(this.номер_водительского_удостоверенияTextBox);
+            this.Controls.Add(this.водителиBindingNavigator);
+            this.Controls.Add(this.label1);
+            this.Name = "FForm";
+            this.Text = "Таблица \"Водители\"";
+            this.Load += new System.EventHandler(this.FForm_Load);
+            ((System.ComponentModel.ISupportInitialize)(this.iS31Valov12DataSet)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.водителиBindingSource)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.водителиBindingNavigator)).EndInit();
+            this.водителиBindingNavigator.ResumeLayout(false);
+            this.водителиBindingNavigator.PerformLayout();
+            this.ResumeLayout(false);
+            this.PerformLayout();
+
+        }
+
+        #endregion
+
+        private System.Windows.Forms.Label label1;
+        private IS31ChursinVar12DataSet iS31Valov12DataSet;
+        private System.Windows.Forms.BindingSource водителиBindingSource;
+        private IS31Valov12DataSetTableAdapters.ВодителиTableAdapter водителиTableAdapter;
+        private IS31Valov12DataSetTableAdapters.TableAdapterManager tableAdapterManager;
+        private System.Windows.Forms.BindingNavigator водителиBindingNavigator;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
+        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
+        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
+        private System.Windows.Forms.ToolStripButton водителиBindingNavigatorSaveItem;
+        private System.Windows.Forms.TextBox номер_водительского_удостоверенияTextBox;
+        private System.Windows.Forms.TextBox фамилияTextBox;
+        private System.Windows.Forms.TextBox имяTextBox;
+        private System.Windows.Forms.TextBox отчествоTextBox;
+        private System.Windows.Forms.TextBox адресTextBox;
+        private System.Windows.Forms.TextBox телефонTextBox;
+    }
+}

+ 35 - 0
Form4.cs

@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace ChursinPostavkaTovarov
+{
+    public partial class FForm : Form
+    {
+        public FForm()
+        {
+            InitializeComponent();
+        }
+
+        private void водителиBindingNavigatorSaveItem_Click(object sender, EventArgs e)
+        {
+            this.Validate();
+            this.водителиBindingSource.EndEdit();
+            this.tableAdapterManager.UpdateAll(this.iS31Valov12DataSet);
+
+        }
+
+        private void FForm_Load(object sender, EventArgs e)
+        {
+            // TODO: данная строка кода позволяет загрузить данные в таблицу "iS31Valov12DataSet.Водители". При необходимости она может быть перемещена или удалена.
+            this.водителиTableAdapter.Fill(this.iS31Valov12DataSet.Водители);
+
+        }
+    }
+}

+ 222 - 0
Form4.resx

@@ -0,0 +1,222 @@
+<?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>
+  <metadata name="водителиTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>360, 17</value>
+  </metadata>
+  <metadata name="водителиBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>709, 17</value>
+  </metadata>
+  <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+  <data name="bindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
+        pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
+        Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
+        /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
+        zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/
+        IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E
+        rkJggg==
+</value>
+  </data>
+  <metadata name="водителиBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>177, 17</value>
+  </metadata>
+  <data name="bindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
+        DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
+        rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
+        i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
+        86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
+        QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
+        bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
+        wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
+        v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
+        UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
+        Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
+        lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
+        5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
+        Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
+        08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
+</value>
+  </data>
+  <data name="bindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
+        n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
+        N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
+        oAc0QjgAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
+        h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
+        twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
+        kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
+        WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
+        8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
+</value>
+  </data>
+  <data name="водителиBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo
+        dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
+</value>
+  </data>
+  <metadata name="номер_водительского_удостоверенияLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="фамилияLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="имяLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="отчествоLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="адресLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="телефонLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="tableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>538, 17</value>
+  </metadata>
+</root>

+ 395 - 0
Form5.Designer.cs

@@ -0,0 +1,395 @@
+
+namespace ChursinPostavkaTovarov
+{
+    partial class FiveForm
+    {
+        /// <summary>
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Windows Form Designer generated code
+
+        /// <summary>
+        /// Required method for Designer support - do not modify
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            this.components = new System.ComponentModel.Container();
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FiveForm));
+            System.Windows.Forms.Label вид_нарушенияLabel;
+            System.Windows.Forms.Label штраф_за_нарушениеLabel;
+            System.Windows.Forms.Label дата_нарушенияLabel;
+            System.Windows.Forms.Label номер_автомобиляLabel;
+            System.Windows.Forms.Label гОС_номер_автоLabel;
+            System.Windows.Forms.Label код_нарушенияLabel;
+            this.label1 = new System.Windows.Forms.Label();
+            this.iS31Valov12DataSet = new ChursinPostavkaTovarov.IS31ChursinVar12DataSet();
+            this.нарушенияBindingSource = new System.Windows.Forms.BindingSource(this.components);
+            this.нарушенияTableAdapter = new ChursinPostavkaTovarov.IS31Valov12DataSetTableAdapters.НарушенияTableAdapter();
+            this.tableAdapterManager = new ChursinPostavkaTovarov.IS31Valov12DataSetTableAdapters.TableAdapterManager();
+            this.нарушенияBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
+            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
+            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
+            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
+            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
+            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
+            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
+            this.нарушенияBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
+            this.вид_нарушенияTextBox = new System.Windows.Forms.TextBox();
+            this.штраф_за_нарушениеTextBox = new System.Windows.Forms.TextBox();
+            this.дата_нарушенияDateTimePicker = new System.Windows.Forms.DateTimePicker();
+            this.номер_автомобиляTextBox = new System.Windows.Forms.TextBox();
+            this.гОС_номер_автоTextBox = new System.Windows.Forms.TextBox();
+            this.код_нарушенияTextBox = new System.Windows.Forms.TextBox();
+            вид_нарушенияLabel = new System.Windows.Forms.Label();
+            штраф_за_нарушениеLabel = new System.Windows.Forms.Label();
+            дата_нарушенияLabel = new System.Windows.Forms.Label();
+            номер_автомобиляLabel = new System.Windows.Forms.Label();
+            гОС_номер_автоLabel = new System.Windows.Forms.Label();
+            код_нарушенияLabel = new System.Windows.Forms.Label();
+            ((System.ComponentModel.ISupportInitialize)(this.iS31Valov12DataSet)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.нарушенияBindingSource)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.нарушенияBindingNavigator)).BeginInit();
+            this.нарушенияBindingNavigator.SuspendLayout();
+            this.SuspendLayout();
+            // 
+            // label1
+            // 
+            this.label1.AutoSize = true;
+            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+            this.label1.ForeColor = System.Drawing.Color.Red;
+            this.label1.Location = new System.Drawing.Point(349, 71);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(204, 24);
+            this.label1.TabIndex = 0;
+            this.label1.Text = "Таблица \"Нарушения\"";
+            // 
+            // iS31Valov12DataSet
+            // 
+            this.iS31Valov12DataSet.DataSetName = "IS31Valov12DataSet";
+            this.iS31Valov12DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
+            // 
+            // нарушенияBindingSource
+            // 
+            this.нарушенияBindingSource.DataMember = "Нарушения";
+            this.нарушенияBindingSource.DataSource = this.iS31Valov12DataSet;
+            // 
+            // нарушенияTableAdapter
+            // 
+            this.нарушенияTableAdapter.ClearBeforeFill = true;
+            // 
+            // tableAdapterManager
+            // 
+            this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
+            this.tableAdapterManager.UpdateOrder = ChursinPostavkaTovarov.IS31Valov12DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
+            this.tableAdapterManager.АвтомобилиTableAdapter = null;
+            this.tableAdapterManager.ВзысканияTableAdapter = null;
+            this.tableAdapterManager.ВодителиTableAdapter = null;
+            this.tableAdapterManager.НарушенияTableAdapter = this.нарушенияTableAdapter;
+            // 
+            // нарушенияBindingNavigator
+            // 
+            this.нарушенияBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
+            this.нарушенияBindingNavigator.BindingSource = this.нарушенияBindingSource;
+            this.нарушенияBindingNavigator.CountItem = this.bindingNavigatorCountItem;
+            this.нарушенияBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
+            this.нарушенияBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+            this.bindingNavigatorMoveFirstItem,
+            this.bindingNavigatorMovePreviousItem,
+            this.bindingNavigatorSeparator,
+            this.bindingNavigatorPositionItem,
+            this.bindingNavigatorCountItem,
+            this.bindingNavigatorSeparator1,
+            this.bindingNavigatorMoveNextItem,
+            this.bindingNavigatorMoveLastItem,
+            this.bindingNavigatorSeparator2,
+            this.bindingNavigatorAddNewItem,
+            this.bindingNavigatorDeleteItem,
+            this.нарушенияBindingNavigatorSaveItem});
+            this.нарушенияBindingNavigator.Location = new System.Drawing.Point(0, 0);
+            this.нарушенияBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
+            this.нарушенияBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
+            this.нарушенияBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
+            this.нарушенияBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
+            this.нарушенияBindingNavigator.Name = "нарушенияBindingNavigator";
+            this.нарушенияBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
+            this.нарушенияBindingNavigator.Size = new System.Drawing.Size(800, 25);
+            this.нарушенияBindingNavigator.TabIndex = 1;
+            this.нарушенияBindingNavigator.Text = "bindingNavigator1";
+            // 
+            // bindingNavigatorMoveFirstItem
+            // 
+            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
+            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
+            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
+            this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
+            // 
+            // bindingNavigatorMovePreviousItem
+            // 
+            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
+            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
+            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
+            this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
+            // 
+            // bindingNavigatorSeparator
+            // 
+            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
+            // 
+            // bindingNavigatorPositionItem
+            // 
+            this.bindingNavigatorPositionItem.AccessibleName = "Положение";
+            this.bindingNavigatorPositionItem.AutoSize = false;
+            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
+            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
+            this.bindingNavigatorPositionItem.Text = "0";
+            this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
+            // 
+            // bindingNavigatorCountItem
+            // 
+            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
+            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
+            this.bindingNavigatorCountItem.Text = "для {0}";
+            this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
+            // 
+            // bindingNavigatorSeparator1
+            // 
+            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
+            // 
+            // bindingNavigatorMoveNextItem
+            // 
+            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
+            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
+            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
+            this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
+            // 
+            // bindingNavigatorMoveLastItem
+            // 
+            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
+            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
+            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
+            this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
+            // 
+            // bindingNavigatorSeparator2
+            // 
+            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
+            // 
+            // bindingNavigatorAddNewItem
+            // 
+            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
+            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
+            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
+            this.bindingNavigatorAddNewItem.Text = "Добавить";
+            // 
+            // bindingNavigatorDeleteItem
+            // 
+            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
+            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
+            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
+            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
+            this.bindingNavigatorDeleteItem.Text = "Удалить";
+            // 
+            // нарушенияBindingNavigatorSaveItem
+            // 
+            this.нарушенияBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.нарушенияBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("нарушенияBindingNavigatorSaveItem.Image")));
+            this.нарушенияBindingNavigatorSaveItem.Name = "нарушенияBindingNavigatorSaveItem";
+            this.нарушенияBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
+            this.нарушенияBindingNavigatorSaveItem.Text = "Сохранить данные";
+            this.нарушенияBindingNavigatorSaveItem.Click += new System.EventHandler(this.нарушенияBindingNavigatorSaveItem_Click);
+            // 
+            // вид_нарушенияLabel
+            // 
+            вид_нарушенияLabel.AutoSize = true;
+            вид_нарушенияLabel.Location = new System.Drawing.Point(332, 164);
+            вид_нарушенияLabel.Name = "вид_нарушенияLabel";
+            вид_нарушенияLabel.Size = new System.Drawing.Size(86, 13);
+            вид_нарушенияLabel.TabIndex = 2;
+            вид_нарушенияLabel.Text = "вид нарушения:";
+            // 
+            // вид_нарушенияTextBox
+            // 
+            this.вид_нарушенияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.нарушенияBindingSource, "вид нарушения", true));
+            this.вид_нарушенияTextBox.Location = new System.Drawing.Point(424, 161);
+            this.вид_нарушенияTextBox.Name = "вид_нарушенияTextBox";
+            this.вид_нарушенияTextBox.Size = new System.Drawing.Size(100, 20);
+            this.вид_нарушенияTextBox.TabIndex = 3;
+            // 
+            // штраф_за_нарушениеLabel
+            // 
+            штраф_за_нарушениеLabel.AutoSize = true;
+            штраф_за_нарушениеLabel.Location = new System.Drawing.Point(302, 201);
+            штраф_за_нарушениеLabel.Name = "штраф_за_нарушениеLabel";
+            штраф_за_нарушениеLabel.Size = new System.Drawing.Size(116, 13);
+            штраф_за_нарушениеLabel.TabIndex = 4;
+            штраф_за_нарушениеLabel.Text = "штраф за нарушение:";
+            // 
+            // штраф_за_нарушениеTextBox
+            // 
+            this.штраф_за_нарушениеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.нарушенияBindingSource, "штраф за нарушение", true));
+            this.штраф_за_нарушениеTextBox.Location = new System.Drawing.Point(424, 198);
+            this.штраф_за_нарушениеTextBox.Name = "штраф_за_нарушениеTextBox";
+            this.штраф_за_нарушениеTextBox.Size = new System.Drawing.Size(100, 20);
+            this.штраф_за_нарушениеTextBox.TabIndex = 5;
+            // 
+            // дата_нарушенияLabel
+            // 
+            дата_нарушенияLabel.AutoSize = true;
+            дата_нарушенияLabel.Location = new System.Drawing.Point(327, 241);
+            дата_нарушенияLabel.Name = "дата_нарушенияLabel";
+            дата_нарушенияLabel.Size = new System.Drawing.Size(91, 13);
+            дата_нарушенияLabel.TabIndex = 6;
+            дата_нарушенияLabel.Text = "дата нарушения:";
+            // 
+            // дата_нарушенияDateTimePicker
+            // 
+            this.дата_нарушенияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.нарушенияBindingSource, "дата нарушения", true));
+            this.дата_нарушенияDateTimePicker.Location = new System.Drawing.Point(424, 237);
+            this.дата_нарушенияDateTimePicker.Name = "дата_нарушенияDateTimePicker";
+            this.дата_нарушенияDateTimePicker.Size = new System.Drawing.Size(200, 20);
+            this.дата_нарушенияDateTimePicker.TabIndex = 7;
+            // 
+            // номер_автомобиляLabel
+            // 
+            номер_автомобиляLabel.AutoSize = true;
+            номер_автомобиляLabel.Location = new System.Drawing.Point(310, 281);
+            номер_автомобиляLabel.Name = "номер_автомобиляLabel";
+            номер_автомобиляLabel.Size = new System.Drawing.Size(108, 13);
+            номер_автомобиляLabel.TabIndex = 8;
+            номер_автомобиляLabel.Text = "Номер автомобиля:";
+            // 
+            // номер_автомобиляTextBox
+            // 
+            this.номер_автомобиляTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.нарушенияBindingSource, "Номер автомобиля", true));
+            this.номер_автомобиляTextBox.Location = new System.Drawing.Point(424, 278);
+            this.номер_автомобиляTextBox.Name = "номер_автомобиляTextBox";
+            this.номер_автомобиляTextBox.Size = new System.Drawing.Size(100, 20);
+            this.номер_автомобиляTextBox.TabIndex = 9;
+            // 
+            // гОС_номер_автоLabel
+            // 
+            гОС_номер_автоLabel.AutoSize = true;
+            гОС_номер_автоLabel.Location = new System.Drawing.Point(326, 323);
+            гОС_номер_автоLabel.Name = "гОС_номер_автоLabel";
+            гОС_номер_автоLabel.Size = new System.Drawing.Size(92, 13);
+            гОС_номер_автоLabel.TabIndex = 10;
+            гОС_номер_автоLabel.Text = "ГОС номер авто:";
+            // 
+            // гОС_номер_автоTextBox
+            // 
+            this.гОС_номер_автоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.нарушенияBindingSource, "ГОС номер авто", true));
+            this.гОС_номер_автоTextBox.Location = new System.Drawing.Point(424, 320);
+            this.гОС_номер_автоTextBox.Name = "гОС_номер_автоTextBox";
+            this.гОС_номер_автоTextBox.Size = new System.Drawing.Size(100, 20);
+            this.гОС_номер_автоTextBox.TabIndex = 11;
+            // 
+            // код_нарушенияLabel
+            // 
+            код_нарушенияLabel.AutoSize = true;
+            код_нарушенияLabel.Location = new System.Drawing.Point(331, 126);
+            код_нарушенияLabel.Name = "код_нарушенияLabel";
+            код_нарушенияLabel.Size = new System.Drawing.Size(87, 13);
+            код_нарушенияLabel.TabIndex = 12;
+            код_нарушенияLabel.Text = "Код нарушения:";
+            // 
+            // код_нарушенияTextBox
+            // 
+            this.код_нарушенияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.нарушенияBindingSource, "Код нарушения", true));
+            this.код_нарушенияTextBox.Location = new System.Drawing.Point(424, 123);
+            this.код_нарушенияTextBox.Name = "код_нарушенияTextBox";
+            this.код_нарушенияTextBox.Size = new System.Drawing.Size(100, 20);
+            this.код_нарушенияTextBox.TabIndex = 13;
+            // 
+            // FiveForm
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(800, 450);
+            this.Controls.Add(код_нарушенияLabel);
+            this.Controls.Add(this.код_нарушенияTextBox);
+            this.Controls.Add(гОС_номер_автоLabel);
+            this.Controls.Add(this.гОС_номер_автоTextBox);
+            this.Controls.Add(номер_автомобиляLabel);
+            this.Controls.Add(this.номер_автомобиляTextBox);
+            this.Controls.Add(дата_нарушенияLabel);
+            this.Controls.Add(this.дата_нарушенияDateTimePicker);
+            this.Controls.Add(штраф_за_нарушениеLabel);
+            this.Controls.Add(this.штраф_за_нарушениеTextBox);
+            this.Controls.Add(вид_нарушенияLabel);
+            this.Controls.Add(this.вид_нарушенияTextBox);
+            this.Controls.Add(this.нарушенияBindingNavigator);
+            this.Controls.Add(this.label1);
+            this.Name = "FiveForm";
+            this.Text = "Таблица \"Нарушения\"";
+            this.Load += new System.EventHandler(this.FiveForm_Load);
+            ((System.ComponentModel.ISupportInitialize)(this.iS31Valov12DataSet)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.нарушенияBindingSource)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.нарушенияBindingNavigator)).EndInit();
+            this.нарушенияBindingNavigator.ResumeLayout(false);
+            this.нарушенияBindingNavigator.PerformLayout();
+            this.ResumeLayout(false);
+            this.PerformLayout();
+
+        }
+
+        #endregion
+
+        private System.Windows.Forms.Label label1;
+        private IS31ChursinVar12DataSet iS31Valov12DataSet;
+        private System.Windows.Forms.BindingSource нарушенияBindingSource;
+        private IS31Valov12DataSetTableAdapters.НарушенияTableAdapter нарушенияTableAdapter;
+        private IS31Valov12DataSetTableAdapters.TableAdapterManager tableAdapterManager;
+        private System.Windows.Forms.BindingNavigator нарушенияBindingNavigator;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
+        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
+        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
+        private System.Windows.Forms.ToolStripButton нарушенияBindingNavigatorSaveItem;
+        private System.Windows.Forms.TextBox вид_нарушенияTextBox;
+        private System.Windows.Forms.TextBox штраф_за_нарушениеTextBox;
+        private System.Windows.Forms.DateTimePicker дата_нарушенияDateTimePicker;
+        private System.Windows.Forms.TextBox номер_автомобиляTextBox;
+        private System.Windows.Forms.TextBox гОС_номер_автоTextBox;
+        private System.Windows.Forms.TextBox код_нарушенияTextBox;
+    }
+}

+ 35 - 0
Form5.cs

@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace ChursinPostavkaTovarov
+{
+    public partial class FiveForm : Form
+    {
+        public FiveForm()
+        {
+            InitializeComponent();
+        }
+
+        private void нарушенияBindingNavigatorSaveItem_Click(object sender, EventArgs e)
+        {
+            this.Validate();
+            this.нарушенияBindingSource.EndEdit();
+            this.tableAdapterManager.UpdateAll(this.iS31Valov12DataSet);
+
+        }
+
+        private void FiveForm_Load(object sender, EventArgs e)
+        {
+            // TODO: данная строка кода позволяет загрузить данные в таблицу "iS31Valov12DataSet.Нарушения". При необходимости она может быть перемещена или удалена.
+            this.нарушенияTableAdapter.Fill(this.iS31Valov12DataSet.Нарушения);
+
+        }
+    }
+}

+ 222 - 0
Form5.resx

@@ -0,0 +1,222 @@
+<?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>
+  <metadata name="нарушенияTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>371, 17</value>
+  </metadata>
+  <metadata name="нарушенияBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>730, 17</value>
+  </metadata>
+  <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+  <data name="bindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
+        pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
+        Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
+        /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
+        zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/
+        IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E
+        rkJggg==
+</value>
+  </data>
+  <metadata name="нарушенияBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>177, 17</value>
+  </metadata>
+  <data name="bindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
+        DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
+        rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
+        i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
+        86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
+        QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
+        bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
+        wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
+        v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
+        UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
+        Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
+        lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
+        5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
+        Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
+        08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
+</value>
+  </data>
+  <data name="bindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
+        n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
+        N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
+        oAc0QjgAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
+        h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
+        twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
+        kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
+        WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
+        8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
+</value>
+  </data>
+  <data name="нарушенияBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo
+        dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
+</value>
+  </data>
+  <metadata name="вид_нарушенияLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="штраф_за_нарушениеLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="дата_нарушенияLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="номер_автомобиляLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="гОС_номер_автоLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="код_нарушенияLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="tableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>559, 17</value>
+  </metadata>
+</root>

文件差異過大導致無法顯示
+ 7133 - 0
IS31ChursinVar12DataSet.Designer.cs


+ 1 - 0
IS31ChursinVar12DataSet.xsc

@@ -0,0 +1 @@
+

文件差異過大導致無法顯示
+ 11 - 0
IS31ChursinVar12DataSet.xsd


+ 1 - 0
IS31ChursinVar12DataSet.xss

@@ -0,0 +1 @@
+

+ 22 - 0
Program.cs

@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace ChursinPostavkaTovarov
+{
+    static class Program
+    {
+        /// <summary>
+        /// Главная точка входа для приложения.
+        /// </summary>
+        [STAThread]
+        static void Main()
+        {
+            Application.EnableVisualStyles();
+            Application.SetCompatibleTextRenderingDefault(false);
+            Application.Run(new mainForm());
+        }
+    }
+}

+ 70 - 0
Resources.Designer.cs

@@ -0,0 +1,70 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программным средством.
+//     Версия среды выполнения: 4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильному поведению и будут утрачены, если
+//     код создан повторно.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+
+namespace ChursinPostavkaTovarov.Properties
+{
+    /// <summary>
+    ///   Класс ресурсов со строгим типом для поиска локализованных строк и пр.
+    /// </summary>
+    // Этот класс был автоматически создан при помощи StronglyTypedResourceBuilder
+    // класс с помощью таких средств, как ResGen или Visual Studio.
+    // Для добавления или удаления члена измените файл .ResX, а затем перезапустите ResGen
+    // с параметром /str или заново постройте свой VS-проект.
+    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+    internal class Resources
+    {
+
+        private static global::System.Resources.ResourceManager resourceMan;
+
+        private static global::System.Globalization.CultureInfo resourceCulture;
+
+        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+        internal Resources()
+        {
+        }
+
+        /// <summary>
+        ///   Возврат кэшированного экземпляра ResourceManager, используемого этим классом.
+        /// </summary>
+        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+        internal static global::System.Resources.ResourceManager ResourceManager
+        {
+            get
+            {
+                if ((resourceMan == null))
+                {
+                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ChursinPostavkaTovarov.Properties.Resources", typeof(Resources).Assembly);
+                    resourceMan = temp;
+                }
+                return resourceMan;
+            }
+        }
+
+        /// <summary>
+        ///   Переопределяет свойство CurrentUICulture текущего потока для всех
+        ///   подстановки ресурсов с помощью этого класса ресурсов со строгим типом.
+        /// </summary>
+        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+        internal static global::System.Globalization.CultureInfo Culture
+        {
+            get
+            {
+                return resourceCulture;
+            }
+            set
+            {
+                resourceCulture = value;
+            }
+        }
+    }
+}

+ 117 - 0
Resources.resx

@@ -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>

+ 46 - 0
Settings.Designer.cs

@@ -0,0 +1,46 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     Этот код создан программой.
+//     Исполняемая версия:4.0.30319.42000
+//
+//     Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+//     повторной генерации кода.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace ChursinPostavkaTovarov.Properties {
+    
+    
+    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
+    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
+        
+        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
+        
+        public static Settings Default {
+            get {
+                return defaultInstance;
+            }
+        }
+        
+        [global::System.Configuration.ApplicationScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
+        [global::System.Configuration.DefaultSettingValueAttribute("Data Source=class31000;Integrated Security=True")]
+        public string ConnectionString {
+            get {
+                return ((string)(this["ConnectionString"]));
+            }
+        }
+        
+        [global::System.Configuration.ApplicationScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
+        [global::System.Configuration.DefaultSettingValueAttribute("Data Source=class31000;Initial Catalog=IS31Valov12;Integrated Security=True")]
+        public string IS31Chursin12ConnectionString {
+            get {
+                return ((string)(this["IS31Chursin12ConnectionString"]));
+            }
+        }
+    }
+}

+ 22 - 0
Settings.settings

@@ -0,0 +1,22 @@
+<?xml version='1.0' encoding='utf-8'?>
+<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ChursinPostavkaTovarov.Properties" GeneratedClassName="Settings">
+  <Profiles />
+  <Settings>
+    <Setting Name="ConnectionString" Type="(Connection string)" Scope="Application">
+      <DesignTimeValue Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
+&lt;SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
+  &lt;ConnectionString&gt;Data Source=class31000;Integrated Security=True&lt;/ConnectionString&gt;
+  &lt;ProviderName&gt;System.Data.SqlClient&lt;/ProviderName&gt;
+&lt;/SerializableConnectionString&gt;</DesignTimeValue>
+      <Value Profile="(Default)">Data Source=class31000;Integrated Security=True</Value>
+    </Setting>
+    <Setting Name="IS31Chursin12ConnectionString" Type="(Connection string)" Scope="Application">
+      <DesignTimeValue Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
+&lt;SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
+  &lt;ConnectionString&gt;Data Source=class31000;Initial Catalog=IS31Valov12;Integrated Security=True&lt;/ConnectionString&gt;
+  &lt;ProviderName&gt;System.Data.SqlClient&lt;/ProviderName&gt;
+&lt;/SerializableConnectionString&gt;</DesignTimeValue>
+      <Value Profile="(Default)">Data Source=class31000;Initial Catalog=IS31Valov12;Integrated Security=True</Value>
+    </Setting>
+  </Settings>
+</SettingsFile>

部分文件因文件數量過多而無法顯示