- Timestamp:
- 05/23/09 11:08:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Visualization/3.2/Options/Options.Designer.cs
r1876 r1885 26 26 this.Optionstabs = new System.Windows.Forms.TabControl(); 27 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 28 this.label2 = new System.Windows.Forms.Label(); 31 29 this.LinestyleCB = new System.Windows.Forms.ComboBox(); … … 46 44 this.btnChangeTitleFont = new System.Windows.Forms.Button(); 47 45 this.tpXAxis = new System.Windows.Forms.TabPage(); 46 this.chkShowXAxisGrid = new System.Windows.Forms.CheckBox(); 48 47 this.btnChangeXAxisFont = new System.Windows.Forms.Button(); 49 48 this.tpYAxes = new System.Windows.Forms.TabPage(); … … 53 52 this.flpShowYAxis = new System.Windows.Forms.FlowLayoutPanel(); 54 53 this.fdFont = new System.Windows.Forms.FontDialog(); 55 this.chkShowXAxisGrid = new System.Windows.Forms.CheckBox(); 54 this.label6 = new System.Windows.Forms.Label(); 55 this.groupBox2 = new System.Windows.Forms.GroupBox(); 56 this.selectedLineColorSelection = new HeuristicLab.Visualization.Options.ColorSelection(); 57 this.xAxisGridColorSelection = new HeuristicLab.Visualization.Options.ColorSelection(); 56 58 this.Optionstabs.SuspendLayout(); 57 59 this.tabPage1.SuspendLayout(); … … 63 65 this.gbxYAxisClipChangeable.SuspendLayout(); 64 66 this.gbxShowYAxis.SuspendLayout(); 67 this.groupBox2.SuspendLayout(); 65 68 this.SuspendLayout(); 66 69 // … … 81 84 // tabPage1 82 85 // 83 this.tabPage1.Controls.Add(this.OptionsDialogSelectColorBtn);84 this.tabPage1.Controls.Add(this.ColorPreviewTB);85 86 this.tabPage1.Controls.Add(this.label2); 86 87 this.tabPage1.Controls.Add(this.LinestyleCB); … … 96 97 this.tabPage1.UseVisualStyleBackColor = true; 97 98 // 98 // OptionsDialogSelectColorBtn99 //100 this.OptionsDialogSelectColorBtn.Location = new System.Drawing.Point(217, 126);101 this.OptionsDialogSelectColorBtn.Name = "OptionsDialogSelectColorBtn";102 this.OptionsDialogSelectColorBtn.Size = new System.Drawing.Size(50, 23);103 this.OptionsDialogSelectColorBtn.TabIndex = 7;104 this.OptionsDialogSelectColorBtn.Text = "Select";105 this.OptionsDialogSelectColorBtn.UseVisualStyleBackColor = true;106 this.OptionsDialogSelectColorBtn.Click += new System.EventHandler(this.OptionsDialogSelectColorBtn_Click);107 //108 // ColorPreviewTB109 //110 this.ColorPreviewTB.Location = new System.Drawing.Point(146, 127);111 this.ColorPreviewTB.Name = "ColorPreviewTB";112 this.ColorPreviewTB.ReadOnly = true;113 this.ColorPreviewTB.Size = new System.Drawing.Size(64, 20);114 this.ColorPreviewTB.TabIndex = 6;115 //116 99 // label2 117 100 // … … 154 137 // groupBox1 155 138 // 139 this.groupBox1.Controls.Add(this.selectedLineColorSelection); 156 140 this.groupBox1.Controls.Add(this.MarkercheckBox); 157 141 this.groupBox1.Controls.Add(this.label4); … … 287 271 // tpXAxis 288 272 // 289 this.tpXAxis.Controls.Add(this. chkShowXAxisGrid);273 this.tpXAxis.Controls.Add(this.groupBox2); 290 274 this.tpXAxis.Controls.Add(this.btnChangeXAxisFont); 291 275 this.tpXAxis.Location = new System.Drawing.Point(4, 22); … … 295 279 this.tpXAxis.Text = "X-Axis"; 296 280 this.tpXAxis.UseVisualStyleBackColor = true; 281 // 282 // chkShowXAxisGrid 283 // 284 this.chkShowXAxisGrid.AutoSize = true; 285 this.chkShowXAxisGrid.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; 286 this.chkShowXAxisGrid.Location = new System.Drawing.Point(20, 28); 287 this.chkShowXAxisGrid.Name = "chkShowXAxisGrid"; 288 this.chkShowXAxisGrid.Size = new System.Drawing.Size(56, 17); 289 this.chkShowXAxisGrid.TabIndex = 3; 290 this.chkShowXAxisGrid.Text = "Visible"; 291 this.chkShowXAxisGrid.UseVisualStyleBackColor = true; 292 this.chkShowXAxisGrid.CheckedChanged += new System.EventHandler(this.chkShowXAxisGrid_CheckedChanged); 297 293 // 298 294 // btnChangeXAxisFont … … 360 356 this.flpShowYAxis.TabIndex = 0; 361 357 // 362 // chkShowXAxisGrid 363 // 364 this.chkShowXAxisGrid.AutoSize = true; 365 this.chkShowXAxisGrid.Location = new System.Drawing.Point(3, 32); 366 this.chkShowXAxisGrid.Name = "chkShowXAxisGrid"; 367 this.chkShowXAxisGrid.Size = new System.Drawing.Size(107, 17); 368 this.chkShowXAxisGrid.TabIndex = 3; 369 this.chkShowXAxisGrid.Text = "Show X-Axis Grid"; 370 this.chkShowXAxisGrid.UseVisualStyleBackColor = true; 371 this.chkShowXAxisGrid.CheckedChanged += new System.EventHandler(this.chkShowXAxisGrid_CheckedChanged); 358 // label6 359 // 360 this.label6.AutoSize = true; 361 this.label6.Location = new System.Drawing.Point(20, 55); 362 this.label6.Name = "label6"; 363 this.label6.Size = new System.Drawing.Size(31, 13); 364 this.label6.TabIndex = 5; 365 this.label6.Text = "Color"; 366 // 367 // groupBox2 368 // 369 this.groupBox2.Controls.Add(this.label6); 370 this.groupBox2.Controls.Add(this.xAxisGridColorSelection); 371 this.groupBox2.Controls.Add(this.chkShowXAxisGrid); 372 this.groupBox2.Location = new System.Drawing.Point(8, 42); 373 this.groupBox2.Name = "groupBox2"; 374 this.groupBox2.Size = new System.Drawing.Size(205, 94); 375 this.groupBox2.TabIndex = 6; 376 this.groupBox2.TabStop = false; 377 this.groupBox2.Text = "Grid"; 378 // 379 // selectedLineColorSelection 380 // 381 this.selectedLineColorSelection.Color = System.Drawing.SystemColors.Control; 382 this.selectedLineColorSelection.Location = new System.Drawing.Point(142, 73); 383 this.selectedLineColorSelection.Name = "selectedLineColorSelection"; 384 this.selectedLineColorSelection.Size = new System.Drawing.Size(121, 25); 385 this.selectedLineColorSelection.TabIndex = 10; 386 this.selectedLineColorSelection.ColorChanged += new HeuristicLab.Visualization.Options.ColorChangedHandler(this.selectedLineColorSelection_ColorChanged); 387 // 388 // xAxisGridColorSelection 389 // 390 this.xAxisGridColorSelection.Color = System.Drawing.SystemColors.Control; 391 this.xAxisGridColorSelection.Location = new System.Drawing.Point(54, 49); 392 this.xAxisGridColorSelection.Name = "xAxisGridColorSelection"; 393 this.xAxisGridColorSelection.Size = new System.Drawing.Size(126, 25); 394 this.xAxisGridColorSelection.TabIndex = 4; 395 this.xAxisGridColorSelection.ColorChanged += new HeuristicLab.Visualization.Options.ColorChangedHandler(this.xAxisGridColorSelection_ColorChanged); 372 396 // 373 397 // Options … … 389 413 this.tpTitle.PerformLayout(); 390 414 this.tpXAxis.ResumeLayout(false); 391 this.tpXAxis.PerformLayout();392 415 this.tpYAxes.ResumeLayout(false); 393 416 this.tpYAxes.PerformLayout(); … … 396 419 this.gbxShowYAxis.ResumeLayout(false); 397 420 this.gbxShowYAxis.PerformLayout(); 421 this.groupBox2.ResumeLayout(false); 422 this.groupBox2.PerformLayout(); 398 423 this.ResumeLayout(false); 399 424 … … 404 429 private System.Windows.Forms.TabControl Optionstabs; 405 430 private System.Windows.Forms.TabPage tabPage1; 406 private System.Windows.Forms.Button OptionsDialogSelectColorBtn;407 private System.Windows.Forms.TextBox ColorPreviewTB;408 431 private System.Windows.Forms.Label label2; 409 432 private System.Windows.Forms.ComboBox LinestyleCB; … … 432 455 private System.Windows.Forms.TextBox tbxTitle; 433 456 private System.Windows.Forms.Label label5; 457 private ColorSelection selectedLineColorSelection; 458 private System.Windows.Forms.GroupBox groupBox2; 459 private System.Windows.Forms.Label label6; 460 private ColorSelection xAxisGridColorSelection; 434 461 } 435 462 }
Note: See TracChangeset
for help on using the changeset viewer.