Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/25/16 12:56:17 (8 years ago)
Author:
abeham
Message:

#2457: working on recommendation algorithms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Views/UnderstandingProblemInstanceView.Designer.cs

    r13757 r13791  
    5454      this.mapSplitContainer = new System.Windows.Forms.SplitContainer();
    5555      this.showCharacteristicsCheckBox = new System.Windows.Forms.CheckBox();
    56       this.fromZeroCheckBox = new System.Windows.Forms.CheckBox();
    5756      this.invPropCheckBox = new System.Windows.Forms.CheckBox();
     57      this.colorLabel = new System.Windows.Forms.Label();
    5858      this.sizeLabel = new System.Windows.Forms.Label();
    5959      this.projectionLabel = new System.Windows.Forms.Label();
    6060      this.instanceMapChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
     61      this.colorComboBox = new System.Windows.Forms.ComboBox();
    6162      this.sizeComboBox = new System.Windows.Forms.ComboBox();
    6263      this.projectionComboBox = new System.Windows.Forms.ComboBox();
     64      this.characteristicsPanel = new System.Windows.Forms.Panel();
     65      this.updateProjectionButton = new System.Windows.Forms.Button();
    6366      this.instancesTabPage = new System.Windows.Forms.TabPage();
    6467      this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    65       this.colorComboBox = new System.Windows.Forms.ComboBox();
    66       this.colorLabel = new System.Windows.Forms.Label();
    6768      this.problemInstancesTabControl.SuspendLayout();
    6869      this.mapTabPage.SuspendLayout();
    6970      ((System.ComponentModel.ISupportInitialize)(this.mapSplitContainer)).BeginInit();
    7071      this.mapSplitContainer.Panel1.SuspendLayout();
     72      this.mapSplitContainer.Panel2.SuspendLayout();
    7173      this.mapSplitContainer.SuspendLayout();
    7274      ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).BeginInit();
     
    109111      //
    110112      this.mapSplitContainer.Panel1.Controls.Add(this.showCharacteristicsCheckBox);
    111       this.mapSplitContainer.Panel1.Controls.Add(this.fromZeroCheckBox);
    112113      this.mapSplitContainer.Panel1.Controls.Add(this.invPropCheckBox);
    113114      this.mapSplitContainer.Panel1.Controls.Add(this.colorLabel);
     
    119120      this.mapSplitContainer.Panel1.Controls.Add(this.projectionComboBox);
    120121      this.mapSplitContainer.Panel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
     122      //
     123      // mapSplitContainer.Panel2
     124      //
     125      this.mapSplitContainer.Panel2.Controls.Add(this.characteristicsPanel);
     126      this.mapSplitContainer.Panel2.Controls.Add(this.updateProjectionButton);
    121127      this.mapSplitContainer.Panel2Collapsed = true;
    122128      this.mapSplitContainer.Size = new System.Drawing.Size(1094, 728);
    123       this.mapSplitContainer.SplitterDistance = 847;
     129      this.mapSplitContainer.SplitterDistance = 843;
    124130      this.mapSplitContainer.TabIndex = 12;
    125131      //
     
    135141      this.showCharacteristicsCheckBox.UseVisualStyleBackColor = true;
    136142      this.showCharacteristicsCheckBox.CheckedChanged += new System.EventHandler(this.showCharacteristicsCheckBox_CheckedChanged);
    137       //
    138       // fromZeroCheckBox
    139       //
    140       this.fromZeroCheckBox.AutoSize = true;
    141       this.fromZeroCheckBox.Checked = true;
    142       this.fromZeroCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    143       this.fromZeroCheckBox.Location = new System.Drawing.Point(639, 8);
    144       this.fromZeroCheckBox.Name = "fromZeroCheckBox";
    145       this.fromZeroCheckBox.Size = new System.Drawing.Size(69, 17);
    146       this.fromZeroCheckBox.TabIndex = 17;
    147       this.fromZeroCheckBox.Text = "from zero";
    148       this.fromZeroCheckBox.UseVisualStyleBackColor = true;
    149       this.fromZeroCheckBox.CheckedChanged += new System.EventHandler(this.fromZeroCheckBox_CheckedChanged);
    150143      //
    151144      // invPropCheckBox
     
    161154      this.invPropCheckBox.UseVisualStyleBackColor = true;
    162155      this.invPropCheckBox.CheckedChanged += new System.EventHandler(this.InvPropCheckBoxOnCheckedChanged);
     156      //
     157      // colorLabel
     158      //
     159      this.colorLabel.AutoSize = true;
     160      this.colorLabel.Location = new System.Drawing.Point(652, 9);
     161      this.colorLabel.Name = "colorLabel";
     162      this.colorLabel.Size = new System.Drawing.Size(34, 13);
     163      this.colorLabel.TabIndex = 15;
     164      this.colorLabel.Text = "Color:";
    163165      //
    164166      // sizeLabel
     
    202204      series1.MarkerSize = 10;
    203205      series1.Name = "InstancesSeries";
     206      series1.SmartLabelStyle.CalloutLineAnchorCapStyle = System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle.None;
    204207      series2.ChartArea = "Default";
    205208      series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
     
    209212      series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
    210213      series2.Name = "CurrentInstanceSeries";
     214      series2.SmartLabelStyle.CalloutLineAnchorCapStyle = System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle.None;
    211215      this.instanceMapChart.Series.Add(series1);
    212216      this.instanceMapChart.Series.Add(series2);
    213217      this.instanceMapChart.Size = new System.Drawing.Size(974, 692);
    214218      this.instanceMapChart.TabIndex = 12;
     219      //
     220      // colorComboBox
     221      //
     222      this.colorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     223      this.colorComboBox.FormattingEnabled = true;
     224      this.colorComboBox.Location = new System.Drawing.Point(692, 6);
     225      this.colorComboBox.Name = "colorComboBox";
     226      this.colorComboBox.Size = new System.Drawing.Size(222, 21);
     227      this.colorComboBox.TabIndex = 13;
     228      this.colorComboBox.SelectedIndexChanged += new System.EventHandler(this.colorComboBox_SelectedIndexChanged);
    215229      //
    216230      // sizeComboBox
     
    234248      this.projectionComboBox.SelectedIndexChanged += new System.EventHandler(this.ProjectionComboBoxOnSelectedIndexChanged);
    235249      //
     250      // characteristicsPanel
     251      //
     252      this.characteristicsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     253            | System.Windows.Forms.AnchorStyles.Left)
     254            | System.Windows.Forms.AnchorStyles.Right)));
     255      this.characteristicsPanel.Location = new System.Drawing.Point(3, 33);
     256      this.characteristicsPanel.Name = "characteristicsPanel";
     257      this.characteristicsPanel.Size = new System.Drawing.Size(241, 692);
     258      this.characteristicsPanel.TabIndex = 20;
     259      //
     260      // updateProjectionButton
     261      //
     262      this.updateProjectionButton.Location = new System.Drawing.Point(3, 6);
     263      this.updateProjectionButton.Name = "updateProjectionButton";
     264      this.updateProjectionButton.Size = new System.Drawing.Size(26, 23);
     265      this.updateProjectionButton.TabIndex = 19;
     266      this.updateProjectionButton.Text = "Update";
     267      this.updateProjectionButton.UseVisualStyleBackColor = true;
     268      this.updateProjectionButton.Click += new System.EventHandler(this.updateProjectionButton_Click);
     269      //
    236270      // instancesTabPage
    237271      //
     
    240274      this.instancesTabPage.Name = "instancesTabPage";
    241275      this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3);
    242       this.instancesTabPage.Size = new System.Drawing.Size(1106, 734);
     276      this.instancesTabPage.Size = new System.Drawing.Size(1100, 734);
    243277      this.instancesTabPage.TabIndex = 0;
    244278      this.instancesTabPage.Text = "Instances";
     
    254288      this.problemInstancesView.Name = "problemInstancesView";
    255289      this.problemInstancesView.ReadOnly = false;
    256       this.problemInstancesView.Size = new System.Drawing.Size(1100, 728);
     290      this.problemInstancesView.Size = new System.Drawing.Size(1094, 728);
    257291      this.problemInstancesView.TabIndex = 0;
    258292      this.problemInstancesView.ViewsLabelVisible = true;
    259293      this.problemInstancesView.ViewType = null;
    260       //
    261       // colorComboBox
    262       //
    263       this.colorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    264       this.colorComboBox.FormattingEnabled = true;
    265       this.colorComboBox.Location = new System.Drawing.Point(768, 6);
    266       this.colorComboBox.Name = "colorComboBox";
    267       this.colorComboBox.Size = new System.Drawing.Size(222, 21);
    268       this.colorComboBox.TabIndex = 13;
    269       this.colorComboBox.SelectedIndexChanged += new System.EventHandler(this.colorComboBox_SelectedIndexChanged);
    270       //
    271       // colorLabel
    272       //
    273       this.colorLabel.AutoSize = true;
    274       this.colorLabel.Location = new System.Drawing.Point(728, 9);
    275       this.colorLabel.Name = "colorLabel";
    276       this.colorLabel.Size = new System.Drawing.Size(34, 13);
    277       this.colorLabel.TabIndex = 15;
    278       this.colorLabel.Text = "Color:";
    279294      //
    280295      // UnderstandingProblemInstanceView
     
    289304      this.mapSplitContainer.Panel1.ResumeLayout(false);
    290305      this.mapSplitContainer.Panel1.PerformLayout();
     306      this.mapSplitContainer.Panel2.ResumeLayout(false);
    291307      ((System.ComponentModel.ISupportInitialize)(this.mapSplitContainer)).EndInit();
    292308      this.mapSplitContainer.ResumeLayout(false);
     
    311327    private System.Windows.Forms.ComboBox sizeComboBox;
    312328    private System.Windows.Forms.ComboBox projectionComboBox;
    313     private System.Windows.Forms.CheckBox fromZeroCheckBox;
    314329    private System.Windows.Forms.Label colorLabel;
    315330    private System.Windows.Forms.ComboBox colorComboBox;
     331    private System.Windows.Forms.Button updateProjectionButton;
     332    private System.Windows.Forms.Panel characteristicsPanel;
    316333  }
    317334}
Note: See TracChangeset for help on using the changeset viewer.