Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Assignment.QAP/3.2/QAPInjectorView.Designer.cs @ 1529

Last change on this file since 1529 was 1529, checked in by gkronber, 15 years ago

Moved source files of plugins AdvancedOptimizationFrontEnd ... Grid into version-specific sub-folders. #576

File size: 9.3 KB
Line 
1namespace HeuristicLab.Assignment.QAP {
2  partial class QAPInjectorView {
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.loadButton = new System.Windows.Forms.Button();
27      this.facilitiesTextBox = new System.Windows.Forms.TextBox();
28      this.qualTextBox = new System.Windows.Forms.TextBox();
29      this.label1 = new System.Windows.Forms.Label();
30      this.label2 = new System.Windows.Forms.Label();
31      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
32      this.knownQualCheckBox = new System.Windows.Forms.CheckBox();
33      this.tabControl = new System.Windows.Forms.TabControl();
34      this.dataTabPage = new System.Windows.Forms.TabPage();
35      this.varInfoTabPage = new System.Windows.Forms.TabPage();
36      this.descriptionTabPage = new System.Windows.Forms.TabPage();
37      this.operatorBaseVariableInfosView = new HeuristicLab.Core.OperatorBaseVariableInfosView();
38      this.operatorBaseDescriptionView = new HeuristicLab.Core.OperatorBaseDescriptionView();
39      this.tabControl.SuspendLayout();
40      this.dataTabPage.SuspendLayout();
41      this.SuspendLayout();
42      //
43      // loadButton
44      //
45      this.loadButton.Location = new System.Drawing.Point(11, 96);
46      this.loadButton.Name = "loadButton";
47      this.loadButton.Size = new System.Drawing.Size(231, 24);
48      this.loadButton.TabIndex = 0;
49      this.loadButton.Text = "Load QAP file";
50      this.loadButton.UseVisualStyleBackColor = true;
51      this.loadButton.Click += new System.EventHandler(this.loadButton_Click);
52      //
53      // facilitiesTextBox
54      //
55      this.facilitiesTextBox.Location = new System.Drawing.Point(167, 11);
56      this.facilitiesTextBox.Name = "facilitiesTextBox";
57      this.facilitiesTextBox.Size = new System.Drawing.Size(78, 20);
58      this.facilitiesTextBox.TabIndex = 2;
59      this.facilitiesTextBox.TextChanged += new System.EventHandler(this.facilitiesTextBox_TextChanged);
60      //
61      // qualTextBox
62      //
63      this.qualTextBox.Location = new System.Drawing.Point(167, 64);
64      this.qualTextBox.Name = "qualTextBox";
65      this.qualTextBox.Size = new System.Drawing.Size(78, 20);
66      this.qualTextBox.TabIndex = 3;
67      this.qualTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.qualTextBox_Validating);
68      //
69      // label1
70      //
71      this.label1.AutoSize = true;
72      this.label1.Location = new System.Drawing.Point(15, 14);
73      this.label1.Name = "label1";
74      this.label1.Size = new System.Drawing.Size(50, 13);
75      this.label1.TabIndex = 4;
76      this.label1.Text = "Facilities:";
77      //
78      // label2
79      //
80      this.label2.AutoSize = true;
81      this.label2.Location = new System.Drawing.Point(15, 66);
82      this.label2.Name = "label2";
83      this.label2.Size = new System.Drawing.Size(96, 13);
84      this.label2.TabIndex = 5;
85      this.label2.Text = "Best Know Quality:";
86      //
87      // openFileDialog
88      //
89      this.openFileDialog.FileName = "openFileDialog1";
90      //
91      // knownQualCheckBox
92      //
93      this.knownQualCheckBox.AutoSize = true;
94      this.knownQualCheckBox.Location = new System.Drawing.Point(14, 39);
95      this.knownQualCheckBox.Name = "knownQualCheckBox";
96      this.knownQualCheckBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
97      this.knownQualCheckBox.Size = new System.Drawing.Size(167, 17);
98      this.knownQualCheckBox.TabIndex = 6;
99      this.knownQualCheckBox.Text = "Best Known Quality Available:";
100      this.knownQualCheckBox.UseVisualStyleBackColor = true;
101      this.knownQualCheckBox.CheckedChanged += new System.EventHandler(this.knownQualCheckBox_CheckedChanged);
102      //
103      // tabControl
104      //
105      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
106                  | System.Windows.Forms.AnchorStyles.Left)
107                  | System.Windows.Forms.AnchorStyles.Right)));
108      this.tabControl.Controls.Add(this.dataTabPage);
109      this.tabControl.Controls.Add(this.varInfoTabPage);
110      this.tabControl.Controls.Add(this.descriptionTabPage);
111      this.tabControl.Location = new System.Drawing.Point(3, 3);
112      this.tabControl.Name = "tabControl";
113      this.tabControl.SelectedIndex = 0;
114      this.tabControl.Size = new System.Drawing.Size(256, 152);
115      this.tabControl.TabIndex = 7;
116      //
117      // dataTabPage
118      //
119      this.dataTabPage.Controls.Add(this.loadButton);
120      this.dataTabPage.Controls.Add(this.knownQualCheckBox);
121      this.dataTabPage.Controls.Add(this.label1);
122      this.dataTabPage.Controls.Add(this.label2);
123      this.dataTabPage.Controls.Add(this.facilitiesTextBox);
124      this.dataTabPage.Controls.Add(this.qualTextBox);
125      this.dataTabPage.Location = new System.Drawing.Point(4, 22);
126      this.dataTabPage.Name = "dataTabPage";
127      this.dataTabPage.Padding = new System.Windows.Forms.Padding(3);
128      this.dataTabPage.Size = new System.Drawing.Size(248, 126);
129      this.dataTabPage.TabIndex = 0;
130      this.dataTabPage.Text = "QAP Data";
131      this.dataTabPage.UseVisualStyleBackColor = true;
132      //
133      // operatorBaseVariableInfosView
134      //
135      this.operatorBaseVariableInfosView.Caption = "Operator";
136      this.operatorBaseVariableInfosView.Dock = System.Windows.Forms.DockStyle.Fill;
137      this.operatorBaseVariableInfosView.Location = new System.Drawing.Point(3, 3);
138      this.operatorBaseVariableInfosView.Name = "operatorBaseVariableInfosView";
139      this.operatorBaseVariableInfosView.Operator = null;
140      this.operatorBaseVariableInfosView.Size = new System.Drawing.Size(262, 152);
141      this.operatorBaseVariableInfosView.TabIndex = 0;
142      //
143      // varInfoTabPage
144      //
145      this.varInfoTabPage.Controls.Add(this.operatorBaseVariableInfosView);
146      this.varInfoTabPage.Location = new System.Drawing.Point(4, 22);
147      this.varInfoTabPage.Name = "varInfoTabPage";
148      this.varInfoTabPage.Padding = new System.Windows.Forms.Padding(3);
149      this.varInfoTabPage.Size = new System.Drawing.Size(453, 166);
150      this.varInfoTabPage.TabIndex = 1;
151      this.varInfoTabPage.Text = "Variable Infos";
152      this.varInfoTabPage.UseVisualStyleBackColor = true;
153      //
154      // operatorBaseDescriptionView
155      //
156      this.operatorBaseDescriptionView.Caption = "Operator";
157      this.operatorBaseDescriptionView.Dock = System.Windows.Forms.DockStyle.Fill;
158      this.operatorBaseDescriptionView.Location = new System.Drawing.Point(3, 3);
159      this.operatorBaseDescriptionView.Name = "operatorBaseDescriptionView";
160      this.operatorBaseDescriptionView.Operator = null;
161      this.operatorBaseDescriptionView.Size = new System.Drawing.Size(262, 152);
162      this.operatorBaseDescriptionView.TabIndex = 0;
163      //
164      // descriptionTabPage
165      //
166      this.descriptionTabPage.Controls.Add(this.operatorBaseDescriptionView);
167      this.descriptionTabPage.Location = new System.Drawing.Point(4, 22);
168      this.descriptionTabPage.Name = "descriptionTabPage";
169      this.descriptionTabPage.Size = new System.Drawing.Size(453, 166);
170      this.descriptionTabPage.TabIndex = 2;
171      this.descriptionTabPage.Text = "Description";
172      this.descriptionTabPage.UseVisualStyleBackColor = true;
173      //
174      // QAPInjectorView
175      //
176      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
177      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
178      this.Controls.Add(this.tabControl);
179      this.Name = "QAPInjectorView";
180      this.Size = new System.Drawing.Size(262, 156);
181      this.tabControl.ResumeLayout(false);
182      this.dataTabPage.ResumeLayout(false);
183      this.dataTabPage.PerformLayout();
184      this.ResumeLayout(false);
185
186    }
187
188    #endregion
189
190    private System.Windows.Forms.Button loadButton;
191    private System.Windows.Forms.TextBox facilitiesTextBox;
192    private System.Windows.Forms.TextBox qualTextBox;
193    private System.Windows.Forms.Label label1;
194    private System.Windows.Forms.Label label2;
195    private System.Windows.Forms.OpenFileDialog openFileDialog;
196    private System.Windows.Forms.CheckBox knownQualCheckBox;
197    private System.Windows.Forms.TabControl tabControl;
198    private System.Windows.Forms.TabPage dataTabPage;
199    private System.Windows.Forms.TabPage varInfoTabPage;
200    private System.Windows.Forms.TabPage descriptionTabPage;
201    private HeuristicLab.Core.OperatorBaseVariableInfosView operatorBaseVariableInfosView;
202    private HeuristicLab.Core.OperatorBaseDescriptionView operatorBaseDescriptionView;
203  }
204}
Note: See TracBrowser for help on using the repository browser.