Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/25/10 02:57:07 (14 years ago)
Author:
swagner
Message:

Enabled users to choose whether runs should contain a copy of their algorithm or not (#1105)

File:
1 edited

Legend:

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

    r4011 r4102  
    4747    private void InitializeComponent() {
    4848      this.tabControl = new System.Windows.Forms.TabControl();
    49       this.parametersTabPage = new System.Windows.Forms.TabPage();
    50       this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
    5149      this.problemTabPage = new System.Windows.Forms.TabPage();
    5250      this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5351      this.openProblemButton = new System.Windows.Forms.Button();
    5452      this.newProblemButton = new System.Windows.Forms.Button();
     53      this.parametersTabPage = new System.Windows.Forms.TabPage();
     54      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
    5555      this.resultsTabPage = new System.Windows.Forms.TabPage();
    5656      this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
     
    6464      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    6565      this.stopButton = new System.Windows.Forms.Button();
     66      this.storeAlgorithmInEachRunCheckBox = new System.Windows.Forms.CheckBox();
    6667      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    6768      this.tabControl.SuspendLayout();
     69      this.problemTabPage.SuspendLayout();
    6870      this.parametersTabPage.SuspendLayout();
    69       this.problemTabPage.SuspendLayout();
    7071      this.resultsTabPage.SuspendLayout();
    7172      this.runsTabPage.SuspendLayout();
     
    9697      this.tabControl.Size = new System.Drawing.Size(679, 400);
    9798      this.tabControl.TabIndex = 4;
    98       //
    99       // parametersTabPage
    100       //
    101       this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    102       this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
    103       this.parametersTabPage.Name = "parametersTabPage";
    104       this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
    105       this.parametersTabPage.Size = new System.Drawing.Size(671, 374);
    106       this.parametersTabPage.TabIndex = 1;
    107       this.parametersTabPage.Text = "Parameters";
    108       this.parametersTabPage.UseVisualStyleBackColor = true;
    109       //
    110       // parameterCollectionView
    111       //
    112       this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    113                   | System.Windows.Forms.AnchorStyles.Left)
    114                   | System.Windows.Forms.AnchorStyles.Right)));
    115       this.parameterCollectionView.Content = null;
    116       this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
    117       this.parameterCollectionView.Name = "parameterCollectionView";
    118       this.parameterCollectionView.Size = new System.Drawing.Size(659, 362);
    119       this.parameterCollectionView.TabIndex = 0;
    12099      //
    121100      // problemTabPage
     
    135114      //
    136115      this.problemViewHost.AllowDrop = true;
     116      this.problemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     117                  | System.Windows.Forms.AnchorStyles.Left)
     118                  | System.Windows.Forms.AnchorStyles.Right)));
     119      this.problemViewHost.Caption = "View";
    137120      this.problemViewHost.Content = null;
    138       this.problemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    139                   | System.Windows.Forms.AnchorStyles.Left)
    140                   | System.Windows.Forms.AnchorStyles.Right)));
    141121      this.problemViewHost.Location = new System.Drawing.Point(6, 36);
    142122      this.problemViewHost.Name = "problemViewHost";
     123      this.problemViewHost.ReadOnly = false;
    143124      this.problemViewHost.Size = new System.Drawing.Size(659, 332);
    144125      this.problemViewHost.TabIndex = 3;
    145126      this.problemViewHost.ViewType = null;
    146       this.problemViewHost.DragOver += new System.Windows.Forms.DragEventHandler(this.problemViewHost_DragEnterOver);
    147127      this.problemViewHost.DragDrop += new System.Windows.Forms.DragEventHandler(this.problemViewHost_DragDrop);
    148128      this.problemViewHost.DragEnter += new System.Windows.Forms.DragEventHandler(this.problemViewHost_DragEnterOver);
     129      this.problemViewHost.DragOver += new System.Windows.Forms.DragEventHandler(this.problemViewHost_DragEnterOver);
    149130      //
    150131      // openProblemButton
     
    170151      this.newProblemButton.Click += new System.EventHandler(this.newProblemButton_Click);
    171152      //
     153      // parametersTabPage
     154      //
     155      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
     156      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     157      this.parametersTabPage.Name = "parametersTabPage";
     158      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
     159      this.parametersTabPage.Size = new System.Drawing.Size(671, 374);
     160      this.parametersTabPage.TabIndex = 1;
     161      this.parametersTabPage.Text = "Parameters";
     162      this.parametersTabPage.UseVisualStyleBackColor = true;
     163      //
     164      // parameterCollectionView
     165      //
     166      this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     167                  | System.Windows.Forms.AnchorStyles.Left)
     168                  | System.Windows.Forms.AnchorStyles.Right)));
     169      this.parameterCollectionView.Caption = "ParameterCollection View";
     170      this.parameterCollectionView.Content = null;
     171      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
     172      this.parameterCollectionView.Name = "parameterCollectionView";
     173      this.parameterCollectionView.ReadOnly = false;
     174      this.parameterCollectionView.Size = new System.Drawing.Size(659, 362);
     175      this.parameterCollectionView.TabIndex = 0;
     176      //
    172177      // resultsTabPage
    173178      //
     
    186191                  | System.Windows.Forms.AnchorStyles.Left)
    187192                  | System.Windows.Forms.AnchorStyles.Right)));
     193      this.resultsView.Caption = "ResultCollection View";
    188194      this.resultsView.Content = null;
    189195      this.resultsView.Location = new System.Drawing.Point(6, 6);
    190196      this.resultsView.Name = "resultsView";
     197      this.resultsView.ReadOnly = true;
    191198      this.resultsView.Size = new System.Drawing.Size(659, 362);
    192199      this.resultsView.TabIndex = 0;
     
    194201      // runsTabPage
    195202      //
     203      this.runsTabPage.Controls.Add(this.storeAlgorithmInEachRunCheckBox);
    196204      this.runsTabPage.Controls.Add(this.runsView);
    197205      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
     
    208216                  | System.Windows.Forms.AnchorStyles.Left)
    209217                  | System.Windows.Forms.AnchorStyles.Right)));
     218      this.runsView.Caption = "RunCollection View";
    210219      this.runsView.Content = null;
    211220      this.runsView.Location = new System.Drawing.Point(6, 6);
    212221      this.runsView.Name = "runsView";
     222      this.runsView.ReadOnly = false;
    213223      this.runsView.Size = new System.Drawing.Size(659, 362);
    214224      this.runsView.TabIndex = 0;
     
    287297      this.stopButton.UseVisualStyleBackColor = true;
    288298      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
     299      //
     300      // storeAlgorithmInEachRunCheckBox
     301      //
     302      this.storeAlgorithmInEachRunCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     303      this.storeAlgorithmInEachRunCheckBox.AutoSize = true;
     304      this.storeAlgorithmInEachRunCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     305      this.storeAlgorithmInEachRunCheckBox.Checked = true;
     306      this.storeAlgorithmInEachRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     307      this.storeAlgorithmInEachRunCheckBox.Location = new System.Drawing.Point(503, 6);
     308      this.storeAlgorithmInEachRunCheckBox.Name = "storeAlgorithmInEachRunCheckBox";
     309      this.storeAlgorithmInEachRunCheckBox.Size = new System.Drawing.Size(161, 17);
     310      this.storeAlgorithmInEachRunCheckBox.TabIndex = 1;
     311      this.storeAlgorithmInEachRunCheckBox.Text = "&Store Algorithm in each Run:";
     312      this.toolTip.SetToolTip(this.storeAlgorithmInEachRunCheckBox, "Check to store a copy of the algorithm in each run.");
     313      this.storeAlgorithmInEachRunCheckBox.UseVisualStyleBackColor = true;
     314      this.storeAlgorithmInEachRunCheckBox.CheckedChanged += new System.EventHandler(this.storeAlgorithmInEachRunCheckBox_CheckedChanged);
    289315      //
    290316      // AlgorithmView
     
    314340      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    315341      this.tabControl.ResumeLayout(false);
     342      this.problemTabPage.ResumeLayout(false);
    316343      this.parametersTabPage.ResumeLayout(false);
    317       this.problemTabPage.ResumeLayout(false);
    318344      this.resultsTabPage.ResumeLayout(false);
    319345      this.runsTabPage.ResumeLayout(false);
     346      this.runsTabPage.PerformLayout();
    320347      this.ResumeLayout(false);
    321348      this.PerformLayout();
     
    343370    protected System.Windows.Forms.TabPage runsTabPage;
    344371    protected RunCollectionView runsView;
     372    protected System.Windows.Forms.CheckBox storeAlgorithmInEachRunCheckBox;
    345373  }
    346374}
Note: See TracChangeset for help on using the changeset viewer.