GUI/MainForm.Designer.cs
changeset 55 898935080fd6
parent 42 47385d4fc990
child 57 142907c75be4
     1.1 --- a/GUI/MainForm.Designer.cs	Fri Feb 19 18:33:08 2010 +0000
     1.2 +++ b/GUI/MainForm.Designer.cs	Fri Feb 19 19:50:07 2010 +0000
     1.3 @@ -94,6 +94,7 @@
     1.4        this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     1.5        this.plotMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     1.6        this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     1.7 +      this.startMinMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     1.8        this.minTrayMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     1.9        this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
    1.10        this.hddMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    1.11 @@ -101,12 +102,12 @@
    1.12        this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    1.13        this.timer = new System.Windows.Forms.Timer(this.components);
    1.14        this.splitContainer = new System.Windows.Forms.SplitContainer();
    1.15 +      this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
    1.16        this.notifyContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
    1.17        this.restoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    1.18        this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
    1.19        this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
    1.20        this.sensorContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
    1.21 -      this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
    1.22        this.columnsContextMenuStrip.SuspendLayout();
    1.23        this.menuStrip.SuspendLayout();
    1.24        this.splitContainer.Panel1.SuspendLayout();
    1.25 @@ -411,6 +412,7 @@
    1.26        // optionsToolStripMenuItem
    1.27        // 
    1.28        this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
    1.29 +            this.startMinMenuItem,
    1.30              this.minTrayMenuItem,
    1.31              this.toolStripMenuItem3,
    1.32              this.hddMenuItem});
    1.33 @@ -418,6 +420,13 @@
    1.34        this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
    1.35        this.optionsToolStripMenuItem.Text = "Options";
    1.36        // 
    1.37 +      // startMinimizedMenuItem
    1.38 +      // 
    1.39 +      this.startMinMenuItem.CheckOnClick = true;
    1.40 +      this.startMinMenuItem.Name = "startMinimizedMenuItem";
    1.41 +      this.startMinMenuItem.Size = new System.Drawing.Size(166, 22);
    1.42 +      this.startMinMenuItem.Text = "Start Minimized";
    1.43 +      // 
    1.44        // minTrayMenuItem
    1.45        // 
    1.46        this.minTrayMenuItem.Checked = true;
    1.47 @@ -480,6 +489,16 @@
    1.48        this.splitContainer.SplitterWidth = 3;
    1.49        this.splitContainer.TabIndex = 3;
    1.50        // 
    1.51 +      // plotPanel
    1.52 +      // 
    1.53 +      this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
    1.54 +      this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
    1.55 +      this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
    1.56 +      this.plotPanel.Location = new System.Drawing.Point(0, 0);
    1.57 +      this.plotPanel.Name = "plotPanel";
    1.58 +      this.plotPanel.Size = new System.Drawing.Size(478, 198);
    1.59 +      this.plotPanel.TabIndex = 0;
    1.60 +      // 
    1.61        // notifyContextMenuStrip
    1.62        // 
    1.63        this.notifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    1.64 @@ -514,16 +533,6 @@
    1.65        this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
    1.66        this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
    1.67        // 
    1.68 -      // plotPanel
    1.69 -      // 
    1.70 -      this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
    1.71 -      this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
    1.72 -      this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
    1.73 -      this.plotPanel.Location = new System.Drawing.Point(0, 0);
    1.74 -      this.plotPanel.Name = "plotPanel";
    1.75 -      this.plotPanel.Size = new System.Drawing.Size(478, 198);
    1.76 -      this.plotPanel.TabIndex = 0;
    1.77 -      // 
    1.78        // MainForm
    1.79        // 
    1.80        this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
    1.81 @@ -597,6 +606,7 @@
    1.82      private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
    1.83      private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
    1.84      private System.Windows.Forms.ContextMenuStrip sensorContextMenuStrip;
    1.85 +    private System.Windows.Forms.ToolStripMenuItem startMinMenuItem;
    1.86    }
    1.87  }
    1.88