Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2521_ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/SolutionContextView.Designer.cs @ 17956

Last change on this file since 17956 was 17956, checked in by abeham, 3 years ago

#2521: Create view for solution context

File size: 6.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Optimization.Views {
23  partial class SolutionContextView<TEncodedSolution> {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.splitContainer = new System.Windows.Forms.SplitContainer();
48      this.leftViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
49      this.rightViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
50      this.showAdditionalDataCheckBox = new System.Windows.Forms.CheckBox();
51      this.additionalDataView = new HeuristicLab.Core.Views.ItemCollectionView<HeuristicLab.Core.IItem>();
52      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
53      this.splitContainer.Panel1.SuspendLayout();
54      this.splitContainer.Panel2.SuspendLayout();
55      this.splitContainer.SuspendLayout();
56      this.SuspendLayout();
57      //
58      // splitContainer
59      //
60      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
61      | System.Windows.Forms.AnchorStyles.Left)
62      | System.Windows.Forms.AnchorStyles.Right)));
63      this.splitContainer.Location = new System.Drawing.Point(0, 32);
64      this.splitContainer.Name = "splitContainer";
65      //
66      // splitContainer.Panel1
67      //
68      this.splitContainer.Panel1.Controls.Add(this.leftViewHost);
69      //
70      // splitContainer.Panel2
71      //
72      this.splitContainer.Panel2.Controls.Add(this.rightViewHost);
73      this.splitContainer.Size = new System.Drawing.Size(748, 454);
74      this.splitContainer.SplitterDistance = 374;
75      this.splitContainer.TabIndex = 1;
76      //
77      // leftViewHost
78      //
79      this.leftViewHost.Caption = "View";
80      this.leftViewHost.Content = null;
81      this.leftViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
82      this.leftViewHost.Enabled = false;
83      this.leftViewHost.Location = new System.Drawing.Point(0, 0);
84      this.leftViewHost.Name = "leftViewHost";
85      this.leftViewHost.ReadOnly = false;
86      this.leftViewHost.Size = new System.Drawing.Size(374, 454);
87      this.leftViewHost.TabIndex = 2;
88      this.leftViewHost.ViewsLabelVisible = true;
89      this.leftViewHost.ViewType = null;
90      //
91      // rightViewHost
92      //
93      this.rightViewHost.Caption = "View";
94      this.rightViewHost.Content = null;
95      this.rightViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
96      this.rightViewHost.Enabled = false;
97      this.rightViewHost.Location = new System.Drawing.Point(0, 0);
98      this.rightViewHost.Name = "rightViewHost";
99      this.rightViewHost.ReadOnly = false;
100      this.rightViewHost.Size = new System.Drawing.Size(370, 454);
101      this.rightViewHost.TabIndex = 3;
102      this.rightViewHost.ViewsLabelVisible = true;
103      this.rightViewHost.ViewType = null;
104      //
105      // showAdditionalDataCheckBox
106      //
107      this.showAdditionalDataCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
108      this.showAdditionalDataCheckBox.AutoSize = true;
109      this.showAdditionalDataCheckBox.Location = new System.Drawing.Point(0, 3);
110      this.showAdditionalDataCheckBox.Name = "showAdditionalDataCheckBox";
111      this.showAdditionalDataCheckBox.Size = new System.Drawing.Size(119, 23);
112      this.showAdditionalDataCheckBox.TabIndex = 0;
113      this.showAdditionalDataCheckBox.Text = "Show Additional Data";
114      this.showAdditionalDataCheckBox.UseVisualStyleBackColor = true;
115      this.showAdditionalDataCheckBox.CheckedChanged += ShowAdditionalDataCheckBox_CheckedChanged;
116      //
117      // additionalDataView
118      //
119      this.additionalDataView.Name = "AdditionalDataView";
120      this.additionalDataView.Location = new System.Drawing.Point(0, 32);
121      this.additionalDataView.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.additionalDataView.Size = new System.Drawing.Size(748, 454);
125      this.additionalDataView.TabIndex = 4;
126      this.additionalDataView.Visible = false;
127      //
128      // SolutionContextView
129      //
130      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
131      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
132      this.Controls.Add(this.additionalDataView);
133      this.Controls.Add(this.showAdditionalDataCheckBox);
134      this.Controls.Add(this.splitContainer);
135      this.Name = "SolutionContextView";
136      this.Size = new System.Drawing.Size(748, 486);
137      this.splitContainer.Panel1.ResumeLayout(false);
138      this.splitContainer.Panel2.ResumeLayout(false);
139      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
140      this.splitContainer.ResumeLayout(false);
141      this.ResumeLayout(false);
142      this.PerformLayout();
143
144    }
145
146    #endregion
147
148    private System.Windows.Forms.SplitContainer splitContainer;
149    private System.Windows.Forms.CheckBox showAdditionalDataCheckBox;
150    private MainForm.WindowsForms.ViewHost leftViewHost;
151    private MainForm.WindowsForms.ViewHost rightViewHost;
152    private Core.Views.ItemCollectionView<Core.IItem> additionalDataView;
153  }
154}
Note: See TracBrowser for help on using the repository browser.