Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Core/3.3/OperatorLibraryEditor.Designer.cs @ 1921

Last change on this file since 1921 was 1529, checked in by gkronber, 15 years ago

Moved source files of plugins AdvancedOptimizationFrontEnd ... Grid into version-specific sub-folders. #576

File size: 9.9 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.Core {
23  partial class OperatorLibraryEditor {
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 (chooseOperatorDialog != null) chooseOperatorDialog.Dispose();
35      if (disposing && (components != null)) {
36        components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      this.components = new System.ComponentModel.Container();
49      this.operatorsGroupBox = new System.Windows.Forms.GroupBox();
50      this.operatorsTreeView = new System.Windows.Forms.TreeView();
51      this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
52      this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53      this.removeButton = new System.Windows.Forms.Button();
54      this.addGroupButton = new System.Windows.Forms.Button();
55      this.addOperatorButton = new System.Windows.Forms.Button();
56      this.importButton = new System.Windows.Forms.Button();
57      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
58      this.operatorsGroupBox.SuspendLayout();
59      this.contextMenuStrip.SuspendLayout();
60      this.SuspendLayout();
61      //
62      // operatorsGroupBox
63      //
64      this.operatorsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
65                  | System.Windows.Forms.AnchorStyles.Left)
66                  | System.Windows.Forms.AnchorStyles.Right)));
67      this.operatorsGroupBox.Controls.Add(this.operatorsTreeView);
68      this.operatorsGroupBox.Enabled = false;
69      this.operatorsGroupBox.Location = new System.Drawing.Point(0, 0);
70      this.operatorsGroupBox.Name = "operatorsGroupBox";
71      this.operatorsGroupBox.Size = new System.Drawing.Size(522, 366);
72      this.operatorsGroupBox.TabIndex = 0;
73      this.operatorsGroupBox.TabStop = false;
74      this.operatorsGroupBox.Text = "&Operators";
75      //
76      // operatorsTreeView
77      //
78      this.operatorsTreeView.AllowDrop = true;
79      this.operatorsTreeView.ContextMenuStrip = this.contextMenuStrip;
80      this.operatorsTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
81      this.operatorsTreeView.HideSelection = false;
82      this.operatorsTreeView.LabelEdit = true;
83      this.operatorsTreeView.Location = new System.Drawing.Point(3, 16);
84      this.operatorsTreeView.Name = "operatorsTreeView";
85      this.operatorsTreeView.ShowNodeToolTips = true;
86      this.operatorsTreeView.Size = new System.Drawing.Size(516, 347);
87      this.operatorsTreeView.TabIndex = 0;
88      this.operatorsTreeView.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.operatorsTreeView_AfterLabelEdit);
89      this.operatorsTreeView.DoubleClick += new System.EventHandler(this.operatorsTreeView_DoubleClick);
90      this.operatorsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.operatorsTreeView_DragDrop);
91      this.operatorsTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.operatorsTreeView_AfterSelect);
92      this.operatorsTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.operatorsTreeView_MouseDown);
93      this.operatorsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.operatorsTreeView_DragEnter);
94      this.operatorsTreeView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.operatorsTreeView_KeyDown);
95      this.operatorsTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.operatorsTreeView_ItemDrag);
96      this.operatorsTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.operatorsTreeView_DragOver);
97      //
98      // contextMenuStrip
99      //
100      this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
101            this.viewToolStripMenuItem});
102      this.contextMenuStrip.Name = "contextMenuStrip";
103      this.contextMenuStrip.Size = new System.Drawing.Size(120, 26);
104      this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
105      //
106      // viewToolStripMenuItem
107      //
108      this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
109      this.viewToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
110      this.viewToolStripMenuItem.Text = "&View...";
111      this.viewToolStripMenuItem.Click += new System.EventHandler(this.viewToolStripMenuItem_Click);
112      //
113      // removeButton
114      //
115      this.removeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
116      this.removeButton.Enabled = false;
117      this.removeButton.Location = new System.Drawing.Point(220, 372);
118      this.removeButton.Name = "removeButton";
119      this.removeButton.Size = new System.Drawing.Size(104, 23);
120      this.removeButton.TabIndex = 3;
121      this.removeButton.Text = "&Remove";
122      this.removeButton.UseVisualStyleBackColor = true;
123      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
124      //
125      // addGroupButton
126      //
127      this.addGroupButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
128      this.addGroupButton.Enabled = false;
129      this.addGroupButton.Location = new System.Drawing.Point(0, 372);
130      this.addGroupButton.Name = "addGroupButton";
131      this.addGroupButton.Size = new System.Drawing.Size(104, 23);
132      this.addGroupButton.TabIndex = 1;
133      this.addGroupButton.Text = "&Add &Group...";
134      this.addGroupButton.UseVisualStyleBackColor = true;
135      this.addGroupButton.Click += new System.EventHandler(this.addGroupButton_Click);
136      //
137      // addOperatorButton
138      //
139      this.addOperatorButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
140      this.addOperatorButton.Enabled = false;
141      this.addOperatorButton.Location = new System.Drawing.Point(110, 372);
142      this.addOperatorButton.Name = "addOperatorButton";
143      this.addOperatorButton.Size = new System.Drawing.Size(104, 23);
144      this.addOperatorButton.TabIndex = 2;
145      this.addOperatorButton.Text = "Add &Operator...";
146      this.addOperatorButton.UseVisualStyleBackColor = true;
147      this.addOperatorButton.Click += new System.EventHandler(this.addOperatorButton_Click);
148      //
149      // importButton
150      //
151      this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
152      this.importButton.Location = new System.Drawing.Point(330, 372);
153      this.importButton.Name = "importButton";
154      this.importButton.Size = new System.Drawing.Size(104, 23);
155      this.importButton.TabIndex = 4;
156      this.importButton.Text = "&Import...";
157      this.importButton.UseVisualStyleBackColor = true;
158      this.importButton.Click += new System.EventHandler(this.importButton_Click);
159      //
160      // openFileDialog
161      //
162      this.openFileDialog.DefaultExt = "hl";
163      this.openFileDialog.FileName = "item";
164      this.openFileDialog.Filter = "HeuristicLab files|*.hl|All files|*.*";
165      this.openFileDialog.Title = "Import ...";
166      //
167      // OperatorLibraryEditor
168      //
169      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
170      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
171      this.Controls.Add(this.importButton);
172      this.Controls.Add(this.operatorsGroupBox);
173      this.Controls.Add(this.addGroupButton);
174      this.Controls.Add(this.removeButton);
175      this.Controls.Add(this.addOperatorButton);
176      this.Name = "OperatorLibraryEditor";
177      this.Size = new System.Drawing.Size(522, 395);
178      this.operatorsGroupBox.ResumeLayout(false);
179      this.contextMenuStrip.ResumeLayout(false);
180      this.ResumeLayout(false);
181
182    }
183
184    #endregion
185
186    private System.Windows.Forms.GroupBox operatorsGroupBox;
187    private System.Windows.Forms.TreeView operatorsTreeView;
188    private System.Windows.Forms.Button removeButton;
189    private System.Windows.Forms.Button addGroupButton;
190    private System.Windows.Forms.Button addOperatorButton;
191    private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
192    private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
193    private System.Windows.Forms.Button importButton;
194    private System.Windows.Forms.OpenFileDialog openFileDialog;
195  }
196}
Note: See TracBrowser for help on using the repository browser.