#region License Information /* HeuristicLab * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.CEDMA.Core { partial class DatabaseOperatorLibraryView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (chooseOperatorDialog != null) chooseOperatorDialog.Dispose(); if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.operatorsGroupBox = new System.Windows.Forms.GroupBox(); this.operatorsTreeView = new System.Windows.Forms.TreeView(); this.removeButton = new System.Windows.Forms.Button(); this.addOperatorButton = new System.Windows.Forms.Button(); this.saveButton = new System.Windows.Forms.Button(); this.refreshButton = new System.Windows.Forms.Button(); this.operatorsGroupBox.SuspendLayout(); this.SuspendLayout(); // // operatorsGroupBox // this.operatorsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.operatorsGroupBox.Controls.Add(this.operatorsTreeView); this.operatorsGroupBox.Enabled = false; this.operatorsGroupBox.Location = new System.Drawing.Point(0, 32); this.operatorsGroupBox.Name = "operatorsGroupBox"; this.operatorsGroupBox.Size = new System.Drawing.Size(522, 334); this.operatorsGroupBox.TabIndex = 2; this.operatorsGroupBox.TabStop = false; this.operatorsGroupBox.Text = "&Operators"; // // operatorsTreeView // this.operatorsTreeView.AllowDrop = true; this.operatorsTreeView.Dock = System.Windows.Forms.DockStyle.Fill; this.operatorsTreeView.HideSelection = false; this.operatorsTreeView.LabelEdit = true; this.operatorsTreeView.Location = new System.Drawing.Point(3, 16); this.operatorsTreeView.Name = "operatorsTreeView"; this.operatorsTreeView.ShowNodeToolTips = true; this.operatorsTreeView.Size = new System.Drawing.Size(516, 315); this.operatorsTreeView.TabIndex = 0; this.operatorsTreeView.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.operatorsTreeView_AfterLabelEdit); this.operatorsTreeView.DoubleClick += new System.EventHandler(this.operatorsTreeView_DoubleClick); this.operatorsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.operatorsTreeView_DragDrop); this.operatorsTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.operatorsTreeView_AfterSelect); this.operatorsTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.operatorsTreeView_MouseDown); this.operatorsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.operatorsTreeView_DragEnter); this.operatorsTreeView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.operatorsTreeView_KeyDown); this.operatorsTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.operatorsTreeView_ItemDrag); this.operatorsTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.operatorsTreeView_DragOver); // // removeButton // this.removeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.removeButton.Enabled = false; this.removeButton.Location = new System.Drawing.Point(113, 372); this.removeButton.Name = "removeButton"; this.removeButton.Size = new System.Drawing.Size(104, 23); this.removeButton.TabIndex = 4; this.removeButton.Text = "&Remove"; this.removeButton.UseVisualStyleBackColor = true; this.removeButton.Click += new System.EventHandler(this.removeButton_Click); // // addOperatorButton // this.addOperatorButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.addOperatorButton.Enabled = false; this.addOperatorButton.Location = new System.Drawing.Point(3, 372); this.addOperatorButton.Name = "addOperatorButton"; this.addOperatorButton.Size = new System.Drawing.Size(104, 23); this.addOperatorButton.TabIndex = 3; this.addOperatorButton.Text = "Add &Operator..."; this.addOperatorButton.UseVisualStyleBackColor = true; this.addOperatorButton.Click += new System.EventHandler(this.addOperatorButton_Click); // // saveButton // this.saveButton.Location = new System.Drawing.Point(6, 3); this.saveButton.Name = "saveButton"; this.saveButton.Size = new System.Drawing.Size(104, 23); this.saveButton.TabIndex = 0; this.saveButton.Text = "&Upload"; this.saveButton.UseVisualStyleBackColor = true; this.saveButton.Click += new System.EventHandler(this.saveButton_Click); // // refreshButton // this.refreshButton.Location = new System.Drawing.Point(113, 3); this.refreshButton.Name = "refreshButton"; this.refreshButton.Size = new System.Drawing.Size(104, 23); this.refreshButton.TabIndex = 1; this.refreshButton.Text = "R&efresh"; this.refreshButton.UseVisualStyleBackColor = true; this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click); // // DatabaseOperatorLibraryView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.refreshButton); this.Controls.Add(this.saveButton); this.Controls.Add(this.operatorsGroupBox); this.Controls.Add(this.addOperatorButton); this.Controls.Add(this.removeButton); this.Name = "DatabaseOperatorLibraryView"; this.Size = new System.Drawing.Size(522, 395); this.operatorsGroupBox.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox operatorsGroupBox; private System.Windows.Forms.TreeView operatorsTreeView; private System.Windows.Forms.Button removeButton; private System.Windows.Forms.Button addOperatorButton; private System.Windows.Forms.Button saveButton; private System.Windows.Forms.Button refreshButton; } }