Changeset 16172 for branches/2931_OR-Tools_LP_MIP/HeuristicLab.MathematicalOptimization/3.3/LinearProgramming/Views/LinearProgrammingProblemView.Designer.cs
- Timestamp:
- 09/21/18 09:50:12 (6 years ago)
- Location:
- branches/2931_OR-Tools_LP_MIP/HeuristicLab.MathematicalOptimization/3.3/LinearProgramming/Views
- Files:
-
- 1 added
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/2931_OR-Tools_LP_MIP/HeuristicLab.MathematicalOptimization/3.3/LinearProgramming/Views/LinearProgrammingProblemView.Designer.cs
r16138 r16172 20 20 #endregion 21 21 22 namespace HeuristicLab.Problems.Programmable.Views { 23 partial class SingleObjectiveProgrammableProblemView { 22 using System.ComponentModel; 23 24 namespace HeuristicLab.MathematicalOptimization.LinearProgramming.Views { 25 partial class LinearProgrammingProblemView { 24 26 /// <summary> 25 27 /// Required designer variable. 26 28 /// </summary> 27 private System.ComponentModel.IContainer components = null;29 private IContainer components = null; 28 30 29 31 /// <summary> … … 47 49 this.SuspendLayout(); 48 50 // 49 // ProgrammableProblemView51 // LinearProgrammingProblemView 50 52 // 51 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 52 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 53 this.Name = "ProgrammableProblemView"; 54 this.Size = new System.Drawing.Size(626, 413); 53 this.Name = "LinearProgrammingProblemView"; 54 this.Load += new System.EventHandler(this.LinearProgrammingProblemView_Load); 55 55 this.ResumeLayout(false); 56 56
Note: See TracChangeset
for help on using the changeset viewer.