Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/13/17 15:44:52 (7 years ago)
Author:
bburlacu
Message:

#2760: Fix issue with resources in CrossValidationView.Designer.cs

File:
1 edited

Legend:

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

    r14864 r14865  
    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();
     
    111110      //
    112111      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    113       this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
     112      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    114113      this.startButton.Location = new System.Drawing.Point(0, 514);
    115114      this.startButton.Name = "startButton";
     
    122121      //
    123122      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    124       this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
     123      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
    125124      this.pauseButton.Location = new System.Drawing.Point(30, 514);
    126125      this.pauseButton.Name = "pauseButton";
     
    133132      //
    134133      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    135       this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
     134      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
    136135      this.stopButton.Location = new System.Drawing.Point(60, 514);
    137136      this.stopButton.Name = "stopButton";
     
    144143      //
    145144      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    146       this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
     145      this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
    147146      this.resetButton.Location = new System.Drawing.Point(90, 514);
    148147      this.resetButton.Name = "resetButton";
     
    173172      // foldsNumericUpDown
    174173      //
    175       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)
    176175            | System.Windows.Forms.AnchorStyles.Right)));
    177176      this.foldsNumericUpDown.Location = new System.Drawing.Point(55, 26);
     
    209208      // workersNumericUpDown
    210209      //
    211       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)
    212211            | System.Windows.Forms.AnchorStyles.Right)));
    213212      this.workersNumericUpDown.Location = new System.Drawing.Point(55, 0);
     
    263262      // samplesEndStringConvertibleValueView
    264263      //
    265       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)
    266265            | System.Windows.Forms.AnchorStyles.Right)));
    267266      this.samplesEndStringConvertibleValueView.Caption = "StringConvertibleValue View";
     
    276275      // samplesStartStringConvertibleValueView
    277276      //
    278       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)
    279278            | System.Windows.Forms.AnchorStyles.Right)));
    280279      this.samplesStartStringConvertibleValueView.Caption = "StringConvertibleValue View";
     
    290289      //
    291290      this.tabControl.AllowDrop = true;
    292       this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    293             | 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)
    294293            | System.Windows.Forms.AnchorStyles.Right)));
    295294      this.tabControl.Controls.Add(this.algorithmTabPage);
     
    322321      // algorithmNamedItemView
    323322      //
    324       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)
    325324            | System.Windows.Forms.AnchorStyles.Right)));
    326325      this.algorithmNamedItemView.Caption = "NamedItem View";
     
    335334      //
    336335      this.algorithmTabControl.AllowDrop = true;
    337       this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    338             | 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)
    339338            | System.Windows.Forms.AnchorStyles.Right)));
    340339      this.algorithmTabControl.Controls.Add(this.algorithmProblemTabPage);
     
    365364      // openProblemButton
    366365      //
    367       this.openProblemButton.Image = ((System.Drawing.Image)(resources.GetObject("openProblemButton.Image")));
     366      this.openProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    368367      this.openProblemButton.Location = new System.Drawing.Point(36, 6);
    369368      this.openProblemButton.Name = "openProblemButton";
     
    376375      // algorithmProblemViewHost
    377376      //
    378       this.algorithmProblemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    379             | 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)
    380379            | System.Windows.Forms.AnchorStyles.Right)));
    381380      this.algorithmProblemViewHost.Caption = "View";
     
    392391      // newProblemButton
    393392      //
    394       this.newProblemButton.Image = ((System.Drawing.Image)(resources.GetObject("newProblemButton.Image")));
     393      this.newProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
    395394      this.newProblemButton.Location = new System.Drawing.Point(6, 6);
    396395      this.newProblemButton.Name = "newProblemButton";
     
    427426      // openAlgorithmButton
    428427      //
    429       this.openAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openAlgorithmButton.Image")));
     428      this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    430429      this.openAlgorithmButton.Location = new System.Drawing.Point(38, 6);
    431430      this.openAlgorithmButton.Name = "openAlgorithmButton";
     
    438437      // newAlgorithmButton
    439438      //
    440       this.newAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("newAlgorithmButton.Image")));
     439      this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
    441440      this.newAlgorithmButton.Location = new System.Drawing.Point(8, 6);
    442441      this.newAlgorithmButton.Name = "newAlgorithmButton";
     
    518517      // splitContainer
    519518      //
    520       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)
    521520            | System.Windows.Forms.AnchorStyles.Right)));
    522521      this.splitContainer.Location = new System.Drawing.Point(0, 26);
Note: See TracChangeset for help on using the changeset viewer.