Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/10 15:03:01 (14 years ago)
Author:
epitzer
Message:

Several GUI improvements (#47)

  • add icons and tool tips
  • add support for suspending the operator trace view
  • faster skipping of stack-only operations
  • remove log view and execution time view
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DebugEngine/ExecutionStackView.Designer.cs

    r4904 r4909  
    2424    /// </summary>
    2525    private void InitializeComponent() {
     26      this.components = new System.ComponentModel.Container();
    2627      this.treeView = new System.Windows.Forms.TreeView();
    2728      this.groupBox = new System.Windows.Forms.GroupBox();
     29      this.imageList = new System.Windows.Forms.ImageList(this.components);
    2830      this.groupBox.SuspendLayout();
    2931      this.SuspendLayout();
     
    3234      //
    3335      this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
     36      this.treeView.ImageIndex = 0;
     37      this.treeView.ImageList = this.imageList;
    3438      this.treeView.Location = new System.Drawing.Point(3, 16);
    3539      this.treeView.Name = "treeView";
     40      this.treeView.SelectedImageIndex = 0;
     41      this.treeView.ShowNodeToolTips = true;
    3642      this.treeView.Size = new System.Drawing.Size(303, 261);
    3743      this.treeView.TabIndex = 0;
     
    4854      this.groupBox.TabStop = false;
    4955      this.groupBox.Text = "Execution Stack";
     56      //
     57      // imageList
     58      //
     59      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
     60      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
     61      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
    5062      //
    5163      // ExecutionStackView
     
    6577    private System.Windows.Forms.TreeView treeView;
    6678    private System.Windows.Forms.GroupBox groupBox;
     79    private System.Windows.Forms.ImageList imageList;
    6780
    6881  }
Note: See TracChangeset for help on using the changeset viewer.