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

📄 modeproperties.designer.cs

📁 树的简单使用方法和基本操作,这是一个CS程序.
💻 CS
字号:
namespace TreeTest
{
	partial class ModeProperties
	{
		/// <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.label5 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.IsTree = new System.Windows.Forms.CheckBox();
			this.IsRoot = new System.Windows.Forms.CheckBox();
			this.IsTop = new System.Windows.Forms.CheckBox();
			this.IsFirst = new System.Windows.Forms.CheckBox();
			this.IsLast = new System.Windows.Forms.CheckBox();
			this.HasParent = new System.Windows.Forms.CheckBox();
			this.HasPrevious = new System.Windows.Forms.CheckBox();
			this.HasNext = new System.Windows.Forms.CheckBox();
			this.HasChild = new System.Windows.Forms.CheckBox();
			this.SuspendLayout();
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point( 1, 7 );
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size( 40, 13 );
			this.label5.TabIndex = 20;
			this.label5.Text = "Is Tree";
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point( 1, 33 );
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size( 41, 13 );
			this.label1.TabIndex = 20;
			this.label1.Text = "Is Root";
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point( 1, 59 );
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size( 37, 13 );
			this.label2.TabIndex = 20;
			this.label2.Text = "Is Top";
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point( 1, 85 );
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size( 37, 13 );
			this.label3.TabIndex = 20;
			this.label3.Text = "Is First";
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point( 1, 111 );
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size( 38, 13 );
			this.label4.TabIndex = 20;
			this.label4.Text = "Is Last";
			// 
			// label6
			// 
			this.label6.AutoSize = true;
			this.label6.Location = new System.Drawing.Point( 1, 137 );
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size( 60, 13 );
			this.label6.TabIndex = 20;
			this.label6.Text = "Has Parent";
			// 
			// label7
			// 
			this.label7.AutoSize = true;
			this.label7.Location = new System.Drawing.Point( 1, 163 );
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size( 70, 13 );
			this.label7.TabIndex = 20;
			this.label7.Text = "Has Previous";
			// 
			// label8
			// 
			this.label8.AutoSize = true;
			this.label8.Location = new System.Drawing.Point( 1, 189 );
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size( 51, 13 );
			this.label8.TabIndex = 20;
			this.label8.Text = "Has Next";
			// 
			// label9
			// 
			this.label9.AutoSize = true;
			this.label9.Location = new System.Drawing.Point( 1, 215 );
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size( 52, 13 );
			this.label9.TabIndex = 20;
			this.label9.Text = "Has Child";
			// 
			// IsTree
			// 
			this.IsTree.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.IsTree.Location = new System.Drawing.Point( 98, 5 );
			this.IsTree.Name = "IsTree";
			this.IsTree.Size = new System.Drawing.Size( 35, 18 );
			this.IsTree.TabIndex = 22;
			this.IsTree.UseVisualStyleBackColor = true;
			// 
			// IsRoot
			// 
			this.IsRoot.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.IsRoot.Location = new System.Drawing.Point( 98, 31 );
			this.IsRoot.Name = "IsRoot";
			this.IsRoot.Size = new System.Drawing.Size( 35, 18 );
			this.IsRoot.TabIndex = 22;
			this.IsRoot.UseVisualStyleBackColor = true;
			// 
			// IsTop
			// 
			this.IsTop.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.IsTop.Location = new System.Drawing.Point( 98, 57 );
			this.IsTop.Name = "IsTop";
			this.IsTop.Size = new System.Drawing.Size( 35, 18 );
			this.IsTop.TabIndex = 22;
			this.IsTop.UseVisualStyleBackColor = true;
			// 
			// IsFirst
			// 
			this.IsFirst.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.IsFirst.Location = new System.Drawing.Point( 98, 83 );
			this.IsFirst.Name = "IsFirst";
			this.IsFirst.Size = new System.Drawing.Size( 35, 18 );
			this.IsFirst.TabIndex = 22;
			this.IsFirst.UseVisualStyleBackColor = true;
			// 
			// IsLast
			// 
			this.IsLast.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.IsLast.Location = new System.Drawing.Point( 98, 109 );
			this.IsLast.Name = "IsLast";
			this.IsLast.Size = new System.Drawing.Size( 35, 18 );
			this.IsLast.TabIndex = 22;
			this.IsLast.UseVisualStyleBackColor = true;
			// 
			// HasParent
			// 
			this.HasParent.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.HasParent.Location = new System.Drawing.Point( 98, 135 );
			this.HasParent.Name = "HasParent";
			this.HasParent.Size = new System.Drawing.Size( 35, 18 );
			this.HasParent.TabIndex = 22;
			this.HasParent.UseVisualStyleBackColor = true;
			// 
			// HasPrevious
			// 
			this.HasPrevious.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.HasPrevious.Location = new System.Drawing.Point( 98, 161 );
			this.HasPrevious.Name = "HasPrevious";
			this.HasPrevious.Size = new System.Drawing.Size( 35, 18 );
			this.HasPrevious.TabIndex = 22;
			this.HasPrevious.UseVisualStyleBackColor = true;
			// 
			// HasNext
			// 
			this.HasNext.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.HasNext.Location = new System.Drawing.Point( 98, 187 );
			this.HasNext.Name = "HasNext";
			this.HasNext.Size = new System.Drawing.Size( 35, 18 );
			this.HasNext.TabIndex = 22;
			this.HasNext.UseVisualStyleBackColor = true;
			// 
			// HasChild
			// 
			this.HasChild.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.HasChild.Location = new System.Drawing.Point( 98, 213 );
			this.HasChild.Name = "HasChild";
			this.HasChild.Size = new System.Drawing.Size( 35, 18 );
			this.HasChild.TabIndex = 22;
			this.HasChild.UseVisualStyleBackColor = true;
			// 
			// ModeProperties
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add( this.HasChild );
			this.Controls.Add( this.HasNext );
			this.Controls.Add( this.HasPrevious );
			this.Controls.Add( this.HasParent );
			this.Controls.Add( this.IsLast );
			this.Controls.Add( this.IsFirst );
			this.Controls.Add( this.IsTop );
			this.Controls.Add( this.IsRoot );
			this.Controls.Add( this.IsTree );
			this.Controls.Add( this.label9 );
			this.Controls.Add( this.label8 );
			this.Controls.Add( this.label7 );
			this.Controls.Add( this.label6 );
			this.Controls.Add( this.label4 );
			this.Controls.Add( this.label3 );
			this.Controls.Add( this.label2 );
			this.Controls.Add( this.label1 );
			this.Controls.Add( this.label5 );
			this.Name = "ModeProperties";
			this.Size = new System.Drawing.Size( 238, 317 );
			this.ResumeLayout( false );
			this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.CheckBox IsTree;
		private System.Windows.Forms.CheckBox IsRoot;
		private System.Windows.Forms.CheckBox IsTop;
		private System.Windows.Forms.CheckBox IsFirst;
		private System.Windows.Forms.CheckBox IsLast;
		private System.Windows.Forms.CheckBox HasParent;
		private System.Windows.Forms.CheckBox HasPrevious;
		private System.Windows.Forms.CheckBox HasNext;
		private System.Windows.Forms.CheckBox HasChild;
	}
}

⌨️ 快捷键说明

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