UCEphXYZ.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. namespace XdCxRhDW.App.UserControl
  2. {
  3. partial class UCEphXYZ
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  29. this.ephX = new DevExpress.XtraEditors.ButtonEdit();
  30. this.ephY = new DevExpress.XtraEditors.ButtonEdit();
  31. this.ephZ = new DevExpress.XtraEditors.ButtonEdit();
  32. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  33. this.layoutControlItemx = new DevExpress.XtraLayout.LayoutControlItem();
  34. this.layoutControlItemy = new DevExpress.XtraLayout.LayoutControlItem();
  35. this.layoutControlItemz = new DevExpress.XtraLayout.LayoutControlItem();
  36. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  37. this.layoutControl1.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.ephX.Properties)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.ephY.Properties)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.ephZ.Properties)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemx)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemy)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemz)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // layoutControl1
  48. //
  49. this.layoutControl1.Controls.Add(this.ephX);
  50. this.layoutControl1.Controls.Add(this.ephY);
  51. this.layoutControl1.Controls.Add(this.ephZ);
  52. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  54. this.layoutControl1.Name = "layoutControl1";
  55. this.layoutControl1.Root = this.Root;
  56. this.layoutControl1.Size = new System.Drawing.Size(470, 47);
  57. this.layoutControl1.TabIndex = 0;
  58. this.layoutControl1.Text = "layoutControl1";
  59. //
  60. // ephX
  61. //
  62. this.ephX.EditValue = "";
  63. this.ephX.Location = new System.Drawing.Point(2, 19);
  64. this.ephX.Name = "ephX";
  65. this.ephX.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
  66. this.ephX.Properties.Appearance.Options.UseForeColor = true;
  67. this.ephX.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  68. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph)});
  69. this.ephX.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  70. this.ephX.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
  71. this.ephX.Properties.MaskSettings.Set("mask", "f");
  72. this.ephX.Properties.MaxLength = 10;
  73. this.ephX.Size = new System.Drawing.Size(169, 20);
  74. this.ephX.StyleController = this.layoutControl1;
  75. this.ephX.TabIndex = 4;
  76. //
  77. // ephY
  78. //
  79. this.ephY.Location = new System.Drawing.Point(175, 19);
  80. this.ephY.Name = "ephY";
  81. this.ephY.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  82. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph)});
  83. this.ephY.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  84. this.ephY.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
  85. this.ephY.Properties.MaskSettings.Set("mask", "f");
  86. this.ephY.Properties.MaxLength = 10;
  87. this.ephY.Size = new System.Drawing.Size(146, 20);
  88. this.ephY.StyleController = this.layoutControl1;
  89. this.ephY.TabIndex = 4;
  90. //
  91. // ephZ
  92. //
  93. this.ephZ.Location = new System.Drawing.Point(325, 19);
  94. this.ephZ.Name = "ephZ";
  95. this.ephZ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  96. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph)});
  97. this.ephZ.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  98. this.ephZ.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
  99. this.ephZ.Properties.MaskSettings.Set("mask", "f");
  100. this.ephZ.Properties.MaxLength = 10;
  101. this.ephZ.Size = new System.Drawing.Size(143, 20);
  102. this.ephZ.StyleController = this.layoutControl1;
  103. this.ephZ.TabIndex = 4;
  104. //
  105. // Root
  106. //
  107. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  108. this.Root.GroupBordersVisible = false;
  109. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  110. this.layoutControlItemx,
  111. this.layoutControlItemy,
  112. this.layoutControlItemz});
  113. this.Root.Name = "Root";
  114. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  115. this.Root.Size = new System.Drawing.Size(470, 47);
  116. this.Root.TextVisible = false;
  117. //
  118. // layoutControlItemx
  119. //
  120. this.layoutControlItemx.Control = this.ephX;
  121. this.layoutControlItemx.Location = new System.Drawing.Point(0, 0);
  122. this.layoutControlItemx.MaxSize = new System.Drawing.Size(0, 41);
  123. this.layoutControlItemx.MinSize = new System.Drawing.Size(54, 41);
  124. this.layoutControlItemx.Name = "layoutControlItemx";
  125. this.layoutControlItemx.Size = new System.Drawing.Size(173, 47);
  126. this.layoutControlItemx.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  127. this.layoutControlItemx.Text = "坐标X";
  128. this.layoutControlItemx.TextLocation = DevExpress.Utils.Locations.Top;
  129. this.layoutControlItemx.TextSize = new System.Drawing.Size(32, 14);
  130. //
  131. // layoutControlItemy
  132. //
  133. this.layoutControlItemy.Control = this.ephY;
  134. this.layoutControlItemy.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  135. this.layoutControlItemy.CustomizationFormText = "坐标X";
  136. this.layoutControlItemy.Location = new System.Drawing.Point(173, 0);
  137. this.layoutControlItemy.MaxSize = new System.Drawing.Size(0, 41);
  138. this.layoutControlItemy.MinSize = new System.Drawing.Size(54, 41);
  139. this.layoutControlItemy.Name = "layoutControlItemy";
  140. this.layoutControlItemy.Size = new System.Drawing.Size(150, 47);
  141. this.layoutControlItemy.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  142. this.layoutControlItemy.Text = "坐标Y";
  143. this.layoutControlItemy.TextLocation = DevExpress.Utils.Locations.Top;
  144. this.layoutControlItemy.TextSize = new System.Drawing.Size(32, 14);
  145. //
  146. // layoutControlItemz
  147. //
  148. this.layoutControlItemz.Control = this.ephZ;
  149. this.layoutControlItemz.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  150. this.layoutControlItemz.CustomizationFormText = "坐标X";
  151. this.layoutControlItemz.Location = new System.Drawing.Point(323, 0);
  152. this.layoutControlItemz.MaxSize = new System.Drawing.Size(0, 41);
  153. this.layoutControlItemz.MinSize = new System.Drawing.Size(54, 41);
  154. this.layoutControlItemz.Name = "layoutControlItemz";
  155. this.layoutControlItemz.Size = new System.Drawing.Size(147, 47);
  156. this.layoutControlItemz.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  157. this.layoutControlItemz.Text = "坐标Z";
  158. this.layoutControlItemz.TextLocation = DevExpress.Utils.Locations.Top;
  159. this.layoutControlItemz.TextSize = new System.Drawing.Size(32, 14);
  160. //
  161. // UCEphXYZ
  162. //
  163. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  164. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  165. this.Controls.Add(this.layoutControl1);
  166. this.Name = "UCEphXYZ";
  167. this.Size = new System.Drawing.Size(470, 47);
  168. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  169. this.layoutControl1.ResumeLayout(false);
  170. ((System.ComponentModel.ISupportInitialize)(this.ephX.Properties)).EndInit();
  171. ((System.ComponentModel.ISupportInitialize)(this.ephY.Properties)).EndInit();
  172. ((System.ComponentModel.ISupportInitialize)(this.ephZ.Properties)).EndInit();
  173. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  174. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemx)).EndInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemy)).EndInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemz)).EndInit();
  177. this.ResumeLayout(false);
  178. }
  179. #endregion
  180. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  181. private DevExpress.XtraLayout.LayoutControlGroup Root;
  182. private DevExpress.XtraEditors.ButtonEdit ephX;
  183. private DevExpress.XtraEditors.ButtonEdit ephY;
  184. private DevExpress.XtraEditors.ButtonEdit ephZ;
  185. private DevExpress.XtraLayout.LayoutControlItem layoutControlItemx;
  186. private DevExpress.XtraLayout.LayoutControlItem layoutControlItemy;
  187. private DevExpress.XtraLayout.LayoutControlItem layoutControlItemz;
  188. }
  189. }