Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2931_OR-Tools_LP_MIP/HeuristicLab.MathematicalOptimization.Views/3.3/ProgrammableLinearProgrammingProblemDefinitionView.Designer.cs @ 16405

Last change on this file since 16405 was 16405, checked in by ddorfmei, 5 years ago

#2931:

  • moved views to separate plugin HeuristicLab.MathematicalOptimization.Views
  • added button in LinearProgrammingProblemView to select the problem definition type
  • added views for problem definitions
  • added ExportFile parameter to LinearProgrammingAlgorithm
  • extended FileValue and FileValueView by the option to save a file
  • code cleanup
File size: 7.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2018 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
22
23using System.ComponentModel;
24using System.Windows.Forms;
25using HeuristicLab.Scripting.Views;
26
27namespace HeuristicLab.MathematicalOptimization.Views {
28  partial class ProgrammableLinearProgrammingProblemDefinitionView {
29    /// <summary>
30    /// Required designer variable.
31    /// </summary>
32    private IContainer components = null;
33
34    /// <summary>
35    /// Clean up any resources being used.
36    /// </summary>
37    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
38    protected override void Dispose(bool disposing) {
39      if (disposing && (components != null)) {
40        components.Dispose();
41      }
42      base.Dispose(disposing);
43    }
44
45    #region Component Designer generated code
46
47    /// <summary>
48    /// Required method for Designer support - do not modify
49    /// the contents of this method with the code editor.
50    /// </summary>
51    private void InitializeComponent() {
52      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgrammableLinearProgrammingProblemDefinitionView));
53      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
54      this.variableStoreView = new HeuristicLab.Scripting.Views.VariableStoreView();
55      this.infoTabControl.SuspendLayout();
56      this.outputTabPage.SuspendLayout();
57      this.errorListTabPage.SuspendLayout();
58      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
59      this.splitContainer1.Panel1.SuspendLayout();
60      this.splitContainer1.Panel2.SuspendLayout();
61      this.splitContainer1.SuspendLayout();
62      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
63      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
64      this.splitContainer2.Panel1.SuspendLayout();
65      this.splitContainer2.Panel2.SuspendLayout();
66      this.splitContainer2.SuspendLayout();
67      this.SuspendLayout();
68      //
69      // compileButton
70      //
71      this.toolTip.SetToolTip(this.compileButton, "Compile (F6)");
72      //
73      // imageList
74      //
75      this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
76      this.imageList.Images.SetKeyName(0, "");
77      this.imageList.Images.SetKeyName(1, "");
78      //
79      // infoTabControl
80      //
81      this.infoTabControl.Size = new System.Drawing.Size(593, 113);
82      //
83      // outputTabPage
84      //
85      this.outputTabPage.Size = new System.Drawing.Size(585, 87);
86      //
87      // outputTextBox
88      //
89      this.outputTextBox.Size = new System.Drawing.Size(579, 81);
90      //
91      // errorListTabPage
92      //
93      this.errorListTabPage.Size = new System.Drawing.Size(585, 87);
94      //
95      // errorListView
96      //
97      this.errorListView.Size = new System.Drawing.Size(579, 81);
98      //
99      // codeEditor
100      //
101      this.codeEditor.Size = new System.Drawing.Size(593, 429);
102      //
103      // splitContainer1
104      //
105      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
106      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
107      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
108      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
109      this.splitContainer1.Size = new System.Drawing.Size(593, 546);
110      this.splitContainer1.SplitterDistance = 429;
111      //
112      // nameTextBox
113      //
114      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
115      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
116      this.nameTextBox.Location = new System.Drawing.Point(68, 0);
117      this.nameTextBox.Size = new System.Drawing.Size(742, 20);
118      //
119      // infoLabel
120      //
121      this.infoLabel.Location = new System.Drawing.Point(816, 3);
122      //
123      // splitContainer2
124      //
125      this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
126            | System.Windows.Forms.AnchorStyles.Left)
127            | System.Windows.Forms.AnchorStyles.Right)));
128      this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
129      this.splitContainer2.Location = new System.Drawing.Point(6, 56);
130      this.splitContainer2.Name = "splitContainer2";
131      //
132      // splitContainer2.Panel1
133      //
134      this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
135      //
136      // splitContainer2.Panel2
137      //
138      this.splitContainer2.Panel2.Controls.Add(this.variableStoreView);
139      this.splitContainer2.Size = new System.Drawing.Size(826, 546);
140      this.splitContainer2.SplitterDistance = 593;
141      this.splitContainer2.TabIndex = 10;
142      //
143      // variableStoreView
144      //
145      this.variableStoreView.Caption = "ItemCollection View";
146      this.variableStoreView.Content = null;
147      this.variableStoreView.Dock = System.Windows.Forms.DockStyle.Fill;
148      this.variableStoreView.Location = new System.Drawing.Point(0, 0);
149      this.variableStoreView.Name = "variableStoreView";
150      this.variableStoreView.ReadOnly = false;
151      this.variableStoreView.Size = new System.Drawing.Size(229, 546);
152      this.variableStoreView.TabIndex = 10;
153      //
154      // LinearProgrammingProblemDefinitionScriptView
155      //
156      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
157      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
158      this.Controls.Add(this.splitContainer2);
159      this.Name = "LinearProgrammingProblemDefinitionScriptView";
160      this.Controls.SetChildIndex(this.infoTextLabel, 0);
161      this.Controls.SetChildIndex(this.compileButton, 0);
162      this.Controls.SetChildIndex(this.splitContainer2, 0);
163      this.Controls.SetChildIndex(this.nameLabel, 0);
164      this.Controls.SetChildIndex(this.nameTextBox, 0);
165      this.Controls.SetChildIndex(this.infoLabel, 0);
166      this.infoTabControl.ResumeLayout(false);
167      this.outputTabPage.ResumeLayout(false);
168      this.outputTabPage.PerformLayout();
169      this.errorListTabPage.ResumeLayout(false);
170      this.splitContainer1.Panel1.ResumeLayout(false);
171      this.splitContainer1.Panel2.ResumeLayout(false);
172      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
173      this.splitContainer1.ResumeLayout(false);
174      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
175      this.splitContainer2.Panel1.ResumeLayout(false);
176      this.splitContainer2.Panel2.ResumeLayout(false);
177      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
178      this.splitContainer2.ResumeLayout(false);
179      this.ResumeLayout(false);
180      this.PerformLayout();
181
182    }
183
184    #endregion
185
186    private SplitContainer splitContainer2;
187    private VariableStoreView variableStoreView;
188  }
189}
Note: See TracBrowser for help on using the repository browser.