[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();
|
---|
| 28 | this.OptionsDialogSelectColorBtn = new System.Windows.Forms.Button();
|
---|
| 29 | this.ColorPreviewTB = new System.Windows.Forms.TextBox();
|
---|
| 30 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 31 | this.LinestyleCB = new System.Windows.Forms.ComboBox();
|
---|
| 32 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 33 | this.LineSelectCB = new System.Windows.Forms.ComboBox();
|
---|
| 34 | this.groupBox1 = new System.Windows.Forms.GroupBox();
|
---|
| 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();
|
---|
| 44 | this.btnChangeTitleFont = new System.Windows.Forms.Button();
|
---|
| 45 | this.tpXAxis = new System.Windows.Forms.TabPage();
|
---|
| 46 | this.btnChangeXAxisFont = new System.Windows.Forms.Button();
|
---|
| 47 | this.tpYAxes = new System.Windows.Forms.TabPage();
|
---|
| 48 | this.gbxYAxisClipChangeable = new System.Windows.Forms.GroupBox();
|
---|
| 49 | this.flpYAxisClipChangeable = new System.Windows.Forms.FlowLayoutPanel();
|
---|
| 50 | this.gbxShowYAxis = new System.Windows.Forms.GroupBox();
|
---|
| 51 | this.flpShowYAxis = new System.Windows.Forms.FlowLayoutPanel();
|
---|
| 52 | this.fdFont = new System.Windows.Forms.FontDialog();
|
---|
| 53 | this.Optionstabs.SuspendLayout();
|
---|
| 54 | this.tabPage1.SuspendLayout();
|
---|
| 55 | this.groupBox1.SuspendLayout();
|
---|
| 56 | this.tabPage2.SuspendLayout();
|
---|
| 57 | this.tpTitle.SuspendLayout();
|
---|
| 58 | this.tpXAxis.SuspendLayout();
|
---|
| 59 | this.tpYAxes.SuspendLayout();
|
---|
| 60 | this.gbxYAxisClipChangeable.SuspendLayout();
|
---|
| 61 | this.gbxShowYAxis.SuspendLayout();
|
---|
| 62 | this.SuspendLayout();
|
---|
| 63 | //
|
---|
| 64 | // Optionstabs
|
---|
| 65 | //
|
---|
| 66 | this.Optionstabs.Controls.Add(this.tabPage1);
|
---|
| 67 | this.Optionstabs.Controls.Add(this.tabPage2);
|
---|
| 68 | this.Optionstabs.Controls.Add(this.tpTitle);
|
---|
| 69 | this.Optionstabs.Controls.Add(this.tpXAxis);
|
---|
| 70 | this.Optionstabs.Controls.Add(this.tpYAxes);
|
---|
| 71 | this.Optionstabs.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 72 | this.Optionstabs.Location = new System.Drawing.Point(0, 0);
|
---|
| 73 | this.Optionstabs.Name = "Optionstabs";
|
---|
| 74 | this.Optionstabs.SelectedIndex = 0;
|
---|
| 75 | this.Optionstabs.Size = new System.Drawing.Size(298, 232);
|
---|
| 76 | this.Optionstabs.TabIndex = 1;
|
---|
| 77 | //
|
---|
| 78 | // tabPage1
|
---|
| 79 | //
|
---|
| 80 | this.tabPage1.Controls.Add(this.OptionsDialogSelectColorBtn);
|
---|
| 81 | this.tabPage1.Controls.Add(this.ColorPreviewTB);
|
---|
| 82 | this.tabPage1.Controls.Add(this.label2);
|
---|
| 83 | this.tabPage1.Controls.Add(this.LinestyleCB);
|
---|
| 84 | this.tabPage1.Controls.Add(this.label1);
|
---|
| 85 | this.tabPage1.Controls.Add(this.LineSelectCB);
|
---|
| 86 | this.tabPage1.Controls.Add(this.groupBox1);
|
---|
| 87 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
| 88 | this.tabPage1.Name = "tabPage1";
|
---|
| 89 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 90 | this.tabPage1.Size = new System.Drawing.Size(290, 206);
|
---|
| 91 | this.tabPage1.TabIndex = 0;
|
---|
| 92 | this.tabPage1.Text = "Linestyle";
|
---|
| 93 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
| 94 | //
|
---|
| 95 | // OptionsDialogSelectColorBtn
|
---|
| 96 | //
|
---|
| 97 | this.OptionsDialogSelectColorBtn.Location = new System.Drawing.Point(217, 126);
|
---|
| 98 | this.OptionsDialogSelectColorBtn.Name = "OptionsDialogSelectColorBtn";
|
---|
| 99 | this.OptionsDialogSelectColorBtn.Size = new System.Drawing.Size(50, 23);
|
---|
| 100 | this.OptionsDialogSelectColorBtn.TabIndex = 7;
|
---|
| 101 | this.OptionsDialogSelectColorBtn.Text = "Select";
|
---|
| 102 | this.OptionsDialogSelectColorBtn.UseVisualStyleBackColor = true;
|
---|
| 103 | this.OptionsDialogSelectColorBtn.Click += new System.EventHandler(this.OptionsDialogSelectColorBtn_Click);
|
---|
| 104 | //
|
---|
| 105 | // ColorPreviewTB
|
---|
| 106 | //
|
---|
| 107 | this.ColorPreviewTB.Location = new System.Drawing.Point(146, 127);
|
---|
| 108 | this.ColorPreviewTB.Name = "ColorPreviewTB";
|
---|
| 109 | this.ColorPreviewTB.ReadOnly = true;
|
---|
| 110 | this.ColorPreviewTB.Size = new System.Drawing.Size(64, 20);
|
---|
| 111 | this.ColorPreviewTB.TabIndex = 6;
|
---|
| 112 | //
|
---|
| 113 | // label2
|
---|
| 114 | //
|
---|
| 115 | this.label2.AutoSize = true;
|
---|
| 116 | this.label2.Location = new System.Drawing.Point(36, 80);
|
---|
| 117 | this.label2.Name = "label2";
|
---|
| 118 | this.label2.Size = new System.Drawing.Size(30, 13);
|
---|
| 119 | this.label2.TabIndex = 3;
|
---|
| 120 | this.label2.Text = "Style";
|
---|
| 121 | //
|
---|
| 122 | // LinestyleCB
|
---|
| 123 | //
|
---|
| 124 | this.LinestyleCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 125 | this.LinestyleCB.FormattingEnabled = true;
|
---|
| 126 | this.LinestyleCB.Location = new System.Drawing.Point(146, 73);
|
---|
| 127 | this.LinestyleCB.Name = "LinestyleCB";
|
---|
| 128 | this.LinestyleCB.Size = new System.Drawing.Size(121, 21);
|
---|
| 129 | this.LinestyleCB.TabIndex = 2;
|
---|
| 130 | this.LinestyleCB.SelectedIndexChanged += new System.EventHandler(this.LinestyleCB_SelectedIndexChanged);
|
---|
| 131 | //
|
---|
| 132 | // label1
|
---|
| 133 | //
|
---|
| 134 | this.label1.AutoSize = true;
|
---|
| 135 | this.label1.Location = new System.Drawing.Point(7, 37);
|
---|
| 136 | this.label1.Name = "label1";
|
---|
| 137 | this.label1.Size = new System.Drawing.Size(72, 13);
|
---|
| 138 | this.label1.TabIndex = 1;
|
---|
| 139 | this.label1.Text = "Selected Line";
|
---|
| 140 | //
|
---|
| 141 | // LineSelectCB
|
---|
| 142 | //
|
---|
| 143 | this.LineSelectCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 144 | this.LineSelectCB.FormattingEnabled = true;
|
---|
| 145 | this.LineSelectCB.Location = new System.Drawing.Point(146, 30);
|
---|
| 146 | this.LineSelectCB.Name = "LineSelectCB";
|
---|
| 147 | this.LineSelectCB.Size = new System.Drawing.Size(121, 21);
|
---|
| 148 | this.LineSelectCB.TabIndex = 0;
|
---|
| 149 | this.LineSelectCB.SelectedIndexChanged += new System.EventHandler(this.LineSelectCB_SelectedIndexChanged);
|
---|
| 150 | //
|
---|
| 151 | // groupBox1
|
---|
| 152 | //
|
---|
| 153 | this.groupBox1.Controls.Add(this.MarkercheckBox);
|
---|
| 154 | this.groupBox1.Controls.Add(this.label4);
|
---|
| 155 | this.groupBox1.Controls.Add(this.LineThicknessCB);
|
---|
| 156 | this.groupBox1.Controls.Add(this.label3);
|
---|
| 157 | this.groupBox1.Location = new System.Drawing.Point(4, 54);
|
---|
| 158 | this.groupBox1.Name = "groupBox1";
|
---|
| 159 | this.groupBox1.Size = new System.Drawing.Size(274, 129);
|
---|
| 160 | this.groupBox1.TabIndex = 9;
|
---|
| 161 | this.groupBox1.TabStop = false;
|
---|
| 162 | this.groupBox1.Text = "Details";
|
---|
| 163 | //
|
---|
| 164 | // MarkercheckBox
|
---|
| 165 | //
|
---|
| 166 | this.MarkercheckBox.AutoSize = true;
|
---|
| 167 | this.MarkercheckBox.Location = new System.Drawing.Point(142, 106);
|
---|
| 168 | this.MarkercheckBox.Name = "MarkercheckBox";
|
---|
| 169 | this.MarkercheckBox.Size = new System.Drawing.Size(59, 17);
|
---|
| 170 | this.MarkercheckBox.TabIndex = 9;
|
---|
| 171 | this.MarkercheckBox.Text = "Marker";
|
---|
| 172 | this.MarkercheckBox.UseVisualStyleBackColor = true;
|
---|
| 173 | this.MarkercheckBox.CheckedChanged += new System.EventHandler(this.MarkercheckBox_CheckedChanged);
|
---|
| 174 | //
|
---|
| 175 | // label4
|
---|
| 176 | //
|
---|
| 177 | this.label4.AutoSize = true;
|
---|
| 178 | this.label4.Location = new System.Drawing.Point(33, 77);
|
---|
| 179 | this.label4.Name = "label4";
|
---|
| 180 | this.label4.Size = new System.Drawing.Size(31, 13);
|
---|
| 181 | this.label4.TabIndex = 8;
|
---|
| 182 | this.label4.Text = "Color";
|
---|
| 183 | //
|
---|
| 184 | // LineThicknessCB
|
---|
| 185 | //
|
---|
| 186 | this.LineThicknessCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 187 | this.LineThicknessCB.FormattingEnabled = true;
|
---|
| 188 | this.LineThicknessCB.Location = new System.Drawing.Point(142, 46);
|
---|
| 189 | this.LineThicknessCB.Name = "LineThicknessCB";
|
---|
| 190 | this.LineThicknessCB.Size = new System.Drawing.Size(121, 21);
|
---|
| 191 | this.LineThicknessCB.TabIndex = 4;
|
---|
| 192 | this.LineThicknessCB.SelectedIndexChanged += new System.EventHandler(this.LineThicknessCB_SelectedIndexChanged);
|
---|
| 193 | //
|
---|
| 194 | // label3
|
---|
| 195 | //
|
---|
| 196 | this.label3.AutoSize = true;
|
---|
| 197 | this.label3.Location = new System.Drawing.Point(32, 52);
|
---|
| 198 | this.label3.Name = "label3";
|
---|
| 199 | this.label3.Size = new System.Drawing.Size(56, 13);
|
---|
| 200 | this.label3.TabIndex = 5;
|
---|
| 201 | this.label3.Text = "Thickness";
|
---|
| 202 | //
|
---|
| 203 | // tabPage2
|
---|
| 204 | //
|
---|
| 205 | this.tabPage2.Controls.Add(this.btnChangeLegendFont);
|
---|
| 206 | this.tabPage2.Controls.Add(this.legendposition);
|
---|
| 207 | this.tabPage2.Controls.Add(this.cbLegendPosition);
|
---|
| 208 | this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
---|
| 209 | this.tabPage2.Name = "tabPage2";
|
---|
| 210 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 211 | this.tabPage2.Size = new System.Drawing.Size(290, 206);
|
---|
| 212 | this.tabPage2.TabIndex = 1;
|
---|
| 213 | this.tabPage2.Text = "Legend";
|
---|
| 214 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
| 215 | //
|
---|
| 216 | // btnChangeLegendFont
|
---|
| 217 | //
|
---|
| 218 | this.btnChangeLegendFont.Location = new System.Drawing.Point(3, 6);
|
---|
| 219 | this.btnChangeLegendFont.Name = "btnChangeLegendFont";
|
---|
| 220 | this.btnChangeLegendFont.Size = new System.Drawing.Size(94, 23);
|
---|
| 221 | this.btnChangeLegendFont.TabIndex = 2;
|
---|
| 222 | this.btnChangeLegendFont.Text = "Change Font";
|
---|
| 223 | this.btnChangeLegendFont.UseVisualStyleBackColor = true;
|
---|
| 224 | this.btnChangeLegendFont.Click += new System.EventHandler(this.btnChangeLegendFont_Click);
|
---|
| 225 | //
|
---|
| 226 | // legendposition
|
---|
| 227 | //
|
---|
| 228 | this.legendposition.AutoSize = true;
|
---|
| 229 | this.legendposition.Location = new System.Drawing.Point(8, 38);
|
---|
| 230 | this.legendposition.Name = "legendposition";
|
---|
| 231 | this.legendposition.Size = new System.Drawing.Size(82, 13);
|
---|
| 232 | this.legendposition.TabIndex = 1;
|
---|
| 233 | this.legendposition.Text = "Legendposition:";
|
---|
| 234 | //
|
---|
| 235 | // cbLegendPosition
|
---|
| 236 | //
|
---|
| 237 | this.cbLegendPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 238 | this.cbLegendPosition.FormattingEnabled = true;
|
---|
| 239 | this.cbLegendPosition.Location = new System.Drawing.Point(96, 35);
|
---|
| 240 | this.cbLegendPosition.Name = "cbLegendPosition";
|
---|
| 241 | this.cbLegendPosition.Size = new System.Drawing.Size(121, 21);
|
---|
| 242 | this.cbLegendPosition.TabIndex = 0;
|
---|
| 243 | this.cbLegendPosition.SelectedIndexChanged += new System.EventHandler(this.cbLegendPosition_SelectedIndexChanged);
|
---|
| 244 | //
|
---|
| 245 | // tpTitle
|
---|
| 246 | //
|
---|
| 247 | this.tpTitle.Controls.Add(this.btnChangeTitleFont);
|
---|
| 248 | this.tpTitle.Location = new System.Drawing.Point(4, 22);
|
---|
| 249 | this.tpTitle.Name = "tpTitle";
|
---|
| 250 | this.tpTitle.Size = new System.Drawing.Size(290, 206);
|
---|
| 251 | this.tpTitle.TabIndex = 2;
|
---|
| 252 | this.tpTitle.Text = "Title";
|
---|
| 253 | this.tpTitle.UseVisualStyleBackColor = true;
|
---|
| 254 | //
|
---|
| 255 | // btnChangeTitleFont
|
---|
| 256 | //
|
---|
| 257 | this.btnChangeTitleFont.Location = new System.Drawing.Point(3, 3);
|
---|
| 258 | this.btnChangeTitleFont.Name = "btnChangeTitleFont";
|
---|
| 259 | this.btnChangeTitleFont.Size = new System.Drawing.Size(94, 23);
|
---|
| 260 | this.btnChangeTitleFont.TabIndex = 1;
|
---|
| 261 | this.btnChangeTitleFont.Text = "Change Font";
|
---|
| 262 | this.btnChangeTitleFont.UseVisualStyleBackColor = true;
|
---|
| 263 | this.btnChangeTitleFont.Click += new System.EventHandler(this.btnChangeTitleFont_Click);
|
---|
| 264 | //
|
---|
| 265 | // tpXAxis
|
---|
| 266 | //
|
---|
| 267 | this.tpXAxis.Controls.Add(this.btnChangeXAxisFont);
|
---|
| 268 | this.tpXAxis.Location = new System.Drawing.Point(4, 22);
|
---|
| 269 | this.tpXAxis.Name = "tpXAxis";
|
---|
| 270 | this.tpXAxis.Size = new System.Drawing.Size(290, 206);
|
---|
| 271 | this.tpXAxis.TabIndex = 3;
|
---|
| 272 | this.tpXAxis.Text = "X-Axis";
|
---|
| 273 | this.tpXAxis.UseVisualStyleBackColor = true;
|
---|
| 274 | //
|
---|
| 275 | // btnChangeXAxisFont
|
---|
| 276 | //
|
---|
| 277 | this.btnChangeXAxisFont.Location = new System.Drawing.Point(3, 3);
|
---|
| 278 | this.btnChangeXAxisFont.Name = "btnChangeXAxisFont";
|
---|
| 279 | this.btnChangeXAxisFont.Size = new System.Drawing.Size(94, 23);
|
---|
| 280 | this.btnChangeXAxisFont.TabIndex = 2;
|
---|
| 281 | this.btnChangeXAxisFont.Text = "Change Font";
|
---|
| 282 | this.btnChangeXAxisFont.UseVisualStyleBackColor = true;
|
---|
| 283 | this.btnChangeXAxisFont.Click += new System.EventHandler(this.btnChangeXAxisFont_Click);
|
---|
| 284 | //
|
---|
| 285 | // tpYAxes
|
---|
| 286 | //
|
---|
| 287 | this.tpYAxes.Controls.Add(this.gbxYAxisClipChangeable);
|
---|
| 288 | this.tpYAxes.Controls.Add(this.gbxShowYAxis);
|
---|
| 289 | this.tpYAxes.Location = new System.Drawing.Point(4, 22);
|
---|
| 290 | this.tpYAxes.Name = "tpYAxes";
|
---|
| 291 | this.tpYAxes.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 292 | this.tpYAxes.Size = new System.Drawing.Size(290, 206);
|
---|
| 293 | this.tpYAxes.TabIndex = 4;
|
---|
| 294 | this.tpYAxes.Text = "Y-Axes";
|
---|
| 295 | this.tpYAxes.UseVisualStyleBackColor = true;
|
---|
| 296 | //
|
---|
| 297 | // gbxYAxisClipChangeable
|
---|
| 298 | //
|
---|
| 299 | this.gbxYAxisClipChangeable.AutoSize = true;
|
---|
| 300 | this.gbxYAxisClipChangeable.Controls.Add(this.flpYAxisClipChangeable);
|
---|
| 301 | this.gbxYAxisClipChangeable.Location = new System.Drawing.Point(0, 82);
|
---|
| 302 | this.gbxYAxisClipChangeable.Name = "gbxYAxisClipChangeable";
|
---|
| 303 | this.gbxYAxisClipChangeable.Size = new System.Drawing.Size(281, 76);
|
---|
| 304 | this.gbxYAxisClipChangeable.TabIndex = 1;
|
---|
| 305 | this.gbxYAxisClipChangeable.TabStop = false;
|
---|
| 306 | this.gbxYAxisClipChangeable.Text = "Y-Axis-Clip changeable";
|
---|
| 307 | //
|
---|
| 308 | // flpYAxisClipChangeable
|
---|
| 309 | //
|
---|
| 310 | this.flpYAxisClipChangeable.AutoSize = true;
|
---|
| 311 | this.flpYAxisClipChangeable.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 312 | this.flpYAxisClipChangeable.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
---|
| 313 | this.flpYAxisClipChangeable.Location = new System.Drawing.Point(3, 16);
|
---|
| 314 | this.flpYAxisClipChangeable.Name = "flpYAxisClipChangeable";
|
---|
| 315 | this.flpYAxisClipChangeable.Size = new System.Drawing.Size(275, 57);
|
---|
| 316 | this.flpYAxisClipChangeable.TabIndex = 0;
|
---|
| 317 | //
|
---|
| 318 | // gbxShowYAxis
|
---|
| 319 | //
|
---|
| 320 | this.gbxShowYAxis.AutoSize = true;
|
---|
| 321 | this.gbxShowYAxis.Controls.Add(this.flpShowYAxis);
|
---|
| 322 | this.gbxShowYAxis.Location = new System.Drawing.Point(0, 0);
|
---|
| 323 | this.gbxShowYAxis.Name = "gbxShowYAxis";
|
---|
| 324 | this.gbxShowYAxis.Size = new System.Drawing.Size(281, 76);
|
---|
| 325 | this.gbxShowYAxis.TabIndex = 0;
|
---|
| 326 | this.gbxShowYAxis.TabStop = false;
|
---|
| 327 | this.gbxShowYAxis.Text = "Show Y-Axis";
|
---|
| 328 | //
|
---|
| 329 | // flpShowYAxis
|
---|
| 330 | //
|
---|
| 331 | this.flpShowYAxis.AutoSize = true;
|
---|
| 332 | this.flpShowYAxis.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 333 | this.flpShowYAxis.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
---|
| 334 | this.flpShowYAxis.Location = new System.Drawing.Point(3, 16);
|
---|
| 335 | this.flpShowYAxis.Name = "flpShowYAxis";
|
---|
| 336 | this.flpShowYAxis.Size = new System.Drawing.Size(275, 57);
|
---|
| 337 | this.flpShowYAxis.TabIndex = 0;
|
---|
| 338 | //
|
---|
| 339 | // Options
|
---|
| 340 | //
|
---|
| 341 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 342 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 343 | this.Controls.Add(this.Optionstabs);
|
---|
| 344 | this.Name = "Options";
|
---|
| 345 | this.Size = new System.Drawing.Size(298, 232);
|
---|
| 346 | this.Load += new System.EventHandler(this.Options_Load);
|
---|
| 347 | this.Optionstabs.ResumeLayout(false);
|
---|
| 348 | this.tabPage1.ResumeLayout(false);
|
---|
| 349 | this.tabPage1.PerformLayout();
|
---|
| 350 | this.groupBox1.ResumeLayout(false);
|
---|
| 351 | this.groupBox1.PerformLayout();
|
---|
| 352 | this.tabPage2.ResumeLayout(false);
|
---|
| 353 | this.tabPage2.PerformLayout();
|
---|
| 354 | this.tpTitle.ResumeLayout(false);
|
---|
| 355 | this.tpXAxis.ResumeLayout(false);
|
---|
| 356 | this.tpYAxes.ResumeLayout(false);
|
---|
| 357 | this.tpYAxes.PerformLayout();
|
---|
| 358 | this.gbxYAxisClipChangeable.ResumeLayout(false);
|
---|
| 359 | this.gbxYAxisClipChangeable.PerformLayout();
|
---|
| 360 | this.gbxShowYAxis.ResumeLayout(false);
|
---|
| 361 | this.gbxShowYAxis.PerformLayout();
|
---|
| 362 | this.ResumeLayout(false);
|
---|
| 363 |
|
---|
| 364 | }
|
---|
| 365 |
|
---|
| 366 | #endregion
|
---|
| 367 |
|
---|
| 368 | private System.Windows.Forms.TabControl Optionstabs;
|
---|
| 369 | private System.Windows.Forms.TabPage tabPage1;
|
---|
| 370 | private System.Windows.Forms.Button OptionsDialogSelectColorBtn;
|
---|
| 371 | private System.Windows.Forms.TextBox ColorPreviewTB;
|
---|
| 372 | private System.Windows.Forms.Label label2;
|
---|
| 373 | private System.Windows.Forms.ComboBox LinestyleCB;
|
---|
| 374 | private System.Windows.Forms.Label label1;
|
---|
| 375 | private System.Windows.Forms.ComboBox LineSelectCB;
|
---|
| 376 | private System.Windows.Forms.GroupBox groupBox1;
|
---|
| 377 | private System.Windows.Forms.CheckBox MarkercheckBox;
|
---|
| 378 | private System.Windows.Forms.Label label4;
|
---|
| 379 | private System.Windows.Forms.ComboBox LineThicknessCB;
|
---|
| 380 | private System.Windows.Forms.Label label3;
|
---|
| 381 | private System.Windows.Forms.TabPage tabPage2;
|
---|
| 382 | private System.Windows.Forms.Button btnChangeLegendFont;
|
---|
| 383 | private System.Windows.Forms.Label legendposition;
|
---|
| 384 | private System.Windows.Forms.ComboBox cbLegendPosition;
|
---|
| 385 | private System.Windows.Forms.TabPage tpTitle;
|
---|
| 386 | private System.Windows.Forms.Button btnChangeTitleFont;
|
---|
| 387 | private System.Windows.Forms.TabPage tpXAxis;
|
---|
| 388 | private System.Windows.Forms.Button btnChangeXAxisFont;
|
---|
| 389 | private System.Windows.Forms.TabPage tpYAxes;
|
---|
| 390 | private System.Windows.Forms.GroupBox gbxYAxisClipChangeable;
|
---|
| 391 | private System.Windows.Forms.FlowLayoutPanel flpYAxisClipChangeable;
|
---|
| 392 | private System.Windows.Forms.GroupBox gbxShowYAxis;
|
---|
| 393 | private System.Windows.Forms.FlowLayoutPanel flpShowYAxis;
|
---|
| 394 | private System.Windows.Forms.FontDialog fdFont;
|
---|
| 395 | }
|
---|
| 396 | }
|
---|