Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2521_ProblemRefactoring/HeuristicLab.Problems.TravelingSalesman.Views/3.3/MatrixTSPDataView.Designer.cs @ 17264

Last change on this file since 17264 was 17264, checked in by abeham, 5 years ago

#2521: Finished refactoring pTSP

File size: 8.4 KB
Line 
1namespace HeuristicLab.Problems.TravelingSalesman.Views {
2  partial class MatrixTSPDataView {
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.tabControl = new System.Windows.Forms.TabControl();
27      this.distancesTabPage = new System.Windows.Forms.TabPage();
28      this.distanceMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
29      this.coordinatesTabPage = new System.Windows.Forms.TabPage();
30      this.coordinatesSplitContainer = new System.Windows.Forms.SplitContainer();
31      this.coordinatesMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
32      this.coordinatesPictureBox = new System.Windows.Forms.PictureBox();
33      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
34      this.tabControl.SuspendLayout();
35      this.distancesTabPage.SuspendLayout();
36      this.coordinatesTabPage.SuspendLayout();
37      ((System.ComponentModel.ISupportInitialize)(this.coordinatesSplitContainer)).BeginInit();
38      this.coordinatesSplitContainer.Panel1.SuspendLayout();
39      this.coordinatesSplitContainer.Panel2.SuspendLayout();
40      this.coordinatesSplitContainer.SuspendLayout();
41      ((System.ComponentModel.ISupportInitialize)(this.coordinatesPictureBox)).BeginInit();
42      this.SuspendLayout();
43      //
44      // nameTextBox
45      //
46      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
47      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
48      this.nameTextBox.Size = new System.Drawing.Size(688, 20);
49      //
50      // infoLabel
51      //
52      this.infoLabel.Location = new System.Drawing.Point(752, 3);
53      //
54      // tabControl
55      //
56      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
57            | System.Windows.Forms.AnchorStyles.Left)
58            | System.Windows.Forms.AnchorStyles.Right)));
59      this.tabControl.Controls.Add(this.distancesTabPage);
60      this.tabControl.Controls.Add(this.coordinatesTabPage);
61      this.tabControl.Location = new System.Drawing.Point(0, 26);
62      this.tabControl.Name = "tabControl";
63      this.tabControl.SelectedIndex = 0;
64      this.tabControl.Size = new System.Drawing.Size(771, 570);
65      this.tabControl.TabIndex = 1;
66      //
67      // distancesTabPage
68      //
69      this.distancesTabPage.Controls.Add(this.distanceMatrixView);
70      this.distancesTabPage.Location = new System.Drawing.Point(4, 22);
71      this.distancesTabPage.Name = "distancesTabPage";
72      this.distancesTabPage.Padding = new System.Windows.Forms.Padding(3);
73      this.distancesTabPage.Size = new System.Drawing.Size(763, 544);
74      this.distancesTabPage.TabIndex = 0;
75      this.distancesTabPage.Text = "Distances";
76      this.distancesTabPage.UseVisualStyleBackColor = true;
77      //
78      // distanceMatrixView
79      //
80      this.distanceMatrixView.Caption = "StringConvertibleMatrix View";
81      this.distanceMatrixView.Content = null;
82      this.distanceMatrixView.Dock = System.Windows.Forms.DockStyle.Fill;
83      this.distanceMatrixView.Location = new System.Drawing.Point(3, 3);
84      this.distanceMatrixView.Name = "distanceMatrixView";
85      this.distanceMatrixView.ReadOnly = false;
86      this.distanceMatrixView.ShowRowsAndColumnsTextBox = true;
87      this.distanceMatrixView.ShowStatisticalInformation = false;
88      this.distanceMatrixView.Size = new System.Drawing.Size(757, 538);
89      this.distanceMatrixView.TabIndex = 0;
90      //
91      // coordinatesTabPage
92      //
93      this.coordinatesTabPage.Controls.Add(this.coordinatesSplitContainer);
94      this.coordinatesTabPage.Location = new System.Drawing.Point(4, 22);
95      this.coordinatesTabPage.Name = "coordinatesTabPage";
96      this.coordinatesTabPage.Padding = new System.Windows.Forms.Padding(3);
97      this.coordinatesTabPage.Size = new System.Drawing.Size(763, 544);
98      this.coordinatesTabPage.TabIndex = 1;
99      this.coordinatesTabPage.Text = "Display Coordinates";
100      this.coordinatesTabPage.UseVisualStyleBackColor = true;
101      //
102      // coordinatesSplitContainer
103      //
104      this.coordinatesSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
105      this.coordinatesSplitContainer.Location = new System.Drawing.Point(3, 3);
106      this.coordinatesSplitContainer.Name = "coordinatesSplitContainer";
107      //
108      // coordinatesSplitContainer.Panel1
109      //
110      this.coordinatesSplitContainer.Panel1.Controls.Add(this.coordinatesMatrixView);
111      //
112      // coordinatesSplitContainer.Panel2
113      //
114      this.coordinatesSplitContainer.Panel2.Controls.Add(this.coordinatesPictureBox);
115      this.coordinatesSplitContainer.Size = new System.Drawing.Size(757, 538);
116      this.coordinatesSplitContainer.SplitterDistance = 252;
117      this.coordinatesSplitContainer.TabIndex = 0;
118      //
119      // coordinatesMatrixView
120      //
121      this.coordinatesMatrixView.Caption = "StringConvertibleMatrix View";
122      this.coordinatesMatrixView.Content = null;
123      this.coordinatesMatrixView.Dock = System.Windows.Forms.DockStyle.Fill;
124      this.coordinatesMatrixView.Location = new System.Drawing.Point(0, 0);
125      this.coordinatesMatrixView.Name = "coordinatesMatrixView";
126      this.coordinatesMatrixView.ReadOnly = false;
127      this.coordinatesMatrixView.ShowRowsAndColumnsTextBox = true;
128      this.coordinatesMatrixView.ShowStatisticalInformation = false;
129      this.coordinatesMatrixView.Size = new System.Drawing.Size(252, 538);
130      this.coordinatesMatrixView.TabIndex = 1;
131      //
132      // coordinatesPictureBox
133      //
134      this.coordinatesPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
135      this.coordinatesPictureBox.Location = new System.Drawing.Point(0, 0);
136      this.coordinatesPictureBox.Name = "coordinatesPictureBox";
137      this.coordinatesPictureBox.Size = new System.Drawing.Size(501, 538);
138      this.coordinatesPictureBox.TabIndex = 0;
139      this.coordinatesPictureBox.TabStop = false;
140      //
141      // MatrixTSPDataView
142      //
143      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
144      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
145      this.Controls.Add(this.tabControl);
146      this.Name = "MatrixTSPDataView";
147      this.Size = new System.Drawing.Size(771, 596);
148      this.Controls.SetChildIndex(this.tabControl, 0);
149      this.Controls.SetChildIndex(this.nameLabel, 0);
150      this.Controls.SetChildIndex(this.nameTextBox, 0);
151      this.Controls.SetChildIndex(this.infoLabel, 0);
152      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
153      this.tabControl.ResumeLayout(false);
154      this.distancesTabPage.ResumeLayout(false);
155      this.coordinatesTabPage.ResumeLayout(false);
156      this.coordinatesSplitContainer.Panel1.ResumeLayout(false);
157      this.coordinatesSplitContainer.Panel2.ResumeLayout(false);
158      ((System.ComponentModel.ISupportInitialize)(this.coordinatesSplitContainer)).EndInit();
159      this.coordinatesSplitContainer.ResumeLayout(false);
160      ((System.ComponentModel.ISupportInitialize)(this.coordinatesPictureBox)).EndInit();
161      this.ResumeLayout(false);
162      this.PerformLayout();
163
164    }
165
166    #endregion
167
168    protected Data.Views.StringConvertibleMatrixView distanceMatrixView;
169    protected System.Windows.Forms.TabControl tabControl;
170    protected System.Windows.Forms.TabPage coordinatesTabPage;
171    protected System.Windows.Forms.SplitContainer coordinatesSplitContainer;
172    protected Data.Views.StringConvertibleMatrixView coordinatesMatrixView;
173    protected System.Windows.Forms.TabPage distancesTabPage;
174    protected System.Windows.Forms.PictureBox coordinatesPictureBox;
175  }
176}
Note: See TracBrowser for help on using the repository browser.