namespace HeuristicLab.JsonInterface.OptimizerIntegration { partial class ExportJsonDialog { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.exportButton = new System.Windows.Forms.Button(); this.treeView = new System.Windows.Forms.TreeView(); this.groupBoxDetails = new System.Windows.Forms.GroupBox(); this.panel = new System.Windows.Forms.Panel(); this.jsonItemBindingSource = new System.Windows.Forms.BindingSource(this.components); this.resultItems = new System.Windows.Forms.CheckedListBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.groupBoxDetails.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.jsonItemBindingSource)).BeginInit(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.SuspendLayout(); // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "Value"; this.dataGridViewTextBoxColumn1.HeaderText = "Value"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; // // exportButton // this.exportButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.exportButton.Location = new System.Drawing.Point(3, 570); this.exportButton.Name = "exportButton"; this.exportButton.Size = new System.Drawing.Size(422, 29); this.exportButton.TabIndex = 1; this.exportButton.Text = "Export"; this.exportButton.UseVisualStyleBackColor = true; this.exportButton.Click += new System.EventHandler(this.exportButton_Click); // // treeView // this.treeView.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.treeView.Location = new System.Drawing.Point(6, 19); this.treeView.Name = "treeView"; this.treeView.Size = new System.Drawing.Size(353, 327); this.treeView.TabIndex = 3; this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect); // // groupBoxDetails // this.groupBoxDetails.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.groupBoxDetails.Controls.Add(this.panel); this.groupBoxDetails.Location = new System.Drawing.Point(3, 3); this.groupBoxDetails.Name = "groupBoxDetails"; this.groupBoxDetails.Size = new System.Drawing.Size(422, 561); this.groupBoxDetails.TabIndex = 4; this.groupBoxDetails.TabStop = false; this.groupBoxDetails.Text = "Details"; // // panel // this.panel.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.panel.AutoScroll = true; this.panel.Location = new System.Drawing.Point(7, 20); this.panel.Name = "panel"; this.panel.Size = new System.Drawing.Size(409, 535); this.panel.TabIndex = 0; // // jsonItemBindingSource // this.jsonItemBindingSource.DataSource = typeof(HeuristicLab.JsonInterface.IJsonItem); // // resultItems // this.resultItems.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.resultItems.FormattingEnabled = true; this.resultItems.Location = new System.Drawing.Point(6, 19); this.resultItems.Name = "resultItems"; this.resultItems.Size = new System.Drawing.Size(353, 199); this.resultItems.TabIndex = 5; // // groupBox2 // this.groupBox2.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.groupBox2.Controls.Add(this.treeView); this.groupBox2.Location = new System.Drawing.Point(3, 3); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(365, 352); this.groupBox2.TabIndex = 6; this.groupBox2.TabStop = false; this.groupBox2.Text = "Elements"; // // groupBox3 // this.groupBox3.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.groupBox3.Controls.Add(this.resultItems); this.groupBox3.Location = new System.Drawing.Point(3, 3); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(365, 231); this.groupBox3.TabIndex = 7; this.groupBox3.TabStop = false; this.groupBox3.Text = "Result Elements"; // // splitContainer1 // this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(3, 3); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.groupBox2); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.groupBox3); this.splitContainer1.Size = new System.Drawing.Size(371, 599); this.splitContainer1.SplitterDistance = 358; this.splitContainer1.TabIndex = 8; // // splitContainer2 // this.splitContainer2.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.splitContainer2.Location = new System.Drawing.Point(12, 12); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.splitContainer1); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.groupBoxDetails); this.splitContainer2.Panel2.Controls.Add(this.exportButton); this.splitContainer2.Size = new System.Drawing.Size(809, 605); this.splitContainer2.SplitterDistance = 377; this.splitContainer2.TabIndex = 9; // // ExportJsonDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(833, 629); this.Controls.Add(this.splitContainer2); this.Name = "ExportJsonDialog"; this.RightToLeft = System.Windows.Forms.RightToLeft.No; this.ShowIcon = false; this.Text = "Export Json"; this.groupBoxDetails.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.jsonItemBindingSource)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.BindingSource jsonItemBindingSource; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.Button exportButton; private System.Windows.Forms.TreeView treeView; private System.Windows.Forms.GroupBox groupBoxDetails; private System.Windows.Forms.Panel panel; private System.Windows.Forms.CheckedListBox resultItems; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.SplitContainer splitContainer2; } }