Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/11/16 17:34:50 (8 years ago)
Author:
abeham
Message:

#2457: worked on problem instance mapping

File:
1 edited

Legend:

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

    r13722 r13751  
    5050      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
    5151      System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
    52       this.projectionLabel = new System.Windows.Forms.Label();
    53       this.projectionComboBox = new System.Windows.Forms.ComboBox();
    5452      this.problemInstancesTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    5553      this.mapTabPage = new System.Windows.Forms.TabPage();
    56       this.instanceMapChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
    5754      this.instancesTabPage = new System.Windows.Forms.TabPage();
    5855      this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     56      this.mapSplitContainer = new System.Windows.Forms.SplitContainer();
     57      this.invPropCheckBox = new System.Windows.Forms.CheckBox();
     58      this.sizeLabel = new System.Windows.Forms.Label();
     59      this.projectionLabel = new System.Windows.Forms.Label();
     60      this.instanceMapChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
     61      this.sizeComboBox = new System.Windows.Forms.ComboBox();
     62      this.projectionComboBox = new System.Windows.Forms.ComboBox();
     63      this.showCharacteristicsCheckBox = new System.Windows.Forms.CheckBox();
    5964      this.problemInstancesTabControl.SuspendLayout();
    6065      this.mapTabPage.SuspendLayout();
     66      this.instancesTabPage.SuspendLayout();
     67      ((System.ComponentModel.ISupportInitialize)(this.mapSplitContainer)).BeginInit();
     68      this.mapSplitContainer.Panel1.SuspendLayout();
     69      this.mapSplitContainer.SuspendLayout();
    6170      ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).BeginInit();
    62       this.instancesTabPage.SuspendLayout();
    6371      this.SuspendLayout();
    64       //
    65       // projectionLabel
    66       //
    67       this.projectionLabel.AutoSize = true;
    68       this.projectionLabel.Location = new System.Drawing.Point(6, 9);
    69       this.projectionLabel.Name = "projectionLabel";
    70       this.projectionLabel.Size = new System.Drawing.Size(57, 13);
    71       this.projectionLabel.TabIndex = 10;
    72       this.projectionLabel.Text = "Projection:";
    73       //
    74       // projectionComboBox
    75       //
    76       this.projectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    77       this.projectionComboBox.FormattingEnabled = true;
    78       this.projectionComboBox.Location = new System.Drawing.Point(69, 6);
    79       this.projectionComboBox.Name = "projectionComboBox";
    80       this.projectionComboBox.Size = new System.Drawing.Size(158, 21);
    81       this.projectionComboBox.TabIndex = 9;
    82       this.projectionComboBox.SelectedIndexChanged += new System.EventHandler(this.ProjectionComboBoxOnSelectedIndexChanged);
    8372      //
    8473      // problemInstancesTabControl
     
    9887      // mapTabPage
    9988      //
    100       this.mapTabPage.Controls.Add(this.projectionLabel);
    101       this.mapTabPage.Controls.Add(this.instanceMapChart);
    102       this.mapTabPage.Controls.Add(this.projectionComboBox);
     89      this.mapTabPage.Controls.Add(this.mapSplitContainer);
    10390      this.mapTabPage.Location = new System.Drawing.Point(4, 22);
    10491      this.mapTabPage.Name = "mapTabPage";
     
    10895      this.mapTabPage.Text = "Map";
    10996      this.mapTabPage.UseVisualStyleBackColor = true;
     97      //
     98      // instancesTabPage
     99      //
     100      this.instancesTabPage.Controls.Add(this.problemInstancesView);
     101      this.instancesTabPage.Location = new System.Drawing.Point(4, 22);
     102      this.instancesTabPage.Name = "instancesTabPage";
     103      this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3);
     104      this.instancesTabPage.Size = new System.Drawing.Size(992, 734);
     105      this.instancesTabPage.TabIndex = 0;
     106      this.instancesTabPage.Text = "Instances";
     107      this.instancesTabPage.UseVisualStyleBackColor = true;
     108      //
     109      // problemInstancesView
     110      //
     111      this.problemInstancesView.Caption = "View";
     112      this.problemInstancesView.Content = null;
     113      this.problemInstancesView.Dock = System.Windows.Forms.DockStyle.Fill;
     114      this.problemInstancesView.Enabled = false;
     115      this.problemInstancesView.Location = new System.Drawing.Point(3, 3);
     116      this.problemInstancesView.Name = "problemInstancesView";
     117      this.problemInstancesView.ReadOnly = false;
     118      this.problemInstancesView.Size = new System.Drawing.Size(986, 728);
     119      this.problemInstancesView.TabIndex = 0;
     120      this.problemInstancesView.ViewsLabelVisible = true;
     121      this.problemInstancesView.ViewType = null;
     122      //
     123      // mapSplitContainer
     124      //
     125      this.mapSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     126      this.mapSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     127      this.mapSplitContainer.Location = new System.Drawing.Point(3, 3);
     128      this.mapSplitContainer.Name = "mapSplitContainer";
     129      //
     130      // mapSplitContainer.Panel1
     131      //
     132      this.mapSplitContainer.Panel1.Controls.Add(this.showCharacteristicsCheckBox);
     133      this.mapSplitContainer.Panel1.Controls.Add(this.invPropCheckBox);
     134      this.mapSplitContainer.Panel1.Controls.Add(this.sizeLabel);
     135      this.mapSplitContainer.Panel1.Controls.Add(this.projectionLabel);
     136      this.mapSplitContainer.Panel1.Controls.Add(this.instanceMapChart);
     137      this.mapSplitContainer.Panel1.Controls.Add(this.sizeComboBox);
     138      this.mapSplitContainer.Panel1.Controls.Add(this.projectionComboBox);
     139      this.mapSplitContainer.Panel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
     140      this.mapSplitContainer.Size = new System.Drawing.Size(986, 728);
     141      this.mapSplitContainer.SplitterDistance = 847;
     142      this.mapSplitContainer.TabIndex = 12;
     143      //
     144      // invPropCheckBox
     145      //
     146      this.invPropCheckBox.AutoSize = true;
     147      this.invPropCheckBox.Checked = true;
     148      this.invPropCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     149      this.invPropCheckBox.Location = new System.Drawing.Point(579, 12);
     150      this.invPropCheckBox.Name = "invPropCheckBox";
     151      this.invPropCheckBox.Size = new System.Drawing.Size(118, 17);
     152      this.invPropCheckBox.TabIndex = 17;
     153      this.invPropCheckBox.Text = "inverse proportional";
     154      this.invPropCheckBox.UseVisualStyleBackColor = true;
     155      //
     156      // sizeLabel
     157      //
     158      this.sizeLabel.AutoSize = true;
     159      this.sizeLabel.Location = new System.Drawing.Point(264, 12);
     160      this.sizeLabel.Name = "sizeLabel";
     161      this.sizeLabel.Size = new System.Drawing.Size(30, 13);
     162      this.sizeLabel.TabIndex = 15;
     163      this.sizeLabel.Text = "Size:";
     164      //
     165      // projectionLabel
     166      //
     167      this.projectionLabel.AutoSize = true;
     168      this.projectionLabel.Location = new System.Drawing.Point(2, 12);
     169      this.projectionLabel.Name = "projectionLabel";
     170      this.projectionLabel.Size = new System.Drawing.Size(57, 13);
     171      this.projectionLabel.TabIndex = 16;
     172      this.projectionLabel.Text = "Projection:";
    110173      //
    111174      // instanceMapChart
     
    140203      this.instanceMapChart.Series.Add(series1);
    141204      this.instanceMapChart.Series.Add(series2);
    142       this.instanceMapChart.Size = new System.Drawing.Size(986, 698);
    143       this.instanceMapChart.TabIndex = 0;
    144       //
    145       // instancesTabPage
    146       //
    147       this.instancesTabPage.Controls.Add(this.problemInstancesView);
    148       this.instancesTabPage.Location = new System.Drawing.Point(4, 22);
    149       this.instancesTabPage.Name = "instancesTabPage";
    150       this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3);
    151       this.instancesTabPage.Size = new System.Drawing.Size(1044, 757);
    152       this.instancesTabPage.TabIndex = 0;
    153       this.instancesTabPage.Text = "Instances";
    154       this.instancesTabPage.UseVisualStyleBackColor = true;
    155       //
    156       // problemInstancesView
    157       //
    158       this.problemInstancesView.Caption = "View";
    159       this.problemInstancesView.Content = null;
    160       this.problemInstancesView.Dock = System.Windows.Forms.DockStyle.Fill;
    161       this.problemInstancesView.Enabled = false;
    162       this.problemInstancesView.Location = new System.Drawing.Point(3, 3);
    163       this.problemInstancesView.Name = "problemInstancesView";
    164       this.problemInstancesView.ReadOnly = false;
    165       this.problemInstancesView.Size = new System.Drawing.Size(1038, 751);
    166       this.problemInstancesView.TabIndex = 0;
    167       this.problemInstancesView.ViewsLabelVisible = true;
    168       this.problemInstancesView.ViewType = null;
     205      this.instanceMapChart.Size = new System.Drawing.Size(841, 692);
     206      this.instanceMapChart.TabIndex = 12;
     207      //
     208      // sizeComboBox
     209      //
     210      this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     211      this.sizeComboBox.FormattingEnabled = true;
     212      this.sizeComboBox.Location = new System.Drawing.Point(300, 6);
     213      this.sizeComboBox.Name = "sizeComboBox";
     214      this.sizeComboBox.Size = new System.Drawing.Size(273, 21);
     215      this.sizeComboBox.TabIndex = 13;
     216      //
     217      // projectionComboBox
     218      //
     219      this.projectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     220      this.projectionComboBox.FormattingEnabled = true;
     221      this.projectionComboBox.Location = new System.Drawing.Point(65, 6);
     222      this.projectionComboBox.Name = "projectionComboBox";
     223      this.projectionComboBox.Size = new System.Drawing.Size(158, 21);
     224      this.projectionComboBox.TabIndex = 14;
     225      //
     226      // showCharacteristicsCheckBox
     227      //
     228      this.showCharacteristicsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     229      this.showCharacteristicsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
     230      this.showCharacteristicsCheckBox.Location = new System.Drawing.Point(818, 4);
     231      this.showCharacteristicsCheckBox.Name = "showCharacteristicsCheckBox";
     232      this.showCharacteristicsCheckBox.Size = new System.Drawing.Size(26, 23);
     233      this.showCharacteristicsCheckBox.TabIndex = 18;
     234      this.showCharacteristicsCheckBox.Text = "Detail";
     235      this.showCharacteristicsCheckBox.UseVisualStyleBackColor = true;
    169236      //
    170237      // UnderstandingProblemInstanceView
     
    175242      this.Name = "UnderstandingProblemInstanceView";
    176243      this.Size = new System.Drawing.Size(1000, 760);
    177       this.Controls.SetChildIndex(this.problemInstancesTabControl, 0);
    178244      this.problemInstancesTabControl.ResumeLayout(false);
    179245      this.mapTabPage.ResumeLayout(false);
    180       this.mapTabPage.PerformLayout();
     246      this.instancesTabPage.ResumeLayout(false);
     247      this.mapSplitContainer.Panel1.ResumeLayout(false);
     248      this.mapSplitContainer.Panel1.PerformLayout();
     249      ((System.ComponentModel.ISupportInitialize)(this.mapSplitContainer)).EndInit();
     250      this.mapSplitContainer.ResumeLayout(false);
    181251      ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).EndInit();
    182       this.instancesTabPage.ResumeLayout(false);
    183252      this.ResumeLayout(false);
    184253
     
    187256    #endregion
    188257
    189     private System.Windows.Forms.Label projectionLabel;
    190     private System.Windows.Forms.ComboBox projectionComboBox;
    191258    private MainForm.WindowsForms.DragOverTabControl problemInstancesTabControl;
    192259    private System.Windows.Forms.TabPage mapTabPage;
    193     private Visualization.ChartControlsExtensions.EnhancedChart instanceMapChart;
    194260    private System.Windows.Forms.TabPage instancesTabPage;
    195261    private MainForm.WindowsForms.ViewHost problemInstancesView;
     262    private System.Windows.Forms.SplitContainer mapSplitContainer;
     263    private System.Windows.Forms.CheckBox showCharacteristicsCheckBox;
     264    private System.Windows.Forms.CheckBox invPropCheckBox;
     265    private System.Windows.Forms.Label sizeLabel;
     266    private System.Windows.Forms.Label projectionLabel;
     267    private Visualization.ChartControlsExtensions.EnhancedChart instanceMapChart;
     268    private System.Windows.Forms.ComboBox sizeComboBox;
     269    private System.Windows.Forms.ComboBox projectionComboBox;
    196270  }
    197271}
Note: See TracChangeset for help on using the changeset viewer.