Free cookie consent management tool by TermsFeed Policy Generator

source: branches/histogram/HeuristicLab.Analysis.Views/3.3/DataRowVisualPropertiesControl.Designer.cs @ 6010

Last change on this file since 6010 was 6010, checked in by abeham, 13 years ago

#1465

  • worked on histogram integration
    • Added control to display DataRowVisualProperties
    • Added a dialog to select the DataRowVisualProperties of different series
    • Added a Properties menu item to the context menu and an option to show or hide this item (default is hide)
File size: 10.5 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
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
22namespace 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.secondYAxisCheckBox = new System.Windows.Forms.CheckBox();
49      this.colorDialog = new System.Windows.Forms.ColorDialog();
50      this.colorButton = new System.Windows.Forms.Button();
51      this.startIndexZeroCheckBox = new System.Windows.Forms.CheckBox();
52      this.exactBinsCheckBox = new System.Windows.Forms.CheckBox();
53      this.binsNumericUpDown = new System.Windows.Forms.NumericUpDown();
54      this.label1 = new System.Windows.Forms.Label();
55      this.label2 = new System.Windows.Forms.Label();
56      this.label3 = new System.Windows.Forms.Label();
57      this.commonGroupBox = new System.Windows.Forms.GroupBox();
58      this.histoGramGroupBox = new System.Windows.Forms.GroupBox();
59      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).BeginInit();
60      this.commonGroupBox.SuspendLayout();
61      this.histoGramGroupBox.SuspendLayout();
62      this.SuspendLayout();
63      //
64      // chartTypeComboBox
65      //
66      this.chartTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
67                  | System.Windows.Forms.AnchorStyles.Right)));
68      this.chartTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
69      this.chartTypeComboBox.FormattingEnabled = true;
70      this.chartTypeComboBox.Location = new System.Drawing.Point(90, 19);
71      this.chartTypeComboBox.Name = "chartTypeComboBox";
72      this.chartTypeComboBox.Size = new System.Drawing.Size(377, 21);
73      this.chartTypeComboBox.TabIndex = 0;
74      this.chartTypeComboBox.SelectedValueChanged += new System.EventHandler(this.chartTypeComboBox_SelectedValueChanged);
75      //
76      // secondYAxisCheckBox
77      //
78      this.secondYAxisCheckBox.AutoSize = true;
79      this.secondYAxisCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
80      this.secondYAxisCheckBox.Location = new System.Drawing.Point(8, 75);
81      this.secondYAxisCheckBox.Name = "secondYAxisCheckBox";
82      this.secondYAxisCheckBox.Size = new System.Drawing.Size(98, 17);
83      this.secondYAxisCheckBox.TabIndex = 1;
84      this.secondYAxisCheckBox.Text = "Second Y Axis:";
85      this.secondYAxisCheckBox.UseVisualStyleBackColor = true;
86      this.secondYAxisCheckBox.CheckedChanged += new System.EventHandler(this.secondYAxisCheckBox_CheckedChanged);
87      //
88      // colorDialog
89      //
90      this.colorDialog.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
91      //
92      // colorButton
93      //
94      this.colorButton.BackColor = System.Drawing.SystemColors.Control;
95      this.colorButton.Location = new System.Drawing.Point(90, 46);
96      this.colorButton.Name = "colorButton";
97      this.colorButton.Size = new System.Drawing.Size(23, 23);
98      this.colorButton.TabIndex = 2;
99      this.colorButton.UseVisualStyleBackColor = false;
100      this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
101      //
102      // startIndexZeroCheckBox
103      //
104      this.startIndexZeroCheckBox.AutoSize = true;
105      this.startIndexZeroCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
106      this.startIndexZeroCheckBox.Location = new System.Drawing.Point(17, 98);
107      this.startIndexZeroCheckBox.Name = "startIndexZeroCheckBox";
108      this.startIndexZeroCheckBox.Size = new System.Drawing.Size(89, 17);
109      this.startIndexZeroCheckBox.TabIndex = 3;
110      this.startIndexZeroCheckBox.Text = "Start Index 0:";
111      this.startIndexZeroCheckBox.UseVisualStyleBackColor = true;
112      this.startIndexZeroCheckBox.CheckedChanged += new System.EventHandler(this.startIndexZeroCheckBox_CheckedChanged);
113      //
114      // exactBinsCheckBox
115      //
116      this.exactBinsCheckBox.AutoSize = true;
117      this.exactBinsCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
118      this.exactBinsCheckBox.Location = new System.Drawing.Point(155, 20);
119      this.exactBinsCheckBox.Name = "exactBinsCheckBox";
120      this.exactBinsCheckBox.Size = new System.Drawing.Size(56, 17);
121      this.exactBinsCheckBox.TabIndex = 4;
122      this.exactBinsCheckBox.Text = "Exact:";
123      this.exactBinsCheckBox.UseVisualStyleBackColor = true;
124      this.exactBinsCheckBox.CheckedChanged += new System.EventHandler(this.exactBinsCheckBox_CheckedChanged);
125      //
126      // binsNumericUpDown
127      //
128      this.binsNumericUpDown.Location = new System.Drawing.Point(48, 19);
129      this.binsNumericUpDown.Name = "binsNumericUpDown";
130      this.binsNumericUpDown.Size = new System.Drawing.Size(101, 20);
131      this.binsNumericUpDown.TabIndex = 5;
132      this.binsNumericUpDown.ValueChanged += new System.EventHandler(this.binsNumericUpDown_ValueChanged);
133      //
134      // label1
135      //
136      this.label1.AutoSize = true;
137      this.label1.Location = new System.Drawing.Point(22, 22);
138      this.label1.Name = "label1";
139      this.label1.Size = new System.Drawing.Size(62, 13);
140      this.label1.TabIndex = 6;
141      this.label1.Text = "Chart Type:";
142      //
143      // label2
144      //
145      this.label2.AutoSize = true;
146      this.label2.Location = new System.Drawing.Point(50, 51);
147      this.label2.Name = "label2";
148      this.label2.Size = new System.Drawing.Size(34, 13);
149      this.label2.TabIndex = 6;
150      this.label2.Text = "Color:";
151      //
152      // label3
153      //
154      this.label3.AutoSize = true;
155      this.label3.Location = new System.Drawing.Point(8, 21);
156      this.label3.Name = "label3";
157      this.label3.Size = new System.Drawing.Size(30, 13);
158      this.label3.TabIndex = 6;
159      this.label3.Text = "Bins:";
160      //
161      // commonGroupBox
162      //
163      this.commonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
164                  | System.Windows.Forms.AnchorStyles.Right)));
165      this.commonGroupBox.Controls.Add(this.colorButton);
166      this.commonGroupBox.Controls.Add(this.secondYAxisCheckBox);
167      this.commonGroupBox.Controls.Add(this.label1);
168      this.commonGroupBox.Controls.Add(this.label2);
169      this.commonGroupBox.Controls.Add(this.chartTypeComboBox);
170      this.commonGroupBox.Controls.Add(this.startIndexZeroCheckBox);
171      this.commonGroupBox.Location = new System.Drawing.Point(3, 3);
172      this.commonGroupBox.Name = "commonGroupBox";
173      this.commonGroupBox.Size = new System.Drawing.Size(473, 122);
174      this.commonGroupBox.TabIndex = 7;
175      this.commonGroupBox.TabStop = false;
176      this.commonGroupBox.Text = "Common";
177      //
178      // histoGramGroupBox
179      //
180      this.histoGramGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
181                  | System.Windows.Forms.AnchorStyles.Right)));
182      this.histoGramGroupBox.Controls.Add(this.binsNumericUpDown);
183      this.histoGramGroupBox.Controls.Add(this.exactBinsCheckBox);
184      this.histoGramGroupBox.Controls.Add(this.label3);
185      this.histoGramGroupBox.Location = new System.Drawing.Point(3, 131);
186      this.histoGramGroupBox.Name = "histoGramGroupBox";
187      this.histoGramGroupBox.Size = new System.Drawing.Size(473, 49);
188      this.histoGramGroupBox.TabIndex = 7;
189      this.histoGramGroupBox.TabStop = false;
190      this.histoGramGroupBox.Text = "Histogram";
191      //
192      // DataRowVisualPropertiesControl
193      //
194      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
195      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
196      this.Controls.Add(this.histoGramGroupBox);
197      this.Controls.Add(this.commonGroupBox);
198      this.Name = "DataRowVisualPropertiesControl";
199      this.Size = new System.Drawing.Size(479, 185);
200      ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).EndInit();
201      this.commonGroupBox.ResumeLayout(false);
202      this.commonGroupBox.PerformLayout();
203      this.histoGramGroupBox.ResumeLayout(false);
204      this.histoGramGroupBox.PerformLayout();
205      this.ResumeLayout(false);
206
207    }
208
209    #endregion
210
211    private System.Windows.Forms.ComboBox chartTypeComboBox;
212    private System.Windows.Forms.CheckBox secondYAxisCheckBox;
213    private System.Windows.Forms.ColorDialog colorDialog;
214    private System.Windows.Forms.Button colorButton;
215    private System.Windows.Forms.CheckBox startIndexZeroCheckBox;
216    private System.Windows.Forms.CheckBox exactBinsCheckBox;
217    private System.Windows.Forms.NumericUpDown binsNumericUpDown;
218    private System.Windows.Forms.Label label1;
219    private System.Windows.Forms.Label label2;
220    private System.Windows.Forms.Label label3;
221    private System.Windows.Forms.GroupBox commonGroupBox;
222    private System.Windows.Forms.GroupBox histoGramGroupBox;
223  }
224}
Note: See TracBrowser for help on using the repository browser.