89 lines
4.0 KiB
C#
89 lines
4.0 KiB
C#
namespace DevComponents.Charts.Design
|
|
{
|
|
partial class SeriesPointValueDropDown
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.btnCancel = new DevComponents.DotNetBar.ButtonX();
|
|
this.btnOk = new DevComponents.DotNetBar.ButtonX();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(48, 29);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(15, 15);
|
|
this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.btnCancel.Symbol = "";
|
|
this.btnCancel.SymbolColor = System.Drawing.Color.DarkRed;
|
|
this.btnCancel.SymbolSize = 10F;
|
|
this.btnCancel.TabIndex = 3;
|
|
this.btnCancel.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnOk.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
|
|
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btnOk.Location = new System.Drawing.Point(26, 29);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(19, 15);
|
|
this.btnOk.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.btnOk.Symbol = "";
|
|
this.btnOk.SymbolColor = System.Drawing.SystemColors.ControlText;
|
|
this.btnOk.SymbolSize = 10F;
|
|
this.btnOk.TabIndex = 2;
|
|
this.btnOk.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// SeriesPointValueDropDown
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.btnOk);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.MinimumSize = new System.Drawing.Size(45, 45);
|
|
this.Name = "SeriesPointValueDropDown";
|
|
this.Size = new System.Drawing.Size(65, 45);
|
|
this.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.MyPreviewKeyDown);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DotNetBar.ButtonX btnCancel;
|
|
private DotNetBar.ButtonX btnOk;
|
|
}
|
|
}
|