OQC_CancelMakeDown.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. namespace UAS_MES_NEW.OQC
  2. {
  3. partial class OQC_CancelMakeDown
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OQC_CancelMakeDown));
  29. this.sn_code_label = new System.Windows.Forms.Label();
  30. this.pr_detail = new System.Windows.Forms.Label();
  31. this.label6 = new System.Windows.Forms.Label();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  34. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  35. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  36. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  37. this.batch = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  38. this.reason = new System.Windows.Forms.TextBox();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.SuspendLayout();
  41. //
  42. // sn_code_label
  43. //
  44. this.sn_code_label.AutoSize = true;
  45. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  46. this.sn_code_label.Location = new System.Drawing.Point(41, 218);
  47. this.sn_code_label.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
  48. this.sn_code_label.Name = "sn_code_label";
  49. this.sn_code_label.Size = new System.Drawing.Size(94, 41);
  50. this.sn_code_label.TabIndex = 104;
  51. this.sn_code_label.Text = "SN号";
  52. //
  53. // pr_detail
  54. //
  55. this.pr_detail.AutoSize = true;
  56. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.pr_detail.Location = new System.Drawing.Point(219, 350);
  58. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  59. this.pr_detail.Name = "pr_detail";
  60. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  61. this.pr_detail.TabIndex = 237;
  62. //
  63. // label6
  64. //
  65. this.label6.AutoSize = true;
  66. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.label6.Location = new System.Drawing.Point(41, 350);
  68. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  69. this.label6.Name = "label6";
  70. this.label6.Size = new System.Drawing.Size(146, 41);
  71. this.label6.TabIndex = 236;
  72. this.label6.Text = "产品名称";
  73. //
  74. // label5
  75. //
  76. this.label5.AutoSize = true;
  77. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.label5.Location = new System.Drawing.Point(41, 285);
  79. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  80. this.label5.Name = "label5";
  81. this.label5.Size = new System.Drawing.Size(146, 41);
  82. this.label5.TabIndex = 232;
  83. this.label5.Text = "产品代码";
  84. //
  85. // pr_code
  86. //
  87. this.pr_code.AllPower = null;
  88. this.pr_code.BackColor = System.Drawing.Color.White;
  89. this.pr_code.Enabled = false;
  90. this.pr_code.ID = null;
  91. this.pr_code.Location = new System.Drawing.Point(226, 294);
  92. this.pr_code.Name = "pr_code";
  93. this.pr_code.Power = null;
  94. this.pr_code.Size = new System.Drawing.Size(388, 35);
  95. this.pr_code.Str = null;
  96. this.pr_code.Str1 = null;
  97. this.pr_code.Str2 = null;
  98. this.pr_code.TabIndex = 235;
  99. //
  100. // Clean
  101. //
  102. this.Clean.AllPower = null;
  103. this.Clean.BackColor = System.Drawing.Color.Transparent;
  104. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  105. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  106. this.Clean.IsShowBorder = true;
  107. this.Clean.Location = new System.Drawing.Point(1002, 659);
  108. this.Clean.Margin = new System.Windows.Forms.Padding(8);
  109. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  110. this.Clean.Name = "Clean";
  111. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  112. this.Clean.Power = null;
  113. this.Clean.Size = new System.Drawing.Size(120, 50);
  114. this.Clean.TabIndex = 143;
  115. this.Clean.Text = "清除";
  116. this.Clean.UseVisualStyleBackColor = true;
  117. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  118. //
  119. // OperateResult
  120. //
  121. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.OperateResult.Location = new System.Drawing.Point(832, 26);
  123. this.OperateResult.Margin = new System.Windows.Forms.Padding(8);
  124. this.OperateResult.Name = "OperateResult";
  125. this.OperateResult.Size = new System.Drawing.Size(460, 614);
  126. this.OperateResult.TabIndex = 142;
  127. this.OperateResult.Text = "";
  128. //
  129. // Confirm
  130. //
  131. this.Confirm.AllPower = null;
  132. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  133. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  134. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  135. this.Confirm.IsShowBorder = true;
  136. this.Confirm.Location = new System.Drawing.Point(315, 521);
  137. this.Confirm.Margin = new System.Windows.Forms.Padding(8);
  138. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  139. this.Confirm.Name = "Confirm";
  140. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  141. this.Confirm.Power = null;
  142. this.Confirm.Size = new System.Drawing.Size(120, 50);
  143. this.Confirm.TabIndex = 141;
  144. this.Confirm.Text = "确认";
  145. this.Confirm.UseVisualStyleBackColor = true;
  146. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  147. //
  148. // batch
  149. //
  150. this.batch.AllPower = null;
  151. this.batch.BackColor = System.Drawing.Color.White;
  152. this.batch.ID = null;
  153. this.batch.Location = new System.Drawing.Point(226, 218);
  154. this.batch.Margin = new System.Windows.Forms.Padding(8);
  155. this.batch.Name = "batch";
  156. this.batch.Power = null;
  157. this.batch.Size = new System.Drawing.Size(388, 35);
  158. this.batch.Str = null;
  159. this.batch.Str1 = null;
  160. this.batch.Str2 = null;
  161. this.batch.TabIndex = 140;
  162. this.batch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  163. //
  164. // reason
  165. //
  166. this.reason.Location = new System.Drawing.Point(226, 433);
  167. this.reason.Name = "reason";
  168. this.reason.Size = new System.Drawing.Size(388, 35);
  169. this.reason.TabIndex = 238;
  170. //
  171. // label1
  172. //
  173. this.label1.AutoSize = true;
  174. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.label1.Location = new System.Drawing.Point(41, 427);
  176. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  177. this.label1.Name = "label1";
  178. this.label1.Size = new System.Drawing.Size(146, 41);
  179. this.label1.TabIndex = 239;
  180. this.label1.Text = "解除原因";
  181. //
  182. // OQC_CancelMakeDown
  183. //
  184. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  185. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  186. this.ClientSize = new System.Drawing.Size(1566, 802);
  187. this.Controls.Add(this.label1);
  188. this.Controls.Add(this.reason);
  189. this.Controls.Add(this.pr_detail);
  190. this.Controls.Add(this.label6);
  191. this.Controls.Add(this.pr_code);
  192. this.Controls.Add(this.label5);
  193. this.Controls.Add(this.Clean);
  194. this.Controls.Add(this.OperateResult);
  195. this.Controls.Add(this.Confirm);
  196. this.Controls.Add(this.batch);
  197. this.Controls.Add(this.sn_code_label);
  198. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  199. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  200. this.Name = "OQC_CancelMakeDown";
  201. this.Tag = "Special!CancelCollection";
  202. this.Text = "取消采集";
  203. this.Load += new System.EventHandler(this.Special_CancelCollection_Load);
  204. this.ResumeLayout(true);
  205. this.PerformLayout();
  206. }
  207. #endregion
  208. private System.Windows.Forms.Label sn_code_label;
  209. private CustomControl.TextBoxWithIcon.EnterTextBox batch;
  210. private CustomControl.ButtonUtil.NormalButton Confirm;
  211. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  212. private CustomControl.ButtonUtil.NormalButton Clean;
  213. private System.Windows.Forms.Label pr_detail;
  214. private System.Windows.Forms.Label label6;
  215. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
  216. private System.Windows.Forms.Label label5;
  217. private System.Windows.Forms.TextBox reason;
  218. private System.Windows.Forms.Label label1;
  219. }
  220. }