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