Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/25/10 03:32:18 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/AlgorithmDataView.Designer.cs

    r4481 r4492  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
    48       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlgorithmDataView));
    4948      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    5049      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     
    109108      this.viewHost.Caption = "View";
    110109      this.viewHost.Content = null;
    111       this.viewHost.Enabled = false;
     110      this.viewHost.Enabled = true;
    112111      this.viewHost.Location = new System.Drawing.Point(6, 19);
    113112      this.viewHost.Name = "viewHost";
     
    131130      // newDataButton
    132131      //
    133       this.newDataButton.Image = ((System.Drawing.Image)(resources.GetObject("newDataButton.Image")));
     132      this.newDataButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
    134133      this.newDataButton.Location = new System.Drawing.Point(90, 0);
    135134      this.newDataButton.Name = "newDataButton";
     
    142141      // saveFileButton
    143142      //
    144       this.saveFileButton.Image = ((System.Drawing.Image)(resources.GetObject("saveFileButton.Image")));
     143      this.saveFileButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Save;
    145144      this.saveFileButton.Location = new System.Drawing.Point(150, 0);
    146145      this.saveFileButton.Name = "saveFileButton";
     
    153152      // openFileButton
    154153      //
    155       this.openFileButton.Image = ((System.Drawing.Image)(resources.GetObject("openFileButton.Image")));
     154      this.openFileButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
    156155      this.openFileButton.Location = new System.Drawing.Point(120, 0);
    157156      this.openFileButton.Name = "openFileButton";
     
    174173      // refreshDataButton
    175174      //
    176       this.refreshDataButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshDataButton.Image")));
     175      this.refreshDataButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Refresh;
    177176      this.refreshDataButton.Location = new System.Drawing.Point(0, 0);
    178177      this.refreshDataButton.Name = "refreshDataButton";
     
    185184      // storeDataButton
    186185      //
    187       this.storeDataButton.Image = ((System.Drawing.Image)(resources.GetObject("storeDataButton.Image")));
     186      this.storeDataButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.PublishToWeb;
    188187      this.storeDataButton.Location = new System.Drawing.Point(30, 0);
    189188      this.storeDataButton.Name = "storeDataButton";
Note: See TracChangeset for help on using the changeset viewer.