Form_MESTest.Designer.cs 68 KB

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