namespace HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views { partial class PermutationSolutionDictionaryView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.cacheSizeTextBox = new System.Windows.Forms.TextBox(); this.partialSizeTextBox = new System.Windows.Forms.TextBox(); this.completeSizeTextBox = new System.Windows.Forms.TextBox(); this.toolStrip = new System.Windows.Forms.ToolStrip(); this.analyzeToolStripButton = new System.Windows.Forms.ToolStripDropDownButton(); this.toolStrip.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 60); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(64, 13); this.label1.TabIndex = 0; this.label1.Text = "Cache Size:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 92); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(108, 13); this.label2.TabIndex = 1; this.label2.Text = "Partial Solutions Size:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 124); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(123, 13); this.label3.TabIndex = 2; this.label3.Text = "Complete Solutions Size:"; // // cacheSizeTextBox // this.cacheSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cacheSizeTextBox.Location = new System.Drawing.Point(132, 57); this.cacheSizeTextBox.Name = "cacheSizeTextBox"; this.cacheSizeTextBox.ReadOnly = true; this.cacheSizeTextBox.Size = new System.Drawing.Size(351, 20); this.cacheSizeTextBox.TabIndex = 3; // // partialSizeTextBox // this.partialSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.partialSizeTextBox.Location = new System.Drawing.Point(132, 89); this.partialSizeTextBox.Name = "partialSizeTextBox"; this.partialSizeTextBox.ReadOnly = true; this.partialSizeTextBox.Size = new System.Drawing.Size(351, 20); this.partialSizeTextBox.TabIndex = 4; // // completeSizeTextBox // this.completeSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.completeSizeTextBox.Location = new System.Drawing.Point(132, 121); this.completeSizeTextBox.Name = "completeSizeTextBox"; this.completeSizeTextBox.ReadOnly = true; this.completeSizeTextBox.Size = new System.Drawing.Size(351, 20); this.completeSizeTextBox.TabIndex = 5; // // toolStrip // this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.analyzeToolStripButton}); this.toolStrip.Location = new System.Drawing.Point(0, 0); this.toolStrip.Name = "toolStrip"; this.toolStrip.Size = new System.Drawing.Size(486, 25); this.toolStrip.TabIndex = 6; // // analyzeToolStripButton // this.analyzeToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.analyzeToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.analyzeToolStripButton.Name = "analyzeToolStripButton"; this.analyzeToolStripButton.Size = new System.Drawing.Size(61, 22); this.analyzeToolStripButton.Text = "Analyze"; // // PermutationSolutionDictionaryView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.toolStrip); this.Controls.Add(this.completeSizeTextBox); this.Controls.Add(this.partialSizeTextBox); this.Controls.Add(this.cacheSizeTextBox); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "PermutationSolutionDictionaryView"; this.Size = new System.Drawing.Size(486, 175); this.toolStrip.ResumeLayout(false); this.toolStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox cacheSizeTextBox; private System.Windows.Forms.TextBox partialSizeTextBox; private System.Windows.Forms.TextBox completeSizeTextBox; private System.Windows.Forms.ToolStrip toolStrip; private System.Windows.Forms.ToolStripDropDownButton analyzeToolStripButton; } }