diff --git a/Crypto Notepad/App.config b/Crypto Notepad/App.config
index 6eb1a20..6f6c837 100644
--- a/Crypto Notepad/App.config
+++ b/Crypto Notepad/App.config
@@ -66,6 +66,9 @@
False
+
+ True
+
diff --git a/Crypto Notepad/Properties/Resources.Designer.cs b/Crypto Notepad/Properties/Resources.Designer.cs
index 74f1d7b..aa73c84 100644
--- a/Crypto Notepad/Properties/Resources.Designer.cs
+++ b/Crypto Notepad/Properties/Resources.Designer.cs
@@ -63,9 +63,149 @@ internal Resources() {
///
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
///
- internal static System.Drawing.Bitmap eye_icon {
+ internal static System.Drawing.Bitmap close_b {
get {
- object obj = ResourceManager.GetObject("eye_icon", resourceCulture);
+ object obj = ResourceManager.GetObject("close_b", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap close_g {
+ get {
+ object obj = ResourceManager.GetObject("close_g", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap cut_red {
+ get {
+ object obj = ResourceManager.GetObject("cut_red", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap disk_multiple {
+ get {
+ object obj = ResourceManager.GetObject("disk_multiple", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap diskette {
+ get {
+ object obj = ResourceManager.GetObject("diskette", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap eye {
+ get {
+ object obj = ResourceManager.GetObject("eye", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap eye_half {
+ get {
+ object obj = ResourceManager.GetObject("eye_half", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap folder_stand {
+ get {
+ object obj = ResourceManager.GetObject("folder_stand", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap folder_vertical_document {
+ get {
+ object obj = ResourceManager.GetObject("folder_vertical_document", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap page_white_add {
+ get {
+ object obj = ResourceManager.GetObject("page_white_add", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap page_white_copy {
+ get {
+ object obj = ResourceManager.GetObject("page_white_copy", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap page_white_delete {
+ get {
+ object obj = ResourceManager.GetObject("page_white_delete", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap page_white_key {
+ get {
+ object obj = ResourceManager.GetObject("page_white_key", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap paste_plain {
+ get {
+ object obj = ResourceManager.GetObject("paste_plain", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Поиск локализованного ресурса типа System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap setting_tools {
+ get {
+ object obj = ResourceManager.GetObject("setting_tools", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
@@ -75,7 +215,7 @@ internal static System.Drawing.Bitmap eye_icon {
///
internal static System.Drawing.Bitmap Warning_icon_hi {
get {
- object obj = ResourceManager.GetObject("Warning-icon-hi", resourceCulture);
+ object obj = ResourceManager.GetObject("Warning_icon_hi", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
diff --git a/Crypto Notepad/Properties/Settings.Designer.cs b/Crypto Notepad/Properties/Settings.Designer.cs
index 81a0654..16c0745 100644
--- a/Crypto Notepad/Properties/Settings.Designer.cs
+++ b/Crypto Notepad/Properties/Settings.Designer.cs
@@ -256,5 +256,18 @@ public bool WarningMsg {
this["WarningMsg"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool ShowToolbar {
+ get {
+ return ((bool)(this["ShowToolbar"]));
+ }
+ set {
+ this["ShowToolbar"] = value;
+ }
+ }
}
}
diff --git a/Crypto Notepad/Properties/Settings.settings b/Crypto Notepad/Properties/Settings.settings
index ad3533f..457342a 100644
--- a/Crypto Notepad/Properties/Settings.settings
+++ b/Crypto Notepad/Properties/Settings.settings
@@ -56,5 +56,8 @@
False
+
+ True
+
\ No newline at end of file