Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/27/10 03:55:16 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented ideas which came up during today's presentation of HeuristicLab.Core and related plugins
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/EngineView.Designer.cs

    r2676 r2687  
    4848      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    4949      this.executionTimeLabel = new System.Windows.Forms.Label();
    50       this.splitContainer = new System.Windows.Forms.SplitContainer();
    5150      this.operatorGraphView = new HeuristicLab.Core.Views.OperatorGraphView();
    5251      this.scopeView = new HeuristicLab.Core.Views.ScopeView();
     
    5554      this.startButton = new System.Windows.Forms.Button();
    5655      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    57       this.splitContainer.Panel1.SuspendLayout();
    58       this.splitContainer.Panel2.SuspendLayout();
    59       this.splitContainer.SuspendLayout();
     56      this.tabControl = new System.Windows.Forms.TabControl();
     57      this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
     58      this.globalScopeTabPage = new System.Windows.Forms.TabPage();
     59      this.tabControl.SuspendLayout();
     60      this.operatorGraphTabPage.SuspendLayout();
     61      this.globalScopeTabPage.SuspendLayout();
    6062      this.SuspendLayout();
    6163      //
     
    6365      //
    6466      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    65       this.executionTimeTextBox.Location = new System.Drawing.Point(655, 620);
     67      this.executionTimeTextBox.Location = new System.Drawing.Point(661, 620);
    6668      this.executionTimeTextBox.Name = "executionTimeTextBox";
    6769      this.executionTimeTextBox.ReadOnly = true;
    6870      this.executionTimeTextBox.Size = new System.Drawing.Size(141, 20);
    69       this.executionTimeTextBox.TabIndex = 4;
     71      this.executionTimeTextBox.TabIndex = 5;
    7072      //
    7173      // executionTimeLabel
     
    7375      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    7476      this.executionTimeLabel.AutoSize = true;
    75       this.executionTimeLabel.Location = new System.Drawing.Point(566, 623);
     77      this.executionTimeLabel.Location = new System.Drawing.Point(572, 623);
    7678      this.executionTimeLabel.Name = "executionTimeLabel";
    7779      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
    78       this.executionTimeLabel.TabIndex = 3;
     80      this.executionTimeLabel.TabIndex = 4;
    7981      this.executionTimeLabel.Text = "&Execution Time:";
    80       //
    81       // splitContainer
    82       //
    83       this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    84                   | System.Windows.Forms.AnchorStyles.Left)
    85                   | System.Windows.Forms.AnchorStyles.Right)));
    86       this.splitContainer.Location = new System.Drawing.Point(0, 0);
    87       this.splitContainer.Name = "splitContainer";
    88       //
    89       // splitContainer.Panel1
    90       //
    91       this.splitContainer.Panel1.Controls.Add(this.operatorGraphView);
    92       //
    93       // splitContainer.Panel2
    94       //
    95       this.splitContainer.Panel2.Controls.Add(this.scopeView);
    96       this.splitContainer.Size = new System.Drawing.Size(802, 611);
    97       this.splitContainer.SplitterDistance = 401;
    98       this.splitContainer.TabIndex = 0;
    9982      //
    10083      // operatorGraphView
     
    10588      this.operatorGraphView.Caption = "Operator Graph";
    10689      this.operatorGraphView.Item = null;
    107       this.operatorGraphView.Location = new System.Drawing.Point(3, 3);
     90      this.operatorGraphView.Location = new System.Drawing.Point(6, 6);
    10891      this.operatorGraphView.Name = "operatorGraphView";
    10992      this.operatorGraphView.Object = null;
    11093      this.operatorGraphView.OperatorGraph = null;
    111       this.operatorGraphView.Size = new System.Drawing.Size(395, 605);
     94      this.operatorGraphView.Size = new System.Drawing.Size(782, 573);
    11295      this.operatorGraphView.TabIndex = 0;
    11396      //
     
    119102      this.scopeView.Caption = "Scope";
    120103      this.scopeView.Item = null;
    121       this.scopeView.Location = new System.Drawing.Point(3, 3);
     104      this.scopeView.Location = new System.Drawing.Point(6, 6);
    122105      this.scopeView.Name = "scopeView";
    123106      this.scopeView.Object = null;
    124107      this.scopeView.Scope = null;
    125       this.scopeView.Size = new System.Drawing.Size(391, 605);
     108      this.scopeView.Size = new System.Drawing.Size(782, 573);
    126109      this.scopeView.TabIndex = 0;
    127110      //
     
    130113      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    131114      this.resetButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Restart;
    132       this.resetButton.Location = new System.Drawing.Point(63, 617);
     115      this.resetButton.Location = new System.Drawing.Point(58, 617);
    133116      this.resetButton.Name = "resetButton";
    134117      this.resetButton.Size = new System.Drawing.Size(23, 23);
    135       this.resetButton.TabIndex = 2;
     118      this.resetButton.TabIndex = 3;
    136119      this.toolTip.SetToolTip(this.resetButton, "Reset Engine");
    137120      this.resetButton.UseVisualStyleBackColor = true;
     
    143126      this.stopButton.Enabled = false;
    144127      this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
    145       this.stopButton.Location = new System.Drawing.Point(34, 617);
     128      this.stopButton.Location = new System.Drawing.Point(29, 617);
    146129      this.stopButton.Name = "stopButton";
    147130      this.stopButton.Size = new System.Drawing.Size(23, 23);
    148       this.stopButton.TabIndex = 1;
     131      this.stopButton.TabIndex = 2;
    149132      this.toolTip.SetToolTip(this.stopButton, "Stop Engine");
    150133      this.stopButton.UseVisualStyleBackColor = true;
     
    155138      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    156139      this.startButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
    157       this.startButton.Location = new System.Drawing.Point(5, 617);
     140      this.startButton.Location = new System.Drawing.Point(0, 617);
    158141      this.startButton.Name = "startButton";
    159142      this.startButton.Size = new System.Drawing.Size(23, 23);
    160       this.startButton.TabIndex = 0;
     143      this.startButton.TabIndex = 1;
    161144      this.toolTip.SetToolTip(this.startButton, "Start Engine");
    162145      this.startButton.UseVisualStyleBackColor = true;
    163146      this.startButton.Click += new System.EventHandler(this.startButton_Click);
    164147      //
     148      // tabControl
     149      //
     150      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     151                  | System.Windows.Forms.AnchorStyles.Left)
     152                  | System.Windows.Forms.AnchorStyles.Right)));
     153      this.tabControl.Controls.Add(this.operatorGraphTabPage);
     154      this.tabControl.Controls.Add(this.globalScopeTabPage);
     155      this.tabControl.Location = new System.Drawing.Point(0, 0);
     156      this.tabControl.Name = "tabControl";
     157      this.tabControl.SelectedIndex = 0;
     158      this.tabControl.Size = new System.Drawing.Size(802, 611);
     159      this.tabControl.TabIndex = 0;
     160      //
     161      // operatorGraphTabPage
     162      //
     163      this.operatorGraphTabPage.Controls.Add(this.operatorGraphView);
     164      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
     165      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
     166      this.operatorGraphTabPage.Padding = new System.Windows.Forms.Padding(3);
     167      this.operatorGraphTabPage.Size = new System.Drawing.Size(794, 585);
     168      this.operatorGraphTabPage.TabIndex = 0;
     169      this.operatorGraphTabPage.Text = "Operator Graph";
     170      this.operatorGraphTabPage.UseVisualStyleBackColor = true;
     171      //
     172      // globalScopeTabPage
     173      //
     174      this.globalScopeTabPage.Controls.Add(this.scopeView);
     175      this.globalScopeTabPage.Location = new System.Drawing.Point(4, 22);
     176      this.globalScopeTabPage.Name = "globalScopeTabPage";
     177      this.globalScopeTabPage.Padding = new System.Windows.Forms.Padding(3);
     178      this.globalScopeTabPage.Size = new System.Drawing.Size(794, 585);
     179      this.globalScopeTabPage.TabIndex = 1;
     180      this.globalScopeTabPage.Text = "Global Scope";
     181      this.globalScopeTabPage.UseVisualStyleBackColor = true;
     182      //
    165183      // EngineView
    166184      //
    167185      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    168186      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     187      this.Controls.Add(this.tabControl);
    169188      this.Controls.Add(this.executionTimeTextBox);
    170189      this.Controls.Add(this.stopButton);
    171190      this.Controls.Add(this.executionTimeLabel);
    172       this.Controls.Add(this.splitContainer);
    173191      this.Controls.Add(this.resetButton);
    174192      this.Controls.Add(this.startButton);
    175193      this.Name = "EngineView";
    176194      this.Size = new System.Drawing.Size(802, 640);
    177       this.splitContainer.Panel1.ResumeLayout(false);
    178       this.splitContainer.Panel2.ResumeLayout(false);
    179       this.splitContainer.ResumeLayout(false);
     195      this.tabControl.ResumeLayout(false);
     196      this.operatorGraphTabPage.ResumeLayout(false);
     197      this.globalScopeTabPage.ResumeLayout(false);
    180198      this.ResumeLayout(false);
    181199      this.PerformLayout();
     
    187205    protected System.Windows.Forms.TextBox executionTimeTextBox;
    188206    protected System.Windows.Forms.Label executionTimeLabel;
    189     protected System.Windows.Forms.SplitContainer splitContainer;
    190207    protected System.Windows.Forms.Button resetButton;
    191208    protected System.Windows.Forms.Button stopButton;
     
    194211    protected HeuristicLab.Core.Views.ScopeView scopeView;
    195212    protected System.Windows.Forms.ToolTip toolTip;
     213    protected System.Windows.Forms.TabControl tabControl;
     214    protected System.Windows.Forms.TabPage operatorGraphTabPage;
     215    protected System.Windows.Forms.TabPage globalScopeTabPage;
    196216
    197217  }
Note: See TracChangeset for help on using the changeset viewer.