123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740 |
- namespace xicheji
- {
- partial class MainForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
- DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
- pbCamera = new PictureBox();
- nowTimer = new System.Windows.Forms.Timer(components);
- uploadTimer = new System.Windows.Forms.Timer(components);
- receivePLCTimer = new System.Windows.Forms.Timer(components);
- lblTime = new Label();
- btnSetting = new Button();
- btnConnectCamera = new Button();
- panel1 = new Panel();
- pbLogo = new PictureBox();
- panel2 = new Panel();
- panel11 = new Panel();
- lblCurrentElectricity = new Label();
- lblCurrentWaterP = new Label();
- label6 = new Label();
- label5 = new Label();
- pictureBox3 = new PictureBox();
- pictureBox2 = new PictureBox();
- label4 = new Label();
- panel8 = new Panel();
- panel9 = new Panel();
- lblTotalElectricity = new Label();
- lblTotalWater = new Label();
- lblWashCount = new Label();
- label7 = new Label();
- label9 = new Label();
- pictureBox6 = new PictureBox();
- label8 = new Label();
- pictureBox4 = new PictureBox();
- pictureBox5 = new PictureBox();
- label3 = new Label();
- panel6 = new Panel();
- panel7 = new Panel();
- label2 = new Label();
- panel5 = new Panel();
- panel4 = new Panel();
- lblError = new Label();
- label1 = new Label();
- panel3 = new Panel();
- panel10 = new Panel();
- cboCameraChannel = new ComboBox();
- dataGridView1 = new DataGridView();
- colCarNum = new DataGridViewTextBoxColumn();
- colStartTime = new DataGridViewTextBoxColumn();
- colEndTime = new DataGridViewTextBoxColumn();
- colWashTime = new DataGridViewTextBoxColumn();
- colDryTime = new DataGridViewTextBoxColumn();
- colTotalWater = new DataGridViewTextBoxColumn();
- colTotalElectricity = new DataGridViewTextBoxColumn();
- colWaterPressure = new DataGridViewTextBoxColumn();
- panel12 = new Panel();
- label12 = new Label();
- lblStatus = new Label();
- label11 = new Label();
- label13 = new Label();
- label10 = new Label();
- ((System.ComponentModel.ISupportInitialize)pbCamera).BeginInit();
- panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)pbLogo).BeginInit();
- panel2.SuspendLayout();
- panel11.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)pictureBox3).BeginInit();
- ((System.ComponentModel.ISupportInitialize)pictureBox2).BeginInit();
- panel9.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)pictureBox6).BeginInit();
- ((System.ComponentModel.ISupportInitialize)pictureBox4).BeginInit();
- ((System.ComponentModel.ISupportInitialize)pictureBox5).BeginInit();
- panel7.SuspendLayout();
- panel4.SuspendLayout();
- panel3.SuspendLayout();
- panel10.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
- SuspendLayout();
- //
- // pbCamera
- //
- pbCamera.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
- pbCamera.Location = new Point(156, 53);
- pbCamera.Name = "pbCamera";
- pbCamera.Size = new Size(582, 286);
- pbCamera.TabIndex = 6;
- pbCamera.TabStop = false;
- //
- // nowTimer
- //
- nowTimer.Enabled = true;
- nowTimer.Interval = 1000;
- nowTimer.Tick += nowTimer_Tick;
- //
- // uploadTimer
- //
- uploadTimer.Tick += uploadTimer_Tick;
- //
- // receivePLCTimer
- //
- receivePLCTimer.Tick += receivePLCTimer_Tick;
- //
- // lblTime
- //
- lblTime.Anchor = AnchorStyles.Top | AnchorStyles.Right;
- lblTime.AutoSize = true;
- lblTime.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point);
- lblTime.Location = new Point(996, 9);
- lblTime.Name = "lblTime";
- lblTime.Size = new Size(124, 21);
- lblTime.TabIndex = 7;
- lblTime.Text = "0月 00日 00:00";
- //
- // btnSetting
- //
- btnSetting.Anchor = AnchorStyles.Top | AnchorStyles.Right;
- btnSetting.FlatAppearance.BorderSize = 0;
- btnSetting.FlatAppearance.MouseOverBackColor = Color.WhiteSmoke;
- btnSetting.FlatStyle = FlatStyle.Flat;
- btnSetting.Image = (Image)resources.GetObject("btnSetting.Image");
- btnSetting.Location = new Point(1146, 7);
- btnSetting.Name = "btnSetting";
- btnSetting.Size = new Size(24, 24);
- btnSetting.TabIndex = 8;
- btnSetting.UseVisualStyleBackColor = true;
- btnSetting.Click += btnSetting_Click;
- //
- // btnConnectCamera
- //
- btnConnectCamera.Anchor = AnchorStyles.Top | AnchorStyles.Right;
- btnConnectCamera.FlatAppearance.BorderSize = 0;
- btnConnectCamera.FlatStyle = FlatStyle.Flat;
- btnConnectCamera.Image = (Image)resources.GetObject("btnConnectCamera.Image");
- btnConnectCamera.Location = new Point(848, 89);
- btnConnectCamera.Name = "btnConnectCamera";
- btnConnectCamera.Size = new Size(24, 24);
- btnConnectCamera.TabIndex = 0;
- btnConnectCamera.UseVisualStyleBackColor = true;
- btnConnectCamera.Click += btnConnectCamera_Click;
- //
- // panel1
- //
- panel1.Controls.Add(lblTime);
- panel1.Controls.Add(btnSetting);
- panel1.Controls.Add(pbLogo);
- panel1.Dock = DockStyle.Top;
- panel1.Location = new Point(0, 0);
- panel1.Name = "panel1";
- panel1.Size = new Size(1193, 48);
- panel1.TabIndex = 9;
- //
- // pbLogo
- //
- pbLogo.Anchor = AnchorStyles.None;
- pbLogo.Location = new Point(541, 4);
- pbLogo.Name = "pbLogo";
- pbLogo.Size = new Size(111, 40);
- pbLogo.TabIndex = 9;
- pbLogo.TabStop = false;
- //
- // panel2
- //
- panel2.Controls.Add(panel11);
- panel2.Controls.Add(panel8);
- panel2.Controls.Add(panel9);
- panel2.Controls.Add(panel6);
- panel2.Controls.Add(panel7);
- panel2.Controls.Add(panel5);
- panel2.Controls.Add(panel4);
- panel2.Dock = DockStyle.Right;
- panel2.Location = new Point(931, 48);
- panel2.Name = "panel2";
- panel2.Padding = new Padding(16);
- panel2.Size = new Size(262, 624);
- panel2.TabIndex = 10;
- //
- // panel11
- //
- panel11.BackColor = Color.WhiteSmoke;
- panel11.Controls.Add(lblCurrentElectricity);
- panel11.Controls.Add(lblCurrentWaterP);
- panel11.Controls.Add(label6);
- panel11.Controls.Add(label5);
- panel11.Controls.Add(pictureBox3);
- panel11.Controls.Add(pictureBox2);
- panel11.Controls.Add(label4);
- panel11.Dock = DockStyle.Top;
- panel11.Location = new Point(16, 390);
- panel11.Name = "panel11";
- panel11.Size = new Size(230, 111);
- panel11.TabIndex = 6;
- //
- // lblCurrentElectricity
- //
- lblCurrentElectricity.AutoSize = true;
- lblCurrentElectricity.Location = new Point(130, 74);
- lblCurrentElectricity.Name = "lblCurrentElectricity";
- lblCurrentElectricity.Size = new Size(20, 17);
- lblCurrentElectricity.TabIndex = 9;
- lblCurrentElectricity.Text = "无";
- //
- // lblCurrentWaterP
- //
- lblCurrentWaterP.AutoSize = true;
- lblCurrentWaterP.Location = new Point(130, 45);
- lblCurrentWaterP.Name = "lblCurrentWaterP";
- lblCurrentWaterP.Size = new Size(20, 17);
- lblCurrentWaterP.TabIndex = 9;
- lblCurrentWaterP.Text = "无";
- //
- // label6
- //
- label6.AutoSize = true;
- label6.Location = new Point(40, 45);
- label6.Name = "label6";
- label6.Size = new Size(68, 17);
- label6.TabIndex = 2;
- label6.Text = "当前压力值";
- //
- // label5
- //
- label5.AutoSize = true;
- label5.Location = new Point(40, 74);
- label5.Name = "label5";
- label5.Size = new Size(68, 17);
- label5.TabIndex = 2;
- label5.Text = "当前用电量";
- //
- // pictureBox3
- //
- pictureBox3.Image = (Image)resources.GetObject("pictureBox3.Image");
- pictureBox3.Location = new Point(14, 72);
- pictureBox3.Name = "pictureBox3";
- pictureBox3.Size = new Size(20, 20);
- pictureBox3.TabIndex = 1;
- pictureBox3.TabStop = false;
- //
- // pictureBox2
- //
- pictureBox2.Image = (Image)resources.GetObject("pictureBox2.Image");
- pictureBox2.Location = new Point(14, 42);
- pictureBox2.Name = "pictureBox2";
- pictureBox2.Size = new Size(20, 20);
- pictureBox2.TabIndex = 1;
- pictureBox2.TabStop = false;
- //
- // label4
- //
- label4.AutoSize = true;
- label4.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
- label4.Location = new Point(10, 15);
- label4.Name = "label4";
- label4.Size = new Size(51, 19);
- label4.TabIndex = 0;
- label4.Text = "传感器";
- //
- // panel8
- //
- panel8.Dock = DockStyle.Top;
- panel8.Location = new Point(16, 370);
- panel8.Name = "panel8";
- panel8.Size = new Size(230, 20);
- panel8.TabIndex = 5;
- //
- // panel9
- //
- panel9.BackColor = Color.WhiteSmoke;
- panel9.Controls.Add(lblTotalElectricity);
- panel9.Controls.Add(lblTotalWater);
- panel9.Controls.Add(lblWashCount);
- panel9.Controls.Add(label7);
- panel9.Controls.Add(label9);
- panel9.Controls.Add(pictureBox6);
- panel9.Controls.Add(label8);
- panel9.Controls.Add(pictureBox4);
- panel9.Controls.Add(pictureBox5);
- panel9.Controls.Add(label3);
- panel9.Dock = DockStyle.Top;
- panel9.Location = new Point(16, 230);
- panel9.Name = "panel9";
- panel9.Size = new Size(230, 140);
- panel9.TabIndex = 4;
- //
- // lblTotalElectricity
- //
- lblTotalElectricity.AutoSize = true;
- lblTotalElectricity.Location = new Point(130, 109);
- lblTotalElectricity.Name = "lblTotalElectricity";
- lblTotalElectricity.Size = new Size(20, 17);
- lblTotalElectricity.TabIndex = 9;
- lblTotalElectricity.Text = "无";
- //
- // lblTotalWater
- //
- lblTotalWater.AutoSize = true;
- lblTotalWater.Location = new Point(130, 79);
- lblTotalWater.Name = "lblTotalWater";
- lblTotalWater.Size = new Size(20, 17);
- lblTotalWater.TabIndex = 9;
- lblTotalWater.Text = "无";
- //
- // lblWashCount
- //
- lblWashCount.AutoSize = true;
- lblWashCount.Location = new Point(130, 49);
- lblWashCount.Name = "lblWashCount";
- lblWashCount.Size = new Size(20, 17);
- lblWashCount.TabIndex = 9;
- lblWashCount.Text = "无";
- //
- // label7
- //
- label7.AutoSize = true;
- label7.Location = new Point(40, 49);
- label7.Name = "label7";
- label7.Size = new Size(56, 17);
- label7.TabIndex = 5;
- label7.Text = "累计洗车";
- //
- // label9
- //
- label9.AutoSize = true;
- label9.Location = new Point(40, 109);
- label9.Name = "label9";
- label9.Size = new Size(68, 17);
- label9.TabIndex = 6;
- label9.Text = "累计用电量";
- //
- // pictureBox6
- //
- pictureBox6.Image = (Image)resources.GetObject("pictureBox6.Image");
- pictureBox6.Location = new Point(14, 107);
- pictureBox6.Name = "pictureBox6";
- pictureBox6.Size = new Size(20, 20);
- pictureBox6.TabIndex = 3;
- pictureBox6.TabStop = false;
- //
- // label8
- //
- label8.AutoSize = true;
- label8.Location = new Point(40, 79);
- label8.Name = "label8";
- label8.Size = new Size(68, 17);
- label8.TabIndex = 6;
- label8.Text = "累计用水量";
- //
- // pictureBox4
- //
- pictureBox4.Image = (Image)resources.GetObject("pictureBox4.Image");
- pictureBox4.Location = new Point(14, 77);
- pictureBox4.Name = "pictureBox4";
- pictureBox4.Size = new Size(20, 20);
- pictureBox4.TabIndex = 3;
- pictureBox4.TabStop = false;
- //
- // pictureBox5
- //
- pictureBox5.Image = (Image)resources.GetObject("pictureBox5.Image");
- pictureBox5.Location = new Point(14, 47);
- pictureBox5.Name = "pictureBox5";
- pictureBox5.Size = new Size(20, 20);
- pictureBox5.TabIndex = 4;
- pictureBox5.TabStop = false;
- //
- // label3
- //
- label3.AutoSize = true;
- label3.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
- label3.Location = new Point(10, 15);
- label3.Name = "label3";
- label3.Size = new Size(37, 19);
- label3.TabIndex = 0;
- label3.Text = "统计";
- //
- // panel6
- //
- panel6.Dock = DockStyle.Top;
- panel6.Location = new Point(16, 210);
- panel6.Name = "panel6";
- panel6.Size = new Size(230, 20);
- panel6.TabIndex = 3;
- //
- // panel7
- //
- panel7.BackColor = Color.WhiteSmoke;
- panel7.Controls.Add(label2);
- panel7.Dock = DockStyle.Top;
- panel7.Location = new Point(16, 95);
- panel7.Name = "panel7";
- panel7.Size = new Size(230, 115);
- panel7.TabIndex = 2;
- //
- // label2
- //
- label2.AutoSize = true;
- label2.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
- label2.Location = new Point(10, 15);
- label2.Name = "label2";
- label2.Size = new Size(65, 19);
- label2.TabIndex = 0;
- label2.Text = "安防监控";
- //
- // panel5
- //
- panel5.Dock = DockStyle.Top;
- panel5.Location = new Point(16, 75);
- panel5.Name = "panel5";
- panel5.Size = new Size(230, 20);
- panel5.TabIndex = 1;
- //
- // panel4
- //
- panel4.BackColor = Color.WhiteSmoke;
- panel4.Controls.Add(lblError);
- panel4.Controls.Add(label1);
- panel4.Dock = DockStyle.Top;
- panel4.Location = new Point(16, 16);
- panel4.Name = "panel4";
- panel4.Size = new Size(230, 59);
- panel4.TabIndex = 0;
- //
- // lblError
- //
- lblError.AutoSize = true;
- lblError.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
- lblError.ForeColor = Color.Red;
- lblError.Location = new Point(58, 22);
- lblError.Name = "lblError";
- lblError.Size = new Size(20, 17);
- lblError.TabIndex = 1;
- lblError.Text = "无";
- //
- // label1
- //
- label1.AutoSize = true;
- label1.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
- label1.Location = new Point(10, 20);
- label1.Name = "label1";
- label1.Size = new Size(37, 19);
- label1.TabIndex = 0;
- label1.Text = "故障";
- //
- // panel3
- //
- panel3.Controls.Add(panel10);
- panel3.Dock = DockStyle.Fill;
- panel3.Location = new Point(0, 48);
- panel3.Name = "panel3";
- panel3.Padding = new Padding(16);
- panel3.Size = new Size(931, 624);
- panel3.TabIndex = 0;
- //
- // panel10
- //
- panel10.BackColor = Color.WhiteSmoke;
- panel10.Controls.Add(cboCameraChannel);
- panel10.Controls.Add(dataGridView1);
- panel10.Controls.Add(panel12);
- panel10.Controls.Add(label12);
- panel10.Controls.Add(lblStatus);
- panel10.Controls.Add(label11);
- panel10.Controls.Add(label13);
- panel10.Controls.Add(label10);
- panel10.Controls.Add(pbCamera);
- panel10.Controls.Add(btnConnectCamera);
- panel10.Dock = DockStyle.Fill;
- panel10.Location = new Point(16, 16);
- panel10.Name = "panel10";
- panel10.Size = new Size(899, 592);
- panel10.TabIndex = 7;
- //
- // cboCameraChannel
- //
- cboCameraChannel.Anchor = AnchorStyles.Top | AnchorStyles.Right;
- cboCameraChannel.FormattingEnabled = true;
- cboCameraChannel.Location = new Point(744, 53);
- cboCameraChannel.Name = "cboCameraChannel";
- cboCameraChannel.Size = new Size(128, 25);
- cboCameraChannel.TabIndex = 10;
- cboCameraChannel.SelectedIndexChanged += cboCameraChannel_SelectedIndexChanged;
- //
- // dataGridView1
- //
- dataGridView1.AllowUserToAddRows = false;
- dataGridView1.AllowUserToDeleteRows = false;
- dataGridView1.AllowUserToResizeRows = false;
- dataGridView1.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
- dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridView1.Columns.AddRange(new DataGridViewColumn[] { colCarNum, colStartTime, colEndTime, colWashTime, colDryTime, colTotalWater, colTotalElectricity, colWaterPressure });
- dataGridView1.Location = new Point(29, 383);
- dataGridView1.Name = "dataGridView1";
- dataGridViewCellStyle1.Alignment = DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle1.BackColor = SystemColors.Control;
- dataGridViewCellStyle1.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point);
- dataGridViewCellStyle1.ForeColor = SystemColors.WindowText;
- dataGridViewCellStyle1.SelectionBackColor = SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = SystemColors.HighlightText;
- dataGridViewCellStyle1.WrapMode = DataGridViewTriState.True;
- dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle1;
- dataGridView1.RowTemplate.Height = 25;
- dataGridView1.Size = new Size(843, 196);
- dataGridView1.TabIndex = 8;
- //
- // colCarNum
- //
- colCarNum.DataPropertyName = "CarNum";
- colCarNum.HeaderText = "车牌号";
- colCarNum.Name = "colCarNum";
- //
- // colStartTime
- //
- colStartTime.DataPropertyName = "StartTime";
- colStartTime.HeaderText = "开始时间";
- colStartTime.Name = "colStartTime";
- colStartTime.Width = 120;
- //
- // colEndTime
- //
- colEndTime.DataPropertyName = "EndTime";
- colEndTime.HeaderText = "结束时间";
- colEndTime.Name = "colEndTime";
- colEndTime.Width = 120;
- //
- // colWashTime
- //
- colWashTime.DataPropertyName = "WashTime";
- colWashTime.HeaderText = "洗车时长";
- colWashTime.Name = "colWashTime";
- colWashTime.Width = 80;
- //
- // colDryTime
- //
- colDryTime.DataPropertyName = "DryTime";
- colDryTime.HeaderText = "风干时长";
- colDryTime.Name = "colDryTime";
- colDryTime.Width = 80;
- //
- // colTotalWater
- //
- colTotalWater.DataPropertyName = "TotalWater";
- colTotalWater.HeaderText = "用水量";
- colTotalWater.Name = "colTotalWater";
- colTotalWater.Width = 80;
- //
- // colTotalElectricity
- //
- colTotalElectricity.DataPropertyName = "TotalElectricity";
- colTotalElectricity.HeaderText = "用电量";
- colTotalElectricity.Name = "colTotalElectricity";
- colTotalElectricity.Width = 80;
- //
- // colWaterPressure
- //
- colWaterPressure.DataPropertyName = "WaterPressure";
- colWaterPressure.HeaderText = "水压";
- colWaterPressure.Name = "colWaterPressure";
- colWaterPressure.Width = 80;
- //
- // panel12
- //
- panel12.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
- panel12.BackColor = Color.Gray;
- panel12.Location = new Point(29, 372);
- panel12.Name = "panel12";
- panel12.Size = new Size(843, 5);
- panel12.TabIndex = 7;
- //
- // label12
- //
- label12.AutoSize = true;
- label12.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
- label12.Location = new Point(454, 20);
- label12.Name = "label12";
- label12.Size = new Size(45, 19);
- label12.TabIndex = 0;
- label12.Text = "状态: ";
- //
- // lblStatus
- //
- lblStatus.AutoSize = true;
- lblStatus.Location = new Point(500, 22);
- lblStatus.Name = "lblStatus";
- lblStatus.Size = new Size(20, 17);
- lblStatus.TabIndex = 9;
- lblStatus.Text = "无";
- //
- // label11
- //
- label11.AutoSize = true;
- label11.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
- label11.Location = new Point(245, 20);
- label11.Name = "label11";
- label11.Size = new Size(45, 19);
- label11.TabIndex = 0;
- label11.Text = "车辆: ";
- //
- // label13
- //
- label13.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
- label13.AutoSize = true;
- label13.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
- label13.Location = new Point(29, 347);
- label13.Name = "label13";
- label13.Size = new Size(65, 19);
- label13.TabIndex = 0;
- label13.Text = "工作记录";
- //
- // label10
- //
- label10.AutoSize = true;
- label10.Font = new Font("Microsoft YaHei UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
- label10.Location = new Point(29, 20);
- label10.Name = "label10";
- label10.Size = new Size(45, 19);
- label10.TabIndex = 0;
- label10.Text = "编号: ";
- //
- // MainForm
- //
- AutoScaleDimensions = new SizeF(7F, 17F);
- AutoScaleMode = AutoScaleMode.Font;
- BackColor = Color.White;
- ClientSize = new Size(1193, 672);
- Controls.Add(panel3);
- Controls.Add(panel2);
- Controls.Add(panel1);
- Name = "MainForm";
- ShowIcon = false;
- Text = "Form1";
- Load += MainForm_Load;
- ((System.ComponentModel.ISupportInitialize)pbCamera).EndInit();
- panel1.ResumeLayout(false);
- panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)pbLogo).EndInit();
- panel2.ResumeLayout(false);
- panel11.ResumeLayout(false);
- panel11.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)pictureBox3).EndInit();
- ((System.ComponentModel.ISupportInitialize)pictureBox2).EndInit();
- panel9.ResumeLayout(false);
- panel9.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)pictureBox6).EndInit();
- ((System.ComponentModel.ISupportInitialize)pictureBox4).EndInit();
- ((System.ComponentModel.ISupportInitialize)pictureBox5).EndInit();
- panel7.ResumeLayout(false);
- panel7.PerformLayout();
- panel4.ResumeLayout(false);
- panel4.PerformLayout();
- panel3.ResumeLayout(false);
- panel10.ResumeLayout(false);
- panel10.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
- ResumeLayout(false);
- }
- #endregion
- private PictureBox pbCamera;
- private System.Windows.Forms.Timer nowTimer;
- private System.Windows.Forms.Timer uploadTimer;
- private System.Windows.Forms.Timer receivePLCTimer;
- private Label lblTime;
- private Button btnSetting;
- private Button btnConnectCamera;
- private Panel panel1;
- private Panel panel2;
- private Panel panel3;
- private Panel panel5;
- private Panel panel4;
- private Label label1;
- private Panel panel11;
- private Label label4;
- private Panel panel8;
- private Panel panel9;
- private Label label3;
- private Panel panel6;
- private Panel panel7;
- private Label label2;
- private PictureBox pictureBox3;
- private PictureBox pictureBox2;
- private Label label6;
- private Label label5;
- private Label label7;
- private Label label9;
- private PictureBox pictureBox6;
- private Label label8;
- private PictureBox pictureBox4;
- private PictureBox pictureBox5;
- private Panel panel10;
- private Label label12;
- private Label label11;
- private Label label10;
- private Panel panel12;
- private Label label13;
- private PictureBox pbLogo;
- private DataGridView dataGridView1;
- private Label lblError;
- private Label lblStatus;
- private Label lblTotalElectricity;
- private Label lblTotalWater;
- private Label lblWashCount;
- private Label lblCurrentElectricity;
- private Label lblCurrentWaterP;
- private ComboBox cboCameraChannel;
- private DataGridViewTextBoxColumn colCarNum;
- private DataGridViewTextBoxColumn colStartTime;
- private DataGridViewTextBoxColumn colEndTime;
- private DataGridViewTextBoxColumn colWashTime;
- private DataGridViewTextBoxColumn colDryTime;
- private DataGridViewTextBoxColumn colTotalWater;
- private DataGridViewTextBoxColumn colTotalElectricity;
- private DataGridViewTextBoxColumn colWaterPressure;
- }
- }
|