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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? formfptree.designer.cs

?? fp-growth算法 用vb.net2005 實現
?? CS
字號:
?namespace FPTree
{
    partial class FormFPTree
    {
        /// <summary>
        /// 必需的設計器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設計器生成的代碼

        /// <summary>
        /// 設計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFPTree));
            this._content = new System.Windows.Forms.RichTextBox();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.label1 = new System.Windows.Forms.Label();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.panel5 = new System.Windows.Forms.Panel();
            this.standardSet = new System.Windows.Forms.RadioButton();
            this.label5 = new System.Windows.Forms.Label();
            this.bigSet = new System.Windows.Forms.RadioButton();
            this.smallSet = new System.Windows.Forms.RadioButton();
            this.panel6 = new System.Windows.Forms.Panel();
            this.cbMinSupPercent = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.toolStrip1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel4.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            this.panel5.SuspendLayout();
            this.panel6.SuspendLayout();
            this.SuspendLayout();
            // 
            // _content
            // 
            this._content.Dock = System.Windows.Forms.DockStyle.Fill;
            this._content.Location = new System.Drawing.Point(0, 29);
            this._content.Name = "_content";
            this._content.Size = new System.Drawing.Size(519, 253);
            this._content.TabIndex = 0;
            this._content.Text = "";
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButton3,
            this.toolStripButton1,
            this.toolStripButton2});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(539, 25);
            this.toolStrip1.TabIndex = 4;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripButton3
            // 
            this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton3.Name = "toolStripButton3";
            this.toolStripButton3.Size = new System.Drawing.Size(61, 22);
            this.toolStripButton3.Text = "預處理";
            this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(73, 22);
            this.toolStripButton1.Text = "開始測試";
            this.toolStripButton1.Click += new System.EventHandler(this.button1_Click);
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(49, 22);
            this.toolStripButton2.Text = "退出";
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.panel4);
            this.panel2.Controls.Add(this.flowLayoutPanel1);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 25);
            this.panel2.Name = "panel2";
            this.panel2.Padding = new System.Windows.Forms.Padding(10);
            this.panel2.Size = new System.Drawing.Size(539, 331);
            this.panel2.TabIndex = 5;
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this._content);
            this.panel4.Controls.Add(this.label1);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(10, 39);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(519, 282);
            this.panel4.TabIndex = 5;
            // 
            // label1
            // 
            this.label1.Dock = System.Windows.Forms.DockStyle.Top;
            this.label1.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(519, 29);
            this.label1.TabIndex = 0;
            this.label1.Text = " 測試結果如下:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.AutoSize = true;
            this.flowLayoutPanel1.Controls.Add(this.panel5);
            this.flowLayoutPanel1.Controls.Add(this.panel6);
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.flowLayoutPanel1.Location = new System.Drawing.Point(10, 10);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(519, 29);
            this.flowLayoutPanel1.TabIndex = 4;
            // 
            // panel5
            // 
            this.panel5.Controls.Add(this.standardSet);
            this.panel5.Controls.Add(this.label5);
            this.panel5.Controls.Add(this.bigSet);
            this.panel5.Controls.Add(this.smallSet);
            this.panel5.Location = new System.Drawing.Point(3, 3);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(307, 23);
            this.panel5.TabIndex = 5;
            // 
            // standardSet
            // 
            this.standardSet.AutoSize = true;
            this.standardSet.Location = new System.Drawing.Point(210, 3);
            this.standardSet.Name = "standardSet";
            this.standardSet.Size = new System.Drawing.Size(83, 16);
            this.standardSet.TabIndex = 6;
            this.standardSet.Text = "標準測試集";
            this.standardSet.UseVisualStyleBackColor = true;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(4, 5);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(41, 12);
            this.label5.TabIndex = 5;
            this.label5.Text = "測試集";
            // 
            // bigSet
            // 
            this.bigSet.AutoSize = true;
            this.bigSet.Location = new System.Drawing.Point(133, 3);
            this.bigSet.Name = "bigSet";
            this.bigSet.Size = new System.Drawing.Size(71, 16);
            this.bigSet.TabIndex = 1;
            this.bigSet.Text = "大測試集";
            this.bigSet.UseVisualStyleBackColor = true;
            // 
            // smallSet
            // 
            this.smallSet.AutoSize = true;
            this.smallSet.Checked = true;
            this.smallSet.Location = new System.Drawing.Point(55, 3);
            this.smallSet.Name = "smallSet";
            this.smallSet.Size = new System.Drawing.Size(71, 16);
            this.smallSet.TabIndex = 0;
            this.smallSet.TabStop = true;
            this.smallSet.Text = "小測試集";
            this.smallSet.UseVisualStyleBackColor = true;
            // 
            // panel6
            // 
            this.panel6.Controls.Add(this.cbMinSupPercent);
            this.panel6.Controls.Add(this.label4);
            this.panel6.Location = new System.Drawing.Point(316, 3);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(160, 23);
            this.panel6.TabIndex = 6;
            // 
            // cbMinSupPercent
            // 
            this.cbMinSupPercent.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbMinSupPercent.FormattingEnabled = true;
            this.cbMinSupPercent.Items.AddRange(new object[] {
            "8%",
            "10%",
            "15%",
            "20%"});
            this.cbMinSupPercent.Location = new System.Drawing.Point(78, 2);
            this.cbMinSupPercent.Name = "cbMinSupPercent";
            this.cbMinSupPercent.Size = new System.Drawing.Size(65, 20);
            this.cbMinSupPercent.TabIndex = 5;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(6, 5);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 4;
            this.label4.Text = "最小支持度";
            // 
            // FormFPTree
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(539, 356);
            this.ControlBox = false;
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.toolStrip1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "FormFPTree";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "FP增長";
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.flowLayoutPanel1.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.panel5.PerformLayout();
            this.panel6.ResumeLayout(false);
            this.panel6.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.RichTextBox _content;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.ToolStripButton toolStripButton1;
        private System.Windows.Forms.ToolStripButton toolStripButton2;
        private System.Windows.Forms.Panel panel4;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Panel panel5;
        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
        private System.Windows.Forms.RadioButton bigSet;
        private System.Windows.Forms.RadioButton smallSet;
        private System.Windows.Forms.Panel panel6;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.RadioButton standardSet;
        private System.Windows.Forms.ComboBox cbMinSupPercent;
        private System.Windows.Forms.ToolStripButton toolStripButton3;

    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久爱www久久做| 在线一区二区视频| 色婷婷国产精品综合在线观看| 欧美一区二区三区思思人| 久久无码av三级| 丝袜亚洲另类欧美| 91在线精品秘密一区二区| 欧美大片在线观看一区二区| 亚洲欧洲一区二区在线播放| 美国十次综合导航| 在线观看国产日韩| 国产网站一区二区| 久久精品999| 欧美一区永久视频免费观看| 亚洲精品成人悠悠色影视| 国内成+人亚洲+欧美+综合在线| 欧美图片一区二区三区| 国产精品久久久久三级| 国产成人免费xxxxxxxx| 精品免费日韩av| 日韩极品在线观看| 欧美色涩在线第一页| 亚洲激情在线激情| 91丨porny丨在线| 中文字幕不卡一区| 国产乱对白刺激视频不卡| 日韩视频一区二区三区| 日韩主播视频在线| 91精品国产综合久久久蜜臀图片 | 国产一区 二区| 日韩一区二区视频| 日产欧产美韩系列久久99| 欧美日韩视频在线第一区| 亚洲自拍偷拍图区| 欧美视频精品在线观看| 成人免费一区二区三区视频 | 91久久精品网| 亚洲天堂福利av| 成人av集中营| 亚洲欧美日韩国产手机在线| 色一情一乱一乱一91av| 亚洲黄网站在线观看| 在线观看av一区二区| 亚洲一区二区在线免费看| 欧美天天综合网| 午夜视频一区二区| 日韩一区二区三区在线视频| 麻豆成人综合网| 国产色产综合色产在线视频| 成人永久看片免费视频天堂| 国产精品对白交换视频 | 成人一区二区三区| 国产精品网站一区| 色欧美日韩亚洲| 青青草视频一区| 欧美精品一区二区三区视频| 成人一区二区三区视频在线观看| 亚洲天堂2014| 欧美妇女性影城| 韩国精品久久久| 亚洲情趣在线观看| 这里只有精品电影| 国产91精品一区二区| 亚洲日本护士毛茸茸| 欧美精品视频www在线观看| 久久er99热精品一区二区| 国产精品久久久久三级| 欧美精品一卡二卡| 国产iv一区二区三区| 亚洲综合成人在线视频| 欧美成人video| 成人高清伦理免费影院在线观看| 一区二区三区高清在线| 日韩美女视频在线| 91免费看`日韩一区二区| 青青草视频一区| 亚洲精品成人在线| 久久网站最新地址| 欧美性大战久久久久久久蜜臀| 精品亚洲porn| 亚洲最新视频在线观看| 精品国产乱码久久久久久夜甘婷婷| eeuss鲁片一区二区三区在线看| 日韩成人dvd| 亚洲精品久久久蜜桃| 国产丝袜在线精品| 欧美一区二区久久| 色综合久久天天| 国产成人精品免费视频网站| 日韩国产欧美在线视频| 亚洲日本va午夜在线电影| 欧美va在线播放| 91麻豆精品91久久久久同性| 成人激情电影免费在线观看| 久草中文综合在线| 日韩国产一区二| 亚洲sss视频在线视频| 亚洲国产精品成人综合| 精品国产电影一区二区| 欧美日韩亚洲丝袜制服| 99久久精品情趣| 成人激情小说乱人伦| 国产乱色国产精品免费视频| 久久精品久久综合| 丝袜美腿一区二区三区| 亚洲成人av一区| 亚洲精品成人少妇| 亚洲欧洲综合另类在线| 亚洲欧美日韩国产手机在线| 亚洲视频免费在线观看| 日本一区二区久久| 亚洲国产精品精华液2区45| 国产日产欧美一区| 精品福利二区三区| 精品999久久久| 久久麻豆一区二区| 国产日韩一级二级三级| 久久人人爽人人爽| 国产亚洲欧美一级| 亚洲国产成人在线| 亚洲欧美日韩系列| 亚洲电影一区二区三区| 亚洲综合色丁香婷婷六月图片| 国产精品理论片在线观看| 日本一二三四高清不卡| 亚洲手机成人高清视频| 日韩一区欧美小说| 亚洲精品国产无天堂网2021 | 日本精品视频一区二区| 日本精品裸体写真集在线观看| 日本丰满少妇一区二区三区| 色哦色哦哦色天天综合| 欧美嫩在线观看| 日韩精品一区二| 国产精品视频免费看| 亚洲人成网站色在线观看| 五月综合激情婷婷六月色窝| 美女网站色91| 成人免费高清视频| 欧美在线一二三四区| 日韩午夜电影av| 国产蜜臀av在线一区二区三区| 中文字幕中文字幕在线一区| 亚洲一区二区精品久久av| 裸体健美xxxx欧美裸体表演| 国产裸体歌舞团一区二区| 99视频在线观看一区三区| 欧美日韩一卡二卡| 久久久久久久久97黄色工厂| 亚洲人成精品久久久久久| 奇米888四色在线精品| av亚洲精华国产精华精| 666欧美在线视频| 国产精品久久久久久亚洲毛片| 亚洲综合激情小说| 狠狠色伊人亚洲综合成人| 成人免费电影视频| 69成人精品免费视频| 中文乱码免费一区二区| 同产精品九九九| 国产成人夜色高潮福利影视| 欧美欧美欧美欧美首页| 久久综合99re88久久爱| 一二三区精品视频| 国产99久久精品| 欧美精品一卡二卡| 自拍视频在线观看一区二区| 视频在线观看91| 色综合久久88色综合天天6| 久久综合色之久久综合| 午夜电影网一区| 97精品超碰一区二区三区| 日韩欧美激情一区| 亚洲国产三级在线| 99国产精品久久久久久久久久| 欧美一三区三区四区免费在线看| 亚洲精品乱码久久久久| 国产精品99久久久久久似苏梦涵| 69精品人人人人| 亚洲小说欧美激情另类| 成人黄动漫网站免费app| 久久综合国产精品| 久久精品国产一区二区| 欧美一卡在线观看| 亚洲国产日韩精品| 在线看不卡av| 亚洲乱码精品一二三四区日韩在线| 国产成人精品影视| 2020日本不卡一区二区视频| 美女视频第一区二区三区免费观看网站| 欧美亚洲一区三区| 中文字幕在线一区二区三区| 国产麻豆91精品| 久久久久久亚洲综合影院红桃| 精品亚洲欧美一区| 精品久久人人做人人爽| 乱一区二区av| 精品毛片乱码1区2区3区| 久久国产精品色| 精品va天堂亚洲国产|