Free cookie consent management tool by TermsFeed Policy Generator

Changeset 14436


Ignore:
Timestamp:
12/01/16 16:11:12 (7 years ago)
Author:
pfleck
Message:

#2713 Pre-commited changes of VS auto-generated code for easier review later. (re-ordering of control initialization, ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis.Views/3.3/DataRowVisualPropertiesControl.Designer.cs

    r14185 r14436  
    5656      this.displayNameTextBox = new System.Windows.Forms.TextBox();
    5757      this.axisGroupBox = new System.Windows.Forms.GroupBox();
     58      this.panel2 = new System.Windows.Forms.Panel();
    5859      this.yAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
     60      this.yAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
     61      this.panel1 = new System.Windows.Forms.Panel();
    5962      this.xAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
    60       this.yAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
     63      this.xAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
    6164      this.label5 = new System.Windows.Forms.Label();
    62       this.xAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
    6365      this.label6 = new System.Windows.Forms.Label();
    6466      this.label9 = new System.Windows.Forms.Label();
     
    7274      this.lineStyleComboBox = new System.Windows.Forms.ComboBox();
    7375      this.label8 = new System.Windows.Forms.Label();
    74       this.panel1 = new System.Windows.Forms.Panel();
    75       this.panel2 = new System.Windows.Forms.Panel();
    7676      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).BeginInit();
    7777      this.commonGroupBox.SuspendLayout();
    7878      this.axisGroupBox.SuspendLayout();
     79      this.panel2.SuspendLayout();
     80      this.panel1.SuspendLayout();
    7981      this.histoGramGroupBox.SuspendLayout();
    8082      this.lineChartGroupBox.SuspendLayout();
    8183      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).BeginInit();
    82       this.panel1.SuspendLayout();
    83       this.panel2.SuspendLayout();
    8484      this.SuspendLayout();
    8585      //
     
    212212      this.axisGroupBox.Text = "Axes";
    213213      //
     214      // panel2
     215      //
     216      this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     217            | System.Windows.Forms.AnchorStyles.Right)));
     218      this.panel2.Controls.Add(this.yAxisSecondaryRadioButton);
     219      this.panel2.Controls.Add(this.yAxisPrimaryRadioButton);
     220      this.panel2.Location = new System.Drawing.Point(51, 42);
     221      this.panel2.Name = "panel2";
     222      this.panel2.Size = new System.Drawing.Size(258, 17);
     223      this.panel2.TabIndex = 7;
     224      //
    214225      // yAxisSecondaryRadioButton
    215226      //
     
    224235      this.yAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
    225236      //
     237      // yAxisPrimaryRadioButton
     238      //
     239      this.yAxisPrimaryRadioButton.AutoSize = true;
     240      this.yAxisPrimaryRadioButton.Location = new System.Drawing.Point(0, 0);
     241      this.yAxisPrimaryRadioButton.Name = "yAxisPrimaryRadioButton";
     242      this.yAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
     243      this.yAxisPrimaryRadioButton.TabIndex = 4;
     244      this.yAxisPrimaryRadioButton.TabStop = true;
     245      this.yAxisPrimaryRadioButton.Text = "&Primary";
     246      this.yAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
     247      this.yAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
     248      //
     249      // panel1
     250      //
     251      this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     252            | System.Windows.Forms.AnchorStyles.Right)));
     253      this.panel1.Controls.Add(this.xAxisPrimaryRadioButton);
     254      this.panel1.Controls.Add(this.xAxisSecondaryRadioButton);
     255      this.panel1.Location = new System.Drawing.Point(51, 19);
     256      this.panel1.Name = "panel1";
     257      this.panel1.Size = new System.Drawing.Size(258, 17);
     258      this.panel1.TabIndex = 6;
     259      //
    226260      // xAxisPrimaryRadioButton
    227261      //
     
    236270      this.xAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
    237271      //
    238       // yAxisPrimaryRadioButton
    239       //
    240       this.yAxisPrimaryRadioButton.AutoSize = true;
    241       this.yAxisPrimaryRadioButton.Location = new System.Drawing.Point(0, 0);
    242       this.yAxisPrimaryRadioButton.Name = "yAxisPrimaryRadioButton";
    243       this.yAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
    244       this.yAxisPrimaryRadioButton.TabIndex = 4;
    245       this.yAxisPrimaryRadioButton.TabStop = true;
    246       this.yAxisPrimaryRadioButton.Text = "&Primary";
    247       this.yAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
    248       this.yAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
    249       //
    250       // label5
    251       //
    252       this.label5.AutoSize = true;
    253       this.label5.Location = new System.Drawing.Point(6, 44);
    254       this.label5.Name = "label5";
    255       this.label5.Size = new System.Drawing.Size(39, 13);
    256       this.label5.TabIndex = 3;
    257       this.label5.Text = "&Y-Axis:";
    258       //
    259272      // xAxisSecondaryRadioButton
    260273      //
     
    268281      this.xAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
    269282      this.xAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
     283      //
     284      // label5
     285      //
     286      this.label5.AutoSize = true;
     287      this.label5.Location = new System.Drawing.Point(6, 44);
     288      this.label5.Name = "label5";
     289      this.label5.Size = new System.Drawing.Size(39, 13);
     290      this.label5.TabIndex = 3;
     291      this.label5.Text = "&Y-Axis:";
    270292      //
    271293      // label6
     
    404426      this.label8.Text = "&Style:";
    405427      //
    406       // panel1
    407       //
    408       this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    409             | System.Windows.Forms.AnchorStyles.Right)));
    410       this.panel1.Controls.Add(this.xAxisPrimaryRadioButton);
    411       this.panel1.Controls.Add(this.xAxisSecondaryRadioButton);
    412       this.panel1.Location = new System.Drawing.Point(51, 19);
    413       this.panel1.Name = "panel1";
    414       this.panel1.Size = new System.Drawing.Size(258, 17);
    415       this.panel1.TabIndex = 6;
    416       //
    417       // panel2
    418       //
    419       this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    420             | System.Windows.Forms.AnchorStyles.Right)));
    421       this.panel2.Controls.Add(this.yAxisSecondaryRadioButton);
    422       this.panel2.Controls.Add(this.yAxisPrimaryRadioButton);
    423       this.panel2.Location = new System.Drawing.Point(51, 42);
    424       this.panel2.Name = "panel2";
    425       this.panel2.Size = new System.Drawing.Size(258, 17);
    426       this.panel2.TabIndex = 7;
    427       //
    428428      // DataRowVisualPropertiesControl
    429429      //
    430       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    431430      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    432431      this.Controls.Add(this.lineChartGroupBox);
     
    440439      this.axisGroupBox.ResumeLayout(false);
    441440      this.axisGroupBox.PerformLayout();
     441      this.panel2.ResumeLayout(false);
     442      this.panel2.PerformLayout();
     443      this.panel1.ResumeLayout(false);
     444      this.panel1.PerformLayout();
    442445      this.histoGramGroupBox.ResumeLayout(false);
    443446      this.histoGramGroupBox.PerformLayout();
     
    445448      this.lineChartGroupBox.PerformLayout();
    446449      ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).EndInit();
    447       this.panel1.ResumeLayout(false);
    448       this.panel1.PerformLayout();
    449       this.panel2.ResumeLayout(false);
    450       this.panel2.PerformLayout();
    451450      this.ResumeLayout(false);
    452451
Note: See TracChangeset for help on using the changeset viewer.