MainView.Designer.cs 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. namespace Aitex.Core.Backend
  2. {
  3. partial class MainView
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("About");
  29. System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("I/O");
  30. System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("DryPump ");
  31. System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Device");
  32. System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("SystemConfig");
  33. System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("Interlock");
  34. System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("License");
  35. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  36. this.btnHide = new System.Windows.Forms.Button();
  37. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  38. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  39. this.treeView1 = new System.Windows.Forms.TreeView();
  40. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  41. this.splitContainer1.Panel1.SuspendLayout();
  42. this.splitContainer1.Panel2.SuspendLayout();
  43. this.splitContainer1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  45. this.splitContainer3.Panel1.SuspendLayout();
  46. this.splitContainer3.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  48. this.splitContainer2.Panel1.SuspendLayout();
  49. this.splitContainer2.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // splitContainer1
  53. //
  54. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  56. this.splitContainer1.IsSplitterFixed = true;
  57. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  58. this.splitContainer1.Name = "splitContainer1";
  59. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  60. //
  61. // splitContainer1.Panel1
  62. //
  63. this.splitContainer1.Panel1.Controls.Add(this.btnHide);
  64. //
  65. // splitContainer1.Panel2
  66. //
  67. this.splitContainer1.Panel2.BackColor = System.Drawing.Color.White;
  68. this.splitContainer1.Panel2.Controls.Add(this.splitContainer3);
  69. this.splitContainer1.Size = new System.Drawing.Size(1107, 784);
  70. this.splitContainer1.SplitterDistance = 60;
  71. this.splitContainer1.TabIndex = 0;
  72. //
  73. // btnHide
  74. //
  75. this.btnHide.Location = new System.Drawing.Point(1009, 12);
  76. this.btnHide.Name = "btnHide";
  77. this.btnHide.Size = new System.Drawing.Size(75, 23);
  78. this.btnHide.TabIndex = 3;
  79. this.btnHide.Text = "Hide";
  80. this.btnHide.UseVisualStyleBackColor = true;
  81. this.btnHide.Click += new System.EventHandler(this.btnLogout_Click);
  82. //
  83. // splitContainer3
  84. //
  85. this.splitContainer3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  86. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  88. this.splitContainer3.IsSplitterFixed = true;
  89. this.splitContainer3.Location = new System.Drawing.Point(0, 0);
  90. this.splitContainer3.Name = "splitContainer3";
  91. this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  92. //
  93. // splitContainer3.Panel1
  94. //
  95. this.splitContainer3.Panel1.Controls.Add(this.splitContainer2);
  96. //
  97. // splitContainer3.Panel2
  98. //
  99. this.splitContainer3.Panel2.BackColor = System.Drawing.Color.White;
  100. this.splitContainer3.Size = new System.Drawing.Size(1107, 720);
  101. this.splitContainer3.SplitterDistance = 691;
  102. this.splitContainer3.TabIndex = 1;
  103. //
  104. // splitContainer2
  105. //
  106. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  107. this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  108. this.splitContainer2.IsSplitterFixed = true;
  109. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  110. this.splitContainer2.Name = "splitContainer2";
  111. //
  112. // splitContainer2.Panel1
  113. //
  114. this.splitContainer2.Panel1.Controls.Add(this.treeView1);
  115. this.splitContainer2.Size = new System.Drawing.Size(1103, 687);
  116. this.splitContainer2.SplitterDistance = 122;
  117. this.splitContainer2.SplitterWidth = 1;
  118. this.splitContainer2.TabIndex = 0;
  119. //
  120. // treeView1
  121. //
  122. this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.treeView1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  124. this.treeView1.Location = new System.Drawing.Point(0, 0);
  125. this.treeView1.Name = "treeView1";
  126. treeNode1.Name = "About";
  127. treeNode1.Tag = "ABOUT_CONFIG";
  128. treeNode1.Text = "About";
  129. treeNode2.Name = "Node1";
  130. treeNode2.Tag = "IO_CONFIG";
  131. treeNode2.Text = "I/O";
  132. treeNode3.Name = "节点1";
  133. treeNode3.Tag = "PUMP_CONFIG";
  134. treeNode3.Text = "DryPump ";
  135. treeNode4.Name = "节点0";
  136. treeNode4.Tag = "DEVICE_CONFIG";
  137. treeNode4.Text = "Device";
  138. treeNode5.Name = "节点0";
  139. treeNode5.Tag = "SYSTEM_CONFIG";
  140. treeNode5.Text = "SystemConfig";
  141. treeNode6.Name = "Interlock";
  142. treeNode6.Tag = "INTERLOCK_CONFIG";
  143. treeNode6.Text = "Interlock";
  144. treeNode7.Name = "License";
  145. treeNode7.Tag = "LICENSE_CONFIG";
  146. treeNode7.Text = "License";
  147. this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
  148. treeNode1,
  149. treeNode2,
  150. treeNode3,
  151. treeNode4,
  152. treeNode5,
  153. treeNode6,
  154. treeNode7});
  155. this.treeView1.Size = new System.Drawing.Size(122, 687);
  156. this.treeView1.TabIndex = 0;
  157. this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
  158. //
  159. // MainView
  160. //
  161. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  162. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  163. this.ClientSize = new System.Drawing.Size(1107, 784);
  164. this.Controls.Add(this.splitContainer1);
  165. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  166. this.Name = "MainView";
  167. this.Text = "Backend Management Console";
  168. this.splitContainer1.Panel1.ResumeLayout(false);
  169. this.splitContainer1.Panel2.ResumeLayout(false);
  170. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  171. this.splitContainer1.ResumeLayout(false);
  172. this.splitContainer3.Panel1.ResumeLayout(false);
  173. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  174. this.splitContainer3.ResumeLayout(false);
  175. this.splitContainer2.Panel1.ResumeLayout(false);
  176. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  177. this.splitContainer2.ResumeLayout(false);
  178. this.ResumeLayout(false);
  179. }
  180. #endregion
  181. private System.Windows.Forms.SplitContainer splitContainer1;
  182. private System.Windows.Forms.SplitContainer splitContainer2;
  183. private System.Windows.Forms.TreeView treeView1;
  184. private System.Windows.Forms.Button btnHide;
  185. private System.Windows.Forms.SplitContainer splitContainer3;
  186. }
  187. }