GUI/MainForm.Designer.cs
changeset 122 3ef997c53b50
parent 117 14329d236f05
child 125 b1278888d9a9
     1.1 --- a/GUI/MainForm.Designer.cs	Tue May 18 19:16:55 2010 +0000
     1.2 +++ b/GUI/MainForm.Designer.cs	Thu May 20 21:23:54 2010 +0000
     1.3 @@ -93,6 +93,10 @@
     1.4        this.minTrayMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     1.5        this.startupMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     1.6        this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
     1.7 +      this.temperatureUnitsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     1.8 +      this.celciusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     1.9 +      this.fahrenheitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    1.10 +      this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
    1.11        this.hddMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    1.12        this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    1.13        this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    1.14 @@ -122,7 +126,7 @@
    1.15        this.treeView.Columns.Add(this.limit);
    1.16        this.treeView.DefaultToolTipProvider = null;
    1.17        this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
    1.18 -      this.treeView.DragDropMarkColor = System.Drawing.Color.Black;      
    1.19 +      this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
    1.20        this.treeView.FullRowSelect = true;
    1.21        this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
    1.22        this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
    1.23 @@ -138,7 +142,7 @@
    1.24        this.treeView.NodeControls.Add(this.nodeTextBoxLimit);
    1.25        this.treeView.RowHeight = 18;
    1.26        this.treeView.SelectedNode = null;
    1.27 -      this.treeView.Size = new System.Drawing.Size(478, 567);
    1.28 +      this.treeView.Size = new System.Drawing.Size(410, 488);
    1.29        this.treeView.TabIndex = 0;
    1.30        this.treeView.Text = "treeView";
    1.31        this.treeView.UseColumns = true;
    1.32 @@ -240,8 +244,7 @@
    1.33              this.helpToolStripMenuItem});
    1.34        this.menuStrip.Location = new System.Drawing.Point(0, 0);
    1.35        this.menuStrip.Name = "menuStrip";
    1.36 -      this.menuStrip.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
    1.37 -      this.menuStrip.Size = new System.Drawing.Size(478, 24);
    1.38 +      this.menuStrip.Size = new System.Drawing.Size(410, 24);
    1.39        this.menuStrip.TabIndex = 1;
    1.40        this.menuStrip.Text = "menuStrip1";
    1.41        // 
    1.42 @@ -319,7 +322,7 @@
    1.43        this.valueMenuItem.CheckOnClick = true;
    1.44        this.valueMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
    1.45        this.valueMenuItem.Name = "valueMenuItem";
    1.46 -      this.valueMenuItem.Size = new System.Drawing.Size(152, 22);
    1.47 +      this.valueMenuItem.Size = new System.Drawing.Size(103, 22);
    1.48        this.valueMenuItem.Text = "Value";
    1.49        this.valueMenuItem.CheckedChanged += new System.EventHandler(this.valueMenuItem_CheckedChanged);
    1.50        // 
    1.51 @@ -329,7 +332,7 @@
    1.52        this.minMenuItem.CheckOnClick = true;
    1.53        this.minMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
    1.54        this.minMenuItem.Name = "minMenuItem";
    1.55 -      this.minMenuItem.Size = new System.Drawing.Size(152, 22);
    1.56 +      this.minMenuItem.Size = new System.Drawing.Size(103, 22);
    1.57        this.minMenuItem.Text = "Min";
    1.58        this.minMenuItem.CheckedChanged += new System.EventHandler(this.minMenuItem_CheckedChanged);
    1.59        // 
    1.60 @@ -339,7 +342,7 @@
    1.61        this.maxMenuItem.CheckOnClick = true;
    1.62        this.maxMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
    1.63        this.maxMenuItem.Name = "maxMenuItem";
    1.64 -      this.maxMenuItem.Size = new System.Drawing.Size(152, 22);
    1.65 +      this.maxMenuItem.Size = new System.Drawing.Size(103, 22);
    1.66        this.maxMenuItem.Text = "Max";
    1.67        this.maxMenuItem.CheckedChanged += new System.EventHandler(this.maxMenuItem_CheckedChanged);
    1.68        // 
    1.69 @@ -349,7 +352,7 @@
    1.70        this.limitMenuItem.CheckOnClick = true;
    1.71        this.limitMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
    1.72        this.limitMenuItem.Name = "limitMenuItem";
    1.73 -      this.limitMenuItem.Size = new System.Drawing.Size(152, 22);
    1.74 +      this.limitMenuItem.Size = new System.Drawing.Size(103, 22);
    1.75        this.limitMenuItem.Text = "Limit";
    1.76        this.limitMenuItem.CheckedChanged += new System.EventHandler(this.limitMenuItem_CheckedChanged);
    1.77        // 
    1.78 @@ -360,6 +363,8 @@
    1.79              this.minTrayMenuItem,
    1.80              this.startupMenuItem,
    1.81              this.toolStripMenuItem3,
    1.82 +            this.temperatureUnitsToolStripMenuItem,
    1.83 +            this.toolStripMenuItem4,
    1.84              this.hddMenuItem});
    1.85        this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
    1.86        this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
    1.87 @@ -393,12 +398,40 @@
    1.88        this.toolStripMenuItem3.Name = "toolStripMenuItem3";
    1.89        this.toolStripMenuItem3.Size = new System.Drawing.Size(204, 6);
    1.90        // 
    1.91 +      // temperatureUnitsToolStripMenuItem
    1.92 +      // 
    1.93 +      this.temperatureUnitsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
    1.94 +            this.celciusToolStripMenuItem,
    1.95 +            this.fahrenheitToolStripMenuItem});
    1.96 +      this.temperatureUnitsToolStripMenuItem.Name = "temperatureUnitsToolStripMenuItem";
    1.97 +      this.temperatureUnitsToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
    1.98 +      this.temperatureUnitsToolStripMenuItem.Text = "Temperature Unit";
    1.99 +      // 
   1.100 +      // celciusToolStripMenuItem
   1.101 +      // 
   1.102 +      this.celciusToolStripMenuItem.Name = "celciusToolStripMenuItem";
   1.103 +      this.celciusToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
   1.104 +      this.celciusToolStripMenuItem.Text = "Celcius";
   1.105 +      this.celciusToolStripMenuItem.Click += new System.EventHandler(this.celciusToolStripMenuItem_Click);
   1.106 +      // 
   1.107 +      // fahrenheitToolStripMenuItem
   1.108 +      // 
   1.109 +      this.fahrenheitToolStripMenuItem.Name = "fahrenheitToolStripMenuItem";
   1.110 +      this.fahrenheitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
   1.111 +      this.fahrenheitToolStripMenuItem.Text = "Fahrenheit";
   1.112 +      this.fahrenheitToolStripMenuItem.Click += new System.EventHandler(this.fahrenheitToolStripMenuItem_Click);
   1.113 +      // 
   1.114 +      // toolStripMenuItem4
   1.115 +      // 
   1.116 +      this.toolStripMenuItem4.Name = "toolStripMenuItem4";
   1.117 +      this.toolStripMenuItem4.Size = new System.Drawing.Size(204, 6);
   1.118 +      // 
   1.119        // hddMenuItem
   1.120        // 
   1.121        this.hddMenuItem.CheckOnClick = true;
   1.122        this.hddMenuItem.Name = "hddMenuItem";
   1.123        this.hddMenuItem.Size = new System.Drawing.Size(207, 22);
   1.124 -      this.hddMenuItem.Text = "HDD sensors";
   1.125 +      this.hddMenuItem.Text = "Read HDD sensors";
   1.126        this.hddMenuItem.CheckedChanged += new System.EventHandler(this.hddsensorsToolStripMenuItem_CheckedChanged);
   1.127        // 
   1.128        // helpToolStripMenuItem
   1.129 @@ -431,18 +464,18 @@
   1.130        // 
   1.131        this.splitContainer.Panel2.Controls.Add(this.plotPanel);
   1.132        this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
   1.133 -      this.splitContainer.Size = new System.Drawing.Size(478, 768);
   1.134 -      this.splitContainer.SplitterDistance = 567;
   1.135 +      this.splitContainer.Size = new System.Drawing.Size(410, 662);
   1.136 +      this.splitContainer.SplitterDistance = 488;
   1.137        this.splitContainer.SplitterWidth = 3;
   1.138        this.splitContainer.TabIndex = 3;
   1.139        // 
   1.140        // plotPanel
   1.141        // 
   1.142        this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
   1.143 -      this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;      
   1.144 +      this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
   1.145        this.plotPanel.Location = new System.Drawing.Point(0, 0);
   1.146        this.plotPanel.Name = "plotPanel";
   1.147 -      this.plotPanel.Size = new System.Drawing.Size(478, 198);
   1.148 +      this.plotPanel.Size = new System.Drawing.Size(410, 171);
   1.149        this.plotPanel.TabIndex = 0;
   1.150        // 
   1.151        // notifyContextMenuStrip
   1.152 @@ -452,24 +485,24 @@
   1.153              this.toolStripMenuItem2,
   1.154              this.exitToolStripMenuItem1});
   1.155        this.notifyContextMenuStrip.Name = "notifyContextMenuStrip";
   1.156 -      this.notifyContextMenuStrip.Size = new System.Drawing.Size(137, 54);
   1.157 +      this.notifyContextMenuStrip.Size = new System.Drawing.Size(134, 54);
   1.158        // 
   1.159        // hideShowToolStripMenuItem
   1.160 -      //       
   1.161 +      // 
   1.162        this.hideShowToolStripMenuItem.Name = "hideShowToolStripMenuItem";
   1.163 -      this.hideShowToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
   1.164 +      this.hideShowToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
   1.165        this.hideShowToolStripMenuItem.Text = "Hide/Show";
   1.166        this.hideShowToolStripMenuItem.Click += new System.EventHandler(this.hideShowClick);
   1.167        // 
   1.168        // toolStripMenuItem2
   1.169        // 
   1.170        this.toolStripMenuItem2.Name = "toolStripMenuItem2";
   1.171 -      this.toolStripMenuItem2.Size = new System.Drawing.Size(133, 6);
   1.172 +      this.toolStripMenuItem2.Size = new System.Drawing.Size(130, 6);
   1.173        // 
   1.174        // exitToolStripMenuItem1
   1.175        // 
   1.176        this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
   1.177 -      this.exitToolStripMenuItem1.Size = new System.Drawing.Size(136, 22);
   1.178 +      this.exitToolStripMenuItem1.Size = new System.Drawing.Size(133, 22);
   1.179        this.exitToolStripMenuItem1.Text = "Exit";
   1.180        this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
   1.181        // 
   1.182 @@ -493,11 +526,11 @@
   1.183        // 
   1.184        // MainForm
   1.185        // 
   1.186 -      this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
   1.187 +      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   1.188        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   1.189 -      this.ClientSize = new System.Drawing.Size(478, 792);
   1.190 +      this.ClientSize = new System.Drawing.Size(410, 686);
   1.191        this.Controls.Add(this.splitContainer);
   1.192 -      this.Controls.Add(this.menuStrip);      
   1.193 +      this.Controls.Add(this.menuStrip);
   1.194        this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
   1.195        this.MainMenuStrip = this.menuStrip;
   1.196        this.Name = "MainForm";
   1.197 @@ -560,6 +593,10 @@
   1.198      private System.Windows.Forms.ToolStripMenuItem minMenuItem;
   1.199      private System.Windows.Forms.ToolStripMenuItem maxMenuItem;
   1.200      private System.Windows.Forms.ToolStripMenuItem limitMenuItem;
   1.201 +    private System.Windows.Forms.ToolStripMenuItem temperatureUnitsToolStripMenuItem;
   1.202 +    private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
   1.203 +    private System.Windows.Forms.ToolStripMenuItem celciusToolStripMenuItem;
   1.204 +    private System.Windows.Forms.ToolStripMenuItem fahrenheitToolStripMenuItem;
   1.205    }
   1.206  }
   1.207