FormNode.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. namespace SIMDP.View
  2. {
  3. partial class FormNode
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormNode));
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
  32. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  33. this.tree_Node = new System.Windows.Forms.TreeView();
  34. this.menuTree = new System.Windows.Forms.ContextMenuStrip(this.components);
  35. this.menuTree_AddGroup = new System.Windows.Forms.ToolStripMenuItem();
  36. this.menuTree_AddPoint = new System.Windows.Forms.ToolStripMenuItem();
  37. this.menuTree_Delete = new System.Windows.Forms.ToolStripMenuItem();
  38. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  39. this.menuTree_Expand = new System.Windows.Forms.ToolStripMenuItem();
  40. this.menuTree_Collapse = new System.Windows.Forms.ToolStripMenuItem();
  41. this.menuTree_Refresh = new System.Windows.Forms.ToolStripMenuItem();
  42. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  43. this.gridControl_Node = new DevExpress.XtraGrid.GridControl();
  44. this.gridView_Node = new DevExpress.XtraGrid.Views.Grid.GridView();
  45. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  46. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  47. this.panelControl1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
  49. this.splitContainerControl1.SuspendLayout();
  50. this.menuTree.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.gridControl_Node)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.gridView_Node)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // panelControl1
  56. //
  57. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  58. | System.Windows.Forms.AnchorStyles.Left)
  59. | System.Windows.Forms.AnchorStyles.Right)));
  60. this.panelControl1.Controls.Add(this.splitContainerControl1);
  61. this.panelControl1.Location = new System.Drawing.Point(1, 2);
  62. this.panelControl1.Name = "panelControl1";
  63. this.panelControl1.Size = new System.Drawing.Size(900, 594);
  64. this.panelControl1.TabIndex = 0;
  65. //
  66. // splitContainerControl1
  67. //
  68. this.splitContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  69. | System.Windows.Forms.AnchorStyles.Left)
  70. | System.Windows.Forms.AnchorStyles.Right)));
  71. this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
  72. this.splitContainerControl1.Name = "splitContainerControl1";
  73. this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1);
  74. this.splitContainerControl1.Panel1.Controls.Add(this.tree_Node);
  75. this.splitContainerControl1.Panel1.Text = "Panel1";
  76. this.splitContainerControl1.Panel2.Controls.Add(this.labelControl2);
  77. this.splitContainerControl1.Panel2.Controls.Add(this.gridControl_Node);
  78. this.splitContainerControl1.Panel2.Text = "Panel2";
  79. this.splitContainerControl1.Size = new System.Drawing.Size(900, 589);
  80. this.splitContainerControl1.SplitterPosition = 301;
  81. this.splitContainerControl1.TabIndex = 0;
  82. this.splitContainerControl1.Text = "splitContainerControl1";
  83. //
  84. // labelControl1
  85. //
  86. this.labelControl1.Location = new System.Drawing.Point(8, 10);
  87. this.labelControl1.Name = "labelControl1";
  88. this.labelControl1.Size = new System.Drawing.Size(225, 18);
  89. this.labelControl1.TabIndex = 1;
  90. this.labelControl1.Text = "系统树节点信息:(右键可操作)";
  91. //
  92. // tree_Node
  93. //
  94. this.tree_Node.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  95. | System.Windows.Forms.AnchorStyles.Left)
  96. | System.Windows.Forms.AnchorStyles.Right)));
  97. this.tree_Node.ContextMenuStrip = this.menuTree;
  98. this.tree_Node.Location = new System.Drawing.Point(3, 37);
  99. this.tree_Node.Name = "tree_Node";
  100. this.tree_Node.Size = new System.Drawing.Size(295, 552);
  101. this.tree_Node.TabIndex = 0;
  102. this.tree_Node.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tree_Node_AfterSelect);
  103. //
  104. // menuTree
  105. //
  106. this.menuTree.ImageScalingSize = new System.Drawing.Size(20, 20);
  107. this.menuTree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  108. this.menuTree_AddGroup,
  109. this.menuTree_AddPoint,
  110. this.menuTree_Delete,
  111. this.toolStripSeparator1,
  112. this.menuTree_Expand,
  113. this.menuTree_Collapse,
  114. this.menuTree_Refresh});
  115. this.menuTree.Name = "menuTree";
  116. this.menuTree.Size = new System.Drawing.Size(143, 166);
  117. //
  118. // menuTree_AddGroup
  119. //
  120. this.menuTree_AddGroup.Image = ((System.Drawing.Image)(resources.GetObject("menuTree_AddGroup.Image")));
  121. this.menuTree_AddGroup.Name = "menuTree_AddGroup";
  122. this.menuTree_AddGroup.Size = new System.Drawing.Size(142, 26);
  123. this.menuTree_AddGroup.Text = "添加组";
  124. this.menuTree_AddGroup.Click += new System.EventHandler(this.menuTree_AddGroup_Click);
  125. //
  126. // menuTree_AddPoint
  127. //
  128. this.menuTree_AddPoint.Image = ((System.Drawing.Image)(resources.GetObject("menuTree_AddPoint.Image")));
  129. this.menuTree_AddPoint.Name = "menuTree_AddPoint";
  130. this.menuTree_AddPoint.Size = new System.Drawing.Size(142, 26);
  131. this.menuTree_AddPoint.Text = "添加点";
  132. this.menuTree_AddPoint.Click += new System.EventHandler(this.menuTree_AddPoint_Click);
  133. //
  134. // menuTree_Delete
  135. //
  136. this.menuTree_Delete.Image = global::SIMDP.View.Properties.Resources.Remove_16x16;
  137. this.menuTree_Delete.Name = "menuTree_Delete";
  138. this.menuTree_Delete.Size = new System.Drawing.Size(142, 26);
  139. this.menuTree_Delete.Text = "删除";
  140. this.menuTree_Delete.Click += new System.EventHandler(this.menuTree_Delete_Click);
  141. //
  142. // toolStripSeparator1
  143. //
  144. this.toolStripSeparator1.Name = "toolStripSeparator1";
  145. this.toolStripSeparator1.Size = new System.Drawing.Size(139, 6);
  146. //
  147. // menuTree_Expand
  148. //
  149. this.menuTree_Expand.Image = global::SIMDP.View.Properties.Resources.Open_16x16;
  150. this.menuTree_Expand.Name = "menuTree_Expand";
  151. this.menuTree_Expand.Size = new System.Drawing.Size(142, 26);
  152. this.menuTree_Expand.Text = "全部展开";
  153. this.menuTree_Expand.Click += new System.EventHandler(this.menuTree_Expand_Click);
  154. //
  155. // menuTree_Collapse
  156. //
  157. this.menuTree_Collapse.Image = global::SIMDP.View.Properties.Resources.Close_16x16;
  158. this.menuTree_Collapse.Name = "menuTree_Collapse";
  159. this.menuTree_Collapse.Size = new System.Drawing.Size(142, 26);
  160. this.menuTree_Collapse.Text = "全部折叠";
  161. this.menuTree_Collapse.Click += new System.EventHandler(this.menuTree_Collapse_Click);
  162. //
  163. // menuTree_Refresh
  164. //
  165. this.menuTree_Refresh.Image = ((System.Drawing.Image)(resources.GetObject("menuTree_Refresh.Image")));
  166. this.menuTree_Refresh.Name = "menuTree_Refresh";
  167. this.menuTree_Refresh.Size = new System.Drawing.Size(142, 26);
  168. this.menuTree_Refresh.Text = "刷新";
  169. this.menuTree_Refresh.Click += new System.EventHandler(this.menuTree_Refresh_Click);
  170. //
  171. // labelControl2
  172. //
  173. this.labelControl2.Location = new System.Drawing.Point(8, 10);
  174. this.labelControl2.Name = "labelControl2";
  175. this.labelControl2.Size = new System.Drawing.Size(180, 18);
  176. this.labelControl2.TabIndex = 1;
  177. this.labelControl2.Text = "数据列表:(双击可修改)";
  178. //
  179. // gridControl_Node
  180. //
  181. this.gridControl_Node.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  182. | System.Windows.Forms.AnchorStyles.Left)
  183. | System.Windows.Forms.AnchorStyles.Right)));
  184. this.gridControl_Node.Location = new System.Drawing.Point(2, 37);
  185. this.gridControl_Node.MainView = this.gridView_Node;
  186. this.gridControl_Node.Name = "gridControl_Node";
  187. this.gridControl_Node.Size = new System.Drawing.Size(589, 552);
  188. this.gridControl_Node.TabIndex = 0;
  189. this.gridControl_Node.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  190. this.gridView_Node});
  191. this.gridControl_Node.DoubleClick += new System.EventHandler(this.gridControl_Node_DoubleClick);
  192. //
  193. // gridView_Node
  194. //
  195. this.gridView_Node.Appearance.HeaderPanel.Options.UseTextOptions = true;
  196. this.gridView_Node.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  197. this.gridView_Node.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
  198. this.gridView_Node.GridControl = this.gridControl_Node;
  199. this.gridView_Node.IndicatorWidth = 30;
  200. this.gridView_Node.Name = "gridView_Node";
  201. this.gridView_Node.OptionsBehavior.Editable = false;
  202. this.gridView_Node.OptionsBehavior.ReadOnly = true;
  203. this.gridView_Node.OptionsView.EnableAppearanceEvenRow = true;
  204. this.gridView_Node.OptionsView.EnableAppearanceOddRow = true;
  205. this.gridView_Node.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways;
  206. this.gridView_Node.OptionsView.ShowGroupPanel = false;
  207. this.gridView_Node.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView_Node_CustomDrawRowIndicator);
  208. this.gridView_Node.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView_Node_CustomColumnDisplayText);
  209. //
  210. // imageList1
  211. //
  212. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  213. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  214. this.imageList1.Images.SetKeyName(0, "Object_Project.png");
  215. this.imageList1.Images.SetKeyName(1, "Object_Stage.png");
  216. this.imageList1.Images.SetKeyName(2, "Edit_16x16.png");
  217. //
  218. // FormNode
  219. //
  220. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  221. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  222. this.ClientSize = new System.Drawing.Size(903, 595);
  223. this.Controls.Add(this.panelControl1);
  224. this.Name = "FormNode";
  225. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  226. this.Text = "节点配置管理";
  227. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  228. this.panelControl1.ResumeLayout(false);
  229. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
  230. this.splitContainerControl1.ResumeLayout(false);
  231. this.menuTree.ResumeLayout(false);
  232. ((System.ComponentModel.ISupportInitialize)(this.gridControl_Node)).EndInit();
  233. ((System.ComponentModel.ISupportInitialize)(this.gridView_Node)).EndInit();
  234. this.ResumeLayout(false);
  235. }
  236. #endregion
  237. private DevExpress.XtraEditors.PanelControl panelControl1;
  238. private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
  239. private DevExpress.XtraGrid.GridControl gridControl_Node;
  240. private DevExpress.XtraGrid.Views.Grid.GridView gridView_Node;
  241. private DevExpress.XtraEditors.LabelControl labelControl1;
  242. private System.Windows.Forms.TreeView tree_Node;
  243. private DevExpress.XtraEditors.LabelControl labelControl2;
  244. private System.Windows.Forms.ContextMenuStrip menuTree;
  245. private System.Windows.Forms.ToolStripMenuItem menuTree_AddGroup;
  246. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  247. private System.Windows.Forms.ToolStripMenuItem menuTree_Expand;
  248. private System.Windows.Forms.ToolStripMenuItem menuTree_Collapse;
  249. private System.Windows.Forms.ToolStripMenuItem menuTree_Refresh;
  250. private System.Windows.Forms.ImageList imageList1;
  251. private System.Windows.Forms.ToolStripMenuItem menuTree_AddPoint;
  252. private System.Windows.Forms.ToolStripMenuItem menuTree_Delete;
  253. }
  254. }