Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/13/09 19:18:21 (16 years ago)
Author:
mstoeger
Message:

Display of Y-Axes can be individually switched on and off in the options dialog. (#433)

File:
1 edited

Legend:

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

    r1342 r1343  
    4848      this.tpXAxis = new System.Windows.Forms.TabPage();
    4949      this.btnChangeXAxisFont = new System.Windows.Forms.Button();
     50      this.tpYAxes = new System.Windows.Forms.TabPage();
     51      this.dataRowsFlowLayout = new System.Windows.Forms.FlowLayoutPanel();
    5052      this.tpTitle.SuspendLayout();
    5153      this.tabPage2.SuspendLayout();
     
    5456      this.Optionstabs.SuspendLayout();
    5557      this.tpXAxis.SuspendLayout();
     58      this.tpYAxes.SuspendLayout();
    5659      this.SuspendLayout();
    5760      //
     
    274277      this.Optionstabs.Controls.Add(this.tpTitle);
    275278      this.Optionstabs.Controls.Add(this.tpXAxis);
     279      this.Optionstabs.Controls.Add(this.tpYAxes);
    276280      this.Optionstabs.Location = new System.Drawing.Point(0, 1);
    277281      this.Optionstabs.Name = "Optionstabs";
     
    299303      this.btnChangeXAxisFont.UseVisualStyleBackColor = true;
    300304      this.btnChangeXAxisFont.Click += new System.EventHandler(this.btnChangeXAxisFont_Click);
     305      //
     306      // tpYAxes
     307      //
     308      this.tpYAxes.Controls.Add(this.dataRowsFlowLayout);
     309      this.tpYAxes.Location = new System.Drawing.Point(4, 22);
     310      this.tpYAxes.Name = "tpYAxes";
     311      this.tpYAxes.Padding = new System.Windows.Forms.Padding(3);
     312      this.tpYAxes.Size = new System.Drawing.Size(284, 199);
     313      this.tpYAxes.TabIndex = 4;
     314      this.tpYAxes.Text = "Y-Axes";
     315      this.tpYAxes.UseVisualStyleBackColor = true;
     316      //
     317      // dataRowsFlowLayout
     318      //
     319      this.dataRowsFlowLayout.Dock = System.Windows.Forms.DockStyle.Fill;
     320      this.dataRowsFlowLayout.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     321      this.dataRowsFlowLayout.Location = new System.Drawing.Point(3, 3);
     322      this.dataRowsFlowLayout.Name = "dataRowsFlowLayout";
     323      this.dataRowsFlowLayout.Size = new System.Drawing.Size(278, 193);
     324      this.dataRowsFlowLayout.TabIndex = 0;
    301325      //
    302326      // OptionsDialog
     
    323347      this.Optionstabs.ResumeLayout(false);
    324348      this.tpXAxis.ResumeLayout(false);
     349      this.tpYAxes.ResumeLayout(false);
    325350      this.ResumeLayout(false);
    326351
     
    353378    private System.Windows.Forms.TabPage tpXAxis;
    354379    private System.Windows.Forms.Button btnChangeXAxisFont;
     380    private System.Windows.Forms.TabPage tpYAxes;
     381    private System.Windows.Forms.FlowLayoutPanel dataRowsFlowLayout;
    355382  }
    356383}
Note: See TracChangeset for help on using the changeset viewer.