GUI/MainForm.Designer.cs
changeset 117 14329d236f05
parent 111 2b8a8cf92c3a
child 122 3ef997c53b50
     1.1 --- a/GUI/MainForm.Designer.cs	Sat May 15 11:34:36 2010 +0000
     1.2 +++ b/GUI/MainForm.Designer.cs	Sat May 15 12:50:28 2010 +0000
     1.3 @@ -122,8 +122,7 @@
     1.4        this.treeView.Columns.Add(this.limit);
     1.5        this.treeView.DefaultToolTipProvider = null;
     1.6        this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
     1.7 -      this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
     1.8 -      this.treeView.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     1.9 +      this.treeView.DragDropMarkColor = System.Drawing.Color.Black;      
    1.10        this.treeView.FullRowSelect = true;
    1.11        this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
    1.12        this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
    1.13 @@ -440,8 +439,7 @@
    1.14        // plotPanel
    1.15        // 
    1.16        this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
    1.17 -      this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
    1.18 -      this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
    1.19 +      this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;      
    1.20        this.plotPanel.Location = new System.Drawing.Point(0, 0);
    1.21        this.plotPanel.Name = "plotPanel";
    1.22        this.plotPanel.Size = new System.Drawing.Size(478, 198);
    1.23 @@ -457,8 +455,7 @@
    1.24        this.notifyContextMenuStrip.Size = new System.Drawing.Size(137, 54);
    1.25        // 
    1.26        // hideShowToolStripMenuItem
    1.27 -      // 
    1.28 -      this.hideShowToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
    1.29 +      //       
    1.30        this.hideShowToolStripMenuItem.Name = "hideShowToolStripMenuItem";
    1.31        this.hideShowToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
    1.32        this.hideShowToolStripMenuItem.Text = "Hide/Show";
    1.33 @@ -500,8 +497,7 @@
    1.34        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    1.35        this.ClientSize = new System.Drawing.Size(478, 792);
    1.36        this.Controls.Add(this.splitContainer);
    1.37 -      this.Controls.Add(this.menuStrip);
    1.38 -      this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    1.39 +      this.Controls.Add(this.menuStrip);      
    1.40        this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    1.41        this.MainMenuStrip = this.menuStrip;
    1.42        this.Name = "MainForm";