[6010] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[14185] | 3 | * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[6010] | 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 DataRowVisualPropertiesControl {
|
---|
| 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.chartTypeComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 48 | this.colorDialog = new System.Windows.Forms.ColorDialog();
|
---|
| 49 | this.colorButton = new System.Windows.Forms.Button();
|
---|
| 50 | this.startIndexZeroCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 51 | this.binsNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
| 52 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 53 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 54 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 55 | this.commonGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[14582] | 56 | this.clearColorButton = new System.Windows.Forms.Button();
|
---|
[14437] | 57 | this.isVisibleInLegendCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 58 | this.label10 = new System.Windows.Forms.Label();
|
---|
[7216] | 59 | this.displayNameTextBox = new System.Windows.Forms.TextBox();
|
---|
[6016] | 60 | this.axisGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[14436] | 61 | this.panel2 = new System.Windows.Forms.Panel();
|
---|
[6016] | 62 | this.yAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
|
---|
[14436] | 63 | this.yAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
|
---|
| 64 | this.panel1 = new System.Windows.Forms.Panel();
|
---|
[7244] | 65 | this.xAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
|
---|
[14436] | 66 | this.xAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
|
---|
[7244] | 67 | this.label5 = new System.Windows.Forms.Label();
|
---|
| 68 | this.label6 = new System.Windows.Forms.Label();
|
---|
[7216] | 69 | this.label9 = new System.Windows.Forms.Label();
|
---|
[6010] | 70 | this.histoGramGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[7244] | 71 | this.binsExactRadioButton = new System.Windows.Forms.RadioButton();
|
---|
[6014] | 72 | this.binsApproximatelyRadioButton = new System.Windows.Forms.RadioButton();
|
---|
[14582] | 73 | this.label11 = new System.Windows.Forms.Label();
|
---|
| 74 | this.aggregationComboBox = new System.Windows.Forms.ComboBox();
|
---|
[6012] | 75 | this.lineChartGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 76 | this.lineWidthNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
| 77 | this.label4 = new System.Windows.Forms.Label();
|
---|
| 78 | this.label7 = new System.Windows.Forms.Label();
|
---|
| 79 | this.lineStyleComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 80 | this.label8 = new System.Windows.Forms.Label();
|
---|
[6010] | 81 | ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).BeginInit();
|
---|
| 82 | this.commonGroupBox.SuspendLayout();
|
---|
[6016] | 83 | this.axisGroupBox.SuspendLayout();
|
---|
[14436] | 84 | this.panel2.SuspendLayout();
|
---|
| 85 | this.panel1.SuspendLayout();
|
---|
[6010] | 86 | this.histoGramGroupBox.SuspendLayout();
|
---|
[6012] | 87 | this.lineChartGroupBox.SuspendLayout();
|
---|
| 88 | ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).BeginInit();
|
---|
[6010] | 89 | this.SuspendLayout();
|
---|
| 90 | //
|
---|
| 91 | // chartTypeComboBox
|
---|
| 92 | //
|
---|
[14582] | 93 | this.chartTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7244] | 94 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[6010] | 95 | this.chartTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 96 | this.chartTypeComboBox.FormattingEnabled = true;
|
---|
[14437] | 97 | this.chartTypeComboBox.Location = new System.Drawing.Point(102, 45);
|
---|
[6010] | 98 | this.chartTypeComboBox.Name = "chartTypeComboBox";
|
---|
[14437] | 99 | this.chartTypeComboBox.Size = new System.Drawing.Size(219, 21);
|
---|
[7244] | 100 | this.chartTypeComboBox.TabIndex = 3;
|
---|
[6010] | 101 | this.chartTypeComboBox.SelectedValueChanged += new System.EventHandler(this.chartTypeComboBox_SelectedValueChanged);
|
---|
| 102 | //
|
---|
| 103 | // colorDialog
|
---|
| 104 | //
|
---|
| 105 | this.colorDialog.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
---|
| 106 | //
|
---|
| 107 | // colorButton
|
---|
| 108 | //
|
---|
| 109 | this.colorButton.BackColor = System.Drawing.SystemColors.Control;
|
---|
[14437] | 110 | this.colorButton.Location = new System.Drawing.Point(102, 72);
|
---|
[6010] | 111 | this.colorButton.Name = "colorButton";
|
---|
| 112 | this.colorButton.Size = new System.Drawing.Size(23, 23);
|
---|
[7244] | 113 | this.colorButton.TabIndex = 5;
|
---|
[6010] | 114 | this.colorButton.UseVisualStyleBackColor = false;
|
---|
| 115 | this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
|
---|
| 116 | //
|
---|
| 117 | // startIndexZeroCheckBox
|
---|
| 118 | //
|
---|
| 119 | this.startIndexZeroCheckBox.AutoSize = true;
|
---|
| 120 | this.startIndexZeroCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
[7244] | 121 | this.startIndexZeroCheckBox.Location = new System.Drawing.Point(81, 46);
|
---|
[6010] | 122 | this.startIndexZeroCheckBox.Name = "startIndexZeroCheckBox";
|
---|
[6012] | 123 | this.startIndexZeroCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
[6010] | 124 | this.startIndexZeroCheckBox.TabIndex = 3;
|
---|
| 125 | this.startIndexZeroCheckBox.UseVisualStyleBackColor = true;
|
---|
| 126 | this.startIndexZeroCheckBox.CheckedChanged += new System.EventHandler(this.startIndexZeroCheckBox_CheckedChanged);
|
---|
| 127 | //
|
---|
| 128 | // binsNumericUpDown
|
---|
| 129 | //
|
---|
[14582] | 130 | this.binsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7244] | 131 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[14582] | 132 | this.binsNumericUpDown.Location = new System.Drawing.Point(82, 19);
|
---|
[6012] | 133 | this.binsNumericUpDown.Minimum = new decimal(new int[] {
|
---|
| 134 | 1,
|
---|
| 135 | 0,
|
---|
| 136 | 0,
|
---|
| 137 | 0});
|
---|
[6010] | 138 | this.binsNumericUpDown.Name = "binsNumericUpDown";
|
---|
[14582] | 139 | this.binsNumericUpDown.Size = new System.Drawing.Size(72, 20);
|
---|
[6012] | 140 | this.binsNumericUpDown.TabIndex = 1;
|
---|
| 141 | this.binsNumericUpDown.Value = new decimal(new int[] {
|
---|
| 142 | 1,
|
---|
| 143 | 0,
|
---|
| 144 | 0,
|
---|
| 145 | 0});
|
---|
[6010] | 146 | this.binsNumericUpDown.ValueChanged += new System.EventHandler(this.binsNumericUpDown_ValueChanged);
|
---|
| 147 | //
|
---|
| 148 | // label1
|
---|
| 149 | //
|
---|
| 150 | this.label1.AutoSize = true;
|
---|
[7244] | 151 | this.label1.Location = new System.Drawing.Point(6, 48);
|
---|
[6010] | 152 | this.label1.Name = "label1";
|
---|
[7244] | 153 | this.label1.Size = new System.Drawing.Size(34, 13);
|
---|
| 154 | this.label1.TabIndex = 2;
|
---|
| 155 | this.label1.Text = "&Type:";
|
---|
[6010] | 156 | //
|
---|
| 157 | // label2
|
---|
| 158 | //
|
---|
| 159 | this.label2.AutoSize = true;
|
---|
[7244] | 160 | this.label2.Location = new System.Drawing.Point(6, 77);
|
---|
[6010] | 161 | this.label2.Name = "label2";
|
---|
| 162 | this.label2.Size = new System.Drawing.Size(34, 13);
|
---|
[7244] | 163 | this.label2.TabIndex = 4;
|
---|
| 164 | this.label2.Text = "&Color:";
|
---|
[6010] | 165 | //
|
---|
| 166 | // label3
|
---|
| 167 | //
|
---|
| 168 | this.label3.AutoSize = true;
|
---|
[7244] | 169 | this.label3.Location = new System.Drawing.Point(6, 21);
|
---|
[6010] | 170 | this.label3.Name = "label3";
|
---|
| 171 | this.label3.Size = new System.Drawing.Size(30, 13);
|
---|
[6012] | 172 | this.label3.TabIndex = 0;
|
---|
[7244] | 173 | this.label3.Text = "&Bins:";
|
---|
[6010] | 174 | //
|
---|
| 175 | // commonGroupBox
|
---|
| 176 | //
|
---|
[14582] | 177 | this.commonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7244] | 178 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[14582] | 179 | this.commonGroupBox.Controls.Add(this.clearColorButton);
|
---|
[14437] | 180 | this.commonGroupBox.Controls.Add(this.isVisibleInLegendCheckBox);
|
---|
| 181 | this.commonGroupBox.Controls.Add(this.label10);
|
---|
[6628] | 182 | this.commonGroupBox.Controls.Add(this.displayNameTextBox);
|
---|
[6014] | 183 | this.commonGroupBox.Controls.Add(this.axisGroupBox);
|
---|
[6010] | 184 | this.commonGroupBox.Controls.Add(this.colorButton);
|
---|
[6628] | 185 | this.commonGroupBox.Controls.Add(this.label9);
|
---|
[6010] | 186 | this.commonGroupBox.Controls.Add(this.label1);
|
---|
| 187 | this.commonGroupBox.Controls.Add(this.label2);
|
---|
| 188 | this.commonGroupBox.Controls.Add(this.chartTypeComboBox);
|
---|
[7244] | 189 | this.commonGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
[6010] | 190 | this.commonGroupBox.Name = "commonGroupBox";
|
---|
[14437] | 191 | this.commonGroupBox.Size = new System.Drawing.Size(327, 199);
|
---|
[6012] | 192 | this.commonGroupBox.TabIndex = 0;
|
---|
[6010] | 193 | this.commonGroupBox.TabStop = false;
|
---|
| 194 | this.commonGroupBox.Text = "Common";
|
---|
| 195 | //
|
---|
[14582] | 196 | // clearColorButton
|
---|
| 197 | //
|
---|
| 198 | this.clearColorButton.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
---|
| 199 | this.clearColorButton.Cursor = System.Windows.Forms.Cursors.Default;
|
---|
| 200 | this.clearColorButton.FlatAppearance.BorderSize = 0;
|
---|
| 201 | this.clearColorButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
---|
| 202 | this.clearColorButton.ForeColor = System.Drawing.Color.Transparent;
|
---|
| 203 | this.clearColorButton.Location = new System.Drawing.Point(128, 76);
|
---|
| 204 | this.clearColorButton.Margin = new System.Windows.Forms.Padding(0);
|
---|
| 205 | this.clearColorButton.Name = "clearColorButton";
|
---|
| 206 | this.clearColorButton.Size = new System.Drawing.Size(15, 16);
|
---|
| 207 | this.clearColorButton.TabIndex = 10;
|
---|
| 208 | this.clearColorButton.TabStop = false;
|
---|
| 209 | this.clearColorButton.UseVisualStyleBackColor = false;
|
---|
| 210 | this.clearColorButton.Click += new System.EventHandler(this.clearColorButton_Click);
|
---|
| 211 | //
|
---|
[14437] | 212 | // isVisibleInLegendCheckBox
|
---|
| 213 | //
|
---|
| 214 | this.isVisibleInLegendCheckBox.AutoSize = true;
|
---|
| 215 | this.isVisibleInLegendCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 216 | this.isVisibleInLegendCheckBox.Location = new System.Drawing.Point(102, 104);
|
---|
| 217 | this.isVisibleInLegendCheckBox.Name = "isVisibleInLegendCheckBox";
|
---|
| 218 | this.isVisibleInLegendCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
| 219 | this.isVisibleInLegendCheckBox.TabIndex = 8;
|
---|
| 220 | this.isVisibleInLegendCheckBox.UseVisualStyleBackColor = true;
|
---|
| 221 | this.isVisibleInLegendCheckBox.CheckedChanged += new System.EventHandler(this.isVisibleInLegendCheckBox_CheckedChanged);
|
---|
| 222 | //
|
---|
| 223 | // label10
|
---|
| 224 | //
|
---|
| 225 | this.label10.AutoSize = true;
|
---|
| 226 | this.label10.Location = new System.Drawing.Point(6, 104);
|
---|
| 227 | this.label10.Name = "label10";
|
---|
| 228 | this.label10.Size = new System.Drawing.Size(90, 13);
|
---|
| 229 | this.label10.TabIndex = 7;
|
---|
| 230 | this.label10.Text = "&Visible in Legend:";
|
---|
| 231 | //
|
---|
[7216] | 232 | // displayNameTextBox
|
---|
| 233 | //
|
---|
[14582] | 234 | this.displayNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7244] | 235 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[14437] | 236 | this.displayNameTextBox.Location = new System.Drawing.Point(102, 19);
|
---|
[7216] | 237 | this.displayNameTextBox.Name = "displayNameTextBox";
|
---|
[14437] | 238 | this.displayNameTextBox.Size = new System.Drawing.Size(219, 20);
|
---|
[7244] | 239 | this.displayNameTextBox.TabIndex = 1;
|
---|
[7216] | 240 | this.displayNameTextBox.Validated += new System.EventHandler(this.displayNameTextBox_Validated);
|
---|
| 241 | //
|
---|
[6016] | 242 | // axisGroupBox
|
---|
[6014] | 243 | //
|
---|
[14582] | 244 | this.axisGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 245 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7244] | 246 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 247 | this.axisGroupBox.Controls.Add(this.panel2);
|
---|
| 248 | this.axisGroupBox.Controls.Add(this.panel1);
|
---|
[6016] | 249 | this.axisGroupBox.Controls.Add(this.label5);
|
---|
| 250 | this.axisGroupBox.Controls.Add(this.label6);
|
---|
[14437] | 251 | this.axisGroupBox.Location = new System.Drawing.Point(6, 126);
|
---|
[6016] | 252 | this.axisGroupBox.Name = "axisGroupBox";
|
---|
[7244] | 253 | this.axisGroupBox.Size = new System.Drawing.Size(315, 67);
|
---|
| 254 | this.axisGroupBox.TabIndex = 6;
|
---|
[6016] | 255 | this.axisGroupBox.TabStop = false;
|
---|
[7244] | 256 | this.axisGroupBox.Text = "Axes";
|
---|
[6014] | 257 | //
|
---|
[14436] | 258 | // panel2
|
---|
| 259 | //
|
---|
[14582] | 260 | this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[14436] | 261 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 262 | this.panel2.Controls.Add(this.yAxisSecondaryRadioButton);
|
---|
| 263 | this.panel2.Controls.Add(this.yAxisPrimaryRadioButton);
|
---|
| 264 | this.panel2.Location = new System.Drawing.Point(51, 42);
|
---|
| 265 | this.panel2.Name = "panel2";
|
---|
| 266 | this.panel2.Size = new System.Drawing.Size(258, 17);
|
---|
| 267 | this.panel2.TabIndex = 7;
|
---|
| 268 | //
|
---|
[6012] | 269 | // yAxisSecondaryRadioButton
|
---|
| 270 | //
|
---|
| 271 | this.yAxisSecondaryRadioButton.AutoSize = true;
|
---|
[7244] | 272 | this.yAxisSecondaryRadioButton.Location = new System.Drawing.Point(65, 0);
|
---|
[6012] | 273 | this.yAxisSecondaryRadioButton.Name = "yAxisSecondaryRadioButton";
|
---|
| 274 | this.yAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
|
---|
[7244] | 275 | this.yAxisSecondaryRadioButton.TabIndex = 5;
|
---|
[6012] | 276 | this.yAxisSecondaryRadioButton.TabStop = true;
|
---|
[7244] | 277 | this.yAxisSecondaryRadioButton.Text = "&Secondary";
|
---|
[6012] | 278 | this.yAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
|
---|
| 279 | this.yAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
|
---|
| 280 | //
|
---|
| 281 | // yAxisPrimaryRadioButton
|
---|
| 282 | //
|
---|
| 283 | this.yAxisPrimaryRadioButton.AutoSize = true;
|
---|
[7244] | 284 | this.yAxisPrimaryRadioButton.Location = new System.Drawing.Point(0, 0);
|
---|
[6012] | 285 | this.yAxisPrimaryRadioButton.Name = "yAxisPrimaryRadioButton";
|
---|
| 286 | this.yAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
|
---|
[7244] | 287 | this.yAxisPrimaryRadioButton.TabIndex = 4;
|
---|
[6012] | 288 | this.yAxisPrimaryRadioButton.TabStop = true;
|
---|
[7244] | 289 | this.yAxisPrimaryRadioButton.Text = "&Primary";
|
---|
[6012] | 290 | this.yAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
|
---|
| 291 | this.yAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
|
---|
| 292 | //
|
---|
[14436] | 293 | // panel1
|
---|
[6012] | 294 | //
|
---|
[14582] | 295 | this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[14436] | 296 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 297 | this.panel1.Controls.Add(this.xAxisPrimaryRadioButton);
|
---|
| 298 | this.panel1.Controls.Add(this.xAxisSecondaryRadioButton);
|
---|
| 299 | this.panel1.Location = new System.Drawing.Point(51, 19);
|
---|
| 300 | this.panel1.Name = "panel1";
|
---|
| 301 | this.panel1.Size = new System.Drawing.Size(258, 17);
|
---|
| 302 | this.panel1.TabIndex = 6;
|
---|
[6012] | 303 | //
|
---|
[14436] | 304 | // xAxisPrimaryRadioButton
|
---|
| 305 | //
|
---|
| 306 | this.xAxisPrimaryRadioButton.AutoSize = true;
|
---|
| 307 | this.xAxisPrimaryRadioButton.Location = new System.Drawing.Point(0, 0);
|
---|
| 308 | this.xAxisPrimaryRadioButton.Name = "xAxisPrimaryRadioButton";
|
---|
| 309 | this.xAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
|
---|
| 310 | this.xAxisPrimaryRadioButton.TabIndex = 1;
|
---|
| 311 | this.xAxisPrimaryRadioButton.TabStop = true;
|
---|
| 312 | this.xAxisPrimaryRadioButton.Text = "&Primary";
|
---|
| 313 | this.xAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
|
---|
| 314 | this.xAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
|
---|
| 315 | //
|
---|
[6016] | 316 | // xAxisSecondaryRadioButton
|
---|
| 317 | //
|
---|
| 318 | this.xAxisSecondaryRadioButton.AutoSize = true;
|
---|
[7244] | 319 | this.xAxisSecondaryRadioButton.Location = new System.Drawing.Point(65, 0);
|
---|
[6016] | 320 | this.xAxisSecondaryRadioButton.Name = "xAxisSecondaryRadioButton";
|
---|
| 321 | this.xAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
|
---|
[7244] | 322 | this.xAxisSecondaryRadioButton.TabIndex = 2;
|
---|
[6016] | 323 | this.xAxisSecondaryRadioButton.TabStop = true;
|
---|
[7244] | 324 | this.xAxisSecondaryRadioButton.Text = "&Secondary";
|
---|
[6016] | 325 | this.xAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
|
---|
| 326 | this.xAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
|
---|
| 327 | //
|
---|
[14436] | 328 | // label5
|
---|
| 329 | //
|
---|
| 330 | this.label5.AutoSize = true;
|
---|
| 331 | this.label5.Location = new System.Drawing.Point(6, 44);
|
---|
| 332 | this.label5.Name = "label5";
|
---|
| 333 | this.label5.Size = new System.Drawing.Size(39, 13);
|
---|
| 334 | this.label5.TabIndex = 3;
|
---|
| 335 | this.label5.Text = "&Y-Axis:";
|
---|
| 336 | //
|
---|
[7244] | 337 | // label6
|
---|
| 338 | //
|
---|
| 339 | this.label6.AutoSize = true;
|
---|
| 340 | this.label6.Location = new System.Drawing.Point(6, 21);
|
---|
| 341 | this.label6.Name = "label6";
|
---|
| 342 | this.label6.Size = new System.Drawing.Size(39, 13);
|
---|
| 343 | this.label6.TabIndex = 0;
|
---|
| 344 | this.label6.Text = "&X-Axis:";
|
---|
| 345 | //
|
---|
[7216] | 346 | // label9
|
---|
| 347 | //
|
---|
| 348 | this.label9.AutoSize = true;
|
---|
[7244] | 349 | this.label9.Location = new System.Drawing.Point(6, 22);
|
---|
[7216] | 350 | this.label9.Name = "label9";
|
---|
[7244] | 351 | this.label9.Size = new System.Drawing.Size(38, 13);
|
---|
[7216] | 352 | this.label9.TabIndex = 0;
|
---|
[7244] | 353 | this.label9.Text = "&Name:";
|
---|
[7216] | 354 | //
|
---|
[6010] | 355 | // histoGramGroupBox
|
---|
| 356 | //
|
---|
[14582] | 357 | this.histoGramGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7244] | 358 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 359 | this.histoGramGroupBox.Controls.Add(this.binsExactRadioButton);
|
---|
| 360 | this.histoGramGroupBox.Controls.Add(this.binsApproximatelyRadioButton);
|
---|
[6010] | 361 | this.histoGramGroupBox.Controls.Add(this.binsNumericUpDown);
|
---|
[14582] | 362 | this.histoGramGroupBox.Controls.Add(this.label11);
|
---|
[6010] | 363 | this.histoGramGroupBox.Controls.Add(this.label3);
|
---|
[14582] | 364 | this.histoGramGroupBox.Controls.Add(this.aggregationComboBox);
|
---|
[14437] | 365 | this.histoGramGroupBox.Location = new System.Drawing.Point(0, 305);
|
---|
[6010] | 366 | this.histoGramGroupBox.Name = "histoGramGroupBox";
|
---|
[14582] | 367 | this.histoGramGroupBox.Size = new System.Drawing.Size(327, 75);
|
---|
[6012] | 368 | this.histoGramGroupBox.TabIndex = 2;
|
---|
[6010] | 369 | this.histoGramGroupBox.TabStop = false;
|
---|
[7244] | 370 | this.histoGramGroupBox.Text = "Histogram Properties";
|
---|
[6010] | 371 | //
|
---|
[7244] | 372 | // binsExactRadioButton
|
---|
[6014] | 373 | //
|
---|
[7244] | 374 | this.binsExactRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 375 | this.binsExactRadioButton.AutoSize = true;
|
---|
| 376 | this.binsExactRadioButton.Location = new System.Drawing.Point(269, 19);
|
---|
| 377 | this.binsExactRadioButton.Name = "binsExactRadioButton";
|
---|
| 378 | this.binsExactRadioButton.Size = new System.Drawing.Size(52, 17);
|
---|
| 379 | this.binsExactRadioButton.TabIndex = 3;
|
---|
| 380 | this.binsExactRadioButton.TabStop = true;
|
---|
| 381 | this.binsExactRadioButton.Text = "&Exact";
|
---|
| 382 | this.binsExactRadioButton.UseVisualStyleBackColor = true;
|
---|
| 383 | this.binsExactRadioButton.CheckedChanged += new System.EventHandler(this.binNumberRadioButton_CheckedChanged);
|
---|
[6014] | 384 | //
|
---|
| 385 | // binsApproximatelyRadioButton
|
---|
| 386 | //
|
---|
[7244] | 387 | this.binsApproximatelyRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[6014] | 388 | this.binsApproximatelyRadioButton.AutoSize = true;
|
---|
[7244] | 389 | this.binsApproximatelyRadioButton.Location = new System.Drawing.Point(173, 19);
|
---|
[6014] | 390 | this.binsApproximatelyRadioButton.Name = "binsApproximatelyRadioButton";
|
---|
| 391 | this.binsApproximatelyRadioButton.Size = new System.Drawing.Size(90, 17);
|
---|
[7244] | 392 | this.binsApproximatelyRadioButton.TabIndex = 2;
|
---|
[6014] | 393 | this.binsApproximatelyRadioButton.TabStop = true;
|
---|
[7244] | 394 | this.binsApproximatelyRadioButton.Text = "&Approximately";
|
---|
[6014] | 395 | this.binsApproximatelyRadioButton.UseVisualStyleBackColor = true;
|
---|
[6016] | 396 | this.binsApproximatelyRadioButton.CheckedChanged += new System.EventHandler(this.binNumberRadioButton_CheckedChanged);
|
---|
[6014] | 397 | //
|
---|
[14582] | 398 | // label11
|
---|
| 399 | //
|
---|
| 400 | this.label11.AutoSize = true;
|
---|
| 401 | this.label11.Location = new System.Drawing.Point(6, 49);
|
---|
| 402 | this.label11.Name = "label11";
|
---|
| 403 | this.label11.Size = new System.Drawing.Size(67, 13);
|
---|
| 404 | this.label11.TabIndex = 0;
|
---|
| 405 | this.label11.Text = "Aggregation:";
|
---|
| 406 | //
|
---|
| 407 | // aggregationComboBox
|
---|
| 408 | //
|
---|
| 409 | this.aggregationComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 410 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 411 | this.aggregationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 412 | this.aggregationComboBox.FormattingEnabled = true;
|
---|
| 413 | this.aggregationComboBox.Location = new System.Drawing.Point(82, 45);
|
---|
| 414 | this.aggregationComboBox.Name = "aggregationComboBox";
|
---|
| 415 | this.aggregationComboBox.Size = new System.Drawing.Size(239, 21);
|
---|
| 416 | this.aggregationComboBox.TabIndex = 3;
|
---|
| 417 | this.aggregationComboBox.SelectedValueChanged += new System.EventHandler(this.aggregationComboBox_SelectedValueChanged);
|
---|
| 418 | //
|
---|
[6012] | 419 | // lineChartGroupBox
|
---|
[6011] | 420 | //
|
---|
[14582] | 421 | this.lineChartGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7244] | 422 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[6012] | 423 | this.lineChartGroupBox.Controls.Add(this.lineWidthNumericUpDown);
|
---|
| 424 | this.lineChartGroupBox.Controls.Add(this.label4);
|
---|
| 425 | this.lineChartGroupBox.Controls.Add(this.startIndexZeroCheckBox);
|
---|
| 426 | this.lineChartGroupBox.Controls.Add(this.label7);
|
---|
| 427 | this.lineChartGroupBox.Controls.Add(this.lineStyleComboBox);
|
---|
| 428 | this.lineChartGroupBox.Controls.Add(this.label8);
|
---|
[14437] | 429 | this.lineChartGroupBox.Location = new System.Drawing.Point(0, 205);
|
---|
[6012] | 430 | this.lineChartGroupBox.Name = "lineChartGroupBox";
|
---|
[7244] | 431 | this.lineChartGroupBox.Size = new System.Drawing.Size(327, 94);
|
---|
[6012] | 432 | this.lineChartGroupBox.TabIndex = 1;
|
---|
| 433 | this.lineChartGroupBox.TabStop = false;
|
---|
[7244] | 434 | this.lineChartGroupBox.Text = "Line Properties";
|
---|
[6011] | 435 | //
|
---|
[6012] | 436 | // lineWidthNumericUpDown
|
---|
| 437 | //
|
---|
[14582] | 438 | this.lineWidthNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7244] | 439 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 440 | this.lineWidthNumericUpDown.Location = new System.Drawing.Point(82, 66);
|
---|
[6012] | 441 | this.lineWidthNumericUpDown.Minimum = new decimal(new int[] {
|
---|
| 442 | 1,
|
---|
| 443 | 0,
|
---|
| 444 | 0,
|
---|
| 445 | 0});
|
---|
| 446 | this.lineWidthNumericUpDown.Name = "lineWidthNumericUpDown";
|
---|
[7244] | 447 | this.lineWidthNumericUpDown.Size = new System.Drawing.Size(239, 20);
|
---|
[6012] | 448 | this.lineWidthNumericUpDown.TabIndex = 5;
|
---|
| 449 | this.lineWidthNumericUpDown.Value = new decimal(new int[] {
|
---|
| 450 | 1,
|
---|
| 451 | 0,
|
---|
| 452 | 0,
|
---|
| 453 | 0});
|
---|
| 454 | this.lineWidthNumericUpDown.ValueChanged += new System.EventHandler(this.lineWidthNumericUpDown_ValueChanged);
|
---|
| 455 | //
|
---|
| 456 | // label4
|
---|
| 457 | //
|
---|
| 458 | this.label4.AutoSize = true;
|
---|
[7244] | 459 | this.label4.Location = new System.Drawing.Point(6, 68);
|
---|
[6012] | 460 | this.label4.Name = "label4";
|
---|
[7244] | 461 | this.label4.Size = new System.Drawing.Size(38, 13);
|
---|
[6012] | 462 | this.label4.TabIndex = 4;
|
---|
[7244] | 463 | this.label4.Text = "&Width:";
|
---|
[6012] | 464 | //
|
---|
| 465 | // label7
|
---|
| 466 | //
|
---|
| 467 | this.label7.AutoSize = true;
|
---|
[7244] | 468 | this.label7.Location = new System.Drawing.Point(6, 46);
|
---|
[6012] | 469 | this.label7.Name = "label7";
|
---|
[7244] | 470 | this.label7.Size = new System.Drawing.Size(70, 13);
|
---|
[6012] | 471 | this.label7.TabIndex = 2;
|
---|
[7244] | 472 | this.label7.Text = "Start &Index 0:";
|
---|
[6012] | 473 | //
|
---|
| 474 | // lineStyleComboBox
|
---|
| 475 | //
|
---|
[14582] | 476 | this.lineStyleComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7244] | 477 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[6012] | 478 | this.lineStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 479 | this.lineStyleComboBox.FormattingEnabled = true;
|
---|
[7244] | 480 | this.lineStyleComboBox.Location = new System.Drawing.Point(82, 19);
|
---|
[6012] | 481 | this.lineStyleComboBox.Name = "lineStyleComboBox";
|
---|
[7244] | 482 | this.lineStyleComboBox.Size = new System.Drawing.Size(239, 21);
|
---|
[6012] | 483 | this.lineStyleComboBox.TabIndex = 1;
|
---|
| 484 | this.lineStyleComboBox.SelectedValueChanged += new System.EventHandler(this.lineStyleComboBox_SelectedValueChanged);
|
---|
| 485 | //
|
---|
| 486 | // label8
|
---|
| 487 | //
|
---|
| 488 | this.label8.AutoSize = true;
|
---|
[7244] | 489 | this.label8.Location = new System.Drawing.Point(6, 22);
|
---|
[6012] | 490 | this.label8.Name = "label8";
|
---|
[7244] | 491 | this.label8.Size = new System.Drawing.Size(33, 13);
|
---|
[6012] | 492 | this.label8.TabIndex = 0;
|
---|
[7244] | 493 | this.label8.Text = "&Style:";
|
---|
[6012] | 494 | //
|
---|
[6010] | 495 | // DataRowVisualPropertiesControl
|
---|
| 496 | //
|
---|
[7967] | 497 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[6012] | 498 | this.Controls.Add(this.lineChartGroupBox);
|
---|
[6010] | 499 | this.Controls.Add(this.histoGramGroupBox);
|
---|
| 500 | this.Controls.Add(this.commonGroupBox);
|
---|
| 501 | this.Name = "DataRowVisualPropertiesControl";
|
---|
[14582] | 502 | this.Size = new System.Drawing.Size(327, 382);
|
---|
[6010] | 503 | ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).EndInit();
|
---|
| 504 | this.commonGroupBox.ResumeLayout(false);
|
---|
| 505 | this.commonGroupBox.PerformLayout();
|
---|
[6016] | 506 | this.axisGroupBox.ResumeLayout(false);
|
---|
| 507 | this.axisGroupBox.PerformLayout();
|
---|
[14436] | 508 | this.panel2.ResumeLayout(false);
|
---|
| 509 | this.panel2.PerformLayout();
|
---|
| 510 | this.panel1.ResumeLayout(false);
|
---|
| 511 | this.panel1.PerformLayout();
|
---|
[6010] | 512 | this.histoGramGroupBox.ResumeLayout(false);
|
---|
| 513 | this.histoGramGroupBox.PerformLayout();
|
---|
[6012] | 514 | this.lineChartGroupBox.ResumeLayout(false);
|
---|
| 515 | this.lineChartGroupBox.PerformLayout();
|
---|
| 516 | ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).EndInit();
|
---|
[6010] | 517 | this.ResumeLayout(false);
|
---|
| 518 |
|
---|
| 519 | }
|
---|
| 520 |
|
---|
| 521 | #endregion
|
---|
| 522 |
|
---|
| 523 | private System.Windows.Forms.ComboBox chartTypeComboBox;
|
---|
| 524 | private System.Windows.Forms.ColorDialog colorDialog;
|
---|
| 525 | private System.Windows.Forms.Button colorButton;
|
---|
| 526 | private System.Windows.Forms.CheckBox startIndexZeroCheckBox;
|
---|
| 527 | private System.Windows.Forms.NumericUpDown binsNumericUpDown;
|
---|
| 528 | private System.Windows.Forms.Label label1;
|
---|
| 529 | private System.Windows.Forms.Label label2;
|
---|
| 530 | private System.Windows.Forms.Label label3;
|
---|
| 531 | private System.Windows.Forms.GroupBox commonGroupBox;
|
---|
| 532 | private System.Windows.Forms.GroupBox histoGramGroupBox;
|
---|
[6012] | 533 | private System.Windows.Forms.RadioButton xAxisSecondaryRadioButton;
|
---|
| 534 | private System.Windows.Forms.RadioButton yAxisSecondaryRadioButton;
|
---|
| 535 | private System.Windows.Forms.RadioButton xAxisPrimaryRadioButton;
|
---|
| 536 | private System.Windows.Forms.RadioButton yAxisPrimaryRadioButton;
|
---|
| 537 | private System.Windows.Forms.Label label6;
|
---|
| 538 | private System.Windows.Forms.GroupBox lineChartGroupBox;
|
---|
| 539 | private System.Windows.Forms.NumericUpDown lineWidthNumericUpDown;
|
---|
| 540 | private System.Windows.Forms.Label label4;
|
---|
| 541 | private System.Windows.Forms.Label label7;
|
---|
| 542 | private System.Windows.Forms.RadioButton binsExactRadioButton;
|
---|
| 543 | private System.Windows.Forms.RadioButton binsApproximatelyRadioButton;
|
---|
| 544 | private System.Windows.Forms.ComboBox lineStyleComboBox;
|
---|
| 545 | private System.Windows.Forms.Label label8;
|
---|
[6014] | 546 | private System.Windows.Forms.Label label5;
|
---|
| 547 | private System.Windows.Forms.GroupBox axisGroupBox;
|
---|
[6628] | 548 | private System.Windows.Forms.TextBox displayNameTextBox;
|
---|
| 549 | private System.Windows.Forms.Label label9;
|
---|
[7244] | 550 | private System.Windows.Forms.Panel panel2;
|
---|
| 551 | private System.Windows.Forms.Panel panel1;
|
---|
[14437] | 552 | private System.Windows.Forms.Label label10;
|
---|
| 553 | private System.Windows.Forms.CheckBox isVisibleInLegendCheckBox;
|
---|
[14582] | 554 | private System.Windows.Forms.Label label11;
|
---|
| 555 | private System.Windows.Forms.ComboBox aggregationComboBox;
|
---|
| 556 | private System.Windows.Forms.Button clearColorButton;
|
---|
[6010] | 557 | }
|
---|
| 558 | }
|
---|