Make_TestCollectionqrcode.Designer.cs 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_TestCollectionqrcode
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_TestCollectionqrcode));
  30. this.ms_sncode_label = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.GoodProduct = new System.Windows.Forms.RadioButton();
  33. this.Reject = new System.Windows.Forms.RadioButton();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.ma_qty_label = new System.Windows.Forms.Label();
  36. this.ma_prodcode_label = new System.Windows.Forms.Label();
  37. this.ms_makecode_label = new System.Windows.Forms.Label();
  38. this.pr_detail_label = new System.Windows.Forms.Label();
  39. this.ma_softversion_label = new System.Windows.Forms.Label();
  40. this.BadInfSource = new System.Windows.Forms.BindingSource(this.components);
  41. this.NoteForChange = new System.Windows.Forms.CheckBox();
  42. this.ControlLockTimer = new System.Windows.Forms.Timer(this.components);
  43. this.Lock_label = new System.Windows.Forms.Label();
  44. this.ma_salecode = new System.Windows.Forms.Label();
  45. this.pr_sendchecktype = new System.Windows.Forms.Label();
  46. this.ob_checkno = new System.Windows.Forms.Label();
  47. this.mc_restqty_label = new System.Windows.Forms.Label();
  48. this.mcd_inqty_label = new System.Windows.Forms.Label();
  49. this.LabelDataGridView = new System.Windows.Forms.DataGridView();
  50. this.SN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.bts = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.wifis = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.softversion = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.xkid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.mmi1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.mmi2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.opentime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.z = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.label1 = new System.Windows.Forms.Label();
  60. this.label3 = new System.Windows.Forms.Label();
  61. this.label4 = new System.Windows.Forms.Label();
  62. this.label5 = new System.Windows.Forms.Label();
  63. this.label9 = new System.Windows.Forms.Label();
  64. this.label8 = new System.Windows.Forms.Label();
  65. this.label7 = new System.Windows.Forms.Label();
  66. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.US_SKU = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  76. this.US_LOCATION = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  77. this.US_UPC = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  78. this.lockCheckBox1 = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  79. this.US_ID = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  80. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  81. this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  82. this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  83. this.ob_nowcheckqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  84. this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  85. this.mcd_inqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  86. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  87. this.ma_softversion = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  88. this.Save = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  89. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  90. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  91. this.pr_spec = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  92. this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  93. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  94. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  95. this.CleanInfo = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  96. this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  97. this.autoprint = new System.Windows.Forms.CheckBox();
  98. this.GetWriteInfo = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  99. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  101. this.SuspendLayout();
  102. //
  103. // ms_sncode_label
  104. //
  105. this.ms_sncode_label.AutoSize = true;
  106. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.ms_sncode_label.Location = new System.Drawing.Point(169, 995);
  108. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  109. this.ms_sncode_label.Name = "ms_sncode_label";
  110. this.ms_sncode_label.Size = new System.Drawing.Size(114, 41);
  111. this.ms_sncode_label.TabIndex = 18;
  112. this.ms_sncode_label.Text = "序列号";
  113. //
  114. // label2
  115. //
  116. this.label2.AutoSize = true;
  117. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.label2.ForeColor = System.Drawing.Color.Blue;
  119. this.label2.Location = new System.Drawing.Point(4, 333);
  120. this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  121. this.label2.Name = "label2";
  122. this.label2.Size = new System.Drawing.Size(146, 42);
  123. this.label2.TabIndex = 0;
  124. this.label2.Text = "采集信息";
  125. //
  126. // GoodProduct
  127. //
  128. this.GoodProduct.AutoSize = true;
  129. this.GoodProduct.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.GoodProduct.ForeColor = System.Drawing.Color.Blue;
  131. this.GoodProduct.Location = new System.Drawing.Point(12, 989);
  132. this.GoodProduct.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  133. this.GoodProduct.Name = "GoodProduct";
  134. this.GoodProduct.Size = new System.Drawing.Size(129, 54);
  135. this.GoodProduct.TabIndex = 35;
  136. this.GoodProduct.TabStop = true;
  137. this.GoodProduct.Text = "良品";
  138. this.GoodProduct.UseVisualStyleBackColor = true;
  139. this.GoodProduct.CheckedChanged += new System.EventHandler(this.GoodProduct_CheckedChanged);
  140. //
  141. // Reject
  142. //
  143. this.Reject.AutoSize = true;
  144. this.Reject.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.Reject.ForeColor = System.Drawing.Color.Red;
  146. this.Reject.Location = new System.Drawing.Point(239, 179);
  147. this.Reject.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  148. this.Reject.Name = "Reject";
  149. this.Reject.Size = new System.Drawing.Size(167, 54);
  150. this.Reject.TabIndex = 36;
  151. this.Reject.TabStop = true;
  152. this.Reject.Text = "不良品";
  153. this.Reject.UseVisualStyleBackColor = true;
  154. this.Reject.Visible = false;
  155. //
  156. // label6
  157. //
  158. this.label6.AutoSize = true;
  159. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.label6.Location = new System.Drawing.Point(1283, 301);
  161. this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  162. this.label6.Name = "label6";
  163. this.label6.Size = new System.Drawing.Size(146, 42);
  164. this.label6.TabIndex = 46;
  165. this.label6.Text = "操作结果";
  166. //
  167. // ma_qty_label
  168. //
  169. this.ma_qty_label.AutoSize = true;
  170. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.ma_qty_label.Location = new System.Drawing.Point(573, 29);
  172. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  173. this.ma_qty_label.Name = "ma_qty_label";
  174. this.ma_qty_label.Size = new System.Drawing.Size(146, 41);
  175. this.ma_qty_label.TabIndex = 11;
  176. this.ma_qty_label.Text = "工单数量";
  177. //
  178. // ma_prodcode_label
  179. //
  180. this.ma_prodcode_label.AutoSize = true;
  181. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.ma_prodcode_label.Location = new System.Drawing.Point(5, 128);
  183. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  184. this.ma_prodcode_label.Name = "ma_prodcode_label";
  185. this.ma_prodcode_label.Size = new System.Drawing.Size(146, 41);
  186. this.ma_prodcode_label.TabIndex = 7;
  187. this.ma_prodcode_label.Text = "产品编号";
  188. //
  189. // ms_makecode_label
  190. //
  191. this.ms_makecode_label.AutoSize = true;
  192. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.ms_makecode_label.Location = new System.Drawing.Point(5, 27);
  194. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  195. this.ms_makecode_label.Name = "ms_makecode_label";
  196. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  197. this.ms_makecode_label.TabIndex = 2;
  198. this.ms_makecode_label.Text = "归属工单";
  199. //
  200. // pr_detail_label
  201. //
  202. this.pr_detail_label.AutoSize = true;
  203. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.pr_detail_label.Location = new System.Drawing.Point(573, 128);
  205. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  206. this.pr_detail_label.Name = "pr_detail_label";
  207. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  208. this.pr_detail_label.TabIndex = 6;
  209. this.pr_detail_label.Text = "产品规格";
  210. this.pr_detail_label.Visible = false;
  211. //
  212. // ma_softversion_label
  213. //
  214. this.ma_softversion_label.AutoSize = true;
  215. this.ma_softversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.ma_softversion_label.Location = new System.Drawing.Point(5, 224);
  217. this.ma_softversion_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  218. this.ma_softversion_label.Name = "ma_softversion_label";
  219. this.ma_softversion_label.Size = new System.Drawing.Size(146, 41);
  220. this.ma_softversion_label.TabIndex = 72;
  221. this.ma_softversion_label.Text = "软件版本";
  222. //
  223. // NoteForChange
  224. //
  225. this.NoteForChange.AutoSize = true;
  226. this.NoteForChange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.NoteForChange.Location = new System.Drawing.Point(1465, 305);
  228. this.NoteForChange.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  229. this.NoteForChange.Name = "NoteForChange";
  230. this.NoteForChange.Size = new System.Drawing.Size(190, 35);
  231. this.NoteForChange.TabIndex = 75;
  232. this.NoteForChange.Text = "切换工单提示";
  233. this.NoteForChange.UseVisualStyleBackColor = true;
  234. //
  235. // Lock_label
  236. //
  237. this.Lock_label.AutoSize = true;
  238. this.Lock_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.Lock_label.ForeColor = System.Drawing.Color.Red;
  240. this.Lock_label.Location = new System.Drawing.Point(168, 179);
  241. this.Lock_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  242. this.Lock_label.Name = "Lock_label";
  243. this.Lock_label.Size = new System.Drawing.Size(250, 41);
  244. this.Lock_label.TabIndex = 77;
  245. this.Lock_label.Text = "Ctrl+Q解除锁定";
  246. this.Lock_label.Visible = false;
  247. //
  248. // ma_salecode
  249. //
  250. this.ma_salecode.AutoSize = true;
  251. this.ma_salecode.Location = new System.Drawing.Point(959, 293);
  252. this.ma_salecode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  253. this.ma_salecode.Name = "ma_salecode";
  254. this.ma_salecode.Size = new System.Drawing.Size(0, 24);
  255. this.ma_salecode.TabIndex = 78;
  256. this.ma_salecode.Visible = false;
  257. //
  258. // pr_sendchecktype
  259. //
  260. this.pr_sendchecktype.AutoSize = true;
  261. this.pr_sendchecktype.Location = new System.Drawing.Point(959, 301);
  262. this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  263. this.pr_sendchecktype.Name = "pr_sendchecktype";
  264. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 24);
  265. this.pr_sendchecktype.TabIndex = 79;
  266. this.pr_sendchecktype.Visible = false;
  267. //
  268. // ob_checkno
  269. //
  270. this.ob_checkno.AutoSize = true;
  271. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.ob_checkno.ForeColor = System.Drawing.Color.Black;
  273. this.ob_checkno.Location = new System.Drawing.Point(1668, 185);
  274. this.ob_checkno.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  275. this.ob_checkno.Name = "ob_checkno";
  276. this.ob_checkno.Size = new System.Drawing.Size(0, 41);
  277. this.ob_checkno.TabIndex = 216;
  278. this.ob_checkno.Tag = "ob_checkno";
  279. this.ob_checkno.Visible = false;
  280. //
  281. // mc_restqty_label
  282. //
  283. this.mc_restqty_label.AutoSize = true;
  284. this.mc_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.mc_restqty_label.Location = new System.Drawing.Point(1129, 29);
  286. this.mc_restqty_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  287. this.mc_restqty_label.Name = "mc_restqty_label";
  288. this.mc_restqty_label.Size = new System.Drawing.Size(146, 41);
  289. this.mc_restqty_label.TabIndex = 209;
  290. this.mc_restqty_label.Text = "待采集数";
  291. //
  292. // mcd_inqty_label
  293. //
  294. this.mcd_inqty_label.AutoSize = true;
  295. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.mcd_inqty_label.Location = new System.Drawing.Point(1412, 29);
  297. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  298. this.mcd_inqty_label.Name = "mcd_inqty_label";
  299. this.mcd_inqty_label.Size = new System.Drawing.Size(146, 41);
  300. this.mcd_inqty_label.TabIndex = 208;
  301. this.mcd_inqty_label.Text = "已采集数";
  302. //
  303. // LabelDataGridView
  304. //
  305. this.LabelDataGridView.AllowUserToAddRows = false;
  306. this.LabelDataGridView.AllowUserToResizeRows = false;
  307. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  308. this.LabelDataGridView.ColumnHeadersHeight = 29;
  309. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  310. this.SN,
  311. this.bts,
  312. this.wifis,
  313. this.softversion,
  314. this.xkid,
  315. this.mmi1,
  316. this.mmi2,
  317. this.opentime,
  318. this.z});
  319. this.LabelDataGridView.Location = new System.Drawing.Point(20, 393);
  320. this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(5, 7, 5, 7);
  321. this.LabelDataGridView.Name = "LabelDataGridView";
  322. this.LabelDataGridView.RowHeadersVisible = false;
  323. this.LabelDataGridView.RowHeadersWidth = 51;
  324. this.LabelDataGridView.RowTemplate.Height = 23;
  325. this.LabelDataGridView.Size = new System.Drawing.Size(1248, 573);
  326. this.LabelDataGridView.TabIndex = 219;
  327. //
  328. // SN
  329. //
  330. this.SN.HeaderText = "SN";
  331. this.SN.MinimumWidth = 100;
  332. this.SN.Name = "SN";
  333. this.SN.ReadOnly = true;
  334. this.SN.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  335. this.SN.Width = 120;
  336. //
  337. // bts
  338. //
  339. this.bts.HeaderText = "BT";
  340. this.bts.MinimumWidth = 100;
  341. this.bts.Name = "bts";
  342. this.bts.ReadOnly = true;
  343. this.bts.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  344. this.bts.Width = 125;
  345. //
  346. // wifis
  347. //
  348. this.wifis.HeaderText = "WIFI";
  349. this.wifis.MinimumWidth = 100;
  350. this.wifis.Name = "wifis";
  351. this.wifis.ReadOnly = true;
  352. this.wifis.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  353. this.wifis.Width = 125;
  354. //
  355. // softversion
  356. //
  357. this.softversion.HeaderText = "软件版本";
  358. this.softversion.MinimumWidth = 150;
  359. this.softversion.Name = "softversion";
  360. this.softversion.ReadOnly = true;
  361. this.softversion.Width = 150;
  362. //
  363. // xkid
  364. //
  365. this.xkid.HeaderText = "相框ID";
  366. this.xkid.MinimumWidth = 70;
  367. this.xkid.Name = "xkid";
  368. this.xkid.ReadOnly = true;
  369. this.xkid.Width = 80;
  370. //
  371. // mmi1
  372. //
  373. this.mmi1.HeaderText = "MMI1";
  374. this.mmi1.MinimumWidth = 50;
  375. this.mmi1.Name = "mmi1";
  376. this.mmi1.ReadOnly = true;
  377. this.mmi1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  378. this.mmi1.Width = 50;
  379. //
  380. // mmi2
  381. //
  382. this.mmi2.HeaderText = "MMI2";
  383. this.mmi2.MinimumWidth = 50;
  384. this.mmi2.Name = "mmi2";
  385. this.mmi2.ReadOnly = true;
  386. this.mmi2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  387. this.mmi2.Width = 50;
  388. //
  389. // opentime
  390. //
  391. this.opentime.HeaderText = "开机时长";
  392. this.opentime.MinimumWidth = 100;
  393. this.opentime.Name = "opentime";
  394. this.opentime.Width = 125;
  395. //
  396. // z
  397. //
  398. this.z.HeaderText = "";
  399. this.z.MinimumWidth = 2;
  400. this.z.Name = "z";
  401. this.z.Width = 6;
  402. //
  403. // label1
  404. //
  405. this.label1.AutoSize = true;
  406. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. this.label1.Location = new System.Drawing.Point(1160, 101);
  408. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  409. this.label1.Name = "label1";
  410. this.label1.Size = new System.Drawing.Size(114, 41);
  411. this.label1.TabIndex = 225;
  412. this.label1.Text = "打印机";
  413. //
  414. // label3
  415. //
  416. this.label3.AutoSize = true;
  417. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.label3.Location = new System.Drawing.Point(139, 343);
  419. this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  420. this.label3.Name = "label3";
  421. this.label3.Size = new System.Drawing.Size(82, 41);
  422. this.label3.TabIndex = 224;
  423. this.label3.Text = "标签";
  424. //
  425. // label4
  426. //
  427. this.label4.AutoSize = true;
  428. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  429. this.label4.Location = new System.Drawing.Point(1129, 161);
  430. this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  431. this.label4.Name = "label4";
  432. this.label4.Size = new System.Drawing.Size(146, 41);
  433. this.label4.TabIndex = 221;
  434. this.label4.Text = "打印张数";
  435. //
  436. // label5
  437. //
  438. this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  439. | System.Windows.Forms.AnchorStyles.Left)));
  440. this.label5.AutoSize = true;
  441. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.label5.Location = new System.Drawing.Point(672, 992);
  443. this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  444. this.label5.Name = "label5";
  445. this.label5.Size = new System.Drawing.Size(107, 41);
  446. this.label5.TabIndex = 229;
  447. this.label5.Text = "US_ID";
  448. //
  449. // label9
  450. //
  451. this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  452. | System.Windows.Forms.AnchorStyles.Left)));
  453. this.label9.AutoSize = true;
  454. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  455. this.label9.Location = new System.Drawing.Point(581, 233);
  456. this.label9.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  457. this.label9.Name = "label9";
  458. this.label9.Size = new System.Drawing.Size(83, 41);
  459. this.label9.TabIndex = 233;
  460. this.label9.Text = "UPC";
  461. //
  462. // label8
  463. //
  464. this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  465. | System.Windows.Forms.AnchorStyles.Left)));
  466. this.label8.AutoSize = true;
  467. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  468. this.label8.Location = new System.Drawing.Point(581, 287);
  469. this.label8.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  470. this.label8.Name = "label8";
  471. this.label8.Size = new System.Drawing.Size(114, 41);
  472. this.label8.TabIndex = 232;
  473. this.label8.Text = "出货地";
  474. //
  475. // label7
  476. //
  477. this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  478. | System.Windows.Forms.AnchorStyles.Left)));
  479. this.label7.AutoSize = true;
  480. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  481. this.label7.Location = new System.Drawing.Point(155, 280);
  482. this.label7.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  483. this.label7.Name = "label7";
  484. this.label7.Size = new System.Drawing.Size(80, 41);
  485. this.label7.TabIndex = 235;
  486. this.label7.Text = "SKU";
  487. //
  488. // dataGridViewTextBoxColumn1
  489. //
  490. this.dataGridViewTextBoxColumn1.HeaderText = "SN";
  491. this.dataGridViewTextBoxColumn1.MinimumWidth = 120;
  492. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  493. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  494. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  495. this.dataGridViewTextBoxColumn1.Width = 120;
  496. //
  497. // dataGridViewTextBoxColumn2
  498. //
  499. this.dataGridViewTextBoxColumn2.HeaderText = "关灯光感";
  500. this.dataGridViewTextBoxColumn2.MinimumWidth = 80;
  501. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  502. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  503. this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  504. this.dataGridViewTextBoxColumn2.Width = 80;
  505. //
  506. // dataGridViewTextBoxColumn3
  507. //
  508. this.dataGridViewTextBoxColumn3.HeaderText = "200平均";
  509. this.dataGridViewTextBoxColumn3.MinimumWidth = 80;
  510. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  511. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  512. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  513. this.dataGridViewTextBoxColumn3.Width = 80;
  514. //
  515. // dataGridViewTextBoxColumn4
  516. //
  517. this.dataGridViewTextBoxColumn4.HeaderText = "200校准";
  518. this.dataGridViewTextBoxColumn4.MinimumWidth = 80;
  519. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  520. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  521. this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  522. this.dataGridViewTextBoxColumn4.Width = 80;
  523. //
  524. // dataGridViewTextBoxColumn5
  525. //
  526. this.dataGridViewTextBoxColumn5.HeaderText = "20校准";
  527. this.dataGridViewTextBoxColumn5.MinimumWidth = 80;
  528. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  529. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  530. this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  531. this.dataGridViewTextBoxColumn5.Width = 80;
  532. //
  533. // dataGridViewTextBoxColumn6
  534. //
  535. this.dataGridViewTextBoxColumn6.HeaderText = "WIFI";
  536. this.dataGridViewTextBoxColumn6.MinimumWidth = 100;
  537. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  538. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  539. this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  540. this.dataGridViewTextBoxColumn6.Width = 125;
  541. //
  542. // dataGridViewTextBoxColumn7
  543. //
  544. this.dataGridViewTextBoxColumn7.HeaderText = "BT";
  545. this.dataGridViewTextBoxColumn7.MinimumWidth = 6;
  546. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  547. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  548. this.dataGridViewTextBoxColumn7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  549. this.dataGridViewTextBoxColumn7.Width = 125;
  550. //
  551. // dataGridViewTextBoxColumn8
  552. //
  553. this.dataGridViewTextBoxColumn8.HeaderText = "";
  554. this.dataGridViewTextBoxColumn8.MinimumWidth = 2;
  555. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  556. this.dataGridViewTextBoxColumn8.Width = 6;
  557. //
  558. // dataGridViewTextBoxColumn9
  559. //
  560. this.dataGridViewTextBoxColumn9.HeaderText = "";
  561. this.dataGridViewTextBoxColumn9.MinimumWidth = 2;
  562. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  563. this.dataGridViewTextBoxColumn9.Width = 6;
  564. //
  565. // US_SKU
  566. //
  567. this.US_SKU.AllPower = "ifall";
  568. this.US_SKU.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  569. | System.Windows.Forms.AnchorStyles.Left)));
  570. this.US_SKU.BackColor = System.Drawing.Color.White;
  571. this.US_SKU.ID = null;
  572. this.US_SKU.Location = new System.Drawing.Point(244, 285);
  573. this.US_SKU.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  574. this.US_SKU.Name = "US_SKU";
  575. this.US_SKU.Power = null;
  576. this.US_SKU.Size = new System.Drawing.Size(324, 35);
  577. this.US_SKU.Str = null;
  578. this.US_SKU.Str1 = null;
  579. this.US_SKU.Str2 = null;
  580. this.US_SKU.TabIndex = 234;
  581. this.US_SKU.Tag = "ifread";
  582. //
  583. // US_LOCATION
  584. //
  585. this.US_LOCATION.AllPower = "ifall";
  586. this.US_LOCATION.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  587. | System.Windows.Forms.AnchorStyles.Left)));
  588. this.US_LOCATION.BackColor = System.Drawing.Color.White;
  589. this.US_LOCATION.ID = null;
  590. this.US_LOCATION.Location = new System.Drawing.Point(716, 285);
  591. this.US_LOCATION.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  592. this.US_LOCATION.Name = "US_LOCATION";
  593. this.US_LOCATION.Power = null;
  594. this.US_LOCATION.Size = new System.Drawing.Size(388, 35);
  595. this.US_LOCATION.Str = null;
  596. this.US_LOCATION.Str1 = null;
  597. this.US_LOCATION.Str2 = null;
  598. this.US_LOCATION.TabIndex = 231;
  599. this.US_LOCATION.Tag = "ifread";
  600. //
  601. // US_UPC
  602. //
  603. this.US_UPC.AllPower = "ifall";
  604. this.US_UPC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  605. | System.Windows.Forms.AnchorStyles.Left)));
  606. this.US_UPC.BackColor = System.Drawing.Color.White;
  607. this.US_UPC.ID = null;
  608. this.US_UPC.Location = new System.Drawing.Point(716, 233);
  609. this.US_UPC.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  610. this.US_UPC.Name = "US_UPC";
  611. this.US_UPC.Power = null;
  612. this.US_UPC.Size = new System.Drawing.Size(388, 35);
  613. this.US_UPC.Str = null;
  614. this.US_UPC.Str1 = null;
  615. this.US_UPC.Str2 = null;
  616. this.US_UPC.TabIndex = 230;
  617. this.US_UPC.Tag = "ifread";
  618. //
  619. // lockCheckBox1
  620. //
  621. this.lockCheckBox1.AutoSize = true;
  622. this.lockCheckBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. this.lockCheckBox1.LeaveEvent = false;
  624. this.lockCheckBox1.Location = new System.Drawing.Point(1088, 997);
  625. this.lockCheckBox1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  626. this.lockCheckBox1.Name = "lockCheckBox1";
  627. this.lockCheckBox1.Size = new System.Drawing.Size(94, 35);
  628. this.lockCheckBox1.TabIndex = 228;
  629. this.lockCheckBox1.Text = "锁定";
  630. this.lockCheckBox1.UseVisualStyleBackColor = true;
  631. //
  632. // US_ID
  633. //
  634. this.US_ID.AllPower = null;
  635. this.US_ID.Caller = null;
  636. this.US_ID.Condition = null;
  637. this.US_ID.DBTitle = null;
  638. this.US_ID.FormName = null;
  639. this.US_ID.Location = new System.Drawing.Point(787, 993);
  640. this.US_ID.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  641. this.US_ID.Name = "US_ID";
  642. this.US_ID.Power = null;
  643. this.US_ID.ReturnData = null;
  644. this.US_ID.SelectField = null;
  645. this.US_ID.SetValueField = null;
  646. this.US_ID.Size = new System.Drawing.Size(300, 43);
  647. this.US_ID.TabIndex = 227;
  648. this.US_ID.TableName = null;
  649. this.US_ID.TextBoxEnable = true;
  650. //
  651. // PrintLabel
  652. //
  653. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  654. this.PrintLabel.FormattingEnabled = true;
  655. this.PrintLabel.Location = new System.Drawing.Point(244, 349);
  656. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 1, 4, 1);
  657. this.PrintLabel.Name = "PrintLabel";
  658. this.PrintLabel.Size = new System.Drawing.Size(956, 32);
  659. this.PrintLabel.TabIndex = 226;
  660. //
  661. // Printer
  662. //
  663. this.Printer.Location = new System.Drawing.Point(1281, 101);
  664. this.Printer.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
  665. this.Printer.Name = "Printer";
  666. this.Printer.Size = new System.Drawing.Size(385, 49);
  667. this.Printer.TabIndex = 223;
  668. //
  669. // PrintNum
  670. //
  671. this.PrintNum.AllPower = null;
  672. this.PrintNum.BackColor = System.Drawing.Color.White;
  673. this.PrintNum.Enabled = false;
  674. this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  675. this.PrintNum.ID = null;
  676. this.PrintNum.Location = new System.Drawing.Point(1280, 165);
  677. this.PrintNum.Margin = new System.Windows.Forms.Padding(5, 7, 5, 7);
  678. this.PrintNum.Name = "PrintNum";
  679. this.PrintNum.Negative = false;
  680. this.PrintNum.Power = null;
  681. this.PrintNum.Size = new System.Drawing.Size(385, 39);
  682. this.PrintNum.Str = null;
  683. this.PrintNum.Str1 = null;
  684. this.PrintNum.Str2 = null;
  685. this.PrintNum.TabIndex = 222;
  686. this.PrintNum.Text = "1";
  687. //
  688. // ob_nowcheckqty
  689. //
  690. this.ob_nowcheckqty.AutoSize = true;
  691. this.ob_nowcheckqty.CutLength = null;
  692. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  693. this.ob_nowcheckqty.ForeColor = System.Drawing.Color.Black;
  694. this.ob_nowcheckqty.Location = new System.Drawing.Point(1593, 107);
  695. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  696. this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(300, 0);
  697. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  698. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 41);
  699. this.ob_nowcheckqty.TabIndex = 213;
  700. this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
  701. //
  702. // mcd_remainqty
  703. //
  704. this.mcd_remainqty.AutoSize = true;
  705. this.mcd_remainqty.CutLength = null;
  706. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  707. this.mcd_remainqty.Location = new System.Drawing.Point(1316, 29);
  708. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  709. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(300, 0);
  710. this.mcd_remainqty.Name = "mcd_remainqty";
  711. this.mcd_remainqty.Size = new System.Drawing.Size(0, 41);
  712. this.mcd_remainqty.TabIndex = 211;
  713. this.mcd_remainqty.Tag = "mcd_remainqty";
  714. //
  715. // mcd_inqty
  716. //
  717. this.mcd_inqty.AutoSize = true;
  718. this.mcd_inqty.CutLength = null;
  719. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  720. this.mcd_inqty.Location = new System.Drawing.Point(1593, 29);
  721. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  722. this.mcd_inqty.MaximumSize = new System.Drawing.Size(300, 0);
  723. this.mcd_inqty.Name = "mcd_inqty";
  724. this.mcd_inqty.Size = new System.Drawing.Size(0, 41);
  725. this.mcd_inqty.TabIndex = 210;
  726. this.mcd_inqty.Tag = "mcd_inqty";
  727. //
  728. // StepCount
  729. //
  730. this.StepCount.LineCode = null;
  731. this.StepCount.Location = new System.Drawing.Point(587, 283);
  732. this.StepCount.Margin = new System.Windows.Forms.Padding(8, 13, 8, 13);
  733. this.StepCount.Name = "StepCount";
  734. this.StepCount.Size = new System.Drawing.Size(128, 45);
  735. this.StepCount.Source = null;
  736. this.StepCount.StepCode = null;
  737. this.StepCount.TabIndex = 194;
  738. //
  739. // ma_softversion
  740. //
  741. this.ma_softversion.AutoSize = true;
  742. this.ma_softversion.CutLength = null;
  743. this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  744. this.ma_softversion.Location = new System.Drawing.Point(188, 224);
  745. this.ma_softversion.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  746. this.ma_softversion.MaximumSize = new System.Drawing.Size(300, 0);
  747. this.ma_softversion.Name = "ma_softversion";
  748. this.ma_softversion.Size = new System.Drawing.Size(0, 41);
  749. this.ma_softversion.TabIndex = 73;
  750. //
  751. // Save
  752. //
  753. this.Save.AllPower = null;
  754. this.Save.BackColor = System.Drawing.Color.Transparent;
  755. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  756. this.Save.Image = null;
  757. this.Save.IsShowBorder = true;
  758. this.Save.Location = new System.Drawing.Point(409, 177);
  759. this.Save.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  760. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  761. this.Save.Name = "Save";
  762. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  763. this.Save.Power = null;
  764. this.Save.Size = new System.Drawing.Size(131, 51);
  765. this.Save.TabIndex = 70;
  766. this.Save.Text = "保存";
  767. this.Save.UseVisualStyleBackColor = false;
  768. this.Save.Visible = false;
  769. this.Save.Click += new System.EventHandler(this.Save_Click);
  770. //
  771. // ma_code
  772. //
  773. this.ma_code.AllPower = null;
  774. this.ma_code.Caller = null;
  775. this.ma_code.Condition = null;
  776. this.ma_code.DBTitle = null;
  777. this.ma_code.FormName = null;
  778. this.ma_code.Location = new System.Drawing.Point(187, 27);
  779. this.ma_code.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  780. this.ma_code.Name = "ma_code";
  781. this.ma_code.Power = null;
  782. this.ma_code.ReturnData = null;
  783. this.ma_code.SelectField = null;
  784. this.ma_code.SetValueField = null;
  785. this.ma_code.Size = new System.Drawing.Size(229, 43);
  786. this.ma_code.TabIndex = 67;
  787. this.ma_code.TableName = null;
  788. this.ma_code.Tag = "ma_code";
  789. this.ma_code.TextBoxEnable = true;
  790. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  791. //
  792. // LockMakeCode
  793. //
  794. this.LockMakeCode.AutoSize = true;
  795. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  796. this.LockMakeCode.LeaveEvent = false;
  797. this.LockMakeCode.Location = new System.Drawing.Point(448, 29);
  798. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  799. this.LockMakeCode.Name = "LockMakeCode";
  800. this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
  801. this.LockMakeCode.TabIndex = 66;
  802. this.LockMakeCode.Text = "锁定";
  803. this.LockMakeCode.UseVisualStyleBackColor = true;
  804. //
  805. // pr_spec
  806. //
  807. this.pr_spec.AutoSize = true;
  808. this.pr_spec.CutLength = "qweqwe";
  809. this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  810. this.pr_spec.Location = new System.Drawing.Point(760, 128);
  811. this.pr_spec.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  812. this.pr_spec.MaximumSize = new System.Drawing.Size(300, 0);
  813. this.pr_spec.Name = "pr_spec";
  814. this.pr_spec.Size = new System.Drawing.Size(0, 41);
  815. this.pr_spec.TabIndex = 56;
  816. this.pr_spec.Visible = false;
  817. //
  818. // ma_qty
  819. //
  820. this.ma_qty.AutoSize = true;
  821. this.ma_qty.CutLength = null;
  822. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  823. this.ma_qty.Location = new System.Drawing.Point(757, 29);
  824. this.ma_qty.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  825. this.ma_qty.MaximumSize = new System.Drawing.Size(300, 0);
  826. this.ma_qty.Name = "ma_qty";
  827. this.ma_qty.Size = new System.Drawing.Size(0, 41);
  828. this.ma_qty.TabIndex = 55;
  829. //
  830. // ma_prodcode
  831. //
  832. this.ma_prodcode.AutoSize = true;
  833. this.ma_prodcode.CutLength = null;
  834. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  835. this.ma_prodcode.Location = new System.Drawing.Point(188, 128);
  836. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  837. this.ma_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
  838. this.ma_prodcode.Name = "ma_prodcode";
  839. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  840. this.ma_prodcode.TabIndex = 53;
  841. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  842. //
  843. // OperateResult
  844. //
  845. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  846. this.OperateResult.Location = new System.Drawing.Point(1288, 363);
  847. this.OperateResult.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  848. this.OperateResult.Name = "OperateResult";
  849. this.OperateResult.Size = new System.Drawing.Size(409, 609);
  850. this.OperateResult.TabIndex = 52;
  851. this.OperateResult.Text = "";
  852. //
  853. // CleanInfo
  854. //
  855. this.CleanInfo.AllPower = null;
  856. this.CleanInfo.BackColor = System.Drawing.Color.Transparent;
  857. this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
  858. this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
  859. this.CleanInfo.IsShowBorder = true;
  860. this.CleanInfo.Location = new System.Drawing.Point(1435, 992);
  861. this.CleanInfo.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  862. this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
  863. this.CleanInfo.Name = "CleanInfo";
  864. this.CleanInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.NormalImage")));
  865. this.CleanInfo.Power = null;
  866. this.CleanInfo.Size = new System.Drawing.Size(123, 48);
  867. this.CleanInfo.TabIndex = 47;
  868. this.CleanInfo.Text = "清除内容";
  869. this.CleanInfo.UseVisualStyleBackColor = true;
  870. this.CleanInfo.Click += new System.EventHandler(this.CleanInfo_Click);
  871. //
  872. // ms_sncode
  873. //
  874. this.ms_sncode.AllPower = "ifall";
  875. this.ms_sncode.BackColor = System.Drawing.Color.White;
  876. this.ms_sncode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  877. this.ms_sncode.ID = null;
  878. this.ms_sncode.Location = new System.Drawing.Point(301, 995);
  879. this.ms_sncode.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  880. this.ms_sncode.Name = "ms_sncode";
  881. this.ms_sncode.Power = null;
  882. this.ms_sncode.Size = new System.Drawing.Size(359, 40);
  883. this.ms_sncode.Str = null;
  884. this.ms_sncode.Str1 = null;
  885. this.ms_sncode.Str2 = null;
  886. this.ms_sncode.TabIndex = 68;
  887. this.ms_sncode.Tag = "IfRead";
  888. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown);
  889. //
  890. // autoprint
  891. //
  892. this.autoprint.AutoSize = true;
  893. this.autoprint.Checked = true;
  894. this.autoprint.CheckState = System.Windows.Forms.CheckState.Checked;
  895. this.autoprint.Location = new System.Drawing.Point(1276, 241);
  896. this.autoprint.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  897. this.autoprint.Name = "autoprint";
  898. this.autoprint.Size = new System.Drawing.Size(138, 28);
  899. this.autoprint.TabIndex = 236;
  900. this.autoprint.Text = "自动打印";
  901. this.autoprint.UseVisualStyleBackColor = true;
  902. //
  903. // GetWriteInfo
  904. //
  905. this.GetWriteInfo.AllPower = null;
  906. this.GetWriteInfo.BackColor = System.Drawing.Color.Transparent;
  907. this.GetWriteInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("GetWriteInfo.DownImage")));
  908. this.GetWriteInfo.Image = ((System.Drawing.Image)(resources.GetObject("GetWriteInfo.Image")));
  909. this.GetWriteInfo.IsShowBorder = true;
  910. this.GetWriteInfo.Location = new System.Drawing.Point(1199, 990);
  911. this.GetWriteInfo.Margin = new System.Windows.Forms.Padding(5);
  912. this.GetWriteInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("GetWriteInfo.MoveImage")));
  913. this.GetWriteInfo.Name = "GetWriteInfo";
  914. this.GetWriteInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("GetWriteInfo.NormalImage")));
  915. this.GetWriteInfo.Power = null;
  916. this.GetWriteInfo.Size = new System.Drawing.Size(123, 48);
  917. this.GetWriteInfo.TabIndex = 237;
  918. this.GetWriteInfo.Text = "获取信息";
  919. this.GetWriteInfo.UseVisualStyleBackColor = true;
  920. this.GetWriteInfo.Click += new System.EventHandler(this.GetWriteInfo_Click);
  921. //
  922. // Make_TestCollectionqrcode
  923. //
  924. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  925. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  926. this.BackColor = System.Drawing.SystemColors.Control;
  927. this.ClientSize = new System.Drawing.Size(1724, 1069);
  928. this.Controls.Add(this.GetWriteInfo);
  929. this.Controls.Add(this.autoprint);
  930. this.Controls.Add(this.label7);
  931. this.Controls.Add(this.US_SKU);
  932. this.Controls.Add(this.label9);
  933. this.Controls.Add(this.label8);
  934. this.Controls.Add(this.US_LOCATION);
  935. this.Controls.Add(this.US_UPC);
  936. this.Controls.Add(this.label5);
  937. this.Controls.Add(this.lockCheckBox1);
  938. this.Controls.Add(this.US_ID);
  939. this.Controls.Add(this.PrintLabel);
  940. this.Controls.Add(this.label1);
  941. this.Controls.Add(this.label3);
  942. this.Controls.Add(this.Printer);
  943. this.Controls.Add(this.PrintNum);
  944. this.Controls.Add(this.label4);
  945. this.Controls.Add(this.LabelDataGridView);
  946. this.Controls.Add(this.ob_checkno);
  947. this.Controls.Add(this.ob_nowcheckqty);
  948. this.Controls.Add(this.mcd_remainqty);
  949. this.Controls.Add(this.mc_restqty_label);
  950. this.Controls.Add(this.mcd_inqty);
  951. this.Controls.Add(this.mcd_inqty_label);
  952. this.Controls.Add(this.StepCount);
  953. this.Controls.Add(this.pr_sendchecktype);
  954. this.Controls.Add(this.ma_salecode);
  955. this.Controls.Add(this.Lock_label);
  956. this.Controls.Add(this.NoteForChange);
  957. this.Controls.Add(this.ma_softversion);
  958. this.Controls.Add(this.ma_softversion_label);
  959. this.Controls.Add(this.Save);
  960. this.Controls.Add(this.ma_code);
  961. this.Controls.Add(this.LockMakeCode);
  962. this.Controls.Add(this.label2);
  963. this.Controls.Add(this.pr_spec);
  964. this.Controls.Add(this.ma_qty);
  965. this.Controls.Add(this.ma_prodcode);
  966. this.Controls.Add(this.OperateResult);
  967. this.Controls.Add(this.CleanInfo);
  968. this.Controls.Add(this.label6);
  969. this.Controls.Add(this.Reject);
  970. this.Controls.Add(this.GoodProduct);
  971. this.Controls.Add(this.ms_sncode_label);
  972. this.Controls.Add(this.ms_sncode);
  973. this.Controls.Add(this.ma_qty_label);
  974. this.Controls.Add(this.ms_makecode_label);
  975. this.Controls.Add(this.pr_detail_label);
  976. this.Controls.Add(this.ma_prodcode_label);
  977. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  978. this.KeyPreview = true;
  979. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  980. this.Name = "Make_TestCollectionqrcode";
  981. this.Tag = "Make!TestCollectionqrcode";
  982. this.Text = " ";
  983. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_TestCollection_FormClosing);
  984. this.Load += new System.EventHandler(this.TestCollection_Load);
  985. this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
  986. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Make_TestCollection_KeyDown);
  987. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
  988. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  989. this.ResumeLayout(true);
  990. this.PerformLayout();
  991. }
  992. #endregion
  993. private System.Windows.Forms.Label ma_prodcode_label;
  994. private System.Windows.Forms.Label ms_makecode_label;
  995. private System.Windows.Forms.Label ma_qty_label;
  996. private System.Windows.Forms.Label ms_sncode_label;
  997. private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
  998. private System.Windows.Forms.Label label2;
  999. private System.Windows.Forms.RadioButton GoodProduct;
  1000. private System.Windows.Forms.RadioButton Reject;
  1001. private System.Windows.Forms.Label label6;
  1002. private CustomControl.ButtonUtil.NormalButton CleanInfo;
  1003. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  1004. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  1005. private CustomControl.ValueLabel.ValueLabel ma_qty;
  1006. private CustomControl.ValueLabel.ValueLabel pr_spec;
  1007. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  1008. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  1009. private CustomControl.ButtonUtil.NormalButton Save;
  1010. private System.Windows.Forms.Label pr_detail_label;
  1011. private CustomControl.ValueLabel.ValueLabel ma_softversion;
  1012. private System.Windows.Forms.Label ma_softversion_label;
  1013. private System.Windows.Forms.BindingSource BadInfSource;
  1014. private System.Windows.Forms.CheckBox NoteForChange;
  1015. private System.Windows.Forms.Timer ControlLockTimer;
  1016. private System.Windows.Forms.Label Lock_label;
  1017. private System.Windows.Forms.Label ma_salecode;
  1018. private System.Windows.Forms.Label pr_sendchecktype;
  1019. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  1020. private System.Windows.Forms.Label ob_checkno;
  1021. private CustomControl.ValueLabel.ValueLabel ob_nowcheckqty;
  1022. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  1023. private System.Windows.Forms.Label mc_restqty_label;
  1024. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  1025. private System.Windows.Forms.Label mcd_inqty_label;
  1026. private System.Windows.Forms.DataGridView LabelDataGridView;
  1027. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1028. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1029. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1030. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1031. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1032. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  1033. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  1034. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  1035. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  1036. private System.Windows.Forms.Label label1;
  1037. private System.Windows.Forms.Label label3;
  1038. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  1039. private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum;
  1040. private System.Windows.Forms.Label label4;
  1041. private System.Windows.Forms.DataGridViewTextBoxColumn SN;
  1042. private System.Windows.Forms.DataGridViewTextBoxColumn bts;
  1043. private System.Windows.Forms.DataGridViewTextBoxColumn wifis;
  1044. private System.Windows.Forms.DataGridViewTextBoxColumn softversion;
  1045. private System.Windows.Forms.DataGridViewTextBoxColumn xkid;
  1046. private System.Windows.Forms.DataGridViewTextBoxColumn mmi1;
  1047. private System.Windows.Forms.DataGridViewTextBoxColumn mmi2;
  1048. private System.Windows.Forms.DataGridViewTextBoxColumn opentime;
  1049. private System.Windows.Forms.DataGridViewTextBoxColumn z;
  1050. private CustomControl.CustomCheckBox.LockCheckBox lockCheckBox1;
  1051. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox US_ID;
  1052. private System.Windows.Forms.Label label5;
  1053. private System.Windows.Forms.Label label9;
  1054. private System.Windows.Forms.Label label8;
  1055. private CustomControl.TextBoxWithIcon.SnCollectionBox US_LOCATION;
  1056. private CustomControl.TextBoxWithIcon.SnCollectionBox US_UPC;
  1057. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  1058. private System.Windows.Forms.Label label7;
  1059. private CustomControl.TextBoxWithIcon.SnCollectionBox US_SKU;
  1060. private System.Windows.Forms.CheckBox autoprint;
  1061. private CustomControl.ButtonUtil.NormalButton GetWriteInfo;
  1062. }
  1063. }