namespace XdCxRhDW.App.UserControl
{
partial class UCEphXYZ
{
///
/// 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.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.ephX = new DevExpress.XtraEditors.ButtonEdit();
this.ephY = new DevExpress.XtraEditors.ButtonEdit();
this.ephZ = new DevExpress.XtraEditors.ButtonEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItemx = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItemy = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItemz = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ephX.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ephY.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ephZ.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemx)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemy)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemz)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.ephX);
this.layoutControl1.Controls.Add(this.ephY);
this.layoutControl1.Controls.Add(this.ephZ);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(470, 47);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// ephX
//
this.ephX.EditValue = "";
this.ephX.Location = new System.Drawing.Point(2, 19);
this.ephX.Name = "ephX";
this.ephX.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.ephX.Properties.Appearance.Options.UseForeColor = true;
this.ephX.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph)});
this.ephX.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
this.ephX.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
this.ephX.Properties.MaskSettings.Set("mask", "f3");
this.ephX.Properties.MaxLength = 10;
this.ephX.Properties.UseMaskAsDisplayFormat = true;
this.ephX.Size = new System.Drawing.Size(169, 20);
this.ephX.StyleController = this.layoutControl1;
this.ephX.TabIndex = 4;
//
// ephY
//
this.ephY.Location = new System.Drawing.Point(175, 19);
this.ephY.Name = "ephY";
this.ephY.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph)});
this.ephY.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
this.ephY.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
this.ephY.Properties.MaskSettings.Set("mask", "f3");
this.ephY.Properties.MaxLength = 10;
this.ephY.Properties.UseMaskAsDisplayFormat = true;
this.ephY.Size = new System.Drawing.Size(146, 20);
this.ephY.StyleController = this.layoutControl1;
this.ephY.TabIndex = 4;
//
// ephZ
//
this.ephZ.Location = new System.Drawing.Point(325, 19);
this.ephZ.Name = "ephZ";
this.ephZ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph)});
this.ephZ.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
this.ephZ.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
this.ephZ.Properties.MaskSettings.Set("mask", "f3");
this.ephZ.Properties.MaxLength = 10;
this.ephZ.Properties.UseMaskAsDisplayFormat = true;
this.ephZ.Size = new System.Drawing.Size(143, 20);
this.ephZ.StyleController = this.layoutControl1;
this.ephZ.TabIndex = 4;
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItemx,
this.layoutControlItemy,
this.layoutControlItemz});
this.Root.Name = "Root";
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.Root.Size = new System.Drawing.Size(470, 47);
this.Root.TextVisible = false;
//
// layoutControlItemx
//
this.layoutControlItemx.Control = this.ephX;
this.layoutControlItemx.Location = new System.Drawing.Point(0, 0);
this.layoutControlItemx.MaxSize = new System.Drawing.Size(0, 41);
this.layoutControlItemx.MinSize = new System.Drawing.Size(54, 41);
this.layoutControlItemx.Name = "layoutControlItemx";
this.layoutControlItemx.Size = new System.Drawing.Size(173, 47);
this.layoutControlItemx.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItemx.Text = "坐标X";
this.layoutControlItemx.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItemx.TextSize = new System.Drawing.Size(32, 14);
//
// layoutControlItemy
//
this.layoutControlItemy.Control = this.ephY;
this.layoutControlItemy.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItemy.CustomizationFormText = "坐标X";
this.layoutControlItemy.Location = new System.Drawing.Point(173, 0);
this.layoutControlItemy.MaxSize = new System.Drawing.Size(0, 41);
this.layoutControlItemy.MinSize = new System.Drawing.Size(54, 41);
this.layoutControlItemy.Name = "layoutControlItemy";
this.layoutControlItemy.Size = new System.Drawing.Size(150, 47);
this.layoutControlItemy.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItemy.Text = "坐标Y";
this.layoutControlItemy.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItemy.TextSize = new System.Drawing.Size(32, 14);
//
// layoutControlItemz
//
this.layoutControlItemz.Control = this.ephZ;
this.layoutControlItemz.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItemz.CustomizationFormText = "坐标X";
this.layoutControlItemz.Location = new System.Drawing.Point(323, 0);
this.layoutControlItemz.MaxSize = new System.Drawing.Size(0, 41);
this.layoutControlItemz.MinSize = new System.Drawing.Size(54, 41);
this.layoutControlItemz.Name = "layoutControlItemz";
this.layoutControlItemz.Size = new System.Drawing.Size(147, 47);
this.layoutControlItemz.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItemz.Text = "坐标Z";
this.layoutControlItemz.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItemz.TextSize = new System.Drawing.Size(32, 14);
//
// UCEphXYZ
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.layoutControl1);
this.Name = "UCEphXYZ";
this.Size = new System.Drawing.Size(470, 47);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ephX.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ephY.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ephZ.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemx)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemy)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItemz)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.ButtonEdit ephX;
private DevExpress.XtraEditors.ButtonEdit ephY;
private DevExpress.XtraEditors.ButtonEdit ephZ;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemx;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemy;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemz;
}
}