Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/27/14 09:35:43 (9 years ago)
Author:
jkarder
Message:

#2116: reverted to r10041

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Breadcrumbs/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ViewHost.Designer.cs

    r10042 r11591  
    5252      this.configurationLabel = new System.Windows.Forms.Label();
    5353      this.helpLabel = new System.Windows.Forms.Label();
    54       this.breadcrumbControl = new HeuristicLab.MainForm.WindowsForms.BreadcrumbControl();
    5554      this.SuspendLayout();
    5655      //
     
    8786      this.viewContextMenuStrip.Name = "viewContextMenuStrip";
    8887      this.viewContextMenuStrip.Size = new System.Drawing.Size(61, 4);
    89       this.viewContextMenuStrip.ShowBreadcrumbsChanged += new System.EventHandler(this.viewContextMenuStrip_ShowBreadcrumbsChanged);
    9088      this.viewContextMenuStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.viewContextMenuStrip_ItemClicked);
    9189      //
     
    116114      this.helpLabel.DoubleClick += new System.EventHandler(this.helpLabel_DoubleClick);
    117115      //
    118       // breadcrumbControl
    119       //
    120       this.breadcrumbControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    121             | System.Windows.Forms.AnchorStyles.Right)));
    122       this.breadcrumbControl.Location = new System.Drawing.Point(0, 0);
    123       this.breadcrumbControl.Name = "breadcrumbControl";
    124       this.breadcrumbControl.Size = new System.Drawing.Size(202, 15);
    125       this.breadcrumbControl.TabIndex = 4;
    126       this.breadcrumbControl.ViewHost = null;
    127       //
    128116      // ViewHost
    129117      //
     118      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    130119      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    131       this.Controls.Add(this.breadcrumbControl);
    132120      this.Controls.Add(this.helpLabel);
    133121      this.Controls.Add(this.viewsLabel);
     
    136124      this.Name = "ViewHost";
    137125      this.Size = new System.Drawing.Size(227, 184);
    138       this.VisibleChanged += new System.EventHandler(this.ViewHost_VisibleChanged);
    139126      this.ResumeLayout(false);
    140127
     
    148135    private System.Windows.Forms.Label configurationLabel;
    149136    private System.Windows.Forms.Label helpLabel;
    150     private BreadcrumbControl breadcrumbControl;
    151137
    152138  }
Note: See TracChangeset for help on using the changeset viewer.