Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/10 03:14:37 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on engines and algorithms
File:
1 edited

Legend:

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

    r2834 r2916  
    3333    protected override void Dispose(bool disposing) {
    3434      if (disposing) {
    35         if (typeSelectorDialog != null) typeSelectorDialog.Dispose();
    3635        if (components != null) components.Dispose();
    3736      }
     
    4948      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    5049      this.executionTimeLabel = new System.Windows.Forms.Label();
    51       this.scopeView = new HeuristicLab.Core.Views.ScopeView();
    52       this.resetButton = new System.Windows.Forms.Button();
    5350      this.stopButton = new System.Windows.Forms.Button();
    5451      this.startButton = new System.Windows.Forms.Button();
    5552      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    56       this.newOperatorGraphButton = new System.Windows.Forms.Button();
    57       this.openOperatorGraphButton = new System.Windows.Forms.Button();
    58       this.saveOperatorGraphButton = new System.Windows.Forms.Button();
    59       this.tabControl = new System.Windows.Forms.TabControl();
    60       this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
    61       this.operatorGraphViewHost = new HeuristicLab.Core.Views.ViewHost();
    62       this.globalScopeTabPage = new System.Windows.Forms.TabPage();
    63       this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    64       this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
    65       this.tabControl.SuspendLayout();
    66       this.operatorGraphTabPage.SuspendLayout();
    67       this.globalScopeTabPage.SuspendLayout();
     53      this.logTextBox = new System.Windows.Forms.TextBox();
    6854      this.SuspendLayout();
    6955      //
     
    8672      this.executionTimeLabel.TabIndex = 4;
    8773      this.executionTimeLabel.Text = "&Execution Time:";
    88       //
    89       // scopeView
    90       //
    91       this.scopeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    92                   | System.Windows.Forms.AnchorStyles.Left)
    93                   | System.Windows.Forms.AnchorStyles.Right)));
    94       this.scopeView.Caption = "Scope";
    95       this.scopeView.Content = null;
    96       this.scopeView.Location = new System.Drawing.Point(6, 6);
    97       this.scopeView.Name = "scopeView";
    98       this.scopeView.Size = new System.Drawing.Size(782, 572);
    99       this.scopeView.TabIndex = 0;
    100       //
    101       // resetButton
    102       //
    103       this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    104       this.resetButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Restart;
    105       this.resetButton.Location = new System.Drawing.Point(60, 616);
    106       this.resetButton.Name = "resetButton";
    107       this.resetButton.Size = new System.Drawing.Size(24, 24);
    108       this.resetButton.TabIndex = 3;
    109       this.toolTip.SetToolTip(this.resetButton, "Reset Engine");
    110       this.resetButton.UseVisualStyleBackColor = true;
    111       this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
    11274      //
    11375      // stopButton
     
    13698      this.startButton.Click += new System.EventHandler(this.startButton_Click);
    13799      //
    138       // newOperatorGraphButton
     100      // logTextBox
    139101      //
    140       this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
    141       this.newOperatorGraphButton.Location = new System.Drawing.Point(6, 6);
    142       this.newOperatorGraphButton.Name = "newOperatorGraphButton";
    143       this.newOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
    144       this.newOperatorGraphButton.TabIndex = 0;
    145       this.toolTip.SetToolTip(this.newOperatorGraphButton, "Create New Operator Graph");
    146       this.newOperatorGraphButton.UseVisualStyleBackColor = true;
    147       this.newOperatorGraphButton.Click += new System.EventHandler(this.newOperatorGraphButton_Click);
    148       //
    149       // openOperatorGraphButton
    150       //
    151       this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
    152       this.openOperatorGraphButton.Location = new System.Drawing.Point(36, 6);
    153       this.openOperatorGraphButton.Name = "openOperatorGraphButton";
    154       this.openOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
    155       this.openOperatorGraphButton.TabIndex = 1;
    156       this.toolTip.SetToolTip(this.openOperatorGraphButton, "Open Operator Graph");
    157       this.openOperatorGraphButton.UseVisualStyleBackColor = true;
    158       this.openOperatorGraphButton.Click += new System.EventHandler(this.openOperatorGraphButton_Click);
    159       //
    160       // saveOperatorGraphButton
    161       //
    162       this.saveOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Save;
    163       this.saveOperatorGraphButton.Location = new System.Drawing.Point(66, 6);
    164       this.saveOperatorGraphButton.Name = "saveOperatorGraphButton";
    165       this.saveOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
    166       this.saveOperatorGraphButton.TabIndex = 2;
    167       this.toolTip.SetToolTip(this.saveOperatorGraphButton, "Save Operator Graph");
    168       this.saveOperatorGraphButton.UseVisualStyleBackColor = true;
    169       this.saveOperatorGraphButton.Click += new System.EventHandler(this.saveOperatorGraphButton_Click);
    170       //
    171       // tabControl
    172       //
    173       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     102      this.logTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    174103                  | System.Windows.Forms.AnchorStyles.Left)
    175104                  | System.Windows.Forms.AnchorStyles.Right)));
    176       this.tabControl.Controls.Add(this.operatorGraphTabPage);
    177       this.tabControl.Controls.Add(this.globalScopeTabPage);
    178       this.tabControl.Location = new System.Drawing.Point(0, 0);
    179       this.tabControl.Name = "tabControl";
    180       this.tabControl.SelectedIndex = 0;
    181       this.tabControl.Size = new System.Drawing.Size(802, 610);
    182       this.tabControl.TabIndex = 3;
    183       //
    184       // operatorGraphTabPage
    185       //
    186       this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
    187       this.operatorGraphTabPage.Controls.Add(this.saveOperatorGraphButton);
    188       this.operatorGraphTabPage.Controls.Add(this.openOperatorGraphButton);
    189       this.operatorGraphTabPage.Controls.Add(this.newOperatorGraphButton);
    190       this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
    191       this.operatorGraphTabPage.Name = "operatorGraphTabPage";
    192       this.operatorGraphTabPage.Padding = new System.Windows.Forms.Padding(3);
    193       this.operatorGraphTabPage.Size = new System.Drawing.Size(794, 584);
    194       this.operatorGraphTabPage.TabIndex = 0;
    195       this.operatorGraphTabPage.Text = "Operator Graph";
    196       this.operatorGraphTabPage.UseVisualStyleBackColor = true;
    197       //
    198       // operatorGraphViewHost
    199       //
    200       this.operatorGraphViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    201                   | System.Windows.Forms.AnchorStyles.Left)
    202                   | System.Windows.Forms.AnchorStyles.Right)));
    203       this.operatorGraphViewHost.Content = null;
    204       this.operatorGraphViewHost.Location = new System.Drawing.Point(6, 36);
    205       this.operatorGraphViewHost.Name = "operatorGraphViewHost";
    206       this.operatorGraphViewHost.Size = new System.Drawing.Size(782, 542);
    207       this.operatorGraphViewHost.TabIndex = 3;
    208       this.operatorGraphViewHost.ViewType = null;
    209       //
    210       // globalScopeTabPage
    211       //
    212       this.globalScopeTabPage.Controls.Add(this.scopeView);
    213       this.globalScopeTabPage.Location = new System.Drawing.Point(4, 22);
    214       this.globalScopeTabPage.Name = "globalScopeTabPage";
    215       this.globalScopeTabPage.Padding = new System.Windows.Forms.Padding(3);
    216       this.globalScopeTabPage.Size = new System.Drawing.Size(794, 584);
    217       this.globalScopeTabPage.TabIndex = 1;
    218       this.globalScopeTabPage.Text = "Global Scope";
    219       this.globalScopeTabPage.UseVisualStyleBackColor = true;
    220       //
    221       // openFileDialog
    222       //
    223       this.openFileDialog.DefaultExt = "hl";
    224       this.openFileDialog.FileName = "Item";
    225       this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
    226       this.openFileDialog.Title = "Open File";
    227       //
    228       // saveFileDialog
    229       //
    230       this.saveFileDialog.DefaultExt = "hl";
    231       this.saveFileDialog.FileName = "Item";
    232       this.saveFileDialog.Filter = "Uncompressed HeuristicLab Files|*.hl|HeuristicLab Files|*.hl|All Files|*.*";
    233       this.saveFileDialog.FilterIndex = 2;
    234       this.saveFileDialog.Title = "Save File";
     105      this.logTextBox.Location = new System.Drawing.Point(0, 0);
     106      this.logTextBox.Multiline = true;
     107      this.logTextBox.Name = "logTextBox";
     108      this.logTextBox.ReadOnly = true;
     109      this.logTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     110      this.logTextBox.Size = new System.Drawing.Size(802, 610);
     111      this.logTextBox.TabIndex = 6;
     112      this.logTextBox.WordWrap = false;
    235113      //
    236114      // EngineView
     
    238116      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    239117      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    240       this.Controls.Add(this.tabControl);
     118      this.Controls.Add(this.logTextBox);
    241119      this.Controls.Add(this.executionTimeTextBox);
    242120      this.Controls.Add(this.stopButton);
    243121      this.Controls.Add(this.executionTimeLabel);
    244       this.Controls.Add(this.resetButton);
    245122      this.Controls.Add(this.startButton);
    246123      this.Name = "EngineView";
    247124      this.Size = new System.Drawing.Size(802, 640);
    248       this.tabControl.ResumeLayout(false);
    249       this.operatorGraphTabPage.ResumeLayout(false);
    250       this.globalScopeTabPage.ResumeLayout(false);
    251125      this.ResumeLayout(false);
    252126      this.PerformLayout();
     
    258132    protected System.Windows.Forms.TextBox executionTimeTextBox;
    259133    protected System.Windows.Forms.Label executionTimeLabel;
    260     protected System.Windows.Forms.Button resetButton;
    261134    protected System.Windows.Forms.Button stopButton;
    262135    protected System.Windows.Forms.Button startButton;
    263     protected HeuristicLab.Core.Views.ScopeView scopeView;
    264136    protected System.Windows.Forms.ToolTip toolTip;
    265     protected System.Windows.Forms.TabControl tabControl;
    266     protected System.Windows.Forms.TabPage globalScopeTabPage;
    267     protected System.Windows.Forms.OpenFileDialog openFileDialog;
    268     protected System.Windows.Forms.SaveFileDialog saveFileDialog;
    269     protected System.Windows.Forms.TabPage operatorGraphTabPage;
    270     protected System.Windows.Forms.Button saveOperatorGraphButton;
    271     protected System.Windows.Forms.Button openOperatorGraphButton;
    272     protected System.Windows.Forms.Button newOperatorGraphButton;
    273     protected ViewHost operatorGraphViewHost;
     137    protected System.Windows.Forms.TextBox logTextBox;
    274138
    275139  }
Note: See TracChangeset for help on using the changeset viewer.