Changeset 774
- Timestamp:
- 11/18/08 18:15:04 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.SequentialEngine
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.SequentialEngine/HeuristicLab.SequentialEngine.csproj
r582 r774 86 86 </ProjectReference> 87 87 </ItemGroup> 88 <ItemGroup> 89 <EmbeddedResource Include="SequentialEngineEditor.resx"> 90 <DependentUpon>SequentialEngineEditor.cs</DependentUpon> 91 </EmbeddedResource> 92 </ItemGroup> 88 93 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 89 94 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.SequentialEngine/SequentialEngineEditor.Designer.cs
r2 r774 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 components = new System.ComponentModel.Container(); 47 this.splitContainer1.Panel1.SuspendLayout(); 48 this.splitContainer1.Panel2.SuspendLayout(); 49 this.splitContainer1.SuspendLayout(); 50 this.operatorGraphGroupBox.SuspendLayout(); 51 this.globalScopeGroupBox.SuspendLayout(); 52 this.SuspendLayout(); 53 // 54 // splitContainer1 55 // 56 this.splitContainer1.SplitterDistance = 495; 57 // 58 // operatorGraphGroupBox 59 // 60 this.operatorGraphGroupBox.Size = new System.Drawing.Size(495, 441); 61 // 62 // globalScopeGroupBox 63 // 64 this.globalScopeGroupBox.Size = new System.Drawing.Size(141, 441); 65 // 66 // operatorGraphView 67 // 68 this.operatorGraphView.Size = new System.Drawing.Size(489, 422); 69 // 70 // scopeView 71 // 72 this.scopeView.Size = new System.Drawing.Size(135, 422); 73 // 74 // SequentialEngineEditor 75 // 76 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 48 77 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 78 this.Name = "SequentialEngineEditor"; 79 this.splitContainer1.Panel1.ResumeLayout(false); 80 this.splitContainer1.Panel2.ResumeLayout(false); 81 this.splitContainer1.ResumeLayout(false); 82 this.operatorGraphGroupBox.ResumeLayout(false); 83 this.globalScopeGroupBox.ResumeLayout(false); 84 this.ResumeLayout(false); 85 this.PerformLayout(); 86 49 87 } 50 88
Note: See TracChangeset
for help on using the changeset viewer.