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

📄 modenode.designer.cs

📁 树的简单使用方法和基本操作,这是一个CS程序.
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace TreeTest
{
	partial class ModeNode
	{
		/// <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.Cut = new System.Windows.Forms.Button();
            this.Copy = new System.Windows.Forms.Button();
            this.DeepCopy = new System.Windows.Forms.Button();
            this.Remove = new System.Windows.Forms.Button();
            this.SetData = new System.Windows.Forms.Button();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.label1 = new System.Windows.Forms.Label();
            this.CBContourShape = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.CBRegionShape = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.TBEdgeHistogram = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.CBHomogeneousTexture = new System.Windows.Forms.ComboBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.ITBSotImportance = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.ITBLocation = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.ITBDuration = new System.Windows.Forms.TextBox();
            this.ITBFaceFeature = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.label9 = new System.Windows.Forms.Label();
            this.ITBWholeStory = new System.Windows.Forms.TextBox();
            this.ITBShotNumber = new System.Windows.Forms.TextBox();
            this.ITBRelatedPlayer = new System.Windows.Forms.TextBox();
            this.ITBPlayType = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.SuspendLayout();
            // 
            // Cut
            // 
            this.Cut.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.Cut.Location = new System.Drawing.Point(39, 245);
            this.Cut.Name = "Cut";
            this.Cut.Size = new System.Drawing.Size(160, 21);
            this.Cut.TabIndex = 26;
            this.Cut.Text = "Cut";
            this.Cut.Click += new System.EventHandler(this.Cut_Click);
            // 
            // Copy
            // 
            this.Copy.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.Copy.Location = new System.Drawing.Point(39, 272);
            this.Copy.Name = "Copy";
            this.Copy.Size = new System.Drawing.Size(160, 21);
            this.Copy.TabIndex = 27;
            this.Copy.Text = "Copy";
            this.Copy.Click += new System.EventHandler(this.Copy_Click);
            // 
            // DeepCopy
            // 
            this.DeepCopy.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.DeepCopy.Location = new System.Drawing.Point(39, 299);
            this.DeepCopy.Name = "DeepCopy";
            this.DeepCopy.Size = new System.Drawing.Size(160, 21);
            this.DeepCopy.TabIndex = 28;
            this.DeepCopy.Text = "Deep Copy";
            this.DeepCopy.Click += new System.EventHandler(this.DeepCopy_Click);
            // 
            // Remove
            // 
            this.Remove.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.Remove.Location = new System.Drawing.Point(39, 326);
            this.Remove.Name = "Remove";
            this.Remove.Size = new System.Drawing.Size(160, 21);
            this.Remove.TabIndex = 29;
            this.Remove.Text = "Remove";
            this.Remove.Click += new System.EventHandler(this.Remove_Click);
            // 
            // SetData
            // 
            this.SetData.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.SetData.Location = new System.Drawing.Point(39, 3);
            this.SetData.Name = "SetData";
            this.SetData.Size = new System.Drawing.Size(160, 21);
            this.SetData.TabIndex = 25;
            this.SetData.Text = "Set Data";
            this.SetData.Click += new System.EventHandler(this.SetData_Click);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(200, 100);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(83, 12);
            this.label1.TabIndex = 30;
            this.label1.Text = "Contour Shape";
            // 
            // CBContourShape
            // 
            this.CBContourShape.FormattingEnabled = true;
            this.CBContourShape.Items.AddRange(new object[] {
            "Parrallel line number",
            "Curve Number",
            "Invalid"});
            this.CBContourShape.Location = new System.Drawing.Point(95, 6);
            this.CBContourShape.Name = "CBContourShape";
            this.CBContourShape.Size = new System.Drawing.Size(128, 20);
            this.CBContourShape.TabIndex = 31;
            this.CBContourShape.SelectedValueChanged += new System.EventHandler(this.OnNewValue);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(6, 35);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(77, 12);
            this.label2.TabIndex = 32;
            this.label2.Text = "Region Shape";
            // 
            // CBRegionShape
            // 
            this.CBRegionShape.FormattingEnabled = true;
            this.CBRegionShape.Items.AddRange(new object[] {
            "Rectangle",
            "Square",
            "Other Uniformed Playground",
            "Invalid"});
            this.CBRegionShape.Location = new System.Drawing.Point(95, 32);
            this.CBRegionShape.Name = "CBRegionShape";
            this.CBRegionShape.Size = new System.Drawing.Size(128, 20);
            this.CBRegionShape.TabIndex = 33;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(6, 61);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(89, 12);
            this.label3.TabIndex = 34;
            this.label3.Text = "Edge Histogram";
            // 
            // TBEdgeHistogram
            // 
            this.TBEdgeHistogram.Location = new System.Drawing.Point(95, 58);
            this.TBEdgeHistogram.Name = "TBEdgeHistogram";
            this.TBEdgeHistogram.Size = new System.Drawing.Size(129, 21);
            this.TBEdgeHistogram.TabIndex = 35;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(6, 88);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(77, 12);
            this.label4.TabIndex = 36;
            this.label4.Text = "Homo Texture";
            // 
            // CBHomogeneousTexture
            // 
            this.CBHomogeneousTexture.FormattingEnabled = true;
            this.CBHomogeneousTexture.Items.AddRange(new object[] {
            "Plastic Area",
            "Snow Area",
            "Water Area",
            "Invalid"});
            this.CBHomogeneousTexture.Location = new System.Drawing.Point(95, 85);
            this.CBHomogeneousTexture.Name = "CBHomogeneousTexture";
            this.CBHomogeneousTexture.Size = new System.Drawing.Size(128, 20);
            this.CBHomogeneousTexture.TabIndex = 37;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Location = new System.Drawing.Point(12, 30);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(238, 209);
            this.tabControl1.TabIndex = 38;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.CBContourShape);
            this.tabPage1.Controls.Add(this.label4);
            this.tabPage1.Controls.Add(this.CBHomogeneousTexture);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.CBRegionShape);
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Controls.Add(this.TBEdgeHistogram);
            this.tabPage1.Controls.Add(this.label2);

⌨️ 快捷键说明

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