STDRuleslist.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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.tabControl1 = new System.Windows.Forms.TabControl();
  30. this.tabPage_GroupView = new System.Windows.Forms.TabPage();
  31. this.treeView_G = new System.Windows.Forms.TreeView();
  32. this.contextMenuStrip_GroupView = new System.Windows.Forms.ContextMenuStrip(this.components);
  33. this.ToolStripMenuItem_NewGroup = new System.Windows.Forms.ToolStripMenuItem();
  34. this.ToolStripMenuItem_EDGcolor = new System.Windows.Forms.ToolStripMenuItem();
  35. this.ToolStripMenuItem_NewRule = new System.Windows.Forms.ToolStripMenuItem();
  36. this.ToolStripMenuItem_Rename = new System.Windows.Forms.ToolStripMenuItem();
  37. this.ToolStripMenuItem_Del = new System.Windows.Forms.ToolStripMenuItem();
  38. this.tabControl1.SuspendLayout();
  39. this.tabPage_GroupView.SuspendLayout();
  40. this.contextMenuStrip_GroupView.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // tabControl1
  44. //
  45. this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom;
  46. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  47. | System.Windows.Forms.AnchorStyles.Left)
  48. | System.Windows.Forms.AnchorStyles.Right)));
  49. this.tabControl1.Controls.Add(this.tabPage_GroupView);
  50. this.tabControl1.Location = new System.Drawing.Point(1, 1);
  51. this.tabControl1.Name = "tabControl1";
  52. this.tabControl1.SelectedIndex = 1;
  53. this.tabControl1.Size = new System.Drawing.Size(313, 782);
  54. this.tabControl1.TabIndex = 30;
  55. //
  56. // tabPage_GroupView
  57. //
  58. this.tabPage_GroupView.Controls.Add(this.treeView_G);
  59. this.tabPage_GroupView.Location = new System.Drawing.Point(4, 4);
  60. this.tabPage_GroupView.Name = "tabPage_GroupView";
  61. this.tabPage_GroupView.Padding = new System.Windows.Forms.Padding(3);
  62. this.tabPage_GroupView.Size = new System.Drawing.Size(305, 756);
  63. this.tabPage_GroupView.TabIndex = 0;
  64. this.tabPage_GroupView.Text = "分组视图";
  65. this.tabPage_GroupView.UseVisualStyleBackColor = true;
  66. //
  67. // treeView_G
  68. //
  69. this.treeView_G.AllowDrop = true;
  70. this.treeView_G.ContextMenuStrip = this.contextMenuStrip_GroupView;
  71. this.treeView_G.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.treeView_G.LabelEdit = true;
  73. this.treeView_G.Location = new System.Drawing.Point(3, 3);
  74. this.treeView_G.Name = "treeView_G";
  75. this.treeView_G.Size = new System.Drawing.Size(299, 750);
  76. this.treeView_G.TabIndex = 0;
  77. this.treeView_G.BeforeLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeView_G_BeforeLabelEdit);
  78. this.treeView_G.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeView_G_AfterLabelEdit);
  79. this.treeView_G.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeView_G_ItemDrag);
  80. this.treeView_G.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_G_NodeMouseClick);
  81. this.treeView_G.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeView_G_DragDrop);
  82. this.treeView_G.DragOver += new System.Windows.Forms.DragEventHandler(this.treeView_G_DragOver);
  83. this.treeView_G.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeView_G_KeyUp);
  84. this.treeView_G.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.Grid_Minerals_PreviewKeyDown);
  85. //
  86. // contextMenuStrip_GroupView
  87. //
  88. this.contextMenuStrip_GroupView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  89. this.ToolStripMenuItem_NewGroup,
  90. this.ToolStripMenuItem_EDGcolor,
  91. this.ToolStripMenuItem_NewRule,
  92. this.ToolStripMenuItem_Rename,
  93. this.ToolStripMenuItem_Del});
  94. this.contextMenuStrip_GroupView.Name = "contextMenuStrip_GroupView";
  95. this.contextMenuStrip_GroupView.Size = new System.Drawing.Size(137, 114);
  96. //
  97. // ToolStripMenuItem_NewGroup
  98. //
  99. this.ToolStripMenuItem_NewGroup.Name = "ToolStripMenuItem_NewGroup";
  100. this.ToolStripMenuItem_NewGroup.Size = new System.Drawing.Size(136, 22);
  101. this.ToolStripMenuItem_NewGroup.Text = "新建组";
  102. this.ToolStripMenuItem_NewGroup.Click += new System.EventHandler(this.ToolStripMenuItem_NewGroup_Click);
  103. //
  104. // ToolStripMenuItem_EDGcolor
  105. //
  106. this.ToolStripMenuItem_EDGcolor.Name = "ToolStripMenuItem_EDGcolor";
  107. this.ToolStripMenuItem_EDGcolor.Size = new System.Drawing.Size(136, 22);
  108. this.ToolStripMenuItem_EDGcolor.Text = "修改组颜色";
  109. this.ToolStripMenuItem_EDGcolor.Click += new System.EventHandler(this.ToolStripMenuItem_EdGroupColor_Click);
  110. //
  111. // ToolStripMenuItem_NewRule
  112. //
  113. this.ToolStripMenuItem_NewRule.Name = "ToolStripMenuItem_NewRule";
  114. this.ToolStripMenuItem_NewRule.Size = new System.Drawing.Size(136, 22);
  115. this.ToolStripMenuItem_NewRule.Text = "新建规则";
  116. this.ToolStripMenuItem_NewRule.Click += new System.EventHandler(this.ToolStripMenuItem_NewRule_Click);
  117. //
  118. // ToolStripMenuItem_Rename
  119. //
  120. this.ToolStripMenuItem_Rename.Name = "ToolStripMenuItem_Rename";
  121. this.ToolStripMenuItem_Rename.Size = new System.Drawing.Size(136, 22);
  122. this.ToolStripMenuItem_Rename.Text = "修改名称";
  123. this.ToolStripMenuItem_Rename.Click += new System.EventHandler(this.ToolStripMenuItem_Rename_Click);
  124. //
  125. // ToolStripMenuItem_Del
  126. //
  127. this.ToolStripMenuItem_Del.Name = "ToolStripMenuItem_Del";
  128. this.ToolStripMenuItem_Del.Size = new System.Drawing.Size(136, 22);
  129. this.ToolStripMenuItem_Del.Text = "删除";
  130. this.ToolStripMenuItem_Del.Click += new System.EventHandler(this.ToolStripMenuItem_Del_Click);
  131. //
  132. // STDRuleslist
  133. //
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  136. this.AutoScroll = true;
  137. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  138. this.ClientSize = new System.Drawing.Size(317, 785);
  139. this.CloseButton = false;
  140. this.CloseButtonVisible = false;
  141. this.Controls.Add(this.tabControl1);
  142. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.Name = "STDRuleslist";
  144. this.ShowIcon = false;
  145. this.Text = "STDRuleslist";
  146. this.Load += new System.EventHandler(this.STDRuleslist_Load);
  147. this.tabControl1.ResumeLayout(false);
  148. this.tabPage_GroupView.ResumeLayout(false);
  149. this.contextMenuStrip_GroupView.ResumeLayout(false);
  150. this.ResumeLayout(false);
  151. }
  152. #endregion
  153. private System.Windows.Forms.TabPage tabPage_GroupView;
  154. private System.Windows.Forms.ContextMenuStrip contextMenuStrip_GroupView;
  155. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_NewGroup;
  156. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Del;
  157. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_EDGcolor;
  158. public System.Windows.Forms.TabControl tabControl1;
  159. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Rename;
  160. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_NewRule;
  161. public System.Windows.Forms.TreeView treeView_G;
  162. }
  163. }