Changeset 17924
- Timestamp:
- 03/30/21 18:03:29 (4 years ago)
- Location:
- branches/3026_IntegrationIntoSymSpace
- Files:
-
- 10 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/ArrayJsonItemControl.Designer.cs
r17829 r17924 43 43 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 44 44 this.tableLayoutPanel1.RowCount = 2; 45 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 4 1F));45 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 47F)); 46 46 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 47 this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 4 1);47 this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 47); 48 48 this.tableLayoutPanel1.TabIndex = 24; 49 49 // … … 55 55 this.groupBox2.Margin = new System.Windows.Forms.Padding(0); 56 56 this.groupBox2.Name = "groupBox2"; 57 this.groupBox2.Size = new System.Drawing.Size(526, 41); 57 this.groupBox2.Padding = new System.Windows.Forms.Padding(6); 58 this.groupBox2.Size = new System.Drawing.Size(526, 47); 58 59 this.groupBox2.TabIndex = 19; 59 60 this.groupBox2.TabStop = false; … … 66 67 this.tableLayoutPanel2.Controls.Add(this.checkBoxResizable, 0, 0); 67 68 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; 68 this.tableLayoutPanel2.Location = new System.Drawing.Point( 3, 16);69 this.tableLayoutPanel2.Location = new System.Drawing.Point(6, 19); 69 70 this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0); 70 71 this.tableLayoutPanel2.Name = "tableLayoutPanel2"; 71 72 this.tableLayoutPanel2.RowCount = 1; 72 73 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 73 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 2 0F));74 this.tableLayoutPanel2.Size = new System.Drawing.Size(5 20, 22);74 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F)); 75 this.tableLayoutPanel2.Size = new System.Drawing.Size(514, 22); 75 76 this.tableLayoutPanel2.TabIndex = 22; 76 77 // … … 82 83 this.checkBoxResizable.Margin = new System.Windows.Forms.Padding(0); 83 84 this.checkBoxResizable.Name = "checkBoxResizable"; 84 this.checkBoxResizable.Size = new System.Drawing.Size(5 20, 22);85 this.checkBoxResizable.Size = new System.Drawing.Size(514, 22); 85 86 this.checkBoxResizable.TabIndex = 4; 86 87 this.checkBoxResizable.Text = "Resizable"; … … 93 94 this.Controls.Add(this.tableLayoutPanel1); 94 95 this.Name = "ArrayJsonItemControl"; 95 this.Size = new System.Drawing.Size(526, 4 1);96 this.Size = new System.Drawing.Size(526, 47); 96 97 this.tableLayoutPanel1.ResumeLayout(false); 97 98 this.groupBox2.ResumeLayout(false); -
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/CompoundControl.Designer.cs
r17829 r17924 47 47 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 48 48 this.Controls.Add(this.tableLayoutPanel1); 49 this.Margin = new System.Windows.Forms.Padding(0);50 49 this.Name = "CompoundControl"; 51 50 this.Size = new System.Drawing.Size(526, 22); -
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/ConcreteItemsRestrictor.Designer.cs
r17829 r17924 43 43 this.tableOptions.RowCount = 1; 44 44 this.tableOptions.RowStyles.Add(new System.Windows.Forms.RowStyle()); 45 this.tableOptions.Size = new System.Drawing.Size(49 4, 181);45 this.tableOptions.Size = new System.Drawing.Size(491, 181); 46 46 this.tableOptions.TabIndex = 13; 47 47 // … … 53 53 this.groupBox1.Margin = new System.Windows.Forms.Padding(0); 54 54 this.groupBox1.Name = "groupBox1"; 55 this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 3, 6, 3); 55 56 this.groupBox1.Size = new System.Drawing.Size(500, 200); 56 57 this.groupBox1.TabIndex = 0; -
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/ConcreteItemsRestrictor.cs
r17843 r17924 40 40 CheckBox checkBox = new CheckBox(); 41 41 checkBox.Checked = true; 42 checkBox.Margin = new Padding(0); 42 43 43 44 checkBox.CheckStateChanged += (o, args) => { -
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/JsonItemBaseControl.Designer.cs
r17829 r17924 46 46 this.textBoxName.Dock = System.Windows.Forms.DockStyle.Fill; 47 47 this.errorProvider.SetIconAlignment(this.textBoxName, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 48 this.textBoxName.Location = new System.Drawing.Point(100, 2);49 this.textBoxName.Margin = new System.Windows.Forms.Padding(0 , 2, 0, 0);48 this.textBoxName.Location = new System.Drawing.Point(100, 0); 49 this.textBoxName.Margin = new System.Windows.Forms.Padding(0); 50 50 this.textBoxName.Name = "textBoxName"; 51 51 this.textBoxName.Size = new System.Drawing.Size(394, 20); … … 62 62 this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); 63 63 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 64 this.tableLayoutPanel1.RowCount = 2; 65 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); 64 this.tableLayoutPanel1.RowCount = 3; 65 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F)); 66 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 6F)); 66 67 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 68 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 67 69 this.tableLayoutPanel1.Size = new System.Drawing.Size(494, 594); 68 70 this.tableLayoutPanel1.TabIndex = 16; … … 85 87 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 86 88 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 87 this.tableLayoutPanel5.Size = new System.Drawing.Size(494, 50);89 this.tableLayoutPanel5.Size = new System.Drawing.Size(494, 44); 88 90 this.tableLayoutPanel5.TabIndex = 17; 89 91 // … … 91 93 // 92 94 this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill; 93 this.textBoxDescription.Location = new System.Drawing.Point(100, 2 7);94 this.textBoxDescription.Margin = new System.Windows.Forms.Padding(0 , 2, 0, 0);95 this.textBoxDescription.Location = new System.Drawing.Point(100, 23); 96 this.textBoxDescription.Margin = new System.Windows.Forms.Padding(0); 95 97 this.textBoxDescription.Name = "textBoxDescription"; 96 98 this.textBoxDescription.Size = new System.Drawing.Size(394, 20); … … 104 106 this.label1.Margin = new System.Windows.Forms.Padding(0); 105 107 this.label1.Name = "label1"; 106 this.label1.Size = new System.Drawing.Size(100, 2 5);108 this.label1.Size = new System.Drawing.Size(100, 23); 107 109 this.label1.TabIndex = 9; 108 110 this.label1.Text = "Name"; … … 113 115 this.labelDescription.AutoSize = true; 114 116 this.labelDescription.Dock = System.Windows.Forms.DockStyle.Fill; 115 this.labelDescription.Location = new System.Drawing.Point(0, 2 5);117 this.labelDescription.Location = new System.Drawing.Point(0, 23); 116 118 this.labelDescription.Margin = new System.Windows.Forms.Padding(0); 117 119 this.labelDescription.Name = "labelDescription"; 118 this.labelDescription.Size = new System.Drawing.Size(100, 2 5);120 this.labelDescription.Size = new System.Drawing.Size(100, 24); 119 121 this.labelDescription.TabIndex = 13; 120 122 this.labelDescription.Text = "Description"; -
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/JsonItemBaseControl.cs
r17843 r17924 15 15 if (control != null) { 16 16 control.Margin = new Padding() { All = 0 }; 17 tableLayoutPanel1.Controls.Add(control, 0, 1);17 tableLayoutPanel1.Controls.Add(control, 0, 2); 18 18 control.Dock = DockStyle.Fill; 19 19 } -
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/MatrixJsonItemControl.Designer.cs
r17829 r17924 28 28 this.groupBox2 = new System.Windows.Forms.GroupBox(); 29 29 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 30 this.checkBoxRowsResizable = new System.Windows.Forms.CheckBox(); 30 31 this.checkBoxColumnsResizable = new System.Windows.Forms.CheckBox(); 31 this.checkBoxRowsResizable = new System.Windows.Forms.CheckBox();32 32 this.tableLayoutPanel1.SuspendLayout(); 33 33 this.groupBox2.SuspendLayout(); … … 46 46 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 63F)); 47 47 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 48 this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 6 3);48 this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 69); 49 49 this.tableLayoutPanel1.TabIndex = 24; 50 50 // … … 56 56 this.groupBox2.Margin = new System.Windows.Forms.Padding(0); 57 57 this.groupBox2.Name = "groupBox2"; 58 this.groupBox2.Padding = new System.Windows.Forms.Padding(6); 58 59 this.groupBox2.Size = new System.Drawing.Size(526, 63); 59 60 this.groupBox2.TabIndex = 19; … … 69 70 this.tableLayoutPanel2.Controls.Add(this.checkBoxColumnsResizable, 0, 1); 70 71 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; 71 this.tableLayoutPanel2.Location = new System.Drawing.Point( 3, 16);72 this.tableLayoutPanel2.Location = new System.Drawing.Point(6, 19); 72 73 this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0); 73 74 this.tableLayoutPanel2.Name = "tableLayoutPanel2"; … … 75 76 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 76 77 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 77 this.tableLayoutPanel2.Size = new System.Drawing.Size(5 20, 44);78 this.tableLayoutPanel2.Size = new System.Drawing.Size(514, 38); 78 79 this.tableLayoutPanel2.TabIndex = 22; 79 //80 // checkBoxColumnsResizable81 //82 this.checkBoxColumnsResizable.AutoSize = true;83 this.checkBoxColumnsResizable.Dock = System.Windows.Forms.DockStyle.Fill;84 this.checkBoxColumnsResizable.Location = new System.Drawing.Point(0, 22);85 this.checkBoxColumnsResizable.Margin = new System.Windows.Forms.Padding(0);86 this.checkBoxColumnsResizable.Name = "checkBoxColumnsResizable";87 this.checkBoxColumnsResizable.Size = new System.Drawing.Size(520, 22);88 this.checkBoxColumnsResizable.TabIndex = 7;89 this.checkBoxColumnsResizable.Text = "Columns Resizable";90 this.checkBoxColumnsResizable.UseVisualStyleBackColor = true;91 80 // 92 81 // checkBoxRowsResizable … … 97 86 this.checkBoxRowsResizable.Margin = new System.Windows.Forms.Padding(0); 98 87 this.checkBoxRowsResizable.Name = "checkBoxRowsResizable"; 99 this.checkBoxRowsResizable.Size = new System.Drawing.Size(5 20, 22);88 this.checkBoxRowsResizable.Size = new System.Drawing.Size(514, 19); 100 89 this.checkBoxRowsResizable.TabIndex = 4; 101 90 this.checkBoxRowsResizable.Text = "Rows Resizable"; 102 91 this.checkBoxRowsResizable.UseVisualStyleBackColor = true; 92 // 93 // checkBoxColumnsResizable 94 // 95 this.checkBoxColumnsResizable.AutoSize = true; 96 this.checkBoxColumnsResizable.Dock = System.Windows.Forms.DockStyle.Fill; 97 this.checkBoxColumnsResizable.Location = new System.Drawing.Point(0, 19); 98 this.checkBoxColumnsResizable.Margin = new System.Windows.Forms.Padding(0); 99 this.checkBoxColumnsResizable.Name = "checkBoxColumnsResizable"; 100 this.checkBoxColumnsResizable.Size = new System.Drawing.Size(514, 19); 101 this.checkBoxColumnsResizable.TabIndex = 7; 102 this.checkBoxColumnsResizable.Text = "Columns Resizable"; 103 this.checkBoxColumnsResizable.UseVisualStyleBackColor = true; 103 104 // 104 105 // MatrixJsonItemControl … … 108 109 this.Controls.Add(this.tableLayoutPanel1); 109 110 this.Name = "MatrixJsonItemControl"; 110 this.Size = new System.Drawing.Size(526, 6 3);111 this.Size = new System.Drawing.Size(526, 69); 111 112 this.tableLayoutPanel1.ResumeLayout(false); 112 113 this.groupBox2.ResumeLayout(false); -
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/NumericRangeControl.Designer.cs
r17829 r17924 46 46 this.groupBox2.Margin = new System.Windows.Forms.Padding(0); 47 47 this.groupBox2.Name = "groupBox2"; 48 this.groupBox2.Size = new System.Drawing.Size(526, 63); 48 this.groupBox2.Padding = new System.Windows.Forms.Padding(6); 49 this.groupBox2.Size = new System.Drawing.Size(526, 69); 49 50 this.groupBox2.TabIndex = 19; 50 51 this.groupBox2.TabStop = false; … … 54 55 // 55 56 this.tableLayoutPanel2.ColumnCount = 2; 56 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));57 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 93F)); 57 58 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 58 59 this.tableLayoutPanel2.Controls.Add(this.textBoxTo, 1, 1); … … 61 62 this.tableLayoutPanel2.Controls.Add(this.checkBoxTo, 0, 1); 62 63 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; 63 this.tableLayoutPanel2.Location = new System.Drawing.Point( 3, 16);64 this.tableLayoutPanel2.Location = new System.Drawing.Point(6, 19); 64 65 this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0); 65 66 this.tableLayoutPanel2.Name = "tableLayoutPanel2"; … … 67 68 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 68 69 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 69 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 70 this.tableLayoutPanel2.Size = new System.Drawing.Size(520, 44); 70 this.tableLayoutPanel2.Size = new System.Drawing.Size(514, 44); 71 71 this.tableLayoutPanel2.TabIndex = 22; 72 72 // … … 75 75 this.textBoxTo.Dock = System.Windows.Forms.DockStyle.Fill; 76 76 this.errorProvider.SetIconAlignment(this.textBoxTo, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 77 this.textBoxTo.Location = new System.Drawing.Point( 100, 22);77 this.textBoxTo.Location = new System.Drawing.Point(93, 22); 78 78 this.textBoxTo.Margin = new System.Windows.Forms.Padding(0); 79 79 this.textBoxTo.Name = "textBoxTo"; 80 80 this.textBoxTo.ReadOnly = true; 81 this.textBoxTo.Size = new System.Drawing.Size(42 0, 20);81 this.textBoxTo.Size = new System.Drawing.Size(421, 20); 82 82 this.textBoxTo.TabIndex = 6; 83 83 this.textBoxTo.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxTo_Validating); … … 87 87 this.textBoxFrom.Dock = System.Windows.Forms.DockStyle.Fill; 88 88 this.errorProvider.SetIconAlignment(this.textBoxFrom, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 89 this.textBoxFrom.Location = new System.Drawing.Point( 100, 0);89 this.textBoxFrom.Location = new System.Drawing.Point(93, 0); 90 90 this.textBoxFrom.Margin = new System.Windows.Forms.Padding(0); 91 91 this.textBoxFrom.Name = "textBoxFrom"; 92 92 this.textBoxFrom.ReadOnly = true; 93 this.textBoxFrom.Size = new System.Drawing.Size(42 0, 20);93 this.textBoxFrom.Size = new System.Drawing.Size(421, 20); 94 94 this.textBoxFrom.TabIndex = 2; 95 95 this.textBoxFrom.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxFrom_Validating); … … 102 102 this.checkBoxFrom.Margin = new System.Windows.Forms.Padding(0); 103 103 this.checkBoxFrom.Name = "checkBoxFrom"; 104 this.checkBoxFrom.Size = new System.Drawing.Size( 100, 22);104 this.checkBoxFrom.Size = new System.Drawing.Size(93, 22); 105 105 this.checkBoxFrom.TabIndex = 4; 106 106 this.checkBoxFrom.Text = "From:"; … … 114 114 this.checkBoxTo.Margin = new System.Windows.Forms.Padding(0); 115 115 this.checkBoxTo.Name = "checkBoxTo"; 116 this.checkBoxTo.Size = new System.Drawing.Size( 100, 22);116 this.checkBoxTo.Size = new System.Drawing.Size(93, 22); 117 117 this.checkBoxTo.TabIndex = 7; 118 118 this.checkBoxTo.Text = "To:"; … … 133 133 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 134 134 this.tableLayoutPanel1.RowCount = 2; 135 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 6 3F));135 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 69F)); 136 136 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 137 this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 6 3);137 this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 69); 138 138 this.tableLayoutPanel1.TabIndex = 23; 139 139 // … … 144 144 this.Controls.Add(this.tableLayoutPanel1); 145 145 this.Name = "NumericRangeControl"; 146 this.Size = new System.Drawing.Size(526, 6 3);146 this.Size = new System.Drawing.Size(526, 69); 147 147 this.groupBox2.ResumeLayout(false); 148 148 this.tableLayoutPanel2.ResumeLayout(false); -
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/Views/ResultJsonItemControl.Designer.cs
r17834 r17924 39 39 this.groupBox1.Margin = new System.Windows.Forms.Padding(0); 40 40 this.groupBox1.Name = "groupBox1"; 41 this.groupBox1.Size = new System.Drawing.Size(526, 41); 41 this.groupBox1.Padding = new System.Windows.Forms.Padding(6); 42 this.groupBox1.Size = new System.Drawing.Size(526, 47); 42 43 this.groupBox1.TabIndex = 0; 43 44 this.groupBox1.TabStop = false; … … 49 50 this.comboBoxFormatter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 50 51 this.comboBoxFormatter.FormattingEnabled = true; 51 this.comboBoxFormatter.Location = new System.Drawing.Point( 3, 16);52 this.comboBoxFormatter.Location = new System.Drawing.Point(6, 19); 52 53 this.comboBoxFormatter.Name = "comboBoxFormatter"; 53 this.comboBoxFormatter.Size = new System.Drawing.Size(5 20, 21);54 this.comboBoxFormatter.Size = new System.Drawing.Size(514, 21); 54 55 this.comboBoxFormatter.TabIndex = 0; 55 56 // … … 63 64 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 64 65 this.tableLayoutPanel1.RowCount = 2; 65 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 4 1F));66 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 47F)); 66 67 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 67 this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 4 1);68 this.tableLayoutPanel1.Size = new System.Drawing.Size(526, 47); 68 69 this.tableLayoutPanel1.TabIndex = 1; 69 70 // … … 74 75 this.Controls.Add(this.tableLayoutPanel1); 75 76 this.Name = "ResultJsonItemControl"; 76 this.Size = new System.Drawing.Size(526, 4 1);77 this.Size = new System.Drawing.Size(526, 47); 77 78 this.groupBox1.ResumeLayout(false); 78 79 this.tableLayoutPanel1.ResumeLayout(false); -
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/HeuristicLab.JsonInterface.csproj
r17843 r17924 102 102 <Compile Include="JsonItems\ValueJsonItem.cs" /> 103 103 <Compile Include="JsonItems\ValueLookupJsonItem.cs" /> 104 <Compile Include="ResultFormatter \MatlabResultFormatter.cs" />105 <Compile Include="ResultFormatter \ResultFormatter.cs" />106 <Compile Include="ResultFormatter \StringResultFormatter.cs" />107 <Compile Include="ResultFormatter \SymbolicRegressionSolutionFormatterBase.cs" />104 <Compile Include="ResultFormatters\MatlabResultFormatter.cs" /> 105 <Compile Include="ResultFormatters\ResultFormatter.cs" /> 106 <Compile Include="ResultFormatters\StringResultFormatter.cs" /> 107 <Compile Include="ResultFormatters\SymbolicRegressionSolutionFormatterBase.cs" /> 108 108 <Compile Include="SingleLineArrayJsonWriter.cs" /> 109 109 <Compile Include="JsonTemplateGenerator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.