Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Networks.Views/3.3/### obsolete/ClientNodeView.Designer.cs @ 14604

Last change on this file since 14604 was 11526, checked in by swagner, 10 years ago

#2205: Worked on optimization networks

File size: 9.1 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2014 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.Networks.Views {
23  partial class ClientNodeView {
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.portCollectionView = new HeuristicLab.Optimization.Networks.Views.PortCollectionView();
48      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
49      this.portsTabPage = new System.Windows.Forms.TabPage();
50      this.serviceCallsTabPage = new System.Windows.Forms.TabPage();
51      this.serviceParameterCollectionCollectionView = new HeuristicLab.Optimization.Networks.Views.ServiceParameterCollectionCollectionView();
52      this.callServicesButton = new System.Windows.Forms.Button();
53      this.cancelServicesButton = new System.Windows.Forms.Button();
54      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
55      this.tabControl.SuspendLayout();
56      this.portsTabPage.SuspendLayout();
57      this.serviceCallsTabPage.SuspendLayout();
58      this.SuspendLayout();
59      //
60      // nameTextBox
61      //
62      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
63      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
64      //
65      // portCollectionView
66      //
67      this.portCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
68            | System.Windows.Forms.AnchorStyles.Left)
69            | System.Windows.Forms.AnchorStyles.Right)));
70      this.portCollectionView.Caption = "PortCollection View";
71      this.portCollectionView.Content = null;
72      this.portCollectionView.Location = new System.Drawing.Point(6, 6);
73      this.portCollectionView.Name = "portCollectionView";
74      this.portCollectionView.ReadOnly = false;
75      this.portCollectionView.ShowDetails = true;
76      this.portCollectionView.Size = new System.Drawing.Size(625, 424);
77      this.portCollectionView.TabIndex = 0;
78      //
79      // tabControl
80      //
81      this.tabControl.AllowDrop = true;
82      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
83            | System.Windows.Forms.AnchorStyles.Left)
84            | System.Windows.Forms.AnchorStyles.Right)));
85      this.tabControl.Controls.Add(this.portsTabPage);
86      this.tabControl.Controls.Add(this.serviceCallsTabPage);
87      this.tabControl.Location = new System.Drawing.Point(0, 26);
88      this.tabControl.Name = "tabControl";
89      this.tabControl.SelectedIndex = 0;
90      this.tabControl.Size = new System.Drawing.Size(645, 462);
91      this.tabControl.TabIndex = 3;
92      //
93      // portsTabPage
94      //
95      this.portsTabPage.Controls.Add(this.portCollectionView);
96      this.portsTabPage.Location = new System.Drawing.Point(4, 22);
97      this.portsTabPage.Name = "portsTabPage";
98      this.portsTabPage.Padding = new System.Windows.Forms.Padding(3);
99      this.portsTabPage.Size = new System.Drawing.Size(637, 436);
100      this.portsTabPage.TabIndex = 0;
101      this.portsTabPage.Text = "Ports";
102      this.portsTabPage.UseVisualStyleBackColor = true;
103      //
104      // serviceCallsTabPage
105      //
106      this.serviceCallsTabPage.Controls.Add(this.serviceParameterCollectionCollectionView);
107      this.serviceCallsTabPage.Location = new System.Drawing.Point(4, 22);
108      this.serviceCallsTabPage.Name = "serviceCallsTabPage";
109      this.serviceCallsTabPage.Size = new System.Drawing.Size(637, 428);
110      this.serviceCallsTabPage.TabIndex = 2;
111      this.serviceCallsTabPage.Text = "Service Calls";
112      this.serviceCallsTabPage.UseVisualStyleBackColor = true;
113      //
114      // serviceParameterCollectionCollectionView
115      //
116      this.serviceParameterCollectionCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
117            | System.Windows.Forms.AnchorStyles.Left)
118            | System.Windows.Forms.AnchorStyles.Right)));
119      this.serviceParameterCollectionCollectionView.Caption = "ServiceParameterCollectionCollection View";
120      this.serviceParameterCollectionCollectionView.Content = null;
121      this.serviceParameterCollectionCollectionView.Location = new System.Drawing.Point(3, 3);
122      this.serviceParameterCollectionCollectionView.Name = "serviceParameterCollectionCollectionView";
123      this.serviceParameterCollectionCollectionView.ReadOnly = false;
124      this.serviceParameterCollectionCollectionView.ShowDetails = true;
125      this.serviceParameterCollectionCollectionView.Size = new System.Drawing.Size(631, 422);
126      this.serviceParameterCollectionCollectionView.TabIndex = 0;
127      //
128      // callServicesButton
129      //
130      this.callServicesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
131      this.callServicesButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
132      this.callServicesButton.Location = new System.Drawing.Point(0, 494);
133      this.callServicesButton.Name = "callServicesButton";
134      this.callServicesButton.Size = new System.Drawing.Size(23, 23);
135      this.callServicesButton.TabIndex = 4;
136      this.callServicesButton.UseVisualStyleBackColor = true;
137      this.callServicesButton.Click += new System.EventHandler(this.callServicesButton_Click);
138      //
139      // cancelServicesButton
140      //
141      this.cancelServicesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
142      this.cancelServicesButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
143      this.cancelServicesButton.Location = new System.Drawing.Point(29, 494);
144      this.cancelServicesButton.Name = "cancelServicesButton";
145      this.cancelServicesButton.Size = new System.Drawing.Size(23, 23);
146      this.cancelServicesButton.TabIndex = 5;
147      this.cancelServicesButton.UseVisualStyleBackColor = true;
148      this.cancelServicesButton.Click += new System.EventHandler(this.cancelServicesButton_Click);
149      //
150      // ClientNodeView
151      //
152      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
153      this.Controls.Add(this.cancelServicesButton);
154      this.Controls.Add(this.callServicesButton);
155      this.Controls.Add(this.tabControl);
156      this.Name = "ClientNodeView";
157      this.Controls.SetChildIndex(this.nameLabel, 0);
158      this.Controls.SetChildIndex(this.nameTextBox, 0);
159      this.Controls.SetChildIndex(this.infoLabel, 0);
160      this.Controls.SetChildIndex(this.tabControl, 0);
161      this.Controls.SetChildIndex(this.callServicesButton, 0);
162      this.Controls.SetChildIndex(this.cancelServicesButton, 0);
163      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
164      this.tabControl.ResumeLayout(false);
165      this.portsTabPage.ResumeLayout(false);
166      this.serviceCallsTabPage.ResumeLayout(false);
167      this.ResumeLayout(false);
168      this.PerformLayout();
169
170    }
171
172    #endregion
173
174    protected PortCollectionView portCollectionView;
175    protected System.Windows.Forms.TabPage portsTabPage;
176    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
177    protected System.Windows.Forms.TabPage serviceCallsTabPage;
178    protected ServiceParameterCollectionCollectionView serviceParameterCollectionCollectionView;
179    protected System.Windows.Forms.Button callServicesButton;
180    protected System.Windows.Forms.Button cancelServicesButton;
181
182
183  }
184}
Note: See TracBrowser for help on using the repository browser.