Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.SimOpt/SimOptProblemInjectorView.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: 8.1 KB
Line 
1namespace HeuristicLab.SimOpt {
2  partial class SimOptProblemInjectorView {
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.splitContainer1 = new System.Windows.Forms.SplitContainer();
27      this.dataTypeTreeView = new System.Windows.Forms.TreeView();
28      this.label1 = new System.Windows.Forms.Label();
29      this.geneNameStringDataView = new HeuristicLab.Data.StringDataView();
30      this.parametersTabControl = new System.Windows.Forms.TabControl();
31      this.parametersTabPage = new System.Windows.Forms.TabPage();
32      this.objectParameterDataView = new HeuristicLab.Data.ConstrainedItemListView();
33      this.variableNameLabel = new System.Windows.Forms.Label();
34      this.maximizationBoolDataView = new HeuristicLab.Data.BoolDataView();
35      this.splitContainer1.Panel1.SuspendLayout();
36      this.splitContainer1.Panel2.SuspendLayout();
37      this.splitContainer1.SuspendLayout();
38      this.parametersTabControl.SuspendLayout();
39      this.parametersTabPage.SuspendLayout();
40      this.SuspendLayout();
41      //
42      // splitContainer1
43      //
44      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
45      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
46      this.splitContainer1.Name = "splitContainer1";
47      //
48      // splitContainer1.Panel1
49      //
50      this.splitContainer1.Panel1.Controls.Add(this.dataTypeTreeView);
51      //
52      // splitContainer1.Panel2
53      //
54      this.splitContainer1.Panel2.Controls.Add(this.label1);
55      this.splitContainer1.Panel2.Controls.Add(this.geneNameStringDataView);
56      this.splitContainer1.Panel2.Controls.Add(this.parametersTabControl);
57      this.splitContainer1.Panel2.Controls.Add(this.variableNameLabel);
58      this.splitContainer1.Panel2.Controls.Add(this.maximizationBoolDataView);
59      this.splitContainer1.Size = new System.Drawing.Size(552, 439);
60      this.splitContainer1.SplitterDistance = 184;
61      this.splitContainer1.TabIndex = 0;
62      //
63      // dataTypeTreeView
64      //
65      this.dataTypeTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
66      this.dataTypeTreeView.Location = new System.Drawing.Point(0, 0);
67      this.dataTypeTreeView.Name = "dataTypeTreeView";
68      this.dataTypeTreeView.Size = new System.Drawing.Size(184, 439);
69      this.dataTypeTreeView.TabIndex = 0;
70      this.dataTypeTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.dataTypeTreeView_ItemDrag);
71      //
72      // label1
73      //
74      this.label1.AutoSize = true;
75      this.label1.Location = new System.Drawing.Point(245, 9);
76      this.label1.Name = "label1";
77      this.label1.Size = new System.Drawing.Size(67, 13);
78      this.label1.TabIndex = 7;
79      this.label1.Text = "Maximization";
80      //
81      // geneNameStringDataView
82      //
83      this.geneNameStringDataView.Caption = "View";
84      this.geneNameStringDataView.Location = new System.Drawing.Point(47, 7);
85      this.geneNameStringDataView.Name = "geneNameStringDataView";
86      this.geneNameStringDataView.Size = new System.Drawing.Size(163, 19);
87      this.geneNameStringDataView.StringData = null;
88      this.geneNameStringDataView.TabIndex = 5;
89      //
90      // parametersTabControl
91      //
92      this.parametersTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
93                  | System.Windows.Forms.AnchorStyles.Left)
94                  | System.Windows.Forms.AnchorStyles.Right)));
95      this.parametersTabControl.Controls.Add(this.parametersTabPage);
96      this.parametersTabControl.Location = new System.Drawing.Point(6, 32);
97      this.parametersTabControl.Name = "parametersTabControl";
98      this.parametersTabControl.SelectedIndex = 0;
99      this.parametersTabControl.Size = new System.Drawing.Size(358, 407);
100      this.parametersTabControl.TabIndex = 4;
101      //
102      // parametersTabPage
103      //
104      this.parametersTabPage.Controls.Add(this.objectParameterDataView);
105      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
106      this.parametersTabPage.Name = "parametersTabPage";
107      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
108      this.parametersTabPage.Size = new System.Drawing.Size(350, 381);
109      this.parametersTabPage.TabIndex = 0;
110      this.parametersTabPage.Text = "Parameters";
111      this.parametersTabPage.UseVisualStyleBackColor = true;
112      //
113      // objectParameterDataView
114      //
115      this.objectParameterDataView.AllowDrop = true;
116      this.objectParameterDataView.Caption = "View";
117      this.objectParameterDataView.ConstrainedItemList = null;
118      this.objectParameterDataView.Dock = System.Windows.Forms.DockStyle.Fill;
119      this.objectParameterDataView.Location = new System.Drawing.Point(3, 3);
120      this.objectParameterDataView.Name = "objectParameterDataView";
121      this.objectParameterDataView.Size = new System.Drawing.Size(344, 375);
122      this.objectParameterDataView.TabIndex = 1;
123      this.objectParameterDataView.DragDrop += new System.Windows.Forms.DragEventHandler(this.objectParameterDataView_DragDrop);
124      this.objectParameterDataView.DragEnter += new System.Windows.Forms.DragEventHandler(this.objectParameterDataView_DragEnter);
125      //
126      // variableNameLabel
127      //
128      this.variableNameLabel.AutoSize = true;
129      this.variableNameLabel.Location = new System.Drawing.Point(3, 9);
130      this.variableNameLabel.Name = "variableNameLabel";
131      this.variableNameLabel.Size = new System.Drawing.Size(38, 13);
132      this.variableNameLabel.TabIndex = 2;
133      this.variableNameLabel.Text = "Name:";
134      //
135      // maximizationBoolDataView
136      //
137      this.maximizationBoolDataView.BoolData = null;
138      this.maximizationBoolDataView.Caption = "Maximization";
139      this.maximizationBoolDataView.Location = new System.Drawing.Point(225, 9);
140      this.maximizationBoolDataView.Name = "maximizationBoolDataView";
141      this.maximizationBoolDataView.Size = new System.Drawing.Size(19, 18);
142      this.maximizationBoolDataView.TabIndex = 6;
143      //
144      // SimOptProblemInjectorView
145      //
146      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
147      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
148      this.Controls.Add(this.splitContainer1);
149      this.Name = "SimOptProblemInjectorView";
150      this.Size = new System.Drawing.Size(552, 439);
151      this.splitContainer1.Panel1.ResumeLayout(false);
152      this.splitContainer1.Panel2.ResumeLayout(false);
153      this.splitContainer1.Panel2.PerformLayout();
154      this.splitContainer1.ResumeLayout(false);
155      this.parametersTabControl.ResumeLayout(false);
156      this.parametersTabPage.ResumeLayout(false);
157      this.ResumeLayout(false);
158
159    }
160
161    #endregion
162
163    private System.Windows.Forms.SplitContainer splitContainer1;
164    private HeuristicLab.Data.ConstrainedItemListView objectParameterDataView;
165    private System.Windows.Forms.TreeView dataTypeTreeView;
166    private System.Windows.Forms.Label variableNameLabel;
167    private System.Windows.Forms.TabControl parametersTabControl;
168    private System.Windows.Forms.TabPage parametersTabPage;
169    private HeuristicLab.Data.StringDataView geneNameStringDataView;
170    private HeuristicLab.Data.BoolDataView maximizationBoolDataView;
171    private System.Windows.Forms.Label label1;
172  }
173}
Note: See TracBrowser for help on using the repository browser.