namespace HeuristicLab.Problems.QuadraticAssignment.Views { partial class QAPAssignmentView { /// /// 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.splitContainer = new System.Windows.Forms.SplitContainer(); this.qualityGroupBox = new System.Windows.Forms.GroupBox(); this.qualityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); this.visualizationTabPage = new System.Windows.Forms.TabPage(); this.pictureBox = new System.Windows.Forms.PictureBox(); this.valueTabPage = new System.Windows.Forms.TabPage(); this.assignmentGroupBox = new System.Windows.Forms.GroupBox(); this.assignmentViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.weightsRadioButton = new System.Windows.Forms.RadioButton(); this.distancesRadioButton = new System.Windows.Forms.RadioButton(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); this.splitContainer.Panel1.SuspendLayout(); this.splitContainer.Panel2.SuspendLayout(); this.splitContainer.SuspendLayout(); this.qualityGroupBox.SuspendLayout(); this.tabControl.SuspendLayout(); this.visualizationTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); this.valueTabPage.SuspendLayout(); this.assignmentGroupBox.SuspendLayout(); this.SuspendLayout(); // // splitContainer // this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer.Location = new System.Drawing.Point(0, 0); this.splitContainer.Name = "splitContainer"; this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer.Panel1 // this.splitContainer.Panel1.Controls.Add(this.qualityGroupBox); // // splitContainer.Panel2 // this.splitContainer.Panel2.Controls.Add(this.tabControl); this.splitContainer.Size = new System.Drawing.Size(536, 378); this.splitContainer.SplitterDistance = 64; this.splitContainer.TabIndex = 1; // // qualityGroupBox // this.qualityGroupBox.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.qualityGroupBox.Controls.Add(this.qualityViewHost); this.qualityGroupBox.Location = new System.Drawing.Point(0, 0); this.qualityGroupBox.Name = "qualityGroupBox"; this.qualityGroupBox.Size = new System.Drawing.Size(536, 61); this.qualityGroupBox.TabIndex = 0; this.qualityGroupBox.TabStop = false; this.qualityGroupBox.Text = "Quality"; // // qualityViewHost // this.qualityViewHost.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.qualityViewHost.Caption = "View"; this.qualityViewHost.Content = null; this.qualityViewHost.Enabled = false; this.qualityViewHost.Location = new System.Drawing.Point(6, 19); this.qualityViewHost.Name = "qualityViewHost"; this.qualityViewHost.ReadOnly = false; this.qualityViewHost.Size = new System.Drawing.Size(524, 36); this.qualityViewHost.TabIndex = 0; this.qualityViewHost.ViewsLabelVisible = true; this.qualityViewHost.ViewType = null; // // tabControl // this.tabControl.AllowDrop = true; this.tabControl.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.tabControl.Controls.Add(this.visualizationTabPage); this.tabControl.Controls.Add(this.valueTabPage); this.tabControl.Location = new System.Drawing.Point(0, 3); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(536, 307); this.tabControl.TabIndex = 0; // // visualizationTabPage // this.visualizationTabPage.Controls.Add(this.distancesRadioButton); this.visualizationTabPage.Controls.Add(this.weightsRadioButton); this.visualizationTabPage.Controls.Add(this.pictureBox); this.visualizationTabPage.Location = new System.Drawing.Point(4, 22); this.visualizationTabPage.Name = "visualizationTabPage"; this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3); this.visualizationTabPage.Size = new System.Drawing.Size(528, 281); this.visualizationTabPage.TabIndex = 0; this.visualizationTabPage.Text = "Visualization"; this.visualizationTabPage.UseVisualStyleBackColor = true; // // pictureBox // this.pictureBox.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.pictureBox.BackColor = System.Drawing.Color.White; this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBox.Location = new System.Drawing.Point(84, 6); this.pictureBox.Name = "pictureBox"; this.pictureBox.Size = new System.Drawing.Size(438, 269); this.pictureBox.TabIndex = 0; this.pictureBox.TabStop = false; this.pictureBox.SizeChanged += new System.EventHandler(this.pictureBox_SizeChanged); // // valueTabPage // this.valueTabPage.Controls.Add(this.assignmentGroupBox); this.valueTabPage.Location = new System.Drawing.Point(4, 22); this.valueTabPage.Name = "valueTabPage"; this.valueTabPage.Padding = new System.Windows.Forms.Padding(3); this.valueTabPage.Size = new System.Drawing.Size(528, 281); this.valueTabPage.TabIndex = 1; this.valueTabPage.Text = "Value"; this.valueTabPage.UseVisualStyleBackColor = true; // // assignmentGroupBox // this.assignmentGroupBox.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.assignmentGroupBox.Controls.Add(this.assignmentViewHost); this.assignmentGroupBox.Location = new System.Drawing.Point(6, 6); this.assignmentGroupBox.Name = "assignmentGroupBox"; this.assignmentGroupBox.Size = new System.Drawing.Size(516, 269); this.assignmentGroupBox.TabIndex = 0; this.assignmentGroupBox.TabStop = false; this.assignmentGroupBox.Text = "Assignment"; // // assignmentViewHost // this.assignmentViewHost.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.assignmentViewHost.Caption = "View"; this.assignmentViewHost.Content = null; this.assignmentViewHost.Enabled = false; this.assignmentViewHost.Location = new System.Drawing.Point(6, 19); this.assignmentViewHost.Name = "assignmentViewHost"; this.assignmentViewHost.ReadOnly = false; this.assignmentViewHost.Size = new System.Drawing.Size(504, 244); this.assignmentViewHost.TabIndex = 0; this.assignmentViewHost.ViewsLabelVisible = true; this.assignmentViewHost.ViewType = null; // // weightsRadioButton // this.weightsRadioButton.AutoSize = true; this.weightsRadioButton.Location = new System.Drawing.Point(6, 29); this.weightsRadioButton.Name = "weightsRadioButton"; this.weightsRadioButton.Size = new System.Drawing.Size(64, 17); this.weightsRadioButton.TabIndex = 1; this.weightsRadioButton.Text = "Weights"; this.weightsRadioButton.UseVisualStyleBackColor = true; this.weightsRadioButton.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged); // // distancesRadioButton // this.distancesRadioButton.AutoSize = true; this.distancesRadioButton.Checked = true; this.distancesRadioButton.Location = new System.Drawing.Point(6, 6); this.distancesRadioButton.Name = "distancesRadioButton"; this.distancesRadioButton.Size = new System.Drawing.Size(72, 17); this.distancesRadioButton.TabIndex = 2; this.distancesRadioButton.TabStop = true; this.distancesRadioButton.Text = "Distances"; this.distancesRadioButton.UseVisualStyleBackColor = true; this.distancesRadioButton.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged); // // QAPAssignmentView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer); this.Name = "QAPAssignmentView"; this.Size = new System.Drawing.Size(536, 378); this.splitContainer.Panel1.ResumeLayout(false); this.splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); this.splitContainer.ResumeLayout(false); this.qualityGroupBox.ResumeLayout(false); this.tabControl.ResumeLayout(false); this.visualizationTabPage.ResumeLayout(false); this.visualizationTabPage.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit(); this.valueTabPage.ResumeLayout(false); this.assignmentGroupBox.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer; private System.Windows.Forms.GroupBox qualityGroupBox; private MainForm.WindowsForms.ViewHost qualityViewHost; private MainForm.WindowsForms.DragOverTabControl tabControl; private System.Windows.Forms.TabPage visualizationTabPage; private System.Windows.Forms.PictureBox pictureBox; private System.Windows.Forms.TabPage valueTabPage; private System.Windows.Forms.GroupBox assignmentGroupBox; private MainForm.WindowsForms.ViewHost assignmentViewHost; private System.Windows.Forms.RadioButton distancesRadioButton; private System.Windows.Forms.RadioButton weightsRadioButton; } }