Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/09 17:57:31 (15 years ago)
Author:
bspisic
Message:

Make OptionsDialog modeless (#560)
Y-Axis-Tab in OptionsDialog reformatted

File:
1 edited

Legend:

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

    r1389 r1459  
    4848      this.btnChangeXAxisFont = new System.Windows.Forms.Button();
    4949      this.tpYAxes = new System.Windows.Forms.TabPage();
    50       this.dataRowsFlowLayout = new System.Windows.Forms.FlowLayoutPanel();
     50      this.gbxShowYAxis = new System.Windows.Forms.GroupBox();
     51      this.gbxYAxisClipChangeable = new System.Windows.Forms.GroupBox();
     52      this.flpShowYAxis = new System.Windows.Forms.FlowLayoutPanel();
     53      this.flpYAxisClipChangeable = new System.Windows.Forms.FlowLayoutPanel();
    5154      this.tpTitle.SuspendLayout();
    5255      this.tabPage2.SuspendLayout();
     
    5659      this.tpXAxis.SuspendLayout();
    5760      this.tpYAxes.SuspendLayout();
     61      this.gbxShowYAxis.SuspendLayout();
     62      this.gbxYAxisClipChangeable.SuspendLayout();
    5863      this.SuspendLayout();
    5964      //
     
    292297      // tpYAxes
    293298      //
    294       this.tpYAxes.Controls.Add(this.dataRowsFlowLayout);
     299      this.tpYAxes.Controls.Add(this.gbxYAxisClipChangeable);
     300      this.tpYAxes.Controls.Add(this.gbxShowYAxis);
    295301      this.tpYAxes.Location = new System.Drawing.Point(4, 22);
    296302      this.tpYAxes.Name = "tpYAxes";
     
    301307      this.tpYAxes.UseVisualStyleBackColor = true;
    302308      //
    303       // dataRowsFlowLayout
    304       //
    305       this.dataRowsFlowLayout.Dock = System.Windows.Forms.DockStyle.Fill;
    306       this.dataRowsFlowLayout.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
    307       this.dataRowsFlowLayout.Location = new System.Drawing.Point(3, 3);
    308       this.dataRowsFlowLayout.Name = "dataRowsFlowLayout";
    309       this.dataRowsFlowLayout.Size = new System.Drawing.Size(278, 193);
    310       this.dataRowsFlowLayout.TabIndex = 0;
     309      // gbxShowYAxis
     310      //
     311      this.gbxShowYAxis.AutoSize = true;
     312      this.gbxShowYAxis.Controls.Add(this.flpShowYAxis);
     313      this.gbxShowYAxis.Location = new System.Drawing.Point(0, 0);
     314      this.gbxShowYAxis.Name = "gbxShowYAxis";
     315      this.gbxShowYAxis.Size = new System.Drawing.Size(281, 76);
     316      this.gbxShowYAxis.TabIndex = 0;
     317      this.gbxShowYAxis.TabStop = false;
     318      this.gbxShowYAxis.Text = "Show Y-Axis";
     319      //
     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      //
     331      // flpShowYAxis
     332      //
     333      this.flpShowYAxis.AutoSize = true;
     334      this.flpShowYAxis.Dock = System.Windows.Forms.DockStyle.Fill;
     335      this.flpShowYAxis.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
     336      this.flpShowYAxis.Location = new System.Drawing.Point(3, 16);
     337      this.flpShowYAxis.Name = "flpShowYAxis";
     338      this.flpShowYAxis.Size = new System.Drawing.Size(275, 57);
     339      this.flpShowYAxis.TabIndex = 0;
     340      //
     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;
    311350      //
    312351      // OptionsDialog
     
    333372      this.tpXAxis.ResumeLayout(false);
    334373      this.tpYAxes.ResumeLayout(false);
     374      this.tpYAxes.PerformLayout();
     375      this.gbxShowYAxis.ResumeLayout(false);
     376      this.gbxShowYAxis.PerformLayout();
     377      this.gbxYAxisClipChangeable.ResumeLayout(false);
     378      this.gbxYAxisClipChangeable.PerformLayout();
    335379      this.ResumeLayout(false);
    336380
     
    363407    private System.Windows.Forms.Button btnChangeXAxisFont;
    364408    private System.Windows.Forms.TabPage tpYAxes;
    365     private System.Windows.Forms.FlowLayoutPanel dataRowsFlowLayout;
     409    private System.Windows.Forms.GroupBox gbxShowYAxis;
     410    private System.Windows.Forms.GroupBox gbxYAxisClipChangeable;
     411    private System.Windows.Forms.FlowLayoutPanel flpYAxisClipChangeable;
     412    private System.Windows.Forms.FlowLayoutPanel flpShowYAxis;
    366413  }
    367414}
Note: See TracChangeset for help on using the changeset viewer.