namespace HeuristicLab.CEDMA.Core { partial class ResultsViewContainer { /// /// 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.viewComboBox = new System.Windows.Forms.ComboBox(); this.showButton = new System.Windows.Forms.Button(); this.viewPanel = new System.Windows.Forms.Panel(); this.SuspendLayout(); // // viewComboBox // this.viewComboBox.FormattingEnabled = true; this.viewComboBox.Location = new System.Drawing.Point(3, 3); this.viewComboBox.Name = "viewComboBox"; this.viewComboBox.Size = new System.Drawing.Size(121, 21); this.viewComboBox.TabIndex = 1; this.viewComboBox.SelectedValueChanged += new System.EventHandler(this.viewComboBox_SelectedValueChanged); // // showButton // this.showButton.Location = new System.Drawing.Point(130, 3); this.showButton.Name = "showButton"; this.showButton.Size = new System.Drawing.Size(75, 23); this.showButton.TabIndex = 2; this.showButton.Text = "Show"; this.showButton.UseVisualStyleBackColor = true; this.showButton.Click += new System.EventHandler(this.showButton_Click); // // viewPanel // this.viewPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.viewPanel.Location = new System.Drawing.Point(4, 32); this.viewPanel.Name = "viewPanel"; this.viewPanel.Size = new System.Drawing.Size(443, 424); this.viewPanel.TabIndex = 4; // // ResultsViewContainer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.viewPanel); this.Controls.Add(this.showButton); this.Controls.Add(this.viewComboBox); this.Name = "ResultsViewContainer"; this.Size = new System.Drawing.Size(450, 459); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox viewComboBox; private System.Windows.Forms.Button showButton; private System.Windows.Forms.Panel viewPanel; } }