Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/27/10 03:35:11 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on algorithms
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/AlgorithmView.Designer.cs

    r2851 r2882  
    5555      this.newProblemButton = new System.Windows.Forms.Button();
    5656      this.problemViewHost = new HeuristicLab.Core.Views.ViewHost();
     57      this.resultsTabPage = new System.Windows.Forms.TabPage();
     58      this.resultsView = new HeuristicLab.Core.Views.VariableCollectionView();
    5759      this.startButton = new System.Windows.Forms.Button();
    5860      this.stopButton = new System.Windows.Forms.Button();
     
    6769      this.parametersTabPage.SuspendLayout();
    6870      this.problemTabPage.SuspendLayout();
     71      this.resultsTabPage.SuspendLayout();
    6972      this.SuspendLayout();
    7073      //
     
    7376      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    7477      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    75       this.nameTextBox.Size = new System.Drawing.Size(418, 20);
     78      this.nameTextBox.Size = new System.Drawing.Size(607, 20);
    7679      //
    7780      // descriptionTextBox
     
    7982      this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    8083                  | System.Windows.Forms.AnchorStyles.Right)));
    81       this.descriptionTextBox.Size = new System.Drawing.Size(418, 87);
     84      this.descriptionTextBox.Size = new System.Drawing.Size(607, 87);
    8285      //
    8386      // tabControl
     
    8891      this.tabControl.Controls.Add(this.parametersTabPage);
    8992      this.tabControl.Controls.Add(this.problemTabPage);
     93      this.tabControl.Controls.Add(this.resultsTabPage);
    9094      this.tabControl.Location = new System.Drawing.Point(0, 119);
    9195      this.tabControl.Name = "tabControl";
    9296      this.tabControl.SelectedIndex = 0;
    93       this.tabControl.Size = new System.Drawing.Size(490, 204);
     97      this.tabControl.Size = new System.Drawing.Size(679, 333);
    9498      this.tabControl.TabIndex = 4;
    9599      //
     
    126130      this.problemTabPage.Name = "problemTabPage";
    127131      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
    128       this.problemTabPage.Size = new System.Drawing.Size(482, 178);
     132      this.problemTabPage.Size = new System.Drawing.Size(671, 307);
    129133      this.problemTabPage.TabIndex = 1;
    130134      this.problemTabPage.Text = "Problem";
     
    138142      this.saveProblemButton.Size = new System.Drawing.Size(24, 24);
    139143      this.saveProblemButton.TabIndex = 2;
     144      this.toolTip.SetToolTip(this.saveProblemButton, "Save Problem");
    140145      this.saveProblemButton.UseVisualStyleBackColor = true;
    141146      this.saveProblemButton.Click += new System.EventHandler(this.saveProblemButton_Click);
     
    148153      this.openProblemButton.Size = new System.Drawing.Size(24, 24);
    149154      this.openProblemButton.TabIndex = 1;
     155      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
    150156      this.openProblemButton.UseVisualStyleBackColor = true;
    151157      this.openProblemButton.Click += new System.EventHandler(this.openProblemButton_Click);
     
    158164      this.newProblemButton.Size = new System.Drawing.Size(24, 24);
    159165      this.newProblemButton.TabIndex = 0;
     166      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
    160167      this.newProblemButton.UseVisualStyleBackColor = true;
    161168      this.newProblemButton.Click += new System.EventHandler(this.newProblemButton_Click);
     
    169176      this.problemViewHost.Location = new System.Drawing.Point(6, 36);
    170177      this.problemViewHost.Name = "problemViewHost";
    171       this.problemViewHost.Size = new System.Drawing.Size(470, 136);
     178      this.problemViewHost.Size = new System.Drawing.Size(659, 265);
    172179      this.problemViewHost.TabIndex = 3;
    173180      this.problemViewHost.ViewType = null;
    174181      //
     182      // resultsTabPage
     183      //
     184      this.resultsTabPage.Controls.Add(this.resultsView);
     185      this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
     186      this.resultsTabPage.Name = "resultsTabPage";
     187      this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
     188      this.resultsTabPage.Size = new System.Drawing.Size(482, 178);
     189      this.resultsTabPage.TabIndex = 2;
     190      this.resultsTabPage.Text = "Results";
     191      this.resultsTabPage.UseVisualStyleBackColor = true;
     192      //
     193      // resultsView
     194      //
     195      this.resultsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     196                  | System.Windows.Forms.AnchorStyles.Left)
     197                  | System.Windows.Forms.AnchorStyles.Right)));
     198      this.resultsView.Caption = "VariableCollection";
     199      this.resultsView.Content = null;
     200      this.resultsView.Location = new System.Drawing.Point(6, 6);
     201      this.resultsView.Name = "resultsView";
     202      this.resultsView.Size = new System.Drawing.Size(470, 166);
     203      this.resultsView.TabIndex = 0;
     204      //
    175205      // startButton
    176206      //
    177207      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    178208      this.startButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
    179       this.startButton.Location = new System.Drawing.Point(0, 329);
     209      this.startButton.Location = new System.Drawing.Point(0, 458);
    180210      this.startButton.Name = "startButton";
    181211      this.startButton.Size = new System.Drawing.Size(24, 24);
    182212      this.startButton.TabIndex = 5;
     213      this.toolTip.SetToolTip(this.startButton, "Start Algorithm");
    183214      this.startButton.UseVisualStyleBackColor = true;
    184215      this.startButton.Click += new System.EventHandler(this.startButton_Click);
     
    188219      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    189220      this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
    190       this.stopButton.Location = new System.Drawing.Point(30, 329);
     221      this.stopButton.Location = new System.Drawing.Point(30, 458);
    191222      this.stopButton.Name = "stopButton";
    192223      this.stopButton.Size = new System.Drawing.Size(24, 24);
    193224      this.stopButton.TabIndex = 6;
     225      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
    194226      this.stopButton.UseVisualStyleBackColor = true;
    195227      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
     
    199231      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    200232      this.resetButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Restart;
    201       this.resetButton.Location = new System.Drawing.Point(60, 329);
     233      this.resetButton.Location = new System.Drawing.Point(60, 458);
    202234      this.resetButton.Name = "resetButton";
    203235      this.resetButton.Size = new System.Drawing.Size(24, 24);
    204236      this.resetButton.TabIndex = 7;
     237      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
    205238      this.resetButton.UseVisualStyleBackColor = true;
    206239      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
     
    210243      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    211244      this.executionTimeLabel.AutoSize = true;
    212       this.executionTimeLabel.Location = new System.Drawing.Point(264, 336);
     245      this.executionTimeLabel.Location = new System.Drawing.Point(453, 465);
    213246      this.executionTimeLabel.Name = "executionTimeLabel";
    214247      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
     
    219252      //
    220253      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    221       this.executionTimeTextBox.Location = new System.Drawing.Point(353, 333);
     254      this.executionTimeTextBox.Location = new System.Drawing.Point(542, 462);
    222255      this.executionTimeTextBox.Name = "executionTimeTextBox";
    223256      this.executionTimeTextBox.ReadOnly = true;
     
    251284      this.Controls.Add(this.resetButton);
    252285      this.Name = "AlgorithmView";
    253       this.Size = new System.Drawing.Size(490, 353);
     286      this.Size = new System.Drawing.Size(679, 482);
    254287      this.Controls.SetChildIndex(this.resetButton, 0);
    255288      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
     
    266299      this.parametersTabPage.ResumeLayout(false);
    267300      this.problemTabPage.ResumeLayout(false);
     301      this.resultsTabPage.ResumeLayout(false);
    268302      this.ResumeLayout(false);
    269303      this.PerformLayout();
     
    289323    protected System.Windows.Forms.OpenFileDialog openFileDialog;
    290324    protected System.Windows.Forms.SaveFileDialog saveFileDialog;
     325    protected System.Windows.Forms.TabPage resultsTabPage;
     326    protected HeuristicLab.Core.Views.VariableCollectionView resultsView;
    291327
    292328  }
Note: See TracChangeset for help on using the changeset viewer.