Make_LabelCheckYK.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_LabelCheckYK
  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.components = new System.ComponentModel.Container();
  29. this.pr_detail_label = new System.Windows.Forms.Label();
  30. this.sncode_label = new System.Windows.Forms.Label();
  31. this.mcd_remainqty_label = new System.Windows.Forms.Label();
  32. this.mcd_okqty_label = new System.Windows.Forms.Label();
  33. this.pr_code_label = new System.Windows.Forms.Label();
  34. this.ms_makecode_label = new System.Windows.Forms.Label();
  35. this.CollectRemark = new System.Windows.Forms.CheckBox();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.sncheck = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  38. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  39. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  40. this.Remark = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  41. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  42. this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueNumLabel(this.components);
  43. this.mcd_okqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueNumLabel(this.components);
  44. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  45. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  46. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  47. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  48. this.SuspendLayout();
  49. //
  50. // pr_detail_label
  51. //
  52. this.pr_detail_label.AutoSize = true;
  53. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.pr_detail_label.Location = new System.Drawing.Point(931, 42);
  55. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  56. this.pr_detail_label.Name = "pr_detail_label";
  57. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  58. this.pr_detail_label.TabIndex = 171;
  59. this.pr_detail_label.Text = "产品名称";
  60. //
  61. // sncode_label
  62. //
  63. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  64. | System.Windows.Forms.AnchorStyles.Left)));
  65. this.sncode_label.AutoSize = true;
  66. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.sncode_label.Location = new System.Drawing.Point(24, 848);
  68. this.sncode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  69. this.sncode_label.Name = "sncode_label";
  70. this.sncode_label.Size = new System.Drawing.Size(114, 41);
  71. this.sncode_label.TabIndex = 170;
  72. this.sncode_label.Text = "序列号";
  73. //
  74. // mcd_remainqty_label
  75. //
  76. this.mcd_remainqty_label.AutoSize = true;
  77. this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.mcd_remainqty_label.Location = new System.Drawing.Point(493, 136);
  79. this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  80. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  81. this.mcd_remainqty_label.Size = new System.Drawing.Size(114, 41);
  82. this.mcd_remainqty_label.TabIndex = 166;
  83. this.mcd_remainqty_label.Text = "剩余数";
  84. //
  85. // mcd_okqty_label
  86. //
  87. this.mcd_okqty_label.AutoSize = true;
  88. this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.mcd_okqty_label.Location = new System.Drawing.Point(24, 136);
  90. this.mcd_okqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  91. this.mcd_okqty_label.Name = "mcd_okqty_label";
  92. this.mcd_okqty_label.Size = new System.Drawing.Size(146, 41);
  93. this.mcd_okqty_label.TabIndex = 165;
  94. this.mcd_okqty_label.Text = "打印计数";
  95. //
  96. // pr_code_label
  97. //
  98. this.pr_code_label.AutoSize = true;
  99. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.pr_code_label.Location = new System.Drawing.Point(493, 42);
  101. this.pr_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  102. this.pr_code_label.Name = "pr_code_label";
  103. this.pr_code_label.Size = new System.Drawing.Size(146, 41);
  104. this.pr_code_label.TabIndex = 164;
  105. this.pr_code_label.Text = "产品编号";
  106. //
  107. // ms_makecode_label
  108. //
  109. this.ms_makecode_label.AutoSize = true;
  110. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.ms_makecode_label.Location = new System.Drawing.Point(25, 42);
  112. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  113. this.ms_makecode_label.Name = "ms_makecode_label";
  114. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  115. this.ms_makecode_label.TabIndex = 163;
  116. this.ms_makecode_label.Text = "工单编号";
  117. //
  118. // CollectRemark
  119. //
  120. this.CollectRemark.AutoSize = true;
  121. this.CollectRemark.Checked = true;
  122. this.CollectRemark.CheckState = System.Windows.Forms.CheckState.Checked;
  123. this.CollectRemark.Font = new System.Drawing.Font("微软雅黑", 10F);
  124. this.CollectRemark.Location = new System.Drawing.Point(1421, 564);
  125. this.CollectRemark.Margin = new System.Windows.Forms.Padding(6);
  126. this.CollectRemark.Name = "CollectRemark";
  127. this.CollectRemark.Size = new System.Drawing.Size(155, 39);
  128. this.CollectRemark.TabIndex = 197;
  129. this.CollectRemark.Text = "采集备注";
  130. this.CollectRemark.UseVisualStyleBackColor = true;
  131. //
  132. // label5
  133. //
  134. this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  135. | System.Windows.Forms.AnchorStyles.Left)));
  136. this.label5.AutoSize = true;
  137. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.label5.Location = new System.Drawing.Point(24, 795);
  139. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  140. this.label5.Name = "label5";
  141. this.label5.Size = new System.Drawing.Size(114, 41);
  142. this.label5.TabIndex = 222;
  143. this.label5.Text = "核对框";
  144. //
  145. // sncheck
  146. //
  147. this.sncheck.AllPower = "ifall";
  148. this.sncheck.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  149. | System.Windows.Forms.AnchorStyles.Left)));
  150. this.sncheck.BackColor = System.Drawing.Color.White;
  151. this.sncheck.ID = null;
  152. this.sncheck.Location = new System.Drawing.Point(190, 801);
  153. this.sncheck.Margin = new System.Windows.Forms.Padding(6);
  154. this.sncheck.Name = "sncheck";
  155. this.sncheck.Power = null;
  156. this.sncheck.Size = new System.Drawing.Size(388, 35);
  157. this.sncheck.Str = null;
  158. this.sncheck.Str1 = null;
  159. this.sncheck.Str2 = null;
  160. this.sncheck.TabIndex = 221;
  161. this.sncheck.Tag = "ifRead";
  162. this.sncheck.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncheck_KeyDown);
  163. //
  164. // LockMakeCode
  165. //
  166. this.LockMakeCode.AutoSize = true;
  167. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.LockMakeCode.LeaveEvent = false;
  169. this.LockMakeCode.Location = new System.Drawing.Point(392, 48);
  170. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(6);
  171. this.LockMakeCode.Name = "LockMakeCode";
  172. this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
  173. this.LockMakeCode.TabIndex = 199;
  174. this.LockMakeCode.Text = "锁定";
  175. this.LockMakeCode.UseVisualStyleBackColor = true;
  176. //
  177. // ma_code
  178. //
  179. this.ma_code.AllPower = null;
  180. this.ma_code.Caller = null;
  181. this.ma_code.Condition = null;
  182. this.ma_code.DBTitle = null;
  183. this.ma_code.FormName = null;
  184. this.ma_code.Location = new System.Drawing.Point(177, 46);
  185. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  186. this.ma_code.Name = "ma_code";
  187. this.ma_code.Power = null;
  188. this.ma_code.ReturnData = null;
  189. this.ma_code.SelectField = null;
  190. this.ma_code.SetValueField = null;
  191. this.ma_code.Size = new System.Drawing.Size(203, 42);
  192. this.ma_code.TabIndex = 198;
  193. this.ma_code.TableName = null;
  194. this.ma_code.TextBoxEnable = true;
  195. //
  196. // Remark
  197. //
  198. this.Remark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.Remark.Location = new System.Drawing.Point(1414, 619);
  200. this.Remark.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
  201. this.Remark.Name = "Remark";
  202. this.Remark.Size = new System.Drawing.Size(378, 156);
  203. this.Remark.TabIndex = 196;
  204. this.Remark.Text = "";
  205. //
  206. // StepCount
  207. //
  208. this.StepCount.LineCode = null;
  209. this.StepCount.Location = new System.Drawing.Point(931, 136);
  210. this.StepCount.Makecode = null;
  211. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  212. this.StepCount.Name = "StepCount";
  213. this.StepCount.Size = new System.Drawing.Size(176, 45);
  214. this.StepCount.Source = null;
  215. this.StepCount.StepCode = null;
  216. this.StepCount.TabIndex = 183;
  217. this.StepCount.Load += new System.EventHandler(this.StepCount_Load);
  218. //
  219. // mcd_remainqty
  220. //
  221. this.mcd_remainqty.AutoSize = true;
  222. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.mcd_remainqty.Location = new System.Drawing.Point(617, 136);
  224. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  225. this.mcd_remainqty.Name = "mcd_remainqty";
  226. this.mcd_remainqty.Size = new System.Drawing.Size(37, 41);
  227. this.mcd_remainqty.TabIndex = 177;
  228. this.mcd_remainqty.Text = "0";
  229. //
  230. // mcd_okqty
  231. //
  232. this.mcd_okqty.AutoSize = true;
  233. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.mcd_okqty.Location = new System.Drawing.Point(170, 136);
  235. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  236. this.mcd_okqty.Name = "mcd_okqty";
  237. this.mcd_okqty.Size = new System.Drawing.Size(37, 41);
  238. this.mcd_okqty.TabIndex = 176;
  239. this.mcd_okqty.Text = "0";
  240. //
  241. // ma_prodcode
  242. //
  243. this.ma_prodcode.AutoSize = true;
  244. this.ma_prodcode.CutLength = null;
  245. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.ma_prodcode.Location = new System.Drawing.Point(639, 42);
  247. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  248. this.ma_prodcode.MaximumSize = new System.Drawing.Size(266, 0);
  249. this.ma_prodcode.Name = "ma_prodcode";
  250. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  251. this.ma_prodcode.TabIndex = 175;
  252. this.ma_prodcode.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  253. //
  254. // pr_detail
  255. //
  256. this.pr_detail.AutoSize = true;
  257. this.pr_detail.CutLength = null;
  258. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.pr_detail.Location = new System.Drawing.Point(1089, 42);
  260. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  261. this.pr_detail.MaximumSize = new System.Drawing.Size(266, 0);
  262. this.pr_detail.Name = "pr_detail";
  263. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  264. this.pr_detail.TabIndex = 174;
  265. //
  266. // sncode
  267. //
  268. this.sncode.AllPower = "ifall";
  269. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  270. | System.Windows.Forms.AnchorStyles.Left)));
  271. this.sncode.BackColor = System.Drawing.Color.White;
  272. this.sncode.ID = null;
  273. this.sncode.Location = new System.Drawing.Point(190, 848);
  274. this.sncode.Margin = new System.Windows.Forms.Padding(6);
  275. this.sncode.Name = "sncode";
  276. this.sncode.Power = null;
  277. this.sncode.Size = new System.Drawing.Size(388, 35);
  278. this.sncode.Str = null;
  279. this.sncode.Str1 = null;
  280. this.sncode.Str2 = null;
  281. this.sncode.TabIndex = 169;
  282. this.sncode.Tag = "ifRead";
  283. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  284. //
  285. // OperateResult
  286. //
  287. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.OperateResult.Location = new System.Drawing.Point(1, 204);
  289. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  290. this.OperateResult.Name = "OperateResult";
  291. this.OperateResult.Size = new System.Drawing.Size(1360, 571);
  292. this.OperateResult.TabIndex = 168;
  293. this.OperateResult.Text = "";
  294. //
  295. // Make_LabelCheckYK
  296. //
  297. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  298. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  299. this.ClientSize = new System.Drawing.Size(1828, 896);
  300. this.Controls.Add(this.label5);
  301. this.Controls.Add(this.sncheck);
  302. this.Controls.Add(this.LockMakeCode);
  303. this.Controls.Add(this.ma_code);
  304. this.Controls.Add(this.CollectRemark);
  305. this.Controls.Add(this.Remark);
  306. this.Controls.Add(this.StepCount);
  307. this.Controls.Add(this.mcd_remainqty);
  308. this.Controls.Add(this.mcd_okqty);
  309. this.Controls.Add(this.ma_prodcode);
  310. this.Controls.Add(this.pr_detail);
  311. this.Controls.Add(this.pr_detail_label);
  312. this.Controls.Add(this.sncode_label);
  313. this.Controls.Add(this.sncode);
  314. this.Controls.Add(this.OperateResult);
  315. this.Controls.Add(this.mcd_remainqty_label);
  316. this.Controls.Add(this.mcd_okqty_label);
  317. this.Controls.Add(this.pr_code_label);
  318. this.Controls.Add(this.ms_makecode_label);
  319. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  320. this.Margin = new System.Windows.Forms.Padding(6);
  321. this.Name = "Make_LabelCheckYK";
  322. this.Tag = "Make!FuselageLabelPrint";
  323. this.Text = "Make_FuselageLabelPrint";
  324. this.Activated += new System.EventHandler(this.Make_FuselageLabelPrint_Activated);
  325. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_FuselageLabelPrint_FormClosing);
  326. this.Load += new System.EventHandler(this.Make_FuselageLabelPrint_Load);
  327. this.SizeChanged += new System.EventHandler(this.Make_FuselageLabelPrint_SizeChanged);
  328. this.ResumeLayout(false);
  329. this.PerformLayout();
  330. }
  331. #endregion
  332. private CustomControl.ValueLabel.ValueNumLabel mcd_remainqty;
  333. private CustomControl.ValueLabel.ValueNumLabel mcd_okqty;
  334. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  335. private CustomControl.ValueLabel.ValueLabel pr_detail;
  336. private System.Windows.Forms.Label pr_detail_label;
  337. private System.Windows.Forms.Label sncode_label;
  338. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  339. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  340. private System.Windows.Forms.Label mcd_remainqty_label;
  341. private System.Windows.Forms.Label mcd_okqty_label;
  342. private System.Windows.Forms.Label pr_code_label;
  343. private System.Windows.Forms.Label ms_makecode_label;
  344. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  345. private System.Windows.Forms.CheckBox CollectRemark;
  346. private CustomControl.RichText.RichTextAutoBottom Remark;
  347. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  348. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  349. private System.Windows.Forms.Label label5;
  350. private CustomControl.TextBoxWithIcon.SnCollectionBox sncheck;
  351. }
  352. }