[13808] | 1 | namespace HeuristicLab.Problems.DataAnalysis.Views {
|
---|
[14852] | 2 | partial class RegressionSolutionPartialDependencePlotView {
|
---|
[13808] | 3 | /// <summary>
|
---|
| 4 | /// Required designer variable.
|
---|
| 5 | /// </summary>
|
---|
| 6 | private System.ComponentModel.IContainer components = null;
|
---|
| 7 |
|
---|
| 8 | /// <summary>
|
---|
| 9 | /// Clean up any resources being used.
|
---|
| 10 | /// </summary>
|
---|
| 11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 12 | protected override void Dispose(bool disposing) {
|
---|
| 13 | if (disposing && (components != null)) {
|
---|
| 14 | components.Dispose();
|
---|
| 15 | }
|
---|
| 16 | base.Dispose(disposing);
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | #region Component Designer generated code
|
---|
| 20 |
|
---|
| 21 | /// <summary>
|
---|
| 22 | /// Required method for Designer support - do not modify
|
---|
| 23 | /// the contents of this method with the code editor.
|
---|
| 24 | /// </summary>
|
---|
| 25 | private void InitializeComponent() {
|
---|
[13995] | 26 | this.components = new System.ComponentModel.Container();
|
---|
[16519] | 27 | this.variableValuesModeComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 28 | this.configSplitContainer = new System.Windows.Forms.SplitContainer();
|
---|
| 29 | this.variableGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[13808] | 30 | this.variableListView = new System.Windows.Forms.ListView();
|
---|
[16519] | 31 | this.rowSelectGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 32 | this.rowLabel = new System.Windows.Forms.Label();
|
---|
| 33 | this.rowNrNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
| 34 | this.densityGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 35 | this.columnsNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
| 36 | this.columnsLabel = new System.Windows.Forms.Label();
|
---|
| 37 | this.densityComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 38 | this.densityLabel = new System.Windows.Forms.Label();
|
---|
[13846] | 39 | this.yAxisConfigGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 40 | this.limitView = new HeuristicLab.Problems.DataAnalysis.Views.DoubleLimitView();
|
---|
| 41 | this.automaticYAxisCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[13850] | 42 | this.scrollPanel = new System.Windows.Forms.Panel();
|
---|
[16519] | 43 | this.partialDependencePlotTableLayout = new System.Windows.Forms.TableLayoutPanel();
|
---|
[13995] | 44 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
[16519] | 45 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[13850] | 46 | ((System.ComponentModel.ISupportInitialize)(this.configSplitContainer)).BeginInit();
|
---|
| 47 | this.configSplitContainer.Panel1.SuspendLayout();
|
---|
| 48 | this.configSplitContainer.Panel2.SuspendLayout();
|
---|
| 49 | this.configSplitContainer.SuspendLayout();
|
---|
| 50 | this.variableGroupBox.SuspendLayout();
|
---|
[16519] | 51 | this.rowSelectGroupBox.SuspendLayout();
|
---|
| 52 | ((System.ComponentModel.ISupportInitialize)(this.rowNrNumericUpDown)).BeginInit();
|
---|
| 53 | this.densityGroupBox.SuspendLayout();
|
---|
| 54 | ((System.ComponentModel.ISupportInitialize)(this.columnsNumericUpDown)).BeginInit();
|
---|
| 55 | this.yAxisConfigGroupBox.SuspendLayout();
|
---|
[13850] | 56 | this.scrollPanel.SuspendLayout();
|
---|
[13995] | 57 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[13808] | 58 | this.SuspendLayout();
|
---|
| 59 | //
|
---|
[16519] | 60 | // variableValuesModeComboBox
|
---|
| 61 | //
|
---|
| 62 | this.variableValuesModeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 63 | this.variableValuesModeComboBox.Items.AddRange(new object[] {
|
---|
| 64 | "Row",
|
---|
| 65 | "Mean",
|
---|
| 66 | "Median",
|
---|
| 67 | "Most Common"});
|
---|
| 68 | this.variableValuesModeComboBox.Location = new System.Drawing.Point(10, 19);
|
---|
| 69 | this.variableValuesModeComboBox.Name = "variableValuesModeComboBox";
|
---|
| 70 | this.variableValuesModeComboBox.Size = new System.Drawing.Size(150, 21);
|
---|
| 71 | this.variableValuesModeComboBox.TabIndex = 3;
|
---|
| 72 | this.variableValuesModeComboBox.SelectedValueChanged += new System.EventHandler(this.variableValuesComboBox_SelectedValueChanged);
|
---|
| 73 | this.variableValuesModeComboBox.MouseLeave += new System.EventHandler(this.variableValuesModeComboBox_MouseLeave);
|
---|
| 74 | this.variableValuesModeComboBox.MouseHover += new System.EventHandler(this.variableValuesModeComboBox_MouseHover);
|
---|
| 75 | //
|
---|
| 76 | // configSplitContainer
|
---|
| 77 | //
|
---|
| 78 | this.configSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 79 | this.configSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
---|
| 80 | this.configSplitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
| 81 | this.configSplitContainer.Name = "configSplitContainer";
|
---|
| 82 | //
|
---|
| 83 | // configSplitContainer.Panel1
|
---|
| 84 | //
|
---|
| 85 | this.configSplitContainer.Panel1.Controls.Add(this.variableGroupBox);
|
---|
| 86 | this.configSplitContainer.Panel1.Controls.Add(this.rowSelectGroupBox);
|
---|
| 87 | this.configSplitContainer.Panel1.Controls.Add(this.densityGroupBox);
|
---|
| 88 | this.configSplitContainer.Panel1.Controls.Add(this.yAxisConfigGroupBox);
|
---|
| 89 | //
|
---|
| 90 | // configSplitContainer.Panel2
|
---|
| 91 | //
|
---|
| 92 | this.configSplitContainer.Panel2.Controls.Add(this.scrollPanel);
|
---|
| 93 | this.configSplitContainer.Size = new System.Drawing.Size(715, 648);
|
---|
| 94 | this.configSplitContainer.SplitterDistance = 169;
|
---|
| 95 | this.configSplitContainer.TabIndex = 0;
|
---|
| 96 | this.configSplitContainer.TabStop = false;
|
---|
| 97 | //
|
---|
| 98 | // variableGroupBox
|
---|
| 99 | //
|
---|
| 100 | this.variableGroupBox.Controls.Add(this.variableListView);
|
---|
| 101 | this.variableGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 102 | this.variableGroupBox.Location = new System.Drawing.Point(0, 225);
|
---|
| 103 | this.variableGroupBox.Name = "variableGroupBox";
|
---|
| 104 | this.variableGroupBox.Size = new System.Drawing.Size(169, 423);
|
---|
| 105 | this.variableGroupBox.TabIndex = 1;
|
---|
| 106 | this.variableGroupBox.TabStop = false;
|
---|
| 107 | this.variableGroupBox.Text = "Variables";
|
---|
| 108 | //
|
---|
[13808] | 109 | // variableListView
|
---|
| 110 | //
|
---|
| 111 | this.variableListView.CheckBoxes = true;
|
---|
[13850] | 112 | this.variableListView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 113 | this.variableListView.Location = new System.Drawing.Point(3, 16);
|
---|
[13808] | 114 | this.variableListView.Name = "variableListView";
|
---|
[16519] | 115 | this.variableListView.Size = new System.Drawing.Size(163, 404);
|
---|
[13808] | 116 | this.variableListView.TabIndex = 0;
|
---|
| 117 | this.variableListView.UseCompatibleStateImageBehavior = false;
|
---|
| 118 | this.variableListView.View = System.Windows.Forms.View.List;
|
---|
[14021] | 119 | this.variableListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.variableListView_ItemChecked);
|
---|
[13808] | 120 | //
|
---|
[16519] | 121 | // rowSelectGroupBox
|
---|
[13817] | 122 | //
|
---|
[16519] | 123 | this.rowSelectGroupBox.Controls.Add(this.variableValuesModeComboBox);
|
---|
| 124 | this.rowSelectGroupBox.Controls.Add(this.rowLabel);
|
---|
| 125 | this.rowSelectGroupBox.Controls.Add(this.rowNrNumericUpDown);
|
---|
| 126 | this.rowSelectGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
| 127 | this.rowSelectGroupBox.Location = new System.Drawing.Point(0, 151);
|
---|
| 128 | this.rowSelectGroupBox.Name = "rowSelectGroupBox";
|
---|
| 129 | this.rowSelectGroupBox.Size = new System.Drawing.Size(169, 74);
|
---|
| 130 | this.rowSelectGroupBox.TabIndex = 1;
|
---|
| 131 | this.rowSelectGroupBox.TabStop = false;
|
---|
| 132 | this.rowSelectGroupBox.Text = "Variable Values";
|
---|
[13808] | 133 | //
|
---|
[16519] | 134 | // rowLabel
|
---|
[13846] | 135 | //
|
---|
[16519] | 136 | this.rowLabel.AutoSize = true;
|
---|
| 137 | this.rowLabel.Location = new System.Drawing.Point(7, 48);
|
---|
| 138 | this.rowLabel.Name = "rowLabel";
|
---|
| 139 | this.rowLabel.Size = new System.Drawing.Size(46, 13);
|
---|
| 140 | this.rowLabel.TabIndex = 2;
|
---|
| 141 | this.rowLabel.Text = "Row Nr.";
|
---|
[13846] | 142 | //
|
---|
[16519] | 143 | // rowNrNumericUpDown
|
---|
[13846] | 144 | //
|
---|
[16519] | 145 | this.rowNrNumericUpDown.Location = new System.Drawing.Point(66, 46);
|
---|
| 146 | this.rowNrNumericUpDown.Name = "rowNrNumericUpDown";
|
---|
| 147 | this.rowNrNumericUpDown.Size = new System.Drawing.Size(94, 20);
|
---|
| 148 | this.rowNrNumericUpDown.TabIndex = 1;
|
---|
| 149 | this.rowNrNumericUpDown.ValueChanged += new System.EventHandler(this.rowNrNumericUpDown_ValueChanged);
|
---|
[13846] | 150 | //
|
---|
[13850] | 151 | // densityGroupBox
|
---|
| 152 | //
|
---|
[14089] | 153 | this.densityGroupBox.Controls.Add(this.columnsNumericUpDown);
|
---|
[14014] | 154 | this.densityGroupBox.Controls.Add(this.columnsLabel);
|
---|
[13850] | 155 | this.densityGroupBox.Controls.Add(this.densityComboBox);
|
---|
[16519] | 156 | this.densityGroupBox.Controls.Add(this.densityLabel);
|
---|
[13850] | 157 | this.densityGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
[13853] | 158 | this.densityGroupBox.Location = new System.Drawing.Point(0, 77);
|
---|
[13850] | 159 | this.densityGroupBox.Name = "densityGroupBox";
|
---|
[14014] | 160 | this.densityGroupBox.Size = new System.Drawing.Size(169, 74);
|
---|
[13850] | 161 | this.densityGroupBox.TabIndex = 3;
|
---|
| 162 | this.densityGroupBox.TabStop = false;
|
---|
[14014] | 163 | this.densityGroupBox.Text = "Settings";
|
---|
[13850] | 164 | //
|
---|
[16519] | 165 | // columnsNumericUpDown
|
---|
| 166 | //
|
---|
| 167 | this.columnsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 168 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 169 | this.columnsNumericUpDown.Location = new System.Drawing.Point(66, 46);
|
---|
| 170 | this.columnsNumericUpDown.Minimum = new decimal(new int[] {
|
---|
| 171 | 1,
|
---|
| 172 | 0,
|
---|
| 173 | 0,
|
---|
| 174 | 0});
|
---|
| 175 | this.columnsNumericUpDown.Name = "columnsNumericUpDown";
|
---|
| 176 | this.columnsNumericUpDown.Size = new System.Drawing.Size(94, 20);
|
---|
| 177 | this.columnsNumericUpDown.TabIndex = 1;
|
---|
| 178 | this.columnsNumericUpDown.Value = new decimal(new int[] {
|
---|
| 179 | 4,
|
---|
| 180 | 0,
|
---|
| 181 | 0,
|
---|
| 182 | 0});
|
---|
| 183 | this.columnsNumericUpDown.ValueChanged += new System.EventHandler(this.columnsNumericUpDown_ValueChanged);
|
---|
| 184 | //
|
---|
[14014] | 185 | // columnsLabel
|
---|
| 186 | //
|
---|
| 187 | this.columnsLabel.AutoSize = true;
|
---|
| 188 | this.columnsLabel.Location = new System.Drawing.Point(7, 49);
|
---|
| 189 | this.columnsLabel.Name = "columnsLabel";
|
---|
| 190 | this.columnsLabel.Size = new System.Drawing.Size(50, 13);
|
---|
| 191 | this.columnsLabel.TabIndex = 0;
|
---|
| 192 | this.columnsLabel.Text = "Columns:";
|
---|
| 193 | //
|
---|
[13850] | 194 | // densityComboBox
|
---|
| 195 | //
|
---|
| 196 | this.densityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 197 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 198 | this.densityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 199 | this.densityComboBox.FormattingEnabled = true;
|
---|
| 200 | this.densityComboBox.Items.AddRange(new object[] {
|
---|
| 201 | "None",
|
---|
| 202 | "Training",
|
---|
| 203 | "Test",
|
---|
| 204 | "All"});
|
---|
[14014] | 205 | this.densityComboBox.Location = new System.Drawing.Point(66, 19);
|
---|
[13850] | 206 | this.densityComboBox.Name = "densityComboBox";
|
---|
[14014] | 207 | this.densityComboBox.Size = new System.Drawing.Size(94, 21);
|
---|
[13850] | 208 | this.densityComboBox.TabIndex = 0;
|
---|
| 209 | this.densityComboBox.SelectedIndexChanged += new System.EventHandler(this.densityComboBox_SelectedIndexChanged);
|
---|
| 210 | //
|
---|
[16519] | 211 | // densityLabel
|
---|
[14014] | 212 | //
|
---|
[16519] | 213 | this.densityLabel.AutoSize = true;
|
---|
| 214 | this.densityLabel.Location = new System.Drawing.Point(7, 22);
|
---|
| 215 | this.densityLabel.Name = "densityLabel";
|
---|
| 216 | this.densityLabel.Size = new System.Drawing.Size(45, 13);
|
---|
| 217 | this.densityLabel.TabIndex = 0;
|
---|
| 218 | this.densityLabel.Text = "Density:";
|
---|
[14014] | 219 | //
|
---|
[16519] | 220 | // yAxisConfigGroupBox
|
---|
[13850] | 221 | //
|
---|
[16519] | 222 | this.yAxisConfigGroupBox.Controls.Add(this.limitView);
|
---|
| 223 | this.yAxisConfigGroupBox.Controls.Add(this.automaticYAxisCheckBox);
|
---|
| 224 | this.yAxisConfigGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
| 225 | this.yAxisConfigGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
| 226 | this.yAxisConfigGroupBox.Name = "yAxisConfigGroupBox";
|
---|
| 227 | this.yAxisConfigGroupBox.Size = new System.Drawing.Size(169, 77);
|
---|
| 228 | this.yAxisConfigGroupBox.TabIndex = 2;
|
---|
| 229 | this.yAxisConfigGroupBox.TabStop = false;
|
---|
| 230 | this.yAxisConfigGroupBox.Text = "Y-Axis";
|
---|
[13850] | 231 | //
|
---|
[16519] | 232 | // limitView
|
---|
[13850] | 233 | //
|
---|
[16519] | 234 | this.limitView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 235 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 236 | this.limitView.Caption = "DoubleLimit View";
|
---|
| 237 | this.limitView.Content = null;
|
---|
| 238 | this.limitView.Location = new System.Drawing.Point(6, 20);
|
---|
| 239 | this.limitView.Name = "limitView";
|
---|
| 240 | this.limitView.ReadOnly = false;
|
---|
| 241 | this.limitView.Size = new System.Drawing.Size(157, 47);
|
---|
| 242 | this.limitView.TabIndex = 1;
|
---|
[13850] | 243 | //
|
---|
[16519] | 244 | // automaticYAxisCheckBox
|
---|
[13850] | 245 | //
|
---|
[16519] | 246 | this.automaticYAxisCheckBox.AutoSize = true;
|
---|
| 247 | this.automaticYAxisCheckBox.Location = new System.Drawing.Point(49, -1);
|
---|
| 248 | this.automaticYAxisCheckBox.Name = "automaticYAxisCheckBox";
|
---|
| 249 | this.automaticYAxisCheckBox.Size = new System.Drawing.Size(73, 17);
|
---|
| 250 | this.automaticYAxisCheckBox.TabIndex = 0;
|
---|
| 251 | this.automaticYAxisCheckBox.Text = "Automatic";
|
---|
| 252 | this.automaticYAxisCheckBox.UseVisualStyleBackColor = true;
|
---|
| 253 | this.automaticYAxisCheckBox.CheckedChanged += new System.EventHandler(this.automaticYAxisCheckBox_CheckedChanged);
|
---|
[13850] | 254 | //
|
---|
| 255 | // scrollPanel
|
---|
| 256 | //
|
---|
[14852] | 257 | this.scrollPanel.Controls.Add(this.partialDependencePlotTableLayout);
|
---|
[13850] | 258 | this.scrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 259 | this.scrollPanel.Location = new System.Drawing.Point(0, 0);
|
---|
| 260 | this.scrollPanel.Name = "scrollPanel";
|
---|
| 261 | this.scrollPanel.Size = new System.Drawing.Size(542, 648);
|
---|
| 262 | this.scrollPanel.TabIndex = 0;
|
---|
| 263 | //
|
---|
[16519] | 264 | // partialDependencePlotTableLayout
|
---|
| 265 | //
|
---|
| 266 | this.partialDependencePlotTableLayout.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 267 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 268 | this.partialDependencePlotTableLayout.AutoSize = true;
|
---|
| 269 | this.partialDependencePlotTableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
---|
| 270 | this.partialDependencePlotTableLayout.ColumnCount = 1;
|
---|
| 271 | this.partialDependencePlotTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
| 272 | this.partialDependencePlotTableLayout.Location = new System.Drawing.Point(0, 0);
|
---|
| 273 | this.partialDependencePlotTableLayout.Name = "partialDependencePlotTableLayout";
|
---|
| 274 | this.partialDependencePlotTableLayout.RowCount = 1;
|
---|
| 275 | this.partialDependencePlotTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
---|
| 276 | this.partialDependencePlotTableLayout.Size = new System.Drawing.Size(542, 0);
|
---|
| 277 | this.partialDependencePlotTableLayout.TabIndex = 2;
|
---|
| 278 | //
|
---|
[13995] | 279 | // errorProvider
|
---|
| 280 | //
|
---|
[13999] | 281 | this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
|
---|
[13995] | 282 | this.errorProvider.ContainerControl = this;
|
---|
| 283 | //
|
---|
[14852] | 284 | // RegressionSolutionPartialDependencePlotView
|
---|
[13808] | 285 | //
|
---|
| 286 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 287 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[13850] | 288 | this.Controls.Add(this.configSplitContainer);
|
---|
[14852] | 289 | this.Name = "RegressionSolutionPartialDependencePlotView";
|
---|
[13850] | 290 | this.Size = new System.Drawing.Size(715, 648);
|
---|
| 291 | this.configSplitContainer.Panel1.ResumeLayout(false);
|
---|
| 292 | this.configSplitContainer.Panel2.ResumeLayout(false);
|
---|
| 293 | ((System.ComponentModel.ISupportInitialize)(this.configSplitContainer)).EndInit();
|
---|
| 294 | this.configSplitContainer.ResumeLayout(false);
|
---|
| 295 | this.variableGroupBox.ResumeLayout(false);
|
---|
[16519] | 296 | this.rowSelectGroupBox.ResumeLayout(false);
|
---|
| 297 | this.rowSelectGroupBox.PerformLayout();
|
---|
| 298 | ((System.ComponentModel.ISupportInitialize)(this.rowNrNumericUpDown)).EndInit();
|
---|
| 299 | this.densityGroupBox.ResumeLayout(false);
|
---|
| 300 | this.densityGroupBox.PerformLayout();
|
---|
| 301 | ((System.ComponentModel.ISupportInitialize)(this.columnsNumericUpDown)).EndInit();
|
---|
| 302 | this.yAxisConfigGroupBox.ResumeLayout(false);
|
---|
| 303 | this.yAxisConfigGroupBox.PerformLayout();
|
---|
[13850] | 304 | this.scrollPanel.ResumeLayout(false);
|
---|
| 305 | this.scrollPanel.PerformLayout();
|
---|
[13995] | 306 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[13808] | 307 | this.ResumeLayout(false);
|
---|
| 308 |
|
---|
| 309 | }
|
---|
| 310 |
|
---|
| 311 | #endregion
|
---|
| 312 |
|
---|
| 313 | private System.Windows.Forms.ListView variableListView;
|
---|
[14852] | 314 | private System.Windows.Forms.TableLayoutPanel partialDependencePlotTableLayout;
|
---|
[13846] | 315 | private System.Windows.Forms.GroupBox yAxisConfigGroupBox;
|
---|
| 316 | private System.Windows.Forms.CheckBox automaticYAxisCheckBox;
|
---|
| 317 | private DoubleLimitView limitView;
|
---|
[13850] | 318 | private System.Windows.Forms.GroupBox densityGroupBox;
|
---|
| 319 | private System.Windows.Forms.ComboBox densityComboBox;
|
---|
| 320 | private System.Windows.Forms.SplitContainer configSplitContainer;
|
---|
| 321 | private System.Windows.Forms.GroupBox variableGroupBox;
|
---|
| 322 | private System.Windows.Forms.Panel scrollPanel;
|
---|
[13995] | 323 | private System.Windows.Forms.Label columnsLabel;
|
---|
| 324 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
[16519] | 325 | private System.Windows.Forms.Label densityLabel;
|
---|
[14089] | 326 | private System.Windows.Forms.NumericUpDown columnsNumericUpDown;
|
---|
[16519] | 327 | private System.Windows.Forms.GroupBox rowSelectGroupBox;
|
---|
| 328 | private System.Windows.Forms.ComboBox variableValuesModeComboBox;
|
---|
| 329 | private System.Windows.Forms.Label rowLabel;
|
---|
| 330 | private System.Windows.Forms.NumericUpDown rowNrNumericUpDown;
|
---|
| 331 | private System.Windows.Forms.ToolTip toolTip;
|
---|
[13808] | 332 | }
|
---|
| 333 | }
|
---|