Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/02/14 03:03:21 (9 years ago)
Author:
swagner
Message:

#2205: Worked on optimization networks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Optimization.Networks.Views/3.3/AlgorithmNodeView.Designer.cs

    r11409 r11519  
    3434    /// </summary>
    3535    private void InitializeComponent() {
     36      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlgorithmNodeView));
    3637      this.portCollectionView = new HeuristicLab.Optimization.Networks.Views.PortCollectionView();
    3738      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
     
    4243      this.clearAlgorithmButton = new System.Windows.Forms.Button();
    4344      this.setAlgorithmButton = new System.Windows.Forms.Button();
     45      this.runsTabPage = new System.Windows.Forms.TabPage();
     46      this.runCollectionView = new HeuristicLab.Optimization.Views.RunCollectionView();
    4447      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    4548      this.tabControl.SuspendLayout();
     
    4750      this.algorithmTabPage.SuspendLayout();
    4851      this.algorithmPanel.SuspendLayout();
     52      this.runsTabPage.SuspendLayout();
    4953      this.SuspendLayout();
    5054      //
     
    5660      // portCollectionView
    5761      //
    58       this.portCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    59             | System.Windows.Forms.AnchorStyles.Left) 
     62      this.portCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     63            | System.Windows.Forms.AnchorStyles.Left)
    6064            | System.Windows.Forms.AnchorStyles.Right)));
    6165      this.portCollectionView.Caption = "PortCollection View";
     
    7074      // tabControl
    7175      //
    72       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    73             | System.Windows.Forms.AnchorStyles.Left)
     76      this.tabControl.AllowDrop = true;
     77      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     78            | System.Windows.Forms.AnchorStyles.Left)
    7479            | System.Windows.Forms.AnchorStyles.Right)));
    7580      this.tabControl.Controls.Add(this.portsTabPage);
    7681      this.tabControl.Controls.Add(this.algorithmTabPage);
     82      this.tabControl.Controls.Add(this.runsTabPage);
    7783      this.tabControl.Location = new System.Drawing.Point(0, 26);
    7884      this.tabControl.Name = "tabControl";
     
    108114      //
    109115      this.algorithmPanel.AllowDrop = true;
    110       this.algorithmPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    111             | System.Windows.Forms.AnchorStyles.Left) 
     116      this.algorithmPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     117            | System.Windows.Forms.AnchorStyles.Left)
    112118            | System.Windows.Forms.AnchorStyles.Right)));
    113119      this.algorithmPanel.Controls.Add(this.algorithmViewHost);
     
    153159      this.setAlgorithmButton.UseVisualStyleBackColor = true;
    154160      this.setAlgorithmButton.Click += new System.EventHandler(this.setAlgorithmButton_Click);
     161      //
     162      // runsTabPage
     163      //
     164      this.runsTabPage.Controls.Add(this.runCollectionView);
     165      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
     166      this.runsTabPage.Name = "runsTabPage";
     167      this.runsTabPage.Size = new System.Drawing.Size(637, 465);
     168      this.runsTabPage.TabIndex = 2;
     169      this.runsTabPage.Text = "Runs";
     170      this.runsTabPage.UseVisualStyleBackColor = true;
     171      //
     172      // runCollectionView
     173      //
     174      this.runCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     175            | System.Windows.Forms.AnchorStyles.Left)
     176            | System.Windows.Forms.AnchorStyles.Right)));
     177      this.runCollectionView.Caption = "RunCollection View";
     178      this.runCollectionView.Content = null;
     179      this.runCollectionView.Location = new System.Drawing.Point(3, 3);
     180      this.runCollectionView.Name = "runCollectionView";
     181      this.runCollectionView.ReadOnly = false;
     182      this.runCollectionView.Size = new System.Drawing.Size(631, 459);
     183      this.runCollectionView.TabIndex = 0;
    155184      //
    156185      // AlgorithmNodeView
     
    168197      this.algorithmTabPage.ResumeLayout(false);
    169198      this.algorithmPanel.ResumeLayout(false);
     199      this.runsTabPage.ResumeLayout(false);
    170200      this.ResumeLayout(false);
    171201      this.PerformLayout();
     
    183213    protected System.Windows.Forms.TabPage algorithmTabPage;
    184214    protected MainForm.WindowsForms.ViewHost algorithmViewHost;
     215    protected System.Windows.Forms.TabPage runsTabPage;
     216    protected Optimization.Views.RunCollectionView runCollectionView;
    185217
    186218
Note: See TracChangeset for help on using the changeset viewer.