[8907] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[11171] | 3 | * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[8907] | 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 |
|
---|
| 22 | namespace HeuristicLab.Analysis.Views {
|
---|
| 23 | partial class ScatterPlotDataRowVisualPropertiesControl {
|
---|
| 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.pointStyleComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 48 | this.colorDialog = new System.Windows.Forms.ColorDialog();
|
---|
| 49 | this.colorButton = new System.Windows.Forms.Button();
|
---|
| 50 | this.isVisibleInLegendCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 51 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 52 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 53 | this.pointSizeNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
| 54 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 55 | this.displayNameTextBox = new System.Windows.Forms.TextBox();
|
---|
| 56 | this.label9 = new System.Windows.Forms.Label();
|
---|
| 57 | this.label7 = new System.Windows.Forms.Label();
|
---|
| 58 | ((System.ComponentModel.ISupportInitialize)(this.pointSizeNumericUpDown)).BeginInit();
|
---|
| 59 | this.SuspendLayout();
|
---|
| 60 | //
|
---|
| 61 | // pointStyleComboBox
|
---|
| 62 | //
|
---|
| 63 | this.pointStyleComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 64 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 65 | this.pointStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 66 | this.pointStyleComboBox.FormattingEnabled = true;
|
---|
| 67 | this.pointStyleComboBox.Location = new System.Drawing.Point(99, 34);
|
---|
| 68 | this.pointStyleComboBox.Name = "pointStyleComboBox";
|
---|
| 69 | this.pointStyleComboBox.Size = new System.Drawing.Size(240, 21);
|
---|
| 70 | this.pointStyleComboBox.TabIndex = 3;
|
---|
| 71 | this.pointStyleComboBox.SelectedValueChanged += new System.EventHandler(this.pointStyleComboBox_SelectedValueChanged);
|
---|
| 72 | //
|
---|
| 73 | // colorDialog
|
---|
| 74 | //
|
---|
| 75 | this.colorDialog.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
---|
| 76 | //
|
---|
| 77 | // colorButton
|
---|
| 78 | //
|
---|
| 79 | this.colorButton.BackColor = System.Drawing.SystemColors.Control;
|
---|
| 80 | this.colorButton.Location = new System.Drawing.Point(99, 61);
|
---|
| 81 | this.colorButton.Name = "colorButton";
|
---|
| 82 | this.colorButton.Size = new System.Drawing.Size(23, 23);
|
---|
| 83 | this.colorButton.TabIndex = 5;
|
---|
| 84 | this.colorButton.UseVisualStyleBackColor = false;
|
---|
| 85 | this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
|
---|
| 86 | //
|
---|
| 87 | // isVisibleInLegendCheckBox
|
---|
| 88 | //
|
---|
| 89 | this.isVisibleInLegendCheckBox.AutoSize = true;
|
---|
| 90 | this.isVisibleInLegendCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 91 | this.isVisibleInLegendCheckBox.Location = new System.Drawing.Point(99, 116);
|
---|
| 92 | this.isVisibleInLegendCheckBox.Name = "isVisibleInLegendCheckBox";
|
---|
| 93 | this.isVisibleInLegendCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
| 94 | this.isVisibleInLegendCheckBox.TabIndex = 3;
|
---|
| 95 | this.isVisibleInLegendCheckBox.UseVisualStyleBackColor = true;
|
---|
| 96 | this.isVisibleInLegendCheckBox.CheckedChanged += new System.EventHandler(this.isVisibleInLegendCheckBox_CheckedChanged);
|
---|
| 97 | //
|
---|
| 98 | // label1
|
---|
| 99 | //
|
---|
| 100 | this.label1.AutoSize = true;
|
---|
| 101 | this.label1.Location = new System.Drawing.Point(3, 37);
|
---|
| 102 | this.label1.Name = "label1";
|
---|
| 103 | this.label1.Size = new System.Drawing.Size(60, 13);
|
---|
| 104 | this.label1.TabIndex = 2;
|
---|
| 105 | this.label1.Text = "&Point Style:";
|
---|
| 106 | //
|
---|
| 107 | // label2
|
---|
| 108 | //
|
---|
| 109 | this.label2.AutoSize = true;
|
---|
| 110 | this.label2.Location = new System.Drawing.Point(3, 66);
|
---|
| 111 | this.label2.Name = "label2";
|
---|
| 112 | this.label2.Size = new System.Drawing.Size(61, 13);
|
---|
| 113 | this.label2.TabIndex = 4;
|
---|
| 114 | this.label2.Text = "Point &Color:";
|
---|
| 115 | //
|
---|
| 116 | // pointSizeNumericUpDown
|
---|
| 117 | //
|
---|
| 118 | this.pointSizeNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 119 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 120 | this.pointSizeNumericUpDown.Location = new System.Drawing.Point(99, 90);
|
---|
| 121 | this.pointSizeNumericUpDown.Minimum = new decimal(new int[] {
|
---|
| 122 | 1,
|
---|
| 123 | 0,
|
---|
| 124 | 0,
|
---|
| 125 | 0});
|
---|
| 126 | this.pointSizeNumericUpDown.Name = "pointSizeNumericUpDown";
|
---|
| 127 | this.pointSizeNumericUpDown.Size = new System.Drawing.Size(240, 20);
|
---|
| 128 | this.pointSizeNumericUpDown.TabIndex = 5;
|
---|
| 129 | this.pointSizeNumericUpDown.Value = new decimal(new int[] {
|
---|
| 130 | 1,
|
---|
| 131 | 0,
|
---|
| 132 | 0,
|
---|
| 133 | 0});
|
---|
| 134 | this.pointSizeNumericUpDown.ValueChanged += new System.EventHandler(this.pointSizeNumericUpDown_ValueChanged);
|
---|
| 135 | //
|
---|
| 136 | // label3
|
---|
| 137 | //
|
---|
| 138 | this.label3.AutoSize = true;
|
---|
| 139 | this.label3.Location = new System.Drawing.Point(3, 92);
|
---|
| 140 | this.label3.Name = "label3";
|
---|
| 141 | this.label3.Size = new System.Drawing.Size(57, 13);
|
---|
| 142 | this.label3.TabIndex = 6;
|
---|
| 143 | this.label3.Text = "Point &Size:";
|
---|
| 144 | //
|
---|
| 145 | // displayNameTextBox
|
---|
| 146 | //
|
---|
| 147 | this.displayNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 148 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 149 | this.displayNameTextBox.Location = new System.Drawing.Point(99, 8);
|
---|
| 150 | this.displayNameTextBox.Name = "displayNameTextBox";
|
---|
| 151 | this.displayNameTextBox.Size = new System.Drawing.Size(240, 20);
|
---|
| 152 | this.displayNameTextBox.TabIndex = 1;
|
---|
| 153 | this.displayNameTextBox.Validated += new System.EventHandler(this.displayNameTextBox_Validated);
|
---|
| 154 | //
|
---|
| 155 | // label9
|
---|
| 156 | //
|
---|
| 157 | this.label9.AutoSize = true;
|
---|
| 158 | this.label9.Location = new System.Drawing.Point(3, 11);
|
---|
| 159 | this.label9.Name = "label9";
|
---|
| 160 | this.label9.Size = new System.Drawing.Size(38, 13);
|
---|
| 161 | this.label9.TabIndex = 0;
|
---|
| 162 | this.label9.Text = "&Name:";
|
---|
| 163 | //
|
---|
| 164 | // label7
|
---|
| 165 | //
|
---|
| 166 | this.label7.AutoSize = true;
|
---|
| 167 | this.label7.Location = new System.Drawing.Point(3, 116);
|
---|
| 168 | this.label7.Name = "label7";
|
---|
| 169 | this.label7.Size = new System.Drawing.Size(90, 13);
|
---|
| 170 | this.label7.TabIndex = 2;
|
---|
| 171 | this.label7.Text = "&Visible in Legend:";
|
---|
| 172 | //
|
---|
| 173 | // ScatterPlotDataRowVisualPropertiesControl
|
---|
| 174 | //
|
---|
| 175 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
| 176 | this.Controls.Add(this.pointSizeNumericUpDown);
|
---|
| 177 | this.Controls.Add(this.isVisibleInLegendCheckBox);
|
---|
| 178 | this.Controls.Add(this.label9);
|
---|
| 179 | this.Controls.Add(this.label3);
|
---|
| 180 | this.Controls.Add(this.pointStyleComboBox);
|
---|
| 181 | this.Controls.Add(this.label7);
|
---|
| 182 | this.Controls.Add(this.label2);
|
---|
| 183 | this.Controls.Add(this.displayNameTextBox);
|
---|
| 184 | this.Controls.Add(this.label1);
|
---|
| 185 | this.Controls.Add(this.colorButton);
|
---|
| 186 | this.Name = "ScatterPlotDataRowVisualPropertiesControl";
|
---|
| 187 | this.Size = new System.Drawing.Size(342, 135);
|
---|
| 188 | ((System.ComponentModel.ISupportInitialize)(this.pointSizeNumericUpDown)).EndInit();
|
---|
| 189 | this.ResumeLayout(false);
|
---|
| 190 | this.PerformLayout();
|
---|
| 191 |
|
---|
| 192 | }
|
---|
| 193 |
|
---|
| 194 | #endregion
|
---|
| 195 |
|
---|
| 196 | private System.Windows.Forms.ComboBox pointStyleComboBox;
|
---|
| 197 | private System.Windows.Forms.ColorDialog colorDialog;
|
---|
| 198 | private System.Windows.Forms.Button colorButton;
|
---|
| 199 | private System.Windows.Forms.CheckBox isVisibleInLegendCheckBox;
|
---|
| 200 | private System.Windows.Forms.Label label1;
|
---|
| 201 | private System.Windows.Forms.Label label2;
|
---|
| 202 | private System.Windows.Forms.NumericUpDown pointSizeNumericUpDown;
|
---|
| 203 | private System.Windows.Forms.Label label7;
|
---|
| 204 | private System.Windows.Forms.TextBox displayNameTextBox;
|
---|
| 205 | private System.Windows.Forms.Label label9;
|
---|
| 206 | private System.Windows.Forms.Label label3;
|
---|
| 207 | }
|
---|
| 208 | }
|
---|