Free cookie consent management tool by TermsFeed Policy Generator

Changeset 774


Ignore:
Timestamp:
11/18/08 18:15:04 (15 years ago)
Author:
abeham
Message:

[TICKET #349] Changed default UI layout in SequentialEngine to reduce weight of scope view

Location:
trunk/sources/HeuristicLab.SequentialEngine
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.SequentialEngine/HeuristicLab.SequentialEngine.csproj

    r582 r774  
    8686    </ProjectReference>
    8787  </ItemGroup>
     88  <ItemGroup>
     89    <EmbeddedResource Include="SequentialEngineEditor.resx">
     90      <DependentUpon>SequentialEngineEditor.cs</DependentUpon>
     91    </EmbeddedResource>
     92  </ItemGroup>
    8893  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    8994  <!-- 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  
    4545    /// </summary>
    4646    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);
    4877      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
    4987    }
    5088
Note: See TracChangeset for help on using the changeset viewer.