Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Networks.IntegratedOptimization.Views/3.3/OrchestratorNodeView.Designer.cs @ 14783

Last change on this file since 14783 was 14586, checked in by jkarder, 8 years ago

#2205: worked on optimization networks

  • added projects for integrated optimization (orchestration)
File size: 10.5 KB
Line 
1namespace HeuristicLab.Networks.IntegratedOptimization.Views {
2  partial class OrchestratorNodeView {
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.parametersTabPage = new System.Windows.Forms.TabPage();
28      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
29      this.portsTabPage = new System.Windows.Forms.TabPage();
30      this.portCollectionView = new HeuristicLab.Core.Networks.Views.PortCollectionView();
31      this.resultsTabPage = new System.Windows.Forms.TabPage();
32      this.resultCollectionView = new HeuristicLab.Optimization.Views.ResultCollectionView();
33      this.startButton = new System.Windows.Forms.Button();
34      this.pauseButton = new System.Windows.Forms.Button();
35      this.stopButton = new System.Windows.Forms.Button();
36      this.prepareButton = new System.Windows.Forms.Button();
37      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
38      this.tabControl.SuspendLayout();
39      this.parametersTabPage.SuspendLayout();
40      this.portsTabPage.SuspendLayout();
41      this.resultsTabPage.SuspendLayout();
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      //
49      // tabControl
50      //
51      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
52            | System.Windows.Forms.AnchorStyles.Left)
53            | System.Windows.Forms.AnchorStyles.Right)));
54      this.tabControl.Controls.Add(this.parametersTabPage);
55      this.tabControl.Controls.Add(this.portsTabPage);
56      this.tabControl.Controls.Add(this.resultsTabPage);
57      this.tabControl.Location = new System.Drawing.Point(0, 26);
58      this.tabControl.Name = "tabControl";
59      this.tabControl.SelectedIndex = 0;
60      this.tabControl.Size = new System.Drawing.Size(645, 462);
61      this.tabControl.TabIndex = 3;
62      //
63      // parametersTabPage
64      //
65      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
66      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
67      this.parametersTabPage.Name = "parametersTabPage";
68      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
69      this.parametersTabPage.Size = new System.Drawing.Size(637, 436);
70      this.parametersTabPage.TabIndex = 0;
71      this.parametersTabPage.Text = "Parameters";
72      this.parametersTabPage.UseVisualStyleBackColor = true;
73      //
74      // parameterCollectionView
75      //
76      this.parameterCollectionView.AllowEditingOfHiddenParameters = true;
77      this.parameterCollectionView.Caption = "ParameterCollection View";
78      this.parameterCollectionView.Content = null;
79      this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
80      this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
81      this.parameterCollectionView.Name = "parameterCollectionView";
82      this.parameterCollectionView.ReadOnly = false;
83      this.parameterCollectionView.ShowDetails = true;
84      this.parameterCollectionView.Size = new System.Drawing.Size(631, 430);
85      this.parameterCollectionView.TabIndex = 0;
86      //
87      // portsTabPage
88      //
89      this.portsTabPage.Controls.Add(this.portCollectionView);
90      this.portsTabPage.Location = new System.Drawing.Point(4, 22);
91      this.portsTabPage.Name = "portsTabPage";
92      this.portsTabPage.Padding = new System.Windows.Forms.Padding(3);
93      this.portsTabPage.Size = new System.Drawing.Size(637, 436);
94      this.portsTabPage.TabIndex = 1;
95      this.portsTabPage.Text = "Ports";
96      this.portsTabPage.UseVisualStyleBackColor = true;
97      //
98      // portCollectionView
99      //
100      this.portCollectionView.Caption = "PortCollection View";
101      this.portCollectionView.Content = null;
102      this.portCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
103      this.portCollectionView.Location = new System.Drawing.Point(3, 3);
104      this.portCollectionView.Name = "portCollectionView";
105      this.portCollectionView.ReadOnly = false;
106      this.portCollectionView.ShowDetails = true;
107      this.portCollectionView.Size = new System.Drawing.Size(631, 430);
108      this.portCollectionView.TabIndex = 0;
109      //
110      // resultsTabPage
111      //
112      this.resultsTabPage.Controls.Add(this.resultCollectionView);
113      this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
114      this.resultsTabPage.Name = "resultsTabPage";
115      this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
116      this.resultsTabPage.Size = new System.Drawing.Size(637, 436);
117      this.resultsTabPage.TabIndex = 2;
118      this.resultsTabPage.Text = "Results";
119      this.resultsTabPage.UseVisualStyleBackColor = true;
120      //
121      // resultCollectionView
122      //
123      this.resultCollectionView.Caption = "ResultCollection View";
124      this.resultCollectionView.Content = null;
125      this.resultCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
126      this.resultCollectionView.Location = new System.Drawing.Point(3, 3);
127      this.resultCollectionView.Name = "resultCollectionView";
128      this.resultCollectionView.ReadOnly = true;
129      this.resultCollectionView.ShowDetails = true;
130      this.resultCollectionView.Size = new System.Drawing.Size(631, 430);
131      this.resultCollectionView.TabIndex = 0;
132      //
133      // startButton
134      //
135      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
136      this.startButton.Location = new System.Drawing.Point(0, 494);
137      this.startButton.Name = "startButton";
138      this.startButton.Size = new System.Drawing.Size(23, 23);
139      this.startButton.TabIndex = 4;
140      this.startButton.Text = "Start";
141      this.startButton.UseVisualStyleBackColor = true;
142      this.startButton.Click += new System.EventHandler(this.startButton_Click);
143      //
144      // pauseButton
145      //
146      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
147      this.pauseButton.Location = new System.Drawing.Point(29, 494);
148      this.pauseButton.Name = "pauseButton";
149      this.pauseButton.Size = new System.Drawing.Size(23, 23);
150      this.pauseButton.TabIndex = 5;
151      this.pauseButton.Text = "Pause";
152      this.pauseButton.UseVisualStyleBackColor = true;
153      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
154      //
155      // stopButton
156      //
157      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
158      this.stopButton.Location = new System.Drawing.Point(58, 494);
159      this.stopButton.Name = "stopButton";
160      this.stopButton.Size = new System.Drawing.Size(23, 23);
161      this.stopButton.TabIndex = 6;
162      this.stopButton.Text = "Stop";
163      this.stopButton.UseVisualStyleBackColor = true;
164      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
165      //
166      // prepareButton
167      //
168      this.prepareButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
169      this.prepareButton.Location = new System.Drawing.Point(87, 494);
170      this.prepareButton.Name = "prepareButton";
171      this.prepareButton.Size = new System.Drawing.Size(23, 23);
172      this.prepareButton.TabIndex = 7;
173      this.prepareButton.Text = "Prepare";
174      this.prepareButton.UseVisualStyleBackColor = true;
175      this.prepareButton.Click += new System.EventHandler(this.prepareButton_Click);
176      //
177      // OrchestratorNodeView
178      //
179      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
180      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
181      this.Controls.Add(this.prepareButton);
182      this.Controls.Add(this.stopButton);
183      this.Controls.Add(this.pauseButton);
184      this.Controls.Add(this.startButton);
185      this.Controls.Add(this.tabControl);
186      this.Name = "OrchestratorNodeView";
187      this.Controls.SetChildIndex(this.nameLabel, 0);
188      this.Controls.SetChildIndex(this.nameTextBox, 0);
189      this.Controls.SetChildIndex(this.infoLabel, 0);
190      this.Controls.SetChildIndex(this.tabControl, 0);
191      this.Controls.SetChildIndex(this.startButton, 0);
192      this.Controls.SetChildIndex(this.pauseButton, 0);
193      this.Controls.SetChildIndex(this.stopButton, 0);
194      this.Controls.SetChildIndex(this.prepareButton, 0);
195      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
196      this.tabControl.ResumeLayout(false);
197      this.parametersTabPage.ResumeLayout(false);
198      this.portsTabPage.ResumeLayout(false);
199      this.resultsTabPage.ResumeLayout(false);
200      this.ResumeLayout(false);
201      this.PerformLayout();
202
203    }
204
205    #endregion
206
207    private System.Windows.Forms.TabControl tabControl;
208    private System.Windows.Forms.TabPage parametersTabPage;
209    private System.Windows.Forms.TabPage portsTabPage;
210    private Core.Networks.Views.PortCollectionView portCollectionView;
211    private System.Windows.Forms.Button startButton;
212    private Core.Views.ParameterCollectionView parameterCollectionView;
213    private System.Windows.Forms.TabPage resultsTabPage;
214    private Optimization.Views.ResultCollectionView resultCollectionView;
215    private System.Windows.Forms.Button pauseButton;
216    private System.Windows.Forms.Button stopButton;
217    private System.Windows.Forms.Button prepareButton;
218  }
219}
Note: See TracBrowser for help on using the repository browser.