Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/PermutationSolutionDictionaryView.Designer.cs @ 9791

Last change on this file since 9791 was 9730, checked in by ascheibe, 11 years ago

#1886 added a library that calculates convex hulls

File size: 6.1 KB
Line 
1namespace HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views {
2  partial class PermutationSolutionDictionaryView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.label1 = new System.Windows.Forms.Label();
27      this.label2 = new System.Windows.Forms.Label();
28      this.label3 = new System.Windows.Forms.Label();
29      this.cacheSizeTextBox = new System.Windows.Forms.TextBox();
30      this.partialSizeTextBox = new System.Windows.Forms.TextBox();
31      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();
35      this.SuspendLayout();
36      //
37      // label1
38      //
39      this.label1.AutoSize = true;
40      this.label1.Location = new System.Drawing.Point(3, 60);
41      this.label1.Name = "label1";
42      this.label1.Size = new System.Drawing.Size(64, 13);
43      this.label1.TabIndex = 0;
44      this.label1.Text = "Cache Size:";
45      //
46      // label2
47      //
48      this.label2.AutoSize = true;
49      this.label2.Location = new System.Drawing.Point(3, 92);
50      this.label2.Name = "label2";
51      this.label2.Size = new System.Drawing.Size(108, 13);
52      this.label2.TabIndex = 1;
53      this.label2.Text = "Partial Solutions Size:";
54      //
55      // label3
56      //
57      this.label3.AutoSize = true;
58      this.label3.Location = new System.Drawing.Point(3, 124);
59      this.label3.Name = "label3";
60      this.label3.Size = new System.Drawing.Size(123, 13);
61      this.label3.TabIndex = 2;
62      this.label3.Text = "Complete Solutions Size:";
63      //
64      // cacheSizeTextBox
65      //
66      this.cacheSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
67            | System.Windows.Forms.AnchorStyles.Right)));
68      this.cacheSizeTextBox.Location = new System.Drawing.Point(132, 57);
69      this.cacheSizeTextBox.Name = "cacheSizeTextBox";
70      this.cacheSizeTextBox.ReadOnly = true;
71      this.cacheSizeTextBox.Size = new System.Drawing.Size(351, 20);
72      this.cacheSizeTextBox.TabIndex = 3;
73      //
74      // partialSizeTextBox
75      //
76      this.partialSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
77            | System.Windows.Forms.AnchorStyles.Right)));
78      this.partialSizeTextBox.Location = new System.Drawing.Point(132, 89);
79      this.partialSizeTextBox.Name = "partialSizeTextBox";
80      this.partialSizeTextBox.ReadOnly = true;
81      this.partialSizeTextBox.Size = new System.Drawing.Size(351, 20);
82      this.partialSizeTextBox.TabIndex = 4;
83      //
84      // completeSizeTextBox
85      //
86      this.completeSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
87            | System.Windows.Forms.AnchorStyles.Right)));
88      this.completeSizeTextBox.Location = new System.Drawing.Point(132, 121);
89      this.completeSizeTextBox.Name = "completeSizeTextBox";
90      this.completeSizeTextBox.ReadOnly = true;
91      this.completeSizeTextBox.Size = new System.Drawing.Size(351, 20);
92      this.completeSizeTextBox.TabIndex = 5;
93      //
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      //
111      // PermutationSolutionDictionaryView
112      //
113      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
114      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
115      this.Controls.Add(this.toolStrip);
116      this.Controls.Add(this.completeSizeTextBox);
117      this.Controls.Add(this.partialSizeTextBox);
118      this.Controls.Add(this.cacheSizeTextBox);
119      this.Controls.Add(this.label3);
120      this.Controls.Add(this.label2);
121      this.Controls.Add(this.label1);
122      this.Name = "PermutationSolutionDictionaryView";
123      this.Size = new System.Drawing.Size(486, 175);
124      this.toolStrip.ResumeLayout(false);
125      this.toolStrip.PerformLayout();
126      this.ResumeLayout(false);
127      this.PerformLayout();
128
129    }
130
131    #endregion
132
133    private System.Windows.Forms.Label label1;
134    private System.Windows.Forms.Label label2;
135    private System.Windows.Forms.Label label3;
136    private System.Windows.Forms.TextBox cacheSizeTextBox;
137    private System.Windows.Forms.TextBox partialSizeTextBox;
138    private System.Windows.Forms.TextBox completeSizeTextBox;
139    private System.Windows.Forms.ToolStrip toolStrip;
140    private System.Windows.Forms.ToolStripDropDownButton analyzeToolStripButton;
141  }
142}
Note: See TracBrowser for help on using the repository browser.