Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16506


Ignore:
Timestamp:
01/06/19 16:50:55 (6 years ago)
Author:
gkronber
Message:

#2978: set BackColor of almost all TabPages in HL

Location:
trunk
Files:
28 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.Designer.cs

    r15738 r16506  
    172172      // foldsNumericUpDown
    173173      //
    174       this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     174      this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    175175            | System.Windows.Forms.AnchorStyles.Right)));
    176176      this.foldsNumericUpDown.Location = new System.Drawing.Point(55, 27);
     
    208208      // workersNumericUpDown
    209209      //
    210       this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     210      this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    211211            | System.Windows.Forms.AnchorStyles.Right)));
    212212      this.workersNumericUpDown.Location = new System.Drawing.Point(55, 1);
     
    262262      // samplesEndStringConvertibleValueView
    263263      //
    264       this.samplesEndStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     264      this.samplesEndStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    265265            | System.Windows.Forms.AnchorStyles.Right)));
    266266      this.samplesEndStringConvertibleValueView.Caption = "StringConvertibleValue View";
     
    275275      // samplesStartStringConvertibleValueView
    276276      //
    277       this.samplesStartStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     277      this.samplesStartStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    278278            | System.Windows.Forms.AnchorStyles.Right)));
    279279      this.samplesStartStringConvertibleValueView.Caption = "StringConvertibleValue View";
     
    289289      //
    290290      this.tabControl.AllowDrop = true;
    291       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    292             | System.Windows.Forms.AnchorStyles.Left) 
     291      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     292            | System.Windows.Forms.AnchorStyles.Left)
    293293            | System.Windows.Forms.AnchorStyles.Right)));
    294294      this.tabControl.Controls.Add(this.algorithmTabPage);
     
    303303      // algorithmTabPage
    304304      //
     305      this.algorithmTabPage.BackColor = System.Drawing.SystemColors.Window;
    305306      this.algorithmTabPage.AllowDrop = true;
    306307      this.algorithmTabPage.Controls.Add(this.algorithmNamedItemView);
     
    314315      this.algorithmTabPage.TabIndex = 0;
    315316      this.algorithmTabPage.Text = "Algorithm";
    316       this.algorithmTabPage.UseVisualStyleBackColor = true;
    317317      this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop);
    318318      this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
     
    321321      // algorithmNamedItemView
    322322      //
    323       this.algorithmNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     323      this.algorithmNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    324324            | System.Windows.Forms.AnchorStyles.Right)));
    325325      this.algorithmNamedItemView.Caption = "NamedItem View";
     
    334334      //
    335335      this.algorithmTabControl.AllowDrop = true;
    336       this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    337             | System.Windows.Forms.AnchorStyles.Left) 
     336      this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     337            | System.Windows.Forms.AnchorStyles.Left)
    338338            | System.Windows.Forms.AnchorStyles.Right)));
    339339      this.algorithmTabControl.Controls.Add(this.algorithmProblemTabPage);
     
    347347      // algorithmProblemTabPage
    348348      //
     349      this.algorithmProblemTabPage.BackColor = System.Drawing.SystemColors.Window;
    349350      this.algorithmProblemTabPage.AllowDrop = true;
    350351      this.algorithmProblemTabPage.Controls.Add(this.openProblemButton);
     
    357358      this.algorithmProblemTabPage.TabIndex = 0;
    358359      this.algorithmProblemTabPage.Text = "Problem";
    359       this.algorithmProblemTabPage.UseVisualStyleBackColor = true;
    360360      this.algorithmProblemTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmProblemTabPage_DragDrop);
    361361      this.algorithmProblemTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmProblemTabPage_DragEnterOver);
     
    375375      // algorithmProblemViewHost
    376376      //
    377       this.algorithmProblemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    378             | System.Windows.Forms.AnchorStyles.Left) 
     377      this.algorithmProblemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     378            | System.Windows.Forms.AnchorStyles.Left)
    379379            | System.Windows.Forms.AnchorStyles.Right)));
    380380      this.algorithmProblemViewHost.Caption = "View";
     
    402402      // algorithmParametersTabPage
    403403      //
     404      this.algorithmParametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    404405      this.algorithmParametersTabPage.Controls.Add(this.algorithmParameterCollectionView);
    405406      this.algorithmParametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    409410      this.algorithmParametersTabPage.TabIndex = 1;
    410411      this.algorithmParametersTabPage.Text = "Parameters";
    411       this.algorithmParametersTabPage.UseVisualStyleBackColor = true;
    412412      //
    413413      // algorithmParameterCollectionView
     
    448448      // resultsTabPage
    449449      //
     450      this.resultsTabPage.BackColor = System.Drawing.SystemColors.Window;
    450451      this.resultsTabPage.Controls.Add(this.resultCollectionView);
    451452      this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
     
    455456      this.resultsTabPage.TabIndex = 1;
    456457      this.resultsTabPage.Text = "Results";
    457       this.resultsTabPage.UseVisualStyleBackColor = true;
    458458      //
    459459      // resultCollectionView
     
    471471      // runsTabPage
    472472      //
     473      this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
    473474      this.runsTabPage.Controls.Add(this.storeAlgorithmInEachRunCheckBox);
    474475      this.runsTabPage.Controls.Add(this.runCollectionView);
     
    479480      this.runsTabPage.TabIndex = 2;
    480481      this.runsTabPage.Text = "Runs";
    481       this.runsTabPage.UseVisualStyleBackColor = true;
    482482      //
    483483      // storeAlgorithmInEachRunCheckBox
     
    517517      // splitContainer
    518518      //
    519       this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     519      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    520520            | System.Windows.Forms.AnchorStyles.Right)));
    521521      this.splitContainer.Location = new System.Drawing.Point(0, 26);
  • trunk/HeuristicLab.Analysis.Statistics.Views/3.3/StatisticalTestsView.designer.cs

    r15583 r16506  
    102102      // stringConvertibleMatrixView
    103103      //
    104       this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    105             | System.Windows.Forms.AnchorStyles.Left) 
     104      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     105            | System.Windows.Forms.AnchorStyles.Left)
    106106            | System.Windows.Forms.AnchorStyles.Right)));
    107107      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     
    152152      // resultComboBox
    153153      //
    154       this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     154      this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    155155            | System.Windows.Forms.AnchorStyles.Right)));
    156156      this.resultComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    176176      // pValTextBox
    177177      //
    178       this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     178      this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    179179            | System.Windows.Forms.AnchorStyles.Right)));
    180180      this.pValTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     
    187187      // groupComboBox
    188188      //
    189       this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     189      this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    190190            | System.Windows.Forms.AnchorStyles.Right)));
    191191      this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    200200      // splitContainer1
    201201      //
    202       this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    203             | System.Windows.Forms.AnchorStyles.Left) 
     202      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     203            | System.Windows.Forms.AnchorStyles.Left)
    204204            | System.Windows.Forms.AnchorStyles.Right)));
    205205      this.splitContainer1.Location = new System.Drawing.Point(6, 19);
     
    222222      // splitContainer3
    223223      //
    224       this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    225             | System.Windows.Forms.AnchorStyles.Left) 
     224      this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     225            | System.Windows.Forms.AnchorStyles.Left)
    226226            | System.Windows.Forms.AnchorStyles.Right)));
    227227      this.splitContainer3.Location = new System.Drawing.Point(6, 6);
     
    241241      // pairwiseTestGroupBox
    242242      //
    243       this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    244             | System.Windows.Forms.AnchorStyles.Left) 
     243      this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     244            | System.Windows.Forms.AnchorStyles.Left)
    245245            | System.Windows.Forms.AnchorStyles.Right)));
    246246      this.pairwiseTestGroupBox.Controls.Add(this.pairwiseTextLabel);
     
    271271      // pairwiseStringConvertibleMatrixView
    272272      //
    273       this.pairwiseStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    274             | System.Windows.Forms.AnchorStyles.Left) 
     273      this.pairwiseStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     274            | System.Windows.Forms.AnchorStyles.Left)
    275275            | System.Windows.Forms.AnchorStyles.Right)));
    276276      this.pairwiseStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     
    308308      // equalDistsTextBox
    309309      //
    310       this.equalDistsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     310      this.equalDistsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    311311            | System.Windows.Forms.AnchorStyles.Right)));
    312312      this.equalDistsTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     
    329329      // groupCompComboBox
    330330      //
    331       this.groupCompComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     331      this.groupCompComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    332332            | System.Windows.Forms.AnchorStyles.Right)));
    333333      this.groupCompComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    342342      // allGroupTestGroupBox
    343343      //
    344       this.allGroupTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     344      this.allGroupTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    345345            | System.Windows.Forms.AnchorStyles.Right)));
    346346      this.allGroupTestGroupBox.Controls.Add(this.groupComTextLabel);
     
    378378      // normalityGroupBox
    379379      //
    380       this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     380      this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    381381            | System.Windows.Forms.AnchorStyles.Right)));
    382382      this.normalityGroupBox.Controls.Add(this.normalityTextLabel);
     
    403403      // normalityStringConvertibleMatrixView
    404404      //
    405       this.normalityStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    406             | System.Windows.Forms.AnchorStyles.Left) 
     405      this.normalityStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     406            | System.Windows.Forms.AnchorStyles.Left)
    407407            | System.Windows.Forms.AnchorStyles.Right)));
    408408      this.normalityStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     
    429429      // selectDataGroupBox
    430430      //
    431       this.selectDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     431      this.selectDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    432432            | System.Windows.Forms.AnchorStyles.Right)));
    433433      this.selectDataGroupBox.Controls.Add(this.splitContainer1);
     
    442442      // tabControl
    443443      //
    444       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    445             | System.Windows.Forms.AnchorStyles.Left) 
     444      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     445            | System.Windows.Forms.AnchorStyles.Left)
    446446            | System.Windows.Forms.AnchorStyles.Right)));
    447447      this.tabControl.Controls.Add(this.tabPage1);
     
    455455      // tabPage1
    456456      //
     457      this.tabPage1.BackColor = System.Drawing.SystemColors.Window;
    457458      this.tabPage1.Controls.Add(this.splitContainer3);
    458459      this.tabPage1.Location = new System.Drawing.Point(4, 22);
     
    462463      this.tabPage1.TabIndex = 0;
    463464      this.tabPage1.Text = "Tests";
    464       this.tabPage1.UseVisualStyleBackColor = true;
    465465      //
    466466      // tabPage2
    467467      //
     468      this.tabPage2.BackColor = System.Drawing.SystemColors.Window;
    468469      this.tabPage2.Controls.Add(this.histogramControl);
    469470      this.tabPage2.Location = new System.Drawing.Point(4, 22);
     
    473474      this.tabPage2.TabIndex = 1;
    474475      this.tabPage2.Text = "Histogram";
    475       this.tabPage2.UseVisualStyleBackColor = true;
    476476      //
    477477      // histogramControl
    478478      //
    479       this.histogramControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    480             | System.Windows.Forms.AnchorStyles.Left) 
     479      this.histogramControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     480            | System.Windows.Forms.AnchorStyles.Left)
    481481            | System.Windows.Forms.AnchorStyles.Right)));
    482482      this.histogramControl.CalculateExactBins = false;
     
    493493      // splitContainer2
    494494      //
    495       this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    496             | System.Windows.Forms.AnchorStyles.Left) 
     495      this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     496            | System.Windows.Forms.AnchorStyles.Left)
    497497            | System.Windows.Forms.AnchorStyles.Right)));
    498498      this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  • trunk/HeuristicLab.DataPreprocessing.Views/3.4/ManipulationView.Designer.cs

    r15583 r16506  
    9494      // lstMethods
    9595      //
    96       this.lstMethods.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     96      this.lstMethods.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    9797            | System.Windows.Forms.AnchorStyles.Right)));
    9898      this.lstMethods.FormattingEnabled = true;
     
    122122      // grpBoxData
    123123      //
    124       this.grpBoxData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     124      this.grpBoxData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    125125            | System.Windows.Forms.AnchorStyles.Right)));
    126126      this.grpBoxData.Controls.Add(this.tabsData);
     
    134134      // tabsData
    135135      //
    136       this.tabsData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     136      this.tabsData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    137137            | System.Windows.Forms.AnchorStyles.Right)));
    138138      this.tabsData.Controls.Add(this.tabPage1);
     
    149149      // tabPage1
    150150      //
     151      this.tabPage1.BackColor = System.Drawing.SystemColors.Window;
    151152      this.tabPage1.Controls.Add(this.label7);
    152153      this.tabPage1.Location = new System.Drawing.Point(4, 22);
     
    156157      this.tabPage1.TabIndex = 5;
    157158      this.tabPage1.Text = "tabDataInactive";
    158       this.tabPage1.UseVisualStyleBackColor = true;
    159       //
    160159      // label7
    161160      //
     
    170169      // tabDataDeleteColumnsInformation
    171170      //
     171      this.tabDataDeleteColumnsInformation.BackColor = System.Drawing.SystemColors.Window;
    172172      this.tabDataDeleteColumnsInformation.Controls.Add(this.label2);
    173173      this.tabDataDeleteColumnsInformation.Controls.Add(this.txtDeleteColumnsInfo);
     
    179179      this.tabDataDeleteColumnsInformation.TabIndex = 0;
    180180      this.tabDataDeleteColumnsInformation.Text = "del columns info";
    181       this.tabDataDeleteColumnsInformation.UseVisualStyleBackColor = true;
    182181      //
    183182      // label2
     
    209208      // tabDataDeleteColumnsVariance
    210209      //
     210      this.tabDataDeleteColumnsVariance.BackColor = System.Drawing.SystemColors.Window;
    211211      this.tabDataDeleteColumnsVariance.Controls.Add(this.txtDeleteColumnsVariance);
    212212      this.tabDataDeleteColumnsVariance.Controls.Add(this.label4);
     
    217217      this.tabDataDeleteColumnsVariance.TabIndex = 1;
    218218      this.tabDataDeleteColumnsVariance.Text = "del columns variance";
    219       this.tabDataDeleteColumnsVariance.UseVisualStyleBackColor = true;
    220219      //
    221220      // txtDeleteColumnsVariance
     
    238237      // tabDataDeleteRowsInfo
    239238      //
     239      this.tabDataDeleteRowsInfo.BackColor = System.Drawing.SystemColors.Window;
    240240      this.tabDataDeleteRowsInfo.Controls.Add(this.label3);
    241241      this.tabDataDeleteRowsInfo.Controls.Add(this.txtDeleteRowsInfo);
     
    247247      this.tabDataDeleteRowsInfo.TabIndex = 2;
    248248      this.tabDataDeleteRowsInfo.Text = "del rows info";
    249       this.tabDataDeleteRowsInfo.UseVisualStyleBackColor = true;
    250249      //
    251250      // label3
     
    277276      // grpBoxPreview
    278277      //
    279       this.grpBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    280             | System.Windows.Forms.AnchorStyles.Left) 
     278      this.grpBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     279            | System.Windows.Forms.AnchorStyles.Left)
    281280            | System.Windows.Forms.AnchorStyles.Right)));
    282281      this.grpBoxPreview.Controls.Add(this.tabsPreview);
     
    290289      // tabsPreview
    291290      //
    292       this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     291      this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    293292            | System.Windows.Forms.AnchorStyles.Right)));
    294293      this.tabsPreview.Controls.Add(this.tabPreviewInactive);
     
    305304      // tabPreviewInactive
    306305      //
     306      this.tabPreviewInactive.BackColor = System.Drawing.SystemColors.Window;
    307307      this.tabPreviewInactive.Controls.Add(this.lblPreviewInActive);
    308308      this.tabPreviewInactive.Location = new System.Drawing.Point(4, 22);
     
    312312      this.tabPreviewInactive.TabIndex = 5;
    313313      this.tabPreviewInactive.Text = "inactive";
    314       this.tabPreviewInactive.UseVisualStyleBackColor = true;
    315314      //
    316315      // lblPreviewInActive
     
    327326      // tabPreviewDeleteColumnsInfo
    328327      //
     328      this.tabPreviewDeleteColumnsInfo.BackColor = System.Drawing.SystemColors.Window;
    329329      this.tabPreviewDeleteColumnsInfo.Controls.Add(this.panel1);
    330330      this.tabPreviewDeleteColumnsInfo.Location = new System.Drawing.Point(4, 22);
     
    334334      this.tabPreviewDeleteColumnsInfo.TabIndex = 0;
    335335      this.tabPreviewDeleteColumnsInfo.Text = "del columns info";
    336       this.tabPreviewDeleteColumnsInfo.UseVisualStyleBackColor = true;
    337336      //
    338337      // panel1
     
    359358      // tabPreviewDeleteColumnsVariance
    360359      //
     360      this.tabPreviewDeleteColumnsVariance.BackColor = System.Drawing.SystemColors.Window;
    361361      this.tabPreviewDeleteColumnsVariance.Controls.Add(this.panel2);
    362362      this.tabPreviewDeleteColumnsVariance.Controls.Add(this.label12);
     
    367367      this.tabPreviewDeleteColumnsVariance.TabIndex = 1;
    368368      this.tabPreviewDeleteColumnsVariance.Text = "del columns variance";
    369       this.tabPreviewDeleteColumnsVariance.UseVisualStyleBackColor = true;
    370369      //
    371370      // panel2
     
    400399      // tabPreviewDeleteRowsInfo
    401400      //
     401      this.tabPreviewDeleteRowsInfo.BackColor = System.Drawing.SystemColors.Window;
    402402      this.tabPreviewDeleteRowsInfo.Controls.Add(this.lblPreviewRowsInfo);
    403403      this.tabPreviewDeleteRowsInfo.Location = new System.Drawing.Point(4, 22);
     
    407407      this.tabPreviewDeleteRowsInfo.TabIndex = 2;
    408408      this.tabPreviewDeleteRowsInfo.Text = "del rows info";
    409       this.tabPreviewDeleteRowsInfo.UseVisualStyleBackColor = true;
    410409      //
    411410      // lblPreviewRowsInfo
  • trunk/HeuristicLab.DataPreprocessing.Views/3.4/SearchAndReplaceDialog.Designer.cs

    r15583 r16506  
    7979      // tabSearch
    8080      //
     81      this.tabSearch.BackColor = System.Drawing.SystemColors.Window;
    8182      this.tabSearch.Location = new System.Drawing.Point(4, 22);
    8283      this.tabSearch.Name = "tabSearch";
     
    8586      this.tabSearch.TabIndex = 0;
    8687      this.tabSearch.Text = "Search";
    87       this.tabSearch.UseVisualStyleBackColor = true;
    8888      //
    8989      // tabReplace
    9090      //
     91      this.tabReplace.BackColor = System.Drawing.SystemColors.Window;
    9192      this.tabReplace.Controls.Add(this.cmbComparisonOperator);
    9293      this.tabReplace.Controls.Add(this.txtSearchString);
     
    106107      this.tabReplace.TabIndex = 1;
    107108      this.tabReplace.Text = "Replace";
    108       this.tabReplace.UseVisualStyleBackColor = true;
    109109      //
    110110      // cmbComparisonOperator
  • trunk/HeuristicLab.Operators.Programmable.Views/3.3/ProgrammableOperatorView.Designer.cs

    r15583 r16506  
    9494      // tabPage2
    9595      //
     96      this.tabPage2.BackColor = System.Drawing.SystemColors.Window;
    9697      this.tabPage2.Controls.Add(this.splitContainer1);
    9798      this.tabPage2.Location = new System.Drawing.Point(4, 22);
     
    101102      this.tabPage2.TabIndex = 1;
    102103      this.tabPage2.Text = "Code";
    103       this.tabPage2.UseVisualStyleBackColor = true;
    104104      //
    105105      // splitContainer1
     
    248248      // tabPage1
    249249      //
     250      this.tabPage1.BackColor = System.Drawing.SystemColors.Window;
    250251      this.tabPage1.Controls.Add(this.parameterCollectionView);
    251252      this.tabPage1.Location = new System.Drawing.Point(4, 22);
     
    255256      this.tabPage1.TabIndex = 0;
    256257      this.tabPage1.Text = "Parameters";
    257       this.tabPage1.UseVisualStyleBackColor = true;
    258258      //
    259259      // parameterCollectionView
  • trunk/HeuristicLab.Operators.Views/3.3/CheckedMultiOperatorView.Designer.cs

    r15583 r16506  
    8585      // operatorsTabPage
    8686      //
     87      this.operatorsTabPage.BackColor = System.Drawing.SystemColors.Window;
    8788      this.operatorsTabPage.Controls.Add(this.operatorListView);
    8889      this.operatorsTabPage.Location = new System.Drawing.Point(4, 22);
     
    9293      this.operatorsTabPage.TabIndex = 0;
    9394      this.operatorsTabPage.Text = "Operators";
    94       this.operatorsTabPage.UseVisualStyleBackColor = true;
    9595      //
    9696      // operatorListView
     
    109109      // parametersTabPage
    110110      //
     111      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    111112      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    112113      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    116117      this.parametersTabPage.TabIndex = 1;
    117118      this.parametersTabPage.Text = "Parameters";
    118       this.parametersTabPage.UseVisualStyleBackColor = true;
    119119      //
    120120      // parameterCollectionView
  • trunk/HeuristicLab.Operators.Views/3.3/MultiOperatorView.Designer.cs

    r15583 r16506  
    8585      // operatorsTabPage
    8686      //
     87      this.operatorsTabPage.BackColor = System.Drawing.SystemColors.Window;
    8788      this.operatorsTabPage.Controls.Add(this.operatorListView);
    8889      this.operatorsTabPage.Location = new System.Drawing.Point(4, 22);
     
    9293      this.operatorsTabPage.TabIndex = 0;
    9394      this.operatorsTabPage.Text = "Operators";
    94       this.operatorsTabPage.UseVisualStyleBackColor = true;
    9595      //
    9696      // operatorListView
     
    109109      // parametersTabPage
    110110      //
     111      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    111112      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    112113      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    116117      this.parametersTabPage.TabIndex = 1;
    117118      this.parametersTabPage.Text = "Parameters";
    118       this.parametersTabPage.UseVisualStyleBackColor = true;
    119119      //
    120120      // parameterCollectionView
  • trunk/HeuristicLab.Operators.Views/3.3/ValuesCollectorView.Designer.cs

    r15583 r16506  
    8585      // collectedValuesTabPage
    8686      //
     87      this.collectedValuesTabPage.BackColor = System.Drawing.SystemColors.Window;
    8788      this.collectedValuesTabPage.Controls.Add(this.collectedValuesView);
    8889      this.collectedValuesTabPage.Location = new System.Drawing.Point(4, 22);
     
    9293      this.collectedValuesTabPage.TabIndex = 0;
    9394      this.collectedValuesTabPage.Text = "Collected Values";
    94       this.collectedValuesTabPage.UseVisualStyleBackColor = true;
    9595      //
    9696      // collectedValuesView
     
    109109      // parametersTabPage
    110110      //
     111      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    111112      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    112113      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    116117      this.parametersTabPage.TabIndex = 1;
    117118      this.parametersTabPage.Text = "Parameters";
    118       this.parametersTabPage.UseVisualStyleBackColor = true;
    119119      //
    120120      // parameterCollectionView
  • trunk/HeuristicLab.Optimization.Views/3.3/BatchRunView.Designer.cs

    r15583 r16506  
    108108      //
    109109      this.optimizerTabPage.AllowDrop = true;
     110      this.optimizerTabPage.BackColor = System.Drawing.SystemColors.Window;
    110111      this.optimizerTabPage.Controls.Add(this.optimizerViewHost);
    111112      this.optimizerTabPage.Controls.Add(this.openOptimizerButton);
     
    117118      this.optimizerTabPage.TabIndex = 1;
    118119      this.optimizerTabPage.Text = "Optimizer";
    119       this.optimizerTabPage.UseVisualStyleBackColor = true;
    120120      this.optimizerTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.optimizerTabPage_DragDrop);
    121121      this.optimizerTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.optimizerTabPage_DragEnterOver);
     
    162162      // runsTabPage
    163163      //
     164      this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
    164165      this.runsTabPage.Controls.Add(this.runsView);
    165166      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
     
    169170      this.runsTabPage.TabIndex = 2;
    170171      this.runsTabPage.Text = "Runs";
    171       this.runsTabPage.UseVisualStyleBackColor = true;
    172172      //
    173173      // runsView
  • trunk/HeuristicLab.Optimization.Views/3.3/ExperimentListView.Designer.cs

    r15583 r16506  
    111111      // optimizersTabPage
    112112      //
     113      this.optimizersTabPage.BackColor = System.Drawing.SystemColors.Window;
    113114      this.optimizersTabPage.Controls.Add(this.optimizerListView);
    114115      this.optimizersTabPage.Location = new System.Drawing.Point(4, 22);
     
    118119      this.optimizersTabPage.TabIndex = 1;
    119120      this.optimizersTabPage.Text = "Optimizers";
    120       this.optimizersTabPage.UseVisualStyleBackColor = true;
    121121      //
    122122      // optimizerListView
     
    135135      // runsTabPage
    136136      //
     137      this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
    137138      this.runsTabPage.Controls.Add(this.runsViewHost);
    138139      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
     
    142143      this.runsTabPage.TabIndex = 2;
    143144      this.runsTabPage.Text = "Runs";
    144       this.runsTabPage.UseVisualStyleBackColor = true;
    145145      //
    146146      // runsViewHost
  • trunk/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs

    r15583 r16506  
    101101      //
    102102      this.tabControl.AllowDrop = true;
    103       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    104             | System.Windows.Forms.AnchorStyles.Left) 
     103      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     104            | System.Windows.Forms.AnchorStyles.Left)
    105105            | System.Windows.Forms.AnchorStyles.Right)));
    106106      this.tabControl.Controls.Add(this.optimizersTabPage);
     
    114114      // optimizersTabPage
    115115      //
     116      this.optimizersTabPage.BackColor = System.Drawing.SystemColors.Window;
    116117      this.optimizersTabPage.Controls.Add(this.experimentTreeView);
    117118      this.optimizersTabPage.Location = new System.Drawing.Point(4, 22);
     
    121122      this.optimizersTabPage.TabIndex = 1;
    122123      this.optimizersTabPage.Text = "Optimizers";
    123       this.optimizersTabPage.UseVisualStyleBackColor = true;
    124124      //
    125125      // experimentTreeView
     
    136136      // runsTabPage
    137137      //
     138      this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
    138139      this.runsTabPage.Controls.Add(this.runsViewHost);
    139140      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
     
    143144      this.runsTabPage.TabIndex = 2;
    144145      this.runsTabPage.Text = "Runs";
    145       this.runsTabPage.UseVisualStyleBackColor = true;
    146146      //
    147147      // runsViewHost
    148148      //
    149       this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    150             | System.Windows.Forms.AnchorStyles.Left) 
     149      this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     150            | System.Windows.Forms.AnchorStyles.Left)
    151151            | System.Windows.Forms.AnchorStyles.Right)));
    152152      this.runsViewHost.Caption = "View";
  • trunk/HeuristicLab.Optimization.Views/3.3/ICharacteristicCalculatorView.Designer.cs

    r15583 r16506  
    6666      // parametersTabPage
    6767      //
     68      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    6869      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    6970      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    7374      this.parametersTabPage.TabIndex = 0;
    7475      this.parametersTabPage.Text = "Parameters";
    75       this.parametersTabPage.UseVisualStyleBackColor = true;
    7676      //
    7777      // characteristicsTabPage
    7878      //
     79      this.characteristicsTabPage.BackColor = System.Drawing.SystemColors.Window;
    7980      this.characteristicsTabPage.Location = new System.Drawing.Point(4, 22);
    8081      this.characteristicsTabPage.Name = "characteristicsTabPage";
     
    8384      this.characteristicsTabPage.TabIndex = 1;
    8485      this.characteristicsTabPage.Text = "Characteristics";
    85       this.characteristicsTabPage.UseVisualStyleBackColor = true;
    8686      //
    8787      // parameterCollectionView
  • trunk/HeuristicLab.Optimization.Views/3.3/MultiEncodingView.Designer.cs

    r15583 r16506  
    210210      // encodingsTabPage
    211211      //
     212      this.encodingsTabPage.BackColor = System.Drawing.SystemColors.Window;
    212213      this.encodingsTabPage.Controls.Add(this.encodingsGroupBox);
    213214      this.encodingsTabPage.Location = new System.Drawing.Point(4, 22);
     
    217218      this.encodingsTabPage.TabIndex = 0;
    218219      this.encodingsTabPage.Text = "Encodings";
    219       this.encodingsTabPage.UseVisualStyleBackColor = true;
    220220      //
    221221      // parametersTabPage
    222222      //
     223      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    223224      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    224225      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    228229      this.parametersTabPage.TabIndex = 1;
    229230      this.parametersTabPage.Text = "Parameters";
    230       this.parametersTabPage.UseVisualStyleBackColor = true;
    231231      //
    232232      // MultiEncodingView
  • trunk/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.Designer.cs

    r15583 r16506  
    8787      // dataTableComboBox
    8888      //
    89       this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     89      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    9090            | System.Windows.Forms.AnchorStyles.Right)));
    9191      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    117117      // groupComboBox
    118118      //
    119       this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     119      this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    120120            | System.Windows.Forms.AnchorStyles.Right)));
    121121      this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     
    141141      // targetsTextBox
    142142      //
    143       this.targetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     143      this.targetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    144144            | System.Windows.Forms.AnchorStyles.Right)));
    145145      this.targetsTextBox.Location = new System.Drawing.Point(59, 8);
     
    198198      // budgetsTextBox
    199199      //
    200       this.budgetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     200      this.budgetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    201201            | System.Windows.Forms.AnchorStyles.Right)));
    202202      this.budgetsTextBox.Location = new System.Drawing.Point(59, 8);
     
    233233      // tabControl
    234234      //
    235       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    236             | System.Windows.Forms.AnchorStyles.Left) 
     235      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     236            | System.Windows.Forms.AnchorStyles.Left)
    237237            | System.Windows.Forms.AnchorStyles.Right)));
    238238      this.tabControl.Controls.Add(this.byTargetTabPage);
     
    247247      // byTargetTabPage
    248248      //
     249      this.byTargetTabPage.BackColor = System.Drawing.SystemColors.Window;
    249250      this.byTargetTabPage.Controls.Add(this.relativeOrAbsoluteComboBox);
    250251      this.byTargetTabPage.Controls.Add(this.targetChart);
     
    264265      this.byTargetTabPage.TabIndex = 0;
    265266      this.byTargetTabPage.Text = "Performance by Target";
    266       this.byTargetTabPage.UseVisualStyleBackColor = true;
    267267      //
    268268      // relativeOrAbsoluteComboBox
     
    282282      // targetChart
    283283      //
    284       this.targetChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    285             | System.Windows.Forms.AnchorStyles.Left) 
     284      this.targetChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     285            | System.Windows.Forms.AnchorStyles.Left)
    286286            | System.Windows.Forms.AnchorStyles.Right)));
    287287      chartArea2.AxisX.IsStartedFromZero = false;
     
    352352      // byCostTabPage
    353353      //
     354      this.byCostTabPage.BackColor = System.Drawing.SystemColors.Window;
    354355      this.byCostTabPage.Controls.Add(this.byCostViewHost);
    355356      this.byCostTabPage.Controls.Add(this.budgetLogScalingCheckBox);
     
    364365      this.byCostTabPage.TabIndex = 1;
    365366      this.byCostTabPage.Text = "Performance by Cost";
    366       this.byCostTabPage.UseVisualStyleBackColor = true;
    367367      //
    368368      // byCostViewHost
    369369      //
    370       this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    371             | System.Windows.Forms.AnchorStyles.Left) 
     370      this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     371            | System.Windows.Forms.AnchorStyles.Left)
    372372            | System.Windows.Forms.AnchorStyles.Right)));
    373373      this.byCostViewHost.Caption = "View";
     
    407407      // byTableTabPage
    408408      //
     409      this.byTableTabPage.BackColor = System.Drawing.SystemColors.Window;
    409410      this.byTableTabPage.Controls.Add(this.ertTableView);
    410411      this.byTableTabPage.Location = new System.Drawing.Point(4, 22);
     
    414415      this.byTableTabPage.TabIndex = 2;
    415416      this.byTableTabPage.Text = "Expected Runtime Tables";
    416       this.byTableTabPage.UseVisualStyleBackColor = true;
    417417      //
    418418      // ertTableView
     
    431431      // problemComboBox
    432432      //
    433       this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     433      this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    434434            | System.Windows.Forms.AnchorStyles.Right)));
    435435      this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  • trunk/HeuristicLab.Optimization.Views/3.3/TimeLimitRunView.Designer.cs

    r15583 r16506  
    113113      // timeLimitTextBox
    114114      //
    115       this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     115      this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    116116            | System.Windows.Forms.AnchorStyles.Right)));
    117117      this.timeLimitTextBox.Location = new System.Drawing.Point(69, 26);
     
    132132      // snapshotsTextBox
    133133      //
    134       this.snapshotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     134      this.snapshotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    135135            | System.Windows.Forms.AnchorStyles.Right)));
    136136      this.snapshotsTextBox.Location = new System.Drawing.Point(69, 52);
     
    155155      //
    156156      this.tabControl.AllowDrop = true;
    157       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    158             | System.Windows.Forms.AnchorStyles.Left) 
     157      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     158            | System.Windows.Forms.AnchorStyles.Left)
    159159            | System.Windows.Forms.AnchorStyles.Right)));
    160160      this.tabControl.Controls.Add(this.algorithmTabPage);
     
    170170      //
    171171      this.algorithmTabPage.AllowDrop = true;
     172      this.algorithmTabPage.BackColor = System.Drawing.SystemColors.Window;
    172173      this.algorithmTabPage.Controls.Add(this.algorithmViewHost);
    173174      this.algorithmTabPage.Controls.Add(this.openAlgorithmButton);
     
    179180      this.algorithmTabPage.TabIndex = 1;
    180181      this.algorithmTabPage.Text = "Algorithm";
    181       this.algorithmTabPage.UseVisualStyleBackColor = true;
    182182      this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop);
    183183      this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
     
    186186      // algorithmViewHost
    187187      //
    188       this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    189             | System.Windows.Forms.AnchorStyles.Left) 
     188      this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     189            | System.Windows.Forms.AnchorStyles.Left)
    190190            | System.Windows.Forms.AnchorStyles.Right)));
    191191      this.algorithmViewHost.Caption = "View";
     
    224224      // snapshotsTabPage
    225225      //
     226      this.snapshotsTabPage.BackColor = System.Drawing.SystemColors.Window;
    226227      this.snapshotsTabPage.Controls.Add(this.snapshotsView);
    227228      this.snapshotsTabPage.Location = new System.Drawing.Point(4, 22);
     
    231232      this.snapshotsTabPage.TabIndex = 2;
    232233      this.snapshotsTabPage.Text = "Snapshots";
    233       this.snapshotsTabPage.UseVisualStyleBackColor = true;
    234234      //
    235235      // snapshotsView
    236236      //
    237       this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    238             | System.Windows.Forms.AnchorStyles.Left) 
     237      this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     238            | System.Windows.Forms.AnchorStyles.Left)
    239239            | System.Windows.Forms.AnchorStyles.Right)));
    240240      this.snapshotsView.Caption = "RunCollection View";
     
    248248      // runsTabPage
    249249      //
     250      this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
    250251      this.runsTabPage.Controls.Add(this.runsView);
    251252      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
     
    254255      this.runsTabPage.TabIndex = 3;
    255256      this.runsTabPage.Text = "Runs";
    256       this.runsTabPage.UseVisualStyleBackColor = true;
    257257      //
    258258      // runsView
    259259      //
    260       this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    261             | System.Windows.Forms.AnchorStyles.Left) 
     260      this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     261            | System.Windows.Forms.AnchorStyles.Left)
    262262            | System.Windows.Forms.AnchorStyles.Right)));
    263263      this.runsView.Caption = "RunCollection View";
  • trunk/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.Designer.cs

    r15583 r16506  
    147147      // repetitionsNumericUpDown
    148148      //
    149       this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     149      this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    150150            | System.Windows.Forms.AnchorStyles.Right)));
    151151      this.repetitionsNumericUpDown.Location = new System.Drawing.Point(113, 28);
     
    234234      // tabControl
    235235      //
    236       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    237             | System.Windows.Forms.AnchorStyles.Left) 
     236      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     237            | System.Windows.Forms.AnchorStyles.Left)
    238238            | System.Windows.Forms.AnchorStyles.Right)));
    239239      this.tabControl.Controls.Add(this.parametersTabPage);
     
    247247      // parametersTabPage
    248248      //
     249      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    249250      this.parametersTabPage.Controls.Add(this.parametersSplitContainer);
    250251      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    254255      this.parametersTabPage.TabIndex = 1;
    255256      this.parametersTabPage.Text = "Parameter Variations";
    256       this.parametersTabPage.UseVisualStyleBackColor = true;
    257257      //
    258258      // parametersSplitContainer
     
    311311      // stringConvertibleArrayView
    312312      //
    313       this.stringConvertibleArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    314             | System.Windows.Forms.AnchorStyles.Left) 
     313      this.stringConvertibleArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     314            | System.Windows.Forms.AnchorStyles.Left)
    315315            | System.Windows.Forms.AnchorStyles.Right)));
    316316      this.stringConvertibleArrayView.Caption = "StringConvertibleArray View";
     
    333333      // choicesListView
    334334      //
    335       this.choicesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    336             | System.Windows.Forms.AnchorStyles.Left) 
     335      this.choicesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     336            | System.Windows.Forms.AnchorStyles.Left)
    337337            | System.Windows.Forms.AnchorStyles.Right)));
    338338      this.choicesListView.CheckBoxes = true;
     
    354354      // instancesTabPage
    355355      //
     356      this.instancesTabPage.BackColor = System.Drawing.SystemColors.Window;
    356357      this.instancesTabPage.Controls.Add(this.label1);
    357358      this.instancesTabPage.Controls.Add(this.instanceDiscoveryProgressBar);
     
    366367      this.instancesTabPage.TabIndex = 0;
    367368      this.instancesTabPage.Text = "Problem Instances";
    368       this.instancesTabPage.UseVisualStyleBackColor = true;
    369369      //
    370370      // label1
     
    379379      // instancesTreeView
    380380      //
    381       this.instancesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    382             | System.Windows.Forms.AnchorStyles.Left) 
     381      this.instancesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     382            | System.Windows.Forms.AnchorStyles.Left)
    383383            | System.Windows.Forms.AnchorStyles.Right)));
    384384      this.instancesTreeView.CheckBoxes = true;
     
    423423      // experimentCreationProgressBar
    424424      //
    425       this.experimentCreationProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
     425      this.experimentCreationProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    426426            | System.Windows.Forms.AnchorStyles.Right)));
    427427      this.experimentCreationProgressBar.Location = new System.Drawing.Point(187, 377);
  • trunk/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableConditionView.Designer.cs

    r15583 r16506  
    237237      // variableNamesTabPage
    238238      //
     239      this.variableNamesTabPage.BackColor = System.Drawing.SystemColors.Window;
    239240      this.variableNamesTabPage.Location = new System.Drawing.Point(4, 22);
    240241      this.variableNamesTabPage.Name = "variableNamesTabPage";
     
    243244      this.variableNamesTabPage.TabIndex = 0;
    244245      this.variableNamesTabPage.Text = "Variable Names";
    245       this.variableNamesTabPage.UseVisualStyleBackColor = true;
    246246      //
    247247      // parametersTabPage
    248248      //
     249      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    249250      this.parametersTabPage.Controls.Add(this.initializationGroupBox);
    250251      this.parametersTabPage.Controls.Add(this.mutationGroupBox);
     
    255256      this.parametersTabPage.TabIndex = 1;
    256257      this.parametersTabPage.Text = "Parameters";
    257       this.parametersTabPage.UseVisualStyleBackColor = true;
    258258      //
    259259      // initializationGroupBox
  • trunk/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableView.Designer.cs

    r15583 r16506  
    124124      // weightInitializationMuTextBox
    125125      //
    126       this.weightInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     126      this.weightInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    127127            | System.Windows.Forms.AnchorStyles.Right)));
    128128      this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19);
     
    136136      // initializationGroupBox
    137137      //
    138       this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     138      this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    139139            | System.Windows.Forms.AnchorStyles.Right)));
    140140      this.initializationGroupBox.Controls.Add(this.weightSigmaLabel);
     
    161161      // weightInitializationSigmaTextBox
    162162      //
    163       this.weightInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     163      this.weightInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    164164            | System.Windows.Forms.AnchorStyles.Right)));
    165165      this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45);
     
    173173      // mutationGroupBox
    174174      //
    175       this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     175      this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    176176            | System.Windows.Forms.AnchorStyles.Right)));
    177177      this.mutationGroupBox.Controls.Add(this.varChangeProbTextBox);
     
    190190      // varChangeProbTextBox
    191191      //
    192       this.varChangeProbTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     192      this.varChangeProbTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    193193            | System.Windows.Forms.AnchorStyles.Right)));
    194194      this.varChangeProbTextBox.Location = new System.Drawing.Point(201, 13);
     
    224224      // multiplicativeWeightChangeSigmaTextBox
    225225      //
    226       this.multiplicativeWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     226      this.multiplicativeWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    227227            | System.Windows.Forms.AnchorStyles.Right)));
    228228      this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 65);
     
    247247      // additiveWeightChangeSigmaTextBox
    248248      //
    249       this.additiveWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     249      this.additiveWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    250250            | System.Windows.Forms.AnchorStyles.Right)));
    251251      this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 39);
     
    259259      // tabControl
    260260      //
    261       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    262             | System.Windows.Forms.AnchorStyles.Left) 
     261      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     262            | System.Windows.Forms.AnchorStyles.Left)
    263263            | System.Windows.Forms.AnchorStyles.Right)));
    264264      this.tabControl.Controls.Add(this.variableNamesTabPage);
     
    272272      // variableNamesTabPage
    273273      //
     274      this.variableNamesTabPage.BackColor = System.Drawing.SystemColors.Window;
    274275      this.variableNamesTabPage.Location = new System.Drawing.Point(4, 22);
    275276      this.variableNamesTabPage.Name = "variableNamesTabPage";
     
    278279      this.variableNamesTabPage.TabIndex = 0;
    279280      this.variableNamesTabPage.Text = "Variable Names";
    280       this.variableNamesTabPage.UseVisualStyleBackColor = true;
    281281      //
    282282      // parametersTabPage
    283283      //
     284      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    284285      this.parametersTabPage.Controls.Add(this.mutationGroupBox);
    285286      this.parametersTabPage.Controls.Add(this.initializationGroupBox);
     
    290291      this.parametersTabPage.TabIndex = 1;
    291292      this.parametersTabPage.Text = "Parameters";
    292       this.parametersTabPage.UseVisualStyleBackColor = true;
    293293      //
    294294      // VariableView
  • trunk/HeuristicLab.Problems.Orienteering.Views/3.3/OrienteeringProblemView.Designer.cs

    r15583 r16506  
    9090      // parametersTabPage
    9191      //
     92      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    9293      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    9394      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    9798      this.parametersTabPage.TabIndex = 0;
    9899      this.parametersTabPage.Text = "Parameters";
    99       this.parametersTabPage.UseVisualStyleBackColor = true;
    100100      //
    101101      // visualizationTabPage
    102102      //
     103      this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window;
    103104      this.visualizationTabPage.Controls.Add(this.orienteeringSolutionView);
    104105      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
     
    108109      this.visualizationTabPage.TabIndex = 1;
    109110      this.visualizationTabPage.Text = "Visualization";
    110       this.visualizationTabPage.UseVisualStyleBackColor = true;
    111111      //
    112112      // orienteeringSolutionView
  • trunk/HeuristicLab.Problems.Orienteering.Views/3.3/OrienteeringSolutionView.Designer.cs

    r15583 r16506  
    7171      // pictureBox
    7272      //
    73       this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    74             | System.Windows.Forms.AnchorStyles.Left) 
     73      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     74            | System.Windows.Forms.AnchorStyles.Left)
    7575            | System.Windows.Forms.AnchorStyles.Right)));
    7676      this.pictureBox.BackColor = System.Drawing.Color.White;
     
    8686      //
    8787      this.tabControl.AllowDrop = true;
    88       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    89             | System.Windows.Forms.AnchorStyles.Left) 
     88      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     89            | System.Windows.Forms.AnchorStyles.Left)
    9090            | System.Windows.Forms.AnchorStyles.Right)));
    9191      this.tabControl.Controls.Add(this.visualizationTabPage);
     
    9999      // visualizationTabPage
    100100      //
     101      this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window;
    101102      this.visualizationTabPage.Controls.Add(this.pictureBox);
    102103      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
     
    106107      this.visualizationTabPage.TabIndex = 0;
    107108      this.visualizationTabPage.Text = "Visualization";
    108       this.visualizationTabPage.UseVisualStyleBackColor = true;
    109109      //
    110110      // valueTabPage
    111111      //
     112      this.valueTabPage.BackColor = System.Drawing.SystemColors.Window;
    112113      this.valueTabPage.Controls.Add(this.tourGroupBox);
    113114      this.valueTabPage.Location = new System.Drawing.Point(4, 22);
     
    117118      this.valueTabPage.TabIndex = 1;
    118119      this.valueTabPage.Text = "Value";
    119       this.valueTabPage.UseVisualStyleBackColor = true;
    120120      //
    121121      // tourGroupBox
    122122      //
    123       this.tourGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    124             | System.Windows.Forms.AnchorStyles.Left) 
     123      this.tourGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     124            | System.Windows.Forms.AnchorStyles.Left)
    125125            | System.Windows.Forms.AnchorStyles.Right)));
    126126      this.tourGroupBox.Controls.Add(this.tourViewHost);
     
    134134      // tourViewHost
    135135      //
    136       this.tourViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    137             | System.Windows.Forms.AnchorStyles.Left) 
     136      this.tourViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     137            | System.Windows.Forms.AnchorStyles.Left)
    138138            | System.Windows.Forms.AnchorStyles.Right)));
    139139      this.tourViewHost.Caption = "View";
     
    176176      // qualityValueView
    177177      //
    178       this.qualityValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     178      this.qualityValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    179179            | System.Windows.Forms.AnchorStyles.Right)));
    180180      this.qualityValueView.Caption = "StringConvertibleValue View";
     
    189189      // distanceValueView
    190190      //
    191       this.distanceValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     191      this.distanceValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    192192            | System.Windows.Forms.AnchorStyles.Right)));
    193193      this.distanceValueView.Caption = "StringConvertibleValue View";
     
    202202      // penaltyValueView
    203203      //
    204       this.penaltyValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     204      this.penaltyValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    205205            | System.Windows.Forms.AnchorStyles.Right)));
    206206      this.penaltyValueView.Caption = "StringConvertibleValue View";
  • trunk/HeuristicLab.Problems.PTSP.Views/3.3/PathPTSPTourView.Designer.cs

    r15583 r16506  
    9494      // visualizationTabPage
    9595      //
     96      this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window;
    9697      this.visualizationTabPage.Controls.Add(this.pictureBox);
    9798      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
     
    101102      this.visualizationTabPage.TabIndex = 0;
    102103      this.visualizationTabPage.Text = "Visualization";
    103       this.visualizationTabPage.UseVisualStyleBackColor = true;
    104104      //
    105105      // valueTabPage
    106106      //
     107      this.valueTabPage.BackColor = System.Drawing.SystemColors.Window;
    107108      this.valueTabPage.Controls.Add(this.tourGroupBox);
    108109      this.valueTabPage.Location = new System.Drawing.Point(4, 22);
     
    112113      this.valueTabPage.TabIndex = 1;
    113114      this.valueTabPage.Text = "Value";
    114       this.valueTabPage.UseVisualStyleBackColor = true;
    115115      //
    116116      // tourGroupBox
  • trunk/HeuristicLab.Problems.PTSP.Views/3.3/ProbabilisticTravelingSalesmanProblemView.Designer.cs

    r15583 r16506  
    7777      //
    7878      this.tabControl.AllowDrop = true;
    79       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    80             | System.Windows.Forms.AnchorStyles.Left) 
     79      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     80            | System.Windows.Forms.AnchorStyles.Left)
    8181            | System.Windows.Forms.AnchorStyles.Right)));
    8282      this.tabControl.Controls.Add(this.parametersTabPage);
     
    9090      // parametersTabPage
    9191      //
     92      this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
    9293      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
    9394      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     
    9798      this.parametersTabPage.TabIndex = 0;
    9899      this.parametersTabPage.Text = "Parameters";
    99       this.parametersTabPage.UseVisualStyleBackColor = true;
    100100      //
    101101      // visualizationTabPage
    102102      //
     103      this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window;
    103104      this.visualizationTabPage.Controls.Add(this.pathPTSPTourView);
    104105      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
     
    108109      this.visualizationTabPage.TabIndex = 1;
    109110      this.visualizationTabPage.Text = "Visualization";
    110       this.visualizationTabPage.UseVisualStyleBackColor = true;
    111111      //
    112112      // pathPTSPTourView
    113113      //
    114       this.pathPTSPTourView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    115             | System.Windows.Forms.AnchorStyles.Left) 
     114      this.pathPTSPTourView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     115            | System.Windows.Forms.AnchorStyles.Left)
    116116            | System.Windows.Forms.AnchorStyles.Right)));
    117117      this.pathPTSPTourView.Caption = "PathPTSPTour View";
  • trunk/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QAPAssignmentView.Designer.cs

    r15583 r16506  
    128128      // visualizationTabPage
    129129      //
     130      this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window;
    130131      this.visualizationTabPage.Controls.Add(this.qapView);
    131132      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
     
    135136      this.visualizationTabPage.TabIndex = 0;
    136137      this.visualizationTabPage.Text = "Visualization";
    137       this.visualizationTabPage.UseVisualStyleBackColor = true;
    138138      //
    139139      // valueTabPage
    140140      //
     141      this.valueTabPage.BackColor = System.Drawing.SystemColors.Window;
    141142      this.valueTabPage.Controls.Add(this.assignmentGroupBox);
    142143      this.valueTabPage.Location = new System.Drawing.Point(4, 22);
     
    146147      this.valueTabPage.TabIndex = 1;
    147148      this.valueTabPage.Text = "Value";
    148       this.valueTabPage.UseVisualStyleBackColor = true;
    149149      //
    150150      // assignmentGroupBox
  • trunk/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs

    r15583 r16506  
    8080      // tabControl
    8181      //
    82       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    83             | System.Windows.Forms.AnchorStyles.Left) 
     82      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     83            | System.Windows.Forms.AnchorStyles.Left)
    8484            | System.Windows.Forms.AnchorStyles.Right)));
    8585      this.tabControl.Controls.Add(this.problemTabPage);
     
    9393      // problemTabPage
    9494      //
     95      this.problemTabPage.BackColor = System.Drawing.SystemColors.Window;
    9596      this.problemTabPage.Controls.Add(this.parameterCollectionView);
    9697      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
     
    100101      this.problemTabPage.TabIndex = 0;
    101102      this.problemTabPage.Text = "Problem";
    102       this.problemTabPage.UseVisualStyleBackColor = true;
    103103      //
    104104      // visualizationTabPage
    105105      //
     106      this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window;
    106107      this.visualizationTabPage.Controls.Add(this.qapView);
    107108      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
     
    111112      this.visualizationTabPage.TabIndex = 1;
    112113      this.visualizationTabPage.Text = "Visualization";
    113       this.visualizationTabPage.UseVisualStyleBackColor = true;
    114114      //
    115115      // qapView
  • trunk/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.Designer.cs

    r15583 r16506  
    9696      // problemTabPage
    9797      //
     98      this.problemTabPage.BackColor = System.Drawing.SystemColors.Window;
    9899      this.problemTabPage.Controls.Add(this.parameterCollectionView);
    99100      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
     
    103104      this.problemTabPage.TabIndex = 0;
    104105      this.problemTabPage.Text = "Problem";
    105       this.problemTabPage.UseVisualStyleBackColor = true;
    106106      //
    107107      // visualizationTabPage
    108108      //
     109      this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window;
    109110      this.visualizationTabPage.Controls.Add(this.ganttChart);
    110111      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
     
    114115      this.visualizationTabPage.TabIndex = 1;
    115116      this.visualizationTabPage.Text = "Visualization";
    116       this.visualizationTabPage.UseVisualStyleBackColor = true;
    117117      //
    118118      // ganttChart
  • trunk/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPProblemInstanceView.Designer.cs

    r15583 r16506  
    100100      // tabPage1
    101101      //
     102      this.tabPage1.BackColor = System.Drawing.SystemColors.Window;
    102103      this.tabPage1.Controls.Add(this.pictureBox);
    103104      this.tabPage1.Location = new System.Drawing.Point(4, 22);
     
    107108      this.tabPage1.TabIndex = 0;
    108109      this.tabPage1.Text = "Visualization";
    109       this.tabPage1.UseVisualStyleBackColor = true;
    110110      //
    111111      // tabPage2
    112112      //
     113      this.tabPage2.BackColor = System.Drawing.SystemColors.Window;
    113114      this.tabPage2.Controls.Add(this.parameterCollectionView);
    114115      this.tabPage2.Location = new System.Drawing.Point(4, 22);
     
    118119      this.tabPage2.TabIndex = 1;
    119120      this.tabPage2.Text = "Parameters";
    120       this.tabPage2.UseVisualStyleBackColor = true;
    121121      //
    122122      // VRPProblemInstanceView
  • trunk/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPSolutionView.Designer.cs

    r15583 r16506  
    7070      // tabPage1
    7171      //
     72      this.tabPage1.BackColor = System.Drawing.SystemColors.Window;
    7273      this.tabPage1.Controls.Add(this.problemInstanceView);
    7374      this.tabPage1.Location = new System.Drawing.Point(4, 22);
     
    7778      this.tabPage1.TabIndex = 0;
    7879      this.tabPage1.Text = "ProblemInstance";
    79       this.tabPage1.UseVisualStyleBackColor = true;
    8080      //
    8181      // problemInstanceView
     
    9393      // tabPage2
    9494      //
     95      this.tabPage2.BackColor = System.Drawing.SystemColors.Window;
    9596      this.tabPage2.Controls.Add(this.tourGroupBox);
    9697      this.tabPage2.Location = new System.Drawing.Point(4, 22);
     
    100101      this.tabPage2.TabIndex = 1;
    101102      this.tabPage2.Text = "Tours";
    102       this.tabPage2.UseVisualStyleBackColor = true;
    103103      //
    104104      // tourGroupBox
  • trunk/HeuristicLab.Scripting.Views/3.3/ScriptView.Designer.cs

    r15583 r16506  
    118118      // infoTabControl
    119119      //
    120       this.infoTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    121             | System.Windows.Forms.AnchorStyles.Left) 
     120      this.infoTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     121            | System.Windows.Forms.AnchorStyles.Left)
    122122            | System.Windows.Forms.AnchorStyles.Right)));
    123123      this.infoTabControl.Controls.Add(this.outputTabPage);
     
    131131      // outputTabPage
    132132      //
     133      this.outputTabPage.BackColor = System.Drawing.SystemColors.Window;
    133134      this.outputTabPage.Controls.Add(this.outputTextBox);
    134135      this.outputTabPage.Location = new System.Drawing.Point(4, 22);
     
    138139      this.outputTabPage.TabIndex = 1;
    139140      this.outputTabPage.Text = "Output";
    140       this.outputTabPage.UseVisualStyleBackColor = true;
    141141      //
    142142      // outputTextBox
     
    155155      // errorListTabPage
    156156      //
     157      this.errorListTabPage.BackColor = System.Drawing.SystemColors.Window;
    157158      this.errorListTabPage.Controls.Add(this.errorListView);
    158159      this.errorListTabPage.Location = new System.Drawing.Point(4, 22);
     
    162163      this.errorListTabPage.TabIndex = 0;
    163164      this.errorListTabPage.Text = "Error List";
    164       this.errorListTabPage.UseVisualStyleBackColor = true;
    165165      //
    166166      // errorListView
Note: See TracChangeset for help on using the changeset viewer.