Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/15/09 18:55:24 (15 years ago)
Author:
dwagner
Message:

Added functionality: Checkbox to enable/disable Markers for every datapoint added to OptionsDialog. (#581)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/3.2/Options/OptionsDialog.Designer.cs

    r1459 r1561  
    4848      this.btnChangeXAxisFont = new System.Windows.Forms.Button();
    4949      this.tpYAxes = new System.Windows.Forms.TabPage();
     50      this.gbxYAxisClipChangeable = new System.Windows.Forms.GroupBox();
     51      this.flpYAxisClipChangeable = new System.Windows.Forms.FlowLayoutPanel();
    5052      this.gbxShowYAxis = new System.Windows.Forms.GroupBox();
    51       this.gbxYAxisClipChangeable = new System.Windows.Forms.GroupBox();
    5253      this.flpShowYAxis = new System.Windows.Forms.FlowLayoutPanel();
    53       this.flpYAxisClipChangeable = new System.Windows.Forms.FlowLayoutPanel();
     54      this.MarkercheckBox = new System.Windows.Forms.CheckBox();
    5455      this.tpTitle.SuspendLayout();
    5556      this.tabPage2.SuspendLayout();
     
    5960      this.tpXAxis.SuspendLayout();
    6061      this.tpYAxes.SuspendLayout();
     62      this.gbxYAxisClipChangeable.SuspendLayout();
    6163      this.gbxShowYAxis.SuspendLayout();
    62       this.gbxYAxisClipChangeable.SuspendLayout();
    6364      this.SuspendLayout();
    6465      //
     
    224225      // groupBox1
    225226      //
     227      this.groupBox1.Controls.Add(this.MarkercheckBox);
    226228      this.groupBox1.Controls.Add(this.label4);
    227229      this.groupBox1.Controls.Add(this.LineThicknessCB);
     
    307309      this.tpYAxes.UseVisualStyleBackColor = true;
    308310      //
     311      // gbxYAxisClipChangeable
     312      //
     313      this.gbxYAxisClipChangeable.AutoSize = true;
     314      this.gbxYAxisClipChangeable.Controls.Add(this.flpYAxisClipChangeable);
     315      this.gbxYAxisClipChangeable.Location = new System.Drawing.Point(0, 82);
     316      this.gbxYAxisClipChangeable.Name = "gbxYAxisClipChangeable";
     317      this.gbxYAxisClipChangeable.Size = new System.Drawing.Size(281, 76);
     318      this.gbxYAxisClipChangeable.TabIndex = 1;
     319      this.gbxYAxisClipChangeable.TabStop = false;
     320      this.gbxYAxisClipChangeable.Text = "Y-Axis-Clip changeable";
     321      //
     322      // flpYAxisClipChangeable
     323      //
     324      this.flpYAxisClipChangeable.AutoSize = true;
     325      this.flpYAxisClipChangeable.Dock = System.Windows.Forms.DockStyle.Fill;
     326      this.flpYAxisClipChangeable.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     327      this.flpYAxisClipChangeable.Location = new System.Drawing.Point(3, 16);
     328      this.flpYAxisClipChangeable.Name = "flpYAxisClipChangeable";
     329      this.flpYAxisClipChangeable.Size = new System.Drawing.Size(275, 57);
     330      this.flpYAxisClipChangeable.TabIndex = 0;
     331      //
    309332      // gbxShowYAxis
    310333      //
     
    318341      this.gbxShowYAxis.Text = "Show Y-Axis";
    319342      //
    320       // gbxYAxisClipChangeable
    321       //
    322       this.gbxYAxisClipChangeable.AutoSize = true;
    323       this.gbxYAxisClipChangeable.Controls.Add(this.flpYAxisClipChangeable);
    324       this.gbxYAxisClipChangeable.Location = new System.Drawing.Point(0, 82);
    325       this.gbxYAxisClipChangeable.Name = "gbxYAxisClipChangeable";
    326       this.gbxYAxisClipChangeable.Size = new System.Drawing.Size(281, 76);
    327       this.gbxYAxisClipChangeable.TabIndex = 1;
    328       this.gbxYAxisClipChangeable.TabStop = false;
    329       this.gbxYAxisClipChangeable.Text = "Y-Axis-Clip changeable";
    330       //
    331343      // flpShowYAxis
    332344      //
     
    339351      this.flpShowYAxis.TabIndex = 0;
    340352      //
    341       // flpYAxisClipChangeable
    342       //
    343       this.flpYAxisClipChangeable.AutoSize = true;
    344       this.flpYAxisClipChangeable.Dock = System.Windows.Forms.DockStyle.Fill;
    345       this.flpYAxisClipChangeable.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
    346       this.flpYAxisClipChangeable.Location = new System.Drawing.Point(3, 16);
    347       this.flpYAxisClipChangeable.Name = "flpYAxisClipChangeable";
    348       this.flpYAxisClipChangeable.Size = new System.Drawing.Size(275, 57);
    349       this.flpYAxisClipChangeable.TabIndex = 0;
     353      // MarkercheckBox
     354      //
     355      this.MarkercheckBox.AutoSize = true;
     356      this.MarkercheckBox.Location = new System.Drawing.Point(142, 106);
     357      this.MarkercheckBox.Name = "MarkercheckBox";
     358      this.MarkercheckBox.Size = new System.Drawing.Size(59, 17);
     359      this.MarkercheckBox.TabIndex = 9;
     360      this.MarkercheckBox.Text = "Marker";
     361      this.MarkercheckBox.UseVisualStyleBackColor = true;
     362      this.MarkercheckBox.CheckedChanged += new System.EventHandler(this.MarkercheckBox_CheckedChanged);
    350363      //
    351364      // OptionsDialog
     
    373386      this.tpYAxes.ResumeLayout(false);
    374387      this.tpYAxes.PerformLayout();
     388      this.gbxYAxisClipChangeable.ResumeLayout(false);
     389      this.gbxYAxisClipChangeable.PerformLayout();
    375390      this.gbxShowYAxis.ResumeLayout(false);
    376391      this.gbxShowYAxis.PerformLayout();
    377       this.gbxYAxisClipChangeable.ResumeLayout(false);
    378       this.gbxYAxisClipChangeable.PerformLayout();
    379392      this.ResumeLayout(false);
    380393
     
    411424    private System.Windows.Forms.FlowLayoutPanel flpYAxisClipChangeable;
    412425    private System.Windows.Forms.FlowLayoutPanel flpShowYAxis;
     426    private System.Windows.Forms.CheckBox MarkercheckBox;
    413427  }
    414428}
Note: See TracChangeset for help on using the changeset viewer.