Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/15/13 16:11:27 (11 years ago)
Author:
jkarder
Message:

#2116: added prototype of a breadcrumb navigation

File:
1 edited

Legend:

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

    r9920 r10042  
    5252      this.configurationLabel = new System.Windows.Forms.Label();
    5353      this.helpLabel = new System.Windows.Forms.Label();
     54      this.breadcrumbControl = new HeuristicLab.MainForm.WindowsForms.BreadcrumbControl();
    5455      this.SuspendLayout();
    5556      //
     
    8687      this.viewContextMenuStrip.Name = "viewContextMenuStrip";
    8788      this.viewContextMenuStrip.Size = new System.Drawing.Size(61, 4);
     89      this.viewContextMenuStrip.ShowBreadcrumbsChanged += new System.EventHandler(this.viewContextMenuStrip_ShowBreadcrumbsChanged);
    8890      this.viewContextMenuStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.viewContextMenuStrip_ItemClicked);
    8991      //
     
    114116      this.helpLabel.DoubleClick += new System.EventHandler(this.helpLabel_DoubleClick);
    115117      //
     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      //
    116128      // ViewHost
    117129      //
    118       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    119130      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     131      this.Controls.Add(this.breadcrumbControl);
    120132      this.Controls.Add(this.helpLabel);
    121133      this.Controls.Add(this.viewsLabel);
     
    124136      this.Name = "ViewHost";
    125137      this.Size = new System.Drawing.Size(227, 184);
     138      this.VisibleChanged += new System.EventHandler(this.ViewHost_VisibleChanged);
    126139      this.ResumeLayout(false);
    127140
     
    135148    private System.Windows.Forms.Label configurationLabel;
    136149    private System.Windows.Forms.Label helpLabel;
     150    private BreadcrumbControl breadcrumbControl;
    137151
    138152  }
Note: See TracChangeset for help on using the changeset viewer.