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

📄 modevalue.designer.cs

📁 树的简单使用方法和基本操作,这是一个CS程序.
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace TreeTest
{
    partial class ModeValue
    {
        /// <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.string_select = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.ContourShape = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.RegionShape = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.EdgeHistogram = new System.Windows.Forms.TextBox();
            this.HomogeneousTexture = new System.Windows.Forms.TextBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.TBShotImportance = new System.Windows.Forms.TextBox();
            this.TBLocation = new System.Windows.Forms.TextBox();
            this.TBDuration = new System.Windows.Forms.TextBox();
            this.TBFaceFeature = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.label12 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.TBPlayType = new System.Windows.Forms.TextBox();
            this.TBRelatedPlayer = new System.Windows.Forms.TextBox();
            this.TBShotNumber = new System.Windows.Forms.TextBox();
            this.TBWholeStory = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.SuspendLayout();
            // 
            // string_select
            // 
            this.string_select.Location = new System.Drawing.Point(30, 3);
            this.string_select.Name = "string_select";
            this.string_select.Size = new System.Drawing.Size(227, 21);
            this.string_select.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(8, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(83, 12);
            this.label1.TabIndex = 3;
            this.label1.Text = "Contour Shape";
            this.label1.Click += new System.EventHandler(this.label1_Click);
            // 
            // ContourShape
            // 
            this.ContourShape.Enabled = false;
            this.ContourShape.Location = new System.Drawing.Point(103, 6);
            this.ContourShape.Name = "ContourShape";
            this.ContourShape.Size = new System.Drawing.Size(133, 21);
            this.ContourShape.TabIndex = 2;
            this.ContourShape.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 36);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(77, 12);
            this.label2.TabIndex = 4;
            this.label2.Text = "Region Shape";
            // 
            // RegionShape
            // 
            this.RegionShape.Enabled = false;
            this.RegionShape.Location = new System.Drawing.Point(103, 33);
            this.RegionShape.Name = "RegionShape";
            this.RegionShape.Size = new System.Drawing.Size(134, 21);
            this.RegionShape.TabIndex = 5;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(6, 63);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(89, 12);
            this.label3.TabIndex = 6;
            this.label3.Text = "Edge Histogram";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(12, 90);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(77, 12);
            this.label4.TabIndex = 7;
            this.label4.Text = "Homo Texture";
            // 
            // EdgeHistogram
            // 
            this.EdgeHistogram.Enabled = false;
            this.EdgeHistogram.Location = new System.Drawing.Point(102, 60);
            this.EdgeHistogram.Name = "EdgeHistogram";
            this.EdgeHistogram.Size = new System.Drawing.Size(134, 21);
            this.EdgeHistogram.TabIndex = 10;
            // 
            // HomogeneousTexture
            // 
            this.HomogeneousTexture.Enabled = false;
            this.HomogeneousTexture.Location = new System.Drawing.Point(102, 87);
            this.HomogeneousTexture.Name = "HomogeneousTexture";
            this.HomogeneousTexture.Size = new System.Drawing.Size(134, 21);
            this.HomogeneousTexture.TabIndex = 11;
            // 
            // 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(16, 30);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(251, 299);
            this.tabControl1.TabIndex = 12;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.ContourShape);
            this.tabPage1.Controls.Add(this.label4);
            this.tabPage1.Controls.Add(this.HomogeneousTexture);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.EdgeHistogram);
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Controls.Add(this.RegionShape);
            this.tabPage1.Controls.Add(this.label2);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(243, 274);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "帧属性";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.label8);
            this.tabPage2.Controls.Add(this.label7);
            this.tabPage2.Controls.Add(this.label6);
            this.tabPage2.Controls.Add(this.TBShotImportance);
            this.tabPage2.Controls.Add(this.TBLocation);
            this.tabPage2.Controls.Add(this.TBDuration);
            this.tabPage2.Controls.Add(this.TBFaceFeature);
            this.tabPage2.Controls.Add(this.label5);
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(243, 274);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "镜头属性";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(-2, 90);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(95, 12);
            this.label8.TabIndex = 7;
            this.label8.Text = "Shot Importance";
            // 
            // label7

⌨️ 快捷键说明

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