Free cookie consent management tool by TermsFeed Policy Generator

source: branches/QAP/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QAPAssignmentView.Designer.cs @ 5583

Last change on this file since 5583 was 5583, checked in by abeham, 14 years ago

#1330

  • Worked on QAP
    • Added solution and analyzer
    • Added crude solution view
  • Overwrote instances with those from new QAPLIB site (Pennsylvania)
File size: 10.0 KB
Line 
1namespace HeuristicLab.Problems.QuadraticAssignment.Views {
2  partial class QAPAssignmentView {
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.splitContainer = new System.Windows.Forms.SplitContainer();
27      this.qualityGroupBox = new System.Windows.Forms.GroupBox();
28      this.qualityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
29      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
30      this.visualizationTabPage = new System.Windows.Forms.TabPage();
31      this.pictureBox = new System.Windows.Forms.PictureBox();
32      this.valueTabPage = new System.Windows.Forms.TabPage();
33      this.assignmentGroupBox = new System.Windows.Forms.GroupBox();
34      this.assignmentViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
35      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
36      this.splitContainer.Panel1.SuspendLayout();
37      this.splitContainer.Panel2.SuspendLayout();
38      this.splitContainer.SuspendLayout();
39      this.qualityGroupBox.SuspendLayout();
40      this.tabControl.SuspendLayout();
41      this.visualizationTabPage.SuspendLayout();
42      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
43      this.valueTabPage.SuspendLayout();
44      this.assignmentGroupBox.SuspendLayout();
45      this.SuspendLayout();
46      //
47      // splitContainer
48      //
49      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
50      this.splitContainer.Location = new System.Drawing.Point(0, 0);
51      this.splitContainer.Name = "splitContainer";
52      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
53      //
54      // splitContainer.Panel1
55      //
56      this.splitContainer.Panel1.Controls.Add(this.qualityGroupBox);
57      //
58      // splitContainer.Panel2
59      //
60      this.splitContainer.Panel2.Controls.Add(this.tabControl);
61      this.splitContainer.Size = new System.Drawing.Size(536, 378);
62      this.splitContainer.SplitterDistance = 64;
63      this.splitContainer.TabIndex = 1;
64      //
65      // qualityGroupBox
66      //
67      this.qualityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
68                  | System.Windows.Forms.AnchorStyles.Left)
69                  | System.Windows.Forms.AnchorStyles.Right)));
70      this.qualityGroupBox.Controls.Add(this.qualityViewHost);
71      this.qualityGroupBox.Location = new System.Drawing.Point(0, 0);
72      this.qualityGroupBox.Name = "qualityGroupBox";
73      this.qualityGroupBox.Size = new System.Drawing.Size(536, 61);
74      this.qualityGroupBox.TabIndex = 0;
75      this.qualityGroupBox.TabStop = false;
76      this.qualityGroupBox.Text = "Quality";
77      //
78      // qualityViewHost
79      //
80      this.qualityViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
81                  | System.Windows.Forms.AnchorStyles.Left)
82                  | System.Windows.Forms.AnchorStyles.Right)));
83      this.qualityViewHost.Caption = "View";
84      this.qualityViewHost.Content = null;
85      this.qualityViewHost.Enabled = false;
86      this.qualityViewHost.Location = new System.Drawing.Point(6, 19);
87      this.qualityViewHost.Name = "qualityViewHost";
88      this.qualityViewHost.ReadOnly = false;
89      this.qualityViewHost.Size = new System.Drawing.Size(524, 36);
90      this.qualityViewHost.TabIndex = 0;
91      this.qualityViewHost.ViewsLabelVisible = true;
92      this.qualityViewHost.ViewType = null;
93      //
94      // tabControl
95      //
96      this.tabControl.AllowDrop = true;
97      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
98                  | System.Windows.Forms.AnchorStyles.Left)
99                  | System.Windows.Forms.AnchorStyles.Right)));
100      this.tabControl.Controls.Add(this.visualizationTabPage);
101      this.tabControl.Controls.Add(this.valueTabPage);
102      this.tabControl.Location = new System.Drawing.Point(0, 3);
103      this.tabControl.Name = "tabControl";
104      this.tabControl.SelectedIndex = 0;
105      this.tabControl.Size = new System.Drawing.Size(536, 307);
106      this.tabControl.TabIndex = 0;
107      //
108      // visualizationTabPage
109      //
110      this.visualizationTabPage.Controls.Add(this.pictureBox);
111      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
112      this.visualizationTabPage.Name = "visualizationTabPage";
113      this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
114      this.visualizationTabPage.Size = new System.Drawing.Size(528, 281);
115      this.visualizationTabPage.TabIndex = 0;
116      this.visualizationTabPage.Text = "Visualization";
117      this.visualizationTabPage.UseVisualStyleBackColor = true;
118      //
119      // pictureBox
120      //
121      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
122                  | System.Windows.Forms.AnchorStyles.Left)
123                  | System.Windows.Forms.AnchorStyles.Right)));
124      this.pictureBox.BackColor = System.Drawing.Color.White;
125      this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
126      this.pictureBox.Location = new System.Drawing.Point(6, 6);
127      this.pictureBox.Name = "pictureBox";
128      this.pictureBox.Size = new System.Drawing.Size(516, 269);
129      this.pictureBox.TabIndex = 0;
130      this.pictureBox.TabStop = false;
131      this.pictureBox.SizeChanged += new System.EventHandler(this.pictureBox_SizeChanged);
132      //
133      // valueTabPage
134      //
135      this.valueTabPage.Controls.Add(this.assignmentGroupBox);
136      this.valueTabPage.Location = new System.Drawing.Point(4, 22);
137      this.valueTabPage.Name = "valueTabPage";
138      this.valueTabPage.Padding = new System.Windows.Forms.Padding(3);
139      this.valueTabPage.Size = new System.Drawing.Size(528, 281);
140      this.valueTabPage.TabIndex = 1;
141      this.valueTabPage.Text = "Value";
142      this.valueTabPage.UseVisualStyleBackColor = true;
143      //
144      // assignmentGroupBox
145      //
146      this.assignmentGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
147                  | System.Windows.Forms.AnchorStyles.Left)
148                  | System.Windows.Forms.AnchorStyles.Right)));
149      this.assignmentGroupBox.Controls.Add(this.assignmentViewHost);
150      this.assignmentGroupBox.Location = new System.Drawing.Point(6, 6);
151      this.assignmentGroupBox.Name = "assignmentGroupBox";
152      this.assignmentGroupBox.Size = new System.Drawing.Size(516, 269);
153      this.assignmentGroupBox.TabIndex = 0;
154      this.assignmentGroupBox.TabStop = false;
155      this.assignmentGroupBox.Text = "Assignment";
156      //
157      // assignmentViewHost
158      //
159      this.assignmentViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
160                  | System.Windows.Forms.AnchorStyles.Left)
161                  | System.Windows.Forms.AnchorStyles.Right)));
162      this.assignmentViewHost.Caption = "View";
163      this.assignmentViewHost.Content = null;
164      this.assignmentViewHost.Enabled = false;
165      this.assignmentViewHost.Location = new System.Drawing.Point(6, 19);
166      this.assignmentViewHost.Name = "assignmentViewHost";
167      this.assignmentViewHost.ReadOnly = false;
168      this.assignmentViewHost.Size = new System.Drawing.Size(504, 244);
169      this.assignmentViewHost.TabIndex = 0;
170      this.assignmentViewHost.ViewsLabelVisible = true;
171      this.assignmentViewHost.ViewType = null;
172      //
173      // QAPAssignmentView
174      //
175      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
176      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
177      this.Controls.Add(this.splitContainer);
178      this.Name = "QAPAssignmentView";
179      this.Size = new System.Drawing.Size(536, 378);
180      this.splitContainer.Panel1.ResumeLayout(false);
181      this.splitContainer.Panel2.ResumeLayout(false);
182      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
183      this.splitContainer.ResumeLayout(false);
184      this.qualityGroupBox.ResumeLayout(false);
185      this.tabControl.ResumeLayout(false);
186      this.visualizationTabPage.ResumeLayout(false);
187      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
188      this.valueTabPage.ResumeLayout(false);
189      this.assignmentGroupBox.ResumeLayout(false);
190      this.ResumeLayout(false);
191
192    }
193
194    #endregion
195
196    private System.Windows.Forms.SplitContainer splitContainer;
197    private System.Windows.Forms.GroupBox qualityGroupBox;
198    private MainForm.WindowsForms.ViewHost qualityViewHost;
199    private MainForm.WindowsForms.DragOverTabControl tabControl;
200    private System.Windows.Forms.TabPage visualizationTabPage;
201    private System.Windows.Forms.PictureBox pictureBox;
202    private System.Windows.Forms.TabPage valueTabPage;
203    private System.Windows.Forms.GroupBox assignmentGroupBox;
204    private MainForm.WindowsForms.ViewHost assignmentViewHost;
205  }
206}
Note: See TracBrowser for help on using the repository browser.