Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components              = new System.ComponentModel.Container();
     this._lblDropLine            = new System.Windows.Forms.Label();
     this._lbDropLine             = new System.Windows.Forms.CheckedListBox();
     this._cbColor                = new Altaxo.Gui.Common.Drawing.ColorComboBox();
     this._chkIndependentSize     = new System.Windows.Forms.CheckBox();
     this.m_edSymbolSkipFrequency = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.m_chkSymbolSkipPoints = new System.Windows.Forms.CheckBox();
     this.m_cbSymbolSize        = new System.Windows.Forms.ComboBox();
     this.m_cbSymbolStyle       = new System.Windows.Forms.ComboBox();
     this.m_cbSymbolShape       = new System.Windows.Forms.ComboBox();
     this.m_lblSymbolStyle      = new System.Windows.Forms.Label();
     this.m_lblSymbolShape      = new System.Windows.Forms.Label();
     this._chkIndependentColor  = new System.Windows.Forms.CheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.m_edRelativePenWidth = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // _lblDropLine
     //
     this._lblDropLine.Location = new System.Drawing.Point(6, 197);
     this._lblDropLine.Name     = "_lblDropLine";
     this._lblDropLine.Size     = new System.Drawing.Size(64, 16);
     this._lblDropLine.TabIndex = 29;
     this._lblDropLine.Text     = "Drop Lines:";
     this._lblDropLine.Click   += new System.EventHandler(this.label1_Click);
     //
     // _lbDropLine
     //
     this._lbDropLine.CheckOnClick      = true;
     this._lbDropLine.FormattingEnabled = true;
     this._lbDropLine.Location          = new System.Drawing.Point(76, 197);
     this._lbDropLine.Name     = "_lbDropLine";
     this._lbDropLine.Size     = new System.Drawing.Size(128, 64);
     this._lbDropLine.TabIndex = 25;
     //
     // _cbColor
     //
     this._cbColor.ColorType         = Altaxo.Graph.ColorType.PlotColor;
     this._cbColor.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this._cbColor.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._cbColor.FormattingEnabled = true;
     this._cbColor.ItemHeight        = 15;
     this._cbColor.Items.AddRange(new object[] {
         System.Drawing.Color.Black,
         System.Drawing.Color.Black,
         System.Drawing.Color.Black,
         System.Drawing.Color.Black,
         System.Drawing.Color.Red,
         System.Drawing.Color.Green,
         System.Drawing.Color.Blue,
         System.Drawing.Color.Magenta,
         System.Drawing.Color.Yellow,
         System.Drawing.Color.Coral,
         System.Drawing.Color.Black,
         System.Drawing.Color.Red,
         System.Drawing.Color.Green,
         System.Drawing.Color.Blue,
         System.Drawing.Color.Magenta,
         System.Drawing.Color.Yellow,
         System.Drawing.Color.Coral,
         System.Drawing.Color.Black,
         System.Drawing.Color.Red,
         System.Drawing.Color.Green,
         System.Drawing.Color.Blue,
         System.Drawing.Color.Magenta,
         System.Drawing.Color.Yellow,
         System.Drawing.Color.Coral
     });
     this._cbColor.Location = new System.Drawing.Point(83, 72);
     this._cbColor.Name     = "_cbColor";
     this._cbColor.Size     = new System.Drawing.Size(121, 21);
     this._cbColor.TabIndex = 28;
     //
     // _chkIndependentSize
     //
     this._chkIndependentSize.Location = new System.Drawing.Point(9, 102);
     this._chkIndependentSize.Name     = "_chkIndependentSize";
     this._chkIndependentSize.Size     = new System.Drawing.Size(77, 24);
     this._chkIndependentSize.TabIndex = 27;
     this._chkIndependentSize.Text     = "ind. Size:";
     //
     // m_edSymbolSkipFrequency
     //
     this.m_edSymbolSkipFrequency.Location = new System.Drawing.Point(132, 132);
     this.m_edSymbolSkipFrequency.Name     = "m_edSymbolSkipFrequency";
     this.m_edSymbolSkipFrequency.Size     = new System.Drawing.Size(72, 20);
     this.m_edSymbolSkipFrequency.TabIndex = 9;
     this.m_edSymbolSkipFrequency.Text     = "textBox1";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(6, 135);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(64, 16);
     this.label6.TabIndex = 8;
     this.label6.Text     = "Skip Points";
     //
     // m_chkSymbolSkipPoints
     //
     this.m_chkSymbolSkipPoints.Location        = new System.Drawing.Point(83, 136);
     this.m_chkSymbolSkipPoints.Name            = "m_chkSymbolSkipPoints";
     this.m_chkSymbolSkipPoints.Size            = new System.Drawing.Size(48, 16);
     this.m_chkSymbolSkipPoints.TabIndex        = 7;
     this.m_chkSymbolSkipPoints.Text            = "Freq";
     this.m_chkSymbolSkipPoints.CheckedChanged += new System.EventHandler(this.m_chkSymbolSkipPoints_CheckedChanged);
     //
     // m_cbSymbolSize
     //
     this.m_cbSymbolSize.Location = new System.Drawing.Point(83, 102);
     this.m_cbSymbolSize.Name     = "m_cbSymbolSize";
     this.m_cbSymbolSize.Size     = new System.Drawing.Size(121, 21);
     this.m_cbSymbolSize.TabIndex = 5;
     this.m_cbSymbolSize.Text     = "comboBox1";
     //
     // m_cbSymbolStyle
     //
     this.m_cbSymbolStyle.Location = new System.Drawing.Point(52, 38);
     this.m_cbSymbolStyle.Name     = "m_cbSymbolStyle";
     this.m_cbSymbolStyle.Size     = new System.Drawing.Size(152, 21);
     this.m_cbSymbolStyle.TabIndex = 4;
     this.m_cbSymbolStyle.Text     = "comboBox1";
     //
     // m_cbSymbolShape
     //
     this.m_cbSymbolShape.Location = new System.Drawing.Point(52, 6);
     this.m_cbSymbolShape.Name     = "m_cbSymbolShape";
     this.m_cbSymbolShape.Size     = new System.Drawing.Size(152, 21);
     this.m_cbSymbolShape.TabIndex = 3;
     this.m_cbSymbolShape.Text     = "comboBox1";
     this.m_cbSymbolShape.SelectionChangeCommitted += new System.EventHandler(this.EhSymbolShape_SelectionChangeCommit);
     //
     // m_lblSymbolStyle
     //
     this.m_lblSymbolStyle.Location = new System.Drawing.Point(4, 46);
     this.m_lblSymbolStyle.Name     = "m_lblSymbolStyle";
     this.m_lblSymbolStyle.Size     = new System.Drawing.Size(40, 16);
     this.m_lblSymbolStyle.TabIndex = 1;
     this.m_lblSymbolStyle.Text     = "Style";
     //
     // m_lblSymbolShape
     //
     this.m_lblSymbolShape.Location = new System.Drawing.Point(4, 14);
     this.m_lblSymbolShape.Name     = "m_lblSymbolShape";
     this.m_lblSymbolShape.Size     = new System.Drawing.Size(42, 16);
     this.m_lblSymbolShape.TabIndex = 0;
     this.m_lblSymbolShape.Text     = "Shape";
     //
     // _chkIndependentColor
     //
     this._chkIndependentColor.Location        = new System.Drawing.Point(9, 77);
     this._chkIndependentColor.Name            = "_chkIndependentColor";
     this._chkIndependentColor.Size            = new System.Drawing.Size(80, 16);
     this._chkIndependentColor.TabIndex        = 26;
     this._chkIndependentColor.Text            = "ind. Color:";
     this._chkIndependentColor.CheckedChanged += new System.EventHandler(this._chkIndependentColor_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 166);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(97, 16);
     this.label1.TabIndex = 30;
     this.label1.Text     = "Rel. pen width (%)";
     //
     // m_edRelativePenWidth
     //
     this.m_edRelativePenWidth.Location = new System.Drawing.Point(132, 162);
     this.m_edRelativePenWidth.Name     = "m_edRelativePenWidth";
     this.m_edRelativePenWidth.Size     = new System.Drawing.Size(72, 20);
     this.m_edRelativePenWidth.TabIndex = 31;
     this.m_edRelativePenWidth.Text     = "textBox1";
     //
     // XYPlotScatterStyleControl
     //
     this.Controls.Add(this.m_edRelativePenWidth);
     this.Controls.Add(this.label1);
     this.Controls.Add(this._lblDropLine);
     this.Controls.Add(this._lbDropLine);
     this.Controls.Add(this.m_cbSymbolStyle);
     this.Controls.Add(this._cbColor);
     this.Controls.Add(this._chkIndependentColor);
     this.Controls.Add(this.m_lblSymbolShape);
     this.Controls.Add(this.m_edSymbolSkipFrequency);
     this.Controls.Add(this.m_lblSymbolStyle);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.m_cbSymbolShape);
     this.Controls.Add(this.m_chkSymbolSkipPoints);
     this.Controls.Add(this.m_cbSymbolSize);
     this.Controls.Add(this._chkIndependentSize);
     this.Name = "XYPlotScatterStyleControl";
     this.Size = new System.Drawing.Size(214, 271);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 2
0
    /// <summary> 
    /// Required method for Designer support - do not modify 
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
			this.components = new System.ComponentModel.Container();
			this._lblDropLine = new System.Windows.Forms.Label();
			this._lbDropLine = new System.Windows.Forms.CheckedListBox();
			this._cbColor = new Altaxo.Gui.Common.Drawing.ColorComboBox();
			this._chkIndependentSize = new System.Windows.Forms.CheckBox();
			this.m_edSymbolSkipFrequency = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.m_chkSymbolSkipPoints = new System.Windows.Forms.CheckBox();
			this.m_cbSymbolSize = new System.Windows.Forms.ComboBox();
			this.m_cbSymbolStyle = new System.Windows.Forms.ComboBox();
			this.m_cbSymbolShape = new System.Windows.Forms.ComboBox();
			this.m_lblSymbolStyle = new System.Windows.Forms.Label();
			this.m_lblSymbolShape = new System.Windows.Forms.Label();
			this._chkIndependentColor = new System.Windows.Forms.CheckBox();
			this.label1 = new System.Windows.Forms.Label();
			this.m_edRelativePenWidth = new System.Windows.Forms.TextBox();
			this.SuspendLayout();
			// 
			// _lblDropLine
			// 
			this._lblDropLine.Location = new System.Drawing.Point(6, 197);
			this._lblDropLine.Name = "_lblDropLine";
			this._lblDropLine.Size = new System.Drawing.Size(64, 16);
			this._lblDropLine.TabIndex = 29;
			this._lblDropLine.Text = "Drop Lines:";
			this._lblDropLine.Click += new System.EventHandler(this.label1_Click);
			// 
			// _lbDropLine
			// 
			this._lbDropLine.CheckOnClick = true;
			this._lbDropLine.FormattingEnabled = true;
			this._lbDropLine.Location = new System.Drawing.Point(76, 197);
			this._lbDropLine.Name = "_lbDropLine";
			this._lbDropLine.Size = new System.Drawing.Size(128, 64);
			this._lbDropLine.TabIndex = 25;
			// 
			// _cbColor
			// 
			this._cbColor.ColorType = Altaxo.Graph.ColorType.PlotColor;
			this._cbColor.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this._cbColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this._cbColor.FormattingEnabled = true;
			this._cbColor.ItemHeight = 15;
			this._cbColor.Items.AddRange(new object[] {
            System.Drawing.Color.Black,
            System.Drawing.Color.Black,
            System.Drawing.Color.Black,
            System.Drawing.Color.Black,
            System.Drawing.Color.Red,
            System.Drawing.Color.Green,
            System.Drawing.Color.Blue,
            System.Drawing.Color.Magenta,
            System.Drawing.Color.Yellow,
            System.Drawing.Color.Coral,
            System.Drawing.Color.Black,
            System.Drawing.Color.Red,
            System.Drawing.Color.Green,
            System.Drawing.Color.Blue,
            System.Drawing.Color.Magenta,
            System.Drawing.Color.Yellow,
            System.Drawing.Color.Coral,
            System.Drawing.Color.Black,
            System.Drawing.Color.Red,
            System.Drawing.Color.Green,
            System.Drawing.Color.Blue,
            System.Drawing.Color.Magenta,
            System.Drawing.Color.Yellow,
            System.Drawing.Color.Coral});
			this._cbColor.Location = new System.Drawing.Point(83, 72);
			this._cbColor.Name = "_cbColor";
			this._cbColor.Size = new System.Drawing.Size(121, 21);
			this._cbColor.TabIndex = 28;
			// 
			// _chkIndependentSize
			// 
			this._chkIndependentSize.Location = new System.Drawing.Point(9, 102);
			this._chkIndependentSize.Name = "_chkIndependentSize";
			this._chkIndependentSize.Size = new System.Drawing.Size(77, 24);
			this._chkIndependentSize.TabIndex = 27;
			this._chkIndependentSize.Text = "ind. Size:";
			// 
			// m_edSymbolSkipFrequency
			// 
			this.m_edSymbolSkipFrequency.Location = new System.Drawing.Point(132, 132);
			this.m_edSymbolSkipFrequency.Name = "m_edSymbolSkipFrequency";
			this.m_edSymbolSkipFrequency.Size = new System.Drawing.Size(72, 20);
			this.m_edSymbolSkipFrequency.TabIndex = 9;
			this.m_edSymbolSkipFrequency.Text = "textBox1";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(6, 135);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(64, 16);
			this.label6.TabIndex = 8;
			this.label6.Text = "Skip Points";
			// 
			// m_chkSymbolSkipPoints
			// 
			this.m_chkSymbolSkipPoints.Location = new System.Drawing.Point(83, 136);
			this.m_chkSymbolSkipPoints.Name = "m_chkSymbolSkipPoints";
			this.m_chkSymbolSkipPoints.Size = new System.Drawing.Size(48, 16);
			this.m_chkSymbolSkipPoints.TabIndex = 7;
			this.m_chkSymbolSkipPoints.Text = "Freq";
			this.m_chkSymbolSkipPoints.CheckedChanged += new System.EventHandler(this.m_chkSymbolSkipPoints_CheckedChanged);
			// 
			// m_cbSymbolSize
			// 
			this.m_cbSymbolSize.Location = new System.Drawing.Point(83, 102);
			this.m_cbSymbolSize.Name = "m_cbSymbolSize";
			this.m_cbSymbolSize.Size = new System.Drawing.Size(121, 21);
			this.m_cbSymbolSize.TabIndex = 5;
			this.m_cbSymbolSize.Text = "comboBox1";
			// 
			// m_cbSymbolStyle
			// 
			this.m_cbSymbolStyle.Location = new System.Drawing.Point(52, 38);
			this.m_cbSymbolStyle.Name = "m_cbSymbolStyle";
			this.m_cbSymbolStyle.Size = new System.Drawing.Size(152, 21);
			this.m_cbSymbolStyle.TabIndex = 4;
			this.m_cbSymbolStyle.Text = "comboBox1";
			// 
			// m_cbSymbolShape
			// 
			this.m_cbSymbolShape.Location = new System.Drawing.Point(52, 6);
			this.m_cbSymbolShape.Name = "m_cbSymbolShape";
			this.m_cbSymbolShape.Size = new System.Drawing.Size(152, 21);
			this.m_cbSymbolShape.TabIndex = 3;
			this.m_cbSymbolShape.Text = "comboBox1";
			this.m_cbSymbolShape.SelectionChangeCommitted += new System.EventHandler(this.EhSymbolShape_SelectionChangeCommit);
			// 
			// m_lblSymbolStyle
			// 
			this.m_lblSymbolStyle.Location = new System.Drawing.Point(4, 46);
			this.m_lblSymbolStyle.Name = "m_lblSymbolStyle";
			this.m_lblSymbolStyle.Size = new System.Drawing.Size(40, 16);
			this.m_lblSymbolStyle.TabIndex = 1;
			this.m_lblSymbolStyle.Text = "Style";
			// 
			// m_lblSymbolShape
			// 
			this.m_lblSymbolShape.Location = new System.Drawing.Point(4, 14);
			this.m_lblSymbolShape.Name = "m_lblSymbolShape";
			this.m_lblSymbolShape.Size = new System.Drawing.Size(42, 16);
			this.m_lblSymbolShape.TabIndex = 0;
			this.m_lblSymbolShape.Text = "Shape";
			// 
			// _chkIndependentColor
			// 
			this._chkIndependentColor.Location = new System.Drawing.Point(9, 77);
			this._chkIndependentColor.Name = "_chkIndependentColor";
			this._chkIndependentColor.Size = new System.Drawing.Size(80, 16);
			this._chkIndependentColor.TabIndex = 26;
			this._chkIndependentColor.Text = "ind. Color:";
			this._chkIndependentColor.CheckedChanged += new System.EventHandler(this._chkIndependentColor_CheckedChanged);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(6, 166);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(97, 16);
			this.label1.TabIndex = 30;
			this.label1.Text = "Rel. pen width (%)";
			// 
			// m_edRelativePenWidth
			// 
			this.m_edRelativePenWidth.Location = new System.Drawing.Point(132, 162);
			this.m_edRelativePenWidth.Name = "m_edRelativePenWidth";
			this.m_edRelativePenWidth.Size = new System.Drawing.Size(72, 20);
			this.m_edRelativePenWidth.TabIndex = 31;
			this.m_edRelativePenWidth.Text = "textBox1";
			// 
			// XYPlotScatterStyleControl
			// 
			this.Controls.Add(this.m_edRelativePenWidth);
			this.Controls.Add(this.label1);
			this.Controls.Add(this._lblDropLine);
			this.Controls.Add(this._lbDropLine);
			this.Controls.Add(this.m_cbSymbolStyle);
			this.Controls.Add(this._cbColor);
			this.Controls.Add(this._chkIndependentColor);
			this.Controls.Add(this.m_lblSymbolShape);
			this.Controls.Add(this.m_edSymbolSkipFrequency);
			this.Controls.Add(this.m_lblSymbolStyle);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.m_cbSymbolShape);
			this.Controls.Add(this.m_chkSymbolSkipPoints);
			this.Controls.Add(this.m_cbSymbolSize);
			this.Controls.Add(this._chkIndependentSize);
			this.Name = "XYPlotScatterStyleControl";
			this.Size = new System.Drawing.Size(214, 271);
			this.ResumeLayout(false);
			this.PerformLayout();

    }