Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Communication.Data/StateTransitionView.Designer.cs @ 591

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

Put the GPL license in the files from the communication framework and simulation optimization project

File size: 6.6 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 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.Communication.Data {
23  partial class StateTransitionView {
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 && (components != null)) {
35        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.targetStateLabel = new System.Windows.Forms.Label();
48      this.transitionFunctionLabel = new System.Windows.Forms.Label();
49      this.variablesListBox = new System.Windows.Forms.ListBox();
50      this.variablesLabel = new System.Windows.Forms.Label();
51      this.targetStateComboBox = new System.Windows.Forms.ComboBox();
52      this.transitionFunctionProgrammableOperatorView = new HeuristicLab.Operators.Programmable.ProgrammableOperatorView();
53      this.SuspendLayout();
54      //
55      // targetStateLabel
56      //
57      this.targetStateLabel.AutoSize = true;
58      this.targetStateLabel.Location = new System.Drawing.Point(3, 6);
59      this.targetStateLabel.Name = "targetStateLabel";
60      this.targetStateLabel.Size = new System.Drawing.Size(69, 13);
61      this.targetStateLabel.TabIndex = 4;
62      this.targetStateLabel.Text = "Target State:";
63      //
64      // transitionFunctionLabel
65      //
66      this.transitionFunctionLabel.AutoSize = true;
67      this.transitionFunctionLabel.Location = new System.Drawing.Point(3, 131);
68      this.transitionFunctionLabel.Name = "transitionFunctionLabel";
69      this.transitionFunctionLabel.Size = new System.Drawing.Size(100, 13);
70      this.transitionFunctionLabel.TabIndex = 9;
71      this.transitionFunctionLabel.Text = "Transition Function:";
72      //
73      // variablesListBox
74      //
75      this.variablesListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
76                  | System.Windows.Forms.AnchorStyles.Right)));
77      this.variablesListBox.FormattingEnabled = true;
78      this.variablesListBox.Location = new System.Drawing.Point(6, 46);
79      this.variablesListBox.Name = "variablesListBox";
80      this.variablesListBox.ScrollAlwaysVisible = true;
81      this.variablesListBox.Size = new System.Drawing.Size(335, 82);
82      this.variablesListBox.TabIndex = 18;
83      //
84      // variablesLabel
85      //
86      this.variablesLabel.AutoSize = true;
87      this.variablesLabel.Location = new System.Drawing.Point(3, 28);
88      this.variablesLabel.Name = "variablesLabel";
89      this.variablesLabel.Size = new System.Drawing.Size(53, 13);
90      this.variablesLabel.TabIndex = 19;
91      this.variablesLabel.Text = "Variables:";
92      //
93      // targetStateComboBox
94      //
95      this.targetStateComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
96                  | System.Windows.Forms.AnchorStyles.Right)));
97      this.targetStateComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
98      this.targetStateComboBox.FormattingEnabled = true;
99      this.targetStateComboBox.Location = new System.Drawing.Point(78, 3);
100      this.targetStateComboBox.Name = "targetStateComboBox";
101      this.targetStateComboBox.Size = new System.Drawing.Size(263, 21);
102      this.targetStateComboBox.TabIndex = 20;
103      //
104      // transitionFunctionProgrammableOperatorView
105      //
106      this.transitionFunctionProgrammableOperatorView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
107                  | System.Windows.Forms.AnchorStyles.Left)
108                  | System.Windows.Forms.AnchorStyles.Right)));
109      this.transitionFunctionProgrammableOperatorView.Caption = "View";
110      this.transitionFunctionProgrammableOperatorView.Location = new System.Drawing.Point(6, 147);
111      this.transitionFunctionProgrammableOperatorView.Name = "transitionFunctionProgrammableOperatorView";
112      this.transitionFunctionProgrammableOperatorView.ProgrammableOperator = null;
113      this.transitionFunctionProgrammableOperatorView.Size = new System.Drawing.Size(338, 241);
114      this.transitionFunctionProgrammableOperatorView.TabIndex = 21;
115      //
116      // StateTransitionView
117      //
118      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
119      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
120      this.Controls.Add(this.transitionFunctionProgrammableOperatorView);
121      this.Controls.Add(this.targetStateComboBox);
122      this.Controls.Add(this.variablesLabel);
123      this.Controls.Add(this.variablesListBox);
124      this.Controls.Add(this.transitionFunctionLabel);
125      this.Controls.Add(this.targetStateLabel);
126      this.Name = "StateTransitionView";
127      this.Size = new System.Drawing.Size(345, 388);
128      this.ResumeLayout(false);
129      this.PerformLayout();
130
131    }
132
133    #endregion
134
135    private System.Windows.Forms.Label targetStateLabel;
136    private System.Windows.Forms.Label transitionFunctionLabel;
137    private System.Windows.Forms.ListBox variablesListBox;
138    private System.Windows.Forms.Label variablesLabel;
139    private System.Windows.Forms.ComboBox targetStateComboBox;
140    private HeuristicLab.Operators.Programmable.ProgrammableOperatorView transitionFunctionProgrammableOperatorView;
141  }
142}
Note: See TracBrowser for help on using the repository browser.