-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainForm.Designer.cs
More file actions
147 lines (140 loc) · 8.37 KB
/
MainForm.Designer.cs
File metadata and controls
147 lines (140 loc) · 8.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
namespace ECCryptoSystem
{
partial class MainF
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent()
{
this.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.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
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(800, 28);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// файлToolStripMenuItem
//
this.файлToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.выйтиToolStripMenuItem});
this.файлToolStripMenuItem.Name = "файлToolStripMenuItem";
this.файлToolStripMenuItem.Size = new System.Drawing.Size(59, 24);
this.файлToolStripMenuItem.Text = "Файл";
//
// выйтиToolStripMenuItem
//
this.выйтиToolStripMenuItem.Name = "выйтиToolStripMenuItem";
this.выйтиToolStripMenuItem.Size = new System.Drawing.Size(136, 26);
this.выйтиToolStripMenuItem.Text = "Выйти";
this.выйтиToolStripMenuItem.Click += new System.EventHandler(this.выйтиToolStripMenuItem_Click);
//
// действияToolStripMenuItem
//
this.действияToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.генерацияКлючейToolStripMenuItem,
this.шифрованиеToolStripMenuItem,
this.расшифрованиеToolStripMenuItem});
this.действияToolStripMenuItem.Name = "действияToolStripMenuItem";
this.действияToolStripMenuItem.Size = new System.Drawing.Size(88, 24);
this.действияToolStripMenuItem.Text = "Действия";
//
// помощьToolStripMenuItem
//
this.помощьToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.оПрограммеToolStripMenuItem});
this.помощьToolStripMenuItem.Name = "помощьToolStripMenuItem";
this.помощьToolStripMenuItem.Size = new System.Drawing.Size(83, 24);
this.помощьToolStripMenuItem.Text = "Помощь";
//
// оПрограммеToolStripMenuItem
//
this.оПрограммеToolStripMenuItem.Name = "оПрограммеToolStripMenuItem";
this.оПрограммеToolStripMenuItem.Size = new System.Drawing.Size(187, 26);
this.оПрограммеToolStripMenuItem.Text = "О программе";
this.оПрограммеToolStripMenuItem.Click += new System.EventHandler(this.оПрограммеToolStripMenuItem_Click);
//
// генерацияКлючейToolStripMenuItem
//
this.генерацияКлючейToolStripMenuItem.Name = "генерацияКлючейToolStripMenuItem";
this.генерацияКлючейToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.генерацияКлючейToolStripMenuItem.Text = "Генерация ключей";
this.генерацияКлючейToolStripMenuItem.Click += new System.EventHandler(this.генерацияКлючейToolStripMenuItem_Click);
//
// шифрованиеToolStripMenuItem
//
this.шифрованиеToolStripMenuItem.Name = "шифрованиеToolStripMenuItem";
this.шифрованиеToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.шифрованиеToolStripMenuItem.Text = "Шифрование";
this.шифрованиеToolStripMenuItem.Click += new System.EventHandler(this.шифрованиеToolStripMenuItem_Click);
//
// расшифрованиеToolStripMenuItem
//
this.расшифрованиеToolStripMenuItem.Name = "расшифрованиеToolStripMenuItem";
this.расшифрованиеToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.расшифрованиеToolStripMenuItem.Text = "Расшифрование";
this.расшифрованиеToolStripMenuItem.Click += new System.EventHandler(this.расшифрованиеToolStripMenuItem_Click_1);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "Программная реализация криптоалгоритма на основе эллиптических кривых";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
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;
}
}