Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/01/12 13:28:54 (12 years ago)
Author:
abeham
Message:

#1614

  • Add BestKnownSolutions parameter
  • Assignment view
    • Clicking on an equipment highlights all related equipments
    • Clicking on a location highlights other locations that contain equipment to which relations exist
    • Showing installation costs when nothing is selected
  • Analyzers were present double times
  • Fixed GRASP to check EnabledByDefault
File:
1 edited

Legend:

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

    r7415 r7438  
    5050      this.assignmentGroupBox = new System.Windows.Forms.GroupBox();
    5151      this.characteristicsGroupBox = new System.Windows.Forms.GroupBox();
     52      this.label7 = new System.Windows.Forms.Label();
     53      this.overbookedCapacityLabel = new System.Windows.Forms.Label();
     54      this.label5 = new System.Windows.Forms.Label();
     55      this.installationQualityLabel = new System.Windows.Forms.Label();
     56      this.label3 = new System.Windows.Forms.Label();
    5257      this.flowDistanceQualityLabel = new System.Windows.Forms.Label();
    53       this.label3 = new System.Windows.Forms.Label();
    54       this.installationQualityLabel = new System.Windows.Forms.Label();
    55       this.label5 = new System.Windows.Forms.Label();
    56       this.overbookedCapacityLabel = new System.Windows.Forms.Label();
    57       this.label7 = new System.Windows.Forms.Label();
    5858      this.assignmentGroupBox.SuspendLayout();
    5959      this.characteristicsGroupBox.SuspendLayout();
     
    7070      this.assignmentTreeView.Size = new System.Drawing.Size(228, 331);
    7171      this.assignmentTreeView.TabIndex = 3;
     72      this.assignmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.assignmentTreeView_AfterSelect);
     73      this.assignmentTreeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.assignmentTreeView_MouseUp);
    7274      //
    7375      // label1
     
    123125      this.characteristicsGroupBox.Text = "Characteristics";
    124126      //
     127      // label7
     128      //
     129      this.label7.AutoSize = true;
     130      this.label7.Location = new System.Drawing.Point(6, 76);
     131      this.label7.Margin = new System.Windows.Forms.Padding(3);
     132      this.label7.Name = "label7";
     133      this.label7.Size = new System.Drawing.Size(71, 13);
     134      this.label7.TabIndex = 0;
     135      this.label7.Text = "Overbooking:";
     136      //
     137      // overbookedCapacityLabel
     138      //
     139      this.overbookedCapacityLabel.AutoSize = true;
     140      this.overbookedCapacityLabel.Location = new System.Drawing.Point(91, 76);
     141      this.overbookedCapacityLabel.Margin = new System.Windows.Forms.Padding(3);
     142      this.overbookedCapacityLabel.Name = "overbookedCapacityLabel";
     143      this.overbookedCapacityLabel.Size = new System.Drawing.Size(10, 13);
     144      this.overbookedCapacityLabel.TabIndex = 4;
     145      this.overbookedCapacityLabel.Text = "-";
     146      //
     147      // label5
     148      //
     149      this.label5.AutoSize = true;
     150      this.label5.Location = new System.Drawing.Point(6, 57);
     151      this.label5.Margin = new System.Windows.Forms.Padding(3);
     152      this.label5.Name = "label5";
     153      this.label5.Size = new System.Drawing.Size(60, 13);
     154      this.label5.TabIndex = 0;
     155      this.label5.Text = "Installation:";
     156      //
     157      // installationQualityLabel
     158      //
     159      this.installationQualityLabel.AutoSize = true;
     160      this.installationQualityLabel.Location = new System.Drawing.Point(91, 57);
     161      this.installationQualityLabel.Margin = new System.Windows.Forms.Padding(3);
     162      this.installationQualityLabel.Name = "installationQualityLabel";
     163      this.installationQualityLabel.Size = new System.Drawing.Size(10, 13);
     164      this.installationQualityLabel.TabIndex = 4;
     165      this.installationQualityLabel.Text = "-";
     166      //
     167      // label3
     168      //
     169      this.label3.AutoSize = true;
     170      this.label3.Location = new System.Drawing.Point(6, 38);
     171      this.label3.Margin = new System.Windows.Forms.Padding(3);
     172      this.label3.Name = "label3";
     173      this.label3.Size = new System.Drawing.Size(79, 13);
     174      this.label3.TabIndex = 0;
     175      this.label3.Text = "Flow/Distance:";
     176      //
    125177      // flowDistanceQualityLabel
    126178      //
     
    132184      this.flowDistanceQualityLabel.TabIndex = 4;
    133185      this.flowDistanceQualityLabel.Text = "-";
    134       //
    135       // label3
    136       //
    137       this.label3.AutoSize = true;
    138       this.label3.Location = new System.Drawing.Point(6, 38);
    139       this.label3.Margin = new System.Windows.Forms.Padding(3);
    140       this.label3.Name = "label3";
    141       this.label3.Size = new System.Drawing.Size(79, 13);
    142       this.label3.TabIndex = 0;
    143       this.label3.Text = "Flow/Distance:";
    144       //
    145       // installationQualityLabel
    146       //
    147       this.installationQualityLabel.AutoSize = true;
    148       this.installationQualityLabel.Location = new System.Drawing.Point(91, 57);
    149       this.installationQualityLabel.Margin = new System.Windows.Forms.Padding(3);
    150       this.installationQualityLabel.Name = "installationQualityLabel";
    151       this.installationQualityLabel.Size = new System.Drawing.Size(10, 13);
    152       this.installationQualityLabel.TabIndex = 4;
    153       this.installationQualityLabel.Text = "-";
    154       //
    155       // label5
    156       //
    157       this.label5.AutoSize = true;
    158       this.label5.Location = new System.Drawing.Point(6, 57);
    159       this.label5.Margin = new System.Windows.Forms.Padding(3);
    160       this.label5.Name = "label5";
    161       this.label5.Size = new System.Drawing.Size(60, 13);
    162       this.label5.TabIndex = 0;
    163       this.label5.Text = "Installation:";
    164       //
    165       // overbookedCapacityLabel
    166       //
    167       this.overbookedCapacityLabel.AutoSize = true;
    168       this.overbookedCapacityLabel.Location = new System.Drawing.Point(91, 76);
    169       this.overbookedCapacityLabel.Margin = new System.Windows.Forms.Padding(3);
    170       this.overbookedCapacityLabel.Name = "overbookedCapacityLabel";
    171       this.overbookedCapacityLabel.Size = new System.Drawing.Size(10, 13);
    172       this.overbookedCapacityLabel.TabIndex = 4;
    173       this.overbookedCapacityLabel.Text = "-";
    174       //
    175       // label7
    176       //
    177       this.label7.AutoSize = true;
    178       this.label7.Location = new System.Drawing.Point(6, 76);
    179       this.label7.Margin = new System.Windows.Forms.Padding(3);
    180       this.label7.Name = "label7";
    181       this.label7.Size = new System.Drawing.Size(71, 13);
    182       this.label7.TabIndex = 0;
    183       this.label7.Text = "Overbooking:";
    184186      //
    185187      // GQAPAssignmentView
Note: See TracChangeset for help on using the changeset viewer.