Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/SuccessorConfigurator.Designer.cs @ 9731

Last change on this file since 9731 was 9095, checked in by ascheibe, 11 years ago

#1886 added a project for views

File size: 6.4 KB
Line 
1namespace HeuristicLab.Analysis.AlgorithmBehavior.Views {
2  partial class SuccessorConfigurator {
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 Windows Form 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.okButton = new System.Windows.Forms.Button();
27      this.cancelButton = new System.Windows.Forms.Button();
28      this.label1 = new System.Windows.Forms.Label();
29      this.operatorNameTextBox = new System.Windows.Forms.TextBox();
30      this.label2 = new System.Windows.Forms.Label();
31      this.successorTextBox = new System.Windows.Forms.TextBox();
32      this.chooseSuccessorButton = new System.Windows.Forms.Button();
33      this.chooseOperatorTypeButton = new System.Windows.Forms.Button();
34      this.SuspendLayout();
35      //
36      // okButton
37      //
38      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
39      this.okButton.Location = new System.Drawing.Point(306, 66);
40      this.okButton.Name = "okButton";
41      this.okButton.Size = new System.Drawing.Size(75, 23);
42      this.okButton.TabIndex = 0;
43      this.okButton.Text = "OK";
44      this.okButton.UseVisualStyleBackColor = true;
45      this.okButton.Click += new System.EventHandler(this.okButton_Click);
46      //
47      // cancelButton
48      //
49      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
50      this.cancelButton.Location = new System.Drawing.Point(387, 66);
51      this.cancelButton.Name = "cancelButton";
52      this.cancelButton.Size = new System.Drawing.Size(75, 23);
53      this.cancelButton.TabIndex = 1;
54      this.cancelButton.Text = "Cancel";
55      this.cancelButton.UseVisualStyleBackColor = true;
56      this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
57      //
58      // label1
59      //
60      this.label1.AutoSize = true;
61      this.label1.Location = new System.Drawing.Point(12, 9);
62      this.label1.Name = "label1";
63      this.label1.Size = new System.Drawing.Size(82, 13);
64      this.label1.TabIndex = 2;
65      this.label1.Text = "Operator Name:";
66      //
67      // operatorNameTextBox
68      //
69      this.operatorNameTextBox.Location = new System.Drawing.Point(100, 6);
70      this.operatorNameTextBox.Name = "operatorNameTextBox";
71      this.operatorNameTextBox.Size = new System.Drawing.Size(216, 20);
72      this.operatorNameTextBox.TabIndex = 3;
73      //
74      // label2
75      //
76      this.label2.AutoSize = true;
77      this.label2.Location = new System.Drawing.Point(12, 35);
78      this.label2.Name = "label2";
79      this.label2.Size = new System.Drawing.Size(60, 13);
80      this.label2.TabIndex = 4;
81      this.label2.Text = "Successor:";
82      //
83      // successorTextBox
84      //
85      this.successorTextBox.Location = new System.Drawing.Point(100, 32);
86      this.successorTextBox.Name = "successorTextBox";
87      this.successorTextBox.Size = new System.Drawing.Size(216, 20);
88      this.successorTextBox.TabIndex = 5;
89      //
90      // chooseSuccessorButton
91      //
92      this.chooseSuccessorButton.Location = new System.Drawing.Point(322, 30);
93      this.chooseSuccessorButton.Name = "chooseSuccessorButton";
94      this.chooseSuccessorButton.Size = new System.Drawing.Size(135, 23);
95      this.chooseSuccessorButton.TabIndex = 6;
96      this.chooseSuccessorButton.Text = "Choose Successor";
97      this.chooseSuccessorButton.UseVisualStyleBackColor = true;
98      this.chooseSuccessorButton.Click += new System.EventHandler(this.chooseSuccessorButton_Click);
99      //
100      // chooseOperatorTypeButton
101      //
102      this.chooseOperatorTypeButton.Location = new System.Drawing.Point(322, 4);
103      this.chooseOperatorTypeButton.Name = "chooseOperatorTypeButton";
104      this.chooseOperatorTypeButton.Size = new System.Drawing.Size(135, 23);
105      this.chooseOperatorTypeButton.TabIndex = 7;
106      this.chooseOperatorTypeButton.Text = "Choose Operator Type";
107      this.chooseOperatorTypeButton.UseVisualStyleBackColor = true;
108      this.chooseOperatorTypeButton.Click += new System.EventHandler(this.chooseOperatorTypeButton_Click);
109      //
110      // SuccessorConfigurator
111      //
112      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
113      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
114      this.ClientSize = new System.Drawing.Size(474, 101);
115      this.Controls.Add(this.chooseOperatorTypeButton);
116      this.Controls.Add(this.chooseSuccessorButton);
117      this.Controls.Add(this.successorTextBox);
118      this.Controls.Add(this.label2);
119      this.Controls.Add(this.operatorNameTextBox);
120      this.Controls.Add(this.label1);
121      this.Controls.Add(this.cancelButton);
122      this.Controls.Add(this.okButton);
123      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
124      this.MaximizeBox = false;
125      this.MinimizeBox = false;
126      this.Name = "SuccessorConfigurator";
127      this.ShowIcon = false;
128      this.ShowInTaskbar = false;
129      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
130      this.Text = "Successor Configurator";
131      this.ResumeLayout(false);
132      this.PerformLayout();
133
134    }
135
136    #endregion
137
138    private System.Windows.Forms.Button okButton;
139    private System.Windows.Forms.Button cancelButton;
140    private System.Windows.Forms.Label label1;
141    private System.Windows.Forms.TextBox operatorNameTextBox;
142    private System.Windows.Forms.Label label2;
143    private System.Windows.Forms.TextBox successorTextBox;
144    private System.Windows.Forms.Button chooseSuccessorButton;
145    private System.Windows.Forms.Button chooseOperatorTypeButton;
146  }
147}
Note: See TracBrowser for help on using the repository browser.