namespace OTSPartA_STDEditor
{
partial class STDRuleslist
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage_GroupView = new System.Windows.Forms.TabPage();
this.treeView_G = new System.Windows.Forms.TreeView();
this.contextMenuStrip_GroupView = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem_NewGroup = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_EDGcolor = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_NewRule = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_Rename = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_Del = new System.Windows.Forms.ToolStripMenuItem();
this.tabControl1.SuspendLayout();
this.tabPage_GroupView.SuspendLayout();
this.contextMenuStrip_GroupView.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom;
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Controls.Add(this.tabPage_GroupView);
this.tabControl1.Location = new System.Drawing.Point(1, 1);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 1;
this.tabControl1.Size = new System.Drawing.Size(313, 782);
this.tabControl1.TabIndex = 30;
//
// tabPage_GroupView
//
this.tabPage_GroupView.Controls.Add(this.treeView_G);
this.tabPage_GroupView.Location = new System.Drawing.Point(4, 4);
this.tabPage_GroupView.Name = "tabPage_GroupView";
this.tabPage_GroupView.Padding = new System.Windows.Forms.Padding(3);
this.tabPage_GroupView.Size = new System.Drawing.Size(305, 756);
this.tabPage_GroupView.TabIndex = 0;
this.tabPage_GroupView.Text = "分组视图";
this.tabPage_GroupView.UseVisualStyleBackColor = true;
//
// treeView_G
//
this.treeView_G.AllowDrop = true;
this.treeView_G.ContextMenuStrip = this.contextMenuStrip_GroupView;
this.treeView_G.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView_G.LabelEdit = true;
this.treeView_G.Location = new System.Drawing.Point(3, 3);
this.treeView_G.Name = "treeView_G";
this.treeView_G.Size = new System.Drawing.Size(299, 750);
this.treeView_G.TabIndex = 0;
this.treeView_G.BeforeLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeView_G_BeforeLabelEdit);
this.treeView_G.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeView_G_AfterLabelEdit);
this.treeView_G.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeView_G_ItemDrag);
this.treeView_G.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_G_NodeMouseClick);
this.treeView_G.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeView_G_DragDrop);
this.treeView_G.DragOver += new System.Windows.Forms.DragEventHandler(this.treeView_G_DragOver);
this.treeView_G.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeView_G_KeyUp);
this.treeView_G.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.Grid_Minerals_PreviewKeyDown);
//
// contextMenuStrip_GroupView
//
this.contextMenuStrip_GroupView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem_NewGroup,
this.ToolStripMenuItem_EDGcolor,
this.ToolStripMenuItem_NewRule,
this.ToolStripMenuItem_Rename,
this.ToolStripMenuItem_Del});
this.contextMenuStrip_GroupView.Name = "contextMenuStrip_GroupView";
this.contextMenuStrip_GroupView.Size = new System.Drawing.Size(137, 114);
//
// ToolStripMenuItem_NewGroup
//
this.ToolStripMenuItem_NewGroup.Name = "ToolStripMenuItem_NewGroup";
this.ToolStripMenuItem_NewGroup.Size = new System.Drawing.Size(136, 22);
this.ToolStripMenuItem_NewGroup.Text = "新建组";
this.ToolStripMenuItem_NewGroup.Click += new System.EventHandler(this.ToolStripMenuItem_NewGroup_Click);
//
// ToolStripMenuItem_EDGcolor
//
this.ToolStripMenuItem_EDGcolor.Name = "ToolStripMenuItem_EDGcolor";
this.ToolStripMenuItem_EDGcolor.Size = new System.Drawing.Size(136, 22);
this.ToolStripMenuItem_EDGcolor.Text = "修改组颜色";
this.ToolStripMenuItem_EDGcolor.Click += new System.EventHandler(this.ToolStripMenuItem_EdGroupColor_Click);
//
// ToolStripMenuItem_NewRule
//
this.ToolStripMenuItem_NewRule.Name = "ToolStripMenuItem_NewRule";
this.ToolStripMenuItem_NewRule.Size = new System.Drawing.Size(136, 22);
this.ToolStripMenuItem_NewRule.Text = "新建规则";
this.ToolStripMenuItem_NewRule.Click += new System.EventHandler(this.ToolStripMenuItem_NewRule_Click);
//
// ToolStripMenuItem_Rename
//
this.ToolStripMenuItem_Rename.Name = "ToolStripMenuItem_Rename";
this.ToolStripMenuItem_Rename.Size = new System.Drawing.Size(136, 22);
this.ToolStripMenuItem_Rename.Text = "修改名称";
this.ToolStripMenuItem_Rename.Click += new System.EventHandler(this.ToolStripMenuItem_Rename_Click);
//
// ToolStripMenuItem_Del
//
this.ToolStripMenuItem_Del.Name = "ToolStripMenuItem_Del";
this.ToolStripMenuItem_Del.Size = new System.Drawing.Size(136, 22);
this.ToolStripMenuItem_Del.Text = "删除";
this.ToolStripMenuItem_Del.Click += new System.EventHandler(this.ToolStripMenuItem_Del_Click);
//
// STDRuleslist
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(317, 785);
this.CloseButton = false;
this.CloseButtonVisible = false;
this.Controls.Add(this.tabControl1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "STDRuleslist";
this.ShowIcon = false;
this.Text = "STDRuleslist";
this.Load += new System.EventHandler(this.STDRuleslist_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage_GroupView.ResumeLayout(false);
this.contextMenuStrip_GroupView.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabPage tabPage_GroupView;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_GroupView;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_NewGroup;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Del;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_EDGcolor;
public System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Rename;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_NewRule;
public System.Windows.Forms.TreeView treeView_G;
}
}