Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/27/10 13:33:41 (14 years ago)
Author:
mkommend
Message:

updated RunCollectionBubbleChart (ticket #970)

File:
1 edited

Legend:

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

    r3524 r3543  
    4444      this.colorDialog = new System.Windows.Forms.ColorDialog();
    4545      this.tooltip = new System.Windows.Forms.ToolTip(this.components);
     46      this.noRunsLabel = new System.Windows.Forms.Label();
    4647      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).BeginInit();
    4748      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).BeginInit();
     
    6364      this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    6465      this.xJitterlabel.AutoSize = true;
    65       this.xJitterlabel.Location = new System.Drawing.Point(569, 308);
     66      this.xJitterlabel.Location = new System.Drawing.Point(539, 295);
    6667      this.xJitterlabel.Name = "xJitterlabel";
    6768      this.xJitterlabel.Size = new System.Drawing.Size(32, 13);
     
    7273      //
    7374      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(607, 305);
     75      this.xTrackBar.Location = new System.Drawing.Point(577, 292);
    7576      this.xTrackBar.Maximum = 100;
    7677      this.xTrackBar.Name = "xTrackBar";
     
    8485      this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    8586      this.xAxisLabel.AutoSize = true;
    86       this.xAxisLabel.Location = new System.Drawing.Point(320, 307);
     87      this.xAxisLabel.Location = new System.Drawing.Point(290, 294);
    8788      this.xAxisLabel.Name = "xAxisLabel";
    8889      this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
     
    9697      this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    9798      this.xAxisComboBox.FormattingEnabled = true;
    98       this.xAxisComboBox.Location = new System.Drawing.Point(341, 305);
     99      this.xAxisComboBox.Location = new System.Drawing.Point(311, 292);
    99100      this.xAxisComboBox.Name = "xAxisComboBox";
    100101      this.xAxisComboBox.Size = new System.Drawing.Size(221, 21);
     
    138139      this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    139140      this.sizeComboBox.FormattingEnabled = true;
    140       this.sizeComboBox.Location = new System.Drawing.Point(448, 3);
     141      this.sizeComboBox.Location = new System.Drawing.Point(418, 3);
    141142      this.sizeComboBox.Name = "sizeComboBox";
    142143      this.sizeComboBox.Size = new System.Drawing.Size(221, 21);
     
    148149      this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    149150      this.sizeLabel.AutoSize = true;
    150       this.sizeLabel.Location = new System.Drawing.Point(378, 6);
     151      this.sizeLabel.Location = new System.Drawing.Point(348, 6);
    151152      this.sizeLabel.Name = "sizeLabel";
    152153      this.sizeLabel.Size = new System.Drawing.Size(66, 13);
    153154      this.sizeLabel.TabIndex = 15;
    154155      this.sizeLabel.Text = "Bubble Size:";
    155       this.sizeLabel.Click += new System.EventHandler(this.sizeLabel_Click);
    156156      //
    157157      // chart
     
    172172      series1.YValuesPerPoint = 2;
    173173      this.chart.Series.Add(series1);
    174       this.chart.Size = new System.Drawing.Size(663, 261);
     174      this.chart.Size = new System.Drawing.Size(633, 248);
    175175      this.chart.TabIndex = 16;
    176176      this.chart.Text = "chart";
     
    209209      this.radioButtonGroup.Controls.Add(this.zoomButton);
    210210      this.radioButtonGroup.Controls.Add(this.selectButton);
    211       this.radioButtonGroup.Location = new System.Drawing.Point(3, 297);
     211      this.radioButtonGroup.Location = new System.Drawing.Point(3, 284);
    212212      this.radioButtonGroup.Name = "radioButtonGroup";
    213213      this.radioButtonGroup.Size = new System.Drawing.Size(135, 32);
     
    220220      this.colorButton.Enabled = false;
    221221      this.colorButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    222       this.colorButton.Location = new System.Drawing.Point(144, 305);
     222      this.colorButton.Location = new System.Drawing.Point(144, 292);
    223223      this.colorButton.Name = "colorButton";
    224224      this.colorButton.Size = new System.Drawing.Size(64, 21);
     
    233233      this.colorDialog.FullOpen = true;
    234234      //
     235      // noRunsLabel
     236      //
     237      this.noRunsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
     238      this.noRunsLabel.AutoSize = true;
     239      this.noRunsLabel.Location = new System.Drawing.Point(261, 139);
     240      this.noRunsLabel.Name = "noRunsLabel";
     241      this.noRunsLabel.Size = new System.Drawing.Size(138, 13);
     242      this.noRunsLabel.TabIndex = 21;
     243      this.noRunsLabel.Text = "No runs could be displayed.";
     244      //
    235245      // RunCollectionBubbleChartView
    236246      //
     
    239249      this.BackColor = System.Drawing.SystemColors.Window;
    240250      this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     251      this.Controls.Add(this.noRunsLabel);
    241252      this.Controls.Add(this.colorButton);
    242253      this.Controls.Add(this.radioButtonGroup);
     
    253264      this.Controls.Add(this.yTrackBar);
    254265      this.Name = "RunCollectionBubbleChartView";
    255       this.Size = new System.Drawing.Size(674, 332);
     266      this.Size = new System.Drawing.Size(644, 319);
    256267      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).EndInit();
    257268      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
     
    283294    private System.Windows.Forms.ColorDialog colorDialog;
    284295    private System.Windows.Forms.ToolTip tooltip;
     296    private System.Windows.Forms.Label noRunsLabel;
    285297  }
    286298}
Note: See TracChangeset for help on using the changeset viewer.