STDRuleslist.Designer.cs 13 KB

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