?? formfptree.designer.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 + -