diff --git a/src/ui/MainForm.Designer.cs b/src/ui/MainForm.Designer.cs
index dff946b..b0693ba 100644
--- a/src/ui/MainForm.Designer.cs
+++ b/src/ui/MainForm.Designer.cs
@@ -1,33 +1,33 @@
namespace PhpVersionSwitcher
{
internal partial class MainForm
- {
- ///
- /// Required designer variable.
- ///
- private System.ComponentModel.IContainer components = null;
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
- ///
- /// Clean up any resources being used.
- ///
- /// true if managed resources should be disposed; otherwise, false.
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
- #region Windows Form Designer generated code
+ #region Windows Form Designer generated code
- ///
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- ///
- private void InitializeComponent()
- {
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
this.components = new System.ComponentModel.Container();
this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.notifyIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
@@ -52,13 +52,13 @@ private void InitializeComponent()
this.Text = "PHP Version Switcher";
this.ResumeLayout(false);
- }
+ }
- #endregion
+ #endregion
- private System.Windows.Forms.NotifyIcon notifyIcon;
- private System.Windows.Forms.ContextMenuStrip notifyIconMenu;
+ private System.Windows.Forms.NotifyIcon notifyIcon;
+ private System.Windows.Forms.ContextMenuStrip notifyIconMenu;
- }
+ }
}