Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Optimization.Networks.Views/3.3/ClientNodeView.Designer.cs @ 11468

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

#2205: Worked on optimization networks

File size: 8.7 KB
RevLine 
[11465]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();
[11468]50      this.serviceCallsTabPage = new System.Windows.Forms.TabPage();
[11465]51      this.serviceParameterCollectionCollectionView = new HeuristicLab.Optimization.Networks.Views.ServiceParameterCollectionCollectionView();
[11468]52      this.callServicesButton = new System.Windows.Forms.Button();
53      this.cancelServicesButton = new System.Windows.Forms.Button();
[11465]54      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
55      this.tabControl.SuspendLayout();
56      this.portsTabPage.SuspendLayout();
[11468]57      this.serviceCallsTabPage.SuspendLayout();
[11465]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, 416);
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);
[11468]86      this.tabControl.Controls.Add(this.serviceCallsTabPage);
[11465]87      this.tabControl.Location = new System.Drawing.Point(0, 63);
88      this.tabControl.Name = "tabControl";
89      this.tabControl.SelectedIndex = 0;
90      this.tabControl.Size = new System.Drawing.Size(645, 454);
[11468]91      this.tabControl.TabIndex = 5;
[11465]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, 428);
100      this.portsTabPage.TabIndex = 0;
101      this.portsTabPage.Text = "Ports";
102      this.portsTabPage.UseVisualStyleBackColor = true;
103      //
[11468]104      // serviceCallsTabPage
[11465]105      //
[11468]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;
[11465]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      //
[11468]128      // callServicesButton
[11465]129      //
[11468]130      this.callServicesButton.Location = new System.Drawing.Point(69, 26);
131      this.callServicesButton.Name = "callServicesButton";
132      this.callServicesButton.Size = new System.Drawing.Size(101, 23);
133      this.callServicesButton.TabIndex = 3;
134      this.callServicesButton.Text = "&Call Services";
135      this.callServicesButton.UseVisualStyleBackColor = true;
136      this.callServicesButton.Click += new System.EventHandler(this.callServicesButton_Click);
[11465]137      //
[11468]138      // cancelServicesButton
139      //
140      this.cancelServicesButton.Location = new System.Drawing.Point(176, 26);
141      this.cancelServicesButton.Name = "cancelServicesButton";
142      this.cancelServicesButton.Size = new System.Drawing.Size(101, 23);
143      this.cancelServicesButton.TabIndex = 4;
144      this.cancelServicesButton.Text = "&Cancel Services";
145      this.cancelServicesButton.UseVisualStyleBackColor = true;
146      this.cancelServicesButton.Click += new System.EventHandler(this.cancelServicesButton_Click);
147      //
[11465]148      // ClientNodeView
149      //
150      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
[11468]151      this.Controls.Add(this.cancelServicesButton);
152      this.Controls.Add(this.callServicesButton);
[11465]153      this.Controls.Add(this.tabControl);
154      this.Name = "ClientNodeView";
155      this.Controls.SetChildIndex(this.nameLabel, 0);
156      this.Controls.SetChildIndex(this.nameTextBox, 0);
157      this.Controls.SetChildIndex(this.infoLabel, 0);
158      this.Controls.SetChildIndex(this.tabControl, 0);
[11468]159      this.Controls.SetChildIndex(this.callServicesButton, 0);
160      this.Controls.SetChildIndex(this.cancelServicesButton, 0);
[11465]161      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
162      this.tabControl.ResumeLayout(false);
163      this.portsTabPage.ResumeLayout(false);
[11468]164      this.serviceCallsTabPage.ResumeLayout(false);
[11465]165      this.ResumeLayout(false);
166      this.PerformLayout();
167
168    }
169
170    #endregion
171
172    protected PortCollectionView portCollectionView;
173    protected System.Windows.Forms.TabPage portsTabPage;
174    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
[11468]175    protected System.Windows.Forms.TabPage serviceCallsTabPage;
[11465]176    protected ServiceParameterCollectionCollectionView serviceParameterCollectionCollectionView;
[11468]177    protected System.Windows.Forms.Button callServicesButton;
178    protected System.Windows.Forms.Button cancelServicesButton;
[11465]179
180
181  }
182}
Note: See TracBrowser for help on using the repository browser.