MesureDataPerWt.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. namespace Core.StlMes.Client.Mcp.Mch.MchResult
  2. {
  3. partial class MesureDataPerWt
  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 Windows Form 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. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  30. this.uteW = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  31. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  32. this.utnX = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  33. this.rb1 = new System.Windows.Forms.RadioButton();
  34. this.rb2 = new System.Windows.Forms.RadioButton();
  35. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  36. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  37. this.ubtOK = new Infragistics.Win.Misc.UltraButton();
  38. this.ubtCancel = new Infragistics.Win.Misc.UltraButton();
  39. this.uneValue = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  40. this.une3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  41. this.lblShow = new Infragistics.Win.Misc.UltraLabel();
  42. ((System.ComponentModel.ISupportInitialize)(this.uteW)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.utnX)).BeginInit();
  44. this.ultraPanel2.ClientArea.SuspendLayout();
  45. this.ultraPanel2.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.uneValue)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.une3)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // uteW
  51. //
  52. this.uteW.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  53. this.uteW.Location = new System.Drawing.Point(99, 30);
  54. this.uteW.Margin = new System.Windows.Forms.Padding(2);
  55. this.uteW.Name = "uteW";
  56. this.uteW.Size = new System.Drawing.Size(283, 25);
  57. this.uteW.TabIndex = 1;
  58. this.uteW.Text = "(外径-壁厚)*壁厚*0.02466";
  59. this.uteW.TextChanged += new System.EventHandler(this.uteW_TextChanged);
  60. //
  61. // ultraLabel2
  62. //
  63. this.ultraLabel2.AutoSize = true;
  64. this.ultraLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.ultraLabel2.Location = new System.Drawing.Point(399, 33);
  66. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(2);
  67. this.ultraLabel2.Name = "ultraLabel2";
  68. this.ultraLabel2.Size = new System.Drawing.Size(121, 21);
  69. this.ultraLabel2.TabIndex = 2;
  70. this.ultraLabel2.Text = "单重保留小数位";
  71. //
  72. // utnX
  73. //
  74. appearance1.ImageHAlign = Infragistics.Win.HAlign.Center;
  75. this.utnX.Appearance = appearance1;
  76. this.utnX.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  77. this.utnX.Location = new System.Drawing.Point(537, 28);
  78. this.utnX.Margin = new System.Windows.Forms.Padding(2);
  79. this.utnX.MaskInput = "nn";
  80. this.utnX.Name = "utnX";
  81. this.utnX.Size = new System.Drawing.Size(64, 25);
  82. this.utnX.TabIndex = 4;
  83. this.utnX.Value = 2;
  84. this.utnX.ValueChanged += new System.EventHandler(this.uteW_TextChanged);
  85. //
  86. // rb1
  87. //
  88. this.rb1.AutoSize = true;
  89. this.rb1.Checked = true;
  90. this.rb1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  91. this.rb1.Location = new System.Drawing.Point(9, 30);
  92. this.rb1.Margin = new System.Windows.Forms.Padding(2);
  93. this.rb1.Name = "rb1";
  94. this.rb1.Size = new System.Drawing.Size(93, 20);
  95. this.rb1.TabIndex = 5;
  96. this.rb1.TabStop = true;
  97. this.rb1.Text = "单重公式";
  98. this.rb1.UseVisualStyleBackColor = true;
  99. this.rb1.CheckedChanged += new System.EventHandler(this.rb1_CheckedChanged);
  100. //
  101. // rb2
  102. //
  103. this.rb2.AutoSize = true;
  104. this.rb2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  105. this.rb2.Location = new System.Drawing.Point(9, 106);
  106. this.rb2.Margin = new System.Windows.Forms.Padding(2);
  107. this.rb2.Name = "rb2";
  108. this.rb2.Size = new System.Drawing.Size(59, 20);
  109. this.rb2.TabIndex = 6;
  110. this.rb2.Text = "单重";
  111. this.rb2.UseVisualStyleBackColor = true;
  112. this.rb2.CheckedChanged += new System.EventHandler(this.rb1_CheckedChanged);
  113. //
  114. // ultraLabel1
  115. //
  116. this.ultraLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.ultraLabel1.Location = new System.Drawing.Point(12, 185);
  118. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(2);
  119. this.ultraLabel1.Name = "ultraLabel1";
  120. this.ultraLabel1.Size = new System.Drawing.Size(51, 18);
  121. this.ultraLabel1.TabIndex = 8;
  122. this.ultraLabel1.Text = "em值";
  123. //
  124. // ultraPanel2
  125. //
  126. //
  127. // ultraPanel2.ClientArea
  128. //
  129. this.ultraPanel2.ClientArea.Controls.Add(this.ubtOK);
  130. this.ultraPanel2.ClientArea.Controls.Add(this.ubtCancel);
  131. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  132. this.ultraPanel2.Location = new System.Drawing.Point(0, 260);
  133. this.ultraPanel2.Name = "ultraPanel2";
  134. this.ultraPanel2.Size = new System.Drawing.Size(703, 36);
  135. this.ultraPanel2.TabIndex = 10;
  136. //
  137. // ubtOK
  138. //
  139. this.ubtOK.Dock = System.Windows.Forms.DockStyle.Right;
  140. this.ubtOK.Location = new System.Drawing.Point(628, 0);
  141. this.ubtOK.Name = "ubtOK";
  142. this.ubtOK.Size = new System.Drawing.Size(75, 36);
  143. this.ubtOK.TabIndex = 5;
  144. this.ubtOK.Text = "确认";
  145. this.ubtOK.Click += new System.EventHandler(this.ubtOK_Click);
  146. //
  147. // ubtCancel
  148. //
  149. this.ubtCancel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  150. this.ubtCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  151. this.ubtCancel.Location = new System.Drawing.Point(798, 9);
  152. this.ubtCancel.Name = "ubtCancel";
  153. this.ubtCancel.Size = new System.Drawing.Size(75, 23);
  154. this.ubtCancel.TabIndex = 4;
  155. this.ubtCancel.Text = "取消";
  156. //
  157. // uneValue
  158. //
  159. this.uneValue.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  160. this.uneValue.Location = new System.Drawing.Point(99, 105);
  161. this.uneValue.Margin = new System.Windows.Forms.Padding(2);
  162. this.uneValue.Name = "uneValue";
  163. this.uneValue.ReadOnly = true;
  164. this.uneValue.Size = new System.Drawing.Size(172, 25);
  165. this.uneValue.TabIndex = 11;
  166. //
  167. // une3
  168. //
  169. this.une3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  170. this.une3.Location = new System.Drawing.Point(99, 179);
  171. this.une3.Margin = new System.Windows.Forms.Padding(2);
  172. this.une3.Name = "une3";
  173. this.une3.Size = new System.Drawing.Size(172, 25);
  174. this.une3.TabIndex = 12;
  175. this.une3.Text = "0";
  176. //
  177. // lblShow
  178. //
  179. appearance4.ForeColor = System.Drawing.Color.Red;
  180. this.lblShow.Appearance = appearance4;
  181. this.lblShow.AutoSize = true;
  182. this.lblShow.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.lblShow.Location = new System.Drawing.Point(118, 58);
  184. this.lblShow.Margin = new System.Windows.Forms.Padding(2);
  185. this.lblShow.Name = "lblShow";
  186. this.lblShow.Size = new System.Drawing.Size(0, 0);
  187. this.lblShow.TabIndex = 13;
  188. //
  189. // MesureDataPerWt
  190. //
  191. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  192. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193. this.ClientSize = new System.Drawing.Size(703, 296);
  194. this.Controls.Add(this.lblShow);
  195. this.Controls.Add(this.une3);
  196. this.Controls.Add(this.uneValue);
  197. this.Controls.Add(this.ultraPanel2);
  198. this.Controls.Add(this.ultraLabel1);
  199. this.Controls.Add(this.rb2);
  200. this.Controls.Add(this.rb1);
  201. this.Controls.Add(this.utnX);
  202. this.Controls.Add(this.ultraLabel2);
  203. this.Controls.Add(this.uteW);
  204. this.Margin = new System.Windows.Forms.Padding(2);
  205. this.Name = "MesureDataPerWt";
  206. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  207. this.Text = "单重";
  208. ((System.ComponentModel.ISupportInitialize)(this.uteW)).EndInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.utnX)).EndInit();
  210. this.ultraPanel2.ClientArea.ResumeLayout(false);
  211. this.ultraPanel2.ResumeLayout(false);
  212. ((System.ComponentModel.ISupportInitialize)(this.uneValue)).EndInit();
  213. ((System.ComponentModel.ISupportInitialize)(this.une3)).EndInit();
  214. this.ResumeLayout(false);
  215. this.PerformLayout();
  216. }
  217. #endregion
  218. private Infragistics.Win.UltraWinEditors.UltraTextEditor uteW;
  219. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  220. private Infragistics.Win.UltraWinEditors.UltraNumericEditor utnX;
  221. private System.Windows.Forms.RadioButton rb1;
  222. private System.Windows.Forms.RadioButton rb2;
  223. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  224. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  225. private Infragistics.Win.Misc.UltraButton ubtOK;
  226. private Infragistics.Win.Misc.UltraButton ubtCancel;
  227. private Infragistics.Win.UltraWinEditors.UltraTextEditor uneValue;
  228. private Infragistics.Win.UltraWinEditors.UltraTextEditor une3;
  229. private Infragistics.Win.Misc.UltraLabel lblShow;
  230. }
  231. }