Special_CancelOQC.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_CancelOQC
  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(Special_CancelImei));
  29. this.SN_label = new System.Windows.Forms.Label();
  30. this.bc_code = new System.Windows.Forms.Label();
  31. this.st_rstepcode_label = new System.Windows.Forms.Label();
  32. this.ma_craftcode_label = new System.Windows.Forms.Label();
  33. this.cd_stepcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  34. this.cr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  35. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  36. this.SaveRepairInf = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  37. this.SN = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  38. this.cd_stepno = new System.Windows.Forms.Label();
  39. this.SuspendLayout();
  40. //
  41. // SN_label
  42. //
  43. this.SN_label.AutoSize = true;
  44. this.SN_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.SN_label.Location = new System.Drawing.Point(115, 90);
  46. this.SN_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  47. this.SN_label.Name = "SN_label";
  48. this.SN_label.Size = new System.Drawing.Size(62, 41);
  49. this.SN_label.TabIndex = 1;
  50. this.SN_label.Text = "SN";
  51. //
  52. // bc_code
  53. //
  54. this.bc_code.AutoSize = true;
  55. this.bc_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.bc_code.ForeColor = System.Drawing.Color.Black;
  57. this.bc_code.Location = new System.Drawing.Point(1391, 507);
  58. this.bc_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  59. this.bc_code.Name = "bc_code";
  60. this.bc_code.Size = new System.Drawing.Size(0, 41);
  61. this.bc_code.TabIndex = 146;
  62. this.bc_code.Visible = false;
  63. //
  64. // st_rstepcode_label
  65. //
  66. this.st_rstepcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  67. | System.Windows.Forms.AnchorStyles.Left)));
  68. this.st_rstepcode_label.AutoSize = true;
  69. this.st_rstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.st_rstepcode_label.Location = new System.Drawing.Point(115, 257);
  71. this.st_rstepcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  72. this.st_rstepcode_label.Name = "st_rstepcode_label";
  73. this.st_rstepcode_label.Size = new System.Drawing.Size(146, 41);
  74. this.st_rstepcode_label.TabIndex = 152;
  75. this.st_rstepcode_label.Text = "回流工序";
  76. //
  77. // ma_craftcode_label
  78. //
  79. this.ma_craftcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  80. | System.Windows.Forms.AnchorStyles.Left)));
  81. this.ma_craftcode_label.AutoSize = true;
  82. this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.ma_craftcode_label.Location = new System.Drawing.Point(114, 177);
  84. this.ma_craftcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  85. this.ma_craftcode_label.Name = "ma_craftcode_label";
  86. this.ma_craftcode_label.Size = new System.Drawing.Size(146, 41);
  87. this.ma_craftcode_label.TabIndex = 153;
  88. this.ma_craftcode_label.Text = "回流途程";
  89. //
  90. // cd_stepcode
  91. //
  92. this.cd_stepcode.AllPower = "ifall";
  93. this.cd_stepcode.Caller = null;
  94. this.cd_stepcode.Condition = null;
  95. this.cd_stepcode.DBTitle = "回流工序";
  96. this.cd_stepcode.Font = new System.Drawing.Font("微软雅黑", 9F);
  97. this.cd_stepcode.FormName = null;
  98. this.cd_stepcode.Location = new System.Drawing.Point(279, 257);
  99. this.cd_stepcode.Margin = new System.Windows.Forms.Padding(6);
  100. this.cd_stepcode.Name = "cd_stepcode";
  101. this.cd_stepcode.Power = "ifspecial";
  102. this.cd_stepcode.ReturnData = null;
  103. this.cd_stepcode.SelectField = null;
  104. this.cd_stepcode.SetValueField = null;
  105. this.cd_stepcode.Size = new System.Drawing.Size(318, 44);
  106. this.cd_stepcode.TabIndex = 155;
  107. this.cd_stepcode.TableName = null;
  108. this.cd_stepcode.Tag = "";
  109. this.cd_stepcode.TextBoxEnable = false;
  110. //
  111. // cr_code
  112. //
  113. this.cr_code.AllPower = "ifall";
  114. this.cr_code.Caller = null;
  115. this.cr_code.Condition = null;
  116. this.cr_code.DBTitle = "回流途程";
  117. this.cr_code.Enabled = false;
  118. this.cr_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  119. this.cr_code.FormName = null;
  120. this.cr_code.Location = new System.Drawing.Point(279, 177);
  121. this.cr_code.Margin = new System.Windows.Forms.Padding(6);
  122. this.cr_code.Name = "cr_code";
  123. this.cr_code.Power = "ifspecial";
  124. this.cr_code.ReturnData = null;
  125. this.cr_code.SelectField = null;
  126. this.cr_code.SetValueField = null;
  127. this.cr_code.Size = new System.Drawing.Size(318, 46);
  128. this.cr_code.TabIndex = 154;
  129. this.cr_code.TableName = null;
  130. this.cr_code.Tag = "ma_craftcode";
  131. this.cr_code.TextBoxEnable = false;
  132. //
  133. // OperateResult
  134. //
  135. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.OperateResult.Location = new System.Drawing.Point(812, 50);
  137. this.OperateResult.Margin = new System.Windows.Forms.Padding(8);
  138. this.OperateResult.Name = "OperateResult";
  139. this.OperateResult.Size = new System.Drawing.Size(460, 614);
  140. this.OperateResult.TabIndex = 150;
  141. this.OperateResult.Text = "";
  142. //
  143. // SaveRepairInf
  144. //
  145. this.SaveRepairInf.AllPower = "ifall";
  146. this.SaveRepairInf.BackColor = System.Drawing.Color.Transparent;
  147. this.SaveRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.DownImage")));
  148. this.SaveRepairInf.Image = null;
  149. this.SaveRepairInf.IsShowBorder = true;
  150. this.SaveRepairInf.Location = new System.Drawing.Point(307, 449);
  151. this.SaveRepairInf.Margin = new System.Windows.Forms.Padding(6);
  152. this.SaveRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.MoveImage")));
  153. this.SaveRepairInf.Name = "SaveRepairInf";
  154. this.SaveRepairInf.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.NormalImage")));
  155. this.SaveRepairInf.Power = null;
  156. this.SaveRepairInf.Size = new System.Drawing.Size(172, 48);
  157. this.SaveRepairInf.TabIndex = 145;
  158. this.SaveRepairInf.Tag = "IfRead";
  159. this.SaveRepairInf.Text = "确认回流";
  160. this.SaveRepairInf.UseVisualStyleBackColor = true;
  161. this.SaveRepairInf.Click += new System.EventHandler(this.SaveRepairInf_Click);
  162. //
  163. // SN
  164. //
  165. this.SN.AllPower = null;
  166. this.SN.BackColor = System.Drawing.Color.White;
  167. this.SN.ID = null;
  168. this.SN.Location = new System.Drawing.Point(279, 96);
  169. this.SN.Margin = new System.Windows.Forms.Padding(4);
  170. this.SN.Name = "SN";
  171. this.SN.Power = null;
  172. this.SN.Size = new System.Drawing.Size(318, 35);
  173. this.SN.Str = null;
  174. this.SN.Str1 = null;
  175. this.SN.Str2 = null;
  176. this.SN.TabIndex = 2;
  177. this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown);
  178. //
  179. // cd_stepno
  180. //
  181. this.cd_stepno.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  182. | System.Windows.Forms.AnchorStyles.Left)));
  183. this.cd_stepno.AutoSize = true;
  184. this.cd_stepno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.cd_stepno.Location = new System.Drawing.Point(125, 343);
  186. this.cd_stepno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  187. this.cd_stepno.Name = "cd_stepno";
  188. this.cd_stepno.Size = new System.Drawing.Size(0, 41);
  189. this.cd_stepno.TabIndex = 156;
  190. //
  191. // Special_CancelImei
  192. //
  193. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  194. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  195. this.ClientSize = new System.Drawing.Size(1384, 713);
  196. this.Controls.Add(this.cd_stepno);
  197. this.Controls.Add(this.cd_stepcode);
  198. this.Controls.Add(this.st_rstepcode_label);
  199. this.Controls.Add(this.ma_craftcode_label);
  200. this.Controls.Add(this.cr_code);
  201. this.Controls.Add(this.OperateResult);
  202. this.Controls.Add(this.bc_code);
  203. this.Controls.Add(this.SaveRepairInf);
  204. this.Controls.Add(this.SN);
  205. this.Controls.Add(this.SN_label);
  206. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  207. this.Margin = new System.Windows.Forms.Padding(4);
  208. this.Name = "Special_CancelImei";
  209. this.Tag = "Special!CancelOQC";
  210. this.Text = "拆箱处理";
  211. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  212. this.ResumeLayout(true);
  213. this.PerformLayout();
  214. }
  215. #endregion
  216. private System.Windows.Forms.Label SN_label;
  217. private CustomControl.TextBoxWithIcon.EnterTextBox SN;
  218. private System.Windows.Forms.Label bc_code;
  219. private CustomControl.ButtonUtil.NormalButton SaveRepairInf;
  220. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  221. private CustomControl.TextBoxWithIcon.SearchTextBox cd_stepcode;
  222. private System.Windows.Forms.Label st_rstepcode_label;
  223. private System.Windows.Forms.Label ma_craftcode_label;
  224. private CustomControl.TextBoxWithIcon.SearchTextBox cr_code;
  225. private System.Windows.Forms.Label cd_stepno;
  226. }
  227. }