-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDigestKey.Designer.cs
More file actions
196 lines (191 loc) · 6.76 KB
/
Copy pathDigestKey.Designer.cs
File metadata and controls
196 lines (191 loc) · 6.76 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
namespace CryptokiTokenBrowser
{
partial class DigestKey
{
/// <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();
TxtKey = new TextBox();
CbMechanism = new ComboBox();
BtnCancel = new Button();
BtnDigest = new Button();
RadioParamHex = new RadioButton();
RadioParamAsc = new RadioButton();
TxtParam = new TextBox();
TxtDigestedKey = new TextBox();
label2 = new Label();
label3 = new Label();
label4 = new Label();
SuspendLayout();
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(19, 24);
label1.Name = "label1";
label1.Size = new Size(26, 15);
label1.TabIndex = 0;
label1.Text = "Key";
//
// TxtKey
//
TxtKey.Location = new Point(102, 21);
TxtKey.Name = "TxtKey";
TxtKey.ReadOnly = true;
TxtKey.Size = new Size(284, 23);
TxtKey.TabIndex = 1;
//
// CbMechanism
//
CbMechanism.DropDownStyle = ComboBoxStyle.DropDownList;
CbMechanism.FormattingEnabled = true;
CbMechanism.Items.AddRange(new object[] { "ARDFP", "DES_MDC_2_PAD1", "MD2", "MD5", "NVB", "RIPEMD128", "RIPEMD160", "SHA_1", "SHA_224", "SHA_256", "SHA_384", "SHA_512" });
CbMechanism.Location = new Point(102, 50);
CbMechanism.Name = "CbMechanism";
CbMechanism.Size = new Size(284, 23);
CbMechanism.TabIndex = 2;
//
// BtnCancel
//
BtnCancel.Location = new Point(311, 169);
BtnCancel.Name = "BtnCancel";
BtnCancel.Size = new Size(75, 23);
BtnCancel.TabIndex = 3;
BtnCancel.Text = "Cancel";
BtnCancel.UseVisualStyleBackColor = true;
BtnCancel.Click += BtnCancel_Click;
//
// BtnDigest
//
BtnDigest.Location = new Point(230, 169);
BtnDigest.Name = "BtnDigest";
BtnDigest.Size = new Size(75, 23);
BtnDigest.TabIndex = 5;
BtnDigest.Text = "Digest";
BtnDigest.UseVisualStyleBackColor = true;
BtnDigest.Click += BtnDigest_Click;
//
// RadioParamHex
//
RadioParamHex.AutoSize = true;
RadioParamHex.Font = new Font("Segoe UI", 8F);
RadioParamHex.Location = new Point(102, 105);
RadioParamHex.Name = "RadioParamHex";
RadioParamHex.Size = new Size(44, 17);
RadioParamHex.TabIndex = 36;
RadioParamHex.TabStop = true;
RadioParamHex.Text = "Hex";
RadioParamHex.UseVisualStyleBackColor = true;
//
// RadioParamAsc
//
RadioParamAsc.AutoSize = true;
RadioParamAsc.Font = new Font("Segoe UI", 8F);
RadioParamAsc.Location = new Point(154, 105);
RadioParamAsc.Name = "RadioParamAsc";
RadioParamAsc.Size = new Size(42, 17);
RadioParamAsc.TabIndex = 37;
RadioParamAsc.TabStop = true;
RadioParamAsc.Text = "Asc";
RadioParamAsc.UseVisualStyleBackColor = true;
//
// TxtParam
//
TxtParam.Location = new Point(102, 79);
TxtParam.Name = "TxtParam";
TxtParam.Size = new Size(284, 23);
TxtParam.TabIndex = 38;
//
// TxtDigestedKey
//
TxtDigestedKey.Location = new Point(102, 128);
TxtDigestedKey.Name = "TxtDigestedKey";
TxtDigestedKey.Size = new Size(284, 23);
TxtDigestedKey.TabIndex = 39;
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(19, 131);
label2.Name = "label2";
label2.Size = new Size(75, 15);
label2.TabIndex = 40;
label2.Text = "Digested Key";
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(19, 82);
label3.Name = "label3";
label3.Size = new Size(61, 15);
label3.TabIndex = 41;
label3.Text = "Parameter";
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(19, 53);
label4.Name = "label4";
label4.Size = new Size(69, 15);
label4.TabIndex = 42;
label4.Text = "Mechanism";
//
// DigestKey
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(408, 204);
Controls.Add(label4);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(TxtDigestedKey);
Controls.Add(TxtParam);
Controls.Add(RadioParamHex);
Controls.Add(RadioParamAsc);
Controls.Add(BtnDigest);
Controls.Add(BtnCancel);
Controls.Add(CbMechanism);
Controls.Add(TxtKey);
Controls.Add(label1);
Name = "DigestKey";
Text = "DigestKey";
Load += DigestKey_Load;
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label label1;
private TextBox TxtKey;
private ComboBox CbMechanism;
private Button BtnCancel;
private Button BtnDigest;
private RadioButton RadioParamHex;
private RadioButton RadioParamAsc;
private TextBox TxtParam;
private TextBox TxtDigestedKey;
private Label label2;
private Label label3;
private Label label4;
}
}