Add files via upload

This commit is contained in:
Андрей 2020-01-17 15:42:24 +03:00 committed by GitHub
parent 8d7bb81ba3
commit 9cfcca7cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 1941 additions and 0 deletions

25
Tariffs.sln Normal file
View file

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tariffs", "Tariffs\Tariffs.csproj", "{083B11A7-A1CD-4519-AD54-D4C3F6EC35FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{083B11A7-A1CD-4519-AD54-D4C3F6EC35FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{083B11A7-A1CD-4519-AD54-D4C3F6EC35FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{083B11A7-A1CD-4519-AD54-D4C3F6EC35FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{083B11A7-A1CD-4519-AD54-D4C3F6EC35FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD2822BF-4530-48E8-81E3-255EE48C02CD}
EndGlobalSection
EndGlobal

6
Tariffs/App.config Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

418
Tariffs/Form1.Designer.cs generated Normal file
View file

@ -0,0 +1,418 @@
namespace Tariffs
{
partial class Form1
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.тарифToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.обновитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.выходToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.параметрыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.регионToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.московскаяОбластьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ленинградскаяОбластьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.нижегородскаяОбластьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ульяновскаяОбластьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.справкаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.оНасToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.оПрограммеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.toCompare = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.menuStrip1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.tabPage3.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.тарифToolStripMenuItem,
this.параметрыToolStripMenuItem,
this.справкаToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(807, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// тарифToolStripMenuItem
//
this.тарифToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.обновитьToolStripMenuItem,
this.выходToolStripMenuItem});
this.тарифToolStripMenuItem.Name = "тарифToolStripMenuItem";
this.тарифToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
this.тарифToolStripMenuItem.Text = "Тариф";
//
// обновитьToolStripMenuItem
//
this.обновитьToolStripMenuItem.Name = "обновитьToolStripMenuItem";
this.обновитьToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.обновитьToolStripMenuItem.Text = "Обновить";
//
// выходToolStripMenuItem
//
this.выходToolStripMenuItem.Name = "выходToolStripMenuItem";
this.выходToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.выходToolStripMenuItem.Text = "Выход";
this.выходToolStripMenuItem.Click += new System.EventHandler(this.CloseProgram);
//
// параметрыToolStripMenuItem
//
this.параметрыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.регионToolStripMenuItem});
this.параметрыToolStripMenuItem.Name = "параметрыToolStripMenuItem";
this.параметрыToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.параметрыToolStripMenuItem.Text = "Параметры";
//
// регионToolStripMenuItem
//
this.регионToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.московскаяОбластьToolStripMenuItem,
this.ленинградскаяОбластьToolStripMenuItem,
this.нижегородскаяОбластьToolStripMenuItem,
this.ульяновскаяОбластьToolStripMenuItem});
this.регионToolStripMenuItem.Name = "регионToolStripMenuItem";
this.регионToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.регионToolStripMenuItem.Text = "Регион";
//
// московскаяОбластьToolStripMenuItem
//
this.московскаяОбластьToolStripMenuItem.Name = "московскаяОбластьToolStripMenuItem";
this.московскаяОбластьToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
this.московскаяОбластьToolStripMenuItem.Text = "Московская область";
//
// ленинградскаяОбластьToolStripMenuItem
//
this.ленинградскаяОбластьToolStripMenuItem.Name = "ленинградскаяОбластьToolStripMenuItem";
this.ленинградскаяОбластьToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
this.ленинградскаяОбластьToolStripMenuItem.Text = "Ленинградская область";
//
// нижегородскаяОбластьToolStripMenuItem
//
this.нижегородскаяОбластьToolStripMenuItem.Name = "нижегородскаяОбластьToolStripMenuItem";
this.нижегородскаяОбластьToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
this.нижегородскаяОбластьToolStripMenuItem.Text = "Нижегородская область";
//
// ульяновскаяОбластьToolStripMenuItem
//
this.ульяновскаяОбластьToolStripMenuItem.Name = "ульяновскаяОбластьToolStripMenuItem";
this.ульяновскаяОбластьToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
this.ульяновскаяОбластьToolStripMenuItem.Text = "Ульяновская область";
//
// справкаToolStripMenuItem
//
this.справкаToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.оНасToolStripMenuItem,
this.оПрограммеToolStripMenuItem});
this.справкаToolStripMenuItem.Name = "справкаToolStripMenuItem";
this.справкаToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.справкаToolStripMenuItem.Text = "Справка";
//
// оНасToolStripMenuItem
//
this.оНасToolStripMenuItem.Name = "оНасToolStripMenuItem";
this.оНасToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.оНасToolStripMenuItem.Text = "О нас";
this.оНасToolStripMenuItem.Click += new System.EventHandler(this.оНасToolStripMenuItem_Click);
//
// оПрограммеToolStripMenuItem
//
this.оПрограммеToolStripMenuItem.Name = "оПрограммеToolStripMenuItem";
this.оПрограммеToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.оПрограммеToolStripMenuItem.Text = "О программе";
this.оПрограммеToolStripMenuItem.Click += new System.EventHandler(this.оПрограммеToolStripMenuItem_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Location = new System.Drawing.Point(12, 27);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(783, 313);
this.tabControl1.TabIndex = 1;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.dataGridView1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(775, 287);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Просмотр тарифов";
this.tabPage1.UseVisualStyleBackColor = true;
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.toCompare,
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5,
this.Column6,
this.Column7,
this.Column8});
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(779, 287);
this.dataGridView1.TabIndex = 0;
//
// tabPage2
//
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(730, 287);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Сравнение";
this.tabPage2.UseVisualStyleBackColor = true;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.tableLayoutPanel1);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(730, 287);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Панель сайтов";
this.tabPage3.UseVisualStyleBackColor = true;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 47.62886F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 52.37114F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 238F));
this.tableLayoutPanel1.Controls.Add(this.button1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.button2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.button3, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.button4, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.button5, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.button6, 2, 1);
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(730, 291);
this.tableLayoutPanel1.TabIndex = 0;
//
// button1
//
this.button1.Location = new System.Drawing.Point(3, 3);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(228, 139);
this.button1.TabIndex = 0;
this.button1.Text = "MegaFon";
this.button1.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(237, 3);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(251, 139);
this.button2.TabIndex = 1;
this.button2.Text = "MTS";
this.button2.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Location = new System.Drawing.Point(494, 3);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(233, 139);
this.button3.TabIndex = 2;
this.button3.Text = "BeeLine";
this.button3.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.Location = new System.Drawing.Point(3, 148);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(228, 136);
this.button4.TabIndex = 3;
this.button4.Text = "Tele2";
this.button4.UseVisualStyleBackColor = true;
//
// button5
//
this.button5.Location = new System.Drawing.Point(237, 148);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(251, 136);
this.button5.TabIndex = 4;
this.button5.Text = "Tinkoff Mobile";
this.button5.UseVisualStyleBackColor = true;
//
// button6
//
this.button6.Location = new System.Drawing.Point(494, 148);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(233, 136);
this.button6.TabIndex = 5;
this.button6.Text = "GitHub - Страница проекта";
this.button6.UseVisualStyleBackColor = true;
//
// toCompare
//
this.toCompare.HeaderText = "CMP";
this.toCompare.Name = "toCompare";
this.toCompare.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.toCompare.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.toCompare.ToolTipText = "Сравнение";
this.toCompare.Width = 35;
//
// Column1
//
this.Column1.HeaderText = "Оператор";
this.Column1.Name = "Column1";
//
// Column2
//
this.Column2.HeaderText = "Тариф";
this.Column2.Name = "Column2";
//
// Column3
//
this.Column3.HeaderText = "Звонки (мин)";
this.Column3.Name = "Column3";
//
// Column4
//
this.Column4.HeaderText = "SMS";
this.Column4.Name = "Column4";
//
// Column5
//
this.Column5.HeaderText = "MMS";
this.Column5.Name = "Column5";
//
// Column6
//
this.Column6.HeaderText = "Интернет (МБ/ГБ)";
this.Column6.Name = "Column6";
//
// Column7
//
this.Column7.HeaderText = "Абон. плата";
this.Column7.Name = "Column7";
//
// Column8
//
this.Column8.HeaderText = "Правила";
this.Column8.Name = "Column8";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(807, 352);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "Tariffs";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.tabPage3.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem тарифToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem обновитьToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem выходToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem параметрыToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem регионToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem московскаяОбластьToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ленинградскаяОбластьToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem нижегородскаяОбластьToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ульяновскаяОбластьToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem справкаToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem оНасToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem оПрограммеToolStripMenuItem;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.DataGridViewCheckBoxColumn toCompare;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
}
}

32
Tariffs/Form1.cs Normal file
View file

@ -0,0 +1,32 @@
using System;
using System.Windows.Forms;
namespace Tariffs
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void оНасToolStripMenuItem_Click(object sender, EventArgs e)
{
_ = MessageBox.Show(Properties.Resources.helpAboutUsNotReady,
"Информация",
MessageBoxButtons.OK,
MessageBoxIcon.Information);
}
private void CloseProgram(object sender, EventArgs e)
{
Close();
}
private void оПрограммеToolStripMenuItem_Click(object sender, EventArgs e)
{
ProgramHelp f2 = new ProgramHelp();
f2.Show();
}
}
}

468
Tariffs/Form1.resx Normal file
View file

@ -0,0 +1,468 @@
<?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="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="toCompare.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column4.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column5.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column6.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column7.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column8.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="toCompare.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column4.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column5.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column6.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column7.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column8.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>37</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAEAQEAAAAEAIAAoQgAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAEAAAMMOAADDDgAAAAAAAAAA
AAD/////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////spnj/893pP////z/8f///7Bkxf+0b7H/u3m//9mN
tf/h8P3/tlSm//zn6P//////upzk/9R4sP////3/rpPh/9qNrv//////2dr+/7Bgrf//8OT/4+v9/7Fq
vf+vZrP/6rLC////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////6mO4P/KaZr////9/9HR
/f+pRp/////x/6mC4P/Vf6r/3/D9/65BnP/85uf//////7KS4v/Qaaf////+/6WH3v/Wgab//////9XX
/v+nTqT///Di/+Tf+v////X/xND//7JGjv//7ev/////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//+rkOH/y2uc/////P//////xLjt/7twtf+iVrH/14Su/+Dx/f+vQJ7//ejm//////+zlOL/0Wyo////
/v+nid//14On///////W2f//qFKm///x4v/u9P//mk+y/7dkqv/qtc//////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////q5Dh/8trnP////z/7fz//+Sl0P//////qH/c/92Frf/f9///liOd/+ut
uf//////sJDh/89mpf////7/p4nf/9eEqP//////1tj//6lTpv//8+L/wML9/7lJj///+/P/4dHv///9
9v//////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////6uV5f/NbZv////////////Z3P7/u3O3/8eI
v///8Oj/6vb//9KkzP/Il9f/46nJ/9vT7v/sudT/3Nz0/59Tsv+xVaH/3qLH/6+J0P+hRJ//0YCx///5
8v+/o+D/vXq6//jV2P///////////////////////////93c3P8DAgD/AwIA/15dXP//////Tk1M/wAA
AP81MzP/lZWU/wAAAP/p6en//////xQTEf//////BwYF/w8NDP8pKCb//////xEQD/8EAwH/Kiko/+zs
7P8WFRT//////97f3/9KSUj/////////////////////////////////7t3x/7Nnt/+qX7H/r1mn/7Zq
tP/irMb////9//////////////////////////////////3///+6i9z/2IS3//////+slOT/z3il///8
+f/e5///pE+o///a2f////////////////////////////////////////////////9LSUj/wsHB////
//85ODf/wsLB/wUEA///////fHt6/5CPjv/Hxsb/ZWRj//////8KBwb/rKyr/2ppaP//////AQAA/9LS
0v9TUVH//////y8sK//q6en/CAgF//z8/P+/vr7/QkFA////////////////////////////////////
///////////////////////////////////////////////////////////////////9////173q/+i3
1f////3/9fn//8mh2v/hps7////9/9S97f/Pjsf/+/Hq////////////////////////////////////
////////SkhH/9va2///////NTQz/76+vf8iISD//////5uamv+JiIf/4eHh/0lJSP//////BQQC////
//9MS0r/OTg3/wwMCv/S0tL/ZGNj//////9QTk3/6ejo/xQTEf9UU1H/Ozo4/1BPTv//////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
/////////////////////////////15bWv8GBAL/BgQD/19eXf//////BgUD//////+PjY7/enh3////
//8AAAD/bGtq/wAAAP//////cXBv/6Cgn/8YFhX/yMjJ/1VUVP//////Pj07/+Pi4v8AAAD//////+Tk
5P85ODf/yMjH/5aWlf//////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////9JSEb/6+rr/////////////////9jY
2P//////7+/v/+vr6////////////8XExP/W1dX//////7Kysf+VlJT///////7+/v/+/f3///////r5
+f//////2NfX///////7+/v/4+Li/+np6P/Ozs7/////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////XVxb/wAA
AP8HBQT/NDIx////////////////////////////////////////////////////////////////////
///Kysn/AAAA/wwKCf8AAAD/39/f/////////////////////////////////////////////////+/u
/f93ce//bWft/8nH+P/////////////////Rz/n/0tD5///////19P3/1NL6/9HP+f//////7Oz8/9LQ
+f/m5fz////////////W1fr/0tD5//z8/v//////////////////////7Ov8/9jW+v/Z1/r/1tT6/+jn
/P//////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//////////////Tz/f8AAN7/AwDh/wUA4f8AAN7/q6f1////////////AADc/wAA3f//////YVrs/wAA
3/8AAN3/7+79/4WA8P8AAN3/XFTr////////////AADg/wAA3f/e3fv///////////+movT/AADh/wAA
3v8AAN7/AADe/wAA3f9TS+r/////////////////////////////////////////////////////////
///////////////////y8/D/8/Pw////////////////////////////////////////////////////
//////////////////////////////////97de//AwDh/xEG4/8RBuP/CwDi/yAW5P///////////wAA
3/8AAN///////xAF4v8LAOL/AQDh/5mU8/+ZlPL/AADf/2pi7f///////////xEG4/8AAN//4+L8////
//+/vPf/AADe/wAA4P9QSOr/f3nv/3x27/93cO//rar1////////////////////////////////////
////////////////////////z8/L/0FBO/8AAAD/AAAA/wAAAP8DAgD/U1JL/9vb1f//////////////
////////////////////////////////////////////////////////aGHt/wYA4f8RBuP/EQbj/w0C
4v8LAOL///////////8AAN//AADg/+7t/f8AAN//Ixnl/wQA4f9DOuj/o5/z/wAA3/9qYu3/////////
//8RBuP/AADf/+Pi/P//////TEPp/wAA4P98du//////////////////////////////////////////
////////////////////////////////////////Wko9/wAAAP8AAAD/BwAA/wgAAP8HAAD/BgAA/wAA
AP8AAAD/fWZb/////////////////////////////////////////////////////////////////5KN
8v8BAOH/EQbj/xEG4/8JAOL/OTDn////////////AADf/wMA4f+XkvL/AADf/6ej9P8bEOT/AADg/5mU
8v8AAOD/amLt////////////Egfj/wAA3//t7P3//////0lB6f8AAOD/jIbx////////////////////
////////////////////////////////////////////////////////PKXW/wCBvf8Eqt7/Bbvp/wLC
7/8Cw/L/A8rw/wPU7P8E1uT/As/Z/wCuvf9Qzt3/////////////////////////////////////////
///////////////////29v7/AADe/xAF4v8RBuP/AADg/6Of9P///////////wAA3/8LAOL/QDfo/wAA
3//y8v3/a2Tt/wAA4f9AN+j/AADh/3Ru7v+0sPb/qaX0/xEG4/8BAOH/i4bx/5+b8/+lofT/AADf/wAA
4P9zbO7/nprz/5yX8/+Xk/L/wb/3////////////////////////////////////////////ltT4/wCh
//8Auv//AMb//wDO//8A0P//AM///wDW//8A5P//AO3//wD0//8A7v//ANX//6rs+v//////////////
/////////////////////////////////////////////2dg7f8AAN//AQDh/xoP5P//////////////
//8AAN3/AADg/wAA3/8AAOD//////7m29v8AAN7/AADg/wAA3/93cO7/FQni/wAA3v8AAOD/AADg/wAA
3/8AANv//////4aB8P8AAN//AADe/wAA3v8AAN7/AADd/1NL6v//////////////////////////////
/////////////wCS//8Asf//AL///wDN//8A2P//ANn//wDY//8A4P//AOz//wD1//8A+f//APL//wDi
//8O0v/////////////////////////////////////////////////////////////+/v7//v7+//7+
/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//f39//7+/v/+/v7//v7+//7+
/v/+/v7//v7+//7+/v/+/v7//v7+//39/f/+/v7//f39//7+/v/9/f3//v7+//7+/v/+/v7/////////
/////////////////////////////9Ph6P8APn7/Bl2J/whhhP8IZYD/CGd+/whnff8HZHv/BGR3/w92
gf8Yhoz/Ho+R/xmPlf8Sg5X/AHOS/+Lt7v//////////////////////////////////////////////
/////////v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//39/f/+/v7//v7+//39/f/+/v7//v7+//7+
/v/+/v7//v7+//39/f/+/v7//f39//7+/v/9/f3//v7+//39/f/+/v7//f39//7+/v/+/v7//f39//7+
/v/+/v7//v7+//////////////////////////////////////+uq6X/AAAA/wkAAP8JAAD/CAAA/wkA
AP8HAAD/CgAA/y4gGP9FNSv/Tzwz/1JBM/9QQDP/Sjkt/zYmGP/Gw7r/////////////////////////
//////////////////////////////7+/v/+/v7//f39//7+/v/+/v7//v7+//7+/v/9/f3//v7+//7+
/v/+/v7//v7+//7+/v/+/v7//f39//39/f/9/f3//v7+//39/f/+/v7//f39//7+/v/+/v7//v7+//7+
/v/9/f3//v7+//7+/v/+/v7//v7+//7+/v//////////////////////////////////////paSg/wAA
AP8JBwb/CQcG/wkHBv8HBgX/CggG/zg1L/9NSkH/WFdI/2NiUP9nZlT/ZmZT/15dTP9KSTr/xMW8////
///////////////////////////////////////////////////9/f3//v7+//39/f/+/v7//f39//7+
/v/+/v7//f39//7+/v/9/f3//f39//7+/v/9/f3//f39//7+/v/+/v7//f39//39/f/+/v7//v7+//7+
/v/+/v7////////////+/v7//f39//7+/v///////v7+//39/f/+/v7/////////////////////////
/////////////8fFvv8AAAD/CQAA/wkAAP8JAAD/BgAA/ywYDf9RPC3/Xk86/3BiTP99cFv/hHlj/4J3
Yf93alP/Y1g+/9vc1f///////////////////////////////////////////////////////v7+//7+
/v/+/v7///////7+/v//////////////////////////////////////////////////////////////
/////////////////////////////8jIyP9/f3//////////////////Kyor/////////////f39////
///////////////////////////////////6/f7/AHXe/waX4/8GoN7/BKnb/wSv2v8au9//NcHh/0zM
4/9k2eb/eeLq/4Xo6/995u3/ZNzv/0/K7v//////////////////////////////////////////////
//////////////7+/v/+/v7//////yUkJv//////Hh0e//v7+/8+PT//tLS1/7Kxs/+hoqL/xMPE/zEw
Mv9PTk//w8PE/0RERP+3t7f/h4eH/3Bvcf8tLC7/uLe4/8XFxf8tLS7/Kikr/42Njf/19fX/Pz4//x4d
H/9YWFj///////7+/v///////////////////////////////////////////zuy/f8Ap///ALn//wDH
//8A0P//Gtf//zna//9T4f//b+7+/4Tz/v+c+f3/jvX+/2vn//+Y6P//////////////////////////
///////////////////////////////////+/v7//v7+//////8NDA7//////yMiJP9MS03/MzM0/7m5
uv8zMjP/LCwt/8nIyf8dHB7/SklK/6ysrP8rKiz/Gxoc//////8kIyT//////yMjI/8tKy7/7Ozs/5+f
oP84Nzn/Y2Nj//Hx8v9MTEz/iYiL/7u6u///////////////////////////////////////////////
///5+/z/AKT//wC+//8A0P//ANn//xTf//813///TOX//2by//96+f//h/z//3z4//9t5v//+/39////
/////////////////////////////////////////////////////////v7+////////////ExIT////
//8LCwz/5+bm/wAAAP+np6j/oKCh/42Njf+1tbX/EBAR////////////FhYW/4GBgP+goKD/RENE/z49
P/+Qj5D/o6Oj/zQzNf81NDb/Wllb/+Hh4f86OTr/JiUn/zMzNP//////////////////////////////
/////////////////////////////9Hi5f8LO0v/ADtP/wNQYv8XaHn/OoGQ/0mQlv9cnJv/aKSd/22h
lv90oJP/5PHw////////////////////////////////////////////////////////////////////
////////gH+A/wIBA/+BgIL////////////////////////////////////////////+/v7//v7+////
///////////////////////////////////My8z/bm1v/////////////////yIiI/////////////7+
/v//////////////////////////////////////////////////////9O3m/05DNv8GAAD/AAAA/yoe
Ff9DNir/TkYz/15VP/+OiXX/9/Lv////////////////////////////////////////////////////
///////////////////+/v7//////8XFxv/Y2Nn/xsbG///////+/v7//v7+//7+/v/+/v7//v7+//7+
/v/+/v7//v7+///////////////////////+/v7///////7+/v/+/v7//////////////////v7+////
//////////////7+/v/+/v7/////////////////////////////////////////////////////////
////////4eLd/5+fl/99fXP/hod6/6ytof/l5uL/////////////////////////////////////////
/////////////////////////////////////////v7+//7+/v/////////////////+/v7//v7+//39
/f/+/v7//f39//39/f/9/f3//v7+///////g39//397e/9PT0/////////////7+/v/+/v7//f39//7+
/v/+/v7//v7+//39/f/+/v7///////7+/v/9/f3//v7+////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////7+/v/+/v7//v7+//7+
/v/+/v7//f39//7+/v/+/v7//v7+//7+/v/+/v7///////z8/P/T0tH/o5qa/7u0tP+wra3/v7y7//Hx
8f///////v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v//////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
///+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//39/f/+/v7//////87Ozv/Ew8L/q66v/zSF
iP9M2N//cXR1/3OPkP/Y1dX/vLy8///////+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+
/v/+/v7/////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
/////////////////////////v7+//39/f/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//////+jo
6P/BwcH/4N3c/3mHif8iwMn/iMPH/xjk8/9Xp67/ycLA/8LCwv/c3Nz///////7+/v/+/v7//v7+//7+
/v/+/v7//v7+//39/f/+/v7//v7+////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+
/v/+/v7//v7+///////IyMj/yMjI/8XCwv+UnqD/MLO5/2qssP9gsrj/naKj/6ypqv/Q0ND/wsLC////
///+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v//////////////////////////////
////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////+/v7//v7+//7+
/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v//////pqam/87Ozv/IxcX/xtfa/x6hqf9IzdT/++Xj/8bE
xP/Z2tn/zMvL/62trf/x8fH///////7+/v/+/v7//f39//39/f/+/v7//v7+//39/f/+/v7/////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
/////////v7+//39/f/9/f3//f39//7+/v/9/f3//f39//7+/v/+/v7//////9DQ0P+srKz/xcTE/6Cl
pf9km5//pJ+f/6ioqP+joqL/zc3N/7CwsP+wsLD///////7+/v/+/v7//f39//7+/v/+/v7//v7+//39
/f/+/v7//v7+////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////7+/v/+/v7//v7+//39/f/9/f3//v7+//39/f/+/v7//v7+////
///e3t7/pKSk/7+/v//S0ND/k42N/7Szs/+SkZH/ycnJ/8/Pz/+VlZX/09PT///////+/v7//f39//7+
/v/9/f3//f39//39/f/9/f3//v7+//39/f//////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////+/v7//v7+//7+/v/+/v7//f39//39
/f/9/f3//v7+//7+/v/+/v7///////n5+f+vr6//uLi4/66urv++vr7/rKys/7i4uP+ysrL/4ODg////
///+/v7//v7+//39/f/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7/eLs9//////+Qxl7/otB4////
//93ujv/1enC/3q7P/+EwE3/qdOD/6PQe//d7s7//////262Lv/6/Pj//////4bCUf/y+O3/0+i//6HP
d/+UyWX/yuSz///////+/v3/fb1E/4K/Sv93ujv/+vz4/5DGX//x+Ov//////3i7PP///////f39//7+
/v/+/v7//f39//7+/v/+/v7//v7+//7+/v/9/f3//v7+//7+/v////////////39/f/Jycn/eXl5/6mp
qf/9/f3////////////+/v7//f39//7+/v/+/v7//f39//39/f/+/v7//v7+//7+/v/+/v7//v7+/2mz
J//8/fr/gb9J/3G3Mv//////aLMm/7vcnP+czHD/y+S0/+Tx2P+Pxl//2ezH//////+63Jz/brUu/4zE
Wf+Bv0r/r9aM/5jKav+l0X7/kchh/63Vif+LxFj/s9iR/7zdn///////3O3N/5bJZ/+OxVz/qNOC/8Hf
pv9qsyf///////7+/v/9/f3//v7+//39/f/+/v7//v7+//39/f/+/v7//v7+//7+/v/+/v7//v7+//7+
/v////////////f39/////////////7+/v/+/v7//v7+//7+/v/9/f3//v7+//7+/v/+/v7//v7+//7+
/v/+/v7//v7+//7+/v9zuDb/mcts/93uz//M5bX/o9B6/3G3M/+525n/ns1y/9HnvP/n89z/jMRb/9vt
y////////////221Lf+k0Xz/5PHZ/3u8Qf//////zeW4/6zViP//////Y7Ae/7zdn/+o04H//////8fi
rv+czHD/isNX/7XalP/S6L7/ZrEi///////+/v7//f39//39/f/+/v7//v7+//7+/v/+/v7//f39//7+
/v/+/v7//v7+//7+/v/+/v7//v7+/////////////v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+
/v/+/v7//v7+///////+/v7//v7+//7+/v/+/v7/abMm/2iyJf///////////12tFv9rtCr/4O/S/329
RP99vUP/os94/8birv95uz7/dbk3/7PYkf/H4q7/gL9I//////+v14z/gL5H/5LIYv+Bv0r/ksdh/5XJ
Zv//////isRX/221LP9/vkf//////53Ncf/x+ez//////4jDU////////v7+//7+/v/9/f3//v7+//39
/f/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//f39//7+
/v/+/v7//f39//7+/v/+/v7//v7+//7+/v/9/f3//v7+//7+/v/+/v7//v7+/+Dv0//w9+r/////////
///q9OH/4vDV/////////////////////////////////////////////////////////////////+Hw
1P/S6L7/1OnA/9nsyf//////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
///////////////////1+vH/6vTh/8jjsP/y+Oz/////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////+EwU7/XKwU/8rjsv9Xqgz/WasP/3++Rf/9/vz/////////
//////////////////////////////////////////////////////////////////9fX1//ra2t////
///S0tL/ZmZm/7CwsP9xcXH/a2tr/+vr6/9qamr/e3t7/62trf9ycnL/bGxs/+Dg4P9sbGz/cHBw/8HB
wf9wcHD/dnZ2/3R0dP/t7e3/a2tr/3d3d/93d3f/d3d3/3d3d/93d3f/b29v/729vf//////////////
//////////////////////////////////////////////////9ksSD/ZLAf/2+2MP/P5bj/U6cG/2Kv
HP9crBP/UKYC//z9+///////////////////////////////////////////////////////////////
////////AAAA/2tra///////rKys/wAAAP9mZmb/AAAA/wAAAP/Q0ND/AAAA/xAQEP9cXFz/AAAA/wAA
AP++vr7/AAAA/wAAAP+Ghob/AAAA/wAAAP8AAAD/19fX/wAAAP8AAAD/AQEB/wICAv8DAwP/AwMD/wAA
AP+Dg4P///////////////////////////////////////////////////////////+Xymn/ZLAf/2u0
Kv9utS//xeGr///////Q57z/3+/R//////+k0Hz/////////////////////////////////////////
/////////////////////////////wAAAP9ycnL//////7CwsP8AAAD/pqam/+3t7f/R0dH//////wAA
AP8ODg7/4ODg/6Ojo/+YmJj/3Nzc/wAAAP8BAQH/u7u7/29vb/9qamr/YGBg/+Tk5P9NTU3/Y2Nj/1pa
Wv9RUVH/Ozs7/ycnJ/8TExP/i4uL////////////////////////////////////////////////////
////////WqsR/2y0K/9rtCr/cLYx/8nisP9wtjD/bLQr/3a6Ov+Av0j/VKgI////////////////////
//////////////////////////////////////////////////8AAAD/cnJy//////+wsLD/AAAA/5KS
kv+jo6P/6+vr//////8AAAD/BgYG//////////////////Hx8f8AAAD/AAAA////////////////////
////////xsbG/wsLC/8yMjL/MjIy/8XFxf//////////////////////////////////////////////
////////////////////////7fbl/12tFf9ttSz/bLQq/2WxIf/v9+j/v9+j/2KvHP9qsyj/abMn/16t
F//h8NX/////////////////////////////////////////////////////////////////AAAA/3Jy
cv//////sLCw/wAAAP9qamr/AAAA/56env//////AAAA/wYGBv/////////////////u7u7/AAAA/wUF
Bf+YmJj/JCQk/15eXv/////////////////W1tb/AAAA/wsLC/8AAAD/tra2////////////////////
//////////////////////////////////////////////b68v9brBL/bbUs/2u0Kf93ujr/Yq8d/93u
zv9hrxv/bbUs/221LP9drBX/6vTg////////////////////////////////////////////////////
/////////////wAAAP90dHT//////7Gxsf8AAAD/mJiY/5SUlP/U1NT//////wAAAP8GBgb/////////
////////7u7u/wAAAP8HBwf/iIiI/wAAAP8jIyP//////////////////////+zs7P8AAAD/Dw8P/wAA
AP/j4+P/////////////////////////////////////////////////////////////////aLIl/2qz
Kf9jsB7/0Oe8/9PpwP/T6b//Ya8b/221LP9rtCr/YK4Z////////////////////////////////////
////////////////////////dXV1/wAAAP9LS0v/XFxc/21tbf++vr7/AAAA/6Ghof/9/f3/////////
//8AAAD/BgYG/////////////////+7u7v8AAAD/AAAA/9DQ0P+Wlpb/lZWV///////5+fn/4eHh////
////////7u7u/wAAAP8NDQ3/GRkZ////////////////////////////////////////////////////
/////////////8birf9bqxL/bLUr/2OwHv9XqQz/3e7O/2GvG/9ttSz/XawV/7nbmv//////////////
/////////////////////////////////////////////7Ozs/84ODj/FRUV/wAAAP8AAAD/v7+//wAA
AP9kZGT/AAAA/wAAAP/R0dH/AAAA/wYGBv/////////////////u7u7/AAAA/wAAAP//////////////
////////2dnZ/wAAAP8AAAD/3Nzc//////+RkZH/BQUF/wAAAP/Z2dn/////////////////////////
////////////////////////////////////////oM92/1mrD/9osiX/YK4a/93uzf9drRX/WqsR/5TI
Zf//////////////////////////////////////////////////////////////////////////////
////////7+/v//Dw8P+ampr/s7Oz/1BQUP8cHBz/1NTU/wAAAP8AAAD/////////////////7e3t/wAA
AP8GBgb/hYWF/wMDA/8uLi7/SUlJ//////8AAAD/BQUF/4eHh///////oaGh/wQEBP8CAgL/qKio////
///////////////////////////////////////////////////////////////////d7s//kshi/2ey
I//d7s7/hMBN/9fqxf//////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////2NjY////
//////////////Dw8P8GBgb/AAAA/4ODg/8AAAD/AAAA/wAAAP//////RkZG/wUFBf8AAAD/k5OT/wAA
AP8TExP/AAAA/9HR0f//////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////4+Pj/yMjI/6Ghof9xcXH/////////
//8lJSX/AAAA/4+Pj/8AAAD/AAAA/1BQUP//////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
/////////////////////////////83Nzf/Ozs7/ioqK/8/Pz///////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
</value>
</data>
</root>

22
Tariffs/Program.cs Normal file
View file

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

129
Tariffs/ProgramHelp.Designer.cs generated Normal file
View file

@ -0,0 +1,129 @@
namespace Tariffs
{
partial class ProgramHelp
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgramHelp));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(13, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 29);
this.label1.TabIndex = 0;
this.label1.Text = "Tariffs";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(18, 46);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(233, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Разработчик: Чечкенёв Андрей Дмитриевич";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(18, 59);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(130, 13);
this.label3.TabIndex = 2;
this.label3.Text = "DarkCat09/CodePicker13";
//
// button1
//
this.button1.Location = new System.Drawing.Point(333, 239);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 3;
this.button1.Text = "OK";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(18, 76);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(130, 23);
this.button2.TabIndex = 4;
this.button2.Text = "Показать описание";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(18, 106);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox1.Size = new System.Drawing.Size(274, 123);
this.textBox1.TabIndex = 5;
this.textBox1.Text = resources.GetString("textBox1.Text");
this.textBox1.Visible = false;
//
// ProgramHelp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(420, 274);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "ProgramHelp";
this.Text = "О программе";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox1;
}
}

39
Tariffs/ProgramHelp.cs Normal file
View file

@ -0,0 +1,39 @@
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 Tariffs
{
public partial class ProgramHelp : Form
{
public ProgramHelp()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
Close();
}
private void button2_Click(object sender, EventArgs e)
{
if (textBox1.Visible)
{
textBox1.Visible = false;
button2.Text = "Показать описание";
}
else
{
textBox1.Visible = true;
button2.Text = "Скрыть описание";
}
}
}
}

424
Tariffs/ProgramHelp.resx Normal file
View file

@ -0,0 +1,424 @@
<?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>
<data name="textBox1.Text" xml:space="preserve">
<value>Tariffs (Тарифы) - приложение для просмотра и сравнения
тарифов 4-х российских операторов: MegaFon, MTS, BeeLine и Tele2.
Первая вкладка - Просмотр тарифов.
Здесь Вы можете посмотреть тариф и найти для себя подходящий.
Также можно выбрать тарифы для сравнения.
Тарифы и их параметры считываются с сервера.
Вторая вкладка - Сравнение.
Здесь Вы можете сравнить выбранные тарифы из вкладки Просмотр тарифов.
Третья вкладка - Панель сайтов.
В этой панели есть ссылки на сайты нескольких операторов:
те же MegaFon, MTS, BeeLine, Tele2 и Tinkoff Mobile.</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAEAQEAAAAEAIAAoQgAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAEAAAMMOAADDDgAAAAAAAAAA
AAD/////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////spnj/893pP////z/8f///7Bkxf+0b7H/u3m//9mN
tf/h8P3/tlSm//zn6P//////upzk/9R4sP////3/rpPh/9qNrv//////2dr+/7Bgrf//8OT/4+v9/7Fq
vf+vZrP/6rLC////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////6mO4P/KaZr////9/9HR
/f+pRp/////x/6mC4P/Vf6r/3/D9/65BnP/85uf//////7KS4v/Qaaf////+/6WH3v/Wgab//////9XX
/v+nTqT///Di/+Tf+v////X/xND//7JGjv//7ev/////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//+rkOH/y2uc/////P//////xLjt/7twtf+iVrH/14Su/+Dx/f+vQJ7//ejm//////+zlOL/0Wyo////
/v+nid//14On///////W2f//qFKm///x4v/u9P//mk+y/7dkqv/qtc//////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////q5Dh/8trnP////z/7fz//+Sl0P//////qH/c/92Frf/f9///liOd/+ut
uf//////sJDh/89mpf////7/p4nf/9eEqP//////1tj//6lTpv//8+L/wML9/7lJj///+/P/4dHv///9
9v//////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////6uV5f/NbZv////////////Z3P7/u3O3/8eI
v///8Oj/6vb//9KkzP/Il9f/46nJ/9vT7v/sudT/3Nz0/59Tsv+xVaH/3qLH/6+J0P+hRJ//0YCx///5
8v+/o+D/vXq6//jV2P///////////////////////////93c3P8DAgD/AwIA/15dXP//////Tk1M/wAA
AP81MzP/lZWU/wAAAP/p6en//////xQTEf//////BwYF/w8NDP8pKCb//////xEQD/8EAwH/Kiko/+zs
7P8WFRT//////97f3/9KSUj/////////////////////////////////7t3x/7Nnt/+qX7H/r1mn/7Zq
tP/irMb////9//////////////////////////////////3///+6i9z/2IS3//////+slOT/z3il///8
+f/e5///pE+o///a2f////////////////////////////////////////////////9LSUj/wsHB////
//85ODf/wsLB/wUEA///////fHt6/5CPjv/Hxsb/ZWRj//////8KBwb/rKyr/2ppaP//////AQAA/9LS
0v9TUVH//////y8sK//q6en/CAgF//z8/P+/vr7/QkFA////////////////////////////////////
///////////////////////////////////////////////////////////////////9////173q/+i3
1f////3/9fn//8mh2v/hps7////9/9S97f/Pjsf/+/Hq////////////////////////////////////
////////SkhH/9va2///////NTQz/76+vf8iISD//////5uamv+JiIf/4eHh/0lJSP//////BQQC////
//9MS0r/OTg3/wwMCv/S0tL/ZGNj//////9QTk3/6ejo/xQTEf9UU1H/Ozo4/1BPTv//////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
/////////////////////////////15bWv8GBAL/BgQD/19eXf//////BgUD//////+PjY7/enh3////
//8AAAD/bGtq/wAAAP//////cXBv/6Cgn/8YFhX/yMjJ/1VUVP//////Pj07/+Pi4v8AAAD//////+Tk
5P85ODf/yMjH/5aWlf//////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////9JSEb/6+rr/////////////////9jY
2P//////7+/v/+vr6////////////8XExP/W1dX//////7Kysf+VlJT///////7+/v/+/f3///////r5
+f//////2NfX///////7+/v/4+Li/+np6P/Ozs7/////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////XVxb/wAA
AP8HBQT/NDIx////////////////////////////////////////////////////////////////////
///Kysn/AAAA/wwKCf8AAAD/39/f/////////////////////////////////////////////////+/u
/f93ce//bWft/8nH+P/////////////////Rz/n/0tD5///////19P3/1NL6/9HP+f//////7Oz8/9LQ
+f/m5fz////////////W1fr/0tD5//z8/v//////////////////////7Ov8/9jW+v/Z1/r/1tT6/+jn
/P//////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//////////////Tz/f8AAN7/AwDh/wUA4f8AAN7/q6f1////////////AADc/wAA3f//////YVrs/wAA
3/8AAN3/7+79/4WA8P8AAN3/XFTr////////////AADg/wAA3f/e3fv///////////+movT/AADh/wAA
3v8AAN7/AADe/wAA3f9TS+r/////////////////////////////////////////////////////////
///////////////////y8/D/8/Pw////////////////////////////////////////////////////
//////////////////////////////////97de//AwDh/xEG4/8RBuP/CwDi/yAW5P///////////wAA
3/8AAN///////xAF4v8LAOL/AQDh/5mU8/+ZlPL/AADf/2pi7f///////////xEG4/8AAN//4+L8////
//+/vPf/AADe/wAA4P9QSOr/f3nv/3x27/93cO//rar1////////////////////////////////////
////////////////////////z8/L/0FBO/8AAAD/AAAA/wAAAP8DAgD/U1JL/9vb1f//////////////
////////////////////////////////////////////////////////aGHt/wYA4f8RBuP/EQbj/w0C
4v8LAOL///////////8AAN//AADg/+7t/f8AAN//Ixnl/wQA4f9DOuj/o5/z/wAA3/9qYu3/////////
//8RBuP/AADf/+Pi/P//////TEPp/wAA4P98du//////////////////////////////////////////
////////////////////////////////////////Wko9/wAAAP8AAAD/BwAA/wgAAP8HAAD/BgAA/wAA
AP8AAAD/fWZb/////////////////////////////////////////////////////////////////5KN
8v8BAOH/EQbj/xEG4/8JAOL/OTDn////////////AADf/wMA4f+XkvL/AADf/6ej9P8bEOT/AADg/5mU
8v8AAOD/amLt////////////Egfj/wAA3//t7P3//////0lB6f8AAOD/jIbx////////////////////
////////////////////////////////////////////////////////PKXW/wCBvf8Eqt7/Bbvp/wLC
7/8Cw/L/A8rw/wPU7P8E1uT/As/Z/wCuvf9Qzt3/////////////////////////////////////////
///////////////////29v7/AADe/xAF4v8RBuP/AADg/6Of9P///////////wAA3/8LAOL/QDfo/wAA
3//y8v3/a2Tt/wAA4f9AN+j/AADh/3Ru7v+0sPb/qaX0/xEG4/8BAOH/i4bx/5+b8/+lofT/AADf/wAA
4P9zbO7/nprz/5yX8/+Xk/L/wb/3////////////////////////////////////////////ltT4/wCh
//8Auv//AMb//wDO//8A0P//AM///wDW//8A5P//AO3//wD0//8A7v//ANX//6rs+v//////////////
/////////////////////////////////////////////2dg7f8AAN//AQDh/xoP5P//////////////
//8AAN3/AADg/wAA3/8AAOD//////7m29v8AAN7/AADg/wAA3/93cO7/FQni/wAA3v8AAOD/AADg/wAA
3/8AANv//////4aB8P8AAN//AADe/wAA3v8AAN7/AADd/1NL6v//////////////////////////////
/////////////wCS//8Asf//AL///wDN//8A2P//ANn//wDY//8A4P//AOz//wD1//8A+f//APL//wDi
//8O0v/////////////////////////////////////////////////////////////+/v7//v7+//7+
/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//f39//7+/v/+/v7//v7+//7+
/v/+/v7//v7+//7+/v/+/v7//v7+//39/f/+/v7//f39//7+/v/9/f3//v7+//7+/v/+/v7/////////
/////////////////////////////9Ph6P8APn7/Bl2J/whhhP8IZYD/CGd+/whnff8HZHv/BGR3/w92
gf8Yhoz/Ho+R/xmPlf8Sg5X/AHOS/+Lt7v//////////////////////////////////////////////
/////////v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//39/f/+/v7//v7+//39/f/+/v7//v7+//7+
/v/+/v7//v7+//39/f/+/v7//f39//7+/v/9/f3//v7+//39/f/+/v7//f39//7+/v/+/v7//f39//7+
/v/+/v7//v7+//////////////////////////////////////+uq6X/AAAA/wkAAP8JAAD/CAAA/wkA
AP8HAAD/CgAA/y4gGP9FNSv/Tzwz/1JBM/9QQDP/Sjkt/zYmGP/Gw7r/////////////////////////
//////////////////////////////7+/v/+/v7//f39//7+/v/+/v7//v7+//7+/v/9/f3//v7+//7+
/v/+/v7//v7+//7+/v/+/v7//f39//39/f/9/f3//v7+//39/f/+/v7//f39//7+/v/+/v7//v7+//7+
/v/9/f3//v7+//7+/v/+/v7//v7+//7+/v//////////////////////////////////////paSg/wAA
AP8JBwb/CQcG/wkHBv8HBgX/CggG/zg1L/9NSkH/WFdI/2NiUP9nZlT/ZmZT/15dTP9KSTr/xMW8////
///////////////////////////////////////////////////9/f3//v7+//39/f/+/v7//f39//7+
/v/+/v7//f39//7+/v/9/f3//f39//7+/v/9/f3//f39//7+/v/+/v7//f39//39/f/+/v7//v7+//7+
/v/+/v7////////////+/v7//f39//7+/v///////v7+//39/f/+/v7/////////////////////////
/////////////8fFvv8AAAD/CQAA/wkAAP8JAAD/BgAA/ywYDf9RPC3/Xk86/3BiTP99cFv/hHlj/4J3
Yf93alP/Y1g+/9vc1f///////////////////////////////////////////////////////v7+//7+
/v/+/v7///////7+/v//////////////////////////////////////////////////////////////
/////////////////////////////8jIyP9/f3//////////////////Kyor/////////////f39////
///////////////////////////////////6/f7/AHXe/waX4/8GoN7/BKnb/wSv2v8au9//NcHh/0zM
4/9k2eb/eeLq/4Xo6/995u3/ZNzv/0/K7v//////////////////////////////////////////////
//////////////7+/v/+/v7//////yUkJv//////Hh0e//v7+/8+PT//tLS1/7Kxs/+hoqL/xMPE/zEw
Mv9PTk//w8PE/0RERP+3t7f/h4eH/3Bvcf8tLC7/uLe4/8XFxf8tLS7/Kikr/42Njf/19fX/Pz4//x4d
H/9YWFj///////7+/v///////////////////////////////////////////zuy/f8Ap///ALn//wDH
//8A0P//Gtf//zna//9T4f//b+7+/4Tz/v+c+f3/jvX+/2vn//+Y6P//////////////////////////
///////////////////////////////////+/v7//v7+//////8NDA7//////yMiJP9MS03/MzM0/7m5
uv8zMjP/LCwt/8nIyf8dHB7/SklK/6ysrP8rKiz/Gxoc//////8kIyT//////yMjI/8tKy7/7Ozs/5+f
oP84Nzn/Y2Nj//Hx8v9MTEz/iYiL/7u6u///////////////////////////////////////////////
///5+/z/AKT//wC+//8A0P//ANn//xTf//813///TOX//2by//96+f//h/z//3z4//9t5v//+/39////
/////////////////////////////////////////////////////////v7+////////////ExIT////
//8LCwz/5+bm/wAAAP+np6j/oKCh/42Njf+1tbX/EBAR////////////FhYW/4GBgP+goKD/RENE/z49
P/+Qj5D/o6Oj/zQzNf81NDb/Wllb/+Hh4f86OTr/JiUn/zMzNP//////////////////////////////
/////////////////////////////9Hi5f8LO0v/ADtP/wNQYv8XaHn/OoGQ/0mQlv9cnJv/aKSd/22h
lv90oJP/5PHw////////////////////////////////////////////////////////////////////
////////gH+A/wIBA/+BgIL////////////////////////////////////////////+/v7//v7+////
///////////////////////////////////My8z/bm1v/////////////////yIiI/////////////7+
/v//////////////////////////////////////////////////////9O3m/05DNv8GAAD/AAAA/yoe
Ff9DNir/TkYz/15VP/+OiXX/9/Lv////////////////////////////////////////////////////
///////////////////+/v7//////8XFxv/Y2Nn/xsbG///////+/v7//v7+//7+/v/+/v7//v7+//7+
/v/+/v7//v7+///////////////////////+/v7///////7+/v/+/v7//////////////////v7+////
//////////////7+/v/+/v7/////////////////////////////////////////////////////////
////////4eLd/5+fl/99fXP/hod6/6ytof/l5uL/////////////////////////////////////////
/////////////////////////////////////////v7+//7+/v/////////////////+/v7//v7+//39
/f/+/v7//f39//39/f/9/f3//v7+///////g39//397e/9PT0/////////////7+/v/+/v7//f39//7+
/v/+/v7//v7+//39/f/+/v7///////7+/v/9/f3//v7+////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////7+/v/+/v7//v7+//7+
/v/+/v7//f39//7+/v/+/v7//v7+//7+/v/+/v7///////z8/P/T0tH/o5qa/7u0tP+wra3/v7y7//Hx
8f///////v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v//////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
///+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//39/f/+/v7//////87Ozv/Ew8L/q66v/zSF
iP9M2N//cXR1/3OPkP/Y1dX/vLy8///////+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+
/v/+/v7/////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
/////////////////////////v7+//39/f/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//////+jo
6P/BwcH/4N3c/3mHif8iwMn/iMPH/xjk8/9Xp67/ycLA/8LCwv/c3Nz///////7+/v/+/v7//v7+//7+
/v/+/v7//v7+//39/f/+/v7//v7+////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+
/v/+/v7//v7+///////IyMj/yMjI/8XCwv+UnqD/MLO5/2qssP9gsrj/naKj/6ypqv/Q0ND/wsLC////
///+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v//////////////////////////////
////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////+/v7//v7+//7+
/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v//////pqam/87Ozv/IxcX/xtfa/x6hqf9IzdT/++Xj/8bE
xP/Z2tn/zMvL/62trf/x8fH///////7+/v/+/v7//f39//39/f/+/v7//v7+//39/f/+/v7/////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
/////////v7+//39/f/9/f3//f39//7+/v/9/f3//f39//7+/v/+/v7//////9DQ0P+srKz/xcTE/6Cl
pf9km5//pJ+f/6ioqP+joqL/zc3N/7CwsP+wsLD///////7+/v/+/v7//f39//7+/v/+/v7//v7+//39
/f/+/v7//v7+////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////7+/v/+/v7//v7+//39/f/9/f3//v7+//39/f/+/v7//v7+////
///e3t7/pKSk/7+/v//S0ND/k42N/7Szs/+SkZH/ycnJ/8/Pz/+VlZX/09PT///////+/v7//f39//7+
/v/9/f3//f39//39/f/9/f3//v7+//39/f//////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////+/v7//v7+//7+/v/+/v7//f39//39
/f/9/f3//v7+//7+/v/+/v7///////n5+f+vr6//uLi4/66urv++vr7/rKys/7i4uP+ysrL/4ODg////
///+/v7//v7+//39/f/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7/eLs9//////+Qxl7/otB4////
//93ujv/1enC/3q7P/+EwE3/qdOD/6PQe//d7s7//////262Lv/6/Pj//////4bCUf/y+O3/0+i//6HP
d/+UyWX/yuSz///////+/v3/fb1E/4K/Sv93ujv/+vz4/5DGX//x+Ov//////3i7PP///////f39//7+
/v/+/v7//f39//7+/v/+/v7//v7+//7+/v/9/f3//v7+//7+/v////////////39/f/Jycn/eXl5/6mp
qf/9/f3////////////+/v7//f39//7+/v/+/v7//f39//39/f/+/v7//v7+//7+/v/+/v7//v7+/2mz
J//8/fr/gb9J/3G3Mv//////aLMm/7vcnP+czHD/y+S0/+Tx2P+Pxl//2ezH//////+63Jz/brUu/4zE
Wf+Bv0r/r9aM/5jKav+l0X7/kchh/63Vif+LxFj/s9iR/7zdn///////3O3N/5bJZ/+OxVz/qNOC/8Hf
pv9qsyf///////7+/v/9/f3//v7+//39/f/+/v7//v7+//39/f/+/v7//v7+//7+/v/+/v7//v7+//7+
/v////////////f39/////////////7+/v/+/v7//v7+//7+/v/9/f3//v7+//7+/v/+/v7//v7+//7+
/v/+/v7//v7+//7+/v9zuDb/mcts/93uz//M5bX/o9B6/3G3M/+525n/ns1y/9HnvP/n89z/jMRb/9vt
y////////////221Lf+k0Xz/5PHZ/3u8Qf//////zeW4/6zViP//////Y7Ae/7zdn/+o04H//////8fi
rv+czHD/isNX/7XalP/S6L7/ZrEi///////+/v7//f39//39/f/+/v7//v7+//7+/v/+/v7//f39//7+
/v/+/v7//v7+//7+/v/+/v7//v7+/////////////v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+
/v/+/v7//v7+///////+/v7//v7+//7+/v/+/v7/abMm/2iyJf///////////12tFv9rtCr/4O/S/329
RP99vUP/os94/8birv95uz7/dbk3/7PYkf/H4q7/gL9I//////+v14z/gL5H/5LIYv+Bv0r/ksdh/5XJ
Zv//////isRX/221LP9/vkf//////53Ncf/x+ez//////4jDU////////v7+//7+/v/9/f3//v7+//39
/f/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//f39//7+
/v/+/v7//f39//7+/v/+/v7//v7+//7+/v/9/f3//v7+//7+/v/+/v7//v7+/+Dv0//w9+r/////////
///q9OH/4vDV/////////////////////////////////////////////////////////////////+Hw
1P/S6L7/1OnA/9nsyf//////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
///////////////////1+vH/6vTh/8jjsP/y+Oz/////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////+EwU7/XKwU/8rjsv9Xqgz/WasP/3++Rf/9/vz/////////
//////////////////////////////////////////////////////////////////9fX1//ra2t////
///S0tL/ZmZm/7CwsP9xcXH/a2tr/+vr6/9qamr/e3t7/62trf9ycnL/bGxs/+Dg4P9sbGz/cHBw/8HB
wf9wcHD/dnZ2/3R0dP/t7e3/a2tr/3d3d/93d3f/d3d3/3d3d/93d3f/b29v/729vf//////////////
//////////////////////////////////////////////////9ksSD/ZLAf/2+2MP/P5bj/U6cG/2Kv
HP9crBP/UKYC//z9+///////////////////////////////////////////////////////////////
////////AAAA/2tra///////rKys/wAAAP9mZmb/AAAA/wAAAP/Q0ND/AAAA/xAQEP9cXFz/AAAA/wAA
AP++vr7/AAAA/wAAAP+Ghob/AAAA/wAAAP8AAAD/19fX/wAAAP8AAAD/AQEB/wICAv8DAwP/AwMD/wAA
AP+Dg4P///////////////////////////////////////////////////////////+Xymn/ZLAf/2u0
Kv9utS//xeGr///////Q57z/3+/R//////+k0Hz/////////////////////////////////////////
/////////////////////////////wAAAP9ycnL//////7CwsP8AAAD/pqam/+3t7f/R0dH//////wAA
AP8ODg7/4ODg/6Ojo/+YmJj/3Nzc/wAAAP8BAQH/u7u7/29vb/9qamr/YGBg/+Tk5P9NTU3/Y2Nj/1pa
Wv9RUVH/Ozs7/ycnJ/8TExP/i4uL////////////////////////////////////////////////////
////////WqsR/2y0K/9rtCr/cLYx/8nisP9wtjD/bLQr/3a6Ov+Av0j/VKgI////////////////////
//////////////////////////////////////////////////8AAAD/cnJy//////+wsLD/AAAA/5KS
kv+jo6P/6+vr//////8AAAD/BgYG//////////////////Hx8f8AAAD/AAAA////////////////////
////////xsbG/wsLC/8yMjL/MjIy/8XFxf//////////////////////////////////////////////
////////////////////////7fbl/12tFf9ttSz/bLQq/2WxIf/v9+j/v9+j/2KvHP9qsyj/abMn/16t
F//h8NX/////////////////////////////////////////////////////////////////AAAA/3Jy
cv//////sLCw/wAAAP9qamr/AAAA/56env//////AAAA/wYGBv/////////////////u7u7/AAAA/wUF
Bf+YmJj/JCQk/15eXv/////////////////W1tb/AAAA/wsLC/8AAAD/tra2////////////////////
//////////////////////////////////////////////b68v9brBL/bbUs/2u0Kf93ujr/Yq8d/93u
zv9hrxv/bbUs/221LP9drBX/6vTg////////////////////////////////////////////////////
/////////////wAAAP90dHT//////7Gxsf8AAAD/mJiY/5SUlP/U1NT//////wAAAP8GBgb/////////
////////7u7u/wAAAP8HBwf/iIiI/wAAAP8jIyP//////////////////////+zs7P8AAAD/Dw8P/wAA
AP/j4+P/////////////////////////////////////////////////////////////////aLIl/2qz
Kf9jsB7/0Oe8/9PpwP/T6b//Ya8b/221LP9rtCr/YK4Z////////////////////////////////////
////////////////////////dXV1/wAAAP9LS0v/XFxc/21tbf++vr7/AAAA/6Ghof/9/f3/////////
//8AAAD/BgYG/////////////////+7u7v8AAAD/AAAA/9DQ0P+Wlpb/lZWV///////5+fn/4eHh////
////////7u7u/wAAAP8NDQ3/GRkZ////////////////////////////////////////////////////
/////////////8birf9bqxL/bLUr/2OwHv9XqQz/3e7O/2GvG/9ttSz/XawV/7nbmv//////////////
/////////////////////////////////////////////7Ozs/84ODj/FRUV/wAAAP8AAAD/v7+//wAA
AP9kZGT/AAAA/wAAAP/R0dH/AAAA/wYGBv/////////////////u7u7/AAAA/wAAAP//////////////
////////2dnZ/wAAAP8AAAD/3Nzc//////+RkZH/BQUF/wAAAP/Z2dn/////////////////////////
////////////////////////////////////////oM92/1mrD/9osiX/YK4a/93uzf9drRX/WqsR/5TI
Zf//////////////////////////////////////////////////////////////////////////////
////////7+/v//Dw8P+ampr/s7Oz/1BQUP8cHBz/1NTU/wAAAP8AAAD/////////////////7e3t/wAA
AP8GBgb/hYWF/wMDA/8uLi7/SUlJ//////8AAAD/BQUF/4eHh///////oaGh/wQEBP8CAgL/qKio////
///////////////////////////////////////////////////////////////////d7s//kshi/2ey
I//d7s7/hMBN/9fqxf//////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////2NjY////
//////////////Dw8P8GBgb/AAAA/4ODg/8AAAD/AAAA/wAAAP//////RkZG/wUFBf8AAAD/k5OT/wAA
AP8TExP/AAAA/9HR0f//////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////4+Pj/yMjI/6Ghof9xcXH/////////
//8lJSX/AAAA/4+Pj/8AAAD/AAAA/1BQUP//////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
/////////////////////////////83Nzf/Ozs7/ioqK/8/Pz///////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
</value>
</data>
</root>

View file

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

72
Tariffs/Properties/Resources.Designer.cs generated Normal file
View file

@ -0,0 +1,72 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Этот код создан программой.
// Исполняемая версия:4.0.30319.42000
//
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
// повторной генерации кода.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Tariffs.Properties {
using System;
/// <summary>
/// Класс ресурса со строгой типизацией для поиска локализованных строк и т.д.
/// </summary>
// Этот класс создан автоматически классом StronglyTypedResourceBuilder
// с помощью такого средства, как ResGen или Visual Studio.
// Чтобы добавить или удалить член, измените файл .ResX и снова запустите ResGen
// с параметром /str или перестройте свой проект VS.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.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 (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Tariffs.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;
}
}
/// <summary>
/// Ищет локализованную строку, похожую на Справка &quot;О нас&quot; ещё не готова!.
/// </summary>
internal static string helpAboutUsNotReady {
get {
return ResourceManager.GetString("helpAboutUsNotReady", resourceCulture);
}
}
}
}

View file

@ -0,0 +1,124 @@
<?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>
<data name="helpAboutUsNotReady" xml:space="preserve">
<value>Справка "О нас" ещё не готова!</value>
<comment>Help "About Us" Is Not Ready Yet</comment>
</data>
</root>

30
Tariffs/Properties/Settings.Designer.cs generated Normal file
View file

@ -0,0 +1,30 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Tariffs.Properties
{
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
{
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default
{
get
{
return defaultInstance;
}
}
}
}

View file

@ -0,0 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>

93
Tariffs/Tariffs.csproj Normal file
View file

@ -0,0 +1,93 @@
<?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>{083B11A7-A1CD-4519-AD54-D4C3F6EC35FA}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>Tariffs</RootNamespace>
<AssemblyName>Tariffs</AssemblyName>
<TargetFrameworkVersion>v4.7.2</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="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="ProgramHelp.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ProgramHelp.Designer.cs">
<DependentUpon>ProgramHelp.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ProgramHelp.resx">
<DependentUpon>ProgramHelp.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>
<DesignTime>True</DesignTime>
</Compile>
<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>

Binary file not shown.

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,10 @@
C:\Users\user\source\repos\Tariffs\Tariffs\bin\Debug\Tariffs.exe.config
C:\Users\user\source\repos\Tariffs\Tariffs\bin\Debug\Tariffs.exe
C:\Users\user\source\repos\Tariffs\Tariffs\bin\Debug\Tariffs.pdb
C:\Users\user\source\repos\Tariffs\Tariffs\obj\Debug\Tariffs.csprojAssemblyReference.cache
C:\Users\user\source\repos\Tariffs\Tariffs\obj\Debug\Tariffs.Form1.resources
C:\Users\user\source\repos\Tariffs\Tariffs\obj\Debug\Tariffs.ProgramHelp.resources
C:\Users\user\source\repos\Tariffs\Tariffs\obj\Debug\Tariffs.Properties.Resources.resources
C:\Users\user\source\repos\Tariffs\Tariffs\obj\Debug\Tariffs.csproj.GenerateResource.cache
C:\Users\user\source\repos\Tariffs\Tariffs\obj\Debug\Tariffs.exe
C:\Users\user\source\repos\Tariffs\Tariffs\obj\Debug\Tariffs.pdb

Binary file not shown.

Binary file not shown.