namespace HeuristicLab.Analysis.SolutionCaching.Views { partial class SolutionCacheView { /// /// 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.cacheSizeTextBox = 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:"; // // 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; // // 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"; // // SolutionCacheView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.toolStrip); this.Controls.Add(this.cacheSizeTextBox); this.Controls.Add(this.label1); this.Name = "SolutionCacheView"; 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.TextBox cacheSizeTextBox; private System.Windows.Forms.ToolStrip toolStrip; private System.Windows.Forms.ToolStripDropDownButton analyzeToolStripButton; } }