Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/25/10 16:27:17 (14 years ago)
Author:
mkommend
Message:

implemented reviewer comments (ticket #970)

File:
1 edited

Legend:

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

    r3499 r3524  
    6363      this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    6464      this.xJitterlabel.AutoSize = true;
    65       this.xJitterlabel.Location = new System.Drawing.Point(460, 308);
     65      this.xJitterlabel.Location = new System.Drawing.Point(569, 308);
    6666      this.xJitterlabel.Name = "xJitterlabel";
    6767      this.xJitterlabel.Size = new System.Drawing.Size(32, 13);
     
    7272      //
    7373      this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    74       this.xTrackBar.Location = new System.Drawing.Point(498, 305);
     74      this.xTrackBar.Location = new System.Drawing.Point(607, 305);
    7575      this.xTrackBar.Maximum = 100;
    7676      this.xTrackBar.Name = "xTrackBar";
     
    8484      this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    8585      this.xAxisLabel.AutoSize = true;
    86       this.xAxisLabel.Location = new System.Drawing.Point(211, 307);
     86      this.xAxisLabel.Location = new System.Drawing.Point(320, 307);
    8787      this.xAxisLabel.Name = "xAxisLabel";
    8888      this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
     
    9696      this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    9797      this.xAxisComboBox.FormattingEnabled = true;
    98       this.xAxisComboBox.Location = new System.Drawing.Point(232, 305);
     98      this.xAxisComboBox.Location = new System.Drawing.Point(341, 305);
    9999      this.xAxisComboBox.Name = "xAxisComboBox";
    100100      this.xAxisComboBox.Size = new System.Drawing.Size(221, 21);
     
    138138      this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    139139      this.sizeComboBox.FormattingEnabled = true;
    140       this.sizeComboBox.Location = new System.Drawing.Point(439, 3);
     140      this.sizeComboBox.Location = new System.Drawing.Point(448, 3);
    141141      this.sizeComboBox.Name = "sizeComboBox";
    142       this.sizeComboBox.Size = new System.Drawing.Size(121, 21);
     142      this.sizeComboBox.Size = new System.Drawing.Size(221, 21);
    143143      this.sizeComboBox.TabIndex = 14;
    144144      this.sizeComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
     
    148148      this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    149149      this.sizeLabel.AutoSize = true;
    150       this.sizeLabel.Location = new System.Drawing.Point(369, 6);
     150      this.sizeLabel.Location = new System.Drawing.Point(378, 6);
    151151      this.sizeLabel.Name = "sizeLabel";
    152152      this.sizeLabel.Size = new System.Drawing.Size(66, 13);
    153153      this.sizeLabel.TabIndex = 15;
    154154      this.sizeLabel.Text = "Bubble Size:";
     155      this.sizeLabel.Click += new System.EventHandler(this.sizeLabel_Click);
    155156      //
    156157      // chart
     
    165166      series1.ChartArea = "ChartArea1";
    166167      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
    167       series1.CustomProperties = "BubbleMaxSize=0";
     168      series1.CustomProperties = "BubbleMinSize=2, BubbleMaxSize=7";
    168169      series1.IsVisibleInLegend = false;
    169170      series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     
    171172      series1.YValuesPerPoint = 2;
    172173      this.chart.Series.Add(series1);
    173       this.chart.Size = new System.Drawing.Size(554, 261);
     174      this.chart.Size = new System.Drawing.Size(663, 261);
    174175      this.chart.TabIndex = 16;
    175       this.chart.Text = "chart1";
     176      this.chart.Text = "chart";
    176177      this.chart.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chart_MouseUp);
    177178      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
     
    252253      this.Controls.Add(this.yTrackBar);
    253254      this.Name = "RunCollectionBubbleChartView";
    254       this.Size = new System.Drawing.Size(565, 332);
     255      this.Size = new System.Drawing.Size(674, 332);
    255256      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).EndInit();
    256257      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
Note: See TracChangeset for help on using the changeset viewer.