GUI/MainForm.Designer.cs
changeset 63 1a7c13ac7348
parent 62 5400e3e383f7
child 82 91edecb084a1
     1.1 --- a/GUI/MainForm.Designer.cs	Tue Feb 23 19:45:40 2010 +0000
     1.2 +++ b/GUI/MainForm.Designer.cs	Sat Feb 27 15:55:17 2010 +0000
     1.3 @@ -103,12 +103,12 @@
     1.4        this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     1.5        this.timer = new System.Windows.Forms.Timer(this.components);
     1.6        this.splitContainer = new System.Windows.Forms.SplitContainer();
     1.7 +      this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
     1.8        this.notifyContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     1.9        this.restoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    1.10        this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
    1.11        this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
    1.12        this.sensorContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
    1.13 -      this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
    1.14        this.columnsContextMenuStrip.SuspendLayout();
    1.15        this.menuStrip.SuspendLayout();
    1.16        this.splitContainer.Panel1.SuspendLayout();
    1.17 @@ -148,6 +148,7 @@
    1.18        this.treeView.TabIndex = 0;
    1.19        this.treeView.Text = "treeView";
    1.20        this.treeView.UseColumns = true;
    1.21 +      this.treeView.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeView_NodeMouseDoubleClick);
    1.22        this.treeView.Click += new System.EventHandler(this.treeView_Click);
    1.23        // 
    1.24        // sensor
    1.25 @@ -501,6 +502,16 @@
    1.26        this.splitContainer.SplitterWidth = 3;
    1.27        this.splitContainer.TabIndex = 3;
    1.28        // 
    1.29 +      // plotPanel
    1.30 +      // 
    1.31 +      this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
    1.32 +      this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
    1.33 +      this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
    1.34 +      this.plotPanel.Location = new System.Drawing.Point(0, 0);
    1.35 +      this.plotPanel.Name = "plotPanel";
    1.36 +      this.plotPanel.Size = new System.Drawing.Size(478, 198);
    1.37 +      this.plotPanel.TabIndex = 0;
    1.38 +      // 
    1.39        // notifyContextMenuStrip
    1.40        // 
    1.41        this.notifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    1.42 @@ -535,16 +546,6 @@
    1.43        this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
    1.44        this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
    1.45        // 
    1.46 -      // plotPanel
    1.47 -      // 
    1.48 -      this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
    1.49 -      this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
    1.50 -      this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
    1.51 -      this.plotPanel.Location = new System.Drawing.Point(0, 0);
    1.52 -      this.plotPanel.Name = "plotPanel";
    1.53 -      this.plotPanel.Size = new System.Drawing.Size(478, 198);
    1.54 -      this.plotPanel.TabIndex = 0;
    1.55 -      // 
    1.56        // MainForm
    1.57        // 
    1.58        this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);