NodeSelectionDialog.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. namespace XmlToTreeView
  2. {
  3. partial class NodeSelectionDialog
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.menuStrip = new System.Windows.Forms.MenuStrip();
  29. this.打开XMLOToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.panel3 = new System.Windows.Forms.Panel();
  32. this.txtComment = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.txtType = new System.Windows.Forms.TextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.txtNode = new System.Windows.Forms.TextBox();
  37. this.lblNode = new System.Windows.Forms.Label();
  38. this.panel2 = new System.Windows.Forms.Panel();
  39. this.txtSearch = new System.Windows.Forms.TextBox();
  40. this.btnSearch = new System.Windows.Forms.Button();
  41. this.treeView = new System.Windows.Forms.TreeView();
  42. this.menuStrip.SuspendLayout();
  43. this.panel1.SuspendLayout();
  44. this.panel3.SuspendLayout();
  45. this.panel2.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // menuStrip
  49. //
  50. this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  51. this.打开XMLOToolStripMenuItem});
  52. this.menuStrip.Location = new System.Drawing.Point(0, 0);
  53. this.menuStrip.Name = "menuStrip";
  54. this.menuStrip.Size = new System.Drawing.Size(1008, 25);
  55. this.menuStrip.TabIndex = 3;
  56. this.menuStrip.Text = "menuStrip2";
  57. //
  58. // 打开XMLOToolStripMenuItem
  59. //
  60. this.打开XMLOToolStripMenuItem.Name = "打开XMLOToolStripMenuItem";
  61. this.打开XMLOToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
  62. this.打开XMLOToolStripMenuItem.Size = new System.Drawing.Size(88, 21);
  63. this.打开XMLOToolStripMenuItem.Text = "打开XML(&O)";
  64. this.打开XMLOToolStripMenuItem.Click += new System.EventHandler(this.打开XMLOToolStripMenuItem_Click);
  65. //
  66. // panel1
  67. //
  68. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  69. this.panel1.Controls.Add(this.panel3);
  70. this.panel1.Controls.Add(this.panel2);
  71. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  72. this.panel1.Location = new System.Drawing.Point(0, 583);
  73. this.panel1.Name = "panel1";
  74. this.panel1.Size = new System.Drawing.Size(1008, 146);
  75. this.panel1.TabIndex = 5;
  76. //
  77. // panel3
  78. //
  79. this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  80. | System.Windows.Forms.AnchorStyles.Right)));
  81. this.panel3.Controls.Add(this.txtComment);
  82. this.panel3.Controls.Add(this.label2);
  83. this.panel3.Controls.Add(this.txtType);
  84. this.panel3.Controls.Add(this.label1);
  85. this.panel3.Controls.Add(this.txtNode);
  86. this.panel3.Controls.Add(this.lblNode);
  87. this.panel3.Location = new System.Drawing.Point(3, 3);
  88. this.panel3.Name = "panel3";
  89. this.panel3.Size = new System.Drawing.Size(999, 101);
  90. this.panel3.TabIndex = 10;
  91. //
  92. // txtComment
  93. //
  94. this.txtComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  95. | System.Windows.Forms.AnchorStyles.Right)));
  96. this.txtComment.Font = new System.Drawing.Font("宋体", 12F);
  97. this.txtComment.Location = new System.Drawing.Point(58, 71);
  98. this.txtComment.Name = "txtComment";
  99. this.txtComment.Size = new System.Drawing.Size(934, 26);
  100. this.txtComment.TabIndex = 9;
  101. //
  102. // label2
  103. //
  104. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  105. this.label2.AutoSize = true;
  106. this.label2.Font = new System.Drawing.Font("宋体", 12F);
  107. this.label2.Location = new System.Drawing.Point(6, 75);
  108. this.label2.Name = "label2";
  109. this.label2.Size = new System.Drawing.Size(55, 16);
  110. this.label2.TabIndex = 8;
  111. this.label2.Text = "注释:";
  112. //
  113. // txtType
  114. //
  115. this.txtType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  116. | System.Windows.Forms.AnchorStyles.Right)));
  117. this.txtType.Font = new System.Drawing.Font("宋体", 12F);
  118. this.txtType.Location = new System.Drawing.Point(58, 39);
  119. this.txtType.Name = "txtType";
  120. this.txtType.Size = new System.Drawing.Size(934, 26);
  121. this.txtType.TabIndex = 7;
  122. //
  123. // label1
  124. //
  125. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  126. this.label1.AutoSize = true;
  127. this.label1.Font = new System.Drawing.Font("宋体", 12F);
  128. this.label1.Location = new System.Drawing.Point(6, 43);
  129. this.label1.Name = "label1";
  130. this.label1.Size = new System.Drawing.Size(55, 16);
  131. this.label1.TabIndex = 6;
  132. this.label1.Text = "类型:";
  133. //
  134. // txtNode
  135. //
  136. this.txtNode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  137. | System.Windows.Forms.AnchorStyles.Right)));
  138. this.txtNode.Font = new System.Drawing.Font("宋体", 12F);
  139. this.txtNode.Location = new System.Drawing.Point(58, 7);
  140. this.txtNode.Name = "txtNode";
  141. this.txtNode.Size = new System.Drawing.Size(934, 26);
  142. this.txtNode.TabIndex = 2;
  143. this.txtNode.DoubleClick += new System.EventHandler(this.txtNode_DoubleClick);
  144. //
  145. // lblNode
  146. //
  147. this.lblNode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  148. this.lblNode.AutoSize = true;
  149. this.lblNode.Font = new System.Drawing.Font("宋体", 12F);
  150. this.lblNode.Location = new System.Drawing.Point(6, 10);
  151. this.lblNode.Name = "lblNode";
  152. this.lblNode.Size = new System.Drawing.Size(55, 16);
  153. this.lblNode.TabIndex = 1;
  154. this.lblNode.Text = "当前:";
  155. //
  156. // panel2
  157. //
  158. this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  159. | System.Windows.Forms.AnchorStyles.Right)));
  160. this.panel2.Controls.Add(this.txtSearch);
  161. this.panel2.Controls.Add(this.btnSearch);
  162. this.panel2.Location = new System.Drawing.Point(0, 110);
  163. this.panel2.Name = "panel2";
  164. this.panel2.Size = new System.Drawing.Size(1002, 31);
  165. this.panel2.TabIndex = 5;
  166. //
  167. // txtSearch
  168. //
  169. this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  170. | System.Windows.Forms.AnchorStyles.Right)));
  171. this.txtSearch.Font = new System.Drawing.Font("宋体", 12F);
  172. this.txtSearch.Location = new System.Drawing.Point(3, 2);
  173. this.txtSearch.Name = "txtSearch";
  174. this.txtSearch.Size = new System.Drawing.Size(934, 26);
  175. this.txtSearch.TabIndex = 3;
  176. this.txtSearch.Click += new System.EventHandler(this.txtSearch_Click);
  177. //
  178. // btnSearch
  179. //
  180. this.btnSearch.Anchor = System.Windows.Forms.AnchorStyles.Right;
  181. this.btnSearch.Font = new System.Drawing.Font("宋体", 12F);
  182. this.btnSearch.Location = new System.Drawing.Point(940, 2);
  183. this.btnSearch.Name = "btnSearch";
  184. this.btnSearch.Size = new System.Drawing.Size(59, 26);
  185. this.btnSearch.TabIndex = 4;
  186. this.btnSearch.Text = "查找";
  187. this.btnSearch.UseVisualStyleBackColor = true;
  188. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  189. //
  190. // treeView
  191. //
  192. this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
  193. this.treeView.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.treeView.Location = new System.Drawing.Point(0, 25);
  195. this.treeView.Name = "treeView";
  196. this.treeView.Size = new System.Drawing.Size(1008, 558);
  197. this.treeView.TabIndex = 6;
  198. this.treeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_NodeMouseClick);
  199. this.treeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_NodeMouseDoubleClick);
  200. //
  201. // NodeSelectionDialog
  202. //
  203. this.AcceptButton = this.btnSearch;
  204. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  205. this.ClientSize = new System.Drawing.Size(1008, 729);
  206. this.Controls.Add(this.treeView);
  207. this.Controls.Add(this.panel1);
  208. this.Controls.Add(this.menuStrip);
  209. this.Name = "NodeSelectionDialog";
  210. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  211. this.Text = "通讯地址选择";
  212. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.NodeSelectionDialog_FormClosed);
  213. this.Load += new System.EventHandler(this.NodeSelectionDialog_Load);
  214. this.menuStrip.ResumeLayout(false);
  215. this.menuStrip.PerformLayout();
  216. this.panel1.ResumeLayout(false);
  217. this.panel3.ResumeLayout(false);
  218. this.panel3.PerformLayout();
  219. this.panel2.ResumeLayout(false);
  220. this.panel2.PerformLayout();
  221. this.ResumeLayout(false);
  222. this.PerformLayout();
  223. }
  224. #endregion
  225. private System.Windows.Forms.MenuStrip menuStrip;
  226. private System.Windows.Forms.ToolStripMenuItem 打开XMLOToolStripMenuItem;
  227. private System.Windows.Forms.Panel panel1;
  228. private System.Windows.Forms.Label lblNode;
  229. private System.Windows.Forms.TextBox txtNode;
  230. private System.Windows.Forms.Button btnSearch;
  231. private System.Windows.Forms.TextBox txtSearch;
  232. private System.Windows.Forms.Panel panel2;
  233. private System.Windows.Forms.TextBox txtType;
  234. private System.Windows.Forms.Label label1;
  235. private System.Windows.Forms.TreeView treeView;
  236. private System.Windows.Forms.TextBox txtComment;
  237. private System.Windows.Forms.Label label2;
  238. private System.Windows.Forms.Panel panel3;
  239. }
  240. }