Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/11/12 17:47:04 (13 years ago)
Author:
abeham
Message:

#1614: worked on GQAP (added operators, assignment view)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/GQAPAssignmentView.Designer.cs

    r7312 r7319  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       components = new System.ComponentModel.Container();
     47      this.assignmentTreeView = new System.Windows.Forms.TreeView();
     48      this.label1 = new System.Windows.Forms.Label();
     49      this.qualityTextBox = new System.Windows.Forms.TextBox();
     50      this.label2 = new System.Windows.Forms.Label();
     51      this.SuspendLayout();
     52      //
     53      // assignmentTreeView
     54      //
     55      this.assignmentTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     56                  | System.Windows.Forms.AnchorStyles.Left)
     57                  | System.Windows.Forms.AnchorStyles.Right)));
     58      this.assignmentTreeView.Location = new System.Drawing.Point(3, 52);
     59      this.assignmentTreeView.Name = "assignmentTreeView";
     60      this.assignmentTreeView.Size = new System.Drawing.Size(349, 329);
     61      this.assignmentTreeView.TabIndex = 0;
     62      //
     63      // label1
     64      //
     65      this.label1.AutoSize = true;
     66      this.label1.Location = new System.Drawing.Point(3, 7);
     67      this.label1.Name = "label1";
     68      this.label1.Size = new System.Drawing.Size(42, 13);
     69      this.label1.TabIndex = 1;
     70      this.label1.Text = "Quality:";
     71      //
     72      // qualityTextBox
     73      //
     74      this.qualityTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     75                  | System.Windows.Forms.AnchorStyles.Right)));
     76      this.qualityTextBox.Location = new System.Drawing.Point(51, 4);
     77      this.qualityTextBox.Name = "qualityTextBox";
     78      this.qualityTextBox.Size = new System.Drawing.Size(301, 20);
     79      this.qualityTextBox.TabIndex = 2;
     80      //
     81      // label2
     82      //
     83      this.label2.AutoSize = true;
     84      this.label2.Location = new System.Drawing.Point(3, 36);
     85      this.label2.Name = "label2";
     86      this.label2.Size = new System.Drawing.Size(64, 13);
     87      this.label2.TabIndex = 1;
     88      this.label2.Text = "Assignment:";
     89      //
     90      // GQAPAssignmentView
     91      //
     92      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    4893      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     94      this.Controls.Add(this.qualityTextBox);
     95      this.Controls.Add(this.label2);
     96      this.Controls.Add(this.label1);
     97      this.Controls.Add(this.assignmentTreeView);
     98      this.Name = "GQAPAssignmentView";
     99      this.Size = new System.Drawing.Size(355, 384);
     100      this.ResumeLayout(false);
     101      this.PerformLayout();
     102
    49103    }
    50104
    51105    #endregion
     106
     107    private System.Windows.Forms.TreeView assignmentTreeView;
     108    private System.Windows.Forms.Label label1;
     109    private System.Windows.Forms.TextBox qualityTextBox;
     110    private System.Windows.Forms.Label label2;
    52111  }
    53112}
Note: See TracChangeset for help on using the changeset viewer.