[2] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[11594] | 3 | * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[2] | 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 |
|
---|
[2805] | 22 | namespace HeuristicLab.Operators.Views {
|
---|
[2664] | 23 | partial class OperatorView {
|
---|
[2] | 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) {
|
---|
[2655] | 34 | if (disposing) {
|
---|
| 35 | if (components != null) components.Dispose();
|
---|
[2] | 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() {
|
---|
[2845] | 47 | this.breakpointLabel = new System.Windows.Forms.Label();
|
---|
| 48 | this.breakpointCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[2676] | 49 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[2] | 50 | this.SuspendLayout();
|
---|
| 51 | //
|
---|
[2845] | 52 | // parameterCollectionView
|
---|
| 53 | //
|
---|
[5832] | 54 | this.parameterCollectionView.Location = new System.Drawing.Point(0, 46);
|
---|
| 55 | this.parameterCollectionView.Size = new System.Drawing.Size(490, 307);
|
---|
| 56 | this.parameterCollectionView.TabIndex = 5;
|
---|
[2845] | 57 | //
|
---|
[2655] | 58 | // nameTextBox
|
---|
[2] | 59 | //
|
---|
[2676] | 60 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 61 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[5832] | 62 | this.nameTextBox.Location = new System.Drawing.Point(70, 0);
|
---|
| 63 | this.nameTextBox.Size = new System.Drawing.Size(395, 20);
|
---|
[2] | 64 | //
|
---|
[5832] | 65 | // infoLabel
|
---|
| 66 | //
|
---|
| 67 | this.infoLabel.Location = new System.Drawing.Point(471, 3);
|
---|
| 68 | //
|
---|
[2845] | 69 | // breakpointLabel
|
---|
[2] | 70 | //
|
---|
[2845] | 71 | this.breakpointLabel.AutoSize = true;
|
---|
[5832] | 72 | this.breakpointLabel.Location = new System.Drawing.Point(3, 26);
|
---|
[2845] | 73 | this.breakpointLabel.Name = "breakpointLabel";
|
---|
| 74 | this.breakpointLabel.Size = new System.Drawing.Size(61, 13);
|
---|
[5832] | 75 | this.breakpointLabel.TabIndex = 3;
|
---|
[2845] | 76 | this.breakpointLabel.Text = "&Breakpoint:";
|
---|
[2] | 77 | //
|
---|
[2845] | 78 | // breakpointCheckBox
|
---|
[2] | 79 | //
|
---|
[2845] | 80 | this.breakpointCheckBox.AutoSize = true;
|
---|
[5832] | 81 | this.breakpointCheckBox.Location = new System.Drawing.Point(70, 26);
|
---|
[2845] | 82 | this.breakpointCheckBox.Name = "breakpointCheckBox";
|
---|
| 83 | this.breakpointCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
[5832] | 84 | this.breakpointCheckBox.TabIndex = 4;
|
---|
| 85 | this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been p" +
|
---|
| 86 | "rocessed.");
|
---|
[2845] | 87 | this.breakpointCheckBox.UseVisualStyleBackColor = true;
|
---|
| 88 | this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
|
---|
[2] | 89 | //
|
---|
[2676] | 90 | // OperatorView
|
---|
[2] | 91 | //
|
---|
| 92 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 93 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[5832] | 94 | this.Controls.Add(this.breakpointLabel);
|
---|
[2917] | 95 | this.Controls.Add(this.breakpointCheckBox);
|
---|
[2676] | 96 | this.Name = "OperatorView";
|
---|
[5832] | 97 | this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
|
---|
[2917] | 98 | this.Controls.SetChildIndex(this.breakpointLabel, 0);
|
---|
[5832] | 99 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
[2676] | 100 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
[2655] | 101 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
[2676] | 102 | this.Controls.SetChildIndex(this.parameterCollectionView, 0);
|
---|
| 103 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[2] | 104 | this.ResumeLayout(false);
|
---|
[2655] | 105 | this.PerformLayout();
|
---|
[2] | 106 |
|
---|
| 107 | }
|
---|
| 108 |
|
---|
| 109 | #endregion
|
---|
| 110 |
|
---|
[2917] | 111 | protected System.Windows.Forms.Label breakpointLabel;
|
---|
| 112 | protected System.Windows.Forms.CheckBox breakpointCheckBox;
|
---|
[2] | 113 |
|
---|
| 114 | }
|
---|
| 115 | }
|
---|