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/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}
Note: See TracChangeset for help on using the changeset viewer.