Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2521_ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/ProblemView.Designer.cs

Last change on this file was 17953, checked in by mkommend, 3 years ago

#2521: Added first version (draft) of ResultsProducingItem, an according view and a refactored ProblemView.

File size: 7.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 ProblemView {
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) {
35        if (components != null) 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.components = new System.ComponentModel.Container();
48      this.problemInstanceSplitContainer = new System.Windows.Forms.SplitContainer();
49      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
50      this.ContentPanel = new System.Windows.Forms.Panel();
51      this.namedItemView = new HeuristicLab.Core.Views.NamedItemView();
52      this.problemInstanceProvidersControl = new HeuristicLab.Optimization.Views.ProblemInstanceProvidersControl();
53      this.resultsProducingItemView = new HeuristicLab.Optimization.Views.ResultsProducingItemView();
54      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit();
55      this.problemInstanceSplitContainer.Panel1.SuspendLayout();
56      this.problemInstanceSplitContainer.Panel2.SuspendLayout();
57      this.problemInstanceSplitContainer.SuspendLayout();
58      this.ContentPanel.SuspendLayout();
59      this.SuspendLayout();
60      //
61      // problemInstanceSplitContainer
62      //
63      this.problemInstanceSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
64      this.problemInstanceSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
65      this.problemInstanceSplitContainer.IsSplitterFixed = true;
66      this.problemInstanceSplitContainer.Location = new System.Drawing.Point(0, 0);
67      this.problemInstanceSplitContainer.Name = "problemInstanceSplitContainer";
68      this.problemInstanceSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
69      //
70      // problemInstanceSplitContainer.Panel1
71      //
72      this.problemInstanceSplitContainer.Panel1.Controls.Add(this.problemInstanceProvidersControl);
73      this.problemInstanceSplitContainer.Panel1MinSize = 10;
74      //
75      // problemInstanceSplitContainer.Panel2
76      //
77      this.problemInstanceSplitContainer.Panel2.Controls.Add(this.namedItemView);
78      this.problemInstanceSplitContainer.Panel2.Controls.Add(this.ContentPanel);
79      this.problemInstanceSplitContainer.Size = new System.Drawing.Size(960, 709);
80      this.problemInstanceSplitContainer.SplitterDistance = 26;
81      this.problemInstanceSplitContainer.TabIndex = 13;
82      //
83      // ContentPanel
84      //
85      this.ContentPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
86            | System.Windows.Forms.AnchorStyles.Left)
87            | System.Windows.Forms.AnchorStyles.Right)));
88      this.ContentPanel.Controls.Add(this.resultsProducingItemView);
89      this.ContentPanel.Location = new System.Drawing.Point(0, 33);
90      this.ContentPanel.Name = "ContentPanel";
91      this.ContentPanel.Size = new System.Drawing.Size(960, 646);
92      this.ContentPanel.TabIndex = 2;
93      //
94      // namedItemView
95      //
96      this.namedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
97            | System.Windows.Forms.AnchorStyles.Right)));
98      this.namedItemView.Caption = "NamedItem View";
99      this.namedItemView.Content = null;
100      this.namedItemView.Location = new System.Drawing.Point(0, 3);
101      this.namedItemView.Name = "namedItemView";
102      this.namedItemView.ReadOnly = false;
103      this.namedItemView.Size = new System.Drawing.Size(960, 21);
104      this.namedItemView.TabIndex = 1;
105      //
106      // problemInstanceProvidersControl
107      //
108      this.problemInstanceProvidersControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
109            | System.Windows.Forms.AnchorStyles.Left)
110            | System.Windows.Forms.AnchorStyles.Right)));
111      this.problemInstanceProvidersControl.Consumer = null;
112      this.problemInstanceProvidersControl.Location = new System.Drawing.Point(0, 0);
113      this.problemInstanceProvidersControl.Margin = new System.Windows.Forms.Padding(0);
114      this.problemInstanceProvidersControl.Name = "problemInstanceProvidersControl";
115      this.problemInstanceProvidersControl.Size = new System.Drawing.Size(960, 26);
116      this.problemInstanceProvidersControl.TabIndex = 0;
117      //
118      // resultsProducingItemView
119      //
120      this.resultsProducingItemView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
121            | System.Windows.Forms.AnchorStyles.Left)
122            | System.Windows.Forms.AnchorStyles.Right)));
123      this.resultsProducingItemView.Caption = "Results Producing Item View";
124      this.resultsProducingItemView.Content = null;
125      this.resultsProducingItemView.Location = new System.Drawing.Point(3, 3);
126      this.resultsProducingItemView.Name = "resultsProducingItemView";
127      this.resultsProducingItemView.ReadOnly = false;
128      this.resultsProducingItemView.Size = new System.Drawing.Size(954, 640);
129      this.resultsProducingItemView.TabIndex = 0;
130      //
131      // ProblemView
132      //
133      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
134      this.Controls.Add(this.problemInstanceSplitContainer);
135      this.Name = "ProblemView";
136      this.Size = new System.Drawing.Size(960, 709);
137      this.problemInstanceSplitContainer.Panel1.ResumeLayout(false);
138      this.problemInstanceSplitContainer.Panel2.ResumeLayout(false);
139      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit();
140      this.problemInstanceSplitContainer.ResumeLayout(false);
141      this.ContentPanel.ResumeLayout(false);
142      this.ResumeLayout(false);
143
144    }
145
146    #endregion
147
148    protected HeuristicLab.Optimization.Views.ResultsProducingItemView resultsProducingItemView;
149    protected System.Windows.Forms.SplitContainer problemInstanceSplitContainer;
150    private System.Windows.Forms.ToolTip toolTip;
151    private ProblemInstanceProvidersControl problemInstanceProvidersControl;
152    private Core.Views.NamedItemView namedItemView;
153    private System.Windows.Forms.Panel ContentPanel;
154  }
155}
Note: See TracBrowser for help on using the repository browser.