frmOutProcessInput.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. namespace Core.StlMes.Client.ForgeResMgt
  2. {
  3. partial class frmOutProcessInput
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.comboBox1 = new System.Windows.Forms.ComboBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.textBox2 = new System.Windows.Forms.TextBox();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.textBox3 = new System.Windows.Forms.TextBox();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.textBox4 = new System.Windows.Forms.TextBox();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.textBox5 = new System.Windows.Forms.TextBox();
  43. this.label7 = new System.Windows.Forms.Label();
  44. this.comboBox2 = new System.Windows.Forms.ComboBox();
  45. this.label8 = new System.Windows.Forms.Label();
  46. this.label9 = new System.Windows.Forms.Label();
  47. this.label10 = new System.Windows.Forms.Label();
  48. this.label11 = new System.Windows.Forms.Label();
  49. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  50. this.ultraGroupBox1.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // label1
  54. //
  55. this.label1.AutoSize = true;
  56. this.label1.Location = new System.Drawing.Point(11, 116);
  57. this.label1.Name = "label1";
  58. this.label1.Size = new System.Drawing.Size(53, 12);
  59. this.label1.TabIndex = 0;
  60. this.label1.Text = "加工原因";
  61. //
  62. // textBox1
  63. //
  64. this.textBox1.Location = new System.Drawing.Point(67, 116);
  65. this.textBox1.Multiline = true;
  66. this.textBox1.Name = "textBox1";
  67. this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  68. this.textBox1.Size = new System.Drawing.Size(234, 42);
  69. this.textBox1.TabIndex = 1;
  70. //
  71. // comboBox1
  72. //
  73. this.comboBox1.FormattingEnabled = true;
  74. this.comboBox1.Location = new System.Drawing.Point(67, 12);
  75. this.comboBox1.Name = "comboBox1";
  76. this.comboBox1.Size = new System.Drawing.Size(234, 20);
  77. this.comboBox1.TabIndex = 4;
  78. //
  79. // label2
  80. //
  81. this.label2.AutoSize = true;
  82. this.label2.Location = new System.Drawing.Point(11, 16);
  83. this.label2.Name = "label2";
  84. this.label2.Size = new System.Drawing.Size(53, 12);
  85. this.label2.TabIndex = 5;
  86. this.label2.Text = "物料描述";
  87. //
  88. // ultraGroupBox1
  89. //
  90. this.ultraGroupBox1.Controls.Add(this.label11);
  91. this.ultraGroupBox1.Controls.Add(this.label10);
  92. this.ultraGroupBox1.Controls.Add(this.label9);
  93. this.ultraGroupBox1.Controls.Add(this.label8);
  94. this.ultraGroupBox1.Controls.Add(this.label7);
  95. this.ultraGroupBox1.Controls.Add(this.comboBox2);
  96. this.ultraGroupBox1.Controls.Add(this.label6);
  97. this.ultraGroupBox1.Controls.Add(this.textBox5);
  98. this.ultraGroupBox1.Controls.Add(this.label5);
  99. this.ultraGroupBox1.Controls.Add(this.textBox4);
  100. this.ultraGroupBox1.Controls.Add(this.label4);
  101. this.ultraGroupBox1.Controls.Add(this.textBox3);
  102. this.ultraGroupBox1.Controls.Add(this.label3);
  103. this.ultraGroupBox1.Controls.Add(this.textBox2);
  104. this.ultraGroupBox1.Controls.Add(this.button2);
  105. this.ultraGroupBox1.Controls.Add(this.button1);
  106. this.ultraGroupBox1.Controls.Add(this.textBox1);
  107. this.ultraGroupBox1.Controls.Add(this.label2);
  108. this.ultraGroupBox1.Controls.Add(this.label1);
  109. this.ultraGroupBox1.Controls.Add(this.comboBox1);
  110. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  111. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  112. this.ultraGroupBox1.Name = "ultraGroupBox1";
  113. this.ultraGroupBox1.Size = new System.Drawing.Size(315, 201);
  114. this.ultraGroupBox1.TabIndex = 6;
  115. //
  116. // button2
  117. //
  118. this.button2.Location = new System.Drawing.Point(155, 165);
  119. this.button2.Name = "button2";
  120. this.button2.Size = new System.Drawing.Size(55, 23);
  121. this.button2.TabIndex = 7;
  122. this.button2.Text = "关闭";
  123. this.button2.UseVisualStyleBackColor = true;
  124. //
  125. // button1
  126. //
  127. this.button1.Location = new System.Drawing.Point(66, 165);
  128. this.button1.Name = "button1";
  129. this.button1.Size = new System.Drawing.Size(55, 23);
  130. this.button1.TabIndex = 6;
  131. this.button1.Text = "确定";
  132. this.button1.UseVisualStyleBackColor = true;
  133. //
  134. // textBox2
  135. //
  136. this.textBox2.Location = new System.Drawing.Point(67, 37);
  137. this.textBox2.Name = "textBox2";
  138. this.textBox2.Size = new System.Drawing.Size(63, 21);
  139. this.textBox2.TabIndex = 8;
  140. //
  141. // label3
  142. //
  143. this.label3.AutoSize = true;
  144. this.label3.Location = new System.Drawing.Point(11, 41);
  145. this.label3.Name = "label3";
  146. this.label3.Size = new System.Drawing.Size(53, 12);
  147. this.label3.TabIndex = 9;
  148. this.label3.Text = "加工直径";
  149. //
  150. // label4
  151. //
  152. this.label4.AutoSize = true;
  153. this.label4.Location = new System.Drawing.Point(157, 41);
  154. this.label4.Name = "label4";
  155. this.label4.Size = new System.Drawing.Size(53, 12);
  156. this.label4.TabIndex = 11;
  157. this.label4.Text = "加工长度";
  158. //
  159. // textBox3
  160. //
  161. this.textBox3.Location = new System.Drawing.Point(216, 37);
  162. this.textBox3.Name = "textBox3";
  163. this.textBox3.Size = new System.Drawing.Size(63, 21);
  164. this.textBox3.TabIndex = 10;
  165. //
  166. // label5
  167. //
  168. this.label5.AutoSize = true;
  169. this.label5.Location = new System.Drawing.Point(11, 66);
  170. this.label5.Name = "label5";
  171. this.label5.Size = new System.Drawing.Size(53, 12);
  172. this.label5.TabIndex = 13;
  173. this.label5.Text = "加工理重";
  174. //
  175. // textBox4
  176. //
  177. this.textBox4.Location = new System.Drawing.Point(67, 62);
  178. this.textBox4.Name = "textBox4";
  179. this.textBox4.Size = new System.Drawing.Size(63, 21);
  180. this.textBox4.TabIndex = 12;
  181. //
  182. // label6
  183. //
  184. this.label6.AutoSize = true;
  185. this.label6.Location = new System.Drawing.Point(157, 66);
  186. this.label6.Name = "label6";
  187. this.label6.Size = new System.Drawing.Size(53, 12);
  188. this.label6.TabIndex = 15;
  189. this.label6.Text = "加工实重";
  190. //
  191. // textBox5
  192. //
  193. this.textBox5.Location = new System.Drawing.Point(216, 62);
  194. this.textBox5.Name = "textBox5";
  195. this.textBox5.Size = new System.Drawing.Size(63, 21);
  196. this.textBox5.TabIndex = 14;
  197. //
  198. // label7
  199. //
  200. this.label7.AutoSize = true;
  201. this.label7.Location = new System.Drawing.Point(11, 91);
  202. this.label7.Name = "label7";
  203. this.label7.Size = new System.Drawing.Size(53, 12);
  204. this.label7.TabIndex = 17;
  205. this.label7.Text = "加工单位";
  206. //
  207. // comboBox2
  208. //
  209. this.comboBox2.FormattingEnabled = true;
  210. this.comboBox2.Location = new System.Drawing.Point(67, 87);
  211. this.comboBox2.Name = "comboBox2";
  212. this.comboBox2.Size = new System.Drawing.Size(234, 20);
  213. this.comboBox2.TabIndex = 16;
  214. //
  215. // label8
  216. //
  217. this.label8.AutoSize = true;
  218. this.label8.Location = new System.Drawing.Point(136, 41);
  219. this.label8.Name = "label8";
  220. this.label8.Size = new System.Drawing.Size(17, 12);
  221. this.label8.TabIndex = 18;
  222. this.label8.Text = "mm";
  223. //
  224. // label9
  225. //
  226. this.label9.AutoSize = true;
  227. this.label9.Location = new System.Drawing.Point(284, 41);
  228. this.label9.Name = "label9";
  229. this.label9.Size = new System.Drawing.Size(17, 12);
  230. this.label9.TabIndex = 19;
  231. this.label9.Text = "mm";
  232. //
  233. // label10
  234. //
  235. this.label10.AutoSize = true;
  236. this.label10.Location = new System.Drawing.Point(136, 66);
  237. this.label10.Name = "label10";
  238. this.label10.Size = new System.Drawing.Size(17, 12);
  239. this.label10.TabIndex = 20;
  240. this.label10.Text = "Kg";
  241. //
  242. // label11
  243. //
  244. this.label11.AutoSize = true;
  245. this.label11.Location = new System.Drawing.Point(284, 66);
  246. this.label11.Name = "label11";
  247. this.label11.Size = new System.Drawing.Size(17, 12);
  248. this.label11.TabIndex = 21;
  249. this.label11.Text = "Kg";
  250. //
  251. // frmOutProcessInput
  252. //
  253. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  254. this.ClientSize = new System.Drawing.Size(315, 201);
  255. this.Controls.Add(this.ultraGroupBox1);
  256. this.MaximizeBox = false;
  257. this.MinimizeBox = false;
  258. this.Name = "frmOutProcessInput";
  259. this.Text = "委外加工接收实绩录入";
  260. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  261. this.ultraGroupBox1.ResumeLayout(false);
  262. this.ultraGroupBox1.PerformLayout();
  263. this.ResumeLayout(false);
  264. }
  265. #endregion
  266. private System.Windows.Forms.Label label1;
  267. private System.Windows.Forms.TextBox textBox1;
  268. private System.Windows.Forms.ComboBox comboBox1;
  269. private System.Windows.Forms.Label label2;
  270. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  271. private System.Windows.Forms.Button button2;
  272. private System.Windows.Forms.Button button1;
  273. private System.Windows.Forms.TextBox textBox2;
  274. private System.Windows.Forms.Label label11;
  275. private System.Windows.Forms.Label label10;
  276. private System.Windows.Forms.Label label9;
  277. private System.Windows.Forms.Label label8;
  278. private System.Windows.Forms.Label label7;
  279. private System.Windows.Forms.ComboBox comboBox2;
  280. private System.Windows.Forms.Label label6;
  281. private System.Windows.Forms.TextBox textBox5;
  282. private System.Windows.Forms.Label label5;
  283. private System.Windows.Forms.TextBox textBox4;
  284. private System.Windows.Forms.Label label4;
  285. private System.Windows.Forms.TextBox textBox3;
  286. private System.Windows.Forms.Label label3;
  287. }
  288. }