mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Removed unused control
This commit is contained in:
parent
1b37bd790b
commit
57b244ae95
2 changed files with 2 additions and 7 deletions
4
Crypto Notepad/SettingsForm.Designer.cs
generated
4
Crypto Notepad/SettingsForm.Designer.cs
generated
|
|
@ -1,4 +1,4 @@
|
|||
namespace Crypto_Notepad
|
||||
namespace Crypto_Notepad
|
||||
{
|
||||
partial class SettingsForm
|
||||
{
|
||||
|
|
@ -86,7 +86,6 @@ private void InitializeComponent()
|
|||
this.KeySizeLabel = new System.Windows.Forms.Label();
|
||||
this.HashLabel = new System.Windows.Forms.Label();
|
||||
this.ResetSettingsButton = new System.Windows.Forms.Button();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.SettingsTabControl.SuspendLayout();
|
||||
this.MainTabPage.SuspendLayout();
|
||||
this.LineNumbersGroupBox.SuspendLayout();
|
||||
|
|
@ -805,7 +804,6 @@ private void InitializeComponent()
|
|||
private System.Windows.Forms.Button ResetSettingsButton;
|
||||
private System.Windows.Forms.CheckBox ToolbarCheckBox;
|
||||
private System.Windows.Forms.CheckBox AutoLockCheckBox;
|
||||
private System.Windows.Forms.ToolTip toolTip1;
|
||||
private System.Windows.Forms.CheckBox AutoSaveCheckBox;
|
||||
private System.Windows.Forms.CheckBox SendToCheckBox;
|
||||
private System.Windows.Forms.CheckBox IntegrateCheckBox;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
|
@ -120,9 +120,6 @@
|
|||
<metadata name="colorDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>138, 17</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
|
|
|
|||
Loading…
Reference in a new issue