Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/13 12:05:19 (11 years ago)
Author:
ascheibe
Message:

#1886 added a library that calculates convex hulls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/PermutationSolutionDictionaryView.Designer.cs

    r9728 r9730  
    3030      this.partialSizeTextBox = new System.Windows.Forms.TextBox();
    3131      this.completeSizeTextBox = new System.Windows.Forms.TextBox();
     32      this.toolStrip = new System.Windows.Forms.ToolStrip();
     33      this.analyzeToolStripButton = new System.Windows.Forms.ToolStripDropDownButton();
     34      this.toolStrip.SuspendLayout();
    3235      this.SuspendLayout();
    3336      //
     
    3538      //
    3639      this.label1.AutoSize = true;
    37       this.label1.Location = new System.Drawing.Point(3, 10);
     40      this.label1.Location = new System.Drawing.Point(3, 60);
    3841      this.label1.Name = "label1";
    3942      this.label1.Size = new System.Drawing.Size(64, 13);
     
    4447      //
    4548      this.label2.AutoSize = true;
    46       this.label2.Location = new System.Drawing.Point(3, 42);
     49      this.label2.Location = new System.Drawing.Point(3, 92);
    4750      this.label2.Name = "label2";
    4851      this.label2.Size = new System.Drawing.Size(108, 13);
     
    5356      //
    5457      this.label3.AutoSize = true;
    55       this.label3.Location = new System.Drawing.Point(3, 74);
     58      this.label3.Location = new System.Drawing.Point(3, 124);
    5659      this.label3.Name = "label3";
    5760      this.label3.Size = new System.Drawing.Size(123, 13);
     
    6366      this.cacheSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    6467            | System.Windows.Forms.AnchorStyles.Right)));
    65       this.cacheSizeTextBox.Location = new System.Drawing.Point(132, 7);
     68      this.cacheSizeTextBox.Location = new System.Drawing.Point(132, 57);
    6669      this.cacheSizeTextBox.Name = "cacheSizeTextBox";
    6770      this.cacheSizeTextBox.ReadOnly = true;
     
    7376      this.partialSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    7477            | System.Windows.Forms.AnchorStyles.Right)));
    75       this.partialSizeTextBox.Location = new System.Drawing.Point(132, 39);
     78      this.partialSizeTextBox.Location = new System.Drawing.Point(132, 89);
    7679      this.partialSizeTextBox.Name = "partialSizeTextBox";
    7780      this.partialSizeTextBox.ReadOnly = true;
     
    8386      this.completeSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    8487            | System.Windows.Forms.AnchorStyles.Right)));
    85       this.completeSizeTextBox.Location = new System.Drawing.Point(132, 71);
     88      this.completeSizeTextBox.Location = new System.Drawing.Point(132, 121);
    8689      this.completeSizeTextBox.Name = "completeSizeTextBox";
    8790      this.completeSizeTextBox.ReadOnly = true;
     
    8992      this.completeSizeTextBox.TabIndex = 5;
    9093      //
     94      // toolStrip
     95      //
     96      this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     97            this.analyzeToolStripButton});
     98      this.toolStrip.Location = new System.Drawing.Point(0, 0);
     99      this.toolStrip.Name = "toolStrip";
     100      this.toolStrip.Size = new System.Drawing.Size(486, 25);
     101      this.toolStrip.TabIndex = 6;
     102      //
     103      // analyzeToolStripButton
     104      //
     105      this.analyzeToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     106      this.analyzeToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     107      this.analyzeToolStripButton.Name = "analyzeToolStripButton";
     108      this.analyzeToolStripButton.Size = new System.Drawing.Size(61, 22);
     109      this.analyzeToolStripButton.Text = "Analyze";
     110      //
    91111      // PermutationSolutionDictionaryView
    92112      //
    93113      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    94114      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     115      this.Controls.Add(this.toolStrip);
    95116      this.Controls.Add(this.completeSizeTextBox);
    96117      this.Controls.Add(this.partialSizeTextBox);
     
    100121      this.Controls.Add(this.label1);
    101122      this.Name = "PermutationSolutionDictionaryView";
    102       this.Size = new System.Drawing.Size(486, 98);
     123      this.Size = new System.Drawing.Size(486, 175);
     124      this.toolStrip.ResumeLayout(false);
     125      this.toolStrip.PerformLayout();
    103126      this.ResumeLayout(false);
    104127      this.PerformLayout();
     
    114137    private System.Windows.Forms.TextBox partialSizeTextBox;
    115138    private System.Windows.Forms.TextBox completeSizeTextBox;
     139    private System.Windows.Forms.ToolStrip toolStrip;
     140    private System.Windows.Forms.ToolStripDropDownButton analyzeToolStripButton;
    116141  }
    117142}
Note: See TracChangeset for help on using the changeset viewer.