Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/03/12 02:10:15 (12 years ago)
Author:
swagner
Message:

Removed unnecessary resource files (*.resx) and removed unnecessary context menu items in ItemTreeView (#1725)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.Designer.cs

    r7146 r7257  
    4747    private void InitializeComponent() {
    4848      this.components = new System.ComponentModel.Container();
    49       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ResourcesView));
    5049      this.imageListSlaveGroups = new System.Windows.Forms.ImageList(this.components);
    5150      this.splitSlaves = new System.Windows.Forms.SplitContainer();
     
    103102      // btnRefresh
    104103      //
    105       this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
     104      this.btnRefresh.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
    106105      this.btnRefresh.Location = new System.Drawing.Point(3, 3);
    107106      this.btnRefresh.Name = "btnRefresh";
     
    122121      // btnSave
    123122      //
    124       this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     123      this.btnSave.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
    125124      this.btnSave.Location = new System.Drawing.Point(93, 3);
    126125      this.btnSave.Name = "btnSave";
     
    133132      // btnRemoveGroup
    134133      //
    135       this.btnRemoveGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnRemoveGroup.Image")));
     134      this.btnRemoveGroup.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
    136135      this.btnRemoveGroup.Location = new System.Drawing.Point(63, 3);
    137136      this.btnRemoveGroup.Name = "btnRemoveGroup";
     
    144143      // btnAddGroup
    145144      //
    146       this.btnAddGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnAddGroup.Image")));
     145      this.btnAddGroup.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
    147146      this.btnAddGroup.Location = new System.Drawing.Point(33, 3);
    148147      this.btnAddGroup.Name = "btnAddGroup";
Note: See TracChangeset for help on using the changeset viewer.