namespace HeuristicLab.CEDMA.Charting { partial class ModelView { /// /// 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.lowerSplitContainer = new System.Windows.Forms.SplitContainer(); this.algoButton = new System.Windows.Forms.Button(); this.splitContainer.Panel2.SuspendLayout(); this.splitContainer.SuspendLayout(); this.lowerSplitContainer.SuspendLayout(); this.SuspendLayout(); // // splitContainer // this.splitContainer.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.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer.Location = new System.Drawing.Point(0, 0); this.splitContainer.Name = "splitContainer"; this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer.Panel2 // this.splitContainer.Panel2.Controls.Add(this.lowerSplitContainer); this.splitContainer.Size = new System.Drawing.Size(450, 427); this.splitContainer.SplitterDistance = 185; this.splitContainer.TabIndex = 0; // // lowerSplitContainer // this.lowerSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.lowerSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.lowerSplitContainer.Location = new System.Drawing.Point(0, 0); this.lowerSplitContainer.Name = "lowerSplitContainer"; this.lowerSplitContainer.Size = new System.Drawing.Size(450, 238); this.lowerSplitContainer.SplitterDistance = 232; this.lowerSplitContainer.TabIndex = 0; // // algoButton // this.algoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.algoButton.Location = new System.Drawing.Point(352, 433); this.algoButton.Name = "algoButton"; this.algoButton.Size = new System.Drawing.Size(95, 23); this.algoButton.TabIndex = 1; this.algoButton.Text = "Open algorithm"; this.algoButton.UseVisualStyleBackColor = true; this.algoButton.Click += new System.EventHandler(this.algoButton_Click); // // ModelView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.algoButton); this.Controls.Add(this.splitContainer); this.Name = "ModelView"; this.Size = new System.Drawing.Size(450, 459); this.splitContainer.Panel2.ResumeLayout(false); this.splitContainer.ResumeLayout(false); this.lowerSplitContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer; private System.Windows.Forms.SplitContainer lowerSplitContainer; private System.Windows.Forms.Button algoButton; } }