[1586] | 1 | namespace HeuristicLab.Visualization.Options {
|
---|
| 2 | partial class Options {
|
---|
| 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.Optionstabs = new System.Windows.Forms.TabControl();
|
---|
| 27 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
[2040] | 28 | this.btnAddLine = new System.Windows.Forms.Button();
|
---|
[1586] | 29 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 30 | this.LinestyleCB = new System.Windows.Forms.ComboBox();
|
---|
| 31 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 32 | this.LineSelectCB = new System.Windows.Forms.ComboBox();
|
---|
| 33 | this.groupBox1 = new System.Windows.Forms.GroupBox();
|
---|
[2040] | 34 | this.selectedLineColorSelection = new HeuristicLab.Visualization.Options.ColorSelection();
|
---|
[1586] | 35 | this.MarkercheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 36 | this.label4 = new System.Windows.Forms.Label();
|
---|
| 37 | this.LineThicknessCB = new System.Windows.Forms.ComboBox();
|
---|
| 38 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 39 | this.tabPage2 = new System.Windows.Forms.TabPage();
|
---|
| 40 | this.btnChangeLegendFont = new System.Windows.Forms.Button();
|
---|
| 41 | this.legendposition = new System.Windows.Forms.Label();
|
---|
| 42 | this.cbLegendPosition = new System.Windows.Forms.ComboBox();
|
---|
| 43 | this.tpTitle = new System.Windows.Forms.TabPage();
|
---|
[1839] | 44 | this.label5 = new System.Windows.Forms.Label();
|
---|
| 45 | this.tbxTitle = new System.Windows.Forms.TextBox();
|
---|
[1586] | 46 | this.btnChangeTitleFont = new System.Windows.Forms.Button();
|
---|
| 47 | this.tpXAxis = new System.Windows.Forms.TabPage();
|
---|
[2040] | 48 | this.groupBox2 = new System.Windows.Forms.GroupBox();
|
---|
| 49 | this.label6 = new System.Windows.Forms.Label();
|
---|
| 50 | this.xAxisGridColorSelection = new HeuristicLab.Visualization.Options.ColorSelection();
|
---|
[1885] | 51 | this.chkShowXAxisGrid = new System.Windows.Forms.CheckBox();
|
---|
[1586] | 52 | this.btnChangeXAxisFont = new System.Windows.Forms.Button();
|
---|
| 53 | this.tpYAxes = new System.Windows.Forms.TabPage();
|
---|
| 54 | this.gbxYAxisClipChangeable = new System.Windows.Forms.GroupBox();
|
---|
| 55 | this.flpYAxisClipChangeable = new System.Windows.Forms.FlowLayoutPanel();
|
---|
| 56 | this.gbxShowYAxis = new System.Windows.Forms.GroupBox();
|
---|
| 57 | this.flpShowYAxis = new System.Windows.Forms.FlowLayoutPanel();
|
---|
| 58 | this.fdFont = new System.Windows.Forms.FontDialog();
|
---|
| 59 | this.Optionstabs.SuspendLayout();
|
---|
| 60 | this.tabPage1.SuspendLayout();
|
---|
| 61 | this.groupBox1.SuspendLayout();
|
---|
| 62 | this.tabPage2.SuspendLayout();
|
---|
| 63 | this.tpTitle.SuspendLayout();
|
---|
| 64 | this.tpXAxis.SuspendLayout();
|
---|
[2040] | 65 | this.groupBox2.SuspendLayout();
|
---|
[1586] | 66 | this.tpYAxes.SuspendLayout();
|
---|
| 67 | this.gbxYAxisClipChangeable.SuspendLayout();
|
---|
| 68 | this.gbxShowYAxis.SuspendLayout();
|
---|
| 69 | this.SuspendLayout();
|
---|
| 70 | //
|
---|
| 71 | // Optionstabs
|
---|
| 72 | //
|
---|
| 73 | this.Optionstabs.Controls.Add(this.tabPage1);
|
---|
| 74 | this.Optionstabs.Controls.Add(this.tabPage2);
|
---|
| 75 | this.Optionstabs.Controls.Add(this.tpTitle);
|
---|
| 76 | this.Optionstabs.Controls.Add(this.tpXAxis);
|
---|
| 77 | this.Optionstabs.Controls.Add(this.tpYAxes);
|
---|
| 78 | this.Optionstabs.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 79 | this.Optionstabs.Location = new System.Drawing.Point(0, 0);
|
---|
| 80 | this.Optionstabs.Name = "Optionstabs";
|
---|
| 81 | this.Optionstabs.SelectedIndex = 0;
|
---|
| 82 | this.Optionstabs.Size = new System.Drawing.Size(298, 232);
|
---|
| 83 | this.Optionstabs.TabIndex = 1;
|
---|
| 84 | //
|
---|
| 85 | // tabPage1
|
---|
| 86 | //
|
---|
[2040] | 87 | this.tabPage1.Controls.Add(this.btnAddLine);
|
---|
[1586] | 88 | this.tabPage1.Controls.Add(this.label2);
|
---|
| 89 | this.tabPage1.Controls.Add(this.LinestyleCB);
|
---|
| 90 | this.tabPage1.Controls.Add(this.label1);
|
---|
| 91 | this.tabPage1.Controls.Add(this.LineSelectCB);
|
---|
| 92 | this.tabPage1.Controls.Add(this.groupBox1);
|
---|
| 93 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
| 94 | this.tabPage1.Name = "tabPage1";
|
---|
| 95 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 96 | this.tabPage1.Size = new System.Drawing.Size(290, 206);
|
---|
| 97 | this.tabPage1.TabIndex = 0;
|
---|
| 98 | this.tabPage1.Text = "Linestyle";
|
---|
| 99 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
| 100 | //
|
---|
[2040] | 101 | // btnAddLine
|
---|
| 102 | //
|
---|
| 103 | this.btnAddLine.Location = new System.Drawing.Point(192, 177);
|
---|
| 104 | this.btnAddLine.Name = "btnAddLine";
|
---|
| 105 | this.btnAddLine.Size = new System.Drawing.Size(75, 23);
|
---|
| 106 | this.btnAddLine.TabIndex = 10;
|
---|
| 107 | this.btnAddLine.Text = "Add Line";
|
---|
| 108 | this.btnAddLine.UseVisualStyleBackColor = true;
|
---|
| 109 | this.btnAddLine.Click += new System.EventHandler(this.btnAddLine_Click);
|
---|
| 110 | //
|
---|
[1586] | 111 | // label2
|
---|
| 112 | //
|
---|
| 113 | this.label2.AutoSize = true;
|
---|
| 114 | this.label2.Location = new System.Drawing.Point(36, 80);
|
---|
| 115 | this.label2.Name = "label2";
|
---|
| 116 | this.label2.Size = new System.Drawing.Size(30, 13);
|
---|
| 117 | this.label2.TabIndex = 3;
|
---|
| 118 | this.label2.Text = "Style";
|
---|
| 119 | //
|
---|
| 120 | // LinestyleCB
|
---|
| 121 | //
|
---|
| 122 | this.LinestyleCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 123 | this.LinestyleCB.FormattingEnabled = true;
|
---|
| 124 | this.LinestyleCB.Location = new System.Drawing.Point(146, 73);
|
---|
| 125 | this.LinestyleCB.Name = "LinestyleCB";
|
---|
| 126 | this.LinestyleCB.Size = new System.Drawing.Size(121, 21);
|
---|
| 127 | this.LinestyleCB.TabIndex = 2;
|
---|
| 128 | this.LinestyleCB.SelectedIndexChanged += new System.EventHandler(this.LinestyleCB_SelectedIndexChanged);
|
---|
| 129 | //
|
---|
| 130 | // label1
|
---|
| 131 | //
|
---|
| 132 | this.label1.AutoSize = true;
|
---|
| 133 | this.label1.Location = new System.Drawing.Point(7, 37);
|
---|
| 134 | this.label1.Name = "label1";
|
---|
| 135 | this.label1.Size = new System.Drawing.Size(72, 13);
|
---|
| 136 | this.label1.TabIndex = 1;
|
---|
| 137 | this.label1.Text = "Selected Line";
|
---|
| 138 | //
|
---|
| 139 | // LineSelectCB
|
---|
| 140 | //
|
---|
| 141 | this.LineSelectCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 142 | this.LineSelectCB.FormattingEnabled = true;
|
---|
| 143 | this.LineSelectCB.Location = new System.Drawing.Point(146, 30);
|
---|
| 144 | this.LineSelectCB.Name = "LineSelectCB";
|
---|
| 145 | this.LineSelectCB.Size = new System.Drawing.Size(121, 21);
|
---|
| 146 | this.LineSelectCB.TabIndex = 0;
|
---|
| 147 | this.LineSelectCB.SelectedIndexChanged += new System.EventHandler(this.LineSelectCB_SelectedIndexChanged);
|
---|
| 148 | //
|
---|
| 149 | // groupBox1
|
---|
| 150 | //
|
---|
[1885] | 151 | this.groupBox1.Controls.Add(this.selectedLineColorSelection);
|
---|
[1586] | 152 | this.groupBox1.Controls.Add(this.MarkercheckBox);
|
---|
| 153 | this.groupBox1.Controls.Add(this.label4);
|
---|
| 154 | this.groupBox1.Controls.Add(this.LineThicknessCB);
|
---|
| 155 | this.groupBox1.Controls.Add(this.label3);
|
---|
| 156 | this.groupBox1.Location = new System.Drawing.Point(4, 54);
|
---|
| 157 | this.groupBox1.Name = "groupBox1";
|
---|
[2040] | 158 | this.groupBox1.Size = new System.Drawing.Size(274, 120);
|
---|
[1586] | 159 | this.groupBox1.TabIndex = 9;
|
---|
| 160 | this.groupBox1.TabStop = false;
|
---|
| 161 | this.groupBox1.Text = "Details";
|
---|
| 162 | //
|
---|
[2040] | 163 | // selectedLineColorSelection
|
---|
| 164 | //
|
---|
| 165 | this.selectedLineColorSelection.Color = System.Drawing.SystemColors.Control;
|
---|
| 166 | this.selectedLineColorSelection.Location = new System.Drawing.Point(142, 73);
|
---|
| 167 | this.selectedLineColorSelection.Name = "selectedLineColorSelection";
|
---|
| 168 | this.selectedLineColorSelection.Size = new System.Drawing.Size(121, 25);
|
---|
| 169 | this.selectedLineColorSelection.TabIndex = 10;
|
---|
| 170 | this.selectedLineColorSelection.ColorChanged += new HeuristicLab.Visualization.Options.ColorChangedHandler(this.selectedLineColorSelection_ColorChanged);
|
---|
| 171 | //
|
---|
[1586] | 172 | // MarkercheckBox
|
---|
| 173 | //
|
---|
| 174 | this.MarkercheckBox.AutoSize = true;
|
---|
[2040] | 175 | this.MarkercheckBox.Location = new System.Drawing.Point(204, 103);
|
---|
[1586] | 176 | this.MarkercheckBox.Name = "MarkercheckBox";
|
---|
| 177 | this.MarkercheckBox.Size = new System.Drawing.Size(59, 17);
|
---|
| 178 | this.MarkercheckBox.TabIndex = 9;
|
---|
| 179 | this.MarkercheckBox.Text = "Marker";
|
---|
| 180 | this.MarkercheckBox.UseVisualStyleBackColor = true;
|
---|
| 181 | this.MarkercheckBox.CheckedChanged += new System.EventHandler(this.MarkercheckBox_CheckedChanged);
|
---|
| 182 | //
|
---|
| 183 | // label4
|
---|
| 184 | //
|
---|
| 185 | this.label4.AutoSize = true;
|
---|
| 186 | this.label4.Location = new System.Drawing.Point(33, 77);
|
---|
| 187 | this.label4.Name = "label4";
|
---|
| 188 | this.label4.Size = new System.Drawing.Size(31, 13);
|
---|
| 189 | this.label4.TabIndex = 8;
|
---|
| 190 | this.label4.Text = "Color";
|
---|
| 191 | //
|
---|
| 192 | // LineThicknessCB
|
---|
| 193 | //
|
---|
| 194 | this.LineThicknessCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 195 | this.LineThicknessCB.FormattingEnabled = true;
|
---|
| 196 | this.LineThicknessCB.Location = new System.Drawing.Point(142, 46);
|
---|
| 197 | this.LineThicknessCB.Name = "LineThicknessCB";
|
---|
| 198 | this.LineThicknessCB.Size = new System.Drawing.Size(121, 21);
|
---|
| 199 | this.LineThicknessCB.TabIndex = 4;
|
---|
| 200 | this.LineThicknessCB.SelectedIndexChanged += new System.EventHandler(this.LineThicknessCB_SelectedIndexChanged);
|
---|
| 201 | //
|
---|
| 202 | // label3
|
---|
| 203 | //
|
---|
| 204 | this.label3.AutoSize = true;
|
---|
| 205 | this.label3.Location = new System.Drawing.Point(32, 52);
|
---|
| 206 | this.label3.Name = "label3";
|
---|
| 207 | this.label3.Size = new System.Drawing.Size(56, 13);
|
---|
| 208 | this.label3.TabIndex = 5;
|
---|
| 209 | this.label3.Text = "Thickness";
|
---|
| 210 | //
|
---|
| 211 | // tabPage2
|
---|
| 212 | //
|
---|
| 213 | this.tabPage2.Controls.Add(this.btnChangeLegendFont);
|
---|
| 214 | this.tabPage2.Controls.Add(this.legendposition);
|
---|
| 215 | this.tabPage2.Controls.Add(this.cbLegendPosition);
|
---|
| 216 | this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
---|
| 217 | this.tabPage2.Name = "tabPage2";
|
---|
| 218 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 219 | this.tabPage2.Size = new System.Drawing.Size(290, 206);
|
---|
| 220 | this.tabPage2.TabIndex = 1;
|
---|
| 221 | this.tabPage2.Text = "Legend";
|
---|
| 222 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
| 223 | //
|
---|
| 224 | // btnChangeLegendFont
|
---|
| 225 | //
|
---|
| 226 | this.btnChangeLegendFont.Location = new System.Drawing.Point(3, 6);
|
---|
| 227 | this.btnChangeLegendFont.Name = "btnChangeLegendFont";
|
---|
| 228 | this.btnChangeLegendFont.Size = new System.Drawing.Size(94, 23);
|
---|
| 229 | this.btnChangeLegendFont.TabIndex = 2;
|
---|
| 230 | this.btnChangeLegendFont.Text = "Change Font";
|
---|
| 231 | this.btnChangeLegendFont.UseVisualStyleBackColor = true;
|
---|
| 232 | this.btnChangeLegendFont.Click += new System.EventHandler(this.btnChangeLegendFont_Click);
|
---|
| 233 | //
|
---|
| 234 | // legendposition
|
---|
| 235 | //
|
---|
| 236 | this.legendposition.AutoSize = true;
|
---|
| 237 | this.legendposition.Location = new System.Drawing.Point(8, 38);
|
---|
| 238 | this.legendposition.Name = "legendposition";
|
---|
| 239 | this.legendposition.Size = new System.Drawing.Size(82, 13);
|
---|
| 240 | this.legendposition.TabIndex = 1;
|
---|
| 241 | this.legendposition.Text = "Legendposition:";
|
---|
| 242 | //
|
---|
| 243 | // cbLegendPosition
|
---|
| 244 | //
|
---|
| 245 | this.cbLegendPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 246 | this.cbLegendPosition.FormattingEnabled = true;
|
---|
| 247 | this.cbLegendPosition.Location = new System.Drawing.Point(96, 35);
|
---|
| 248 | this.cbLegendPosition.Name = "cbLegendPosition";
|
---|
| 249 | this.cbLegendPosition.Size = new System.Drawing.Size(121, 21);
|
---|
| 250 | this.cbLegendPosition.TabIndex = 0;
|
---|
| 251 | this.cbLegendPosition.SelectedIndexChanged += new System.EventHandler(this.cbLegendPosition_SelectedIndexChanged);
|
---|
| 252 | //
|
---|
| 253 | // tpTitle
|
---|
| 254 | //
|
---|
[1839] | 255 | this.tpTitle.Controls.Add(this.label5);
|
---|
| 256 | this.tpTitle.Controls.Add(this.tbxTitle);
|
---|
[1586] | 257 | this.tpTitle.Controls.Add(this.btnChangeTitleFont);
|
---|
| 258 | this.tpTitle.Location = new System.Drawing.Point(4, 22);
|
---|
| 259 | this.tpTitle.Name = "tpTitle";
|
---|
| 260 | this.tpTitle.Size = new System.Drawing.Size(290, 206);
|
---|
| 261 | this.tpTitle.TabIndex = 2;
|
---|
| 262 | this.tpTitle.Text = "Title";
|
---|
| 263 | this.tpTitle.UseVisualStyleBackColor = true;
|
---|
| 264 | //
|
---|
[1839] | 265 | // label5
|
---|
| 266 | //
|
---|
| 267 | this.label5.AutoSize = true;
|
---|
| 268 | this.label5.Location = new System.Drawing.Point(3, 6);
|
---|
| 269 | this.label5.Name = "label5";
|
---|
| 270 | this.label5.Size = new System.Drawing.Size(30, 13);
|
---|
| 271 | this.label5.TabIndex = 3;
|
---|
| 272 | this.label5.Text = "Title:";
|
---|
| 273 | //
|
---|
| 274 | // tbxTitle
|
---|
| 275 | //
|
---|
| 276 | this.tbxTitle.Location = new System.Drawing.Point(39, 3);
|
---|
| 277 | this.tbxTitle.Name = "tbxTitle";
|
---|
| 278 | this.tbxTitle.Size = new System.Drawing.Size(151, 20);
|
---|
| 279 | this.tbxTitle.TabIndex = 2;
|
---|
| 280 | this.tbxTitle.TextChanged += new System.EventHandler(this.tbxTitle_TextChanged);
|
---|
| 281 | //
|
---|
[1586] | 282 | // btnChangeTitleFont
|
---|
| 283 | //
|
---|
[1839] | 284 | this.btnChangeTitleFont.Location = new System.Drawing.Point(193, 1);
|
---|
[1586] | 285 | this.btnChangeTitleFont.Name = "btnChangeTitleFont";
|
---|
| 286 | this.btnChangeTitleFont.Size = new System.Drawing.Size(94, 23);
|
---|
| 287 | this.btnChangeTitleFont.TabIndex = 1;
|
---|
| 288 | this.btnChangeTitleFont.Text = "Change Font";
|
---|
| 289 | this.btnChangeTitleFont.UseVisualStyleBackColor = true;
|
---|
| 290 | this.btnChangeTitleFont.Click += new System.EventHandler(this.btnChangeTitleFont_Click);
|
---|
| 291 | //
|
---|
| 292 | // tpXAxis
|
---|
| 293 | //
|
---|
[1885] | 294 | this.tpXAxis.Controls.Add(this.groupBox2);
|
---|
[1586] | 295 | this.tpXAxis.Controls.Add(this.btnChangeXAxisFont);
|
---|
| 296 | this.tpXAxis.Location = new System.Drawing.Point(4, 22);
|
---|
| 297 | this.tpXAxis.Name = "tpXAxis";
|
---|
| 298 | this.tpXAxis.Size = new System.Drawing.Size(290, 206);
|
---|
| 299 | this.tpXAxis.TabIndex = 3;
|
---|
| 300 | this.tpXAxis.Text = "X-Axis";
|
---|
| 301 | this.tpXAxis.UseVisualStyleBackColor = true;
|
---|
| 302 | //
|
---|
[2040] | 303 | // groupBox2
|
---|
| 304 | //
|
---|
| 305 | this.groupBox2.Controls.Add(this.label6);
|
---|
| 306 | this.groupBox2.Controls.Add(this.xAxisGridColorSelection);
|
---|
| 307 | this.groupBox2.Controls.Add(this.chkShowXAxisGrid);
|
---|
| 308 | this.groupBox2.Location = new System.Drawing.Point(8, 42);
|
---|
| 309 | this.groupBox2.Name = "groupBox2";
|
---|
| 310 | this.groupBox2.Size = new System.Drawing.Size(205, 94);
|
---|
| 311 | this.groupBox2.TabIndex = 6;
|
---|
| 312 | this.groupBox2.TabStop = false;
|
---|
| 313 | this.groupBox2.Text = "Grid";
|
---|
| 314 | //
|
---|
| 315 | // label6
|
---|
| 316 | //
|
---|
| 317 | this.label6.AutoSize = true;
|
---|
| 318 | this.label6.Location = new System.Drawing.Point(20, 55);
|
---|
| 319 | this.label6.Name = "label6";
|
---|
| 320 | this.label6.Size = new System.Drawing.Size(31, 13);
|
---|
| 321 | this.label6.TabIndex = 5;
|
---|
| 322 | this.label6.Text = "Color";
|
---|
| 323 | //
|
---|
| 324 | // xAxisGridColorSelection
|
---|
| 325 | //
|
---|
| 326 | this.xAxisGridColorSelection.Color = System.Drawing.SystemColors.Control;
|
---|
| 327 | this.xAxisGridColorSelection.Location = new System.Drawing.Point(54, 49);
|
---|
| 328 | this.xAxisGridColorSelection.Name = "xAxisGridColorSelection";
|
---|
| 329 | this.xAxisGridColorSelection.Size = new System.Drawing.Size(126, 25);
|
---|
| 330 | this.xAxisGridColorSelection.TabIndex = 4;
|
---|
| 331 | this.xAxisGridColorSelection.ColorChanged += new HeuristicLab.Visualization.Options.ColorChangedHandler(this.xAxisGridColorSelection_ColorChanged);
|
---|
| 332 | //
|
---|
[1885] | 333 | // chkShowXAxisGrid
|
---|
| 334 | //
|
---|
| 335 | this.chkShowXAxisGrid.AutoSize = true;
|
---|
| 336 | this.chkShowXAxisGrid.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 337 | this.chkShowXAxisGrid.Location = new System.Drawing.Point(20, 28);
|
---|
| 338 | this.chkShowXAxisGrid.Name = "chkShowXAxisGrid";
|
---|
| 339 | this.chkShowXAxisGrid.Size = new System.Drawing.Size(56, 17);
|
---|
| 340 | this.chkShowXAxisGrid.TabIndex = 3;
|
---|
| 341 | this.chkShowXAxisGrid.Text = "Visible";
|
---|
| 342 | this.chkShowXAxisGrid.UseVisualStyleBackColor = true;
|
---|
| 343 | this.chkShowXAxisGrid.CheckedChanged += new System.EventHandler(this.chkShowXAxisGrid_CheckedChanged);
|
---|
| 344 | //
|
---|
[1586] | 345 | // btnChangeXAxisFont
|
---|
| 346 | //
|
---|
| 347 | this.btnChangeXAxisFont.Location = new System.Drawing.Point(3, 3);
|
---|
| 348 | this.btnChangeXAxisFont.Name = "btnChangeXAxisFont";
|
---|
| 349 | this.btnChangeXAxisFont.Size = new System.Drawing.Size(94, 23);
|
---|
| 350 | this.btnChangeXAxisFont.TabIndex = 2;
|
---|
| 351 | this.btnChangeXAxisFont.Text = "Change Font";
|
---|
| 352 | this.btnChangeXAxisFont.UseVisualStyleBackColor = true;
|
---|
| 353 | this.btnChangeXAxisFont.Click += new System.EventHandler(this.btnChangeXAxisFont_Click);
|
---|
| 354 | //
|
---|
| 355 | // tpYAxes
|
---|
| 356 | //
|
---|
| 357 | this.tpYAxes.Controls.Add(this.gbxYAxisClipChangeable);
|
---|
| 358 | this.tpYAxes.Controls.Add(this.gbxShowYAxis);
|
---|
| 359 | this.tpYAxes.Location = new System.Drawing.Point(4, 22);
|
---|
| 360 | this.tpYAxes.Name = "tpYAxes";
|
---|
| 361 | this.tpYAxes.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 362 | this.tpYAxes.Size = new System.Drawing.Size(290, 206);
|
---|
| 363 | this.tpYAxes.TabIndex = 4;
|
---|
| 364 | this.tpYAxes.Text = "Y-Axes";
|
---|
| 365 | this.tpYAxes.UseVisualStyleBackColor = true;
|
---|
| 366 | //
|
---|
| 367 | // gbxYAxisClipChangeable
|
---|
| 368 | //
|
---|
| 369 | this.gbxYAxisClipChangeable.AutoSize = true;
|
---|
| 370 | this.gbxYAxisClipChangeable.Controls.Add(this.flpYAxisClipChangeable);
|
---|
| 371 | this.gbxYAxisClipChangeable.Location = new System.Drawing.Point(0, 82);
|
---|
| 372 | this.gbxYAxisClipChangeable.Name = "gbxYAxisClipChangeable";
|
---|
| 373 | this.gbxYAxisClipChangeable.Size = new System.Drawing.Size(281, 76);
|
---|
| 374 | this.gbxYAxisClipChangeable.TabIndex = 1;
|
---|
| 375 | this.gbxYAxisClipChangeable.TabStop = false;
|
---|
| 376 | this.gbxYAxisClipChangeable.Text = "Y-Axis-Clip changeable";
|
---|
| 377 | //
|
---|
| 378 | // flpYAxisClipChangeable
|
---|
| 379 | //
|
---|
| 380 | this.flpYAxisClipChangeable.AutoSize = true;
|
---|
| 381 | this.flpYAxisClipChangeable.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 382 | this.flpYAxisClipChangeable.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
---|
| 383 | this.flpYAxisClipChangeable.Location = new System.Drawing.Point(3, 16);
|
---|
| 384 | this.flpYAxisClipChangeable.Name = "flpYAxisClipChangeable";
|
---|
| 385 | this.flpYAxisClipChangeable.Size = new System.Drawing.Size(275, 57);
|
---|
| 386 | this.flpYAxisClipChangeable.TabIndex = 0;
|
---|
| 387 | //
|
---|
| 388 | // gbxShowYAxis
|
---|
| 389 | //
|
---|
| 390 | this.gbxShowYAxis.AutoSize = true;
|
---|
| 391 | this.gbxShowYAxis.Controls.Add(this.flpShowYAxis);
|
---|
| 392 | this.gbxShowYAxis.Location = new System.Drawing.Point(0, 0);
|
---|
| 393 | this.gbxShowYAxis.Name = "gbxShowYAxis";
|
---|
| 394 | this.gbxShowYAxis.Size = new System.Drawing.Size(281, 76);
|
---|
| 395 | this.gbxShowYAxis.TabIndex = 0;
|
---|
| 396 | this.gbxShowYAxis.TabStop = false;
|
---|
| 397 | this.gbxShowYAxis.Text = "Show Y-Axis";
|
---|
| 398 | //
|
---|
| 399 | // flpShowYAxis
|
---|
| 400 | //
|
---|
| 401 | this.flpShowYAxis.AutoSize = true;
|
---|
| 402 | this.flpShowYAxis.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 403 | this.flpShowYAxis.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
---|
| 404 | this.flpShowYAxis.Location = new System.Drawing.Point(3, 16);
|
---|
| 405 | this.flpShowYAxis.Name = "flpShowYAxis";
|
---|
| 406 | this.flpShowYAxis.Size = new System.Drawing.Size(275, 57);
|
---|
| 407 | this.flpShowYAxis.TabIndex = 0;
|
---|
| 408 | //
|
---|
| 409 | // Options
|
---|
| 410 | //
|
---|
| 411 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 412 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 413 | this.Controls.Add(this.Optionstabs);
|
---|
| 414 | this.Name = "Options";
|
---|
| 415 | this.Size = new System.Drawing.Size(298, 232);
|
---|
| 416 | this.Load += new System.EventHandler(this.Options_Load);
|
---|
| 417 | this.Optionstabs.ResumeLayout(false);
|
---|
| 418 | this.tabPage1.ResumeLayout(false);
|
---|
| 419 | this.tabPage1.PerformLayout();
|
---|
| 420 | this.groupBox1.ResumeLayout(false);
|
---|
| 421 | this.groupBox1.PerformLayout();
|
---|
| 422 | this.tabPage2.ResumeLayout(false);
|
---|
| 423 | this.tabPage2.PerformLayout();
|
---|
| 424 | this.tpTitle.ResumeLayout(false);
|
---|
[1839] | 425 | this.tpTitle.PerformLayout();
|
---|
[1586] | 426 | this.tpXAxis.ResumeLayout(false);
|
---|
[2040] | 427 | this.groupBox2.ResumeLayout(false);
|
---|
| 428 | this.groupBox2.PerformLayout();
|
---|
[1586] | 429 | this.tpYAxes.ResumeLayout(false);
|
---|
| 430 | this.tpYAxes.PerformLayout();
|
---|
| 431 | this.gbxYAxisClipChangeable.ResumeLayout(false);
|
---|
| 432 | this.gbxYAxisClipChangeable.PerformLayout();
|
---|
| 433 | this.gbxShowYAxis.ResumeLayout(false);
|
---|
| 434 | this.gbxShowYAxis.PerformLayout();
|
---|
| 435 | this.ResumeLayout(false);
|
---|
| 436 |
|
---|
| 437 | }
|
---|
| 438 |
|
---|
| 439 | #endregion
|
---|
| 440 |
|
---|
| 441 | private System.Windows.Forms.TabControl Optionstabs;
|
---|
| 442 | private System.Windows.Forms.TabPage tabPage1;
|
---|
| 443 | private System.Windows.Forms.Label label2;
|
---|
| 444 | private System.Windows.Forms.ComboBox LinestyleCB;
|
---|
| 445 | private System.Windows.Forms.Label label1;
|
---|
| 446 | private System.Windows.Forms.ComboBox LineSelectCB;
|
---|
| 447 | private System.Windows.Forms.GroupBox groupBox1;
|
---|
| 448 | private System.Windows.Forms.CheckBox MarkercheckBox;
|
---|
| 449 | private System.Windows.Forms.Label label4;
|
---|
| 450 | private System.Windows.Forms.ComboBox LineThicknessCB;
|
---|
| 451 | private System.Windows.Forms.Label label3;
|
---|
| 452 | private System.Windows.Forms.TabPage tabPage2;
|
---|
| 453 | private System.Windows.Forms.Button btnChangeLegendFont;
|
---|
| 454 | private System.Windows.Forms.Label legendposition;
|
---|
| 455 | private System.Windows.Forms.ComboBox cbLegendPosition;
|
---|
| 456 | private System.Windows.Forms.TabPage tpTitle;
|
---|
| 457 | private System.Windows.Forms.Button btnChangeTitleFont;
|
---|
| 458 | private System.Windows.Forms.TabPage tpXAxis;
|
---|
| 459 | private System.Windows.Forms.Button btnChangeXAxisFont;
|
---|
| 460 | private System.Windows.Forms.TabPage tpYAxes;
|
---|
| 461 | private System.Windows.Forms.GroupBox gbxYAxisClipChangeable;
|
---|
| 462 | private System.Windows.Forms.FlowLayoutPanel flpYAxisClipChangeable;
|
---|
| 463 | private System.Windows.Forms.GroupBox gbxShowYAxis;
|
---|
| 464 | private System.Windows.Forms.FlowLayoutPanel flpShowYAxis;
|
---|
| 465 | private System.Windows.Forms.FontDialog fdFont;
|
---|
[1876] | 466 | private System.Windows.Forms.CheckBox chkShowXAxisGrid;
|
---|
[1839] | 467 | private System.Windows.Forms.TextBox tbxTitle;
|
---|
| 468 | private System.Windows.Forms.Label label5;
|
---|
[1885] | 469 | private ColorSelection selectedLineColorSelection;
|
---|
| 470 | private System.Windows.Forms.GroupBox groupBox2;
|
---|
| 471 | private System.Windows.Forms.Label label6;
|
---|
| 472 | private ColorSelection xAxisGridColorSelection;
|
---|
[2040] | 473 | private System.Windows.Forms.Button btnAddLine;
|
---|
| 474 | private AddLineDialog addLineDialog;
|
---|
[1586] | 475 | }
|
---|
| 476 | }
|
---|