Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15028 for branches


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.

Location:
branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4
Files:
2 edited

Legend:

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

    r15019 r15028  
    4848      this.splitContainer = new System.Windows.Forms.SplitContainer();
    4949      this.variablesGroupBox = new System.Windows.Forms.GroupBox();
     50      this.variablesListView = new System.Windows.Forms.ListView();
     51      this.columnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     52      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5053      this.uncheckAllButton = new System.Windows.Forms.Button();
    5154      this.checkAllButton = new System.Windows.Forms.Button();
    5255      this.checkInputsTargetButton = new System.Windows.Forms.Button();
    53       this.variablesListView = new System.Windows.Forms.ListView();
    54       this.columnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
    55       this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5656      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    5757      this.splitContainer.Panel1.SuspendLayout();
     
    8888      this.variablesGroupBox.Text = "Variables";
    8989      //
     90      // variablesListView
     91      //
     92      this.variablesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     93            | System.Windows.Forms.AnchorStyles.Left)
     94            | System.Windows.Forms.AnchorStyles.Right)));
     95      this.variablesListView.CheckBoxes = true;
     96      this.variablesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     97            this.columnHeader});
     98      this.variablesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     99      this.variablesListView.HideSelection = false;
     100      this.variablesListView.Location = new System.Drawing.Point(6, 49);
     101      this.variablesListView.Name = "variablesListView";
     102      this.variablesListView.Size = new System.Drawing.Size(168, 643);
     103      this.variablesListView.TabIndex = 12;
     104      this.variablesListView.UseCompatibleStateImageBehavior = false;
     105      this.variablesListView.View = System.Windows.Forms.View.Details;
     106      //
     107      // columnHeader
     108      //
     109      this.columnHeader.Text = "";
     110      this.columnHeader.Width = 164;
     111      //
    90112      // uncheckAllButton
    91113      //
     
    121143      this.checkInputsTargetButton.Click += new System.EventHandler(this.checkInputsTargetButton_Click);
    122144      //
    123       // variablesListView
    124       //
    125       this.variablesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    126             | System.Windows.Forms.AnchorStyles.Left)
    127             | System.Windows.Forms.AnchorStyles.Right)));
    128       this.variablesListView.CheckBoxes = true;
    129       this.variablesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
    130             this.columnHeader});
    131       this.variablesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
    132       this.variablesListView.HideSelection = false;
    133       this.variablesListView.Location = new System.Drawing.Point(6, 49);
    134       this.variablesListView.Name = "variablesListView";
    135       this.variablesListView.Size = new System.Drawing.Size(168, 643);
    136       this.variablesListView.TabIndex = 12;
    137       this.variablesListView.UseCompatibleStateImageBehavior = false;
    138       this.variablesListView.View = System.Windows.Forms.View.Details;
    139       //
    140       // columnHeader
    141       //
    142       this.columnHeader.Text = "";
    143       this.columnHeader.Width = 164;
    144       //
    145145      // PreprocessingCheckedVariablesView
    146146      //
     
    162162    private System.Windows.Forms.ToolTip toolTip;
    163163    private System.Windows.Forms.ColumnHeader columnHeader;
    164     protected System.Windows.Forms.ListView variablesListView;
    165     protected System.Windows.Forms.GroupBox variablesGroupBox;
    166     protected System.Windows.Forms.Button checkInputsTargetButton;
    167     protected System.Windows.Forms.Button uncheckAllButton;
    168     protected System.Windows.Forms.Button checkAllButton;
     164    private System.Windows.Forms.ListView variablesListView;
     165    private System.Windows.Forms.GroupBox variablesGroupBox;
     166    private System.Windows.Forms.Button checkInputsTargetButton;
     167    private System.Windows.Forms.Button uncheckAllButton;
     168    private System.Windows.Forms.Button checkAllButton;
    169169  }
    170170}
  • 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.