STDRuleslist.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. namespace OTSPartA_STDEditor
  2. {
  3. partial class STDRuleslist
  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. this.MenuStrip_STDRulelist = new System.Windows.Forms.ContextMenuStrip(this.components);
  30. this.ToolStripMenuItem_New = new System.Windows.Forms.ToolStripMenuItem();
  31. this.ToolStripMenuItem_Del = new System.Windows.Forms.ToolStripMenuItem();
  32. this.tabControl1 = new System.Windows.Forms.TabControl();
  33. this.tabPage_GroupView = new System.Windows.Forms.TabPage();
  34. this.treeView_G = new System.Windows.Forms.TreeView();
  35. this.contextMenuStrip_GroupView = new System.Windows.Forms.ContextMenuStrip(this.components);
  36. this.ToolStripMenuItem_NewGroup = new System.Windows.Forms.ToolStripMenuItem();
  37. this.ToolStripMenuItem_DelGroup = new System.Windows.Forms.ToolStripMenuItem();
  38. this.ToolStripMenuItem_EDGcolor = new System.Windows.Forms.ToolStripMenuItem();
  39. this.ToolStripMenuItem_RenameGroup = new System.Windows.Forms.ToolStripMenuItem();
  40. this.tabPage_RuleView = new System.Windows.Forms.TabPage();
  41. this.Grid_Minerals = new SourceGrid.Grid();
  42. this.button_DownOrder = new System.Windows.Forms.Button();
  43. this.button_UpOrder = new System.Windows.Forms.Button();
  44. this.MenuStrip_STDRulelist.SuspendLayout();
  45. this.tabControl1.SuspendLayout();
  46. this.tabPage_GroupView.SuspendLayout();
  47. this.contextMenuStrip_GroupView.SuspendLayout();
  48. this.tabPage_RuleView.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // MenuStrip_STDRulelist
  52. //
  53. this.MenuStrip_STDRulelist.ImageScalingSize = new System.Drawing.Size(24, 24);
  54. this.MenuStrip_STDRulelist.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  55. this.ToolStripMenuItem_New,
  56. this.ToolStripMenuItem_Del});
  57. this.MenuStrip_STDRulelist.Name = "MenuStrip_STDRulelist";
  58. this.MenuStrip_STDRulelist.Size = new System.Drawing.Size(101, 48);
  59. //
  60. // ToolStripMenuItem_New
  61. //
  62. this.ToolStripMenuItem_New.Name = "ToolStripMenuItem_New";
  63. this.ToolStripMenuItem_New.Size = new System.Drawing.Size(100, 22);
  64. this.ToolStripMenuItem_New.Text = "新建";
  65. this.ToolStripMenuItem_New.Click += new System.EventHandler(this.ToolStripMenuItem_New_Click);
  66. //
  67. // ToolStripMenuItem_Del
  68. //
  69. this.ToolStripMenuItem_Del.Name = "ToolStripMenuItem_Del";
  70. this.ToolStripMenuItem_Del.Size = new System.Drawing.Size(100, 22);
  71. this.ToolStripMenuItem_Del.Text = "删除";
  72. this.ToolStripMenuItem_Del.Click += new System.EventHandler(this.ToolStripMenuItem_Del_Click);
  73. //
  74. // tabControl1
  75. //
  76. this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom;
  77. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  78. | System.Windows.Forms.AnchorStyles.Left)
  79. | System.Windows.Forms.AnchorStyles.Right)));
  80. this.tabControl1.Controls.Add(this.tabPage_GroupView);
  81. this.tabControl1.Controls.Add(this.tabPage_RuleView);
  82. this.tabControl1.Location = new System.Drawing.Point(1, 1);
  83. this.tabControl1.Name = "tabControl1";
  84. this.tabControl1.SelectedIndex = 1;
  85. this.tabControl1.Size = new System.Drawing.Size(313, 782);
  86. this.tabControl1.TabIndex = 30;
  87. this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
  88. //
  89. // tabPage_GroupView
  90. //
  91. this.tabPage_GroupView.Controls.Add(this.treeView_G);
  92. this.tabPage_GroupView.Location = new System.Drawing.Point(4, 4);
  93. this.tabPage_GroupView.Name = "tabPage_GroupView";
  94. this.tabPage_GroupView.Padding = new System.Windows.Forms.Padding(3);
  95. this.tabPage_GroupView.Size = new System.Drawing.Size(305, 756);
  96. this.tabPage_GroupView.TabIndex = 0;
  97. this.tabPage_GroupView.Text = "分组视图";
  98. this.tabPage_GroupView.UseVisualStyleBackColor = true;
  99. //
  100. // treeView_G
  101. //
  102. this.treeView_G.AllowDrop = true;
  103. this.treeView_G.ContextMenuStrip = this.contextMenuStrip_GroupView;
  104. this.treeView_G.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.treeView_G.LabelEdit = true;
  106. this.treeView_G.Location = new System.Drawing.Point(3, 3);
  107. this.treeView_G.Name = "treeView_G";
  108. this.treeView_G.Size = new System.Drawing.Size(299, 750);
  109. this.treeView_G.TabIndex = 0;
  110. this.treeView_G.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeView_G_AfterLabelEdit);
  111. this.treeView_G.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeView_G_ItemDrag);
  112. this.treeView_G.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_G_NodeMouseClick);
  113. this.treeView_G.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeView_G_DragDrop);
  114. this.treeView_G.DragOver += new System.Windows.Forms.DragEventHandler(this.treeView_G_DragOver);
  115. //
  116. // contextMenuStrip_GroupView
  117. //
  118. this.contextMenuStrip_GroupView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  119. this.ToolStripMenuItem_NewGroup,
  120. this.ToolStripMenuItem_DelGroup,
  121. this.ToolStripMenuItem_EDGcolor,
  122. this.ToolStripMenuItem_RenameGroup});
  123. this.contextMenuStrip_GroupView.Name = "contextMenuStrip_GroupView";
  124. this.contextMenuStrip_GroupView.Size = new System.Drawing.Size(137, 92);
  125. //
  126. // ToolStripMenuItem_NewGroup
  127. //
  128. this.ToolStripMenuItem_NewGroup.Name = "ToolStripMenuItem_NewGroup";
  129. this.ToolStripMenuItem_NewGroup.Size = new System.Drawing.Size(136, 22);
  130. this.ToolStripMenuItem_NewGroup.Text = "新建组";
  131. this.ToolStripMenuItem_NewGroup.Click += new System.EventHandler(this.ToolStripMenuItem_NewGroup_Click);
  132. //
  133. // ToolStripMenuItem_DelGroup
  134. //
  135. this.ToolStripMenuItem_DelGroup.Name = "ToolStripMenuItem_DelGroup";
  136. this.ToolStripMenuItem_DelGroup.Size = new System.Drawing.Size(136, 22);
  137. this.ToolStripMenuItem_DelGroup.Text = "删除组";
  138. this.ToolStripMenuItem_DelGroup.Click += new System.EventHandler(this.ToolStripMenuItem_DelGroup_Click);
  139. //
  140. // ToolStripMenuItem_EDGcolor
  141. //
  142. this.ToolStripMenuItem_EDGcolor.Name = "ToolStripMenuItem_EDGcolor";
  143. this.ToolStripMenuItem_EDGcolor.Size = new System.Drawing.Size(136, 22);
  144. this.ToolStripMenuItem_EDGcolor.Text = "修改组颜色";
  145. this.ToolStripMenuItem_EDGcolor.Click += new System.EventHandler(this.ToolStripMenuItem_EdGroupColor_Click);
  146. //
  147. // ToolStripMenuItem_RenameGroup
  148. //
  149. this.ToolStripMenuItem_RenameGroup.Name = "ToolStripMenuItem_RenameGroup";
  150. this.ToolStripMenuItem_RenameGroup.Size = new System.Drawing.Size(136, 22);
  151. this.ToolStripMenuItem_RenameGroup.Text = "修改组名称";
  152. this.ToolStripMenuItem_RenameGroup.Click += new System.EventHandler(this.ToolStripMenuItem_RenameGroup_Click);
  153. //
  154. // tabPage_RuleView
  155. //
  156. this.tabPage_RuleView.Controls.Add(this.Grid_Minerals);
  157. this.tabPage_RuleView.Controls.Add(this.button_DownOrder);
  158. this.tabPage_RuleView.Controls.Add(this.button_UpOrder);
  159. this.tabPage_RuleView.Location = new System.Drawing.Point(4, 4);
  160. this.tabPage_RuleView.Name = "tabPage_RuleView";
  161. this.tabPage_RuleView.Padding = new System.Windows.Forms.Padding(3);
  162. this.tabPage_RuleView.Size = new System.Drawing.Size(305, 756);
  163. this.tabPage_RuleView.TabIndex = 1;
  164. this.tabPage_RuleView.Text = "规则视图";
  165. this.tabPage_RuleView.UseVisualStyleBackColor = true;
  166. //
  167. // Grid_Minerals
  168. //
  169. this.Grid_Minerals.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  170. | System.Windows.Forms.AnchorStyles.Left)
  171. | System.Windows.Forms.AnchorStyles.Right)));
  172. this.Grid_Minerals.BackColor = System.Drawing.SystemColors.Control;
  173. this.Grid_Minerals.ContextMenuStrip = this.MenuStrip_STDRulelist;
  174. this.Grid_Minerals.EnableSort = true;
  175. this.Grid_Minerals.Location = new System.Drawing.Point(27, 3);
  176. this.Grid_Minerals.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3);
  177. this.Grid_Minerals.Name = "Grid_Minerals";
  178. this.Grid_Minerals.OptimizeMode = SourceGrid.CellOptimizeMode.ForRows;
  179. this.Grid_Minerals.SelectionMode = SourceGrid.GridSelectionMode.Cell;
  180. this.Grid_Minerals.Size = new System.Drawing.Size(273, 751);
  181. this.Grid_Minerals.TabIndex = 30;
  182. this.Grid_Minerals.TabStop = true;
  183. this.Grid_Minerals.ToolTipText = "";
  184. this.Grid_Minerals.Click += new System.EventHandler(this.MineralsGrid_Click);
  185. //
  186. // button_DownOrder
  187. //
  188. this.button_DownOrder.Font = new System.Drawing.Font("华文彩云", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.button_DownOrder.Location = new System.Drawing.Point(3, 118);
  190. this.button_DownOrder.Name = "button_DownOrder";
  191. this.button_DownOrder.Size = new System.Drawing.Size(18, 92);
  192. this.button_DownOrder.TabIndex = 32;
  193. this.button_DownOrder.Text = "↓";
  194. this.button_DownOrder.UseVisualStyleBackColor = true;
  195. this.button_DownOrder.Visible = false;
  196. this.button_DownOrder.Click += new System.EventHandler(this.button_DownOrder_Click);
  197. //
  198. // button_UpOrder
  199. //
  200. this.button_UpOrder.Font = new System.Drawing.Font("华文彩云", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.button_UpOrder.Location = new System.Drawing.Point(3, 17);
  202. this.button_UpOrder.Name = "button_UpOrder";
  203. this.button_UpOrder.Size = new System.Drawing.Size(18, 92);
  204. this.button_UpOrder.TabIndex = 31;
  205. this.button_UpOrder.Text = "↑";
  206. this.button_UpOrder.UseVisualStyleBackColor = true;
  207. this.button_UpOrder.Visible = false;
  208. this.button_UpOrder.Click += new System.EventHandler(this.button_UpOrder_Click);
  209. //
  210. // STDRuleslist
  211. //
  212. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  213. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  214. this.AutoScroll = true;
  215. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  216. this.ClientSize = new System.Drawing.Size(317, 785);
  217. this.CloseButton = false;
  218. this.CloseButtonVisible = false;
  219. this.Controls.Add(this.tabControl1);
  220. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.Name = "STDRuleslist";
  222. this.ShowIcon = false;
  223. this.Text = "STDRuleslist";
  224. this.Load += new System.EventHandler(this.STDRuleslist_Load);
  225. this.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.Grid_Minerals_PreviewKeyDown);
  226. this.MenuStrip_STDRulelist.ResumeLayout(false);
  227. this.tabControl1.ResumeLayout(false);
  228. this.tabPage_GroupView.ResumeLayout(false);
  229. this.contextMenuStrip_GroupView.ResumeLayout(false);
  230. this.tabPage_RuleView.ResumeLayout(false);
  231. this.ResumeLayout(false);
  232. }
  233. #endregion
  234. private System.Windows.Forms.ContextMenuStrip MenuStrip_STDRulelist;
  235. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_New;
  236. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Del;
  237. private System.Windows.Forms.TabPage tabPage_GroupView;
  238. private System.Windows.Forms.TabPage tabPage_RuleView;
  239. public System.Windows.Forms.Button button_DownOrder;
  240. public System.Windows.Forms.Button button_UpOrder;
  241. private System.Windows.Forms.TreeView treeView_G;
  242. public SourceGrid.Grid Grid_Minerals;
  243. private System.Windows.Forms.ContextMenuStrip contextMenuStrip_GroupView;
  244. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_NewGroup;
  245. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_DelGroup;
  246. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_EDGcolor;
  247. public System.Windows.Forms.TabControl tabControl1;
  248. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_RenameGroup;
  249. }
  250. }