1.1 --- a/GUI/MainForm.Designer.cs Mon Mar 22 17:58:21 2010 +0000
1.2 +++ b/GUI/MainForm.Designer.cs Fri Mar 26 20:58:10 2010 +0000
1.3 @@ -97,6 +97,7 @@
1.4 this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.5 this.startMinMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.6 this.minTrayMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.7 + this.startupMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.8 this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
1.9 this.hddMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.10 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.11 @@ -105,7 +106,7 @@
1.12 this.splitContainer = new System.Windows.Forms.SplitContainer();
1.13 this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
1.14 this.notifyContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
1.15 - this.restoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.16 + this.hideShowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.17 this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
1.18 this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
1.19 this.sensorContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
1.20 @@ -427,6 +428,7 @@
1.21 this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1.22 this.startMinMenuItem,
1.23 this.minTrayMenuItem,
1.24 + this.startupMenuItem,
1.25 this.toolStripMenuItem3,
1.26 this.hddMenuItem});
1.27 this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
1.28 @@ -437,28 +439,35 @@
1.29 //
1.30 this.startMinMenuItem.CheckOnClick = true;
1.31 this.startMinMenuItem.Name = "startMinMenuItem";
1.32 - this.startMinMenuItem.Size = new System.Drawing.Size(166, 22);
1.33 + this.startMinMenuItem.Size = new System.Drawing.Size(207, 22);
1.34 this.startMinMenuItem.Text = "Start Minimized";
1.35 //
1.36 // minTrayMenuItem
1.37 //
1.38 - this.minTrayMenuItem.Checked = true;
1.39 this.minTrayMenuItem.CheckOnClick = true;
1.40 - this.minTrayMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1.41 this.minTrayMenuItem.Name = "minTrayMenuItem";
1.42 - this.minTrayMenuItem.Size = new System.Drawing.Size(166, 22);
1.43 + this.minTrayMenuItem.Size = new System.Drawing.Size(207, 22);
1.44 this.minTrayMenuItem.Text = "Minimize To Tray";
1.45 + this.minTrayMenuItem.CheckedChanged += new System.EventHandler(this.minTrayMenuItem_CheckedChanged);
1.46 + //
1.47 + // startupMenuItem
1.48 + //
1.49 + this.startupMenuItem.CheckOnClick = true;
1.50 + this.startupMenuItem.Name = "startupMenuItem";
1.51 + this.startupMenuItem.Size = new System.Drawing.Size(207, 22);
1.52 + this.startupMenuItem.Text = "Run On Windows Startup";
1.53 + this.startupMenuItem.CheckedChanged += new System.EventHandler(this.runOnWindowsStartupToolStripMenuItem_CheckedChanged);
1.54 //
1.55 // toolStripMenuItem3
1.56 //
1.57 this.toolStripMenuItem3.Name = "toolStripMenuItem3";
1.58 - this.toolStripMenuItem3.Size = new System.Drawing.Size(163, 6);
1.59 + this.toolStripMenuItem3.Size = new System.Drawing.Size(204, 6);
1.60 //
1.61 // hddMenuItem
1.62 //
1.63 this.hddMenuItem.CheckOnClick = true;
1.64 this.hddMenuItem.Name = "hddMenuItem";
1.65 - this.hddMenuItem.Size = new System.Drawing.Size(166, 22);
1.66 + this.hddMenuItem.Size = new System.Drawing.Size(207, 22);
1.67 this.hddMenuItem.Text = "HDD sensors";
1.68 this.hddMenuItem.CheckedChanged += new System.EventHandler(this.hddsensorsToolStripMenuItem_CheckedChanged);
1.69 //
1.70 @@ -515,29 +524,29 @@
1.71 // notifyContextMenuStrip
1.72 //
1.73 this.notifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1.74 - this.restoreToolStripMenuItem,
1.75 + this.hideShowToolStripMenuItem,
1.76 this.toolStripMenuItem2,
1.77 this.exitToolStripMenuItem1});
1.78 this.notifyContextMenuStrip.Name = "notifyContextMenuStrip";
1.79 - this.notifyContextMenuStrip.Size = new System.Drawing.Size(119, 54);
1.80 + this.notifyContextMenuStrip.Size = new System.Drawing.Size(153, 76);
1.81 //
1.82 - // restoreToolStripMenuItem
1.83 + // hideShowToolStripMenuItem
1.84 //
1.85 - this.restoreToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
1.86 - this.restoreToolStripMenuItem.Name = "restoreToolStripMenuItem";
1.87 - this.restoreToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
1.88 - this.restoreToolStripMenuItem.Text = "Restore";
1.89 - this.restoreToolStripMenuItem.Click += new System.EventHandler(this.restoreClick);
1.90 + this.hideShowToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
1.91 + this.hideShowToolStripMenuItem.Name = "hideShowToolStripMenuItem";
1.92 + this.hideShowToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
1.93 + this.hideShowToolStripMenuItem.Text = "Hide/Show";
1.94 + this.hideShowToolStripMenuItem.Click += new System.EventHandler(this.hideShowClick);
1.95 //
1.96 // toolStripMenuItem2
1.97 //
1.98 this.toolStripMenuItem2.Name = "toolStripMenuItem2";
1.99 - this.toolStripMenuItem2.Size = new System.Drawing.Size(115, 6);
1.100 + this.toolStripMenuItem2.Size = new System.Drawing.Size(149, 6);
1.101 //
1.102 // exitToolStripMenuItem1
1.103 //
1.104 this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
1.105 - this.exitToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
1.106 + this.exitToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
1.107 this.exitToolStripMenuItem1.Text = "Exit";
1.108 this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
1.109 //
1.110 @@ -613,7 +622,7 @@
1.111 private System.Windows.Forms.ToolStripMenuItem hddMenuItem;
1.112 private System.Windows.Forms.ToolStripMenuItem loadMenuItem;
1.113 private System.Windows.Forms.ContextMenuStrip notifyContextMenuStrip;
1.114 - private System.Windows.Forms.ToolStripMenuItem restoreToolStripMenuItem;
1.115 + private System.Windows.Forms.ToolStripMenuItem hideShowToolStripMenuItem;
1.116 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
1.117 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
1.118 private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
1.119 @@ -621,6 +630,7 @@
1.120 private System.Windows.Forms.ContextMenuStrip sensorContextMenuStrip;
1.121 private System.Windows.Forms.ToolStripMenuItem startMinMenuItem;
1.122 private System.Windows.Forms.ToolStripMenuItem flowsMenuItem;
1.123 + private System.Windows.Forms.ToolStripMenuItem startupMenuItem;
1.124 }
1.125 }
1.126