[1106] | 1 | namespace HeuristicLab.CEDMA.Charting {
|
---|
| 2 | partial class BubbleChartView {
|
---|
| 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() {
|
---|
| 26 | this.yJitterLabel = new System.Windows.Forms.Label();
|
---|
| 27 | this.xJitterlabel = new System.Windows.Forms.Label();
|
---|
| 28 | this.xTrackBar = new System.Windows.Forms.TrackBar();
|
---|
| 29 | this.xAxisLabel = new System.Windows.Forms.Label();
|
---|
| 30 | this.xAxisComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 31 | this.yAxisLabel = new System.Windows.Forms.Label();
|
---|
| 32 | this.yAxisComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 33 | this.yTrackBar = new System.Windows.Forms.TrackBar();
|
---|
| 34 | this.sizeComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 35 | this.sizeLabel = new System.Windows.Forms.Label();
|
---|
| 36 | this.invertCheckbox = new System.Windows.Forms.CheckBox();
|
---|
| 37 | this.bubbleChartControl = new HeuristicLab.CEDMA.Charting.BubbleChartControl();
|
---|
| 38 | ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).BeginInit();
|
---|
| 39 | ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).BeginInit();
|
---|
| 40 | this.SuspendLayout();
|
---|
| 41 | //
|
---|
| 42 | // yJitterLabel
|
---|
| 43 | //
|
---|
| 44 | this.yJitterLabel.AutoSize = true;
|
---|
| 45 | this.yJitterLabel.Location = new System.Drawing.Point(3, 30);
|
---|
| 46 | this.yJitterLabel.Name = "yJitterLabel";
|
---|
| 47 | this.yJitterLabel.Size = new System.Drawing.Size(29, 13);
|
---|
| 48 | this.yJitterLabel.TabIndex = 13;
|
---|
| 49 | this.yJitterLabel.Text = "jitter:";
|
---|
| 50 | //
|
---|
| 51 | // xJitterlabel
|
---|
| 52 | //
|
---|
| 53 | this.xJitterlabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 54 | this.xJitterlabel.AutoSize = true;
|
---|
| 55 | this.xJitterlabel.Location = new System.Drawing.Point(291, 418);
|
---|
| 56 | this.xJitterlabel.Name = "xJitterlabel";
|
---|
| 57 | this.xJitterlabel.Size = new System.Drawing.Size(29, 13);
|
---|
| 58 | this.xJitterlabel.TabIndex = 12;
|
---|
| 59 | this.xJitterlabel.Text = "jitter:";
|
---|
| 60 | //
|
---|
| 61 | // xTrackBar
|
---|
| 62 | //
|
---|
| 63 | this.xTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 64 | this.xTrackBar.Location = new System.Drawing.Point(326, 418);
|
---|
| 65 | this.xTrackBar.Maximum = 100;
|
---|
| 66 | this.xTrackBar.Name = "xTrackBar";
|
---|
| 67 | this.xTrackBar.Size = new System.Drawing.Size(121, 45);
|
---|
| 68 | this.xTrackBar.TabIndex = 11;
|
---|
| 69 | this.xTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
---|
| 70 | this.xTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
|
---|
| 71 | //
|
---|
| 72 | // xAxisLabel
|
---|
| 73 | //
|
---|
| 74 | this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 75 | this.xAxisLabel.AutoSize = true;
|
---|
| 76 | this.xAxisLabel.Location = new System.Drawing.Point(305, 394);
|
---|
| 77 | this.xAxisLabel.Name = "xAxisLabel";
|
---|
| 78 | this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
|
---|
| 79 | this.xAxisLabel.TabIndex = 8;
|
---|
| 80 | this.xAxisLabel.Text = "x:";
|
---|
| 81 | //
|
---|
| 82 | // xAxisComboBox
|
---|
| 83 | //
|
---|
| 84 | this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 85 | this.xAxisComboBox.FormattingEnabled = true;
|
---|
| 86 | this.xAxisComboBox.Location = new System.Drawing.Point(326, 391);
|
---|
| 87 | this.xAxisComboBox.Name = "xAxisComboBox";
|
---|
| 88 | this.xAxisComboBox.Size = new System.Drawing.Size(121, 21);
|
---|
| 89 | this.xAxisComboBox.TabIndex = 7;
|
---|
| 90 | this.xAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.axisComboBox_SelectedIndexChanged);
|
---|
| 91 | //
|
---|
| 92 | // yAxisLabel
|
---|
| 93 | //
|
---|
| 94 | this.yAxisLabel.AutoSize = true;
|
---|
| 95 | this.yAxisLabel.Location = new System.Drawing.Point(3, 6);
|
---|
| 96 | this.yAxisLabel.Name = "yAxisLabel";
|
---|
| 97 | this.yAxisLabel.Size = new System.Drawing.Size(15, 13);
|
---|
| 98 | this.yAxisLabel.TabIndex = 6;
|
---|
| 99 | this.yAxisLabel.Text = "y:";
|
---|
| 100 | //
|
---|
| 101 | // yAxisComboBox
|
---|
| 102 | //
|
---|
| 103 | this.yAxisComboBox.FormattingEnabled = true;
|
---|
| 104 | this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
|
---|
| 105 | this.yAxisComboBox.Name = "yAxisComboBox";
|
---|
| 106 | this.yAxisComboBox.Size = new System.Drawing.Size(121, 21);
|
---|
| 107 | this.yAxisComboBox.TabIndex = 5;
|
---|
| 108 | this.yAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.axisComboBox_SelectedIndexChanged);
|
---|
| 109 | //
|
---|
| 110 | // yTrackBar
|
---|
| 111 | //
|
---|
| 112 | this.yTrackBar.Location = new System.Drawing.Point(38, 30);
|
---|
| 113 | this.yTrackBar.Maximum = 100;
|
---|
| 114 | this.yTrackBar.Name = "yTrackBar";
|
---|
| 115 | this.yTrackBar.Size = new System.Drawing.Size(107, 45);
|
---|
| 116 | this.yTrackBar.TabIndex = 10;
|
---|
| 117 | this.yTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
---|
| 118 | this.yTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
|
---|
| 119 | //
|
---|
| 120 | // sizeComboBox
|
---|
| 121 | //
|
---|
| 122 | this.sizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 123 | this.sizeComboBox.FormattingEnabled = true;
|
---|
| 124 | this.sizeComboBox.Location = new System.Drawing.Point(329, 3);
|
---|
| 125 | this.sizeComboBox.Name = "sizeComboBox";
|
---|
| 126 | this.sizeComboBox.Size = new System.Drawing.Size(121, 21);
|
---|
| 127 | this.sizeComboBox.TabIndex = 14;
|
---|
| 128 | this.sizeComboBox.SelectedIndexChanged += new System.EventHandler(this.sizeComboBox_SelectedIndexChanged);
|
---|
| 129 | //
|
---|
| 130 | // sizeLabel
|
---|
| 131 | //
|
---|
| 132 | this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 133 | this.sizeLabel.AutoSize = true;
|
---|
| 134 | this.sizeLabel.Location = new System.Drawing.Point(259, 6);
|
---|
| 135 | this.sizeLabel.Name = "sizeLabel";
|
---|
| 136 | this.sizeLabel.Size = new System.Drawing.Size(64, 13);
|
---|
| 137 | this.sizeLabel.TabIndex = 15;
|
---|
| 138 | this.sizeLabel.Text = "Bubble size:";
|
---|
| 139 | //
|
---|
| 140 | // invertCheckbox
|
---|
| 141 | //
|
---|
| 142 | this.invertCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 143 | this.invertCheckbox.AutoSize = true;
|
---|
| 144 | this.invertCheckbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 145 | this.invertCheckbox.Location = new System.Drawing.Point(326, 30);
|
---|
| 146 | this.invertCheckbox.Name = "invertCheckbox";
|
---|
| 147 | this.invertCheckbox.Size = new System.Drawing.Size(64, 17);
|
---|
| 148 | this.invertCheckbox.TabIndex = 16;
|
---|
| 149 | this.invertCheckbox.Text = "Inverse:";
|
---|
| 150 | this.invertCheckbox.UseVisualStyleBackColor = true;
|
---|
| 151 | this.invertCheckbox.CheckedChanged += new System.EventHandler(this.sizeComboBox_SelectedIndexChanged);
|
---|
| 152 | //
|
---|
| 153 | // bubbleChartControl
|
---|
| 154 | //
|
---|
| 155 | this.bubbleChartControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 156 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 157 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 158 | this.bubbleChartControl.BackColor = System.Drawing.SystemColors.Control;
|
---|
| 159 | this.bubbleChartControl.Chart = null;
|
---|
| 160 | this.bubbleChartControl.Location = new System.Drawing.Point(3, 81);
|
---|
| 161 | this.bubbleChartControl.Name = "bubbleChartControl";
|
---|
| 162 | this.bubbleChartControl.ScaleOnResize = true;
|
---|
| 163 | this.bubbleChartControl.Size = new System.Drawing.Size(444, 304);
|
---|
| 164 | this.bubbleChartControl.TabIndex = 17;
|
---|
| 165 | //
|
---|
| 166 | // BubbleChartView
|
---|
| 167 | //
|
---|
| 168 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 169 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 170 | this.Controls.Add(this.bubbleChartControl);
|
---|
| 171 | this.Controls.Add(this.invertCheckbox);
|
---|
| 172 | this.Controls.Add(this.sizeLabel);
|
---|
| 173 | this.Controls.Add(this.sizeComboBox);
|
---|
| 174 | this.Controls.Add(this.yJitterLabel);
|
---|
| 175 | this.Controls.Add(this.xJitterlabel);
|
---|
| 176 | this.Controls.Add(this.xTrackBar);
|
---|
| 177 | this.Controls.Add(this.xAxisLabel);
|
---|
| 178 | this.Controls.Add(this.xAxisComboBox);
|
---|
| 179 | this.Controls.Add(this.yAxisLabel);
|
---|
| 180 | this.Controls.Add(this.yAxisComboBox);
|
---|
| 181 | this.Controls.Add(this.yTrackBar);
|
---|
| 182 | this.Name = "BubbleChartView";
|
---|
| 183 | this.Size = new System.Drawing.Size(450, 459);
|
---|
| 184 | ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).EndInit();
|
---|
| 185 | ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).EndInit();
|
---|
| 186 | this.ResumeLayout(false);
|
---|
| 187 | this.PerformLayout();
|
---|
| 188 |
|
---|
| 189 | }
|
---|
| 190 |
|
---|
| 191 | #endregion
|
---|
| 192 |
|
---|
| 193 | private System.Windows.Forms.Label xAxisLabel;
|
---|
| 194 | private System.Windows.Forms.ComboBox xAxisComboBox;
|
---|
| 195 | private System.Windows.Forms.Label yAxisLabel;
|
---|
| 196 | private System.Windows.Forms.ComboBox yAxisComboBox;
|
---|
| 197 | private System.Windows.Forms.TrackBar yTrackBar;
|
---|
| 198 | private System.Windows.Forms.TrackBar xTrackBar;
|
---|
| 199 | private System.Windows.Forms.Label xJitterlabel;
|
---|
| 200 | private System.Windows.Forms.Label yJitterLabel;
|
---|
| 201 | private System.Windows.Forms.ComboBox sizeComboBox;
|
---|
| 202 | private System.Windows.Forms.Label sizeLabel;
|
---|
| 203 | private System.Windows.Forms.CheckBox invertCheckbox;
|
---|
| 204 | private BubbleChartControl bubbleChartControl;
|
---|
| 205 | }
|
---|
| 206 | }
|
---|