Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/14 17:13:24 (11 years ago)
Author:
aesterer
Message:

Icon resource changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataPreprocessingView.designer.cs

    r10314 r10319  
    2828      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
    2929      this.undoButton = new System.Windows.Forms.Button();
    30       this.contentListView = new System.Windows.Forms.ListView();
    3130      this.tryOutAlgorithmButton = new System.Windows.Forms.Button();
    3231      this.saveButton = new System.Windows.Forms.Button();
     32      this.contentListView = new System.Windows.Forms.ListView();
    3333      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    3434      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     
    6262      // undoButton
    6363      //
    64       this.undoButton.Image = ((System.Drawing.Image)(resources.GetObject("undoButton.Image")));
     64      this.saveButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Undo;
    6565      this.undoButton.Location = new System.Drawing.Point(72, 14);
    6666      this.undoButton.Name = "undoButton";
     
    6969      this.toolTip.SetToolTip(this.undoButton, "Undo");
    7070      this.undoButton.UseVisualStyleBackColor = true;
     71      //
     72      // tryOutAlgorithmButton
     73      //
     74      this.saveButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
     75      this.tryOutAlgorithmButton.Location = new System.Drawing.Point(42, 14);
     76      this.tryOutAlgorithmButton.Name = "tryOutAlgorithmButton";
     77      this.tryOutAlgorithmButton.Size = new System.Drawing.Size(24, 24);
     78      this.tryOutAlgorithmButton.TabIndex = 2;
     79      this.toolTip.SetToolTip(this.tryOutAlgorithmButton, "Apply in new tab");
     80      this.tryOutAlgorithmButton.UseVisualStyleBackColor = true;
     81      this.tryOutAlgorithmButton.Click += new System.EventHandler(this.applyInNewTabButton_Click);
     82      //
     83      // saveButton
     84      //
     85      this.saveButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
     86      this.saveButton.Location = new System.Drawing.Point(12, 14);
     87      this.saveButton.Name = "saveButton";
     88      this.saveButton.Size = new System.Drawing.Size(24, 24);
     89      this.saveButton.TabIndex = 1;
     90      this.toolTip.SetToolTip(this.saveButton, "Export problem");
     91      this.saveButton.UseVisualStyleBackColor = true;
     92      this.saveButton.Click += new System.EventHandler(this.exportProblemButton_Click);
    7193      //
    7294      // contentListView
     
    84106      this.contentListView.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
    85107      this.contentListView.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
    86       //
    87       // tryOutAlgorithmButton
    88       //
    89       this.tryOutAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("tryOutAlgorithmButton.Image")));
    90       this.tryOutAlgorithmButton.Location = new System.Drawing.Point(42, 14);
    91       this.tryOutAlgorithmButton.Name = "tryOutAlgorithmButton";
    92       this.tryOutAlgorithmButton.Size = new System.Drawing.Size(24, 24);
    93       this.tryOutAlgorithmButton.TabIndex = 2;
    94       this.toolTip.SetToolTip(this.tryOutAlgorithmButton, "Apply in new tab");
    95       this.tryOutAlgorithmButton.UseVisualStyleBackColor = true;
    96       this.tryOutAlgorithmButton.Click += new System.EventHandler(this.applyInNewTabButton_Click);
    97       //
    98       // saveButton
    99       //
    100       this.saveButton.Image = ((System.Drawing.Image)(resources.GetObject("saveButton.Image")));
    101       this.saveButton.Location = new System.Drawing.Point(12, 14);
    102       this.saveButton.Name = "saveButton";
    103       this.saveButton.Size = new System.Drawing.Size(24, 24);
    104       this.saveButton.TabIndex = 1;
    105       this.toolTip.SetToolTip(this.saveButton, "Export problem");
    106       this.saveButton.UseVisualStyleBackColor = true;
    107       this.saveButton.Click += new System.EventHandler(this.exportProblemButton_Click);
    108108      //
    109109      // viewHost
Note: See TracChangeset for help on using the changeset viewer.