[17404] | 1 | namespace HeuristicLab.JsonInterface.OptimizerIntegration {
|
---|
| 2 | partial class ExportJsonDialog {
|
---|
| 3 | /// <summary>
|
---|
| 4 | /// Required designer variable.
|
---|
| 5 | /// </summary>
|
---|
| 6 | private System.ComponentModel.IContainer components = null;
|
---|
| 7 |
|
---|
| 8 | /// <summary>
|
---|
| 9 | /// Clean up any resources being used.
|
---|
| 10 | /// </summary>
|
---|
| 11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 12 | protected override void Dispose(bool disposing) {
|
---|
| 13 | if (disposing && (components != null)) {
|
---|
| 14 | components.Dispose();
|
---|
| 15 | }
|
---|
| 16 | base.Dispose(disposing);
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | #region Windows Form Designer generated code
|
---|
| 20 |
|
---|
| 21 | /// <summary>
|
---|
| 22 | /// Required method for Designer support - do not modify
|
---|
| 23 | /// the contents of this method with the code editor.
|
---|
| 24 | /// </summary>
|
---|
| 25 | private void InitializeComponent() {
|
---|
| 26 | this.components = new System.ComponentModel.Container();
|
---|
| 27 | this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 28 | this.exportButton = new System.Windows.Forms.Button();
|
---|
[17405] | 29 | this.treeView = new System.Windows.Forms.TreeView();
|
---|
| 30 | this.groupBoxDetails = new System.Windows.Forms.GroupBox();
|
---|
[17446] | 31 | this.panelParameterDetails = new System.Windows.Forms.Panel();
|
---|
[17451] | 32 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
[17444] | 33 | this.treeViewResults = new System.Windows.Forms.TreeView();
|
---|
[17451] | 34 | this.groupBox = new System.Windows.Forms.GroupBox();
|
---|
| 35 | this.panelResultDetails = new System.Windows.Forms.Panel();
|
---|
[17435] | 36 | this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
---|
[17439] | 37 | this.tabControl1 = new System.Windows.Forms.TabControl();
|
---|
| 38 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
| 39 | this.tabPage2 = new System.Windows.Forms.TabPage();
|
---|
[17444] | 40 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 41 | this.textBoxTemplateName = new System.Windows.Forms.TextBox();
|
---|
| 42 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
[17439] | 43 | this.jsonItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
---|
[17405] | 44 | this.groupBoxDetails.SuspendLayout();
|
---|
[17451] | 45 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
---|
| 46 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
| 47 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
| 48 | this.splitContainer1.SuspendLayout();
|
---|
| 49 | this.groupBox.SuspendLayout();
|
---|
[17435] | 50 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
---|
| 51 | this.splitContainer2.Panel1.SuspendLayout();
|
---|
| 52 | this.splitContainer2.Panel2.SuspendLayout();
|
---|
| 53 | this.splitContainer2.SuspendLayout();
|
---|
[17439] | 54 | this.tabControl1.SuspendLayout();
|
---|
| 55 | this.tabPage1.SuspendLayout();
|
---|
| 56 | this.tabPage2.SuspendLayout();
|
---|
[17444] | 57 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[17439] | 58 | ((System.ComponentModel.ISupportInitialize)(this.jsonItemBindingSource)).BeginInit();
|
---|
[17404] | 59 | this.SuspendLayout();
|
---|
| 60 | //
|
---|
| 61 | // dataGridViewTextBoxColumn1
|
---|
| 62 | //
|
---|
| 63 | this.dataGridViewTextBoxColumn1.DataPropertyName = "Value";
|
---|
| 64 | this.dataGridViewTextBoxColumn1.HeaderText = "Value";
|
---|
| 65 | this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
---|
| 66 | //
|
---|
| 67 | // exportButton
|
---|
| 68 | //
|
---|
[17444] | 69 | this.exportButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[17446] | 70 | this.exportButton.Location = new System.Drawing.Point(630, 575);
|
---|
[17404] | 71 | this.exportButton.Name = "exportButton";
|
---|
[17444] | 72 | this.exportButton.Size = new System.Drawing.Size(191, 29);
|
---|
[17404] | 73 | this.exportButton.TabIndex = 1;
|
---|
| 74 | this.exportButton.Text = "Export";
|
---|
| 75 | this.exportButton.UseVisualStyleBackColor = true;
|
---|
| 76 | this.exportButton.Click += new System.EventHandler(this.exportButton_Click);
|
---|
| 77 | //
|
---|
[17405] | 78 | // treeView
|
---|
[17404] | 79 | //
|
---|
[17439] | 80 | this.treeView.CheckBoxes = true;
|
---|
[17446] | 81 | this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 82 | this.treeView.Location = new System.Drawing.Point(0, 6);
|
---|
[17405] | 83 | this.treeView.Name = "treeView";
|
---|
[17451] | 84 | this.treeView.Size = new System.Drawing.Size(380, 492);
|
---|
[17405] | 85 | this.treeView.TabIndex = 3;
|
---|
| 86 | this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
|
---|
| 87 | //
|
---|
| 88 | // groupBoxDetails
|
---|
| 89 | //
|
---|
[17446] | 90 | this.groupBoxDetails.Controls.Add(this.panelParameterDetails);
|
---|
| 91 | this.groupBoxDetails.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 92 | this.groupBoxDetails.Location = new System.Drawing.Point(0, 0);
|
---|
[17405] | 93 | this.groupBoxDetails.Name = "groupBoxDetails";
|
---|
[17451] | 94 | this.groupBoxDetails.Size = new System.Drawing.Size(412, 499);
|
---|
[17405] | 95 | this.groupBoxDetails.TabIndex = 4;
|
---|
| 96 | this.groupBoxDetails.TabStop = false;
|
---|
| 97 | this.groupBoxDetails.Text = "Details";
|
---|
[17404] | 98 | //
|
---|
[17446] | 99 | // panelParameterDetails
|
---|
[17405] | 100 | //
|
---|
[17446] | 101 | this.panelParameterDetails.AutoScroll = true;
|
---|
| 102 | this.panelParameterDetails.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 103 | this.panelParameterDetails.Location = new System.Drawing.Point(3, 16);
|
---|
| 104 | this.panelParameterDetails.Name = "panelParameterDetails";
|
---|
[17451] | 105 | this.panelParameterDetails.Size = new System.Drawing.Size(406, 480);
|
---|
[17446] | 106 | this.panelParameterDetails.TabIndex = 0;
|
---|
[17405] | 107 | //
|
---|
[17451] | 108 | // splitContainer1
|
---|
[17435] | 109 | //
|
---|
[17451] | 110 | this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 111 | this.splitContainer1.Location = new System.Drawing.Point(3, 3);
|
---|
| 112 | this.splitContainer1.Name = "splitContainer1";
|
---|
[17435] | 113 | //
|
---|
[17451] | 114 | // splitContainer1.Panel1
|
---|
[17435] | 115 | //
|
---|
[17451] | 116 | this.splitContainer1.Panel1.Controls.Add(this.treeViewResults);
|
---|
| 117 | this.splitContainer1.Panel1.Padding = new System.Windows.Forms.Padding(0, 6, 0, 1);
|
---|
[17435] | 118 | //
|
---|
[17451] | 119 | // splitContainer1.Panel2
|
---|
| 120 | //
|
---|
| 121 | this.splitContainer1.Panel2.Controls.Add(this.groupBox);
|
---|
| 122 | this.splitContainer1.Size = new System.Drawing.Size(796, 499);
|
---|
| 123 | this.splitContainer1.SplitterDistance = 380;
|
---|
| 124 | this.splitContainer1.TabIndex = 7;
|
---|
| 125 | //
|
---|
[17444] | 126 | // treeViewResults
|
---|
| 127 | //
|
---|
| 128 | this.treeViewResults.CheckBoxes = true;
|
---|
[17451] | 129 | this.treeViewResults.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 130 | this.treeViewResults.Location = new System.Drawing.Point(0, 6);
|
---|
[17444] | 131 | this.treeViewResults.Name = "treeViewResults";
|
---|
[17451] | 132 | this.treeViewResults.Size = new System.Drawing.Size(380, 492);
|
---|
[17444] | 133 | this.treeViewResults.TabIndex = 6;
|
---|
[17451] | 134 | this.treeViewResults.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeViewResults_AfterCheck);
|
---|
| 135 | this.treeViewResults.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewResults_AfterSelect);
|
---|
[17444] | 136 | //
|
---|
[17451] | 137 | // groupBox
|
---|
| 138 | //
|
---|
| 139 | this.groupBox.Controls.Add(this.panelResultDetails);
|
---|
| 140 | this.groupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 141 | this.groupBox.Location = new System.Drawing.Point(0, 0);
|
---|
| 142 | this.groupBox.Name = "groupBox";
|
---|
| 143 | this.groupBox.Size = new System.Drawing.Size(412, 499);
|
---|
| 144 | this.groupBox.TabIndex = 5;
|
---|
| 145 | this.groupBox.TabStop = false;
|
---|
| 146 | this.groupBox.Text = "Details";
|
---|
| 147 | //
|
---|
| 148 | // panelResultDetails
|
---|
| 149 | //
|
---|
| 150 | this.panelResultDetails.AutoScroll = true;
|
---|
| 151 | this.panelResultDetails.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 152 | this.panelResultDetails.Location = new System.Drawing.Point(3, 16);
|
---|
| 153 | this.panelResultDetails.Name = "panelResultDetails";
|
---|
| 154 | this.panelResultDetails.Size = new System.Drawing.Size(406, 480);
|
---|
| 155 | this.panelResultDetails.TabIndex = 0;
|
---|
| 156 | //
|
---|
[17439] | 157 | // splitContainer2
|
---|
[17435] | 158 | //
|
---|
[17446] | 159 | this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 160 | this.splitContainer2.Location = new System.Drawing.Point(3, 3);
|
---|
[17439] | 161 | this.splitContainer2.Name = "splitContainer2";
|
---|
[17435] | 162 | //
|
---|
[17439] | 163 | // splitContainer2.Panel1
|
---|
[17435] | 164 | //
|
---|
[17446] | 165 | this.splitContainer2.Panel1.Controls.Add(this.treeView);
|
---|
[17451] | 166 | this.splitContainer2.Panel1.Padding = new System.Windows.Forms.Padding(0, 6, 0, 1);
|
---|
[17435] | 167 | //
|
---|
[17439] | 168 | // splitContainer2.Panel2
|
---|
[17435] | 169 | //
|
---|
[17439] | 170 | this.splitContainer2.Panel2.Controls.Add(this.groupBoxDetails);
|
---|
[17446] | 171 | this.splitContainer2.Size = new System.Drawing.Size(796, 499);
|
---|
[17451] | 172 | this.splitContainer2.SplitterDistance = 380;
|
---|
[17439] | 173 | this.splitContainer2.TabIndex = 9;
|
---|
[17435] | 174 | //
|
---|
[17439] | 175 | // tabControl1
|
---|
[17435] | 176 | //
|
---|
[17439] | 177 | this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[17435] | 178 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 179 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[17439] | 180 | this.tabControl1.Controls.Add(this.tabPage1);
|
---|
| 181 | this.tabControl1.Controls.Add(this.tabPage2);
|
---|
[17444] | 182 | this.tabControl1.Location = new System.Drawing.Point(12, 38);
|
---|
[17439] | 183 | this.tabControl1.Name = "tabControl1";
|
---|
| 184 | this.tabControl1.SelectedIndex = 0;
|
---|
[17446] | 185 | this.tabControl1.Size = new System.Drawing.Size(810, 531);
|
---|
[17439] | 186 | this.tabControl1.TabIndex = 10;
|
---|
[17435] | 187 | //
|
---|
[17439] | 188 | // tabPage1
|
---|
[17435] | 189 | //
|
---|
[17439] | 190 | this.tabPage1.Controls.Add(this.splitContainer2);
|
---|
| 191 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
| 192 | this.tabPage1.Name = "tabPage1";
|
---|
| 193 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
[17446] | 194 | this.tabPage1.Size = new System.Drawing.Size(802, 505);
|
---|
[17439] | 195 | this.tabPage1.TabIndex = 0;
|
---|
| 196 | this.tabPage1.Text = "Parameters";
|
---|
| 197 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
[17435] | 198 | //
|
---|
[17439] | 199 | // tabPage2
|
---|
[17435] | 200 | //
|
---|
[17451] | 201 | this.tabPage2.Controls.Add(this.splitContainer1);
|
---|
[17439] | 202 | this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
---|
| 203 | this.tabPage2.Name = "tabPage2";
|
---|
| 204 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
[17446] | 205 | this.tabPage2.Size = new System.Drawing.Size(802, 505);
|
---|
[17439] | 206 | this.tabPage2.TabIndex = 1;
|
---|
| 207 | this.tabPage2.Text = "Results";
|
---|
| 208 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
[17435] | 209 | //
|
---|
[17444] | 210 | // label1
|
---|
| 211 | //
|
---|
| 212 | this.label1.AutoSize = true;
|
---|
| 213 | this.label1.Location = new System.Drawing.Point(12, 15);
|
---|
| 214 | this.label1.Name = "label1";
|
---|
| 215 | this.label1.Size = new System.Drawing.Size(82, 13);
|
---|
| 216 | this.label1.TabIndex = 11;
|
---|
| 217 | this.label1.Text = "Template Name";
|
---|
| 218 | //
|
---|
| 219 | // textBoxTemplateName
|
---|
| 220 | //
|
---|
| 221 | this.textBoxTemplateName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 222 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 223 | this.errorProvider.SetIconAlignment(this.textBoxTemplateName, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 224 | this.textBoxTemplateName.Location = new System.Drawing.Point(100, 12);
|
---|
| 225 | this.textBoxTemplateName.Name = "textBoxTemplateName";
|
---|
[17446] | 226 | this.textBoxTemplateName.Size = new System.Drawing.Size(721, 20);
|
---|
[17444] | 227 | this.textBoxTemplateName.TabIndex = 12;
|
---|
| 228 | this.textBoxTemplateName.Text = "Template";
|
---|
| 229 | this.textBoxTemplateName.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxTemplateName_Validating);
|
---|
| 230 | //
|
---|
| 231 | // errorProvider
|
---|
| 232 | //
|
---|
| 233 | this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
|
---|
| 234 | this.errorProvider.ContainerControl = this;
|
---|
| 235 | //
|
---|
[17439] | 236 | // jsonItemBindingSource
|
---|
| 237 | //
|
---|
| 238 | this.jsonItemBindingSource.DataSource = typeof(HeuristicLab.JsonInterface.IJsonItem);
|
---|
| 239 | //
|
---|
[17404] | 240 | // ExportJsonDialog
|
---|
| 241 | //
|
---|
| 242 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 243 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[17446] | 244 | this.ClientSize = new System.Drawing.Size(834, 616);
|
---|
[17444] | 245 | this.Controls.Add(this.textBoxTemplateName);
|
---|
| 246 | this.Controls.Add(this.label1);
|
---|
[17439] | 247 | this.Controls.Add(this.exportButton);
|
---|
| 248 | this.Controls.Add(this.tabControl1);
|
---|
[17404] | 249 | this.Name = "ExportJsonDialog";
|
---|
| 250 | this.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
---|
| 251 | this.ShowIcon = false;
|
---|
| 252 | this.Text = "Export Json";
|
---|
[17405] | 253 | this.groupBoxDetails.ResumeLayout(false);
|
---|
[17451] | 254 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
| 255 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
| 256 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
| 257 | this.splitContainer1.ResumeLayout(false);
|
---|
| 258 | this.groupBox.ResumeLayout(false);
|
---|
[17435] | 259 | this.splitContainer2.Panel1.ResumeLayout(false);
|
---|
| 260 | this.splitContainer2.Panel2.ResumeLayout(false);
|
---|
| 261 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
---|
| 262 | this.splitContainer2.ResumeLayout(false);
|
---|
[17439] | 263 | this.tabControl1.ResumeLayout(false);
|
---|
| 264 | this.tabPage1.ResumeLayout(false);
|
---|
| 265 | this.tabPage2.ResumeLayout(false);
|
---|
[17444] | 266 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[17439] | 267 | ((System.ComponentModel.ISupportInitialize)(this.jsonItemBindingSource)).EndInit();
|
---|
[17404] | 268 | this.ResumeLayout(false);
|
---|
[17444] | 269 | this.PerformLayout();
|
---|
[17404] | 270 |
|
---|
| 271 | }
|
---|
| 272 |
|
---|
| 273 | #endregion
|
---|
| 274 |
|
---|
| 275 | private System.Windows.Forms.BindingSource jsonItemBindingSource;
|
---|
| 276 | private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
---|
| 277 | private System.Windows.Forms.Button exportButton;
|
---|
[17405] | 278 | private System.Windows.Forms.TreeView treeView;
|
---|
| 279 | private System.Windows.Forms.GroupBox groupBoxDetails;
|
---|
[17446] | 280 | private System.Windows.Forms.Panel panelParameterDetails;
|
---|
[17435] | 281 | private System.Windows.Forms.SplitContainer splitContainer2;
|
---|
[17439] | 282 | private System.Windows.Forms.TabControl tabControl1;
|
---|
| 283 | private System.Windows.Forms.TabPage tabPage1;
|
---|
| 284 | private System.Windows.Forms.TabPage tabPage2;
|
---|
[17443] | 285 | private System.Windows.Forms.TreeView treeViewResults;
|
---|
[17444] | 286 | private System.Windows.Forms.Label label1;
|
---|
| 287 | private System.Windows.Forms.TextBox textBoxTemplateName;
|
---|
| 288 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
[17446] | 289 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
| 290 | private System.Windows.Forms.GroupBox groupBox;
|
---|
| 291 | private System.Windows.Forms.Panel panelResultDetails;
|
---|
[17404] | 292 | }
|
---|
| 293 | } |
---|