SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Help.Designer.cs
Go to the documentation of this file.
1 namespace Sample_Environment_Control_Interface.Dialogs.Help
2 {
3  partial class HelpForm
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
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();
42  this.SuspendLayout();
43  //
44  // splitContainer1
45  //
46  this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
47  this.splitContainer1.Location = new System.Drawing.Point(0, 0);
48  this.splitContainer1.Name = "splitContainer1";
49  //
50  // splitContainer1.Panel1
51  //
52  this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
53  //
54  // splitContainer1.Panel2
55  //
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;
60  //
61  // splitContainer2
62  //
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;
69  //
70  // splitContainer2.Panel1
71  //
72  this.splitContainer2.Panel1.Controls.Add(this.label1);
73  //
74  // splitContainer2.Panel2
75  //
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;
80  //
81  // label1
82  //
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";
90  //
91  // treeView1
92  //
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);
99  //
100  // webBrowser1
101  //
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;
108  //
109  // Help
110  //
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);
115  this.Name = "Help";
116  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
117  this.Text = "Help";
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);
127 
128  }
129 
130  #endregion
131 
132  private System.Windows.Forms.SplitContainer splitContainer1;
133  private System.Windows.Forms.SplitContainer splitContainer2;
134  private System.Windows.Forms.Label label1;
135  private System.Windows.Forms.TreeView treeView1;
136  private System.Windows.Forms.WebBrowser webBrowser1;
137  }
138 }
System.Windows.Forms.SplitContainer splitContainer1
System.Windows.Forms.SplitContainer splitContainer2
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
override void Dispose(bool disposing)
Clean up any resources being used.