Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/19/15 13:13:51 (9 years ago)
Author:
pfleck
Message:

#2379 Added jitter for x and y axis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BubbleChart/HeuristicLab.Optimization.BubbleChart/3.3/BubbleChartView.Designer.cs

    r12600 r12881  
    6262      this.includeChildrenCheckBox = new System.Windows.Forms.CheckBox();
    6363      this.sizeTrackBar = new System.Windows.Forms.TrackBar();
     64      this.yJitterLabel = new System.Windows.Forms.Label();
     65      this.xJitterLabel = new System.Windows.Forms.Label();
     66      this.yJitterTrackBar = new System.Windows.Forms.TrackBar();
     67      this.xJitterTrackBar = new System.Windows.Forms.TrackBar();
    6468      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
    6569      this.childrenGroupBox.SuspendLayout();
     
    7074      ((System.ComponentModel.ISupportInitialize)(this.levelNumericUpDown)).BeginInit();
    7175      ((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).BeginInit();
     76      ((System.ComponentModel.ISupportInitialize)(this.yJitterTrackBar)).BeginInit();
     77      ((System.ComponentModel.ISupportInitialize)(this.xJitterTrackBar)).BeginInit();
    7278      this.SuspendLayout();
    7379      //
     
    8591      this.xLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    8692      this.xLabel.AutoSize = true;
    87       this.xLabel.Location = new System.Drawing.Point(725, 713);
     93      this.xLabel.Location = new System.Drawing.Point(700, 712);
    8894      this.xLabel.Name = "xLabel";
    8995      this.xLabel.Size = new System.Drawing.Size(15, 13);
     
    107113      series1.YValuesPerPoint = 2;
    108114      this.chart.Series.Add(series1);
    109       this.chart.Size = new System.Drawing.Size(965, 668);
     115      this.chart.Size = new System.Drawing.Size(966, 668);
    110116      this.chart.TabIndex = 7;
    111117      this.chart.AxisViewChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs>(this.chart_AxisViewChanged);
     
    117123      this.yAxisComboBox.Location = new System.Drawing.Point(239, 2);
    118124      this.yAxisComboBox.Name = "yAxisComboBox";
    119       this.yAxisComboBox.Size = new System.Drawing.Size(340, 21);
     125      this.yAxisComboBox.Size = new System.Drawing.Size(263, 21);
    120126      this.yAxisComboBox.TabIndex = 8;
    121127      this.yAxisComboBox.SelectedValueChanged += new System.EventHandler(this.axisComboBox_SelectedValueChanged);
     
    126132      this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    127133      this.xAxisComboBox.FormattingEnabled = true;
    128       this.xAxisComboBox.Location = new System.Drawing.Point(746, 710);
     134      this.xAxisComboBox.Location = new System.Drawing.Point(721, 709);
    129135      this.xAxisComboBox.Name = "xAxisComboBox";
    130       this.xAxisComboBox.Size = new System.Drawing.Size(340, 21);
     136      this.xAxisComboBox.Size = new System.Drawing.Size(249, 21);
    131137      this.xAxisComboBox.TabIndex = 9;
    132138      this.xAxisComboBox.SelectedValueChanged += new System.EventHandler(this.axisComboBox_SelectedValueChanged);
     
    140146      this.treeView.Location = new System.Drawing.Point(6, 19);
    141147      this.treeView.Name = "treeView";
    142       this.treeView.Size = new System.Drawing.Size(90, 643);
     148      this.treeView.Size = new System.Drawing.Size(89, 643);
    143149      this.treeView.TabIndex = 10;
    144150      this.treeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterCheck);
     
    153159      this.childrenGroupBox.Location = new System.Drawing.Point(3, 3);
    154160      this.childrenGroupBox.Name = "childrenGroupBox";
    155       this.childrenGroupBox.Size = new System.Drawing.Size(102, 668);
     161      this.childrenGroupBox.Size = new System.Drawing.Size(101, 668);
    156162      this.childrenGroupBox.TabIndex = 11;
    157163      this.childrenGroupBox.TabStop = false;
     
    174180      this.splitContainer.Panel2.Controls.Add(this.chart);
    175181      this.splitContainer.Size = new System.Drawing.Size(1083, 674);
    176       this.splitContainer.SplitterDistance = 108;
     182      this.splitContainer.SplitterDistance = 107;
    177183      this.splitContainer.TabIndex = 12;
    178184      //
     
    242248      this.sizeTrackBar.ValueChanged += new System.EventHandler(this.sizeTrackBar_ValueChanged);
    243249      //
     250      // yJitterLabel
     251      //
     252      this.yJitterLabel.AutoSize = true;
     253      this.yJitterLabel.Location = new System.Drawing.Point(509, 6);
     254      this.yJitterLabel.Name = "yJitterLabel";
     255      this.yJitterLabel.Size = new System.Drawing.Size(32, 13);
     256      this.yJitterLabel.TabIndex = 19;
     257      this.yJitterLabel.Text = "Jitter:";
     258      //
     259      // xJitterLabel
     260      //
     261      this.xJitterLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     262      this.xJitterLabel.AutoSize = true;
     263      this.xJitterLabel.Location = new System.Drawing.Point(977, 712);
     264      this.xJitterLabel.Name = "xJitterLabel";
     265      this.xJitterLabel.Size = new System.Drawing.Size(32, 13);
     266      this.xJitterLabel.TabIndex = 20;
     267      this.xJitterLabel.Text = "Jitter:";
     268      //
     269      // yJitterTrackBar
     270      //
     271      this.yJitterTrackBar.Enabled = false;
     272      this.yJitterTrackBar.Location = new System.Drawing.Point(547, 2);
     273      this.yJitterTrackBar.Maximum = 100;
     274      this.yJitterTrackBar.Name = "yJitterTrackBar";
     275      this.yJitterTrackBar.Size = new System.Drawing.Size(65, 45);
     276      this.yJitterTrackBar.TabIndex = 21;
     277      this.yJitterTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
     278      this.yJitterTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
     279      //
     280      // xJitterTrackBar
     281      //
     282      this.xJitterTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     283      this.xJitterTrackBar.Enabled = false;
     284      this.xJitterTrackBar.Location = new System.Drawing.Point(1019, 707);
     285      this.xJitterTrackBar.Maximum = 100;
     286      this.xJitterTrackBar.Name = "xJitterTrackBar";
     287      this.xJitterTrackBar.Size = new System.Drawing.Size(65, 45);
     288      this.xJitterTrackBar.TabIndex = 22;
     289      this.xJitterTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
     290      this.xJitterTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
     291      //
    244292      // BubbleChartView
    245293      //
     
    248296      this.BackColor = System.Drawing.SystemColors.Window;
    249297      this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     298      this.Controls.Add(this.xJitterTrackBar);
     299      this.Controls.Add(this.yJitterTrackBar);
     300      this.Controls.Add(this.xJitterLabel);
     301      this.Controls.Add(this.yJitterLabel);
    250302      this.Controls.Add(this.sizeTrackBar);
    251303      this.Controls.Add(this.includeChildrenCheckBox);
     
    269321      ((System.ComponentModel.ISupportInitialize)(this.levelNumericUpDown)).EndInit();
    270322      ((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).EndInit();
     323      ((System.ComponentModel.ISupportInitialize)(this.yJitterTrackBar)).EndInit();
     324      ((System.ComponentModel.ISupportInitialize)(this.xJitterTrackBar)).EndInit();
    271325      this.ResumeLayout(false);
    272326      this.PerformLayout();
     
    290344    private System.Windows.Forms.CheckBox includeChildrenCheckBox;
    291345    private System.Windows.Forms.TrackBar sizeTrackBar;
     346    private System.Windows.Forms.Label yJitterLabel;
     347    private System.Windows.Forms.Label xJitterLabel;
     348    private System.Windows.Forms.TrackBar yJitterTrackBar;
     349    private System.Windows.Forms.TrackBar xJitterTrackBar;
    292350  }
    293351}
Note: See TracChangeset for help on using the changeset viewer.