Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9477 for trunk


Ignore:
Timestamp:
05/09/13 22:22:25 (11 years ago)
Author:
swagner
Message:

Rearranged layout of bubble chart (#2048)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.Designer.cs

    r9474 r9477  
    4848      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
    4949      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
     50      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RunCollectionBubbleChartView));
    5051      this.yJitterLabel = new System.Windows.Forms.Label();
    5152      this.xJitterlabel = new System.Windows.Forms.Label();
     
    7172      this.transparencyTrackBar = new System.Windows.Forms.TrackBar();
    7273      this.hideRunsButton = new System.Windows.Forms.Button();
     74      this.colorDialogButton = new System.Windows.Forms.Button();
    7375      this.noRunsLabel = new System.Windows.Forms.Label();
    7476      this.sizeTrackBar = new System.Windows.Forms.TrackBar();
     
    7779      this.unhideAllRunToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    7880      this.colorResetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    79       this.colorDialogButton = new System.Windows.Forms.Button();
    8081      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).BeginInit();
    8182      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).BeginInit();
     
    8990      //
    9091      this.yJitterLabel.AutoSize = true;
    91       this.yJitterLabel.Location = new System.Drawing.Point(278, 6);
     92      this.yJitterLabel.Location = new System.Drawing.Point(457, 6);
    9293      this.yJitterLabel.Name = "yJitterLabel";
    9394      this.yJitterLabel.Size = new System.Drawing.Size(32, 13);
     
    99100      this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    100101      this.xJitterlabel.AutoSize = true;
    101       this.xJitterlabel.Location = new System.Drawing.Point(749, 472);
     102      this.xJitterlabel.Location = new System.Drawing.Point(893, 719);
    102103      this.xJitterlabel.Name = "xJitterlabel";
    103104      this.xJitterlabel.Size = new System.Drawing.Size(32, 13);
     
    109110      this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    110111      this.xTrackBar.Enabled = false;
    111       this.xTrackBar.Location = new System.Drawing.Point(787, 469);
     112      this.xTrackBar.Location = new System.Drawing.Point(919, 715);
    112113      this.xTrackBar.Maximum = 100;
    113114      this.xTrackBar.Name = "xTrackBar";
     
    121122      this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    122123      this.xAxisLabel.AutoSize = true;
    123       this.xAxisLabel.Location = new System.Drawing.Point(471, 472);
     124      this.xAxisLabel.Location = new System.Drawing.Point(439, 719);
    124125      this.xAxisLabel.Name = "xAxisLabel";
    125126      this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
     
    131132      this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    132133      this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
    133       this.xAxisComboBox.DropDownHeight = 400;
    134134      this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    135       this.xAxisComboBox.DropDownWidth = 800;
     135      this.xAxisComboBox.DropDownWidth = 500;
    136136      this.xAxisComboBox.FormattingEnabled = true;
    137       this.xAxisComboBox.IntegralHeight = false;
    138       this.xAxisComboBox.Location = new System.Drawing.Point(492, 469);
     137      this.xAxisComboBox.Location = new System.Drawing.Point(460, 715);
    139138      this.xAxisComboBox.Name = "xAxisComboBox";
    140       this.xAxisComboBox.Size = new System.Drawing.Size(221, 21);
     139      this.xAxisComboBox.Size = new System.Drawing.Size(400, 21);
    141140      this.xAxisComboBox.TabIndex = 7;
    142141      this.xAxisComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
     
    154153      //
    155154      this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
    156       this.yAxisComboBox.DropDownHeight = 400;
    157155      this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    158156      this.yAxisComboBox.DropDownWidth = 800;
    159157      this.yAxisComboBox.FormattingEnabled = true;
    160       this.yAxisComboBox.IntegralHeight = false;
    161158      this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
    162159      this.yAxisComboBox.Name = "yAxisComboBox";
    163       this.yAxisComboBox.Size = new System.Drawing.Size(221, 21);
     160      this.yAxisComboBox.Size = new System.Drawing.Size(400, 21);
    164161      this.yAxisComboBox.TabIndex = 5;
    165162      this.yAxisComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
     
    168165      //
    169166      this.yTrackBar.Enabled = false;
    170       this.yTrackBar.Location = new System.Drawing.Point(312, 3);
     167      this.yTrackBar.Location = new System.Drawing.Point(483, 3);
    171168      this.yTrackBar.Maximum = 100;
    172169      this.yTrackBar.Name = "yTrackBar";
     
    180177      this.sizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    181178      this.sizeComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
    182       this.sizeComboBox.DropDownHeight = 400;
    183179      this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    184       this.sizeComboBox.DropDownWidth = 800;
     180      this.sizeComboBox.DropDownWidth = 400;
    185181      this.sizeComboBox.FormattingEnabled = true;
    186       this.sizeComboBox.IntegralHeight = false;
    187       this.sizeComboBox.Location = new System.Drawing.Point(560, 4);
     182      this.sizeComboBox.Location = new System.Drawing.Point(613, 3);
    188183      this.sizeComboBox.Name = "sizeComboBox";
    189       this.sizeComboBox.Size = new System.Drawing.Size(221, 21);
     184      this.sizeComboBox.Size = new System.Drawing.Size(300, 21);
    190185      this.sizeComboBox.TabIndex = 14;
    191186      this.sizeComboBox.SelectedValueChanged += new System.EventHandler(this.AxisComboBox_SelectedValueChanged);
     
    195190      this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    196191      this.sizeLabel.AutoSize = true;
    197       this.sizeLabel.Location = new System.Drawing.Point(489, 7);
     192      this.sizeLabel.Location = new System.Drawing.Point(541, 6);
    198193      this.sizeLabel.Name = "sizeLabel";
    199194      this.sizeLabel.Size = new System.Drawing.Size(66, 13);
     
    203198      // chart
    204199      //
    205       this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    206             | System.Windows.Forms.AnchorStyles.Left)
     200      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     201            | System.Windows.Forms.AnchorStyles.Left) 
    207202            | System.Windows.Forms.AnchorStyles.Right)));
    208203      chartArea1.Name = "ChartArea1";
    209204      this.chart.ChartAreas.Add(chartArea1);
    210       this.chart.Location = new System.Drawing.Point(6, 30);
     205      this.chart.Location = new System.Drawing.Point(-1, 30);
    211206      this.chart.Name = "chart";
    212207      series1.ChartArea = "ChartArea1";
     
    217212      series1.YValuesPerPoint = 2;
    218213      this.chart.Series.Add(series1);
    219       this.chart.Size = new System.Drawing.Size(843, 425);
     214      this.chart.Size = new System.Drawing.Size(988, 681);
    220215      this.chart.TabIndex = 16;
    221216      this.chart.Text = "chart";
     
    244239      this.zoomButton.AutoSize = true;
    245240      this.zoomButton.Checked = true;
    246       this.zoomButton.Location = new System.Drawing.Point(6, 10);
     241      this.zoomButton.Location = new System.Drawing.Point(6, 11);
    247242      this.zoomButton.Name = "zoomButton";
    248243      this.zoomButton.Size = new System.Drawing.Size(52, 17);
     
    257252      this.selectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    258253      this.selectButton.AutoSize = true;
    259       this.selectButton.Location = new System.Drawing.Point(64, 9);
     254      this.selectButton.Location = new System.Drawing.Point(61, 11);
    260255      this.selectButton.Name = "selectButton";
    261256      this.selectButton.Size = new System.Drawing.Size(55, 17);
     
    269264      this.radioButtonGroup.Controls.Add(this.zoomButton);
    270265      this.radioButtonGroup.Controls.Add(this.selectButton);
    271       this.radioButtonGroup.Location = new System.Drawing.Point(2, 461);
     266      this.radioButtonGroup.Location = new System.Drawing.Point(3, 704);
    272267      this.radioButtonGroup.Name = "radioButtonGroup";
    273268      this.radioButtonGroup.Size = new System.Drawing.Size(122, 32);
     
    280275      this.colorRunsButton.Enabled = false;
    281276      this.colorRunsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    282       this.colorRunsButton.Location = new System.Drawing.Point(130, 469);
     277      this.colorRunsButton.Location = new System.Drawing.Point(131, 713);
    283278      this.colorRunsButton.Name = "colorRunsButton";
    284279      this.colorRunsButton.Size = new System.Drawing.Size(21, 21);
     
    298293      this.colorXAxisButton.Enabled = false;
    299294      this.colorXAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColorVertical;
    300       this.colorXAxisButton.Location = new System.Drawing.Point(719, 469);
     295      this.colorXAxisButton.Location = new System.Drawing.Point(866, 715);
    301296      this.colorXAxisButton.Name = "colorXAxisButton";
    302297      this.colorXAxisButton.Size = new System.Drawing.Size(21, 21);
     
    310305      this.colorYAxisButton.Enabled = false;
    311306      this.colorYAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColor;
    312       this.colorYAxisButton.Location = new System.Drawing.Point(251, 3);
     307      this.colorYAxisButton.Location = new System.Drawing.Point(430, 3);
    313308      this.colorYAxisButton.Name = "colorYAxisButton";
    314309      this.colorYAxisButton.Size = new System.Drawing.Size(21, 21);
     
    322317      this.transparencyTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    323318      this.transparencyTrackBar.LargeChange = 16;
    324       this.transparencyTrackBar.Location = new System.Drawing.Point(359, 470);
     319      this.transparencyTrackBar.Location = new System.Drawing.Point(302, 715);
    325320      this.transparencyTrackBar.Maximum = 254;
    326321      this.transparencyTrackBar.Name = "transparencyTrackBar";
     
    336331      this.hideRunsButton.Enabled = false;
    337332      this.hideRunsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    338       this.hideRunsButton.Location = new System.Drawing.Point(177, 469);
     333      this.hideRunsButton.Location = new System.Drawing.Point(172, 713);
    339334      this.hideRunsButton.Name = "hideRunsButton";
    340335      this.hideRunsButton.Size = new System.Drawing.Size(43, 21);
     
    345340      this.hideRunsButton.Click += new System.EventHandler(this.hideRunsButton_Click);
    346341      //
     342      // colorDialogButton
     343      //
     344      this.colorDialogButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     345      this.colorDialogButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     346      this.colorDialogButton.Enabled = false;
     347      this.colorDialogButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     348      this.colorDialogButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     349      this.colorDialogButton.Location = new System.Drawing.Point(152, 713);
     350      this.colorDialogButton.Name = "colorDialogButton";
     351      this.colorDialogButton.Size = new System.Drawing.Size(14, 21);
     352      this.colorDialogButton.TabIndex = 25;
     353      this.colorDialogButton.Text = "v";
     354      this.tooltip.SetToolTip(this.colorDialogButton, "Choose color");
     355      this.colorDialogButton.UseVisualStyleBackColor = true;
     356      this.colorDialogButton.Click += new System.EventHandler(this.colorDialogButton_Click);
     357      //
    347358      // noRunsLabel
    348359      //
    349360      this.noRunsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
    350361      this.noRunsLabel.AutoSize = true;
    351       this.noRunsLabel.Location = new System.Drawing.Point(366, 228);
     362      this.noRunsLabel.Location = new System.Drawing.Point(432, 350);
    352363      this.noRunsLabel.Name = "noRunsLabel";
    353364      this.noRunsLabel.Size = new System.Drawing.Size(138, 13);
     
    358369      //
    359370      this.sizeTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    360       this.sizeTrackBar.Location = new System.Drawing.Point(787, 3);
     371      this.sizeTrackBar.Location = new System.Drawing.Point(919, 3);
    361372      this.sizeTrackBar.Maximum = 20;
    362373      this.sizeTrackBar.Minimum = -20;
     
    379390      this.transparencyLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    380391      this.transparencyLabel.AutoSize = true;
    381       this.transparencyLabel.Location = new System.Drawing.Point(278, 475);
     392      this.transparencyLabel.Location = new System.Drawing.Point(233, 717);
    382393      this.transparencyLabel.Name = "transparencyLabel";
    383394      this.transparencyLabel.Size = new System.Drawing.Size(75, 13);
     
    399410      this.colorResetToolStripMenuItem.Click += new System.EventHandler(this.colorResetToolStripMenuItem_Click);
    400411      //
    401       // colorDialogButton
    402       //
    403       this.colorDialogButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    404       this.colorDialogButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    405       this.colorDialogButton.Enabled = false;
    406       this.colorDialogButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    407       this.colorDialogButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    408       this.colorDialogButton.Location = new System.Drawing.Point(150, 469);
    409       this.colorDialogButton.Name = "colorDialogButton";
    410       this.colorDialogButton.Size = new System.Drawing.Size(14, 21);
    411       this.colorDialogButton.TabIndex = 25;
    412       this.colorDialogButton.Text = "v";
    413       this.tooltip.SetToolTip(this.colorDialogButton, "Choose color");
    414       this.colorDialogButton.UseVisualStyleBackColor = true;
    415       this.colorDialogButton.Click += new System.EventHandler(this.colorDialogButton_Click);
    416       //
    417412      // RunCollectionBubbleChartView
    418413      //
     
    421416      this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    422417      this.Controls.Add(this.hideRunsButton);
    423       this.Controls.Add(this.transparencyTrackBar);
    424418      this.Controls.Add(this.sizeTrackBar);
    425419      this.Controls.Add(this.colorYAxisButton);
     
    428422      this.Controls.Add(this.colorRunsButton);
    429423      this.Controls.Add(this.radioButtonGroup);
    430       this.Controls.Add(this.sizeLabel);
    431       this.Controls.Add(this.sizeComboBox);
    432424      this.Controls.Add(this.yJitterLabel);
    433425      this.Controls.Add(this.transparencyLabel);
     
    441433      this.Controls.Add(this.colorDialogButton);
    442434      this.Controls.Add(this.chart);
     435      this.Controls.Add(this.transparencyTrackBar);
     436      this.Controls.Add(this.sizeLabel);
     437      this.Controls.Add(this.sizeComboBox);
    443438      this.Name = "RunCollectionBubbleChartView";
    444       this.Size = new System.Drawing.Size(854, 496);
     439      this.Size = new System.Drawing.Size(986, 741);
    445440      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).EndInit();
    446441      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
Note: See TracChangeset for help on using the changeset viewer.