Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/15/16 15:36:35 (8 years ago)
Author:
pfleck
Message:

#2597

  • Hide density chart when zoom is active.
  • Changed columns textbox to numberic up/down control (thus removed validation).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionTargetResponseGradientView.Designer.cs

    r14021 r14089  
    3131      this.automaticYAxisCheckBox = new System.Windows.Forms.CheckBox();
    3232      this.densityGroupBox = new System.Windows.Forms.GroupBox();
    33       this.columnsTextBox = new System.Windows.Forms.TextBox();
    3433      this.columnsLabel = new System.Windows.Forms.Label();
    3534      this.densityComboBox = new System.Windows.Forms.ComboBox();
     
    3938      this.scrollPanel = new System.Windows.Forms.Panel();
    4039      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
     40      this.columnsNumericUpDown = new System.Windows.Forms.NumericUpDown();
    4141      this.yAxisConfigGroupBox.SuspendLayout();
    4242      this.densityGroupBox.SuspendLayout();
     
    4848      this.scrollPanel.SuspendLayout();
    4949      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     50      ((System.ComponentModel.ISupportInitialize)(this.columnsNumericUpDown)).BeginInit();
    5051      this.SuspendLayout();
    5152      //
     
    114115      // densityGroupBox
    115116      //
    116       this.densityGroupBox.Controls.Add(this.columnsTextBox);
     117      this.densityGroupBox.Controls.Add(this.columnsNumericUpDown);
    117118      this.densityGroupBox.Controls.Add(this.columnsLabel);
    118119      this.densityGroupBox.Controls.Add(this.densityComboBox);
     
    125126      this.densityGroupBox.TabStop = false;
    126127      this.densityGroupBox.Text = "Settings";
    127       //
    128       // columnsTextBox
    129       //
    130       this.columnsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    131             | System.Windows.Forms.AnchorStyles.Right)));
    132       this.columnsTextBox.Location = new System.Drawing.Point(66, 46);
    133       this.columnsTextBox.Name = "columnsTextBox";
    134       this.columnsTextBox.Size = new System.Drawing.Size(94, 20);
    135       this.columnsTextBox.TabIndex = 1;
    136       this.columnsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.columnsTextBox_Validating);
    137       this.columnsTextBox.Validated += new System.EventHandler(this.columnsTextBox_Validated);
    138128      //
    139129      // columnsLabel
     
    217207      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
    218208      this.errorProvider.ContainerControl = this;
     209      //
     210      // columnsNumericUpDown
     211      //
     212      this.columnsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     213            | System.Windows.Forms.AnchorStyles.Right)));
     214      this.columnsNumericUpDown.Location = new System.Drawing.Point(66, 46);
     215      this.columnsNumericUpDown.Minimum = new decimal(new int[] {
     216            1,
     217            0,
     218            0,
     219            0});
     220      this.columnsNumericUpDown.Name = "columnsNumericUpDown";
     221      this.columnsNumericUpDown.Size = new System.Drawing.Size(94, 20);
     222      this.columnsNumericUpDown.TabIndex = 1;
     223      this.columnsNumericUpDown.Value = new decimal(new int[] {
     224            4,
     225            0,
     226            0,
     227            0});
     228      this.columnsNumericUpDown.ValueChanged += new System.EventHandler(this.columnsNumericUpDown_ValueChanged);
    219229      //
    220230      // RegressionSolutionTargetResponseGradientView
     
    237247      this.scrollPanel.PerformLayout();
    238248      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     249      ((System.ComponentModel.ISupportInitialize)(this.columnsNumericUpDown)).EndInit();
    239250      this.ResumeLayout(false);
    240251
     
    253264    private System.Windows.Forms.GroupBox variableGroupBox;
    254265    private System.Windows.Forms.Panel scrollPanel;
    255     private System.Windows.Forms.TextBox columnsTextBox;
    256266    private System.Windows.Forms.Label columnsLabel;
    257267    private System.Windows.Forms.ErrorProvider errorProvider;
    258268    private System.Windows.Forms.Label label1;
     269    private System.Windows.Forms.NumericUpDown columnsNumericUpDown;
    259270  }
    260271}
Note: See TracChangeset for help on using the changeset viewer.