📄 modeaddtree.designer.cs
字号:
namespace TreeTest
{
partial class ModeAddTree
{
/// <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 Windows Form 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.Add = new System.Windows.Forms.Button();
this.AddChild = new System.Windows.Forms.Button();
this.InsertChild = new System.Windows.Forms.Button();
this.InsertNext = new System.Windows.Forms.Button();
this.InsertPrevious = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// Add
//
this.Add.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.Add.Location = new System.Drawing.Point(39, 83);
this.Add.Name = "Add";
this.Add.Size = new System.Drawing.Size(160, 21);
this.Add.TabIndex = 20;
this.Add.Text = "Add";
this.Add.Click += new System.EventHandler(this.Add_Click);
//
// AddChild
//
this.AddChild.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.AddChild.Location = new System.Drawing.Point(39, 110);
this.AddChild.Name = "AddChild";
this.AddChild.Size = new System.Drawing.Size(160, 21);
this.AddChild.TabIndex = 21;
this.AddChild.Text = "Add Child";
this.AddChild.Click += new System.EventHandler(this.AddChild_Click);
//
// InsertChild
//
this.InsertChild.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.InsertChild.Location = new System.Drawing.Point(39, 56);
this.InsertChild.Name = "InsertChild";
this.InsertChild.Size = new System.Drawing.Size(160, 21);
this.InsertChild.TabIndex = 19;
this.InsertChild.Text = "Insert Child";
this.InsertChild.Click += new System.EventHandler(this.InsertChild_Click);
//
// InsertNext
//
this.InsertNext.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.InsertNext.Location = new System.Drawing.Point(39, 30);
this.InsertNext.Name = "InsertNext";
this.InsertNext.Size = new System.Drawing.Size(160, 21);
this.InsertNext.TabIndex = 18;
this.InsertNext.Text = "Insert Next";
this.InsertNext.Click += new System.EventHandler(this.InsertNext_Click);
//
// InsertPrevious
//
this.InsertPrevious.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.InsertPrevious.Location = new System.Drawing.Point(39, 3);
this.InsertPrevious.Name = "InsertPrevious";
this.InsertPrevious.Size = new System.Drawing.Size(160, 21);
this.InsertPrevious.TabIndex = 17;
this.InsertPrevious.Text = "Insert Previous";
this.InsertPrevious.Click += new System.EventHandler(this.InsertPrevious_Click);
//
// ModeAddTree
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.Controls.Add(this.Add);
this.Controls.Add(this.AddChild);
this.Controls.Add(this.InsertChild);
this.Controls.Add(this.InsertNext);
this.Controls.Add(this.InsertPrevious);
this.Name = "ModeAddTree";
this.Size = new System.Drawing.Size(238, 293);
this.Load += new System.EventHandler(this.ModeAddTree_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button Add;
private System.Windows.Forms.Button AddChild;
private System.Windows.Forms.Button InsertChild;
private System.Windows.Forms.Button InsertNext;
private System.Windows.Forms.Button InsertPrevious;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -