Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/02/13 13:34:32 (11 years ago)
Author:
bburlacu
Message:

#1772: Merged trunk changes for HeuristicLab.Optimization.Views.

Location:
branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Optimization.Views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Optimization.Views

  • branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.Designer.cs

    r9240 r9421  
    6565      this.selectButton = new System.Windows.Forms.RadioButton();
    6666      this.radioButtonGroup = new System.Windows.Forms.GroupBox();
    67       this.colorButton = new System.Windows.Forms.Button();
     67      this.colorDialogButton = new System.Windows.Forms.Button();
    6868      this.colorDialog = new System.Windows.Forms.ColorDialog();
    6969      this.tooltip = new System.Windows.Forms.ToolTip(this.components);
     
    7373      this.sizeTrackBar = new System.Windows.Forms.TrackBar();
    7474      this.getDataAsMatrixToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     75      this.transparencyTrackBar = new System.Windows.Forms.TrackBar();
     76      this.transparencyLabel = new System.Windows.Forms.Label();
     77      this.colorRunsButton = new System.Windows.Forms.Button();
     78      this.hideRunsButton = new System.Windows.Forms.Button();
    7579      ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).BeginInit();
    7680      ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).BeginInit();
     
    7882      this.radioButtonGroup.SuspendLayout();
    7983      ((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).BeginInit();
     84      ((System.ComponentModel.ISupportInitialize)(this.transparencyTrackBar)).BeginInit();
    8085      this.SuspendLayout();
    8186      //
     
    254259      this.radioButtonGroup.Controls.Add(this.zoomButton);
    255260      this.radioButtonGroup.Controls.Add(this.selectButton);
    256       this.radioButtonGroup.Location = new System.Drawing.Point(3, 461);
     261      this.radioButtonGroup.Location = new System.Drawing.Point(2, 461);
    257262      this.radioButtonGroup.Name = "radioButtonGroup";
    258       this.radioButtonGroup.Size = new System.Drawing.Size(135, 32);
     263      this.radioButtonGroup.Size = new System.Drawing.Size(122, 32);
    259264      this.radioButtonGroup.TabIndex = 19;
    260265      this.radioButtonGroup.TabStop = false;
    261266      //
    262       // colorButton
    263       //
    264       this.colorButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    265       this.colorButton.Enabled = false;
    266       this.colorButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    267       this.colorButton.Location = new System.Drawing.Point(144, 469);
    268       this.colorButton.Name = "colorButton";
    269       this.colorButton.Size = new System.Drawing.Size(64, 21);
    270       this.colorButton.TabIndex = 20;
    271       this.colorButton.Text = "Color";
    272       this.colorButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    273       this.colorButton.UseVisualStyleBackColor = true;
    274       this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
     267      // colorDialogButton
     268      //
     269      this.colorDialogButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     270      this.colorDialogButton.Enabled = false;
     271      this.colorDialogButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     272      this.colorDialogButton.Location = new System.Drawing.Point(130, 469);
     273      this.colorDialogButton.Name = "colorDialogButton";
     274      this.colorDialogButton.Size = new System.Drawing.Size(21, 21);
     275      this.colorDialogButton.TabIndex = 20;
     276      this.colorDialogButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     277      this.tooltip.SetToolTip(this.colorDialogButton, "Choose color");
     278      this.colorDialogButton.UseVisualStyleBackColor = true;
     279      this.colorDialogButton.Click += new System.EventHandler(this.colorDialogButton_Click);
    275280      //
    276281      // colorDialog
     
    318323      this.sizeTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    319324      this.sizeTrackBar.Location = new System.Drawing.Point(787, 3);
    320       this.sizeTrackBar.Maximum = 50;
    321       this.sizeTrackBar.Minimum = 5;
     325      this.sizeTrackBar.Maximum = 20;
     326      this.sizeTrackBar.Minimum = -20;
    322327      this.sizeTrackBar.Name = "sizeTrackBar";
    323328      this.sizeTrackBar.Size = new System.Drawing.Size(64, 45);
    324329      this.sizeTrackBar.TabIndex = 24;
    325       this.sizeTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
    326       this.sizeTrackBar.Value = 10;
     330      this.sizeTrackBar.TickFrequency = 20;
     331      this.sizeTrackBar.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
    327332      this.sizeTrackBar.ValueChanged += new System.EventHandler(this.sizeTrackBar_ValueChanged);
    328333      //
    329       // ToolStripMenuItem
     334      // getDataAsMatrixToolStripMenuItem
    330335      //
    331336      this.getDataAsMatrixToolStripMenuItem.Name = "getDataAsMatrixToolStripMenuItem";
     
    334339      this.getDataAsMatrixToolStripMenuItem.Click += new System.EventHandler(this.getDataAsMatrixToolStripMenuItem_Click);
    335340      //
     341      // transparencyTrackBar
     342      //
     343      this.transparencyTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     344      this.transparencyTrackBar.LargeChange = 16;
     345      this.transparencyTrackBar.Location = new System.Drawing.Point(359, 470);
     346      this.transparencyTrackBar.Maximum = 254;
     347      this.transparencyTrackBar.Name = "transparencyTrackBar";
     348      this.transparencyTrackBar.Size = new System.Drawing.Size(64, 45);
     349      this.transparencyTrackBar.TabIndex = 24;
     350      this.transparencyTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
     351      this.tooltip.SetToolTip(this.transparencyTrackBar, "Sets the transparency of the colors");
     352      this.transparencyTrackBar.ValueChanged += new System.EventHandler(this.transparencyTrackBar_ValueChanged);
     353      //
     354      // transparencyLabel
     355      //
     356      this.transparencyLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     357      this.transparencyLabel.AutoSize = true;
     358      this.transparencyLabel.Location = new System.Drawing.Point(278, 475);
     359      this.transparencyLabel.Name = "transparencyLabel";
     360      this.transparencyLabel.Size = new System.Drawing.Size(75, 13);
     361      this.transparencyLabel.TabIndex = 12;
     362      this.transparencyLabel.Text = "Transparency:";
     363      //
     364      // colorRunsButton
     365      //
     366      this.colorRunsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     367      this.colorRunsButton.Enabled = false;
     368      this.colorRunsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     369      this.colorRunsButton.Location = new System.Drawing.Point(151, 469);
     370      this.colorRunsButton.Name = "colorRunsButton";
     371      this.colorRunsButton.Size = new System.Drawing.Size(43, 21);
     372      this.colorRunsButton.TabIndex = 25;
     373      this.colorRunsButton.Text = "Color";
     374      this.colorRunsButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     375      this.tooltip.SetToolTip(this.colorRunsButton, "Color all selected runs");
     376      this.colorRunsButton.UseVisualStyleBackColor = true;
     377      this.colorRunsButton.Click += new System.EventHandler(this.colorRunsButton_Click);
     378      //
     379      // hideRunsButton
     380      //
     381      this.hideRunsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     382      this.hideRunsButton.Enabled = false;
     383      this.hideRunsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     384      this.hideRunsButton.Location = new System.Drawing.Point(194, 469);
     385      this.hideRunsButton.Name = "hideRunsButton";
     386      this.hideRunsButton.Size = new System.Drawing.Size(43, 21);
     387      this.hideRunsButton.TabIndex = 26;
     388      this.hideRunsButton.Text = "Hide";
     389      this.hideRunsButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     390      this.tooltip.SetToolTip(this.hideRunsButton, "Hides all selected runs");
     391      this.hideRunsButton.UseVisualStyleBackColor = true;
     392      this.hideRunsButton.Click += new System.EventHandler(this.hideRunsButton_Click);
     393      //
    336394      // RunCollectionBubbleChartView
    337395      //
    338       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    339396      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    340397      this.BackColor = System.Drawing.SystemColors.Window;
    341398      this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     399      this.Controls.Add(this.hideRunsButton);
     400      this.Controls.Add(this.colorRunsButton);
     401      this.Controls.Add(this.transparencyTrackBar);
    342402      this.Controls.Add(this.sizeTrackBar);
    343403      this.Controls.Add(this.colorYAxisButton);
    344404      this.Controls.Add(this.colorXAxisButton);
    345405      this.Controls.Add(this.noRunsLabel);
    346       this.Controls.Add(this.colorButton);
     406      this.Controls.Add(this.colorDialogButton);
    347407      this.Controls.Add(this.radioButtonGroup);
    348408      this.Controls.Add(this.chart);
     
    350410      this.Controls.Add(this.sizeComboBox);
    351411      this.Controls.Add(this.yJitterLabel);
     412      this.Controls.Add(this.transparencyLabel);
    352413      this.Controls.Add(this.xJitterlabel);
    353414      this.Controls.Add(this.xTrackBar);
     
    365426      this.radioButtonGroup.PerformLayout();
    366427      ((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).EndInit();
     428      ((System.ComponentModel.ISupportInitialize)(this.transparencyTrackBar)).EndInit();
    367429      this.ResumeLayout(false);
    368430      this.PerformLayout();
     
    385447    private System.Windows.Forms.RadioButton selectButton;
    386448    private System.Windows.Forms.GroupBox radioButtonGroup;
    387     private System.Windows.Forms.Button colorButton;
     449    private System.Windows.Forms.Button colorDialogButton;
    388450    private System.Windows.Forms.ColorDialog colorDialog;
    389451    private System.Windows.Forms.ToolTip tooltip;
     
    395457    private System.Windows.Forms.TrackBar sizeTrackBar;
    396458    private System.Windows.Forms.ToolStripMenuItem getDataAsMatrixToolStripMenuItem;
     459    private System.Windows.Forms.TrackBar transparencyTrackBar;
     460    private System.Windows.Forms.Label transparencyLabel;
     461    private System.Windows.Forms.Button colorRunsButton;
     462    private System.Windows.Forms.Button hideRunsButton;
    397463  }
    398464}
Note: See TracChangeset for help on using the changeset viewer.