EL_Singature/AppView/FormMain.Designer.cs

321 lines
9.3 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace AppView
{
partial class FormMain
{
/// <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()
{
label1 = new Label();
label2 = new Label();
textBoxFilePath = new TextBox();
textBoxKeyPath = new TextBox();
buttonFilePath = new Button();
buttonKeyPath = new Button();
buttonWriteKey = new Button();
buttonCheckKey = new Button();
ключиToolStripMenuItem = new ToolStripMenuItem();
rSAToolStripMenuItem = new ToolStripMenuItem();
eCDSAToolStripMenuItem = new ToolStripMenuItem();
textBoxPass = new TextBox();
label3 = new Label();
buttonSavepath = new Button();
textBoxSavePath = new TextBox();
label4 = new Label();
label5 = new Label();
label6 = new Label();
textBoxKey2 = new TextBox();
textBoxFile2 = new TextBox();
groupBox1 = new GroupBox();
groupBox2 = new GroupBox();
buttonCert2 = new Button();
buttonFile2 = new Button();
groupBox1.SuspendLayout();
groupBox2.SuspendLayout();
SuspendLayout();
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(6, 26);
label1.Name = "label1";
label1.Size = new Size(36, 15);
label1.TabIndex = 0;
label1.Text = "Файл";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(6, 59);
label2.Name = "label2";
label2.Size = new Size(131, 15);
label2.TabIndex = 1;
label2.Text = "Открытый сертификат";
//
// textBoxFilePath
//
textBoxFilePath.Location = new Point(143, 23);
textBoxFilePath.Name = "textBoxFilePath";
textBoxFilePath.Size = new Size(269, 23);
textBoxFilePath.TabIndex = 2;
//
// textBoxKeyPath
//
textBoxKeyPath.Location = new Point(143, 56);
textBoxKeyPath.Name = "textBoxKeyPath";
textBoxKeyPath.Size = new Size(269, 23);
textBoxKeyPath.TabIndex = 3;
//
// buttonFilePath
//
buttonFilePath.Location = new Point(418, 22);
buttonFilePath.Name = "buttonFilePath";
buttonFilePath.Size = new Size(75, 23);
buttonFilePath.TabIndex = 4;
buttonFilePath.Text = "Выбрать";
buttonFilePath.UseVisualStyleBackColor = true;
buttonFilePath.Click += buttonFilePath_Click;
//
// buttonKeyPath
//
buttonKeyPath.Location = new Point(418, 56);
buttonKeyPath.Name = "buttonKeyPath";
buttonKeyPath.Size = new Size(75, 23);
buttonKeyPath.TabIndex = 5;
buttonKeyPath.Text = "Выбрать";
buttonKeyPath.UseVisualStyleBackColor = true;
buttonKeyPath.Click += buttonKeyPath_Click;
//
// buttonWriteKey
//
buttonWriteKey.Location = new Point(6, 123);
buttonWriteKey.Name = "buttonWriteKey";
buttonWriteKey.Size = new Size(163, 48);
buttonWriteKey.TabIndex = 6;
buttonWriteKey.Text = "Подписать документ";
buttonWriteKey.UseVisualStyleBackColor = true;
buttonWriteKey.Click += buttonWriteKey_Click;
//
// buttonCheckKey
//
buttonCheckKey.Location = new Point(0, 152);
buttonCheckKey.Name = "buttonCheckKey";
buttonCheckKey.Size = new Size(163, 48);
buttonCheckKey.TabIndex = 7;
buttonCheckKey.Text = "Проверить подпись";
buttonCheckKey.UseVisualStyleBackColor = true;
buttonCheckKey.Click += buttonCheckKey_Click;
//
// ключиToolStripMenuItem
//
ключиToolStripMenuItem.Name = "ключиToolStripMenuItem";
ключиToolStripMenuItem.Size = new Size(32, 19);
//
// rSAToolStripMenuItem
//
rSAToolStripMenuItem.Name = "rSAToolStripMenuItem";
rSAToolStripMenuItem.Size = new Size(32, 19);
//
// eCDSAToolStripMenuItem
//
eCDSAToolStripMenuItem.Name = "eCDSAToolStripMenuItem";
eCDSAToolStripMenuItem.Size = new Size(32, 19);
//
// textBoxPass
//
textBoxPass.Location = new Point(160, 105);
textBoxPass.Name = "textBoxPass";
textBoxPass.Size = new Size(246, 23);
textBoxPass.TabIndex = 12;
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(6, 108);
label3.Name = "label3";
label3.Size = new Size(49, 15);
label3.TabIndex = 13;
label3.Text = "Пароль";
//
// buttonSavepath
//
buttonSavepath.Location = new Point(418, 86);
buttonSavepath.Name = "buttonSavepath";
buttonSavepath.Size = new Size(75, 23);
buttonSavepath.TabIndex = 14;
buttonSavepath.Text = "Выбрать";
buttonSavepath.UseVisualStyleBackColor = true;
buttonSavepath.Click += buttonSavepath_Click;
//
// textBoxSavePath
//
textBoxSavePath.Location = new Point(143, 85);
textBoxSavePath.Name = "textBoxSavePath";
textBoxSavePath.Size = new Size(269, 23);
textBoxSavePath.TabIndex = 15;
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(6, 89);
label4.Name = "label4";
label4.Size = new Size(101, 15);
label4.TabIndex = 16;
label4.Text = "Путь сохранения";
//
// label5
//
label5.AutoSize = true;
label5.Location = new Point(6, 69);
label5.Name = "label5";
label5.Size = new Size(130, 15);
label5.TabIndex = 17;
label5.Text = "Закрытый сертификат";
//
// label6
//
label6.AutoSize = true;
label6.Location = new Point(6, 35);
label6.Name = "label6";
label6.Size = new Size(36, 15);
label6.TabIndex = 18;
label6.Text = "Файл";
//
// textBoxKey2
//
textBoxKey2.Location = new Point(160, 69);
textBoxKey2.Name = "textBoxKey2";
textBoxKey2.Size = new Size(246, 23);
textBoxKey2.TabIndex = 19;
//
// textBoxFile2
//
textBoxFile2.Location = new Point(160, 35);
textBoxFile2.Name = "textBoxFile2";
textBoxFile2.Size = new Size(246, 23);
textBoxFile2.TabIndex = 20;
//
// groupBox1
//
groupBox1.Controls.Add(label1);
groupBox1.Controls.Add(label2);
groupBox1.Controls.Add(label4);
groupBox1.Controls.Add(textBoxFilePath);
groupBox1.Controls.Add(textBoxKeyPath);
groupBox1.Controls.Add(buttonWriteKey);
groupBox1.Controls.Add(buttonSavepath);
groupBox1.Controls.Add(textBoxSavePath);
groupBox1.Controls.Add(buttonFilePath);
groupBox1.Controls.Add(buttonKeyPath);
groupBox1.Location = new Point(12, 27);
groupBox1.Name = "groupBox1";
groupBox1.Size = new Size(513, 191);
groupBox1.TabIndex = 21;
groupBox1.TabStop = false;
groupBox1.Text = "Подпись документа";
//
// groupBox2
//
groupBox2.Controls.Add(buttonCert2);
groupBox2.Controls.Add(buttonFile2);
groupBox2.Controls.Add(label6);
groupBox2.Controls.Add(label5);
groupBox2.Controls.Add(textBoxPass);
groupBox2.Controls.Add(buttonCheckKey);
groupBox2.Controls.Add(textBoxKey2);
groupBox2.Controls.Add(textBoxFile2);
groupBox2.Controls.Add(label3);
groupBox2.Location = new Point(18, 224);
groupBox2.Name = "groupBox2";
groupBox2.Size = new Size(507, 222);
groupBox2.TabIndex = 22;
groupBox2.TabStop = false;
groupBox2.Text = "Проверка подписи";
//
// buttonCert2
//
buttonCert2.Location = new Point(412, 69);
buttonCert2.Name = "buttonCert2";
buttonCert2.Size = new Size(75, 23);
buttonCert2.TabIndex = 22;
buttonCert2.Text = "Выбрать";
buttonCert2.UseVisualStyleBackColor = true;
buttonCert2.Click += buttonCert2_Click;
//
// buttonFile2
//
buttonFile2.Location = new Point(412, 35);
buttonFile2.Name = "buttonFile2";
buttonFile2.Size = new Size(75, 23);
buttonFile2.TabIndex = 21;
buttonFile2.Text = "Выбрать";
buttonFile2.UseVisualStyleBackColor = true;
buttonFile2.Click += buttonFile2_Click;
//
// FormMain
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(542, 474);
Controls.Add(groupBox2);
Controls.Add(groupBox1);
Name = "FormMain";
Text = "ЭЦП";
groupBox1.ResumeLayout(false);
groupBox1.PerformLayout();
groupBox2.ResumeLayout(false);
groupBox2.PerformLayout();
ResumeLayout(false);
}
#endregion
private Label label1;
private Label label2;
private TextBox textBoxFilePath;
private TextBox textBoxKeyPath;
private Button buttonFilePath;
private Button buttonKeyPath;
private Button buttonWriteKey;
private Button buttonCheckKey;
private ToolStripMenuItem ключиToolStripMenuItem;
private ToolStripMenuItem rSAToolStripMenuItem;
private ToolStripMenuItem eCDSAToolStripMenuItem;
private ToolStripMenuItem создатьToolStripMenuItem;
private TextBox textBoxPass;
private Label label3;
private Button buttonSavepath;
private TextBox textBoxSavePath;
private Label label4;
private Label label5;
private Label label6;
private TextBox textBoxKey2;
private TextBox textBoxFile2;
private GroupBox groupBox1;
private GroupBox groupBox2;
private Button buttonCert2;
private Button buttonFile2;
}
}