93 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			93 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace DevComponents.Charts.Design
 | 
						|
{
 | 
						|
    partial class LabeledTextBoxX
 | 
						|
    {
 | 
						|
        /// <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.lbIndex = new DevComponents.DotNetBar.LabelX();
 | 
						|
            this.tbValue = new DevComponents.DotNetBar.Controls.TextBoxX();
 | 
						|
            this.SuspendLayout();
 | 
						|
            // 
 | 
						|
            // lbIndex
 | 
						|
            // 
 | 
						|
            // 
 | 
						|
            // 
 | 
						|
            // 
 | 
						|
            this.lbIndex.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | 
						|
            this.lbIndex.ForeColor = System.Drawing.Color.DimGray;
 | 
						|
            this.lbIndex.Location = new System.Drawing.Point(3, 4);
 | 
						|
            this.lbIndex.Name = "lbIndex";
 | 
						|
            this.lbIndex.Size = new System.Drawing.Size(8, 13);
 | 
						|
            this.lbIndex.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
 | 
						|
            this.lbIndex.TabIndex = 1;
 | 
						|
            this.lbIndex.Text = "3";
 | 
						|
            this.lbIndex.TextAlignment = System.Drawing.StringAlignment.Far;
 | 
						|
            // 
 | 
						|
            // tbValue
 | 
						|
            // 
 | 
						|
            this.tbValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
 | 
						|
            | System.Windows.Forms.AnchorStyles.Right)));
 | 
						|
            // 
 | 
						|
            // 
 | 
						|
            // 
 | 
						|
            this.tbValue.Border.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Etched;
 | 
						|
            this.tbValue.Border.BorderColor = System.Drawing.SystemColors.ControlDark;
 | 
						|
            this.tbValue.Border.BorderColor2 = System.Drawing.SystemColors.ControlLight;
 | 
						|
            this.tbValue.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Etched;
 | 
						|
            this.tbValue.Border.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Etched;
 | 
						|
            this.tbValue.Border.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Etched;
 | 
						|
            this.tbValue.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
 | 
						|
            this.tbValue.Border.PaddingBottom = 2;
 | 
						|
            this.tbValue.Border.PaddingLeft = 3;
 | 
						|
            this.tbValue.Border.PaddingRight = 2;
 | 
						|
            this.tbValue.Border.PaddingTop = 2;
 | 
						|
            this.tbValue.Location = new System.Drawing.Point(17, 0);
 | 
						|
            this.tbValue.Name = "tbValue";
 | 
						|
            this.tbValue.PreventEnterBeep = true;
 | 
						|
            this.tbValue.Size = new System.Drawing.Size(54, 18);
 | 
						|
            this.tbValue.TabIndex = 2;
 | 
						|
            this.tbValue.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.tbValue_PreviewKeyDown);
 | 
						|
            // 
 | 
						|
            // LabeledTextBoxX
 | 
						|
            // 
 | 
						|
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
 | 
						|
            this.Controls.Add(this.tbValue);
 | 
						|
            this.Controls.Add(this.lbIndex);
 | 
						|
            this.Margin = new System.Windows.Forms.Padding(0);
 | 
						|
            this.Name = "LabeledTextBoxX";
 | 
						|
            this.Size = new System.Drawing.Size(72, 19);
 | 
						|
            this.ResumeLayout(false);
 | 
						|
 | 
						|
        }
 | 
						|
 | 
						|
        #endregion
 | 
						|
 | 
						|
        internal DotNetBar.LabelX lbIndex;
 | 
						|
        internal DotNetBar.Controls.TextBoxX tbValue;
 | 
						|
    }
 | 
						|
}
 |