Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization/3.2/Options/ColorSelection.Designer.cs @ 1964

Last change on this file since 1964 was 1885, checked in by mstoeger, 15 years ago

xaxis grid color can be set in the options dialog #555

File size: 3.0 KB
RevLine 
[1885]1namespace HeuristicLab.Visualization.Options {
2  partial class ColorSelection {
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.OptionsDialogSelectColorBtn = new System.Windows.Forms.Button();
27      this.ColorPreviewTB = new System.Windows.Forms.TextBox();
28      this.SuspendLayout();
29      //
30      // OptionsDialogSelectColorBtn
31      //
32      this.OptionsDialogSelectColorBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
33                  | System.Windows.Forms.AnchorStyles.Right)));
34      this.OptionsDialogSelectColorBtn.Location = new System.Drawing.Point(74, 2);
35      this.OptionsDialogSelectColorBtn.Name = "OptionsDialogSelectColorBtn";
36      this.OptionsDialogSelectColorBtn.Size = new System.Drawing.Size(50, 23);
37      this.OptionsDialogSelectColorBtn.TabIndex = 9;
38      this.OptionsDialogSelectColorBtn.Text = "Select";
39      this.OptionsDialogSelectColorBtn.UseVisualStyleBackColor = true;
40      this.OptionsDialogSelectColorBtn.Click += new System.EventHandler(this.OptionsDialogSelectColorBtn_Click);
41      //
42      // ColorPreviewTB
43      //
44      this.ColorPreviewTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
45                  | System.Windows.Forms.AnchorStyles.Left)
46                  | System.Windows.Forms.AnchorStyles.Right)));
47      this.ColorPreviewTB.Location = new System.Drawing.Point(3, 3);
48      this.ColorPreviewTB.Name = "ColorPreviewTB";
49      this.ColorPreviewTB.ReadOnly = true;
50      this.ColorPreviewTB.Size = new System.Drawing.Size(64, 20);
51      this.ColorPreviewTB.TabIndex = 8;
52      //
53      // ColorSelection
54      //
55      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
56      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
57      this.Controls.Add(this.OptionsDialogSelectColorBtn);
58      this.Controls.Add(this.ColorPreviewTB);
59      this.Name = "ColorSelection";
60      this.Size = new System.Drawing.Size(126, 25);
61      this.ResumeLayout(false);
62      this.PerformLayout();
63
64    }
65
66    #endregion
67
68    private System.Windows.Forms.Button OptionsDialogSelectColorBtn;
69    private System.Windows.Forms.TextBox ColorPreviewTB;
70  }
71}
Note: See TracBrowser for help on using the repository browser.