亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? modenode.designer.cs

?? 樹(shù)的簡(jiǎn)單使用方法和基本操作,這是一個(gè)CS程序.
?? CS
?? 第 1 頁(yè) / 共 2 頁(yè)
字號(hào):
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);

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区三区免费| 中文字幕乱码久久午夜不卡| 九九九精品视频| 久久嫩草精品久久久精品| 成人免费看的视频| 亚洲资源中文字幕| 精品久久久久久亚洲综合网| 北条麻妃一区二区三区| 亚洲一区二区精品久久av| 精品三级av在线| av不卡在线观看| 亚洲线精品一区二区三区八戒| 欧美一区二区久久久| 成人av电影在线播放| 午夜精品一区二区三区电影天堂 | 一本高清dvd不卡在线观看| 久久精品噜噜噜成人av农村| 一区2区3区在线看| 中文字幕中文乱码欧美一区二区 | 国产精品护士白丝一区av| 777奇米四色成人影色区| 国产成人精品www牛牛影视| 五月婷婷久久丁香| 国产精品国产精品国产专区不片| 91精品国产综合久久精品性色| 国产一区二区三区免费在线观看| 一区二区三区欧美日| 国产视频一区二区在线| 欧美日韩国产区一| 成人性生交大片| 麻豆精品在线观看| 亚洲国产精品影院| 国产精品高潮呻吟| 欧美日韩高清不卡| 不卡一二三区首页| 国产精品99久久久久| 国产综合久久久久久鬼色 | 99免费精品视频| 精品一区二区久久| 日本欧美久久久久免费播放网| 综合分类小说区另类春色亚洲小说欧美| 日韩欧美国产麻豆| 欧美色区777第一页| 91丨porny丨在线| 国产成人午夜高潮毛片| 经典三级在线一区| 日韩电影在线看| 亚洲高清不卡在线观看| 亚洲欧美色图小说| 国产精品国模大尺度视频| 久久久久久久久久久久电影| 日韩一级成人av| 欧美一区二区三区在线电影| 在线亚洲免费视频| 欧美性猛交一区二区三区精品| 99久久精品国产一区| 99久久免费国产| 91原创在线视频| 一本大道久久精品懂色aⅴ| 97aⅴ精品视频一二三区| 成人的网站免费观看| 成人激情小说乱人伦| 成av人片一区二区| 成人a免费在线看| 成人国产视频在线观看| aaa欧美大片| 91麻豆国产香蕉久久精品| 一本久久综合亚洲鲁鲁五月天| www.日本不卡| 色综合久久久网| 欧美亚洲综合网| 777奇米四色成人影色区| 欧美一区二区高清| 日韩欧美激情四射| 久久久久久久久久久黄色| 国产女同性恋一区二区| 国产精品免费看片| 亚洲精品亚洲人成人网 | 亚洲一区二区三区四区五区中文| 亚洲国产乱码最新视频 | 国产成人在线视频网站| 一本久久a久久免费精品不卡| 91精品国产91久久久久久一区二区 | 欧美激情在线一区二区| 国产精品美女一区二区| 亚洲精品国久久99热| 亚洲一二三专区| 偷偷要91色婷婷| 韩国av一区二区三区| 99久久精品情趣| 欧美高清一级片在线| 久久嫩草精品久久久精品| 亚洲欧洲精品一区二区三区不卡| 一区二区三区中文在线观看| 日产国产欧美视频一区精品| 色悠悠久久综合| 日韩一级精品视频在线观看| 欧美高清在线一区| 亚洲高清中文字幕| 国产在线麻豆精品观看| 色婷婷精品久久二区二区蜜臂av| 欧美一区二区三区在线观看视频| 日韩午夜精品电影| 亚洲欧洲另类国产综合| 老司机精品视频线观看86 | 国产精品灌醉下药二区| 天天综合天天做天天综合| 国产精品2024| 欧美日韩在线不卡| 国产亚洲婷婷免费| 午夜精品久久久久久久99水蜜桃 | 成人国产亚洲欧美成人综合网| 欧美日韩性生活| 中文字幕av资源一区| 日韩高清电影一区| 99精品热视频| 精品国产制服丝袜高跟| 亚洲自拍偷拍欧美| 国产福利91精品一区二区三区| 欧美另类高清zo欧美| 18欧美亚洲精品| 国产一区二区伦理| 欧美一区二区三区四区五区| 亚洲天堂网中文字| 国产精品亚洲第一区在线暖暖韩国 | 图片区小说区国产精品视频| 成人av在线看| 久久综合久久综合九色| 亚洲bdsm女犯bdsm网站| www.日韩在线| 欧美mv和日韩mv的网站| 亚洲一区在线播放| 一本一道综合狠狠老| 欧美国产日韩在线观看| 久久精品国产**网站演员| 欧美日本在线播放| 亚洲欧美乱综合| 日本韩国欧美一区二区三区| 亚洲免费资源在线播放| 99国产精品久久久| 亚洲免费电影在线| 欧洲国产伦久久久久久久| 亚洲黄色小视频| 欧美日韩综合不卡| 亚洲www啪成人一区二区麻豆| 欧美视频一区在线| 视频一区国产视频| 欧美一卡2卡3卡4卡| 紧缚捆绑精品一区二区| 国产调教视频一区| av激情成人网| 一区二区三区四区av| 欧美少妇bbb| 三级不卡在线观看| 日韩视频在线观看一区二区| 美女在线视频一区| 久久精品亚洲一区二区三区浴池| 国产iv一区二区三区| 国产精品久久久久久久久免费相片| 成人午夜私人影院| 亚洲一区免费视频| 日韩一区二区电影网| 国产精品一区二区果冻传媒| ...av二区三区久久精品| 91久久香蕉国产日韩欧美9色| 午夜私人影院久久久久| 日韩欧美色综合| 成人天堂资源www在线| 一区二区三区.www| 日韩一区二区视频| 国产成人免费网站| 亚洲精品国产成人久久av盗摄 | 国产成人av网站| 亚洲激情在线播放| 日韩西西人体444www| 成人教育av在线| 调教+趴+乳夹+国产+精品| 久久午夜羞羞影院免费观看| 91在线国产福利| 美女久久久精品| 亚洲欧洲成人av每日更新| 欧美丝袜第三区| 国产麻豆成人精品| 亚洲国产日韩在线一区模特| 亚洲精品一区二区三区蜜桃下载| 91亚洲精品久久久蜜桃| 免费看日韩精品| 亚洲丝袜美腿综合| 欧美tickling挠脚心丨vk| 日本韩国视频一区二区| 黄色日韩三级电影| 亚洲电影在线播放| 国产精品欧美一区二区三区| 欧美猛男男办公室激情| av激情综合网| 黄一区二区三区| 午夜电影网一区| 亚洲色图欧美偷拍| 久久久久99精品一区| 在线不卡a资源高清|