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.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs

    r2865 r2916  
    3333    protected override void Dispose(bool disposing) {
    3434      if (disposing) {
    35         if (engineTypeSelectorDialog != null) engineTypeSelectorDialog.Dispose();
    3635        if (components != null) components.Dispose();
    3736      }
     
    4746    private void InitializeComponent() {
    4847      this.engineLabel = new System.Windows.Forms.Label();
    49       this.engineTextBox = new System.Windows.Forms.TextBox();
    50       this.setEngineButton = new System.Windows.Forms.Button();
    5148      this.createUserDefinedAlgorithmButton = new System.Windows.Forms.Button();
     49      this.engineComboBox = new System.Windows.Forms.ComboBox();
     50      this.engineTabPage = new System.Windows.Forms.TabPage();
     51      this.engineViewHost = new HeuristicLab.Core.Views.ViewHost();
    5252      this.tabControl.SuspendLayout();
    5353      this.parametersTabPage.SuspendLayout();
    5454      this.problemTabPage.SuspendLayout();
     55      this.resultsTabPage.SuspendLayout();
    5556      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     57      this.engineTabPage.SuspendLayout();
    5658      this.SuspendLayout();
    5759      //
    5860      // tabControl
    5961      //
    60       this.tabControl.Location = new System.Drawing.Point(0, 149);
    61       this.tabControl.Size = new System.Drawing.Size(656, 278);
    62       this.tabControl.TabIndex = 7;
     62      this.tabControl.Controls.Add(this.engineTabPage);
     63      this.tabControl.Size = new System.Drawing.Size(713, 400);
     64      this.tabControl.Controls.SetChildIndex(this.resultsTabPage, 0);
     65      this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0);
     66      this.tabControl.Controls.SetChildIndex(this.problemTabPage, 0);
     67      this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
    6368      //
    6469      // parametersTabPage
    6570      //
    66       this.parametersTabPage.Size = new System.Drawing.Size(648, 252);
     71      this.parametersTabPage.Size = new System.Drawing.Size(705, 374);
    6772      //
    6873      // problemTabPage
    6974      //
    70       this.problemTabPage.Size = new System.Drawing.Size(648, 252);
     75      this.problemTabPage.Size = new System.Drawing.Size(705, 374);
    7176      //
    7277      // parameterCollectionView
    7378      //
    74       this.parameterCollectionView.Size = new System.Drawing.Size(636, 240);
     79      this.parameterCollectionView.Size = new System.Drawing.Size(693, 362);
    7580      //
    7681      // problemViewHost
    7782      //
    78       this.problemViewHost.Size = new System.Drawing.Size(470, 106);
     83      this.problemViewHost.Size = new System.Drawing.Size(693, 332);
     84      //
     85      // newProblemButton
     86      //
     87      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
     88      //
     89      // saveProblemButton
     90      //
     91      this.toolTip.SetToolTip(this.saveProblemButton, "Save Problem");
     92      //
     93      // openProblemButton
     94      //
     95      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
    7996      //
    8097      // startButton
    8198      //
    82       this.startButton.Location = new System.Drawing.Point(0, 433);
    83       this.startButton.TabIndex = 8;
     99      this.startButton.Location = new System.Drawing.Point(0, 525);
     100      this.toolTip.SetToolTip(this.startButton, "Start Algorithm");
    84101      //
    85102      // stopButton
    86103      //
    87       this.stopButton.Location = new System.Drawing.Point(30, 433);
    88       this.stopButton.TabIndex = 9;
     104      this.stopButton.Location = new System.Drawing.Point(30, 525);
     105      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
    89106      //
    90107      // resetButton
    91108      //
    92       this.resetButton.Location = new System.Drawing.Point(60, 433);
    93       this.resetButton.TabIndex = 10;
     109      this.resetButton.Location = new System.Drawing.Point(60, 525);
     110      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
    94111      //
    95112      // executionTimeLabel
    96113      //
    97       this.executionTimeLabel.Location = new System.Drawing.Point(430, 440);
    98       this.executionTimeLabel.TabIndex = 12;
     114      this.executionTimeLabel.Location = new System.Drawing.Point(487, 532);
     115      this.executionTimeLabel.TabIndex = 9;
    99116      //
    100117      // executionTimeTextBox
    101118      //
    102       this.executionTimeTextBox.Location = new System.Drawing.Point(519, 437);
    103       this.executionTimeTextBox.TabIndex = 13;
     119      this.executionTimeTextBox.Location = new System.Drawing.Point(576, 529);
     120      this.executionTimeTextBox.TabIndex = 10;
     121      //
     122      // resultsTabPage
     123      //
     124      this.resultsTabPage.Size = new System.Drawing.Size(705, 374);
     125      //
     126      // resultsView
     127      //
     128      this.resultsView.Size = new System.Drawing.Size(693, 362);
    104129      //
    105130      // nameTextBox
     
    107132      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    108133      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    109       this.nameTextBox.Size = new System.Drawing.Size(584, 20);
     134      this.nameTextBox.Size = new System.Drawing.Size(641, 20);
    110135      //
    111136      // descriptionTextBox
    112137      //
    113       this.descriptionTextBox.Size = new System.Drawing.Size(584, 87);
     138      this.descriptionTextBox.Size = new System.Drawing.Size(641, 87);
    114139      //
    115140      // engineLabel
    116141      //
    117142      this.engineLabel.AutoSize = true;
    118       this.engineLabel.Location = new System.Drawing.Point(3, 124);
     143      this.engineLabel.Location = new System.Drawing.Point(6, 9);
    119144      this.engineLabel.Name = "engineLabel";
    120145      this.engineLabel.Size = new System.Drawing.Size(43, 13);
    121       this.engineLabel.TabIndex = 4;
     146      this.engineLabel.TabIndex = 0;
    122147      this.engineLabel.Text = "&Engine:";
    123148      //
    124       // engineTextBox
    125       //
    126       this.engineTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    127                   | System.Windows.Forms.AnchorStyles.Right)));
    128       this.engineTextBox.Location = new System.Drawing.Point(72, 121);
    129       this.engineTextBox.Name = "engineTextBox";
    130       this.engineTextBox.ReadOnly = true;
    131       this.engineTextBox.Size = new System.Drawing.Size(554, 20);
    132       this.engineTextBox.TabIndex = 6;
    133       this.engineTextBox.DoubleClick += new System.EventHandler(this.engineTextBox_DoubleClick);
    134       //
    135       // setEngineButton
    136       //
    137       this.setEngineButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    138       this.setEngineButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Add;
    139       this.setEngineButton.Location = new System.Drawing.Point(632, 119);
    140       this.setEngineButton.Name = "setEngineButton";
    141       this.setEngineButton.Size = new System.Drawing.Size(24, 24);
    142       this.setEngineButton.TabIndex = 5;
    143       this.toolTip.SetToolTip(this.setEngineButton, "Set Engine");
    144       this.setEngineButton.UseVisualStyleBackColor = true;
    145       this.setEngineButton.Click += new System.EventHandler(this.setEngineButton_Click);
    146       //
    147149      // createUserDefinedAlgorithmButton
    148150      //
    149151      this.createUserDefinedAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    150       this.createUserDefinedAlgorithmButton.Location = new System.Drawing.Point(90, 433);
     152      this.createUserDefinedAlgorithmButton.Location = new System.Drawing.Point(90, 525);
    151153      this.createUserDefinedAlgorithmButton.Name = "createUserDefinedAlgorithmButton";
    152154      this.createUserDefinedAlgorithmButton.Size = new System.Drawing.Size(254, 24);
    153       this.createUserDefinedAlgorithmButton.TabIndex = 11;
     155      this.createUserDefinedAlgorithmButton.TabIndex = 8;
    154156      this.createUserDefinedAlgorithmButton.Text = "&Create User Defined Algorithm";
    155157      this.toolTip.SetToolTip(this.createUserDefinedAlgorithmButton, "Create User Defined Algorithm from this Algorithm");
     
    157159      this.createUserDefinedAlgorithmButton.Click += new System.EventHandler(this.createUserDefinedAlgorithmButton_Click);
    158160      //
     161      // engineComboBox
     162      //
     163      this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     164                  | System.Windows.Forms.AnchorStyles.Right)));
     165      this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     166      this.engineComboBox.FormattingEnabled = true;
     167      this.engineComboBox.Location = new System.Drawing.Point(55, 6);
     168      this.engineComboBox.Name = "engineComboBox";
     169      this.engineComboBox.Size = new System.Drawing.Size(644, 21);
     170      this.engineComboBox.TabIndex = 1;
     171      this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
     172      //
     173      // engineTabPage
     174      //
     175      this.engineTabPage.Controls.Add(this.engineViewHost);
     176      this.engineTabPage.Controls.Add(this.engineComboBox);
     177      this.engineTabPage.Controls.Add(this.engineLabel);
     178      this.engineTabPage.Location = new System.Drawing.Point(4, 22);
     179      this.engineTabPage.Name = "engineTabPage";
     180      this.engineTabPage.Padding = new System.Windows.Forms.Padding(3);
     181      this.engineTabPage.Size = new System.Drawing.Size(705, 374);
     182      this.engineTabPage.TabIndex = 3;
     183      this.engineTabPage.Text = "Engine";
     184      this.engineTabPage.UseVisualStyleBackColor = true;
     185      //
     186      // engineViewHost
     187      //
     188      this.engineViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     189                  | System.Windows.Forms.AnchorStyles.Left)
     190                  | System.Windows.Forms.AnchorStyles.Right)));
     191      this.engineViewHost.Content = null;
     192      this.engineViewHost.Location = new System.Drawing.Point(6, 33);
     193      this.engineViewHost.Name = "engineViewHost";
     194      this.engineViewHost.Size = new System.Drawing.Size(693, 335);
     195      this.engineViewHost.TabIndex = 2;
     196      this.engineViewHost.ViewType = null;
     197      //
    159198      // EngineAlgorithmView
    160199      //
    161200      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    162201      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    163       this.Controls.Add(this.setEngineButton);
    164       this.Controls.Add(this.engineTextBox);
    165       this.Controls.Add(this.engineLabel);
    166202      this.Controls.Add(this.createUserDefinedAlgorithmButton);
    167203      this.Name = "EngineAlgorithmView";
    168       this.Size = new System.Drawing.Size(656, 457);
     204      this.Size = new System.Drawing.Size(713, 549);
    169205      this.Controls.SetChildIndex(this.createUserDefinedAlgorithmButton, 0);
    170       this.Controls.SetChildIndex(this.engineLabel, 0);
    171       this.Controls.SetChildIndex(this.engineTextBox, 0);
    172       this.Controls.SetChildIndex(this.setEngineButton, 0);
    173206      this.Controls.SetChildIndex(this.resetButton, 0);
    174207      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
     
    184217      this.parametersTabPage.ResumeLayout(false);
    185218      this.problemTabPage.ResumeLayout(false);
     219      this.resultsTabPage.ResumeLayout(false);
    186220      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     221      this.engineTabPage.ResumeLayout(false);
     222      this.engineTabPage.PerformLayout();
    187223      this.ResumeLayout(false);
    188224      this.PerformLayout();
     
    193229
    194230    protected System.Windows.Forms.Label engineLabel;
    195     protected System.Windows.Forms.TextBox engineTextBox;
    196     protected System.Windows.Forms.Button setEngineButton;
    197231    protected System.Windows.Forms.Button createUserDefinedAlgorithmButton;
    198 
     232    protected System.Windows.Forms.ComboBox engineComboBox;
     233    protected System.Windows.Forms.TabPage engineTabPage;
     234    protected HeuristicLab.Core.Views.ViewHost engineViewHost;
    199235
    200236  }
Note: See TracChangeset for help on using the changeset viewer.