Make_FeedingCollection1.Designer.cs 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_FeedingCollection1
  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(Make_FeedingCollection1));
  29. this.mcd_restqty_label = new System.Windows.Forms.Label();
  30. this.mcd_inqty_label = new System.Windows.Forms.Label();
  31. this.ma_qty_label = new System.Windows.Forms.Label();
  32. this.ms_makecode_label = new System.Windows.Forms.Label();
  33. this.pr_detail_label = new System.Windows.Forms.Label();
  34. this.ma_prodcode_label = new System.Windows.Forms.Label();
  35. this.Loading = new System.Windows.Forms.RadioButton();
  36. this.UnLoading = new System.Windows.Forms.RadioButton();
  37. this.sn_code_label = new System.Windows.Forms.Label();
  38. this.code_label = new System.Windows.Forms.Label();
  39. this.iflastsn = new System.Windows.Forms.CheckBox();
  40. this.ma_softversion_label = new System.Windows.Forms.CheckBox();
  41. this.ma_ecncode_label = new System.Windows.Forms.CheckBox();
  42. this.ClearSn_code = new System.Windows.Forms.PictureBox();
  43. this.ms_craftcode = new System.Windows.Forms.Label();
  44. this.ma_bomversion = new System.Windows.Forms.Label();
  45. this.ma_bomversion_label = new System.Windows.Forms.Label();
  46. this.ma_craftcode = new System.Windows.Forms.Label();
  47. this.sir_remark_label = new System.Windows.Forms.CheckBox();
  48. this.NoteForChange = new System.Windows.Forms.CheckBox();
  49. this.LabelDataGridView = new System.Windows.Forms.DataGridView();
  50. this.label1 = new System.Windows.Forms.Label();
  51. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.OpenPort = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  58. this.serialPortCombox1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.SerialPortCombox();
  59. this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.cm_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.pr_detail_ = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.cm_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.cm_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.sir_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  66. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  67. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  68. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  69. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  70. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  71. this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  72. this.mcd_inqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  73. this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  74. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  75. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  76. this.ma_softversion = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  77. this.ma_ecncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  78. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  79. this.code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  80. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  81. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  83. this.SuspendLayout();
  84. //
  85. // mcd_restqty_label
  86. //
  87. this.mcd_restqty_label.AutoSize = true;
  88. this.mcd_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.mcd_restqty_label.Location = new System.Drawing.Point(1170, 122);
  90. this.mcd_restqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  91. this.mcd_restqty_label.Name = "mcd_restqty_label";
  92. this.mcd_restqty_label.Size = new System.Drawing.Size(146, 41);
  93. this.mcd_restqty_label.TabIndex = 59;
  94. this.mcd_restqty_label.Text = "待采集数";
  95. //
  96. // mcd_inqty_label
  97. //
  98. this.mcd_inqty_label.AutoSize = true;
  99. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.mcd_inqty_label.Location = new System.Drawing.Point(622, 122);
  101. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  102. this.mcd_inqty_label.Name = "mcd_inqty_label";
  103. this.mcd_inqty_label.Size = new System.Drawing.Size(146, 41);
  104. this.mcd_inqty_label.TabIndex = 56;
  105. this.mcd_inqty_label.Text = "已采集数";
  106. //
  107. // ma_qty_label
  108. //
  109. this.ma_qty_label.AutoSize = true;
  110. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.ma_qty_label.Location = new System.Drawing.Point(18, 122);
  112. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  113. this.ma_qty_label.Name = "ma_qty_label";
  114. this.ma_qty_label.Size = new System.Drawing.Size(146, 41);
  115. this.ma_qty_label.TabIndex = 53;
  116. this.ma_qty_label.Text = "工单数量";
  117. //
  118. // ms_makecode_label
  119. //
  120. this.ms_makecode_label.AutoSize = true;
  121. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.ms_makecode_label.Location = new System.Drawing.Point(18, 24);
  123. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  124. this.ms_makecode_label.Name = "ms_makecode_label";
  125. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  126. this.ms_makecode_label.TabIndex = 49;
  127. this.ms_makecode_label.Text = "归属工单";
  128. //
  129. // pr_detail_label
  130. //
  131. this.pr_detail_label.AutoSize = true;
  132. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.pr_detail_label.Location = new System.Drawing.Point(1170, 24);
  134. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  135. this.pr_detail_label.Name = "pr_detail_label";
  136. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  137. this.pr_detail_label.TabIndex = 50;
  138. this.pr_detail_label.Text = "产品规格";
  139. //
  140. // ma_prodcode_label
  141. //
  142. this.ma_prodcode_label.AutoSize = true;
  143. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.ma_prodcode_label.Location = new System.Drawing.Point(622, 24);
  145. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  146. this.ma_prodcode_label.Name = "ma_prodcode_label";
  147. this.ma_prodcode_label.Size = new System.Drawing.Size(146, 41);
  148. this.ma_prodcode_label.TabIndex = 51;
  149. this.ma_prodcode_label.Text = "产品代码";
  150. //
  151. // Loading
  152. //
  153. this.Loading.AutoSize = true;
  154. this.Loading.Checked = true;
  155. this.Loading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.Loading.ForeColor = System.Drawing.Color.Blue;
  157. this.Loading.Location = new System.Drawing.Point(36, 720);
  158. this.Loading.Margin = new System.Windows.Forms.Padding(6);
  159. this.Loading.Name = "Loading";
  160. this.Loading.Size = new System.Drawing.Size(113, 45);
  161. this.Loading.TabIndex = 62;
  162. this.Loading.TabStop = true;
  163. this.Loading.Text = "上料";
  164. this.Loading.UseVisualStyleBackColor = true;
  165. //
  166. // UnLoading
  167. //
  168. this.UnLoading.AutoSize = true;
  169. this.UnLoading.Enabled = false;
  170. this.UnLoading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.UnLoading.ForeColor = System.Drawing.Color.Blue;
  172. this.UnLoading.Location = new System.Drawing.Point(196, 720);
  173. this.UnLoading.Margin = new System.Windows.Forms.Padding(6);
  174. this.UnLoading.Name = "UnLoading";
  175. this.UnLoading.Size = new System.Drawing.Size(113, 45);
  176. this.UnLoading.TabIndex = 63;
  177. this.UnLoading.Text = "下料";
  178. this.UnLoading.UseVisualStyleBackColor = true;
  179. //
  180. // sn_code_label
  181. //
  182. this.sn_code_label.AutoSize = true;
  183. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.sn_code_label.Location = new System.Drawing.Point(28, 796);
  185. this.sn_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  186. this.sn_code_label.Name = "sn_code_label";
  187. this.sn_code_label.Size = new System.Drawing.Size(114, 41);
  188. this.sn_code_label.TabIndex = 64;
  189. this.sn_code_label.Text = "序列号";
  190. //
  191. // code_label
  192. //
  193. this.code_label.AutoSize = true;
  194. this.code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.code_label.Location = new System.Drawing.Point(28, 884);
  196. this.code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  197. this.code_label.Name = "code_label";
  198. this.code_label.Size = new System.Drawing.Size(114, 41);
  199. this.code_label.TabIndex = 66;
  200. this.code_label.Text = "录入框";
  201. //
  202. // iflastsn
  203. //
  204. this.iflastsn.AutoSize = true;
  205. this.iflastsn.Enabled = false;
  206. this.iflastsn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.iflastsn.Location = new System.Drawing.Point(578, 796);
  208. this.iflastsn.Margin = new System.Windows.Forms.Padding(6);
  209. this.iflastsn.Name = "iflastsn";
  210. this.iflastsn.Size = new System.Drawing.Size(222, 45);
  211. this.iflastsn.TabIndex = 72;
  212. this.iflastsn.Text = "前一工单SN";
  213. this.iflastsn.UseVisualStyleBackColor = true;
  214. //
  215. // ma_softversion_label
  216. //
  217. this.ma_softversion_label.AutoSize = true;
  218. this.ma_softversion_label.Checked = true;
  219. this.ma_softversion_label.CheckState = System.Windows.Forms.CheckState.Checked;
  220. this.ma_softversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.ma_softversion_label.Location = new System.Drawing.Point(1360, 357);
  222. this.ma_softversion_label.Margin = new System.Windows.Forms.Padding(6);
  223. this.ma_softversion_label.Name = "ma_softversion_label";
  224. this.ma_softversion_label.Size = new System.Drawing.Size(178, 45);
  225. this.ma_softversion_label.TabIndex = 74;
  226. this.ma_softversion_label.Text = "软件版本";
  227. this.ma_softversion_label.UseVisualStyleBackColor = true;
  228. //
  229. // ma_ecncode_label
  230. //
  231. this.ma_ecncode_label.AutoSize = true;
  232. this.ma_ecncode_label.Checked = true;
  233. this.ma_ecncode_label.CheckState = System.Windows.Forms.CheckState.Checked;
  234. this.ma_ecncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.ma_ecncode_label.Location = new System.Drawing.Point(1360, 420);
  236. this.ma_ecncode_label.Margin = new System.Windows.Forms.Padding(6);
  237. this.ma_ecncode_label.Name = "ma_ecncode_label";
  238. this.ma_ecncode_label.Size = new System.Drawing.Size(147, 45);
  239. this.ma_ecncode_label.TabIndex = 75;
  240. this.ma_ecncode_label.Text = "ECN号";
  241. this.ma_ecncode_label.UseVisualStyleBackColor = true;
  242. //
  243. // ClearSn_code
  244. //
  245. this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
  246. this.ClearSn_code.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  247. this.ClearSn_code.Location = new System.Drawing.Point(526, 802);
  248. this.ClearSn_code.Margin = new System.Windows.Forms.Padding(6);
  249. this.ClearSn_code.Name = "ClearSn_code";
  250. this.ClearSn_code.Size = new System.Drawing.Size(32, 32);
  251. this.ClearSn_code.TabIndex = 138;
  252. this.ClearSn_code.TabStop = false;
  253. this.ClearSn_code.Click += new System.EventHandler(this.ClearSn_code_Click);
  254. //
  255. // ms_craftcode
  256. //
  257. this.ms_craftcode.AutoSize = true;
  258. this.ms_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.ms_craftcode.Location = new System.Drawing.Point(1536, 30);
  260. this.ms_craftcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  261. this.ms_craftcode.Name = "ms_craftcode";
  262. this.ms_craftcode.Size = new System.Drawing.Size(0, 41);
  263. this.ms_craftcode.TabIndex = 142;
  264. this.ms_craftcode.Visible = false;
  265. //
  266. // ma_bomversion
  267. //
  268. this.ma_bomversion.AutoSize = true;
  269. this.ma_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.ma_bomversion.Location = new System.Drawing.Point(1536, 298);
  271. this.ma_bomversion.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  272. this.ma_bomversion.Name = "ma_bomversion";
  273. this.ma_bomversion.Size = new System.Drawing.Size(0, 41);
  274. this.ma_bomversion.TabIndex = 143;
  275. //
  276. // ma_bomversion_label
  277. //
  278. this.ma_bomversion_label.AutoSize = true;
  279. this.ma_bomversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.ma_bomversion_label.Location = new System.Drawing.Point(1364, 298);
  281. this.ma_bomversion_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  282. this.ma_bomversion_label.Name = "ma_bomversion_label";
  283. this.ma_bomversion_label.Size = new System.Drawing.Size(152, 41);
  284. this.ma_bomversion_label.TabIndex = 144;
  285. this.ma_bomversion_label.Text = "Bom版本";
  286. //
  287. // ma_craftcode
  288. //
  289. this.ma_craftcode.AutoSize = true;
  290. this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.ma_craftcode.Location = new System.Drawing.Point(1508, 122);
  292. this.ma_craftcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  293. this.ma_craftcode.Name = "ma_craftcode";
  294. this.ma_craftcode.Size = new System.Drawing.Size(0, 41);
  295. this.ma_craftcode.TabIndex = 145;
  296. this.ma_craftcode.Visible = false;
  297. //
  298. // sir_remark_label
  299. //
  300. this.sir_remark_label.AutoSize = true;
  301. this.sir_remark_label.Checked = true;
  302. this.sir_remark_label.CheckState = System.Windows.Forms.CheckState.Checked;
  303. this.sir_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.sir_remark_label.Location = new System.Drawing.Point(1360, 481);
  305. this.sir_remark_label.Margin = new System.Windows.Forms.Padding(6);
  306. this.sir_remark_label.Name = "sir_remark_label";
  307. this.sir_remark_label.Size = new System.Drawing.Size(178, 45);
  308. this.sir_remark_label.TabIndex = 190;
  309. this.sir_remark_label.Text = "备注信息";
  310. this.sir_remark_label.UseVisualStyleBackColor = true;
  311. //
  312. // NoteForChange
  313. //
  314. this.NoteForChange.AutoSize = true;
  315. this.NoteForChange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.NoteForChange.Location = new System.Drawing.Point(22, 78);
  317. this.NoteForChange.Margin = new System.Windows.Forms.Padding(4);
  318. this.NoteForChange.Name = "NoteForChange";
  319. this.NoteForChange.Size = new System.Drawing.Size(190, 35);
  320. this.NoteForChange.TabIndex = 192;
  321. this.NoteForChange.Text = "切换工单提示";
  322. this.NoteForChange.UseVisualStyleBackColor = true;
  323. //
  324. // LabelDataGridView
  325. //
  326. this.LabelDataGridView.AllowUserToAddRows = false;
  327. this.LabelDataGridView.AllowUserToResizeRows = false;
  328. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  329. this.LabelDataGridView.ColumnHeadersHeight = 46;
  330. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  331. this.序号,
  332. this.cm_makecode,
  333. this.pr_detail_,
  334. this.cm_soncode,
  335. this.cm_barcode,
  336. this.BarCode});
  337. this.LabelDataGridView.Location = new System.Drawing.Point(36, 216);
  338. this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(6);
  339. this.LabelDataGridView.Name = "LabelDataGridView";
  340. this.LabelDataGridView.RowHeadersVisible = false;
  341. this.LabelDataGridView.RowHeadersWidth = 82;
  342. this.LabelDataGridView.RowTemplate.Height = 23;
  343. this.LabelDataGridView.Size = new System.Drawing.Size(1282, 454);
  344. this.LabelDataGridView.TabIndex = 193;
  345. //
  346. // label1
  347. //
  348. this.label1.AutoSize = true;
  349. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.label1.Location = new System.Drawing.Point(1425, 198);
  351. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  352. this.label1.Name = "label1";
  353. this.label1.Size = new System.Drawing.Size(82, 41);
  354. this.label1.TabIndex = 195;
  355. this.label1.Text = "串口";
  356. //
  357. // dataGridViewTextBoxColumn1
  358. //
  359. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  360. this.dataGridViewTextBoxColumn1.DataPropertyName = "cm_makecode";
  361. this.dataGridViewTextBoxColumn1.HeaderText = "上料料号";
  362. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  363. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  364. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  365. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  366. this.dataGridViewTextBoxColumn1.Width = 50;
  367. //
  368. // dataGridViewTextBoxColumn2
  369. //
  370. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  371. this.dataGridViewTextBoxColumn2.DataPropertyName = "pr_detail";
  372. this.dataGridViewTextBoxColumn2.HeaderText = "上料名称";
  373. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  374. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  375. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  376. this.dataGridViewTextBoxColumn2.Width = 10;
  377. //
  378. // dataGridViewTextBoxColumn3
  379. //
  380. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  381. this.dataGridViewTextBoxColumn3.DataPropertyName = "cm_soncode";
  382. this.dataGridViewTextBoxColumn3.HeaderText = "前缀";
  383. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  384. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  385. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  386. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  387. this.dataGridViewTextBoxColumn3.Width = 10;
  388. //
  389. // dataGridViewTextBoxColumn4
  390. //
  391. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  392. this.dataGridViewTextBoxColumn4.DataPropertyName = "cm_barcode";
  393. this.dataGridViewTextBoxColumn4.HeaderText = "长度";
  394. this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
  395. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  396. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  397. this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  398. this.dataGridViewTextBoxColumn4.Width = 10;
  399. //
  400. // dataGridViewTextBoxColumn5
  401. //
  402. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  403. this.dataGridViewTextBoxColumn5.DataPropertyName = "sp_length";
  404. this.dataGridViewTextBoxColumn5.HeaderText = "条码号";
  405. this.dataGridViewTextBoxColumn5.MinimumWidth = 300;
  406. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  407. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  408. this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  409. this.dataGridViewTextBoxColumn5.Width = 64;
  410. //
  411. // dataGridViewTextBoxColumn6
  412. //
  413. this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  414. this.dataGridViewTextBoxColumn6.HeaderText = "条码号";
  415. this.dataGridViewTextBoxColumn6.MinimumWidth = 300;
  416. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  417. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  418. this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  419. this.dataGridViewTextBoxColumn6.Width = 300;
  420. //
  421. // OpenPort
  422. //
  423. this.OpenPort.AllPower = null;
  424. this.OpenPort.BackColor = System.Drawing.Color.Transparent;
  425. this.OpenPort.DownImage = ((System.Drawing.Image)(resources.GetObject("OpenPort.DownImage")));
  426. this.OpenPort.Image = ((System.Drawing.Image)(resources.GetObject("OpenPort.Image")));
  427. this.OpenPort.IsShowBorder = true;
  428. this.OpenPort.Location = new System.Drawing.Point(1632, 250);
  429. this.OpenPort.Margin = new System.Windows.Forms.Padding(6);
  430. this.OpenPort.MoveImage = ((System.Drawing.Image)(resources.GetObject("OpenPort.MoveImage")));
  431. this.OpenPort.Name = "OpenPort";
  432. this.OpenPort.NormalImage = ((System.Drawing.Image)(resources.GetObject("OpenPort.NormalImage")));
  433. this.OpenPort.Power = null;
  434. this.OpenPort.Size = new System.Drawing.Size(120, 48);
  435. this.OpenPort.TabIndex = 196;
  436. this.OpenPort.Text = "打开";
  437. this.OpenPort.UseVisualStyleBackColor = true;
  438. this.OpenPort.Click += new System.EventHandler(this.OpenPort_Click);
  439. //
  440. // serialPortCombox1
  441. //
  442. this.serialPortCombox1.Location = new System.Drawing.Point(1543, 199);
  443. this.serialPortCombox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  444. this.serialPortCombox1.Name = "serialPortCombox1";
  445. this.serialPortCombox1.Size = new System.Drawing.Size(209, 40);
  446. this.serialPortCombox1.TabIndex = 194;
  447. //
  448. // 序号
  449. //
  450. this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  451. this.序号.DataPropertyName = "sp_detno";
  452. this.序号.HeaderText = "序号";
  453. this.序号.MinimumWidth = 10;
  454. this.序号.Name = "序号";
  455. this.序号.ReadOnly = true;
  456. this.序号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  457. this.序号.Width = 70;
  458. //
  459. // cm_makecode
  460. //
  461. this.cm_makecode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCellsExceptHeader;
  462. this.cm_makecode.DataPropertyName = "sp_fsoncode";
  463. this.cm_makecode.HeaderText = "上料料号";
  464. this.cm_makecode.MinimumWidth = 10;
  465. this.cm_makecode.Name = "cm_makecode";
  466. this.cm_makecode.ReadOnly = true;
  467. this.cm_makecode.Width = 10;
  468. //
  469. // pr_detail_
  470. //
  471. this.pr_detail_.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  472. this.pr_detail_.DataPropertyName = "pr_spec";
  473. this.pr_detail_.HeaderText = "上料名称";
  474. this.pr_detail_.MinimumWidth = 10;
  475. this.pr_detail_.Name = "pr_detail_";
  476. this.pr_detail_.ReadOnly = true;
  477. this.pr_detail_.Width = 10;
  478. //
  479. // cm_soncode
  480. //
  481. this.cm_soncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  482. this.cm_soncode.DataPropertyName = "sp_prefix";
  483. this.cm_soncode.HeaderText = "前缀";
  484. this.cm_soncode.MinimumWidth = 10;
  485. this.cm_soncode.Name = "cm_soncode";
  486. this.cm_soncode.ReadOnly = true;
  487. this.cm_soncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  488. this.cm_soncode.Width = 10;
  489. //
  490. // cm_barcode
  491. //
  492. this.cm_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  493. this.cm_barcode.DataPropertyName = "sp_length";
  494. this.cm_barcode.HeaderText = "长度";
  495. this.cm_barcode.MinimumWidth = 10;
  496. this.cm_barcode.Name = "cm_barcode";
  497. this.cm_barcode.ReadOnly = true;
  498. this.cm_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  499. this.cm_barcode.Width = 64;
  500. //
  501. // BarCode
  502. //
  503. this.BarCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  504. this.BarCode.HeaderText = "条码号";
  505. this.BarCode.MinimumWidth = 300;
  506. this.BarCode.Name = "BarCode";
  507. this.BarCode.ReadOnly = true;
  508. this.BarCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  509. this.BarCode.Width = 300;
  510. //
  511. // sir_remark
  512. //
  513. this.sir_remark.AllPower = null;
  514. this.sir_remark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  515. | System.Windows.Forms.AnchorStyles.Right)));
  516. this.sir_remark.BackColor = System.Drawing.Color.White;
  517. this.sir_remark.ID = null;
  518. this.sir_remark.Location = new System.Drawing.Point(1360, 534);
  519. this.sir_remark.Margin = new System.Windows.Forms.Padding(6);
  520. this.sir_remark.Multiline = true;
  521. this.sir_remark.Name = "sir_remark";
  522. this.sir_remark.Power = null;
  523. this.sir_remark.Size = new System.Drawing.Size(392, 132);
  524. this.sir_remark.Str = null;
  525. this.sir_remark.Str1 = null;
  526. this.sir_remark.Str2 = null;
  527. this.sir_remark.TabIndex = 191;
  528. //
  529. // StepCount
  530. //
  531. this.StepCount.LineCode = null;
  532. this.StepCount.Location = new System.Drawing.Point(920, 688);
  533. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  534. this.StepCount.Name = "StepCount";
  535. this.StepCount.Size = new System.Drawing.Size(160, 44);
  536. this.StepCount.Source = null;
  537. this.StepCount.StepCode = null;
  538. this.StepCount.TabIndex = 189;
  539. this.StepCount.Load += new System.EventHandler(this.StepCount_Load);
  540. //
  541. // ma_code
  542. //
  543. this.ma_code.AllPower = null;
  544. this.ma_code.Caller = null;
  545. this.ma_code.Condition = null;
  546. this.ma_code.DBTitle = null;
  547. this.ma_code.FormName = null;
  548. this.ma_code.Location = new System.Drawing.Point(192, 26);
  549. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  550. this.ma_code.Name = "ma_code";
  551. this.ma_code.Power = null;
  552. this.ma_code.ReturnData = null;
  553. this.ma_code.SelectField = null;
  554. this.ma_code.SetValueField = null;
  555. this.ma_code.Size = new System.Drawing.Size(296, 42);
  556. this.ma_code.TabIndex = 141;
  557. this.ma_code.TableName = null;
  558. this.ma_code.Tag = "ma_code";
  559. this.ma_code.TextBoxEnable = true;
  560. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  561. //
  562. // LockMakeCode
  563. //
  564. this.LockMakeCode.AutoSize = true;
  565. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. this.LockMakeCode.LeaveEvent = false;
  567. this.LockMakeCode.Location = new System.Drawing.Point(496, 30);
  568. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
  569. this.LockMakeCode.Name = "LockMakeCode";
  570. this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
  571. this.LockMakeCode.TabIndex = 140;
  572. this.LockMakeCode.Text = "锁定";
  573. this.LockMakeCode.UseVisualStyleBackColor = true;
  574. //
  575. // ma_prodcode
  576. //
  577. this.ma_prodcode.AutoSize = true;
  578. this.ma_prodcode.CutLength = null;
  579. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  580. this.ma_prodcode.Location = new System.Drawing.Point(802, 24);
  581. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  582. this.ma_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
  583. this.ma_prodcode.Name = "ma_prodcode";
  584. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  585. this.ma_prodcode.TabIndex = 99;
  586. //
  587. // pr_detail
  588. //
  589. this.pr_detail.AutoSize = true;
  590. this.pr_detail.CutLength = null;
  591. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  592. this.pr_detail.Location = new System.Drawing.Point(1350, 24);
  593. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  594. this.pr_detail.MaximumSize = new System.Drawing.Size(300, 0);
  595. this.pr_detail.Name = "pr_detail";
  596. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  597. this.pr_detail.TabIndex = 98;
  598. //
  599. // mcd_remainqty
  600. //
  601. this.mcd_remainqty.AutoSize = true;
  602. this.mcd_remainqty.CutLength = null;
  603. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  604. this.mcd_remainqty.Location = new System.Drawing.Point(1348, 122);
  605. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  606. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(300, 0);
  607. this.mcd_remainqty.Name = "mcd_remainqty";
  608. this.mcd_remainqty.Size = new System.Drawing.Size(0, 41);
  609. this.mcd_remainqty.TabIndex = 97;
  610. this.mcd_remainqty.Tag = "mcd_remainqty";
  611. //
  612. // mcd_inqty
  613. //
  614. this.mcd_inqty.AutoSize = true;
  615. this.mcd_inqty.CutLength = null;
  616. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  617. this.mcd_inqty.Location = new System.Drawing.Point(802, 122);
  618. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  619. this.mcd_inqty.MaximumSize = new System.Drawing.Size(300, 0);
  620. this.mcd_inqty.Name = "mcd_inqty";
  621. this.mcd_inqty.Size = new System.Drawing.Size(0, 41);
  622. this.mcd_inqty.TabIndex = 96;
  623. //
  624. // ma_qty
  625. //
  626. this.ma_qty.AutoSize = true;
  627. this.ma_qty.CutLength = null;
  628. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  629. this.ma_qty.Location = new System.Drawing.Point(192, 122);
  630. this.ma_qty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  631. this.ma_qty.MaximumSize = new System.Drawing.Size(300, 0);
  632. this.ma_qty.Name = "ma_qty";
  633. this.ma_qty.Size = new System.Drawing.Size(0, 41);
  634. this.ma_qty.TabIndex = 95;
  635. //
  636. // OperateResult
  637. //
  638. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  639. this.OperateResult.Location = new System.Drawing.Point(1090, 688);
  640. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  641. this.OperateResult.Name = "OperateResult";
  642. this.OperateResult.Size = new System.Drawing.Size(696, 238);
  643. this.OperateResult.TabIndex = 94;
  644. this.OperateResult.Text = "";
  645. //
  646. // Clean
  647. //
  648. this.Clean.AllPower = null;
  649. this.Clean.BackColor = System.Drawing.Color.Transparent;
  650. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  651. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  652. this.Clean.IsShowBorder = true;
  653. this.Clean.Location = new System.Drawing.Point(920, 878);
  654. this.Clean.Margin = new System.Windows.Forms.Padding(6);
  655. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  656. this.Clean.Name = "Clean";
  657. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  658. this.Clean.Power = null;
  659. this.Clean.Size = new System.Drawing.Size(120, 48);
  660. this.Clean.TabIndex = 80;
  661. this.Clean.Text = "清除";
  662. this.Clean.UseVisualStyleBackColor = true;
  663. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  664. //
  665. // ma_softversion
  666. //
  667. this.ma_softversion.AllPower = null;
  668. this.ma_softversion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  669. | System.Windows.Forms.AnchorStyles.Right)));
  670. this.ma_softversion.BackColor = System.Drawing.Color.White;
  671. this.ma_softversion.ID = null;
  672. this.ma_softversion.Location = new System.Drawing.Point(1544, 357);
  673. this.ma_softversion.Margin = new System.Windows.Forms.Padding(6);
  674. this.ma_softversion.Name = "ma_softversion";
  675. this.ma_softversion.Power = null;
  676. this.ma_softversion.Size = new System.Drawing.Size(208, 35);
  677. this.ma_softversion.Str = null;
  678. this.ma_softversion.Str1 = null;
  679. this.ma_softversion.Str2 = null;
  680. this.ma_softversion.TabIndex = 78;
  681. //
  682. // ma_ecncode
  683. //
  684. this.ma_ecncode.AllPower = null;
  685. this.ma_ecncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  686. | System.Windows.Forms.AnchorStyles.Right)));
  687. this.ma_ecncode.BackColor = System.Drawing.Color.White;
  688. this.ma_ecncode.ID = null;
  689. this.ma_ecncode.Location = new System.Drawing.Point(1544, 428);
  690. this.ma_ecncode.Margin = new System.Windows.Forms.Padding(6);
  691. this.ma_ecncode.Name = "ma_ecncode";
  692. this.ma_ecncode.Power = null;
  693. this.ma_ecncode.Size = new System.Drawing.Size(208, 35);
  694. this.ma_ecncode.Str = null;
  695. this.ma_ecncode.Str1 = null;
  696. this.ma_ecncode.Str2 = null;
  697. this.ma_ecncode.TabIndex = 77;
  698. //
  699. // Confirm
  700. //
  701. this.Confirm.AllPower = "ifall";
  702. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  703. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  704. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  705. this.Confirm.IsShowBorder = true;
  706. this.Confirm.Location = new System.Drawing.Point(578, 880);
  707. this.Confirm.Margin = new System.Windows.Forms.Padding(6);
  708. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  709. this.Confirm.Name = "Confirm";
  710. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  711. this.Confirm.Power = null;
  712. this.Confirm.Size = new System.Drawing.Size(120, 48);
  713. this.Confirm.TabIndex = 73;
  714. this.Confirm.Tag = "IfRead";
  715. this.Confirm.Text = "确认";
  716. this.Confirm.UseVisualStyleBackColor = true;
  717. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  718. //
  719. // code
  720. //
  721. this.code.AllPower = "ifall";
  722. this.code.BackColor = System.Drawing.Color.White;
  723. this.code.ID = null;
  724. this.code.Location = new System.Drawing.Point(196, 884);
  725. this.code.Margin = new System.Windows.Forms.Padding(6);
  726. this.code.Name = "code";
  727. this.code.Power = null;
  728. this.code.Size = new System.Drawing.Size(316, 35);
  729. this.code.Str = null;
  730. this.code.Str1 = null;
  731. this.code.Str2 = null;
  732. this.code.TabIndex = 0;
  733. this.code.Tag = "IfRead";
  734. this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown);
  735. //
  736. // sn_code
  737. //
  738. this.sn_code.AllPower = null;
  739. this.sn_code.BackColor = System.Drawing.Color.White;
  740. this.sn_code.Enabled = false;
  741. this.sn_code.ID = null;
  742. this.sn_code.Location = new System.Drawing.Point(196, 796);
  743. this.sn_code.Margin = new System.Windows.Forms.Padding(6);
  744. this.sn_code.Name = "sn_code";
  745. this.sn_code.Power = null;
  746. this.sn_code.Size = new System.Drawing.Size(316, 35);
  747. this.sn_code.Str = null;
  748. this.sn_code.Str1 = null;
  749. this.sn_code.Str2 = null;
  750. this.sn_code.TabIndex = 65;
  751. //
  752. // Make_FeedingCollection1
  753. //
  754. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  755. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  756. this.ClientSize = new System.Drawing.Size(1796, 974);
  757. this.Controls.Add(this.OpenPort);
  758. this.Controls.Add(this.label1);
  759. this.Controls.Add(this.serialPortCombox1);
  760. this.Controls.Add(this.LabelDataGridView);
  761. this.Controls.Add(this.NoteForChange);
  762. this.Controls.Add(this.sir_remark);
  763. this.Controls.Add(this.sir_remark_label);
  764. this.Controls.Add(this.StepCount);
  765. this.Controls.Add(this.ma_craftcode);
  766. this.Controls.Add(this.ma_bomversion_label);
  767. this.Controls.Add(this.ma_bomversion);
  768. this.Controls.Add(this.ms_craftcode);
  769. this.Controls.Add(this.ma_code);
  770. this.Controls.Add(this.LockMakeCode);
  771. this.Controls.Add(this.ClearSn_code);
  772. this.Controls.Add(this.ma_prodcode);
  773. this.Controls.Add(this.pr_detail);
  774. this.Controls.Add(this.mcd_remainqty);
  775. this.Controls.Add(this.mcd_inqty);
  776. this.Controls.Add(this.ma_qty);
  777. this.Controls.Add(this.OperateResult);
  778. this.Controls.Add(this.Clean);
  779. this.Controls.Add(this.ma_softversion);
  780. this.Controls.Add(this.ma_ecncode);
  781. this.Controls.Add(this.ma_ecncode_label);
  782. this.Controls.Add(this.ma_softversion_label);
  783. this.Controls.Add(this.Confirm);
  784. this.Controls.Add(this.iflastsn);
  785. this.Controls.Add(this.code);
  786. this.Controls.Add(this.code_label);
  787. this.Controls.Add(this.sn_code);
  788. this.Controls.Add(this.sn_code_label);
  789. this.Controls.Add(this.UnLoading);
  790. this.Controls.Add(this.Loading);
  791. this.Controls.Add(this.mcd_restqty_label);
  792. this.Controls.Add(this.mcd_inqty_label);
  793. this.Controls.Add(this.ma_qty_label);
  794. this.Controls.Add(this.ms_makecode_label);
  795. this.Controls.Add(this.pr_detail_label);
  796. this.Controls.Add(this.ma_prodcode_label);
  797. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  798. this.Margin = new System.Windows.Forms.Padding(6);
  799. this.Name = "Make_FeedingCollection1";
  800. this.Tag = "Make!FeedingCollection";
  801. this.Text = "上料采集";
  802. this.Load += new System.EventHandler(this.Make_FeedingCollection_Load);
  803. this.SizeChanged += new System.EventHandler(this.Make_FeedingCollection_SizeChanged);
  804. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
  805. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  806. this.ResumeLayout(true);
  807. this.PerformLayout();
  808. }
  809. #endregion
  810. private System.Windows.Forms.Label mcd_restqty_label;
  811. private System.Windows.Forms.Label mcd_inqty_label;
  812. private System.Windows.Forms.Label ma_qty_label;
  813. private System.Windows.Forms.Label ms_makecode_label;
  814. private System.Windows.Forms.Label pr_detail_label;
  815. private System.Windows.Forms.Label ma_prodcode_label;
  816. private System.Windows.Forms.RadioButton Loading;
  817. private System.Windows.Forms.RadioButton UnLoading;
  818. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  819. private System.Windows.Forms.Label sn_code_label;
  820. private System.Windows.Forms.Label code_label;
  821. private CustomControl.TextBoxWithIcon.SnCollectionBox code;
  822. private System.Windows.Forms.CheckBox iflastsn;
  823. private CustomControl.ButtonUtil.NormalButton Confirm;
  824. private System.Windows.Forms.CheckBox ma_softversion_label;
  825. private System.Windows.Forms.CheckBox ma_ecncode_label;
  826. private CustomControl.TextBoxWithIcon.EnterTextBox ma_ecncode;
  827. private CustomControl.TextBoxWithIcon.EnterTextBox ma_softversion;
  828. private CustomControl.ButtonUtil.NormalButton Clean;
  829. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  830. private CustomControl.ValueLabel.ValueLabel ma_qty;
  831. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  832. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  833. private CustomControl.ValueLabel.ValueLabel pr_detail;
  834. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  835. private System.Windows.Forms.PictureBox ClearSn_code;
  836. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  837. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  838. private System.Windows.Forms.Label ms_craftcode;
  839. private System.Windows.Forms.Label ma_bomversion;
  840. private System.Windows.Forms.Label ma_bomversion_label;
  841. private System.Windows.Forms.Label ma_craftcode;
  842. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  843. private System.Windows.Forms.CheckBox sir_remark_label;
  844. private CustomControl.TextBoxWithIcon.EnterTextBox sir_remark;
  845. private System.Windows.Forms.CheckBox NoteForChange;
  846. private System.Windows.Forms.DataGridView LabelDataGridView;
  847. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  848. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  849. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  850. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  851. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  852. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  853. private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
  854. private System.Windows.Forms.DataGridViewTextBoxColumn cm_makecode;
  855. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail_;
  856. private System.Windows.Forms.DataGridViewTextBoxColumn cm_soncode;
  857. private System.Windows.Forms.DataGridViewTextBoxColumn cm_barcode;
  858. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  859. private CustomControl.ComBoxWithFocus.SerialPortCombox serialPortCombox1;
  860. private System.Windows.Forms.Label label1;
  861. private CustomControl.ButtonUtil.NormalButton OpenPort;
  862. }
  863. }