123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- namespace DW5S.App.UserControl
- {
- partial class UCEphXYZ
- {
- /// <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.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.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.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.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;
- }
- }
|