1 namespace Sample_Environment_Control_Interface.Dialogs.Help
 
    8         private System.ComponentModel.IContainer components = null;
 
   14         protected override void Dispose(
bool disposing)
 
   16             if (disposing && (components != null))
 
   20             base.Dispose(disposing);
 
   23         #region Windows Form Designer generated code 
   31             this.splitContainer1 = 
new System.Windows.Forms.SplitContainer();
 
   32             this.splitContainer2 = 
new System.Windows.Forms.SplitContainer();
 
   33             this.label1 = 
new System.Windows.Forms.Label();
 
   34             this.treeView1 = 
new System.Windows.Forms.TreeView();
 
   35             this.webBrowser1 = 
new System.Windows.Forms.WebBrowser();
 
   36             this.splitContainer1.Panel1.SuspendLayout();
 
   37             this.splitContainer1.Panel2.SuspendLayout();
 
   38             this.splitContainer1.SuspendLayout();
 
   39             this.splitContainer2.Panel1.SuspendLayout();
 
   40             this.splitContainer2.Panel2.SuspendLayout();
 
   41             this.splitContainer2.SuspendLayout();
 
   46             this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
 
   47             this.splitContainer1.Location = 
new System.Drawing.Point(0, 0);
 
   48             this.splitContainer1.Name = 
"splitContainer1";
 
   52             this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
 
   56             this.splitContainer1.Panel2.Controls.Add(this.webBrowser1);
 
   57             this.splitContainer1.Size = 
new System.Drawing.Size(506, 354);
 
   58             this.splitContainer1.SplitterDistance = 168;
 
   59             this.splitContainer1.TabIndex = 0;
 
   63             this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
 
   64             this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
 
   65             this.splitContainer2.IsSplitterFixed = 
true;
 
   66             this.splitContainer2.Location = 
new System.Drawing.Point(0, 0);
 
   67             this.splitContainer2.Name = 
"splitContainer2";
 
   68             this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
 
   72             this.splitContainer2.Panel1.Controls.Add(this.label1);
 
   76             this.splitContainer2.Panel2.Controls.Add(this.treeView1);
 
   77             this.splitContainer2.Size = 
new System.Drawing.Size(168, 354);
 
   78             this.splitContainer2.SplitterDistance = 35;
 
   79             this.splitContainer2.TabIndex = 0;
 
   83             this.label1.AutoSize = 
true;
 
   84             this.label1.Font = 
new System.Drawing.Font(
"Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 
   85             this.label1.Location = 
new System.Drawing.Point(12, 9);
 
   86             this.label1.Name = 
"label1";
 
   87             this.label1.Size = 
new System.Drawing.Size(82, 20);
 
   88             this.label1.TabIndex = 0;
 
   89             this.label1.Text = 
"Contents";
 
   93             this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
 
   94             this.treeView1.Location = 
new System.Drawing.Point(0, 0);
 
   95             this.treeView1.Name = 
"treeView1";
 
   96             this.treeView1.Size = 
new System.Drawing.Size(168, 315);
 
   97             this.treeView1.TabIndex = 1;
 
   98             this.treeView1.AfterSelect += 
new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
 
  102             this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
 
  103             this.webBrowser1.Location = 
new System.Drawing.Point(0, 0);
 
  104             this.webBrowser1.MinimumSize = 
new System.Drawing.Size(20, 20);
 
  105             this.webBrowser1.Name = 
"webBrowser1";
 
  106             this.webBrowser1.Size = 
new System.Drawing.Size(334, 354);
 
  107             this.webBrowser1.TabIndex = 0;
 
  111             this.AutoScaleDimensions = 
new System.Drawing.SizeF(6F, 13F);
 
  112             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
  113             this.ClientSize = 
new System.Drawing.Size(506, 354);
 
  114             this.Controls.Add(this.splitContainer1);
 
  116             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
 
  118             this.Load += 
new System.EventHandler(this.Help_Load);
 
  119             this.splitContainer1.Panel1.ResumeLayout(
false);
 
  120             this.splitContainer1.Panel2.ResumeLayout(
false);
 
  121             this.splitContainer1.ResumeLayout(
false);
 
  122             this.splitContainer2.Panel1.ResumeLayout(
false);
 
  123             this.splitContainer2.Panel1.PerformLayout();
 
  124             this.splitContainer2.Panel2.ResumeLayout(
false);
 
  125             this.splitContainer2.ResumeLayout(
false);
 
  126             this.ResumeLayout(
false);
 
  134         private System.Windows.Forms.Label 
label1;