⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 moderelationships.designer.cs

📁 树的简单使用方法和基本操作,这是一个CS程序.
💻 CS
字号:
namespace TreeTest
{
	partial class ModeRelationships
	{
		/// <summary> 
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary> 
		/// Clean up any resources being used.
		/// </summary>
		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
		protected override void Dispose( bool disposing )
		{
			if ( disposing && ( components != null ) )
			{
				components.Dispose();
			}
			base.Dispose( disposing );
		}

		#region Component Designer generated code

		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.RootNode = new System.Windows.Forms.TextBox();
            this.TreeNode = new System.Windows.Forms.TextBox();
            this.NextNode = new System.Windows.Forms.TextBox();
            this.ChildNode = new System.Windows.Forms.TextBox();
            this.PreviousNode = new System.Windows.Forms.TextBox();
            this.BranchIndexLabel = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.BranchCountLabel = new System.Windows.Forms.Label();
            this.DepthLabel = new System.Windows.Forms.Label();
            this.NodeCountLabel = new System.Windows.Forms.Label();
            this.ParentNode = new System.Windows.Forms.TextBox();
            this.TreeCountLabel = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.TopNode = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.FirstNode = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.LastNode = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.LastChildNode = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // RootNode
            // 
            this.RootNode.Location = new System.Drawing.Point(101, 123);
            this.RootNode.Name = "RootNode";
            this.RootNode.ReadOnly = true;
            this.RootNode.Size = new System.Drawing.Size(100, 21);
            this.RootNode.TabIndex = 11;
            // 
            // TreeNode
            // 
            this.TreeNode.Location = new System.Drawing.Point(101, 99);
            this.TreeNode.Name = "TreeNode";
            this.TreeNode.ReadOnly = true;
            this.TreeNode.Size = new System.Drawing.Size(100, 21);
            this.TreeNode.TabIndex = 9;
            // 
            // NextNode
            // 
            this.NextNode.Location = new System.Drawing.Point(101, 51);
            this.NextNode.Name = "NextNode";
            this.NextNode.ReadOnly = true;
            this.NextNode.Size = new System.Drawing.Size(100, 21);
            this.NextNode.TabIndex = 5;
            // 
            // ChildNode
            // 
            this.ChildNode.Location = new System.Drawing.Point(101, 75);
            this.ChildNode.Name = "ChildNode";
            this.ChildNode.ReadOnly = true;
            this.ChildNode.Size = new System.Drawing.Size(100, 21);
            this.ChildNode.TabIndex = 7;
            // 
            // PreviousNode
            // 
            this.PreviousNode.Location = new System.Drawing.Point(101, 27);
            this.PreviousNode.Name = "PreviousNode";
            this.PreviousNode.ReadOnly = true;
            this.PreviousNode.Size = new System.Drawing.Size(100, 21);
            this.PreviousNode.TabIndex = 3;
            this.PreviousNode.TextChanged += new System.EventHandler(this.PreviousNode_TextChanged);
            // 
            // BranchIndexLabel
            // 
            this.BranchIndexLabel.AutoSize = true;
            this.BranchIndexLabel.Location = new System.Drawing.Point(1, 126);
            this.BranchIndexLabel.Name = "BranchIndexLabel";
            this.BranchIndexLabel.Size = new System.Drawing.Size(29, 12);
            this.BranchIndexLabel.TabIndex = 10;
            this.BranchIndexLabel.Text = "Root";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(1, 54);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 4;
            this.label1.Text = "Next";
            // 
            // BranchCountLabel
            // 
            this.BranchCountLabel.AutoSize = true;
            this.BranchCountLabel.Location = new System.Drawing.Point(1, 102);
            this.BranchCountLabel.Name = "BranchCountLabel";
            this.BranchCountLabel.Size = new System.Drawing.Size(29, 12);
            this.BranchCountLabel.TabIndex = 8;
            this.BranchCountLabel.Text = "Tree";
            // 
            // DepthLabel
            // 
            this.DepthLabel.AutoSize = true;
            this.DepthLabel.Location = new System.Drawing.Point(1, 78);
            this.DepthLabel.Name = "DepthLabel";
            this.DepthLabel.Size = new System.Drawing.Size(35, 12);
            this.DepthLabel.TabIndex = 6;
            this.DepthLabel.Text = "Child";
            // 
            // NodeCountLabel
            // 
            this.NodeCountLabel.AutoSize = true;
            this.NodeCountLabel.Location = new System.Drawing.Point(1, 30);
            this.NodeCountLabel.Name = "NodeCountLabel";
            this.NodeCountLabel.Size = new System.Drawing.Size(53, 12);
            this.NodeCountLabel.TabIndex = 2;
            this.NodeCountLabel.Text = "Previous";
            // 
            // ParentNode
            // 
            this.ParentNode.Location = new System.Drawing.Point(101, 3);
            this.ParentNode.Name = "ParentNode";
            this.ParentNode.ReadOnly = true;
            this.ParentNode.Size = new System.Drawing.Size(100, 21);
            this.ParentNode.TabIndex = 1;
            this.ParentNode.TextChanged += new System.EventHandler(this.ParentNode_TextChanged);
            // 
            // TreeCountLabel
            // 
            this.TreeCountLabel.AutoSize = true;
            this.TreeCountLabel.Location = new System.Drawing.Point(1, 6);
            this.TreeCountLabel.Name = "TreeCountLabel";
            this.TreeCountLabel.Size = new System.Drawing.Size(41, 12);
            this.TreeCountLabel.TabIndex = 0;
            this.TreeCountLabel.Text = "Parent";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(1, 150);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(23, 12);
            this.label2.TabIndex = 12;
            this.label2.Text = "Top";
            // 
            // TopNode
            // 
            this.TopNode.Location = new System.Drawing.Point(101, 147);
            this.TopNode.Name = "TopNode";
            this.TopNode.ReadOnly = true;
            this.TopNode.Size = new System.Drawing.Size(100, 21);
            this.TopNode.TabIndex = 13;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(1, 174);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(35, 12);
            this.label3.TabIndex = 14;
            this.label3.Text = "First";
            // 
            // FirstNode
            // 
            this.FirstNode.Location = new System.Drawing.Point(101, 171);
            this.FirstNode.Name = "FirstNode";
            this.FirstNode.ReadOnly = true;
            this.FirstNode.Size = new System.Drawing.Size(100, 21);
            this.FirstNode.TabIndex = 15;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(1, 198);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(29, 12);
            this.label4.TabIndex = 16;
            this.label4.Text = "Last";
            // 
            // LastNode
            // 
            this.LastNode.Location = new System.Drawing.Point(101, 195);
            this.LastNode.Name = "LastNode";
            this.LastNode.ReadOnly = true;
            this.LastNode.Size = new System.Drawing.Size(100, 21);
            this.LastNode.TabIndex = 17;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(1, 222);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 18;
            this.label5.Text = "Last Child";
            // 
            // LastChildNode
            // 
            this.LastChildNode.Location = new System.Drawing.Point(101, 219);
            this.LastChildNode.Name = "LastChildNode";
            this.LastChildNode.ReadOnly = true;
            this.LastChildNode.Size = new System.Drawing.Size(100, 21);
            this.LastChildNode.TabIndex = 19;
            // 
            // ModeRelationships
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.LastChildNode);
            this.Controls.Add(this.LastNode);
            this.Controls.Add(this.FirstNode);
            this.Controls.Add(this.TopNode);
            this.Controls.Add(this.RootNode);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.TreeNode);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.NextNode);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.ChildNode);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.PreviousNode);
            this.Controls.Add(this.BranchIndexLabel);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.BranchCountLabel);
            this.Controls.Add(this.DepthLabel);
            this.Controls.Add(this.NodeCountLabel);
            this.Controls.Add(this.ParentNode);
            this.Controls.Add(this.TreeCountLabel);
            this.Name = "ModeRelationships";
            this.Size = new System.Drawing.Size(238, 293);
            this.ResumeLayout(false);
            this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.TextBox RootNode;
		private System.Windows.Forms.TextBox TreeNode;
		private System.Windows.Forms.TextBox NextNode;
		private System.Windows.Forms.TextBox ChildNode;
		private System.Windows.Forms.TextBox PreviousNode;
		private System.Windows.Forms.Label BranchIndexLabel;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label BranchCountLabel;
		private System.Windows.Forms.Label DepthLabel;
		private System.Windows.Forms.Label NodeCountLabel;
		private System.Windows.Forms.TextBox ParentNode;
		private System.Windows.Forms.Label TreeCountLabel;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.TextBox TopNode;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.TextBox FirstNode;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.TextBox LastNode;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.TextBox LastChildNode;

	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -