Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/24/15 09:49:28 (9 years ago)
Author:
gkronber
Message:

#2434: restored usage of icon resources in CrossValidationView which as destroyed by designer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/crossvalidation-2434/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.Designer.cs

    r12800 r12802  
    4646    /// </summary>
    4747    private void InitializeComponent() {
    48       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CrossValidationView));
    4948      this.startButton = new System.Windows.Forms.Button();
    5049      this.pauseButton = new System.Windows.Forms.Button();
     
    112111      //
    113112      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    114       this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
     113      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    115114      this.startButton.Location = new System.Drawing.Point(0, 514);
    116115      this.startButton.Name = "startButton";
     
    123122      //
    124123      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    125       this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
     124      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
    126125      this.pauseButton.Location = new System.Drawing.Point(30, 514);
    127126      this.pauseButton.Name = "pauseButton";
     
    134133      //
    135134      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    136       this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
     135      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
    137136      this.stopButton.Location = new System.Drawing.Point(60, 514);
    138137      this.stopButton.Name = "stopButton";
     
    145144      //
    146145      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    147       this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
     146      this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
    148147      this.resetButton.Location = new System.Drawing.Point(90, 514);
    149148      this.resetButton.Name = "resetButton";
     
    174173      // foldsNumericUpDown
    175174      //
    176       this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     175      this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    177176            | System.Windows.Forms.AnchorStyles.Right)));
    178177      this.foldsNumericUpDown.Location = new System.Drawing.Point(62, 26);
     
    210209      // workersNumericUpDown
    211210      //
    212       this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     211      this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    213212            | System.Windows.Forms.AnchorStyles.Right)));
    214213      this.workersNumericUpDown.Location = new System.Drawing.Point(62, 0);
     
    264263      // samplesEndStringConvertibleValueView
    265264      //
    266       this.samplesEndStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     265      this.samplesEndStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    267266            | System.Windows.Forms.AnchorStyles.Right)));
    268267      this.samplesEndStringConvertibleValueView.Caption = "StringConvertibleValue View";
     
    277276      // samplesStartStringConvertibleValueView
    278277      //
    279       this.samplesStartStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     278      this.samplesStartStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    280279            | System.Windows.Forms.AnchorStyles.Right)));
    281280      this.samplesStartStringConvertibleValueView.Caption = "StringConvertibleValue View";
     
    291290      //
    292291      this.tabControl.AllowDrop = true;
    293       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    294             | System.Windows.Forms.AnchorStyles.Left) 
     292      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     293            | System.Windows.Forms.AnchorStyles.Left)
    295294            | System.Windows.Forms.AnchorStyles.Right)));
    296295      this.tabControl.Controls.Add(this.algorithmTabPage);
     
    323322      // algorithmNamedItemView
    324323      //
    325       this.algorithmNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     324      this.algorithmNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    326325            | System.Windows.Forms.AnchorStyles.Right)));
    327326      this.algorithmNamedItemView.Caption = "NamedItem View";
     
    336335      //
    337336      this.algorithmTabControl.AllowDrop = true;
    338       this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    339             | System.Windows.Forms.AnchorStyles.Left) 
     337      this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     338            | System.Windows.Forms.AnchorStyles.Left)
    340339            | System.Windows.Forms.AnchorStyles.Right)));
    341340      this.algorithmTabControl.Controls.Add(this.algorithmProblemTabPage);
     
    366365      // openProblemButton
    367366      //
    368       this.openProblemButton.Image = ((System.Drawing.Image)(resources.GetObject("openProblemButton.Image")));
     367      this.openProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    369368      this.openProblemButton.Location = new System.Drawing.Point(36, 6);
    370369      this.openProblemButton.Name = "openProblemButton";
     
    377376      // algorithmProblemViewHost
    378377      //
    379       this.algorithmProblemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    380             | System.Windows.Forms.AnchorStyles.Left) 
     378      this.algorithmProblemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     379            | System.Windows.Forms.AnchorStyles.Left)
    381380            | System.Windows.Forms.AnchorStyles.Right)));
    382381      this.algorithmProblemViewHost.Caption = "View";
     
    393392      // newProblemButton
    394393      //
    395       this.newProblemButton.Image = ((System.Drawing.Image)(resources.GetObject("newProblemButton.Image")));
     394      this.newProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
    396395      this.newProblemButton.Location = new System.Drawing.Point(6, 6);
    397396      this.newProblemButton.Name = "newProblemButton";
     
    428427      // openAlgorithmButton
    429428      //
    430       this.openAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openAlgorithmButton.Image")));
     429      this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    431430      this.openAlgorithmButton.Location = new System.Drawing.Point(38, 6);
    432431      this.openAlgorithmButton.Name = "openAlgorithmButton";
     
    439438      // newAlgorithmButton
    440439      //
    441       this.newAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("newAlgorithmButton.Image")));
     440      this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
    442441      this.newAlgorithmButton.Location = new System.Drawing.Point(8, 6);
    443442      this.newAlgorithmButton.Name = "newAlgorithmButton";
     
    519518      // splitContainer
    520519      //
    521       this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     520      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    522521            | System.Windows.Forms.AnchorStyles.Right)));
    523522      this.splitContainer.Location = new System.Drawing.Point(0, 26);
     
    545544      // partitionVariableComboBox
    546545      //
    547       this.partitionVariableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     546      this.partitionVariableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    548547            | System.Windows.Forms.AnchorStyles.Right)));
    549548      this.partitionVariableComboBox.FormattingEnabled = true;
Note: See TracChangeset for help on using the changeset viewer.