Special_GetBad.Designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_GetBad
  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_GetBad));
  29. this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  30. this.Pallet_label = new System.Windows.Forms.Label();
  31. this.SN = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  32. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  33. this.NewBadCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  34. this.makecode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.bc_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.SuspendLayout();
  39. //
  40. // Split
  41. //
  42. this.Split.AllPower = null;
  43. this.Split.BackColor = System.Drawing.Color.Transparent;
  44. this.Split.DownImage = ((System.Drawing.Image)(resources.GetObject("Split.DownImage")));
  45. this.Split.Image = null;
  46. this.Split.IsShowBorder = true;
  47. this.Split.Location = new System.Drawing.Point(91, 320);
  48. this.Split.Margin = new System.Windows.Forms.Padding(2);
  49. this.Split.MoveImage = ((System.Drawing.Image)(resources.GetObject("Split.MoveImage")));
  50. this.Split.Name = "Split";
  51. this.Split.NormalImage = ((System.Drawing.Image)(resources.GetObject("Split.NormalImage")));
  52. this.Split.Power = null;
  53. this.Split.Size = new System.Drawing.Size(56, 22);
  54. this.Split.TabIndex = 0;
  55. this.Split.Text = "采集不良";
  56. this.Split.UseVisualStyleBackColor = false;
  57. this.Split.Click += new System.EventHandler(this.Split_Click);
  58. //
  59. // Pallet_label
  60. //
  61. this.Pallet_label.AutoSize = true;
  62. this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.Pallet_label.Location = new System.Drawing.Point(18, 131);
  64. this.Pallet_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  65. this.Pallet_label.Name = "Pallet_label";
  66. this.Pallet_label.Size = new System.Drawing.Size(32, 21);
  67. this.Pallet_label.TabIndex = 1;
  68. this.Pallet_label.Text = "SN";
  69. //
  70. // SN
  71. //
  72. this.SN.AllPower = null;
  73. this.SN.BackColor = System.Drawing.Color.White;
  74. this.SN.ID = null;
  75. this.SN.Location = new System.Drawing.Point(91, 133);
  76. this.SN.Margin = new System.Windows.Forms.Padding(2);
  77. this.SN.Name = "SN";
  78. this.SN.Power = null;
  79. this.SN.Size = new System.Drawing.Size(148, 21);
  80. this.SN.Str = null;
  81. this.SN.Str1 = null;
  82. this.SN.Str2 = null;
  83. this.SN.TabIndex = 2;
  84. this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown);
  85. //
  86. // OperatResult
  87. //
  88. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.OperatResult.Location = new System.Drawing.Point(408, 59);
  90. this.OperatResult.Margin = new System.Windows.Forms.Padding(2);
  91. this.OperatResult.Name = "OperatResult";
  92. this.OperatResult.Size = new System.Drawing.Size(204, 310);
  93. this.OperatResult.TabIndex = 3;
  94. this.OperatResult.Text = "";
  95. //
  96. // NewBadCode
  97. //
  98. this.NewBadCode.AllPower = "ifall";
  99. this.NewBadCode.BackColor = System.Drawing.Color.Transparent;
  100. this.NewBadCode.DownImage = ((System.Drawing.Image)(resources.GetObject("NewBadCode.DownImage")));
  101. this.NewBadCode.Image = null;
  102. this.NewBadCode.IsShowBorder = true;
  103. this.NewBadCode.Location = new System.Drawing.Point(91, 91);
  104. this.NewBadCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewBadCode.MoveImage")));
  105. this.NewBadCode.Name = "NewBadCode";
  106. this.NewBadCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewBadCode.NormalImage")));
  107. this.NewBadCode.Power = null;
  108. this.NewBadCode.Size = new System.Drawing.Size(86, 24);
  109. this.NewBadCode.TabIndex = 61;
  110. this.NewBadCode.Tag = "IfRead";
  111. this.NewBadCode.Text = "新增不良代码";
  112. this.NewBadCode.UseVisualStyleBackColor = true;
  113. this.NewBadCode.Click += new System.EventHandler(this.NewBadCode_Click);
  114. //
  115. // makecode
  116. //
  117. this.makecode.AllPower = null;
  118. this.makecode.BackColor = System.Drawing.Color.White;
  119. this.makecode.ID = null;
  120. this.makecode.Location = new System.Drawing.Point(91, 177);
  121. this.makecode.Margin = new System.Windows.Forms.Padding(2);
  122. this.makecode.Name = "makecode";
  123. this.makecode.Power = null;
  124. this.makecode.ReadOnly = true;
  125. this.makecode.Size = new System.Drawing.Size(148, 21);
  126. this.makecode.Str = null;
  127. this.makecode.Str1 = null;
  128. this.makecode.Str2 = null;
  129. this.makecode.TabIndex = 63;
  130. //
  131. // label1
  132. //
  133. this.label1.AutoSize = true;
  134. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.label1.Location = new System.Drawing.Point(18, 175);
  136. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  137. this.label1.Name = "label1";
  138. this.label1.Size = new System.Drawing.Size(42, 21);
  139. this.label1.TabIndex = 62;
  140. this.label1.Text = "工单";
  141. //
  142. // bc_remark
  143. //
  144. this.bc_remark.AllPower = null;
  145. this.bc_remark.BackColor = System.Drawing.Color.White;
  146. this.bc_remark.ID = null;
  147. this.bc_remark.Location = new System.Drawing.Point(91, 229);
  148. this.bc_remark.Multiline = true;
  149. this.bc_remark.Name = "bc_remark";
  150. this.bc_remark.Power = null;
  151. this.bc_remark.Size = new System.Drawing.Size(264, 62);
  152. this.bc_remark.Str = null;
  153. this.bc_remark.Str1 = null;
  154. this.bc_remark.Str2 = null;
  155. this.bc_remark.TabIndex = 64;
  156. //
  157. // label2
  158. //
  159. this.label2.AutoSize = true;
  160. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.label2.Location = new System.Drawing.Point(11, 229);
  162. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  163. this.label2.Name = "label2";
  164. this.label2.Size = new System.Drawing.Size(74, 21);
  165. this.label2.TabIndex = 65;
  166. this.label2.Text = "原因分析";
  167. //
  168. // Special_GetBad
  169. //
  170. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  171. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  172. this.ClientSize = new System.Drawing.Size(692, 527);
  173. this.Controls.Add(this.label2);
  174. this.Controls.Add(this.bc_remark);
  175. this.Controls.Add(this.makecode);
  176. this.Controls.Add(this.label1);
  177. this.Controls.Add(this.NewBadCode);
  178. this.Controls.Add(this.OperatResult);
  179. this.Controls.Add(this.SN);
  180. this.Controls.Add(this.Pallet_label);
  181. this.Controls.Add(this.Split);
  182. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  183. this.Margin = new System.Windows.Forms.Padding(2);
  184. this.Name = "Special_GetBad";
  185. this.Tag = "Special!GetBad";
  186. this.Text = "线外不良采集";
  187. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  188. this.ResumeLayout(false);
  189. this.PerformLayout();
  190. }
  191. #endregion
  192. private CustomControl.ButtonUtil.NormalButton Split;
  193. private System.Windows.Forms.Label Pallet_label;
  194. private CustomControl.TextBoxWithIcon.EnterTextBox SN;
  195. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  196. private CustomControl.ButtonUtil.NormalButton NewBadCode;
  197. private CustomControl.TextBoxWithIcon.EnterTextBox makecode;
  198. private System.Windows.Forms.Label label1;
  199. private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
  200. private System.Windows.Forms.Label label2;
  201. }
  202. }