namespace Uninpho.Railway.Waveform
{
partial class RightLabelControl
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.movePanel = new DevExpress.XtraEditors.PanelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.separatorControl1 = new DevExpress.XtraEditors.SeparatorControl();
((System.ComponentModel.ISupportInitialize)(this.movePanel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit();
this.SuspendLayout();
//
// movePanel
//
this.movePanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.movePanel.Cursor = System.Windows.Forms.Cursors.SizeAll;
this.movePanel.Location = new System.Drawing.Point(101, 0);
this.movePanel.Name = "movePanel";
this.movePanel.Size = new System.Drawing.Size(24, 50);
this.movePanel.TabIndex = 16;
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(28, 32);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(24, 14);
this.labelControl1.TabIndex = 15;
this.labelControl1.Text = "label";
//
// simpleButton1
//
this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
this.simpleButton1.Cursor = System.Windows.Forms.Cursors.Hand;
this.simpleButton1.Location = new System.Drawing.Point(0, 3);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(99, 23);
this.simpleButton1.TabIndex = 14;
this.simpleButton1.Text = "simpleButton1";
this.simpleButton1.DoubleClick += new System.EventHandler(this.simpleButton1_DoubleClick);
//
// separatorControl1
//
this.separatorControl1.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
this.separatorControl1.LineThickness = 1;
this.separatorControl1.Location = new System.Drawing.Point(-1, 16);
this.separatorControl1.Name = "separatorControl1";
this.separatorControl1.Size = new System.Drawing.Size(102, 23);
this.separatorControl1.TabIndex = 13;
//
// RightLabelControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.movePanel);
this.Controls.Add(this.labelControl1);
this.Controls.Add(this.simpleButton1);
this.Controls.Add(this.separatorControl1);
this.Name = "RightLabelControl";
this.Size = new System.Drawing.Size(125, 50);
((System.ComponentModel.ISupportInitialize)(this.movePanel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.PanelControl movePanel;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.SeparatorControl separatorControl1;
}
}