MainForm.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711
  1. namespace xicheji
  2. {
  3. partial class MainForm
  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. components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  30. pictureBox1 = new PictureBox();
  31. nowTimer = new System.Windows.Forms.Timer(components);
  32. uploadTimer = new System.Windows.Forms.Timer(components);
  33. receivePLCTimer = new System.Windows.Forms.Timer(components);
  34. lblTime = new Label();
  35. btnSetting = new Button();
  36. btnConnectCamera = new Button();
  37. panel1 = new Panel();
  38. pictureBox7 = new PictureBox();
  39. panel2 = new Panel();
  40. panel11 = new Panel();
  41. lblCurrentElectricity = new Label();
  42. lblCurrentWaterP = new Label();
  43. label6 = new Label();
  44. label5 = new Label();
  45. pictureBox3 = new PictureBox();
  46. pictureBox2 = new PictureBox();
  47. label4 = new Label();
  48. panel8 = new Panel();
  49. panel9 = new Panel();
  50. lblTotalElectricity = new Label();
  51. lblTotalWater = new Label();
  52. lblWashCount = new Label();
  53. label7 = new Label();
  54. label9 = new Label();
  55. pictureBox6 = new PictureBox();
  56. label8 = new Label();
  57. pictureBox4 = new PictureBox();
  58. pictureBox5 = new PictureBox();
  59. label3 = new Label();
  60. panel6 = new Panel();
  61. panel7 = new Panel();
  62. label2 = new Label();
  63. panel5 = new Panel();
  64. panel4 = new Panel();
  65. lblError = new Label();
  66. label1 = new Label();
  67. panel3 = new Panel();
  68. panel10 = new Panel();
  69. dataGridView1 = new DataGridView();
  70. colCarNum = new DataGridViewTextBoxColumn();
  71. colStartTime = new DataGridViewTextBoxColumn();
  72. colEndTime = new DataGridViewTextBoxColumn();
  73. colWashTime = new DataGridViewTextBoxColumn();
  74. colDryTime = new DataGridViewTextBoxColumn();
  75. colTotalWater = new DataGridViewTextBoxColumn();
  76. colTotalElectricity = new DataGridViewTextBoxColumn();
  77. colWaterPressure = new DataGridViewTextBoxColumn();
  78. panel12 = new Panel();
  79. label12 = new Label();
  80. lblStatus = new Label();
  81. label11 = new Label();
  82. label13 = new Label();
  83. label10 = new Label();
  84. ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
  85. panel1.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)pictureBox7).BeginInit();
  87. panel2.SuspendLayout();
  88. panel11.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)pictureBox3).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)pictureBox2).BeginInit();
  91. panel9.SuspendLayout();
  92. ((System.ComponentModel.ISupportInitialize)pictureBox6).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)pictureBox4).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)pictureBox5).BeginInit();
  95. panel7.SuspendLayout();
  96. panel4.SuspendLayout();
  97. panel3.SuspendLayout();
  98. panel10.SuspendLayout();
  99. ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
  100. SuspendLayout();
  101. //
  102. // pictureBox1
  103. //
  104. pictureBox1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  105. pictureBox1.Location = new Point(29, 53);
  106. pictureBox1.Name = "pictureBox1";
  107. pictureBox1.Size = new Size(811, 286);
  108. pictureBox1.TabIndex = 6;
  109. pictureBox1.TabStop = false;
  110. //
  111. // nowTimer
  112. //
  113. nowTimer.Enabled = true;
  114. nowTimer.Interval = 1000;
  115. nowTimer.Tick += nowTimer_Tick;
  116. //
  117. // uploadTimer
  118. //
  119. uploadTimer.Tick += uploadTimer_Tick;
  120. //
  121. // receivePLCTimer
  122. //
  123. receivePLCTimer.Tick += receivePLCTimer_Tick;
  124. //
  125. // lblTime
  126. //
  127. lblTime.Anchor = AnchorStyles.Top | AnchorStyles.Right;
  128. lblTime.AutoSize = true;
  129. lblTime.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point);
  130. lblTime.Location = new Point(1003, 9);
  131. lblTime.Name = "lblTime";
  132. lblTime.Size = new Size(124, 21);
  133. lblTime.TabIndex = 7;
  134. lblTime.Text = "0月 00日 00:00";
  135. //
  136. // btnSetting
  137. //
  138. btnSetting.Anchor = AnchorStyles.Top | AnchorStyles.Right;
  139. btnSetting.FlatAppearance.BorderSize = 0;
  140. btnSetting.FlatAppearance.MouseOverBackColor = Color.WhiteSmoke;
  141. btnSetting.FlatStyle = FlatStyle.Flat;
  142. btnSetting.Image = (Image)resources.GetObject("btnSetting.Image");
  143. btnSetting.Location = new Point(1146, 7);
  144. btnSetting.Name = "btnSetting";
  145. btnSetting.Size = new Size(24, 24);
  146. btnSetting.TabIndex = 8;
  147. btnSetting.UseVisualStyleBackColor = true;
  148. btnSetting.Click += btnSetting_Click;
  149. //
  150. // btnConnectCamera
  151. //
  152. btnConnectCamera.Anchor = AnchorStyles.Top | AnchorStyles.Right;
  153. btnConnectCamera.FlatAppearance.BorderSize = 0;
  154. btnConnectCamera.FlatStyle = FlatStyle.Flat;
  155. btnConnectCamera.Image = (Image)resources.GetObject("btnConnectCamera.Image");
  156. btnConnectCamera.Location = new Point(846, 59);
  157. btnConnectCamera.Name = "btnConnectCamera";
  158. btnConnectCamera.Size = new Size(24, 24);
  159. btnConnectCamera.TabIndex = 0;
  160. btnConnectCamera.UseVisualStyleBackColor = true;
  161. btnConnectCamera.Click += btnConnectCamera_Click;
  162. //
  163. // panel1
  164. //
  165. panel1.Controls.Add(lblTime);
  166. panel1.Controls.Add(btnSetting);
  167. panel1.Controls.Add(pictureBox7);
  168. panel1.Dock = DockStyle.Top;
  169. panel1.Location = new Point(0, 0);
  170. panel1.Name = "panel1";
  171. panel1.Size = new Size(1193, 48);
  172. panel1.TabIndex = 9;
  173. //
  174. // pictureBox7
  175. //
  176. pictureBox7.Anchor = AnchorStyles.None;
  177. pictureBox7.Location = new Point(541, 4);
  178. pictureBox7.Name = "pictureBox7";
  179. pictureBox7.Size = new Size(111, 40);
  180. pictureBox7.TabIndex = 9;
  181. pictureBox7.TabStop = false;
  182. //
  183. // panel2
  184. //
  185. panel2.Controls.Add(panel11);
  186. panel2.Controls.Add(panel8);
  187. panel2.Controls.Add(panel9);
  188. panel2.Controls.Add(panel6);
  189. panel2.Controls.Add(panel7);
  190. panel2.Controls.Add(panel5);
  191. panel2.Controls.Add(panel4);
  192. panel2.Dock = DockStyle.Right;
  193. panel2.Location = new Point(931, 48);
  194. panel2.Name = "panel2";
  195. panel2.Padding = new Padding(16);
  196. panel2.Size = new Size(262, 624);
  197. panel2.TabIndex = 10;
  198. //
  199. // panel11
  200. //
  201. panel11.BackColor = Color.WhiteSmoke;
  202. panel11.Controls.Add(lblCurrentElectricity);
  203. panel11.Controls.Add(lblCurrentWaterP);
  204. panel11.Controls.Add(label6);
  205. panel11.Controls.Add(label5);
  206. panel11.Controls.Add(pictureBox3);
  207. panel11.Controls.Add(pictureBox2);
  208. panel11.Controls.Add(label4);
  209. panel11.Dock = DockStyle.Top;
  210. panel11.Location = new Point(16, 390);
  211. panel11.Name = "panel11";
  212. panel11.Size = new Size(230, 111);
  213. panel11.TabIndex = 6;
  214. //
  215. // lblCurrentElectricity
  216. //
  217. lblCurrentElectricity.AutoSize = true;
  218. lblCurrentElectricity.Location = new Point(130, 74);
  219. lblCurrentElectricity.Name = "lblCurrentElectricity";
  220. lblCurrentElectricity.Size = new Size(20, 17);
  221. lblCurrentElectricity.TabIndex = 9;
  222. lblCurrentElectricity.Text = "无";
  223. //
  224. // lblCurrentWaterP
  225. //
  226. lblCurrentWaterP.AutoSize = true;
  227. lblCurrentWaterP.Location = new Point(130, 45);
  228. lblCurrentWaterP.Name = "lblCurrentWaterP";
  229. lblCurrentWaterP.Size = new Size(20, 17);
  230. lblCurrentWaterP.TabIndex = 9;
  231. lblCurrentWaterP.Text = "无";
  232. //
  233. // label6
  234. //
  235. label6.AutoSize = true;
  236. label6.Location = new Point(40, 45);
  237. label6.Name = "label6";
  238. label6.Size = new Size(68, 17);
  239. label6.TabIndex = 2;
  240. label6.Text = "当前压力值";
  241. //
  242. // label5
  243. //
  244. label5.AutoSize = true;
  245. label5.Location = new Point(40, 74);
  246. label5.Name = "label5";
  247. label5.Size = new Size(68, 17);
  248. label5.TabIndex = 2;
  249. label5.Text = "当前用电量";
  250. //
  251. // pictureBox3
  252. //
  253. pictureBox3.Image = (Image)resources.GetObject("pictureBox3.Image");
  254. pictureBox3.Location = new Point(14, 72);
  255. pictureBox3.Name = "pictureBox3";
  256. pictureBox3.Size = new Size(20, 20);
  257. pictureBox3.TabIndex = 1;
  258. pictureBox3.TabStop = false;
  259. //
  260. // pictureBox2
  261. //
  262. pictureBox2.Image = (Image)resources.GetObject("pictureBox2.Image");
  263. pictureBox2.Location = new Point(14, 42);
  264. pictureBox2.Name = "pictureBox2";
  265. pictureBox2.Size = new Size(20, 20);
  266. pictureBox2.TabIndex = 1;
  267. pictureBox2.TabStop = false;
  268. //
  269. // label4
  270. //
  271. label4.AutoSize = true;
  272. label4.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
  273. label4.Location = new Point(10, 15);
  274. label4.Name = "label4";
  275. label4.Size = new Size(51, 19);
  276. label4.TabIndex = 0;
  277. label4.Text = "传感器";
  278. //
  279. // panel8
  280. //
  281. panel8.Dock = DockStyle.Top;
  282. panel8.Location = new Point(16, 370);
  283. panel8.Name = "panel8";
  284. panel8.Size = new Size(230, 20);
  285. panel8.TabIndex = 5;
  286. //
  287. // panel9
  288. //
  289. panel9.BackColor = Color.WhiteSmoke;
  290. panel9.Controls.Add(lblTotalElectricity);
  291. panel9.Controls.Add(lblTotalWater);
  292. panel9.Controls.Add(lblWashCount);
  293. panel9.Controls.Add(label7);
  294. panel9.Controls.Add(label9);
  295. panel9.Controls.Add(pictureBox6);
  296. panel9.Controls.Add(label8);
  297. panel9.Controls.Add(pictureBox4);
  298. panel9.Controls.Add(pictureBox5);
  299. panel9.Controls.Add(label3);
  300. panel9.Dock = DockStyle.Top;
  301. panel9.Location = new Point(16, 230);
  302. panel9.Name = "panel9";
  303. panel9.Size = new Size(230, 140);
  304. panel9.TabIndex = 4;
  305. //
  306. // lblTotalElectricity
  307. //
  308. lblTotalElectricity.AutoSize = true;
  309. lblTotalElectricity.Location = new Point(130, 109);
  310. lblTotalElectricity.Name = "lblTotalElectricity";
  311. lblTotalElectricity.Size = new Size(20, 17);
  312. lblTotalElectricity.TabIndex = 9;
  313. lblTotalElectricity.Text = "无";
  314. //
  315. // lblTotalWater
  316. //
  317. lblTotalWater.AutoSize = true;
  318. lblTotalWater.Location = new Point(130, 79);
  319. lblTotalWater.Name = "lblTotalWater";
  320. lblTotalWater.Size = new Size(20, 17);
  321. lblTotalWater.TabIndex = 9;
  322. lblTotalWater.Text = "无";
  323. //
  324. // lblWashCount
  325. //
  326. lblWashCount.AutoSize = true;
  327. lblWashCount.Location = new Point(130, 49);
  328. lblWashCount.Name = "lblWashCount";
  329. lblWashCount.Size = new Size(20, 17);
  330. lblWashCount.TabIndex = 9;
  331. lblWashCount.Text = "无";
  332. //
  333. // label7
  334. //
  335. label7.AutoSize = true;
  336. label7.Location = new Point(40, 49);
  337. label7.Name = "label7";
  338. label7.Size = new Size(56, 17);
  339. label7.TabIndex = 5;
  340. label7.Text = "累计洗车";
  341. //
  342. // label9
  343. //
  344. label9.AutoSize = true;
  345. label9.Location = new Point(40, 109);
  346. label9.Name = "label9";
  347. label9.Size = new Size(68, 17);
  348. label9.TabIndex = 6;
  349. label9.Text = "累计用电量";
  350. //
  351. // pictureBox6
  352. //
  353. pictureBox6.Image = (Image)resources.GetObject("pictureBox6.Image");
  354. pictureBox6.Location = new Point(14, 107);
  355. pictureBox6.Name = "pictureBox6";
  356. pictureBox6.Size = new Size(20, 20);
  357. pictureBox6.TabIndex = 3;
  358. pictureBox6.TabStop = false;
  359. //
  360. // label8
  361. //
  362. label8.AutoSize = true;
  363. label8.Location = new Point(40, 79);
  364. label8.Name = "label8";
  365. label8.Size = new Size(68, 17);
  366. label8.TabIndex = 6;
  367. label8.Text = "累计用水量";
  368. //
  369. // pictureBox4
  370. //
  371. pictureBox4.Image = (Image)resources.GetObject("pictureBox4.Image");
  372. pictureBox4.Location = new Point(14, 77);
  373. pictureBox4.Name = "pictureBox4";
  374. pictureBox4.Size = new Size(20, 20);
  375. pictureBox4.TabIndex = 3;
  376. pictureBox4.TabStop = false;
  377. //
  378. // pictureBox5
  379. //
  380. pictureBox5.Image = (Image)resources.GetObject("pictureBox5.Image");
  381. pictureBox5.Location = new Point(14, 47);
  382. pictureBox5.Name = "pictureBox5";
  383. pictureBox5.Size = new Size(20, 20);
  384. pictureBox5.TabIndex = 4;
  385. pictureBox5.TabStop = false;
  386. //
  387. // label3
  388. //
  389. label3.AutoSize = true;
  390. label3.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
  391. label3.Location = new Point(10, 15);
  392. label3.Name = "label3";
  393. label3.Size = new Size(37, 19);
  394. label3.TabIndex = 0;
  395. label3.Text = "统计";
  396. //
  397. // panel6
  398. //
  399. panel6.Dock = DockStyle.Top;
  400. panel6.Location = new Point(16, 210);
  401. panel6.Name = "panel6";
  402. panel6.Size = new Size(230, 20);
  403. panel6.TabIndex = 3;
  404. //
  405. // panel7
  406. //
  407. panel7.BackColor = Color.WhiteSmoke;
  408. panel7.Controls.Add(label2);
  409. panel7.Dock = DockStyle.Top;
  410. panel7.Location = new Point(16, 95);
  411. panel7.Name = "panel7";
  412. panel7.Size = new Size(230, 115);
  413. panel7.TabIndex = 2;
  414. //
  415. // label2
  416. //
  417. label2.AutoSize = true;
  418. label2.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
  419. label2.Location = new Point(10, 15);
  420. label2.Name = "label2";
  421. label2.Size = new Size(65, 19);
  422. label2.TabIndex = 0;
  423. label2.Text = "安防监控";
  424. //
  425. // panel5
  426. //
  427. panel5.Dock = DockStyle.Top;
  428. panel5.Location = new Point(16, 75);
  429. panel5.Name = "panel5";
  430. panel5.Size = new Size(230, 20);
  431. panel5.TabIndex = 1;
  432. //
  433. // panel4
  434. //
  435. panel4.BackColor = Color.WhiteSmoke;
  436. panel4.Controls.Add(lblError);
  437. panel4.Controls.Add(label1);
  438. panel4.Dock = DockStyle.Top;
  439. panel4.Location = new Point(16, 16);
  440. panel4.Name = "panel4";
  441. panel4.Size = new Size(230, 59);
  442. panel4.TabIndex = 0;
  443. //
  444. // lblError
  445. //
  446. lblError.AutoSize = true;
  447. lblError.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
  448. lblError.ForeColor = Color.Red;
  449. lblError.Location = new Point(58, 22);
  450. lblError.Name = "lblError";
  451. lblError.Size = new Size(20, 17);
  452. lblError.TabIndex = 1;
  453. lblError.Text = "无";
  454. //
  455. // label1
  456. //
  457. label1.AutoSize = true;
  458. label1.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
  459. label1.Location = new Point(10, 20);
  460. label1.Name = "label1";
  461. label1.Size = new Size(37, 19);
  462. label1.TabIndex = 0;
  463. label1.Text = "故障";
  464. //
  465. // panel3
  466. //
  467. panel3.Controls.Add(panel10);
  468. panel3.Dock = DockStyle.Fill;
  469. panel3.Location = new Point(0, 48);
  470. panel3.Name = "panel3";
  471. panel3.Padding = new Padding(16);
  472. panel3.Size = new Size(931, 624);
  473. panel3.TabIndex = 0;
  474. //
  475. // panel10
  476. //
  477. panel10.BackColor = Color.WhiteSmoke;
  478. panel10.Controls.Add(dataGridView1);
  479. panel10.Controls.Add(panel12);
  480. panel10.Controls.Add(label12);
  481. panel10.Controls.Add(lblStatus);
  482. panel10.Controls.Add(label11);
  483. panel10.Controls.Add(label13);
  484. panel10.Controls.Add(label10);
  485. panel10.Controls.Add(pictureBox1);
  486. panel10.Controls.Add(btnConnectCamera);
  487. panel10.Dock = DockStyle.Fill;
  488. panel10.Location = new Point(16, 16);
  489. panel10.Name = "panel10";
  490. panel10.Size = new Size(899, 592);
  491. panel10.TabIndex = 7;
  492. //
  493. // dataGridView1
  494. //
  495. dataGridView1.AllowUserToAddRows = false;
  496. dataGridView1.AllowUserToDeleteRows = false;
  497. dataGridView1.AllowUserToResizeRows = false;
  498. dataGridView1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
  499. dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  500. dataGridView1.Columns.AddRange(new DataGridViewColumn[] { colCarNum, colStartTime, colEndTime, colWashTime, colDryTime, colTotalWater, colTotalElectricity, colWaterPressure });
  501. dataGridView1.Location = new Point(29, 383);
  502. dataGridView1.Name = "dataGridView1";
  503. dataGridView1.RowTemplate.Height = 25;
  504. dataGridView1.Size = new Size(843, 196);
  505. dataGridView1.TabIndex = 8;
  506. //
  507. // colCarNum
  508. //
  509. colCarNum.DataPropertyName = "CarNum";
  510. colCarNum.HeaderText = "车牌号";
  511. colCarNum.Name = "colCarNum";
  512. //
  513. // colStartTime
  514. //
  515. colStartTime.DataPropertyName = "StartTime";
  516. colStartTime.HeaderText = "开始时间";
  517. colStartTime.Name = "colStartTime";
  518. //
  519. // colEndTime
  520. //
  521. colEndTime.DataPropertyName = "EndTime";
  522. colEndTime.HeaderText = "结束时间";
  523. colEndTime.Name = "colEndTime";
  524. //
  525. // colWashTime
  526. //
  527. colWashTime.DataPropertyName = "WashTime";
  528. colWashTime.HeaderText = "洗车时长";
  529. colWashTime.Name = "colWashTime";
  530. //
  531. // colDryTime
  532. //
  533. colDryTime.DataPropertyName = "DryTime";
  534. colDryTime.HeaderText = "风干时长";
  535. colDryTime.Name = "colDryTime";
  536. //
  537. // colTotalWater
  538. //
  539. colTotalWater.DataPropertyName = "TotalWater";
  540. colTotalWater.HeaderText = "用水量";
  541. colTotalWater.Name = "colTotalWater";
  542. //
  543. // colTotalElectricity
  544. //
  545. colTotalElectricity.DataPropertyName = "TotalElectricity";
  546. colTotalElectricity.HeaderText = "用电量";
  547. colTotalElectricity.Name = "colTotalElectricity";
  548. //
  549. // colWaterPressure
  550. //
  551. colWaterPressure.DataPropertyName = "WaterPressure";
  552. colWaterPressure.HeaderText = "水压";
  553. colWaterPressure.Name = "colWaterPressure";
  554. //
  555. // panel12
  556. //
  557. panel12.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  558. panel12.BackColor = Color.FromArgb(64, 64, 64);
  559. panel12.Location = new Point(29, 372);
  560. panel12.Name = "panel12";
  561. panel12.Size = new Size(843, 5);
  562. panel12.TabIndex = 7;
  563. //
  564. // label12
  565. //
  566. label12.AutoSize = true;
  567. label12.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
  568. label12.Location = new Point(454, 20);
  569. label12.Name = "label12";
  570. label12.Size = new Size(45, 19);
  571. label12.TabIndex = 0;
  572. label12.Text = "状态: ";
  573. //
  574. // lblStatus
  575. //
  576. lblStatus.AutoSize = true;
  577. lblStatus.Location = new Point(500, 22);
  578. lblStatus.Name = "lblStatus";
  579. lblStatus.Size = new Size(20, 17);
  580. lblStatus.TabIndex = 9;
  581. lblStatus.Text = "无";
  582. //
  583. // label11
  584. //
  585. label11.AutoSize = true;
  586. label11.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
  587. label11.Location = new Point(245, 20);
  588. label11.Name = "label11";
  589. label11.Size = new Size(45, 19);
  590. label11.TabIndex = 0;
  591. label11.Text = "车辆: ";
  592. //
  593. // label13
  594. //
  595. label13.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
  596. label13.AutoSize = true;
  597. label13.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
  598. label13.Location = new Point(29, 347);
  599. label13.Name = "label13";
  600. label13.Size = new Size(65, 19);
  601. label13.TabIndex = 0;
  602. label13.Text = "工作记录";
  603. //
  604. // label10
  605. //
  606. label10.AutoSize = true;
  607. label10.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
  608. label10.Location = new Point(29, 20);
  609. label10.Name = "label10";
  610. label10.Size = new Size(45, 19);
  611. label10.TabIndex = 0;
  612. label10.Text = "编号: ";
  613. //
  614. // MainForm
  615. //
  616. AutoScaleDimensions = new SizeF(7F, 17F);
  617. AutoScaleMode = AutoScaleMode.Font;
  618. BackColor = Color.White;
  619. ClientSize = new Size(1193, 672);
  620. Controls.Add(panel3);
  621. Controls.Add(panel2);
  622. Controls.Add(panel1);
  623. Name = "MainForm";
  624. ShowIcon = false;
  625. Text = "Form1";
  626. Load += MainForm_Load;
  627. ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
  628. panel1.ResumeLayout(false);
  629. panel1.PerformLayout();
  630. ((System.ComponentModel.ISupportInitialize)pictureBox7).EndInit();
  631. panel2.ResumeLayout(false);
  632. panel11.ResumeLayout(false);
  633. panel11.PerformLayout();
  634. ((System.ComponentModel.ISupportInitialize)pictureBox3).EndInit();
  635. ((System.ComponentModel.ISupportInitialize)pictureBox2).EndInit();
  636. panel9.ResumeLayout(false);
  637. panel9.PerformLayout();
  638. ((System.ComponentModel.ISupportInitialize)pictureBox6).EndInit();
  639. ((System.ComponentModel.ISupportInitialize)pictureBox4).EndInit();
  640. ((System.ComponentModel.ISupportInitialize)pictureBox5).EndInit();
  641. panel7.ResumeLayout(false);
  642. panel7.PerformLayout();
  643. panel4.ResumeLayout(false);
  644. panel4.PerformLayout();
  645. panel3.ResumeLayout(false);
  646. panel10.ResumeLayout(false);
  647. panel10.PerformLayout();
  648. ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
  649. ResumeLayout(false);
  650. }
  651. #endregion
  652. private PictureBox pictureBox1;
  653. private System.Windows.Forms.Timer nowTimer;
  654. private System.Windows.Forms.Timer uploadTimer;
  655. private System.Windows.Forms.Timer receivePLCTimer;
  656. private Label lblTime;
  657. private Button btnSetting;
  658. private Button btnConnectCamera;
  659. private Panel panel1;
  660. private Panel panel2;
  661. private Panel panel3;
  662. private Panel panel5;
  663. private Panel panel4;
  664. private Label label1;
  665. private Panel panel11;
  666. private Label label4;
  667. private Panel panel8;
  668. private Panel panel9;
  669. private Label label3;
  670. private Panel panel6;
  671. private Panel panel7;
  672. private Label label2;
  673. private PictureBox pictureBox3;
  674. private PictureBox pictureBox2;
  675. private Label label6;
  676. private Label label5;
  677. private Label label7;
  678. private Label label9;
  679. private PictureBox pictureBox6;
  680. private Label label8;
  681. private PictureBox pictureBox4;
  682. private PictureBox pictureBox5;
  683. private Panel panel10;
  684. private Label label12;
  685. private Label label11;
  686. private Label label10;
  687. private Panel panel12;
  688. private Label label13;
  689. private PictureBox pictureBox7;
  690. private DataGridView dataGridView1;
  691. private DataGridViewTextBoxColumn colCarNum;
  692. private DataGridViewTextBoxColumn colStartTime;
  693. private DataGridViewTextBoxColumn colEndTime;
  694. private DataGridViewTextBoxColumn colWashTime;
  695. private DataGridViewTextBoxColumn colDryTime;
  696. private DataGridViewTextBoxColumn colTotalWater;
  697. private DataGridViewTextBoxColumn colTotalElectricity;
  698. private DataGridViewTextBoxColumn colWaterPressure;
  699. private Label lblError;
  700. private Label lblStatus;
  701. private Label lblTotalElectricity;
  702. private Label lblTotalWater;
  703. private Label lblWashCount;
  704. private Label lblCurrentElectricity;
  705. private Label lblCurrentWaterP;
  706. }
  707. }