Make_CollectLcd.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_CollectLcd
  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. this.pr_detail_label = new System.Windows.Forms.Label();
  29. this.sncode_label = new System.Windows.Forms.Label();
  30. this.pr_code_label = new System.Windows.Forms.Label();
  31. this.ms_makecode_label = new System.Windows.Forms.Label();
  32. this.pr_code = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  33. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  34. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  35. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  36. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  37. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  38. this.checkBox1 = new System.Windows.Forms.CheckBox();
  39. this.radioButton1 = new System.Windows.Forms.RadioButton();
  40. this.radioButton2 = new System.Windows.Forms.RadioButton();
  41. this.groupBox1 = new System.Windows.Forms.GroupBox();
  42. this.groupBox1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // pr_detail_label
  46. //
  47. this.pr_detail_label.AutoSize = true;
  48. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.pr_detail_label.Location = new System.Drawing.Point(474, 22);
  50. this.pr_detail_label.Name = "pr_detail_label";
  51. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  52. this.pr_detail_label.TabIndex = 191;
  53. this.pr_detail_label.Text = "产品名称";
  54. //
  55. // sncode_label
  56. //
  57. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  58. | System.Windows.Forms.AnchorStyles.Left)));
  59. this.sncode_label.AutoSize = true;
  60. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.sncode_label.Location = new System.Drawing.Point(14, 422);
  62. this.sncode_label.Name = "sncode_label";
  63. this.sncode_label.Size = new System.Drawing.Size(58, 21);
  64. this.sncode_label.TabIndex = 190;
  65. this.sncode_label.Text = "录入框";
  66. //
  67. // pr_code_label
  68. //
  69. this.pr_code_label.AutoSize = true;
  70. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.pr_code_label.Location = new System.Drawing.Point(288, 21);
  72. this.pr_code_label.Name = "pr_code_label";
  73. this.pr_code_label.Size = new System.Drawing.Size(74, 21);
  74. this.pr_code_label.TabIndex = 185;
  75. this.pr_code_label.Text = "产品编号";
  76. //
  77. // ms_makecode_label
  78. //
  79. this.ms_makecode_label.AutoSize = true;
  80. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.ms_makecode_label.Location = new System.Drawing.Point(6, 22);
  82. this.ms_makecode_label.Name = "ms_makecode_label";
  83. this.ms_makecode_label.Size = new System.Drawing.Size(74, 21);
  84. this.ms_makecode_label.TabIndex = 184;
  85. this.ms_makecode_label.Text = "工单编号";
  86. //
  87. // pr_code
  88. //
  89. this.pr_code.AutoSize = true;
  90. this.pr_code.CutLength = null;
  91. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.pr_code.Location = new System.Drawing.Point(368, 22);
  93. this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
  94. this.pr_code.Name = "pr_code";
  95. this.pr_code.Size = new System.Drawing.Size(0, 21);
  96. this.pr_code.TabIndex = 193;
  97. //
  98. // pr_detail
  99. //
  100. this.pr_detail.AutoSize = true;
  101. this.pr_detail.CutLength = null;
  102. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.pr_detail.Location = new System.Drawing.Point(554, 22);
  104. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  105. this.pr_detail.Name = "pr_detail";
  106. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  107. this.pr_detail.TabIndex = 192;
  108. //
  109. // sncode
  110. //
  111. this.sncode.AllPower = "ifall";
  112. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  113. | System.Windows.Forms.AnchorStyles.Left)));
  114. this.sncode.BackColor = System.Drawing.Color.White;
  115. this.sncode.ID = null;
  116. this.sncode.Location = new System.Drawing.Point(98, 424);
  117. this.sncode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  118. this.sncode.Name = "sncode";
  119. this.sncode.Power = null;
  120. this.sncode.Size = new System.Drawing.Size(196, 21);
  121. this.sncode.Str = null;
  122. this.sncode.Str1 = null;
  123. this.sncode.Str2 = null;
  124. this.sncode.TabIndex = 189;
  125. this.sncode.Tag = "ifread";
  126. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  127. //
  128. // OperateResult
  129. //
  130. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.OperateResult.Location = new System.Drawing.Point(8, 59);
  132. this.OperateResult.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  133. this.OperateResult.Name = "OperateResult";
  134. this.OperateResult.Size = new System.Drawing.Size(648, 326);
  135. this.OperateResult.TabIndex = 188;
  136. this.OperateResult.Text = "";
  137. //
  138. // ma_code
  139. //
  140. this.ma_code.AllPower = null;
  141. this.ma_code.Caller = null;
  142. this.ma_code.Condition = null;
  143. this.ma_code.DBTitle = null;
  144. this.ma_code.FormName = null;
  145. this.ma_code.Location = new System.Drawing.Point(86, 22);
  146. this.ma_code.Name = "ma_code";
  147. this.ma_code.Power = null;
  148. this.ma_code.ReturnData = null;
  149. this.ma_code.SelectField = null;
  150. this.ma_code.SetValueField = null;
  151. this.ma_code.Size = new System.Drawing.Size(115, 21);
  152. this.ma_code.TabIndex = 201;
  153. this.ma_code.TableName = null;
  154. this.ma_code.Tag = "ma_code";
  155. this.ma_code.TextBoxEnable = true;
  156. //
  157. // LockMakeCode
  158. //
  159. this.LockMakeCode.AutoSize = true;
  160. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.LockMakeCode.LeaveEvent = false;
  162. this.LockMakeCode.Location = new System.Drawing.Point(217, 24);
  163. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(2);
  164. this.LockMakeCode.Name = "LockMakeCode";
  165. this.LockMakeCode.Size = new System.Drawing.Size(51, 21);
  166. this.LockMakeCode.TabIndex = 200;
  167. this.LockMakeCode.Text = "锁定";
  168. this.LockMakeCode.UseVisualStyleBackColor = true;
  169. //
  170. // checkBox1
  171. //
  172. this.checkBox1.AutoSize = true;
  173. this.checkBox1.Location = new System.Drawing.Point(478, 427);
  174. this.checkBox1.Name = "checkBox1";
  175. this.checkBox1.Size = new System.Drawing.Size(96, 16);
  176. this.checkBox1.TabIndex = 202;
  177. this.checkBox1.Text = "允许重复采集";
  178. this.checkBox1.UseVisualStyleBackColor = true;
  179. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  180. //
  181. // radioButton1
  182. //
  183. this.radioButton1.AutoSize = true;
  184. this.radioButton1.Checked = true;
  185. this.radioButton1.Location = new System.Drawing.Point(7, 8);
  186. this.radioButton1.Name = "radioButton1";
  187. this.radioButton1.Size = new System.Drawing.Size(47, 16);
  188. this.radioButton1.TabIndex = 203;
  189. this.radioButton1.TabStop = true;
  190. this.radioButton1.Text = "良品";
  191. this.radioButton1.UseVisualStyleBackColor = true;
  192. this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
  193. //
  194. // radioButton2
  195. //
  196. this.radioButton2.AutoSize = true;
  197. this.radioButton2.Location = new System.Drawing.Point(131, 8);
  198. this.radioButton2.Name = "radioButton2";
  199. this.radioButton2.Size = new System.Drawing.Size(47, 16);
  200. this.radioButton2.TabIndex = 204;
  201. this.radioButton2.Text = "不良";
  202. this.radioButton2.UseVisualStyleBackColor = true;
  203. this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
  204. //
  205. // groupBox1
  206. //
  207. this.groupBox1.Controls.Add(this.radioButton1);
  208. this.groupBox1.Controls.Add(this.radioButton2);
  209. this.groupBox1.Location = new System.Drawing.Point(18, 390);
  210. this.groupBox1.Name = "groupBox1";
  211. this.groupBox1.Size = new System.Drawing.Size(200, 29);
  212. this.groupBox1.TabIndex = 205;
  213. this.groupBox1.TabStop = false;
  214. //
  215. // Make_CollectLcd
  216. //
  217. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  218. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  219. this.ClientSize = new System.Drawing.Size(668, 454);
  220. this.Controls.Add(this.groupBox1);
  221. this.Controls.Add(this.checkBox1);
  222. this.Controls.Add(this.ma_code);
  223. this.Controls.Add(this.LockMakeCode);
  224. this.Controls.Add(this.pr_code);
  225. this.Controls.Add(this.pr_detail);
  226. this.Controls.Add(this.pr_detail_label);
  227. this.Controls.Add(this.sncode_label);
  228. this.Controls.Add(this.sncode);
  229. this.Controls.Add(this.OperateResult);
  230. this.Controls.Add(this.pr_code_label);
  231. this.Controls.Add(this.ms_makecode_label);
  232. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  233. this.Margin = new System.Windows.Forms.Padding(2);
  234. this.Name = "Make_CollectLcd";
  235. this.Tag = "Make!CollectLcd";
  236. this.Text = "材料全捡";
  237. this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated);
  238. this.Load += new System.EventHandler(this.Make_CollectNetCode_Load);
  239. this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged);
  240. this.groupBox1.ResumeLayout(false);
  241. this.groupBox1.PerformLayout();
  242. this.ResumeLayout(false);
  243. this.PerformLayout();
  244. }
  245. #endregion
  246. private CustomControl.ValueLabel.ValueLabel pr_code;
  247. private CustomControl.ValueLabel.ValueLabel pr_detail;
  248. private System.Windows.Forms.Label pr_detail_label;
  249. private System.Windows.Forms.Label sncode_label;
  250. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  251. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  252. private System.Windows.Forms.Label pr_code_label;
  253. private System.Windows.Forms.Label ms_makecode_label;
  254. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  255. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  256. private System.Windows.Forms.CheckBox checkBox1;
  257. private System.Windows.Forms.RadioButton radioButton1;
  258. private System.Windows.Forms.RadioButton radioButton2;
  259. private System.Windows.Forms.GroupBox groupBox1;
  260. }
  261. }