Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/20/10 15:08:50 (14 years ago)
Author:
mkommend
Message:

Refactored the Clipboard to handle IExecuteables and repositioned the label in the ViewHost (ticket #1155).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/ViewHost.Designer.cs

    r4011 r4453  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
     48      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewHost));
    4849      this.messageLabel = new System.Windows.Forms.Label();
    4950      this.viewsLabel = new System.Windows.Forms.Label();
     
    6869      this.viewsLabel.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Windows;
    6970      this.viewsLabel.Location = new System.Drawing.Point(211, 0);
    70       this.viewsLabel.Margin = new System.Windows.Forms.Padding(3);
     71      this.viewsLabel.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
    7172      this.viewsLabel.Name = "viewsLabel";
    7273      this.viewsLabel.Size = new System.Drawing.Size(16, 16);
     
    7475      this.toolTip.SetToolTip(this.viewsLabel, "Double-click to open a new window of the current view.\r\nRight-click to change cur" +
    7576              "rent view.\r\nDrag icon to copy or link content to another view.");
    76       this.viewsLabel.MouseLeave += new System.EventHandler(this.viewsLabel_MouseLeave);
    7777      this.viewsLabel.DoubleClick += new System.EventHandler(this.viewsLabel_DoubleClick);
    7878      this.viewsLabel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.viewsLabel_MouseDown);
     79      this.viewsLabel.MouseLeave += new System.EventHandler(this.viewsLabel_MouseLeave);
    7980      //
    8081      // viewContextMenuStrip
    8182      //
     83      this.viewContextMenuStrip.IgnoredViewTypes = System.Linq.Enumerable.Empty<System.Type>();
    8284      this.viewContextMenuStrip.Item = null;
    8385      this.viewContextMenuStrip.Name = "viewContextMenuStrip";
     
    9496      this.Size = new System.Drawing.Size(227, 184);
    9597      this.ResumeLayout(false);
     98
    9699    }
    97100
Note: See TracChangeset for help on using the changeset viewer.