Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/07/17 14:12:42 (7 years ago)
Author:
pfleck
Message:

#2709 Changed access modifier of some controls to prevent the designer to generate code that can break the layout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.Designer.cs

    r15019 r15028  
    8080      this.splitContainer.Panel2.SuspendLayout();
    8181      this.splitContainer.SuspendLayout();
    82       this.variablesGroupBox.SuspendLayout();
    8382      this.frameTableLayoutPanel.SuspendLayout();
    8483      this.columnHeaderScrollPanel.SuspendLayout();
     
    110109      //
    111110      this.splitContainer.Panel2.Controls.Add(this.frameTableLayoutPanel);
    112       this.splitContainer.Size = new System.Drawing.Size(940, 698);
    113       //
    114       // variablesListView
    115       //
    116       this.variablesListView.Size = new System.Drawing.Size(168, 270);
    117       //
    118       // variablesGroupBox
    119       //
    120       this.variablesGroupBox.Size = new System.Drawing.Size(180, 325);
     111      this.splitContainer.Size = new System.Drawing.Size(589, 451);
    121112      //
    122113      // frameTableLayoutPanel
     
    134125      this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
    135126      this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    136       this.frameTableLayoutPanel.Size = new System.Drawing.Size(756, 698);
     127      this.frameTableLayoutPanel.Size = new System.Drawing.Size(405, 451);
    137128      this.frameTableLayoutPanel.TabIndex = 0;
    138129      //
     
    144135      this.columnHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0);
    145136      this.columnHeaderScrollPanel.Name = "columnHeaderScrollPanel";
    146       this.columnHeaderScrollPanel.Size = new System.Drawing.Size(716, 40);
     137      this.columnHeaderScrollPanel.Size = new System.Drawing.Size(365, 40);
    147138      this.columnHeaderScrollPanel.TabIndex = 3;
    148139      //
     
    171162      this.rowHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0);
    172163      this.rowHeaderScrollPanel.Name = "rowHeaderScrollPanel";
    173       this.rowHeaderScrollPanel.Size = new System.Drawing.Size(40, 658);
     164      this.rowHeaderScrollPanel.Size = new System.Drawing.Size(40, 411);
    174165      this.rowHeaderScrollPanel.TabIndex = 4;
    175166      //
     
    199190      this.bodyScrollPanel.Margin = new System.Windows.Forms.Padding(0);
    200191      this.bodyScrollPanel.Name = "bodyScrollPanel";
    201       this.bodyScrollPanel.Size = new System.Drawing.Size(716, 658);
     192      this.bodyScrollPanel.Size = new System.Drawing.Size(365, 411);
    202193      this.bodyScrollPanel.TabIndex = 5;
    203194      this.bodyScrollPanel.Scroll += new System.Windows.Forms.ScrollEventHandler(this.bodyScrollPanel_Scroll);
     
    227218      this.sizeGroupBox.Controls.Add(this.lockAspectCheckBox);
    228219      this.sizeGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
    229       this.sizeGroupBox.Location = new System.Drawing.Point(0, 325);
     220      this.sizeGroupBox.Location = new System.Drawing.Point(0, 78);
    230221      this.sizeGroupBox.Name = "sizeGroupBox";
    231222      this.sizeGroupBox.Size = new System.Drawing.Size(180, 98);
     
    355346      this.regressionGroupBox.Controls.Add(this.regressionTyleLabel);
    356347      this.regressionGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
    357       this.regressionGroupBox.Location = new System.Drawing.Point(0, 623);
     348      this.regressionGroupBox.Location = new System.Drawing.Point(0, 376);
    358349      this.regressionGroupBox.Name = "regressionGroupBox";
    359350      this.regressionGroupBox.Size = new System.Drawing.Size(180, 75);
     
    425416      this.groupingOptionsBox.Controls.Add(this.groupingComboBox);
    426417      this.groupingOptionsBox.Dock = System.Windows.Forms.DockStyle.Bottom;
    427       this.groupingOptionsBox.Location = new System.Drawing.Point(0, 492);
     418      this.groupingOptionsBox.Location = new System.Drawing.Point(0, 245);
    428419      this.groupingOptionsBox.Name = "groupingOptionsBox";
    429420      this.groupingOptionsBox.Size = new System.Drawing.Size(180, 131);
     
    555546      this.pointsGroupBox.Controls.Add(this.opacityLabel);
    556547      this.pointsGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
    557       this.pointsGroupBox.Location = new System.Drawing.Point(0, 423);
     548      this.pointsGroupBox.Location = new System.Drawing.Point(0, 176);
    558549      this.pointsGroupBox.Name = "pointsGroupBox";
    559550      this.pointsGroupBox.Size = new System.Drawing.Size(180, 69);
     
    567558      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    568559      this.Name = "ScatterPlotMultiView";
    569       this.Size = new System.Drawing.Size(940, 698);
     560      this.Size = new System.Drawing.Size(589, 451);
    570561      this.splitContainer.Panel1.ResumeLayout(false);
    571562      this.splitContainer.Panel2.ResumeLayout(false);
    572563      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
    573564      this.splitContainer.ResumeLayout(false);
    574       this.variablesGroupBox.ResumeLayout(false);
    575565      this.frameTableLayoutPanel.ResumeLayout(false);
    576566      this.columnHeaderScrollPanel.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.