Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 12:03:25 (14 years ago)
Author:
mkommend
Message:

adapted view captions (ticket #893)

Location:
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphView.Designer.cs

    r3742 r3764  
    7676                  | System.Windows.Forms.AnchorStyles.Left)
    7777                  | System.Windows.Forms.AnchorStyles.Right)));
    78       this.graphVisualizationInfoView.Caption = null;
    7978      this.graphVisualizationInfoView.Content = null;
    8079      this.graphVisualizationInfoView.Location = new System.Drawing.Point(3, 30);
     
    248247                  | System.Windows.Forms.AnchorStyles.Left)
    249248                  | System.Windows.Forms.AnchorStyles.Right)));
    250       this.detailsViewHost.Caption = null;
    251249      this.detailsViewHost.Content = null;
    252250      this.detailsViewHost.Location = new System.Drawing.Point(3, 16);
  • trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphView.cs

    r3753 r3764  
    4242    public OperatorGraphView() {
    4343      InitializeComponent();
    44       Caption = "Operator Graph Visualization";
    45 
     44 
    4645      this.graphVisualizationInfoView.Controller.OnShowContextMenu += new EventHandler<EntityMenuEventArgs>(Controller_OnShowContextMenu);
    4746      this.graphVisualizationInfoView.Controller.Model.Selection.OnNewSelection += new EventHandler(Controller_SelectionChanged);
Note: See TracChangeset for help on using the changeset viewer.