Form_MESTest.Designer.cs 81 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594
  1. namespace MainForm.FaForm
  2. {
  3. partial class Form_MESTest
  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(Form_MESTest));
  29. this.tabPage3 = new System.Windows.Forms.TabPage();
  30. this.cmbStationName_Iot = new System.Windows.Forms.ComboBox();
  31. this.label13 = new System.Windows.Forms.Label();
  32. this.txtInfo_Iot = new System.Windows.Forms.TextBox();
  33. this.groupBox2 = new System.Windows.Forms.GroupBox();
  34. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  35. this.pnlFileUp = new System.Windows.Forms.Panel();
  36. this.pnlDeviceState8 = new System.Windows.Forms.Panel();
  37. this.pnlDeviceState7 = new System.Windows.Forms.Panel();
  38. this.pnlPassStationDetail = new System.Windows.Forms.Panel();
  39. this.label42 = new System.Windows.Forms.Label();
  40. this.pnlPassStationDetail_status = new System.Windows.Forms.ComboBox();
  41. this.pnlPassStationDetail_resultVal = new System.Windows.Forms.TextBox();
  42. this.label41 = new System.Windows.Forms.Label();
  43. this.pnlPassStationDetail_testItem = new System.Windows.Forms.TextBox();
  44. this.label40 = new System.Windows.Forms.Label();
  45. this.pnlPassStationDetail_functionNname = new System.Windows.Forms.ComboBox();
  46. this.label12 = new System.Windows.Forms.Label();
  47. this.PassStationDetail_SN = new System.Windows.Forms.TextBox();
  48. this.label10 = new System.Windows.Forms.Label();
  49. this.label11 = new System.Windows.Forms.Label();
  50. this.PassStationDetail_slot = new System.Windows.Forms.TextBox();
  51. this.pnlPassStation = new System.Windows.Forms.Panel();
  52. this.cmbResult = new System.Windows.Forms.ComboBox();
  53. this.label39 = new System.Windows.Forms.Label();
  54. this.cmbWorkType = new System.Windows.Forms.ComboBox();
  55. this.label38 = new System.Windows.Forms.Label();
  56. this.txtSn_PassStation = new System.Windows.Forms.TextBox();
  57. this.label37 = new System.Windows.Forms.Label();
  58. this.txtSlot = new System.Windows.Forms.TextBox();
  59. this.label19 = new System.Windows.Forms.Label();
  60. this.cmbEnterStatus = new System.Windows.Forms.ComboBox();
  61. this.label20 = new System.Windows.Forms.Label();
  62. this.pnlOperateLog = new System.Windows.Forms.Panel();
  63. this.cmbOperateResult = new System.Windows.Forms.ComboBox();
  64. this.label18 = new System.Windows.Forms.Label();
  65. this.cmbOperateAction = new System.Windows.Forms.ComboBox();
  66. this.label17 = new System.Windows.Forms.Label();
  67. this.label15 = new System.Windows.Forms.Label();
  68. this.txtActionParam = new System.Windows.Forms.TextBox();
  69. this.txtOperateDesc = new System.Windows.Forms.TextBox();
  70. this.label16 = new System.Windows.Forms.Label();
  71. this.pnlStationInputBegin = new System.Windows.Forms.Panel();
  72. this.cmbAction = new System.Windows.Forms.ComboBox();
  73. this.txtExtra = new System.Windows.Forms.TextBox();
  74. this.label36 = new System.Windows.Forms.Label();
  75. this.txtClassLevel3 = new System.Windows.Forms.TextBox();
  76. this.label33 = new System.Windows.Forms.Label();
  77. this.txtClassLevel2 = new System.Windows.Forms.TextBox();
  78. this.label34 = new System.Windows.Forms.Label();
  79. this.txtClassLevel1 = new System.Windows.Forms.TextBox();
  80. this.label35 = new System.Windows.Forms.Label();
  81. this.txtVIndexSn = new System.Windows.Forms.TextBox();
  82. this.label29 = new System.Windows.Forms.Label();
  83. this.txtVSn = new System.Windows.Forms.TextBox();
  84. this.label30 = new System.Windows.Forms.Label();
  85. this.txtPartSn = new System.Windows.Forms.TextBox();
  86. this.label31 = new System.Windows.Forms.Label();
  87. this.label32 = new System.Windows.Forms.Label();
  88. this.pnlFaultLog = new System.Windows.Forms.Panel();
  89. this.txtFaultDesc = new System.Windows.Forms.TextBox();
  90. this.label28 = new System.Windows.Forms.Label();
  91. this.txtFaultCmpnt = new System.Windows.Forms.TextBox();
  92. this.label27 = new System.Windows.Forms.Label();
  93. this.txtFaultCode2 = new System.Windows.Forms.TextBox();
  94. this.label26 = new System.Windows.Forms.Label();
  95. this.txtFaultName = new System.Windows.Forms.TextBox();
  96. this.label25 = new System.Windows.Forms.Label();
  97. this.pnlDeviceState = new System.Windows.Forms.Panel();
  98. this.label24 = new System.Windows.Forms.Label();
  99. this.txtFaultCode = new System.Windows.Forms.TextBox();
  100. this.label23 = new System.Windows.Forms.Label();
  101. this.cmbXiaomiDeviceState = new System.Windows.Forms.ComboBox();
  102. this.label22 = new System.Windows.Forms.Label();
  103. this.label14 = new System.Windows.Forms.Label();
  104. this.cmbSendType_Iot = new System.Windows.Forms.ComboBox();
  105. this.label21 = new System.Windows.Forms.Label();
  106. this.btnSend_Iot = new System.Windows.Forms.Button();
  107. this.tabPage2 = new System.Windows.Forms.TabPage();
  108. this.cmbStationName = new System.Windows.Forms.ComboBox();
  109. this.label9 = new System.Windows.Forms.Label();
  110. this.txtInfo = new System.Windows.Forms.TextBox();
  111. this.txtSN = new System.Windows.Forms.TextBox();
  112. this.label3 = new System.Windows.Forms.Label();
  113. this.cmbSNType = new System.Windows.Forms.ComboBox();
  114. this.groupBox1 = new System.Windows.Forms.GroupBox();
  115. this.cmbProResult = new System.Windows.Forms.ComboBox();
  116. this.label8 = new System.Windows.Forms.Label();
  117. this.txtBulletclipCodeNum = new System.Windows.Forms.TextBox();
  118. this.label6 = new System.Windows.Forms.Label();
  119. this.txtBulletclipCode = new System.Windows.Forms.TextBox();
  120. this.label7 = new System.Windows.Forms.Label();
  121. this.txtVehicleCodeNum = new System.Windows.Forms.TextBox();
  122. this.label5 = new System.Windows.Forms.Label();
  123. this.txtVehicleCode = new System.Windows.Forms.TextBox();
  124. this.label4 = new System.Windows.Forms.Label();
  125. this.btnStationOut = new System.Windows.Forms.Button();
  126. this.label2 = new System.Windows.Forms.Label();
  127. this.label1 = new System.Windows.Forms.Label();
  128. this.btnStationIn = new System.Windows.Forms.Button();
  129. this.tabControl1 = new System.Windows.Forms.TabControl();
  130. this.pnlFileUp_sn = new System.Windows.Forms.TextBox();
  131. this.label43 = new System.Windows.Forms.Label();
  132. this.label44 = new System.Windows.Forms.Label();
  133. this.pnlFileUp_slot = new System.Windows.Forms.TextBox();
  134. this.pnlFileUp_path = new System.Windows.Forms.TextBox();
  135. this.label45 = new System.Windows.Forms.Label();
  136. this.tabPage3.SuspendLayout();
  137. this.groupBox2.SuspendLayout();
  138. this.tableLayoutPanel1.SuspendLayout();
  139. this.pnlFileUp.SuspendLayout();
  140. this.pnlPassStationDetail.SuspendLayout();
  141. this.pnlPassStation.SuspendLayout();
  142. this.pnlOperateLog.SuspendLayout();
  143. this.pnlStationInputBegin.SuspendLayout();
  144. this.pnlFaultLog.SuspendLayout();
  145. this.pnlDeviceState.SuspendLayout();
  146. this.tabPage2.SuspendLayout();
  147. this.groupBox1.SuspendLayout();
  148. this.tabControl1.SuspendLayout();
  149. this.SuspendLayout();
  150. //
  151. // tabPage3
  152. //
  153. this.tabPage3.Controls.Add(this.cmbStationName_Iot);
  154. this.tabPage3.Controls.Add(this.label13);
  155. this.tabPage3.Controls.Add(this.txtInfo_Iot);
  156. this.tabPage3.Controls.Add(this.groupBox2);
  157. this.tabPage3.Controls.Add(this.label14);
  158. this.tabPage3.Controls.Add(this.cmbSendType_Iot);
  159. this.tabPage3.Controls.Add(this.label21);
  160. this.tabPage3.Controls.Add(this.btnSend_Iot);
  161. this.tabPage3.Location = new System.Drawing.Point(4, 28);
  162. this.tabPage3.Margin = new System.Windows.Forms.Padding(4);
  163. this.tabPage3.Name = "tabPage3";
  164. this.tabPage3.Padding = new System.Windows.Forms.Padding(4);
  165. this.tabPage3.Size = new System.Drawing.Size(1558, 810);
  166. this.tabPage3.TabIndex = 3;
  167. this.tabPage3.Text = "IOT手动上传";
  168. this.tabPage3.UseVisualStyleBackColor = true;
  169. //
  170. // cmbStationName_Iot
  171. //
  172. this.cmbStationName_Iot.BackColor = System.Drawing.Color.WhiteSmoke;
  173. this.cmbStationName_Iot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  174. this.cmbStationName_Iot.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  175. this.cmbStationName_Iot.FormattingEnabled = true;
  176. this.cmbStationName_Iot.Items.AddRange(new object[] {
  177. "[OP10]壳体清洁上料",
  178. "[OP20]上盖板上料装备",
  179. "[OP30]点散热胶装备_Left",
  180. "[OP30]点散热胶装备_Right",
  181. "[OP40]胶线检测",
  182. "[OP50]ADD板上料组装装备",
  183. "[OP60]组上盖板",
  184. "[OP70]上盖板锁螺丝_Left",
  185. "[OP70]上盖板锁螺丝_Right",
  186. "[OP80]NG下料",
  187. "[OP90]半成品下料"});
  188. this.cmbStationName_Iot.Location = new System.Drawing.Point(90, 12);
  189. this.cmbStationName_Iot.Margin = new System.Windows.Forms.Padding(4);
  190. this.cmbStationName_Iot.Name = "cmbStationName_Iot";
  191. this.cmbStationName_Iot.Size = new System.Drawing.Size(232, 26);
  192. this.cmbStationName_Iot.TabIndex = 35;
  193. //
  194. // label13
  195. //
  196. this.label13.AutoSize = true;
  197. this.label13.Location = new System.Drawing.Point(21, 18);
  198. this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  199. this.label13.Name = "label13";
  200. this.label13.Size = new System.Drawing.Size(62, 18);
  201. this.label13.TabIndex = 37;
  202. this.label13.Text = "工站名";
  203. //
  204. // txtInfo_Iot
  205. //
  206. this.txtInfo_Iot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  207. | System.Windows.Forms.AnchorStyles.Right)));
  208. this.txtInfo_Iot.Location = new System.Drawing.Point(9, 621);
  209. this.txtInfo_Iot.Margin = new System.Windows.Forms.Padding(4);
  210. this.txtInfo_Iot.Multiline = true;
  211. this.txtInfo_Iot.Name = "txtInfo_Iot";
  212. this.txtInfo_Iot.Size = new System.Drawing.Size(1534, 172);
  213. this.txtInfo_Iot.TabIndex = 36;
  214. //
  215. // groupBox2
  216. //
  217. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  218. | System.Windows.Forms.AnchorStyles.Left)
  219. | System.Windows.Forms.AnchorStyles.Right)));
  220. this.groupBox2.Controls.Add(this.tableLayoutPanel1);
  221. this.groupBox2.Location = new System.Drawing.Point(9, 51);
  222. this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
  223. this.groupBox2.Name = "groupBox2";
  224. this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
  225. this.groupBox2.Size = new System.Drawing.Size(1536, 538);
  226. this.groupBox2.TabIndex = 32;
  227. this.groupBox2.TabStop = false;
  228. this.groupBox2.Text = "Iot数据";
  229. //
  230. // tableLayoutPanel1
  231. //
  232. this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
  233. this.tableLayoutPanel1.ColumnCount = 3;
  234. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  235. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  236. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  237. this.tableLayoutPanel1.Controls.Add(this.pnlFileUp, 0, 2);
  238. this.tableLayoutPanel1.Controls.Add(this.pnlDeviceState8, 1, 2);
  239. this.tableLayoutPanel1.Controls.Add(this.pnlDeviceState7, 0, 2);
  240. this.tableLayoutPanel1.Controls.Add(this.pnlPassStationDetail, 2, 1);
  241. this.tableLayoutPanel1.Controls.Add(this.pnlPassStation, 1, 1);
  242. this.tableLayoutPanel1.Controls.Add(this.pnlOperateLog, 0, 1);
  243. this.tableLayoutPanel1.Controls.Add(this.pnlStationInputBegin, 2, 0);
  244. this.tableLayoutPanel1.Controls.Add(this.pnlFaultLog, 1, 0);
  245. this.tableLayoutPanel1.Controls.Add(this.pnlDeviceState, 0, 0);
  246. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  247. this.tableLayoutPanel1.Location = new System.Drawing.Point(4, 25);
  248. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
  249. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  250. this.tableLayoutPanel1.RowCount = 3;
  251. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  252. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  253. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  254. this.tableLayoutPanel1.Size = new System.Drawing.Size(1528, 509);
  255. this.tableLayoutPanel1.TabIndex = 31;
  256. //
  257. // pnlFileUp
  258. //
  259. this.pnlFileUp.BackColor = System.Drawing.Color.Gray;
  260. this.pnlFileUp.Controls.Add(this.pnlFileUp_path);
  261. this.pnlFileUp.Controls.Add(this.label45);
  262. this.pnlFileUp.Controls.Add(this.pnlFileUp_sn);
  263. this.pnlFileUp.Controls.Add(this.label43);
  264. this.pnlFileUp.Controls.Add(this.label44);
  265. this.pnlFileUp.Controls.Add(this.pnlFileUp_slot);
  266. this.pnlFileUp.Dock = System.Windows.Forms.DockStyle.Fill;
  267. this.pnlFileUp.Enabled = false;
  268. this.pnlFileUp.Location = new System.Drawing.Point(4, 342);
  269. this.pnlFileUp.Margin = new System.Windows.Forms.Padding(2);
  270. this.pnlFileUp.Name = "pnlFileUp";
  271. this.pnlFileUp.Size = new System.Drawing.Size(502, 163);
  272. this.pnlFileUp.TabIndex = 8;
  273. //
  274. // pnlDeviceState8
  275. //
  276. this.pnlDeviceState8.BackColor = System.Drawing.Color.Gray;
  277. this.pnlDeviceState8.Dock = System.Windows.Forms.DockStyle.Fill;
  278. this.pnlDeviceState8.Enabled = false;
  279. this.pnlDeviceState8.Location = new System.Drawing.Point(1020, 342);
  280. this.pnlDeviceState8.Margin = new System.Windows.Forms.Padding(2);
  281. this.pnlDeviceState8.Name = "pnlDeviceState8";
  282. this.pnlDeviceState8.Size = new System.Drawing.Size(504, 163);
  283. this.pnlDeviceState8.TabIndex = 7;
  284. //
  285. // pnlDeviceState7
  286. //
  287. this.pnlDeviceState7.BackColor = System.Drawing.Color.Gray;
  288. this.pnlDeviceState7.Dock = System.Windows.Forms.DockStyle.Fill;
  289. this.pnlDeviceState7.Enabled = false;
  290. this.pnlDeviceState7.Location = new System.Drawing.Point(512, 342);
  291. this.pnlDeviceState7.Margin = new System.Windows.Forms.Padding(2);
  292. this.pnlDeviceState7.Name = "pnlDeviceState7";
  293. this.pnlDeviceState7.Size = new System.Drawing.Size(502, 163);
  294. this.pnlDeviceState7.TabIndex = 6;
  295. //
  296. // pnlPassStationDetail
  297. //
  298. this.pnlPassStationDetail.BackColor = System.Drawing.Color.Gray;
  299. this.pnlPassStationDetail.Controls.Add(this.label42);
  300. this.pnlPassStationDetail.Controls.Add(this.pnlPassStationDetail_status);
  301. this.pnlPassStationDetail.Controls.Add(this.pnlPassStationDetail_resultVal);
  302. this.pnlPassStationDetail.Controls.Add(this.label41);
  303. this.pnlPassStationDetail.Controls.Add(this.pnlPassStationDetail_testItem);
  304. this.pnlPassStationDetail.Controls.Add(this.label40);
  305. this.pnlPassStationDetail.Controls.Add(this.pnlPassStationDetail_functionNname);
  306. this.pnlPassStationDetail.Controls.Add(this.label12);
  307. this.pnlPassStationDetail.Controls.Add(this.PassStationDetail_SN);
  308. this.pnlPassStationDetail.Controls.Add(this.label10);
  309. this.pnlPassStationDetail.Controls.Add(this.label11);
  310. this.pnlPassStationDetail.Controls.Add(this.PassStationDetail_slot);
  311. this.pnlPassStationDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  312. this.pnlPassStationDetail.Enabled = false;
  313. this.pnlPassStationDetail.Location = new System.Drawing.Point(1020, 173);
  314. this.pnlPassStationDetail.Margin = new System.Windows.Forms.Padding(2);
  315. this.pnlPassStationDetail.Name = "pnlPassStationDetail";
  316. this.pnlPassStationDetail.Size = new System.Drawing.Size(504, 163);
  317. this.pnlPassStationDetail.TabIndex = 5;
  318. //
  319. // label42
  320. //
  321. this.label42.AutoSize = true;
  322. this.label42.Location = new System.Drawing.Point(12, 131);
  323. this.label42.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  324. this.label42.Name = "label42";
  325. this.label42.Size = new System.Drawing.Size(80, 18);
  326. this.label42.TabIndex = 93;
  327. this.label42.Text = "测试状态";
  328. //
  329. // pnlPassStationDetail_status
  330. //
  331. this.pnlPassStationDetail_status.BackColor = System.Drawing.Color.WhiteSmoke;
  332. this.pnlPassStationDetail_status.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  333. this.pnlPassStationDetail_status.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  334. this.pnlPassStationDetail_status.FormattingEnabled = true;
  335. this.pnlPassStationDetail_status.Items.AddRange(new object[] {
  336. "PASS",
  337. "FAIL"});
  338. this.pnlPassStationDetail_status.Location = new System.Drawing.Point(100, 128);
  339. this.pnlPassStationDetail_status.Margin = new System.Windows.Forms.Padding(4);
  340. this.pnlPassStationDetail_status.Name = "pnlPassStationDetail_status";
  341. this.pnlPassStationDetail_status.Size = new System.Drawing.Size(140, 26);
  342. this.pnlPassStationDetail_status.TabIndex = 92;
  343. //
  344. // pnlPassStationDetail_resultVal
  345. //
  346. this.pnlPassStationDetail_resultVal.Location = new System.Drawing.Point(345, 85);
  347. this.pnlPassStationDetail_resultVal.Margin = new System.Windows.Forms.Padding(4);
  348. this.pnlPassStationDetail_resultVal.Name = "pnlPassStationDetail_resultVal";
  349. this.pnlPassStationDetail_resultVal.Size = new System.Drawing.Size(140, 28);
  350. this.pnlPassStationDetail_resultVal.TabIndex = 91;
  351. //
  352. // label41
  353. //
  354. this.label41.AutoSize = true;
  355. this.label41.Location = new System.Drawing.Point(256, 89);
  356. this.label41.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  357. this.label41.Name = "label41";
  358. this.label41.Size = new System.Drawing.Size(62, 18);
  359. this.label41.TabIndex = 90;
  360. this.label41.Text = "测试值";
  361. //
  362. // pnlPassStationDetail_testItem
  363. //
  364. this.pnlPassStationDetail_testItem.Location = new System.Drawing.Point(100, 84);
  365. this.pnlPassStationDetail_testItem.Margin = new System.Windows.Forms.Padding(4);
  366. this.pnlPassStationDetail_testItem.Name = "pnlPassStationDetail_testItem";
  367. this.pnlPassStationDetail_testItem.Size = new System.Drawing.Size(140, 28);
  368. this.pnlPassStationDetail_testItem.TabIndex = 89;
  369. this.pnlPassStationDetail_testItem.Text = "抛料次数";
  370. //
  371. // label40
  372. //
  373. this.label40.AutoSize = true;
  374. this.label40.Location = new System.Drawing.Point(12, 87);
  375. this.label40.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  376. this.label40.Name = "label40";
  377. this.label40.Size = new System.Drawing.Size(62, 18);
  378. this.label40.TabIndex = 88;
  379. this.label40.Text = "测试项";
  380. //
  381. // pnlPassStationDetail_functionNname
  382. //
  383. this.pnlPassStationDetail_functionNname.BackColor = System.Drawing.Color.WhiteSmoke;
  384. this.pnlPassStationDetail_functionNname.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  385. this.pnlPassStationDetail_functionNname.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  386. this.pnlPassStationDetail_functionNname.FormattingEnabled = true;
  387. this.pnlPassStationDetail_functionNname.Items.AddRange(new object[] {
  388. "Machine_加⼯模块",
  389. "Test_测试模块",
  390. "Fixture_Process",
  391. "Material_Process",
  392. "Tool_Process",
  393. "File_Process"});
  394. this.pnlPassStationDetail_functionNname.Location = new System.Drawing.Point(100, 46);
  395. this.pnlPassStationDetail_functionNname.Margin = new System.Windows.Forms.Padding(4);
  396. this.pnlPassStationDetail_functionNname.Name = "pnlPassStationDetail_functionNname";
  397. this.pnlPassStationDetail_functionNname.Size = new System.Drawing.Size(140, 26);
  398. this.pnlPassStationDetail_functionNname.TabIndex = 81;
  399. //
  400. // label12
  401. //
  402. this.label12.AutoSize = true;
  403. this.label12.Location = new System.Drawing.Point(12, 49);
  404. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  405. this.label12.Name = "label12";
  406. this.label12.Size = new System.Drawing.Size(80, 18);
  407. this.label12.TabIndex = 87;
  408. this.label12.Text = "功能名称";
  409. //
  410. // PassStationDetail_SN
  411. //
  412. this.PassStationDetail_SN.Location = new System.Drawing.Point(100, 5);
  413. this.PassStationDetail_SN.Margin = new System.Windows.Forms.Padding(4);
  414. this.PassStationDetail_SN.Name = "PassStationDetail_SN";
  415. this.PassStationDetail_SN.Size = new System.Drawing.Size(140, 28);
  416. this.PassStationDetail_SN.TabIndex = 86;
  417. this.PassStationDetail_SN.Text = "4B180055";
  418. //
  419. // label10
  420. //
  421. this.label10.AutoSize = true;
  422. this.label10.Location = new System.Drawing.Point(256, 10);
  423. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  424. this.label10.Name = "label10";
  425. this.label10.Size = new System.Drawing.Size(80, 18);
  426. this.label10.TabIndex = 85;
  427. this.label10.Text = "载具穴位";
  428. //
  429. // label11
  430. //
  431. this.label11.AutoSize = true;
  432. this.label11.Location = new System.Drawing.Point(12, 11);
  433. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  434. this.label11.Name = "label11";
  435. this.label11.Size = new System.Drawing.Size(62, 18);
  436. this.label11.TabIndex = 83;
  437. this.label11.Text = "产品SN";
  438. //
  439. // PassStationDetail_slot
  440. //
  441. this.PassStationDetail_slot.Location = new System.Drawing.Point(345, 4);
  442. this.PassStationDetail_slot.Margin = new System.Windows.Forms.Padding(4);
  443. this.PassStationDetail_slot.Name = "PassStationDetail_slot";
  444. this.PassStationDetail_slot.Size = new System.Drawing.Size(140, 28);
  445. this.PassStationDetail_slot.TabIndex = 84;
  446. this.PassStationDetail_slot.Text = "4B1400103";
  447. //
  448. // pnlPassStation
  449. //
  450. this.pnlPassStation.BackColor = System.Drawing.Color.Gray;
  451. this.pnlPassStation.Controls.Add(this.cmbResult);
  452. this.pnlPassStation.Controls.Add(this.label39);
  453. this.pnlPassStation.Controls.Add(this.cmbWorkType);
  454. this.pnlPassStation.Controls.Add(this.label38);
  455. this.pnlPassStation.Controls.Add(this.txtSn_PassStation);
  456. this.pnlPassStation.Controls.Add(this.label37);
  457. this.pnlPassStation.Controls.Add(this.txtSlot);
  458. this.pnlPassStation.Controls.Add(this.label19);
  459. this.pnlPassStation.Controls.Add(this.cmbEnterStatus);
  460. this.pnlPassStation.Controls.Add(this.label20);
  461. this.pnlPassStation.Dock = System.Windows.Forms.DockStyle.Fill;
  462. this.pnlPassStation.Enabled = false;
  463. this.pnlPassStation.Location = new System.Drawing.Point(512, 173);
  464. this.pnlPassStation.Margin = new System.Windows.Forms.Padding(2);
  465. this.pnlPassStation.Name = "pnlPassStation";
  466. this.pnlPassStation.Size = new System.Drawing.Size(502, 163);
  467. this.pnlPassStation.TabIndex = 4;
  468. //
  469. // cmbResult
  470. //
  471. this.cmbResult.BackColor = System.Drawing.Color.WhiteSmoke;
  472. this.cmbResult.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  473. this.cmbResult.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  474. this.cmbResult.FormattingEnabled = true;
  475. this.cmbResult.Items.AddRange(new object[] {
  476. "PASS",
  477. "FAIL"});
  478. this.cmbResult.Location = new System.Drawing.Point(344, 87);
  479. this.cmbResult.Margin = new System.Windows.Forms.Padding(4);
  480. this.cmbResult.Name = "cmbResult";
  481. this.cmbResult.Size = new System.Drawing.Size(140, 26);
  482. this.cmbResult.TabIndex = 82;
  483. //
  484. // label39
  485. //
  486. this.label39.AutoSize = true;
  487. this.label39.Location = new System.Drawing.Point(255, 92);
  488. this.label39.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  489. this.label39.Name = "label39";
  490. this.label39.Size = new System.Drawing.Size(80, 18);
  491. this.label39.TabIndex = 81;
  492. this.label39.Text = "过站结果";
  493. //
  494. // cmbWorkType
  495. //
  496. this.cmbWorkType.BackColor = System.Drawing.Color.WhiteSmoke;
  497. this.cmbWorkType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  498. this.cmbWorkType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  499. this.cmbWorkType.FormattingEnabled = true;
  500. this.cmbWorkType.Items.AddRange(new object[] {
  501. "PRESSURE_TEST",
  502. "POINT_CHECK",
  503. "OUT_STATION"});
  504. this.cmbWorkType.Location = new System.Drawing.Point(99, 123);
  505. this.cmbWorkType.Margin = new System.Windows.Forms.Padding(4);
  506. this.cmbWorkType.Name = "cmbWorkType";
  507. this.cmbWorkType.Size = new System.Drawing.Size(169, 26);
  508. this.cmbWorkType.TabIndex = 62;
  509. //
  510. // label38
  511. //
  512. this.label38.AutoSize = true;
  513. this.label38.Location = new System.Drawing.Point(10, 128);
  514. this.label38.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  515. this.label38.Name = "label38";
  516. this.label38.Size = new System.Drawing.Size(80, 18);
  517. this.label38.TabIndex = 61;
  518. this.label38.Text = "作业类型";
  519. //
  520. // txtSn_PassStation
  521. //
  522. this.txtSn_PassStation.Location = new System.Drawing.Point(99, 8);
  523. this.txtSn_PassStation.Margin = new System.Windows.Forms.Padding(4);
  524. this.txtSn_PassStation.Name = "txtSn_PassStation";
  525. this.txtSn_PassStation.Size = new System.Drawing.Size(169, 28);
  526. this.txtSn_PassStation.TabIndex = 60;
  527. this.txtSn_PassStation.Text = "4B180055";
  528. //
  529. // label37
  530. //
  531. this.label37.AutoSize = true;
  532. this.label37.Location = new System.Drawing.Point(10, 52);
  533. this.label37.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  534. this.label37.Name = "label37";
  535. this.label37.Size = new System.Drawing.Size(80, 18);
  536. this.label37.TabIndex = 59;
  537. this.label37.Text = "载具穴位";
  538. //
  539. // txtSlot
  540. //
  541. this.txtSlot.Location = new System.Drawing.Point(99, 46);
  542. this.txtSlot.Margin = new System.Windows.Forms.Padding(4);
  543. this.txtSlot.Name = "txtSlot";
  544. this.txtSlot.Size = new System.Drawing.Size(169, 28);
  545. this.txtSlot.TabIndex = 58;
  546. this.txtSlot.Text = "4B1400103";
  547. //
  548. // label19
  549. //
  550. this.label19.AutoSize = true;
  551. this.label19.Location = new System.Drawing.Point(10, 14);
  552. this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  553. this.label19.Name = "label19";
  554. this.label19.Size = new System.Drawing.Size(62, 18);
  555. this.label19.TabIndex = 57;
  556. this.label19.Text = "产品SN";
  557. //
  558. // cmbEnterStatus
  559. //
  560. this.cmbEnterStatus.BackColor = System.Drawing.Color.WhiteSmoke;
  561. this.cmbEnterStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  562. this.cmbEnterStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  563. this.cmbEnterStatus.FormattingEnabled = true;
  564. this.cmbEnterStatus.Items.AddRange(new object[] {
  565. "PASS",
  566. "FAIL"});
  567. this.cmbEnterStatus.Location = new System.Drawing.Point(99, 87);
  568. this.cmbEnterStatus.Margin = new System.Windows.Forms.Padding(4);
  569. this.cmbEnterStatus.Name = "cmbEnterStatus";
  570. this.cmbEnterStatus.Size = new System.Drawing.Size(140, 26);
  571. this.cmbEnterStatus.TabIndex = 56;
  572. //
  573. // label20
  574. //
  575. this.label20.AutoSize = true;
  576. this.label20.Location = new System.Drawing.Point(10, 92);
  577. this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  578. this.label20.Name = "label20";
  579. this.label20.Size = new System.Drawing.Size(80, 18);
  580. this.label20.TabIndex = 55;
  581. this.label20.Text = "进站状态";
  582. //
  583. // pnlOperateLog
  584. //
  585. this.pnlOperateLog.BackColor = System.Drawing.Color.Gray;
  586. this.pnlOperateLog.Controls.Add(this.cmbOperateResult);
  587. this.pnlOperateLog.Controls.Add(this.label18);
  588. this.pnlOperateLog.Controls.Add(this.cmbOperateAction);
  589. this.pnlOperateLog.Controls.Add(this.label17);
  590. this.pnlOperateLog.Controls.Add(this.label15);
  591. this.pnlOperateLog.Controls.Add(this.txtActionParam);
  592. this.pnlOperateLog.Controls.Add(this.txtOperateDesc);
  593. this.pnlOperateLog.Controls.Add(this.label16);
  594. this.pnlOperateLog.Dock = System.Windows.Forms.DockStyle.Fill;
  595. this.pnlOperateLog.Enabled = false;
  596. this.pnlOperateLog.Location = new System.Drawing.Point(4, 173);
  597. this.pnlOperateLog.Margin = new System.Windows.Forms.Padding(2);
  598. this.pnlOperateLog.Name = "pnlOperateLog";
  599. this.pnlOperateLog.Size = new System.Drawing.Size(502, 163);
  600. this.pnlOperateLog.TabIndex = 3;
  601. //
  602. // cmbOperateResult
  603. //
  604. this.cmbOperateResult.BackColor = System.Drawing.Color.WhiteSmoke;
  605. this.cmbOperateResult.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  606. this.cmbOperateResult.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  607. this.cmbOperateResult.FormattingEnabled = true;
  608. this.cmbOperateResult.Items.AddRange(new object[] {
  609. "success",
  610. "failure"});
  611. this.cmbOperateResult.Location = new System.Drawing.Point(100, 123);
  612. this.cmbOperateResult.Margin = new System.Windows.Forms.Padding(4);
  613. this.cmbOperateResult.Name = "cmbOperateResult";
  614. this.cmbOperateResult.Size = new System.Drawing.Size(169, 26);
  615. this.cmbOperateResult.TabIndex = 105;
  616. //
  617. // label18
  618. //
  619. this.label18.AutoSize = true;
  620. this.label18.Location = new System.Drawing.Point(12, 15);
  621. this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  622. this.label18.Name = "label18";
  623. this.label18.Size = new System.Drawing.Size(80, 18);
  624. this.label18.TabIndex = 97;
  625. this.label18.Text = "操作动作";
  626. //
  627. // cmbOperateAction
  628. //
  629. this.cmbOperateAction.BackColor = System.Drawing.Color.WhiteSmoke;
  630. this.cmbOperateAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  631. this.cmbOperateAction.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  632. this.cmbOperateAction.FormattingEnabled = true;
  633. this.cmbOperateAction.Items.AddRange(new object[] {
  634. "startup",
  635. "shutdown",
  636. "reload"});
  637. this.cmbOperateAction.Location = new System.Drawing.Point(100, 10);
  638. this.cmbOperateAction.Margin = new System.Windows.Forms.Padding(4);
  639. this.cmbOperateAction.Name = "cmbOperateAction";
  640. this.cmbOperateAction.Size = new System.Drawing.Size(169, 26);
  641. this.cmbOperateAction.TabIndex = 104;
  642. //
  643. // label17
  644. //
  645. this.label17.AutoSize = true;
  646. this.label17.Location = new System.Drawing.Point(12, 54);
  647. this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  648. this.label17.Name = "label17";
  649. this.label17.Size = new System.Drawing.Size(80, 18);
  650. this.label17.TabIndex = 98;
  651. this.label17.Text = "动作参数";
  652. //
  653. // label15
  654. //
  655. this.label15.AutoSize = true;
  656. this.label15.Location = new System.Drawing.Point(12, 128);
  657. this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  658. this.label15.Name = "label15";
  659. this.label15.Size = new System.Drawing.Size(80, 18);
  660. this.label15.TabIndex = 102;
  661. this.label15.Text = "操作结果";
  662. //
  663. // txtActionParam
  664. //
  665. this.txtActionParam.Location = new System.Drawing.Point(100, 48);
  666. this.txtActionParam.Margin = new System.Windows.Forms.Padding(4);
  667. this.txtActionParam.Name = "txtActionParam";
  668. this.txtActionParam.Size = new System.Drawing.Size(169, 28);
  669. this.txtActionParam.TabIndex = 99;
  670. this.txtActionParam.Text = "测试上传用户操作记录";
  671. //
  672. // txtOperateDesc
  673. //
  674. this.txtOperateDesc.Location = new System.Drawing.Point(100, 86);
  675. this.txtOperateDesc.Margin = new System.Windows.Forms.Padding(4);
  676. this.txtOperateDesc.Name = "txtOperateDesc";
  677. this.txtOperateDesc.Size = new System.Drawing.Size(169, 28);
  678. this.txtOperateDesc.TabIndex = 101;
  679. this.txtOperateDesc.Text = "操作描述";
  680. //
  681. // label16
  682. //
  683. this.label16.AutoSize = true;
  684. this.label16.Location = new System.Drawing.Point(12, 92);
  685. this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  686. this.label16.Name = "label16";
  687. this.label16.Size = new System.Drawing.Size(80, 18);
  688. this.label16.TabIndex = 100;
  689. this.label16.Text = "操作描述";
  690. //
  691. // pnlStationInputBegin
  692. //
  693. this.pnlStationInputBegin.BackColor = System.Drawing.Color.Gray;
  694. this.pnlStationInputBegin.Controls.Add(this.cmbAction);
  695. this.pnlStationInputBegin.Controls.Add(this.txtExtra);
  696. this.pnlStationInputBegin.Controls.Add(this.label36);
  697. this.pnlStationInputBegin.Controls.Add(this.txtClassLevel3);
  698. this.pnlStationInputBegin.Controls.Add(this.label33);
  699. this.pnlStationInputBegin.Controls.Add(this.txtClassLevel2);
  700. this.pnlStationInputBegin.Controls.Add(this.label34);
  701. this.pnlStationInputBegin.Controls.Add(this.txtClassLevel1);
  702. this.pnlStationInputBegin.Controls.Add(this.label35);
  703. this.pnlStationInputBegin.Controls.Add(this.txtVIndexSn);
  704. this.pnlStationInputBegin.Controls.Add(this.label29);
  705. this.pnlStationInputBegin.Controls.Add(this.txtVSn);
  706. this.pnlStationInputBegin.Controls.Add(this.label30);
  707. this.pnlStationInputBegin.Controls.Add(this.txtPartSn);
  708. this.pnlStationInputBegin.Controls.Add(this.label31);
  709. this.pnlStationInputBegin.Controls.Add(this.label32);
  710. this.pnlStationInputBegin.Dock = System.Windows.Forms.DockStyle.Fill;
  711. this.pnlStationInputBegin.Enabled = false;
  712. this.pnlStationInputBegin.Location = new System.Drawing.Point(1020, 4);
  713. this.pnlStationInputBegin.Margin = new System.Windows.Forms.Padding(2);
  714. this.pnlStationInputBegin.Name = "pnlStationInputBegin";
  715. this.pnlStationInputBegin.Size = new System.Drawing.Size(504, 163);
  716. this.pnlStationInputBegin.TabIndex = 2;
  717. //
  718. // cmbAction
  719. //
  720. this.cmbAction.BackColor = System.Drawing.Color.WhiteSmoke;
  721. this.cmbAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  722. this.cmbAction.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  723. this.cmbAction.FormattingEnabled = true;
  724. this.cmbAction.Items.AddRange(new object[] {
  725. "上料开始",
  726. "上料结束",
  727. "作业开始",
  728. "作业结束",
  729. "下料开始",
  730. "下料结束"});
  731. this.cmbAction.Location = new System.Drawing.Point(100, 12);
  732. this.cmbAction.Margin = new System.Windows.Forms.Padding(4);
  733. this.cmbAction.Name = "cmbAction";
  734. this.cmbAction.Size = new System.Drawing.Size(140, 26);
  735. this.cmbAction.TabIndex = 80;
  736. //
  737. // txtExtra
  738. //
  739. this.txtExtra.Location = new System.Drawing.Point(345, 10);
  740. this.txtExtra.Margin = new System.Windows.Forms.Padding(4);
  741. this.txtExtra.Name = "txtExtra";
  742. this.txtExtra.Size = new System.Drawing.Size(144, 28);
  743. this.txtExtra.TabIndex = 78;
  744. //
  745. // label36
  746. //
  747. this.label36.AutoSize = true;
  748. this.label36.Location = new System.Drawing.Point(252, 16);
  749. this.label36.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  750. this.label36.Name = "label36";
  751. this.label36.Size = new System.Drawing.Size(80, 18);
  752. this.label36.TabIndex = 77;
  753. this.label36.Text = "额外信息";
  754. //
  755. // txtClassLevel3
  756. //
  757. this.txtClassLevel3.Location = new System.Drawing.Point(345, 123);
  758. this.txtClassLevel3.Margin = new System.Windows.Forms.Padding(4);
  759. this.txtClassLevel3.Name = "txtClassLevel3";
  760. this.txtClassLevel3.Size = new System.Drawing.Size(144, 28);
  761. this.txtClassLevel3.TabIndex = 76;
  762. this.txtClassLevel3.Text = "OEE";
  763. //
  764. // label33
  765. //
  766. this.label33.AutoSize = true;
  767. this.label33.Location = new System.Drawing.Point(252, 129);
  768. this.label33.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  769. this.label33.Name = "label33";
  770. this.label33.Size = new System.Drawing.Size(89, 18);
  771. this.label33.TabIndex = 75;
  772. this.label33.Text = "分类层级3";
  773. //
  774. // txtClassLevel2
  775. //
  776. this.txtClassLevel2.Location = new System.Drawing.Point(345, 87);
  777. this.txtClassLevel2.Margin = new System.Windows.Forms.Padding(4);
  778. this.txtClassLevel2.Name = "txtClassLevel2";
  779. this.txtClassLevel2.Size = new System.Drawing.Size(144, 28);
  780. this.txtClassLevel2.TabIndex = 74;
  781. this.txtClassLevel2.Text = "business";
  782. //
  783. // label34
  784. //
  785. this.label34.AutoSize = true;
  786. this.label34.Location = new System.Drawing.Point(252, 93);
  787. this.label34.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  788. this.label34.Name = "label34";
  789. this.label34.Size = new System.Drawing.Size(89, 18);
  790. this.label34.TabIndex = 73;
  791. this.label34.Text = "分类层级2";
  792. //
  793. // txtClassLevel1
  794. //
  795. this.txtClassLevel1.Location = new System.Drawing.Point(345, 50);
  796. this.txtClassLevel1.Margin = new System.Windows.Forms.Padding(4);
  797. this.txtClassLevel1.Name = "txtClassLevel1";
  798. this.txtClassLevel1.Size = new System.Drawing.Size(144, 28);
  799. this.txtClassLevel1.TabIndex = 72;
  800. this.txtClassLevel1.Text = "beat_log";
  801. //
  802. // label35
  803. //
  804. this.label35.AutoSize = true;
  805. this.label35.Location = new System.Drawing.Point(252, 56);
  806. this.label35.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  807. this.label35.Name = "label35";
  808. this.label35.Size = new System.Drawing.Size(89, 18);
  809. this.label35.TabIndex = 71;
  810. this.label35.Text = "分类层级1";
  811. //
  812. // txtVIndexSn
  813. //
  814. this.txtVIndexSn.Location = new System.Drawing.Point(100, 123);
  815. this.txtVIndexSn.Margin = new System.Windows.Forms.Padding(4);
  816. this.txtVIndexSn.Name = "txtVIndexSn";
  817. this.txtVIndexSn.Size = new System.Drawing.Size(140, 28);
  818. this.txtVIndexSn.TabIndex = 70;
  819. this.txtVIndexSn.Visible = false;
  820. //
  821. // label29
  822. //
  823. this.label29.AutoSize = true;
  824. this.label29.Location = new System.Drawing.Point(12, 129);
  825. this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  826. this.label29.Name = "label29";
  827. this.label29.Size = new System.Drawing.Size(80, 18);
  828. this.label29.TabIndex = 69;
  829. this.label29.Text = "载具穴位";
  830. this.label29.Visible = false;
  831. //
  832. // txtVSn
  833. //
  834. this.txtVSn.Location = new System.Drawing.Point(100, 87);
  835. this.txtVSn.Margin = new System.Windows.Forms.Padding(4);
  836. this.txtVSn.Name = "txtVSn";
  837. this.txtVSn.Size = new System.Drawing.Size(140, 28);
  838. this.txtVSn.TabIndex = 68;
  839. this.txtVSn.Text = "4B1400103";
  840. //
  841. // label30
  842. //
  843. this.label30.AutoSize = true;
  844. this.label30.Location = new System.Drawing.Point(12, 93);
  845. this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  846. this.label30.Name = "label30";
  847. this.label30.Size = new System.Drawing.Size(62, 18);
  848. this.label30.TabIndex = 67;
  849. this.label30.Text = "载具SN";
  850. //
  851. // txtPartSn
  852. //
  853. this.txtPartSn.Location = new System.Drawing.Point(100, 50);
  854. this.txtPartSn.Margin = new System.Windows.Forms.Padding(4);
  855. this.txtPartSn.Name = "txtPartSn";
  856. this.txtPartSn.Size = new System.Drawing.Size(140, 28);
  857. this.txtPartSn.TabIndex = 66;
  858. this.txtPartSn.Text = "4B180055";
  859. //
  860. // label31
  861. //
  862. this.label31.AutoSize = true;
  863. this.label31.Location = new System.Drawing.Point(12, 56);
  864. this.label31.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  865. this.label31.Name = "label31";
  866. this.label31.Size = new System.Drawing.Size(62, 18);
  867. this.label31.TabIndex = 65;
  868. this.label31.Text = "物料SN";
  869. //
  870. // label32
  871. //
  872. this.label32.AutoSize = true;
  873. this.label32.Location = new System.Drawing.Point(12, 16);
  874. this.label32.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  875. this.label32.Name = "label32";
  876. this.label32.Size = new System.Drawing.Size(80, 18);
  877. this.label32.TabIndex = 63;
  878. this.label32.Text = "节拍动作";
  879. //
  880. // pnlFaultLog
  881. //
  882. this.pnlFaultLog.BackColor = System.Drawing.Color.Gray;
  883. this.pnlFaultLog.Controls.Add(this.txtFaultDesc);
  884. this.pnlFaultLog.Controls.Add(this.label28);
  885. this.pnlFaultLog.Controls.Add(this.txtFaultCmpnt);
  886. this.pnlFaultLog.Controls.Add(this.label27);
  887. this.pnlFaultLog.Controls.Add(this.txtFaultCode2);
  888. this.pnlFaultLog.Controls.Add(this.label26);
  889. this.pnlFaultLog.Controls.Add(this.txtFaultName);
  890. this.pnlFaultLog.Controls.Add(this.label25);
  891. this.pnlFaultLog.Dock = System.Windows.Forms.DockStyle.Fill;
  892. this.pnlFaultLog.Enabled = false;
  893. this.pnlFaultLog.Location = new System.Drawing.Point(512, 4);
  894. this.pnlFaultLog.Margin = new System.Windows.Forms.Padding(2);
  895. this.pnlFaultLog.Name = "pnlFaultLog";
  896. this.pnlFaultLog.Size = new System.Drawing.Size(502, 163);
  897. this.pnlFaultLog.TabIndex = 1;
  898. //
  899. // txtFaultDesc
  900. //
  901. this.txtFaultDesc.Location = new System.Drawing.Point(99, 123);
  902. this.txtFaultDesc.Margin = new System.Windows.Forms.Padding(4);
  903. this.txtFaultDesc.Name = "txtFaultDesc";
  904. this.txtFaultDesc.Size = new System.Drawing.Size(385, 28);
  905. this.txtFaultDesc.TabIndex = 62;
  906. this.txtFaultDesc.Text = "AL[1003]_系统_急停3触发报警";
  907. //
  908. // label28
  909. //
  910. this.label28.AutoSize = true;
  911. this.label28.Location = new System.Drawing.Point(10, 129);
  912. this.label28.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  913. this.label28.Name = "label28";
  914. this.label28.Size = new System.Drawing.Size(80, 18);
  915. this.label28.TabIndex = 61;
  916. this.label28.Text = "故障描述";
  917. //
  918. // txtFaultCmpnt
  919. //
  920. this.txtFaultCmpnt.Location = new System.Drawing.Point(99, 87);
  921. this.txtFaultCmpnt.Margin = new System.Windows.Forms.Padding(4);
  922. this.txtFaultCmpnt.Name = "txtFaultCmpnt";
  923. this.txtFaultCmpnt.Size = new System.Drawing.Size(385, 28);
  924. this.txtFaultCmpnt.TabIndex = 60;
  925. this.txtFaultCmpnt.Text = "overall_module";
  926. //
  927. // label27
  928. //
  929. this.label27.AutoSize = true;
  930. this.label27.Location = new System.Drawing.Point(10, 93);
  931. this.label27.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  932. this.label27.Name = "label27";
  933. this.label27.Size = new System.Drawing.Size(80, 18);
  934. this.label27.TabIndex = 59;
  935. this.label27.Text = "故障部件";
  936. //
  937. // txtFaultCode2
  938. //
  939. this.txtFaultCode2.Location = new System.Drawing.Point(99, 50);
  940. this.txtFaultCode2.Margin = new System.Windows.Forms.Padding(4);
  941. this.txtFaultCode2.Name = "txtFaultCode2";
  942. this.txtFaultCode2.Size = new System.Drawing.Size(385, 28);
  943. this.txtFaultCode2.TabIndex = 58;
  944. this.txtFaultCode2.Text = "A40003";
  945. //
  946. // label26
  947. //
  948. this.label26.AutoSize = true;
  949. this.label26.Location = new System.Drawing.Point(10, 56);
  950. this.label26.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  951. this.label26.Name = "label26";
  952. this.label26.Size = new System.Drawing.Size(80, 18);
  953. this.label26.TabIndex = 57;
  954. this.label26.Text = "故障编码";
  955. //
  956. // txtFaultName
  957. //
  958. this.txtFaultName.Location = new System.Drawing.Point(99, 10);
  959. this.txtFaultName.Margin = new System.Windows.Forms.Padding(4);
  960. this.txtFaultName.Name = "txtFaultName";
  961. this.txtFaultName.Size = new System.Drawing.Size(385, 28);
  962. this.txtFaultName.TabIndex = 56;
  963. this.txtFaultName.Text = "AL[1003]_系统_急停3触发报警";
  964. //
  965. // label25
  966. //
  967. this.label25.AutoSize = true;
  968. this.label25.Location = new System.Drawing.Point(10, 16);
  969. this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  970. this.label25.Name = "label25";
  971. this.label25.Size = new System.Drawing.Size(80, 18);
  972. this.label25.TabIndex = 55;
  973. this.label25.Text = "故障名称";
  974. //
  975. // pnlDeviceState
  976. //
  977. this.pnlDeviceState.BackColor = System.Drawing.Color.Gray;
  978. this.pnlDeviceState.Controls.Add(this.label24);
  979. this.pnlDeviceState.Controls.Add(this.txtFaultCode);
  980. this.pnlDeviceState.Controls.Add(this.label23);
  981. this.pnlDeviceState.Controls.Add(this.cmbXiaomiDeviceState);
  982. this.pnlDeviceState.Controls.Add(this.label22);
  983. this.pnlDeviceState.Dock = System.Windows.Forms.DockStyle.Fill;
  984. this.pnlDeviceState.Enabled = false;
  985. this.pnlDeviceState.Location = new System.Drawing.Point(4, 4);
  986. this.pnlDeviceState.Margin = new System.Windows.Forms.Padding(2);
  987. this.pnlDeviceState.Name = "pnlDeviceState";
  988. this.pnlDeviceState.Size = new System.Drawing.Size(502, 163);
  989. this.pnlDeviceState.TabIndex = 0;
  990. //
  991. // label24
  992. //
  993. this.label24.AutoSize = true;
  994. this.label24.Location = new System.Drawing.Point(280, 57);
  995. this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  996. this.label24.Name = "label24";
  997. this.label24.Size = new System.Drawing.Size(179, 18);
  998. this.label24.TabIndex = 55;
  999. this.label24.Text = "(Fault/Alarm时启用)";
  1000. //
  1001. // txtFaultCode
  1002. //
  1003. this.txtFaultCode.Enabled = false;
  1004. this.txtFaultCode.Location = new System.Drawing.Point(100, 50);
  1005. this.txtFaultCode.Margin = new System.Windows.Forms.Padding(4);
  1006. this.txtFaultCode.Name = "txtFaultCode";
  1007. this.txtFaultCode.Size = new System.Drawing.Size(169, 28);
  1008. this.txtFaultCode.TabIndex = 54;
  1009. this.txtFaultCode.Text = "A40000";
  1010. //
  1011. // label23
  1012. //
  1013. this.label23.AutoSize = true;
  1014. this.label23.Location = new System.Drawing.Point(12, 54);
  1015. this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1016. this.label23.Name = "label23";
  1017. this.label23.Size = new System.Drawing.Size(80, 18);
  1018. this.label23.TabIndex = 36;
  1019. this.label23.Text = "故障编码";
  1020. //
  1021. // cmbXiaomiDeviceState
  1022. //
  1023. this.cmbXiaomiDeviceState.BackColor = System.Drawing.Color.WhiteSmoke;
  1024. this.cmbXiaomiDeviceState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1025. this.cmbXiaomiDeviceState.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1026. this.cmbXiaomiDeviceState.FormattingEnabled = true;
  1027. this.cmbXiaomiDeviceState.Items.AddRange(new object[] {
  1028. "Uninitialized",
  1029. "Initializing",
  1030. "Initialized",
  1031. "Running",
  1032. "Paused",
  1033. "Fault",
  1034. "Alarm"});
  1035. this.cmbXiaomiDeviceState.Location = new System.Drawing.Point(100, 10);
  1036. this.cmbXiaomiDeviceState.Margin = new System.Windows.Forms.Padding(4);
  1037. this.cmbXiaomiDeviceState.Name = "cmbXiaomiDeviceState";
  1038. this.cmbXiaomiDeviceState.Size = new System.Drawing.Size(169, 26);
  1039. this.cmbXiaomiDeviceState.TabIndex = 35;
  1040. this.cmbXiaomiDeviceState.SelectedIndexChanged += new System.EventHandler(this.cmbXiaomiDeviceState_SelectedIndexChanged);
  1041. //
  1042. // label22
  1043. //
  1044. this.label22.AutoSize = true;
  1045. this.label22.Location = new System.Drawing.Point(12, 15);
  1046. this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1047. this.label22.Name = "label22";
  1048. this.label22.Size = new System.Drawing.Size(80, 18);
  1049. this.label22.TabIndex = 34;
  1050. this.label22.Text = "状态类型";
  1051. //
  1052. // label14
  1053. //
  1054. this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1055. this.label14.AutoSize = true;
  1056. this.label14.Location = new System.Drawing.Point(10, 596);
  1057. this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1058. this.label14.Name = "label14";
  1059. this.label14.Size = new System.Drawing.Size(62, 18);
  1060. this.label14.TabIndex = 34;
  1061. this.label14.Text = "结果:";
  1062. //
  1063. // cmbSendType_Iot
  1064. //
  1065. this.cmbSendType_Iot.BackColor = System.Drawing.Color.WhiteSmoke;
  1066. this.cmbSendType_Iot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1067. this.cmbSendType_Iot.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1068. this.cmbSendType_Iot.FormattingEnabled = true;
  1069. this.cmbSendType_Iot.Items.AddRange(new object[] {
  1070. "设备状态",
  1071. "故障日志",
  1072. "节拍日志",
  1073. "操作记录",
  1074. "过站结果",
  1075. "过站明细",
  1076. "非结构化"});
  1077. this.cmbSendType_Iot.Location = new System.Drawing.Point(426, 14);
  1078. this.cmbSendType_Iot.Margin = new System.Windows.Forms.Padding(4);
  1079. this.cmbSendType_Iot.Name = "cmbSendType_Iot";
  1080. this.cmbSendType_Iot.Size = new System.Drawing.Size(169, 26);
  1081. this.cmbSendType_Iot.TabIndex = 33;
  1082. this.cmbSendType_Iot.SelectedIndexChanged += new System.EventHandler(this.cmbSendType_Iot_SelectedIndexChanged);
  1083. //
  1084. // label21
  1085. //
  1086. this.label21.AutoSize = true;
  1087. this.label21.Location = new System.Drawing.Point(338, 18);
  1088. this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1089. this.label21.Name = "label21";
  1090. this.label21.Size = new System.Drawing.Size(80, 18);
  1091. this.label21.TabIndex = 28;
  1092. this.label21.Text = "上传类型";
  1093. //
  1094. // btnSend_Iot
  1095. //
  1096. this.btnSend_Iot.BackColor = System.Drawing.Color.WhiteSmoke;
  1097. this.btnSend_Iot.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1098. this.btnSend_Iot.Location = new System.Drawing.Point(880, 12);
  1099. this.btnSend_Iot.Margin = new System.Windows.Forms.Padding(4);
  1100. this.btnSend_Iot.Name = "btnSend_Iot";
  1101. this.btnSend_Iot.Size = new System.Drawing.Size(93, 34);
  1102. this.btnSend_Iot.TabIndex = 27;
  1103. this.btnSend_Iot.Text = "上传";
  1104. this.btnSend_Iot.UseVisualStyleBackColor = false;
  1105. this.btnSend_Iot.Click += new System.EventHandler(this.btnSend_Iot_Click);
  1106. //
  1107. // tabPage2
  1108. //
  1109. this.tabPage2.Controls.Add(this.cmbStationName);
  1110. this.tabPage2.Controls.Add(this.label9);
  1111. this.tabPage2.Controls.Add(this.txtInfo);
  1112. this.tabPage2.Controls.Add(this.txtSN);
  1113. this.tabPage2.Controls.Add(this.label3);
  1114. this.tabPage2.Controls.Add(this.cmbSNType);
  1115. this.tabPage2.Controls.Add(this.groupBox1);
  1116. this.tabPage2.Controls.Add(this.btnStationOut);
  1117. this.tabPage2.Controls.Add(this.label2);
  1118. this.tabPage2.Controls.Add(this.label1);
  1119. this.tabPage2.Controls.Add(this.btnStationIn);
  1120. this.tabPage2.Location = new System.Drawing.Point(4, 28);
  1121. this.tabPage2.Margin = new System.Windows.Forms.Padding(4);
  1122. this.tabPage2.Name = "tabPage2";
  1123. this.tabPage2.Padding = new System.Windows.Forms.Padding(4);
  1124. this.tabPage2.Size = new System.Drawing.Size(1558, 810);
  1125. this.tabPage2.TabIndex = 1;
  1126. this.tabPage2.Text = "MES手动过站";
  1127. this.tabPage2.UseVisualStyleBackColor = true;
  1128. //
  1129. // cmbStationName
  1130. //
  1131. this.cmbStationName.BackColor = System.Drawing.Color.WhiteSmoke;
  1132. this.cmbStationName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1133. this.cmbStationName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1134. this.cmbStationName.FormattingEnabled = true;
  1135. this.cmbStationName.Items.AddRange(new object[] {
  1136. "[S1]Tray盘上料装备",
  1137. "[S2]FCT",
  1138. "[S3]值板机",
  1139. "[S4_1]载具下线装备",
  1140. "[S4_5]载具上线装备",
  1141. "[S5]Tray盘下料装备"});
  1142. this.cmbStationName.Location = new System.Drawing.Point(90, 12);
  1143. this.cmbStationName.Margin = new System.Windows.Forms.Padding(4);
  1144. this.cmbStationName.Name = "cmbStationName";
  1145. this.cmbStationName.Size = new System.Drawing.Size(232, 26);
  1146. this.cmbStationName.TabIndex = 24;
  1147. //
  1148. // label9
  1149. //
  1150. this.label9.AutoSize = true;
  1151. this.label9.Location = new System.Drawing.Point(21, 18);
  1152. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1153. this.label9.Name = "label9";
  1154. this.label9.Size = new System.Drawing.Size(62, 18);
  1155. this.label9.TabIndex = 26;
  1156. this.label9.Text = "工站名";
  1157. //
  1158. // txtInfo
  1159. //
  1160. this.txtInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  1161. | System.Windows.Forms.AnchorStyles.Right)));
  1162. this.txtInfo.Location = new System.Drawing.Point(9, 621);
  1163. this.txtInfo.Margin = new System.Windows.Forms.Padding(4);
  1164. this.txtInfo.Multiline = true;
  1165. this.txtInfo.Name = "txtInfo";
  1166. this.txtInfo.Size = new System.Drawing.Size(1534, 172);
  1167. this.txtInfo.TabIndex = 25;
  1168. //
  1169. // txtSN
  1170. //
  1171. this.txtSN.Location = new System.Drawing.Point(408, 12);
  1172. this.txtSN.Margin = new System.Windows.Forms.Padding(4);
  1173. this.txtSN.Name = "txtSN";
  1174. this.txtSN.Size = new System.Drawing.Size(148, 28);
  1175. this.txtSN.TabIndex = 18;
  1176. //
  1177. // label3
  1178. //
  1179. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1180. this.label3.AutoSize = true;
  1181. this.label3.Location = new System.Drawing.Point(10, 596);
  1182. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1183. this.label3.Name = "label3";
  1184. this.label3.Size = new System.Drawing.Size(62, 18);
  1185. this.label3.TabIndex = 23;
  1186. this.label3.Text = "结果:";
  1187. //
  1188. // cmbSNType
  1189. //
  1190. this.cmbSNType.BackColor = System.Drawing.Color.WhiteSmoke;
  1191. this.cmbSNType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1192. this.cmbSNType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1193. this.cmbSNType.FormattingEnabled = true;
  1194. this.cmbSNType.Items.AddRange(new object[] {
  1195. "产品SN",
  1196. "载具SN",
  1197. "弹夹SN"});
  1198. this.cmbSNType.Location = new System.Drawing.Point(658, 14);
  1199. this.cmbSNType.Margin = new System.Windows.Forms.Padding(4);
  1200. this.cmbSNType.Name = "cmbSNType";
  1201. this.cmbSNType.Size = new System.Drawing.Size(187, 26);
  1202. this.cmbSNType.TabIndex = 22;
  1203. //
  1204. // groupBox1
  1205. //
  1206. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1207. | System.Windows.Forms.AnchorStyles.Left)
  1208. | System.Windows.Forms.AnchorStyles.Right)));
  1209. this.groupBox1.Controls.Add(this.cmbProResult);
  1210. this.groupBox1.Controls.Add(this.label8);
  1211. this.groupBox1.Controls.Add(this.txtBulletclipCodeNum);
  1212. this.groupBox1.Controls.Add(this.label6);
  1213. this.groupBox1.Controls.Add(this.txtBulletclipCode);
  1214. this.groupBox1.Controls.Add(this.label7);
  1215. this.groupBox1.Controls.Add(this.txtVehicleCodeNum);
  1216. this.groupBox1.Controls.Add(this.label5);
  1217. this.groupBox1.Controls.Add(this.txtVehicleCode);
  1218. this.groupBox1.Controls.Add(this.label4);
  1219. this.groupBox1.Location = new System.Drawing.Point(9, 51);
  1220. this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
  1221. this.groupBox1.Name = "groupBox1";
  1222. this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
  1223. this.groupBox1.Size = new System.Drawing.Size(1536, 538);
  1224. this.groupBox1.TabIndex = 21;
  1225. this.groupBox1.TabStop = false;
  1226. this.groupBox1.Text = "产品数据";
  1227. //
  1228. // cmbProResult
  1229. //
  1230. this.cmbProResult.BackColor = System.Drawing.Color.WhiteSmoke;
  1231. this.cmbProResult.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1232. this.cmbProResult.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1233. this.cmbProResult.FormattingEnabled = true;
  1234. this.cmbProResult.Items.AddRange(new object[] {
  1235. "OK",
  1236. "NG"});
  1237. this.cmbProResult.Location = new System.Drawing.Point(100, 32);
  1238. this.cmbProResult.Margin = new System.Windows.Forms.Padding(4);
  1239. this.cmbProResult.Name = "cmbProResult";
  1240. this.cmbProResult.Size = new System.Drawing.Size(136, 26);
  1241. this.cmbProResult.TabIndex = 14;
  1242. //
  1243. // label8
  1244. //
  1245. this.label8.AutoSize = true;
  1246. this.label8.Location = new System.Drawing.Point(12, 38);
  1247. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1248. this.label8.Name = "label8";
  1249. this.label8.Size = new System.Drawing.Size(80, 18);
  1250. this.label8.TabIndex = 11;
  1251. this.label8.Text = "产品结果";
  1252. //
  1253. // txtBulletclipCodeNum
  1254. //
  1255. this.txtBulletclipCodeNum.Location = new System.Drawing.Point(417, 114);
  1256. this.txtBulletclipCodeNum.Margin = new System.Windows.Forms.Padding(4);
  1257. this.txtBulletclipCodeNum.Name = "txtBulletclipCodeNum";
  1258. this.txtBulletclipCodeNum.Size = new System.Drawing.Size(110, 28);
  1259. this.txtBulletclipCodeNum.TabIndex = 10;
  1260. this.txtBulletclipCodeNum.Text = "1";
  1261. //
  1262. // label6
  1263. //
  1264. this.label6.AutoSize = true;
  1265. this.label6.Location = new System.Drawing.Point(328, 120);
  1266. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1267. this.label6.Name = "label6";
  1268. this.label6.Size = new System.Drawing.Size(80, 18);
  1269. this.label6.TabIndex = 9;
  1270. this.label6.Text = "弹夹穴号";
  1271. //
  1272. // txtBulletclipCode
  1273. //
  1274. this.txtBulletclipCode.Location = new System.Drawing.Point(82, 112);
  1275. this.txtBulletclipCode.Margin = new System.Windows.Forms.Padding(4);
  1276. this.txtBulletclipCode.Name = "txtBulletclipCode";
  1277. this.txtBulletclipCode.Size = new System.Drawing.Size(230, 28);
  1278. this.txtBulletclipCode.TabIndex = 8;
  1279. //
  1280. // label7
  1281. //
  1282. this.label7.AutoSize = true;
  1283. this.label7.Location = new System.Drawing.Point(12, 118);
  1284. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1285. this.label7.Name = "label7";
  1286. this.label7.Size = new System.Drawing.Size(62, 18);
  1287. this.label7.TabIndex = 7;
  1288. this.label7.Text = "弹夹码";
  1289. //
  1290. // txtVehicleCodeNum
  1291. //
  1292. this.txtVehicleCodeNum.Location = new System.Drawing.Point(417, 74);
  1293. this.txtVehicleCodeNum.Margin = new System.Windows.Forms.Padding(4);
  1294. this.txtVehicleCodeNum.Name = "txtVehicleCodeNum";
  1295. this.txtVehicleCodeNum.Size = new System.Drawing.Size(110, 28);
  1296. this.txtVehicleCodeNum.TabIndex = 6;
  1297. this.txtVehicleCodeNum.Text = "1";
  1298. //
  1299. // label5
  1300. //
  1301. this.label5.AutoSize = true;
  1302. this.label5.Location = new System.Drawing.Point(328, 80);
  1303. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1304. this.label5.Name = "label5";
  1305. this.label5.Size = new System.Drawing.Size(80, 18);
  1306. this.label5.TabIndex = 5;
  1307. this.label5.Text = "载具穴号";
  1308. //
  1309. // txtVehicleCode
  1310. //
  1311. this.txtVehicleCode.Location = new System.Drawing.Point(82, 72);
  1312. this.txtVehicleCode.Margin = new System.Windows.Forms.Padding(4);
  1313. this.txtVehicleCode.Name = "txtVehicleCode";
  1314. this.txtVehicleCode.Size = new System.Drawing.Size(230, 28);
  1315. this.txtVehicleCode.TabIndex = 4;
  1316. //
  1317. // label4
  1318. //
  1319. this.label4.AutoSize = true;
  1320. this.label4.Location = new System.Drawing.Point(12, 78);
  1321. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1322. this.label4.Name = "label4";
  1323. this.label4.Size = new System.Drawing.Size(62, 18);
  1324. this.label4.TabIndex = 0;
  1325. this.label4.Text = "载具码";
  1326. //
  1327. // btnStationOut
  1328. //
  1329. this.btnStationOut.BackColor = System.Drawing.Color.WhiteSmoke;
  1330. this.btnStationOut.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1331. this.btnStationOut.Location = new System.Drawing.Point(982, 12);
  1332. this.btnStationOut.Margin = new System.Windows.Forms.Padding(4);
  1333. this.btnStationOut.Name = "btnStationOut";
  1334. this.btnStationOut.Size = new System.Drawing.Size(93, 34);
  1335. this.btnStationOut.TabIndex = 20;
  1336. this.btnStationOut.Text = "出站";
  1337. this.btnStationOut.UseVisualStyleBackColor = false;
  1338. this.btnStationOut.Click += new System.EventHandler(this.btnStationOut_Click);
  1339. //
  1340. // label2
  1341. //
  1342. this.label2.AutoSize = true;
  1343. this.label2.Location = new System.Drawing.Point(356, 18);
  1344. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1345. this.label2.Name = "label2";
  1346. this.label2.Size = new System.Drawing.Size(44, 18);
  1347. this.label2.TabIndex = 19;
  1348. this.label2.Text = "SN号";
  1349. //
  1350. // label1
  1351. //
  1352. this.label1.AutoSize = true;
  1353. this.label1.Location = new System.Drawing.Point(588, 18);
  1354. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1355. this.label1.Name = "label1";
  1356. this.label1.Size = new System.Drawing.Size(62, 18);
  1357. this.label1.TabIndex = 17;
  1358. this.label1.Text = "SN类型";
  1359. //
  1360. // btnStationIn
  1361. //
  1362. this.btnStationIn.BackColor = System.Drawing.Color.WhiteSmoke;
  1363. this.btnStationIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1364. this.btnStationIn.Location = new System.Drawing.Point(880, 12);
  1365. this.btnStationIn.Margin = new System.Windows.Forms.Padding(4);
  1366. this.btnStationIn.Name = "btnStationIn";
  1367. this.btnStationIn.Size = new System.Drawing.Size(93, 34);
  1368. this.btnStationIn.TabIndex = 16;
  1369. this.btnStationIn.Text = "进站";
  1370. this.btnStationIn.UseVisualStyleBackColor = false;
  1371. this.btnStationIn.Click += new System.EventHandler(this.btnStationIn_Click);
  1372. //
  1373. // tabControl1
  1374. //
  1375. this.tabControl1.Controls.Add(this.tabPage2);
  1376. this.tabControl1.Controls.Add(this.tabPage3);
  1377. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  1378. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  1379. this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
  1380. this.tabControl1.Name = "tabControl1";
  1381. this.tabControl1.SelectedIndex = 0;
  1382. this.tabControl1.Size = new System.Drawing.Size(1566, 842);
  1383. this.tabControl1.TabIndex = 16;
  1384. //
  1385. // pnlFileUp_sn
  1386. //
  1387. this.pnlFileUp_sn.Location = new System.Drawing.Point(92, 16);
  1388. this.pnlFileUp_sn.Margin = new System.Windows.Forms.Padding(4);
  1389. this.pnlFileUp_sn.Name = "pnlFileUp_sn";
  1390. this.pnlFileUp_sn.Size = new System.Drawing.Size(140, 28);
  1391. this.pnlFileUp_sn.TabIndex = 90;
  1392. this.pnlFileUp_sn.Text = "4B180055";
  1393. //
  1394. // label43
  1395. //
  1396. this.label43.AutoSize = true;
  1397. this.label43.Location = new System.Drawing.Point(248, 21);
  1398. this.label43.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1399. this.label43.Name = "label43";
  1400. this.label43.Size = new System.Drawing.Size(80, 18);
  1401. this.label43.TabIndex = 89;
  1402. this.label43.Text = "载具穴位";
  1403. //
  1404. // label44
  1405. //
  1406. this.label44.AutoSize = true;
  1407. this.label44.Location = new System.Drawing.Point(4, 22);
  1408. this.label44.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1409. this.label44.Name = "label44";
  1410. this.label44.Size = new System.Drawing.Size(62, 18);
  1411. this.label44.TabIndex = 87;
  1412. this.label44.Text = "产品SN";
  1413. //
  1414. // pnlFileUp_slot
  1415. //
  1416. this.pnlFileUp_slot.Location = new System.Drawing.Point(337, 15);
  1417. this.pnlFileUp_slot.Margin = new System.Windows.Forms.Padding(4);
  1418. this.pnlFileUp_slot.Name = "pnlFileUp_slot";
  1419. this.pnlFileUp_slot.Size = new System.Drawing.Size(140, 28);
  1420. this.pnlFileUp_slot.TabIndex = 88;
  1421. this.pnlFileUp_slot.Text = "4B1400103";
  1422. //
  1423. // pnlFileUp_path
  1424. //
  1425. this.pnlFileUp_path.Location = new System.Drawing.Point(92, 63);
  1426. this.pnlFileUp_path.Margin = new System.Windows.Forms.Padding(4);
  1427. this.pnlFileUp_path.Name = "pnlFileUp_path";
  1428. this.pnlFileUp_path.Size = new System.Drawing.Size(385, 28);
  1429. this.pnlFileUp_path.TabIndex = 93;
  1430. this.pnlFileUp_path.Text = "D:\\Temp\\VisionLog\\Pic\\Left";
  1431. //
  1432. // label45
  1433. //
  1434. this.label45.AutoSize = true;
  1435. this.label45.Location = new System.Drawing.Point(3, 67);
  1436. this.label45.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1437. this.label45.Name = "label45";
  1438. this.label45.Size = new System.Drawing.Size(80, 18);
  1439. this.label45.TabIndex = 92;
  1440. this.label45.Text = "文件路径";
  1441. //
  1442. // Form_MESTest
  1443. //
  1444. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  1445. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1446. this.BackColor = System.Drawing.Color.White;
  1447. this.ClientSize = new System.Drawing.Size(1566, 842);
  1448. this.Controls.Add(this.tabControl1);
  1449. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1450. this.Margin = new System.Windows.Forms.Padding(4);
  1451. this.Name = "Form_MESTest";
  1452. this.Text = "手动调试页面";
  1453. this.Load += new System.EventHandler(this.Form_MESTest_Load);
  1454. this.tabPage3.ResumeLayout(false);
  1455. this.tabPage3.PerformLayout();
  1456. this.groupBox2.ResumeLayout(false);
  1457. this.tableLayoutPanel1.ResumeLayout(false);
  1458. this.pnlFileUp.ResumeLayout(false);
  1459. this.pnlFileUp.PerformLayout();
  1460. this.pnlPassStationDetail.ResumeLayout(false);
  1461. this.pnlPassStationDetail.PerformLayout();
  1462. this.pnlPassStation.ResumeLayout(false);
  1463. this.pnlPassStation.PerformLayout();
  1464. this.pnlOperateLog.ResumeLayout(false);
  1465. this.pnlOperateLog.PerformLayout();
  1466. this.pnlStationInputBegin.ResumeLayout(false);
  1467. this.pnlStationInputBegin.PerformLayout();
  1468. this.pnlFaultLog.ResumeLayout(false);
  1469. this.pnlFaultLog.PerformLayout();
  1470. this.pnlDeviceState.ResumeLayout(false);
  1471. this.pnlDeviceState.PerformLayout();
  1472. this.tabPage2.ResumeLayout(false);
  1473. this.tabPage2.PerformLayout();
  1474. this.groupBox1.ResumeLayout(false);
  1475. this.groupBox1.PerformLayout();
  1476. this.tabControl1.ResumeLayout(false);
  1477. this.ResumeLayout(false);
  1478. }
  1479. #endregion
  1480. private System.Windows.Forms.TabPage tabPage3;
  1481. private System.Windows.Forms.ComboBox cmbStationName_Iot;
  1482. private System.Windows.Forms.Label label13;
  1483. private System.Windows.Forms.TextBox txtInfo_Iot;
  1484. private System.Windows.Forms.GroupBox groupBox2;
  1485. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1486. private System.Windows.Forms.Panel pnlFileUp;
  1487. private System.Windows.Forms.Panel pnlDeviceState8;
  1488. private System.Windows.Forms.Panel pnlDeviceState7;
  1489. private System.Windows.Forms.Panel pnlPassStationDetail;
  1490. private System.Windows.Forms.Panel pnlPassStation;
  1491. private System.Windows.Forms.ComboBox cmbResult;
  1492. private System.Windows.Forms.Label label39;
  1493. private System.Windows.Forms.ComboBox cmbWorkType;
  1494. private System.Windows.Forms.Label label38;
  1495. private System.Windows.Forms.TextBox txtSn_PassStation;
  1496. private System.Windows.Forms.Label label37;
  1497. private System.Windows.Forms.TextBox txtSlot;
  1498. private System.Windows.Forms.Label label19;
  1499. private System.Windows.Forms.ComboBox cmbEnterStatus;
  1500. private System.Windows.Forms.Label label20;
  1501. private System.Windows.Forms.Panel pnlOperateLog;
  1502. private System.Windows.Forms.ComboBox cmbOperateResult;
  1503. private System.Windows.Forms.Label label18;
  1504. private System.Windows.Forms.ComboBox cmbOperateAction;
  1505. private System.Windows.Forms.Label label17;
  1506. private System.Windows.Forms.Label label15;
  1507. private System.Windows.Forms.TextBox txtActionParam;
  1508. private System.Windows.Forms.TextBox txtOperateDesc;
  1509. private System.Windows.Forms.Label label16;
  1510. private System.Windows.Forms.Panel pnlStationInputBegin;
  1511. private System.Windows.Forms.ComboBox cmbAction;
  1512. private System.Windows.Forms.TextBox txtExtra;
  1513. private System.Windows.Forms.Label label36;
  1514. private System.Windows.Forms.TextBox txtClassLevel3;
  1515. private System.Windows.Forms.Label label33;
  1516. private System.Windows.Forms.TextBox txtClassLevel2;
  1517. private System.Windows.Forms.Label label34;
  1518. private System.Windows.Forms.TextBox txtClassLevel1;
  1519. private System.Windows.Forms.Label label35;
  1520. private System.Windows.Forms.TextBox txtVIndexSn;
  1521. private System.Windows.Forms.Label label29;
  1522. private System.Windows.Forms.TextBox txtVSn;
  1523. private System.Windows.Forms.Label label30;
  1524. private System.Windows.Forms.TextBox txtPartSn;
  1525. private System.Windows.Forms.Label label31;
  1526. private System.Windows.Forms.Label label32;
  1527. private System.Windows.Forms.Panel pnlFaultLog;
  1528. private System.Windows.Forms.TextBox txtFaultDesc;
  1529. private System.Windows.Forms.Label label28;
  1530. private System.Windows.Forms.TextBox txtFaultCmpnt;
  1531. private System.Windows.Forms.Label label27;
  1532. private System.Windows.Forms.TextBox txtFaultCode2;
  1533. private System.Windows.Forms.Label label26;
  1534. private System.Windows.Forms.TextBox txtFaultName;
  1535. private System.Windows.Forms.Label label25;
  1536. private System.Windows.Forms.Panel pnlDeviceState;
  1537. private System.Windows.Forms.Label label24;
  1538. private System.Windows.Forms.TextBox txtFaultCode;
  1539. private System.Windows.Forms.Label label23;
  1540. private System.Windows.Forms.ComboBox cmbXiaomiDeviceState;
  1541. private System.Windows.Forms.Label label22;
  1542. private System.Windows.Forms.Label label14;
  1543. private System.Windows.Forms.ComboBox cmbSendType_Iot;
  1544. private System.Windows.Forms.Label label21;
  1545. private System.Windows.Forms.Button btnSend_Iot;
  1546. private System.Windows.Forms.TabPage tabPage2;
  1547. private System.Windows.Forms.ComboBox cmbStationName;
  1548. private System.Windows.Forms.Label label9;
  1549. private System.Windows.Forms.TextBox txtInfo;
  1550. private System.Windows.Forms.TextBox txtSN;
  1551. private System.Windows.Forms.Label label3;
  1552. private System.Windows.Forms.ComboBox cmbSNType;
  1553. private System.Windows.Forms.GroupBox groupBox1;
  1554. private System.Windows.Forms.ComboBox cmbProResult;
  1555. private System.Windows.Forms.Label label8;
  1556. private System.Windows.Forms.TextBox txtBulletclipCodeNum;
  1557. private System.Windows.Forms.Label label6;
  1558. private System.Windows.Forms.TextBox txtBulletclipCode;
  1559. private System.Windows.Forms.Label label7;
  1560. private System.Windows.Forms.TextBox txtVehicleCodeNum;
  1561. private System.Windows.Forms.Label label5;
  1562. private System.Windows.Forms.TextBox txtVehicleCode;
  1563. private System.Windows.Forms.Label label4;
  1564. private System.Windows.Forms.Button btnStationOut;
  1565. private System.Windows.Forms.Label label2;
  1566. private System.Windows.Forms.Label label1;
  1567. private System.Windows.Forms.Button btnStationIn;
  1568. private System.Windows.Forms.TabControl tabControl1;
  1569. private System.Windows.Forms.TextBox PassStationDetail_SN;
  1570. private System.Windows.Forms.Label label10;
  1571. private System.Windows.Forms.Label label11;
  1572. private System.Windows.Forms.TextBox PassStationDetail_slot;
  1573. private System.Windows.Forms.TextBox pnlPassStationDetail_testItem;
  1574. private System.Windows.Forms.Label label40;
  1575. private System.Windows.Forms.ComboBox pnlPassStationDetail_functionNname;
  1576. private System.Windows.Forms.Label label12;
  1577. private System.Windows.Forms.Label label42;
  1578. private System.Windows.Forms.ComboBox pnlPassStationDetail_status;
  1579. private System.Windows.Forms.TextBox pnlPassStationDetail_resultVal;
  1580. private System.Windows.Forms.Label label41;
  1581. private System.Windows.Forms.TextBox pnlFileUp_path;
  1582. private System.Windows.Forms.Label label45;
  1583. private System.Windows.Forms.TextBox pnlFileUp_sn;
  1584. private System.Windows.Forms.Label label43;
  1585. private System.Windows.Forms.Label label44;
  1586. private System.Windows.Forms.TextBox pnlFileUp_slot;
  1587. }
  1588. }