mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Extended hash algorithm menu
This commit is contained in:
parent
144d62784f
commit
b545efaed4
1 changed files with 4 additions and 1 deletions
5
Crypto Notepad/SettingsForm.Designer.cs
generated
5
Crypto Notepad/SettingsForm.Designer.cs
generated
|
|
@ -253,8 +253,11 @@ private void InitializeComponent()
|
||||||
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.comboBox4.FormattingEnabled = true;
|
this.comboBox4.FormattingEnabled = true;
|
||||||
this.comboBox4.Items.AddRange(new object[] {
|
this.comboBox4.Items.AddRange(new object[] {
|
||||||
|
"MD5",
|
||||||
"SHA1",
|
"SHA1",
|
||||||
"MD5"});
|
"SHA256",
|
||||||
|
"SHA384",
|
||||||
|
"SHA512"});
|
||||||
this.comboBox4.Location = new System.Drawing.Point(136, 15);
|
this.comboBox4.Location = new System.Drawing.Point(136, 15);
|
||||||
this.comboBox4.Name = "comboBox4";
|
this.comboBox4.Name = "comboBox4";
|
||||||
this.comboBox4.Size = new System.Drawing.Size(100, 21);
|
this.comboBox4.Size = new System.Drawing.Size(100, 21);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue