Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Communication.Data/ProtocolStateView.Designer.cs @ 584

Last change on this file since 584 was 584, checked in by abeham, 16 years ago

merged communication framework to trunk (ticket #279)

File size: 11.8 KB
Line 
1namespace HeuristicLab.Communication.Data {
2  partial class ProtocolStateView {
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      HeuristicLab.Data.StringData stringData1 = new HeuristicLab.Data.StringData();
27      HeuristicLab.Data.BoolData boolData1 = new HeuristicLab.Data.BoolData();
28      this.nameStringDataView = new HeuristicLab.Data.StringDataView();
29      this.nameLabel = new System.Windows.Forms.Label();
30      this.communicationDataTabControl = new System.Windows.Forms.TabControl();
31      this.sendTabPage = new System.Windows.Forms.TabPage();
32      this.outboundCommunicationDataView = new HeuristicLab.Data.ConstrainedItemListView();
33      this.receiveTabPage = new System.Windows.Forms.TabPage();
34      this.inboundCommunicationDataView = new HeuristicLab.Data.ConstrainedItemListView();
35      this.transitionTabPage = new System.Windows.Forms.TabPage();
36      this.removeTransitionButton = new System.Windows.Forms.Button();
37      this.addTransitionButton = new System.Windows.Forms.Button();
38      this.stateTransitionTabControl = new System.Windows.Forms.TabControl();
39      this.acceptingStateLabel = new System.Windows.Forms.Label();
40      this.acceptingStateBoolDataView = new HeuristicLab.Data.BoolDataView();
41      this.communicationDataTabControl.SuspendLayout();
42      this.sendTabPage.SuspendLayout();
43      this.receiveTabPage.SuspendLayout();
44      this.transitionTabPage.SuspendLayout();
45      this.SuspendLayout();
46      //
47      // nameStringDataView
48      //
49      this.nameStringDataView.Caption = "View (StringData)";
50      this.nameStringDataView.Location = new System.Drawing.Point(48, 14);
51      this.nameStringDataView.Name = "nameStringDataView";
52      this.nameStringDataView.Size = new System.Drawing.Size(178, 26);
53      stringData1.Data = "";
54      this.nameStringDataView.StringData = stringData1;
55      this.nameStringDataView.TabIndex = 1;
56      //
57      // nameLabel
58      //
59      this.nameLabel.AutoSize = true;
60      this.nameLabel.Location = new System.Drawing.Point(4, 17);
61      this.nameLabel.Name = "nameLabel";
62      this.nameLabel.Size = new System.Drawing.Size(38, 13);
63      this.nameLabel.TabIndex = 3;
64      this.nameLabel.Text = "Name:";
65      //
66      // communicationDataTabControl
67      //
68      this.communicationDataTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
69                  | System.Windows.Forms.AnchorStyles.Left)
70                  | System.Windows.Forms.AnchorStyles.Right)));
71      this.communicationDataTabControl.Controls.Add(this.sendTabPage);
72      this.communicationDataTabControl.Controls.Add(this.receiveTabPage);
73      this.communicationDataTabControl.Controls.Add(this.transitionTabPage);
74      this.communicationDataTabControl.Location = new System.Drawing.Point(3, 46);
75      this.communicationDataTabControl.Name = "communicationDataTabControl";
76      this.communicationDataTabControl.SelectedIndex = 0;
77      this.communicationDataTabControl.Size = new System.Drawing.Size(483, 381);
78      this.communicationDataTabControl.TabIndex = 5;
79      //
80      // sendTabPage
81      //
82      this.sendTabPage.Controls.Add(this.outboundCommunicationDataView);
83      this.sendTabPage.Location = new System.Drawing.Point(4, 22);
84      this.sendTabPage.Name = "sendTabPage";
85      this.sendTabPage.Padding = new System.Windows.Forms.Padding(3);
86      this.sendTabPage.Size = new System.Drawing.Size(475, 355);
87      this.sendTabPage.TabIndex = 0;
88      this.sendTabPage.Text = "Send";
89      this.sendTabPage.UseVisualStyleBackColor = true;
90      //
91      // outboundCommunicationDataView
92      //
93      this.outboundCommunicationDataView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
94                  | System.Windows.Forms.AnchorStyles.Left)
95                  | System.Windows.Forms.AnchorStyles.Right)));
96      this.outboundCommunicationDataView.Caption = "View";
97      this.outboundCommunicationDataView.ConstrainedItemList = null;
98      this.outboundCommunicationDataView.Location = new System.Drawing.Point(6, 6);
99      this.outboundCommunicationDataView.Name = "outboundCommunicationDataView";
100      this.outboundCommunicationDataView.Size = new System.Drawing.Size(463, 343);
101      this.outboundCommunicationDataView.TabIndex = 0;
102      //
103      // receiveTabPage
104      //
105      this.receiveTabPage.Controls.Add(this.inboundCommunicationDataView);
106      this.receiveTabPage.Location = new System.Drawing.Point(4, 22);
107      this.receiveTabPage.Name = "receiveTabPage";
108      this.receiveTabPage.Padding = new System.Windows.Forms.Padding(3);
109      this.receiveTabPage.Size = new System.Drawing.Size(475, 355);
110      this.receiveTabPage.TabIndex = 1;
111      this.receiveTabPage.Text = "Receive";
112      this.receiveTabPage.UseVisualStyleBackColor = true;
113      //
114      // inboundCommunicationDataView
115      //
116      this.inboundCommunicationDataView.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.inboundCommunicationDataView.Caption = "View";
120      this.inboundCommunicationDataView.ConstrainedItemList = null;
121      this.inboundCommunicationDataView.Location = new System.Drawing.Point(6, 6);
122      this.inboundCommunicationDataView.Name = "inboundCommunicationDataView";
123      this.inboundCommunicationDataView.Size = new System.Drawing.Size(463, 343);
124      this.inboundCommunicationDataView.TabIndex = 0;
125      //
126      // transitionTabPage
127      //
128      this.transitionTabPage.Controls.Add(this.removeTransitionButton);
129      this.transitionTabPage.Controls.Add(this.addTransitionButton);
130      this.transitionTabPage.Controls.Add(this.stateTransitionTabControl);
131      this.transitionTabPage.Location = new System.Drawing.Point(4, 22);
132      this.transitionTabPage.Name = "transitionTabPage";
133      this.transitionTabPage.Padding = new System.Windows.Forms.Padding(3);
134      this.transitionTabPage.Size = new System.Drawing.Size(475, 355);
135      this.transitionTabPage.TabIndex = 2;
136      this.transitionTabPage.Text = "State Transition";
137      this.transitionTabPage.UseVisualStyleBackColor = true;
138      //
139      // removeTransitionButton
140      //
141      this.removeTransitionButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
142      this.removeTransitionButton.Enabled = false;
143      this.removeTransitionButton.Location = new System.Drawing.Point(365, 326);
144      this.removeTransitionButton.Name = "removeTransitionButton";
145      this.removeTransitionButton.Size = new System.Drawing.Size(104, 23);
146      this.removeTransitionButton.TabIndex = 2;
147      this.removeTransitionButton.Text = "Remove Transition";
148      this.removeTransitionButton.UseVisualStyleBackColor = true;
149      this.removeTransitionButton.Click += new System.EventHandler(this.removeTransitionButton_Click);
150      //
151      // addTransitionButton
152      //
153      this.addTransitionButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
154      this.addTransitionButton.Location = new System.Drawing.Point(6, 326);
155      this.addTransitionButton.Name = "addTransitionButton";
156      this.addTransitionButton.Size = new System.Drawing.Size(104, 23);
157      this.addTransitionButton.TabIndex = 1;
158      this.addTransitionButton.Text = "Add Transition";
159      this.addTransitionButton.UseVisualStyleBackColor = true;
160      this.addTransitionButton.Click += new System.EventHandler(this.addTransitionButton_Click);
161      //
162      // stateTransitionTabControl
163      //
164      this.stateTransitionTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
165                  | System.Windows.Forms.AnchorStyles.Left)
166                  | System.Windows.Forms.AnchorStyles.Right)));
167      this.stateTransitionTabControl.Location = new System.Drawing.Point(0, 0);
168      this.stateTransitionTabControl.Name = "stateTransitionTabControl";
169      this.stateTransitionTabControl.SelectedIndex = 0;
170      this.stateTransitionTabControl.Size = new System.Drawing.Size(475, 320);
171      this.stateTransitionTabControl.TabIndex = 0;
172      //
173      // acceptingStateLabel
174      //
175      this.acceptingStateLabel.AutoSize = true;
176      this.acceptingStateLabel.Location = new System.Drawing.Point(232, 17);
177      this.acceptingStateLabel.Name = "acceptingStateLabel";
178      this.acceptingStateLabel.Size = new System.Drawing.Size(86, 13);
179      this.acceptingStateLabel.TabIndex = 6;
180      this.acceptingStateLabel.Text = "Accepting State:";
181      //
182      // acceptingStateBoolDataView
183      //
184      boolData1.Data = true;
185      this.acceptingStateBoolDataView.BoolData = boolData1;
186      this.acceptingStateBoolDataView.Caption = "View";
187      this.acceptingStateBoolDataView.Enabled = false;
188      this.acceptingStateBoolDataView.Location = new System.Drawing.Point(324, 17);
189      this.acceptingStateBoolDataView.Name = "acceptingStateBoolDataView";
190      this.acceptingStateBoolDataView.Size = new System.Drawing.Size(15, 23);
191      this.acceptingStateBoolDataView.TabIndex = 7;
192      //
193      // ProtocolStateView
194      //
195      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
196      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
197      this.Controls.Add(this.acceptingStateBoolDataView);
198      this.Controls.Add(this.acceptingStateLabel);
199      this.Controls.Add(this.communicationDataTabControl);
200      this.Controls.Add(this.nameLabel);
201      this.Controls.Add(this.nameStringDataView);
202      this.Name = "ProtocolStateView";
203      this.Size = new System.Drawing.Size(489, 430);
204      this.communicationDataTabControl.ResumeLayout(false);
205      this.sendTabPage.ResumeLayout(false);
206      this.receiveTabPage.ResumeLayout(false);
207      this.transitionTabPage.ResumeLayout(false);
208      this.ResumeLayout(false);
209      this.PerformLayout();
210
211    }
212
213    #endregion
214
215    private HeuristicLab.Data.StringDataView nameStringDataView;
216    private System.Windows.Forms.Label nameLabel;
217    private System.Windows.Forms.TabControl communicationDataTabControl;
218    private System.Windows.Forms.TabPage sendTabPage;
219    private System.Windows.Forms.TabPage receiveTabPage;
220    private HeuristicLab.Data.ConstrainedItemListView outboundCommunicationDataView;
221    private HeuristicLab.Data.ConstrainedItemListView inboundCommunicationDataView;
222    private System.Windows.Forms.Label acceptingStateLabel;
223    private HeuristicLab.Data.BoolDataView acceptingStateBoolDataView;
224    private System.Windows.Forms.TabPage transitionTabPage;
225    private System.Windows.Forms.TabControl stateTransitionTabControl;
226    private System.Windows.Forms.Button addTransitionButton;
227    private System.Windows.Forms.Button removeTransitionButton;
228
229  }
230}
Note: See TracBrowser for help on using the repository browser.