EL_Singature/AppView/FormMain.Designer.cs

221 lines
7.0 KiB
C#
Raw 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();
groupBoxFile = new GroupBox();
menuStrip1 = new MenuStrip();
ключиToolStripMenuItem1 = new ToolStripMenuItem();
создатьToolStripMenuItem = new ToolStripMenuItem();
списокToolStripMenuItem = new ToolStripMenuItem();
groupBoxFile.SuspendLayout();
menuStrip1.SuspendLayout();
SuspendLayout();
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(40, 45);
label1.Name = "label1";
label1.Size = new Size(36, 15);
label1.TabIndex = 0;
label1.Text = "Файл";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(40, 85);
label2.Name = "label2";
label2.Size = new Size(38, 15);
label2.TabIndex = 1;
label2.Text = "Ключ";
//
// textBoxFilePath
//
textBoxFilePath.Location = new Point(98, 42);
textBoxFilePath.Name = "textBoxFilePath";
textBoxFilePath.Size = new Size(337, 23);
textBoxFilePath.TabIndex = 2;
//
// textBoxKeyPath
//
textBoxKeyPath.Location = new Point(98, 82);
textBoxKeyPath.Name = "textBoxKeyPath";
textBoxKeyPath.Size = new Size(337, 23);
textBoxKeyPath.TabIndex = 3;
//
// buttonFilePath
//
buttonFilePath.Location = new Point(441, 42);
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(441, 82);
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, 22);
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(248, 22);
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);
//
// groupBoxFile
//
groupBoxFile.Controls.Add(buttonWriteKey);
groupBoxFile.Controls.Add(buttonCheckKey);
groupBoxFile.Location = new Point(73, 141);
groupBoxFile.Name = "groupBoxFile";
groupBoxFile.Size = new Size(417, 86);
groupBoxFile.TabIndex = 10;
groupBoxFile.TabStop = false;
groupBoxFile.Text = "Документы";
//
// menuStrip1
//
menuStrip1.Items.AddRange(new ToolStripItem[] { ключиToolStripMenuItem1 });
menuStrip1.Location = new Point(0, 0);
menuStrip1.Name = "menuStrip1";
menuStrip1.Size = new Size(568, 24);
menuStrip1.TabIndex = 11;
menuStrip1.Text = "menuStrip1";
//
// ключиToolStripMenuItem1
//
ключиToolStripMenuItem1.DropDownItems.AddRange(new ToolStripItem[] { создатьToolStripMenuItem, списокToolStripMenuItem });
ключиToolStripMenuItem1.Name = "ключиToolStripMenuItem1";
ключиToolStripMenuItem1.Size = new Size(57, 20);
ключиToolStripMenuItem1.Text = "Ключи";
//
// создатьToolStripMenuItem
//
создатьToolStripMenuItem.Name = "создатьToolStripMenuItem";
создатьToolStripMenuItem.Size = new Size(180, 22);
создатьToolStripMenuItem.Text = "Создать";
создатьToolStripMenuItem.Click += создатьToolStripMenuItem_Click;
//
// списокToolStripMenuItem
//
списокToolStripMenuItem.Name = "списокToolStripMenuItem";
списокToolStripMenuItem.Size = new Size(180, 22);
списокToolStripMenuItem.Text = "Список";
списокToolStripMenuItem.Click += списокToolStripMenuItem_Click;
//
// FormMain
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(568, 242);
Controls.Add(menuStrip1);
Controls.Add(groupBoxFile);
Controls.Add(buttonKeyPath);
Controls.Add(buttonFilePath);
Controls.Add(textBoxKeyPath);
Controls.Add(textBoxFilePath);
Controls.Add(label2);
Controls.Add(label1);
MainMenuStrip = menuStrip1;
Name = "FormMain";
Text = "ЭЦП";
groupBoxFile.ResumeLayout(false);
menuStrip1.ResumeLayout(false);
menuStrip1.PerformLayout();
ResumeLayout(false);
PerformLayout();
}
#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 GroupBox groupBoxFile;
private MenuStrip menuStrip1;
private ToolStripMenuItem ключиToolStripMenuItem1;
private ToolStripMenuItem создатьToolStripMenuItem;
private ToolStripMenuItem списокToolStripMenuItem;
}
}