123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796 |
- namespace MainForm
- {
- partial class Form_Home
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Home));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panel1 = new System.Windows.Forms.Panel();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.txt_CurSupplierCode = new System.Windows.Forms.TextBox();
- this.label20 = new System.Windows.Forms.Label();
- this.currentMtltmrk = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.currentBN = new System.Windows.Forms.TextBox();
- this.currentWC = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.panel2 = new System.Windows.Forms.Panel();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.groupBox15 = new System.Windows.Forms.GroupBox();
- this.picAgvMqtt = new System.Windows.Forms.PictureBox();
- this.groupBox14 = new System.Windows.Forms.GroupBox();
- this.picAgvHttp = new System.Windows.Forms.PictureBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.picIot = new System.Windows.Forms.PictureBox();
- this.groupBox5 = new System.Windows.Forms.GroupBox();
- this.picMESStatus = new System.Windows.Forms.PictureBox();
- this.groupBox7 = new System.Windows.Forms.GroupBox();
- this.pictureBox6 = new System.Windows.Forms.PictureBox();
- this.groupBox12 = new System.Windows.Forms.GroupBox();
- this.pictureBox8 = new System.Windows.Forms.PictureBox();
- this.groupBox9 = new System.Windows.Forms.GroupBox();
- this.pictureBox7 = new System.Windows.Forms.PictureBox();
- this.groupBox8 = new System.Windows.Forms.GroupBox();
- this.picPLC = new System.Windows.Forms.PictureBox();
- this.groupBox6 = new System.Windows.Forms.GroupBox();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.groupBox10 = new System.Windows.Forms.GroupBox();
- this.pictureBox3 = new System.Windows.Forms.PictureBox();
- this.groupBox13 = new System.Windows.Forms.GroupBox();
- this.pictureBox5 = new System.Windows.Forms.PictureBox();
- this.groupBox11 = new System.Windows.Forms.GroupBox();
- this.pictureBox4 = new System.Windows.Forms.PictureBox();
- this.panel3 = new System.Windows.Forms.Panel();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.systemLog = new System.Windows.Forms.DataGridView();
- this.colDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colMessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.imageListState = new System.Windows.Forms.ImageList(this.components);
- this.panel1.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.panel2.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.groupBox15.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picAgvMqtt)).BeginInit();
- this.groupBox14.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picAgvHttp)).BeginInit();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picIot)).BeginInit();
- this.groupBox5.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picMESStatus)).BeginInit();
- this.groupBox7.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
- this.groupBox12.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
- this.groupBox9.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
- this.groupBox8.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picPLC)).BeginInit();
- this.groupBox6.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- this.groupBox10.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
- this.groupBox13.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
- this.groupBox11.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
- this.panel3.SuspendLayout();
- this.groupBox4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.systemLog)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panel1.Controls.Add(this.groupBox3);
- this.panel1.Location = new System.Drawing.Point(9, 10);
- this.panel1.Margin = new System.Windows.Forms.Padding(2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1026, 122);
- this.panel1.TabIndex = 0;
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.txt_CurSupplierCode);
- this.groupBox3.Controls.Add(this.label20);
- this.groupBox3.Controls.Add(this.currentMtltmrk);
- this.groupBox3.Controls.Add(this.label3);
- this.groupBox3.Controls.Add(this.currentBN);
- this.groupBox3.Controls.Add(this.currentWC);
- this.groupBox3.Controls.Add(this.label2);
- this.groupBox3.Controls.Add(this.label1);
- this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBox3.Location = new System.Drawing.Point(0, 0);
- this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox3.Size = new System.Drawing.Size(1026, 122);
- this.groupBox3.TabIndex = 2;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "当前加工订单信息";
- //
- // txt_CurSupplierCode
- //
- this.txt_CurSupplierCode.Enabled = false;
- this.txt_CurSupplierCode.Location = new System.Drawing.Point(433, 80);
- this.txt_CurSupplierCode.Margin = new System.Windows.Forms.Padding(2);
- this.txt_CurSupplierCode.Name = "txt_CurSupplierCode";
- this.txt_CurSupplierCode.Size = new System.Drawing.Size(176, 27);
- this.txt_CurSupplierCode.TabIndex = 95;
- this.txt_CurSupplierCode.Visible = false;
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.Location = new System.Drawing.Point(338, 83);
- this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(88, 20);
- this.label20.TabIndex = 94;
- this.label20.Text = "供应商代码:";
- this.label20.Visible = false;
- //
- // currentMtltmrk
- //
- this.currentMtltmrk.Enabled = false;
- this.currentMtltmrk.Location = new System.Drawing.Point(433, 39);
- this.currentMtltmrk.Margin = new System.Windows.Forms.Padding(2);
- this.currentMtltmrk.Name = "currentMtltmrk";
- this.currentMtltmrk.Size = new System.Drawing.Size(176, 27);
- this.currentMtltmrk.TabIndex = 10;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(353, 42);
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(73, 20);
- this.label3.TabIndex = 7;
- this.label3.Text = "产品型号:";
- //
- // currentBN
- //
- this.currentBN.Enabled = false;
- this.currentBN.Location = new System.Drawing.Point(119, 80);
- this.currentBN.Margin = new System.Windows.Forms.Padding(2);
- this.currentBN.Name = "currentBN";
- this.currentBN.Size = new System.Drawing.Size(176, 27);
- this.currentBN.TabIndex = 3;
- this.currentBN.Visible = false;
- //
- // currentWC
- //
- this.currentWC.Enabled = false;
- this.currentWC.Location = new System.Drawing.Point(119, 39);
- this.currentWC.Margin = new System.Windows.Forms.Padding(2);
- this.currentWC.Name = "currentWC";
- this.currentWC.Size = new System.Drawing.Size(176, 27);
- this.currentWC.TabIndex = 2;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(46, 83);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(69, 20);
- this.label2.TabIndex = 1;
- this.label2.Text = "批次号:";
- this.label2.Visible = false;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(19, 42);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(88, 20);
- this.label1.TabIndex = 0;
- this.label1.Text = "车间订单号:";
- //
- // panel2
- //
- this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panel2.Controls.Add(this.groupBox2);
- this.panel2.Location = new System.Drawing.Point(9, 455);
- this.panel2.Margin = new System.Windows.Forms.Padding(2);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1026, 100);
- this.panel2.TabIndex = 1;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.groupBox15);
- this.groupBox2.Controls.Add(this.groupBox14);
- this.groupBox2.Controls.Add(this.groupBox1);
- this.groupBox2.Controls.Add(this.groupBox5);
- this.groupBox2.Controls.Add(this.groupBox7);
- this.groupBox2.Controls.Add(this.groupBox12);
- this.groupBox2.Controls.Add(this.groupBox9);
- this.groupBox2.Controls.Add(this.groupBox8);
- this.groupBox2.Controls.Add(this.groupBox6);
- this.groupBox2.Controls.Add(this.groupBox10);
- this.groupBox2.Controls.Add(this.groupBox13);
- this.groupBox2.Controls.Add(this.groupBox11);
- this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBox2.Location = new System.Drawing.Point(2, 2);
- this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox2.Size = new System.Drawing.Size(902, 94);
- this.groupBox2.TabIndex = 1;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "设备状态";
- //
- // groupBox15
- //
- this.groupBox15.Controls.Add(this.picAgvMqtt);
- this.groupBox15.Font = new System.Drawing.Font("微软雅黑", 9.6F);
- this.groupBox15.Location = new System.Drawing.Point(245, 24);
- this.groupBox15.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox15.Name = "groupBox15";
- this.groupBox15.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox15.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.groupBox15.Size = new System.Drawing.Size(90, 60);
- this.groupBox15.TabIndex = 14;
- this.groupBox15.TabStop = false;
- this.groupBox15.Text = "AGV Mqtt";
- //
- // picAgvMqtt
- //
- this.picAgvMqtt.ErrorImage = ((System.Drawing.Image)(resources.GetObject("picAgvMqtt.ErrorImage")));
- this.picAgvMqtt.Image = ((System.Drawing.Image)(resources.GetObject("picAgvMqtt.Image")));
- this.picAgvMqtt.InitialImage = ((System.Drawing.Image)(resources.GetObject("picAgvMqtt.InitialImage")));
- this.picAgvMqtt.Location = new System.Drawing.Point(32, 24);
- this.picAgvMqtt.Margin = new System.Windows.Forms.Padding(2);
- this.picAgvMqtt.Name = "picAgvMqtt";
- this.picAgvMqtt.Size = new System.Drawing.Size(26, 28);
- this.picAgvMqtt.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.picAgvMqtt.TabIndex = 10;
- this.picAgvMqtt.TabStop = false;
- //
- // groupBox14
- //
- this.groupBox14.Controls.Add(this.picAgvHttp);
- this.groupBox14.Font = new System.Drawing.Font("微软雅黑", 9.6F);
- this.groupBox14.Location = new System.Drawing.Point(156, 24);
- this.groupBox14.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox14.Name = "groupBox14";
- this.groupBox14.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox14.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.groupBox14.Size = new System.Drawing.Size(85, 60);
- this.groupBox14.TabIndex = 13;
- this.groupBox14.TabStop = false;
- this.groupBox14.Text = "AGV Http";
- //
- // picAgvHttp
- //
- this.picAgvHttp.ErrorImage = ((System.Drawing.Image)(resources.GetObject("picAgvHttp.ErrorImage")));
- this.picAgvHttp.Image = ((System.Drawing.Image)(resources.GetObject("picAgvHttp.Image")));
- this.picAgvHttp.InitialImage = ((System.Drawing.Image)(resources.GetObject("picAgvHttp.InitialImage")));
- this.picAgvHttp.Location = new System.Drawing.Point(28, 24);
- this.picAgvHttp.Margin = new System.Windows.Forms.Padding(2);
- this.picAgvHttp.Name = "picAgvHttp";
- this.picAgvHttp.Size = new System.Drawing.Size(26, 28);
- this.picAgvHttp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.picAgvHttp.TabIndex = 10;
- this.picAgvHttp.TabStop = false;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.picIot);
- this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9.6F);
- this.groupBox1.Location = new System.Drawing.Point(88, 24);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.groupBox1.Size = new System.Drawing.Size(64, 60);
- this.groupBox1.TabIndex = 12;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "IOT";
- //
- // picIot
- //
- this.picIot.ErrorImage = ((System.Drawing.Image)(resources.GetObject("picIot.ErrorImage")));
- this.picIot.Image = ((System.Drawing.Image)(resources.GetObject("picIot.Image")));
- this.picIot.InitialImage = ((System.Drawing.Image)(resources.GetObject("picIot.InitialImage")));
- this.picIot.Location = new System.Drawing.Point(18, 24);
- this.picIot.Margin = new System.Windows.Forms.Padding(2);
- this.picIot.Name = "picIot";
- this.picIot.Size = new System.Drawing.Size(26, 28);
- this.picIot.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.picIot.TabIndex = 10;
- this.picIot.TabStop = false;
- //
- // groupBox5
- //
- this.groupBox5.Controls.Add(this.picMESStatus);
- this.groupBox5.Font = new System.Drawing.Font("微软雅黑", 9.6F);
- this.groupBox5.Location = new System.Drawing.Point(20, 24);
- this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox5.Name = "groupBox5";
- this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox5.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.groupBox5.Size = new System.Drawing.Size(64, 60);
- this.groupBox5.TabIndex = 0;
- this.groupBox5.TabStop = false;
- this.groupBox5.Text = "MES";
- //
- // picMESStatus
- //
- this.picMESStatus.ErrorImage = ((System.Drawing.Image)(resources.GetObject("picMESStatus.ErrorImage")));
- this.picMESStatus.Image = ((System.Drawing.Image)(resources.GetObject("picMESStatus.Image")));
- this.picMESStatus.InitialImage = ((System.Drawing.Image)(resources.GetObject("picMESStatus.InitialImage")));
- this.picMESStatus.Location = new System.Drawing.Point(18, 24);
- this.picMESStatus.Margin = new System.Windows.Forms.Padding(2);
- this.picMESStatus.Name = "picMESStatus";
- this.picMESStatus.Size = new System.Drawing.Size(26, 28);
- this.picMESStatus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.picMESStatus.TabIndex = 10;
- this.picMESStatus.TabStop = false;
- //
- // groupBox7
- //
- this.groupBox7.Controls.Add(this.pictureBox6);
- this.groupBox7.Font = new System.Drawing.Font("微软雅黑", 9.6F);
- this.groupBox7.Location = new System.Drawing.Point(680, 24);
- this.groupBox7.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox7.Name = "groupBox7";
- this.groupBox7.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox7.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.groupBox7.Size = new System.Drawing.Size(64, 60);
- this.groupBox7.TabIndex = 1;
- this.groupBox7.TabStop = false;
- this.groupBox7.Text = "PLC6";
- this.groupBox7.Visible = false;
- //
- // pictureBox6
- //
- this.pictureBox6.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox6.ErrorImage")));
- this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
- this.pictureBox6.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox6.InitialImage")));
- this.pictureBox6.Location = new System.Drawing.Point(18, 24);
- this.pictureBox6.Margin = new System.Windows.Forms.Padding(2);
- this.pictureBox6.Name = "pictureBox6";
- this.pictureBox6.Size = new System.Drawing.Size(26, 28);
- this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox6.TabIndex = 16;
- this.pictureBox6.TabStop = false;
- //
- // groupBox12
- //
- this.groupBox12.Controls.Add(this.pictureBox8);
- this.groupBox12.Font = new System.Drawing.Font("微软雅黑", 9.6F);
- this.groupBox12.Location = new System.Drawing.Point(816, 24);
- this.groupBox12.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox12.Name = "groupBox12";
- this.groupBox12.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox12.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.groupBox12.Size = new System.Drawing.Size(64, 60);
- this.groupBox12.TabIndex = 1;
- this.groupBox12.TabStop = false;
- this.groupBox12.Text = "PLC8";
- this.groupBox12.Visible = false;
- //
- // pictureBox8
- //
- this.pictureBox8.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox8.ErrorImage")));
- this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image")));
- this.pictureBox8.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox8.InitialImage")));
- this.pictureBox8.Location = new System.Drawing.Point(19, 24);
- this.pictureBox8.Margin = new System.Windows.Forms.Padding(2);
- this.pictureBox8.Name = "pictureBox8";
- this.pictureBox8.Size = new System.Drawing.Size(26, 28);
- this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox8.TabIndex = 18;
- this.pictureBox8.TabStop = false;
- //
- // groupBox9
- //
- this.groupBox9.Controls.Add(this.pictureBox7);
- this.groupBox9.Font = new System.Drawing.Font("微软雅黑", 9.6F);
- this.groupBox9.Location = new System.Drawing.Point(748, 24);
- this.groupBox9.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox9.Name = "groupBox9";
- this.groupBox9.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox9.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.groupBox9.Size = new System.Drawing.Size(64, 60);
- this.groupBox9.TabIndex = 1;
- this.groupBox9.TabStop = false;
- this.groupBox9.Text = "PLC7";
- this.groupBox9.Visible = false;
- //
- // pictureBox7
- //
- this.pictureBox7.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox7.ErrorImage")));
- this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
- this.pictureBox7.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox7.InitialImage")));
- this.pictureBox7.Location = new System.Drawing.Point(20, 24);
- this.pictureBox7.Margin = new System.Windows.Forms.Padding(2);
- this.pictureBox7.Name = "pictureBox7";
- this.pictureBox7.Size = new System.Drawing.Size(26, 28);
- this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox7.TabIndex = 17;
- this.pictureBox7.TabStop = false;
- //
- // groupBox8
- //
- this.groupBox8.Controls.Add(this.picPLC);
- this.groupBox8.Font = new System.Drawing.Font("微软雅黑", 9.6F);
- this.groupBox8.Location = new System.Drawing.Point(339, 24);
- this.groupBox8.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox8.Name = "groupBox8";
- this.groupBox8.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox8.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.groupBox8.Size = new System.Drawing.Size(64, 60);
- this.groupBox8.TabIndex = 1;
- this.groupBox8.TabStop = false;
- this.groupBox8.Text = "PLC";
- //
- // picPLC
- //
- this.picPLC.ErrorImage = ((System.Drawing.Image)(resources.GetObject("picPLC.ErrorImage")));
- this.picPLC.Image = ((System.Drawing.Image)(resources.GetObject("picPLC.Image")));
- this.picPLC.InitialImage = ((System.Drawing.Image)(resources.GetObject("picPLC.InitialImage")));
- this.picPLC.Location = new System.Drawing.Point(20, 24);
- this.picPLC.Margin = new System.Windows.Forms.Padding(2);
- this.picPLC.Name = "picPLC";
- this.picPLC.Size = new System.Drawing.Size(26, 28);
- this.picPLC.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.picPLC.TabIndex = 0;
- this.picPLC.TabStop = false;
- //
- // groupBox6
- //
- this.groupBox6.Controls.Add(this.pictureBox2);
- this.groupBox6.Font = new System.Drawing.Font("微软雅黑", 9.6F);
- this.groupBox6.Location = new System.Drawing.Point(407, 24);
- this.groupBox6.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox6.Name = "groupBox6";
- this.groupBox6.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox6.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.groupBox6.Size = new System.Drawing.Size(64, 60);
- this.groupBox6.TabIndex = 11;
- this.groupBox6.TabStop = false;
- this.groupBox6.Text = "PLC2";
- this.groupBox6.Visible = false;
- //
- // pictureBox2
- //
- this.pictureBox2.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.ErrorImage")));
- this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
- this.pictureBox2.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.InitialImage")));
- this.pictureBox2.Location = new System.Drawing.Point(20, 24);
- this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(26, 28);
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox2.TabIndex = 12;
- this.pictureBox2.TabStop = false;
- //
- // groupBox10
- //
- this.groupBox10.Controls.Add(this.pictureBox3);
- this.groupBox10.Font = new System.Drawing.Font("微软雅黑", 9.6F);
- this.groupBox10.Location = new System.Drawing.Point(475, 24);
- this.groupBox10.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox10.Name = "groupBox10";
- this.groupBox10.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox10.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.groupBox10.Size = new System.Drawing.Size(64, 60);
- this.groupBox10.TabIndex = 1;
- this.groupBox10.TabStop = false;
- this.groupBox10.Text = "PLC3";
- this.groupBox10.Visible = false;
- //
- // pictureBox3
- //
- this.pictureBox3.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox3.ErrorImage")));
- this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
- this.pictureBox3.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox3.InitialImage")));
- this.pictureBox3.Location = new System.Drawing.Point(18, 24);
- this.pictureBox3.Margin = new System.Windows.Forms.Padding(2);
- this.pictureBox3.Name = "pictureBox3";
- this.pictureBox3.Size = new System.Drawing.Size(26, 28);
- this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox3.TabIndex = 13;
- this.pictureBox3.TabStop = false;
- //
- // groupBox13
- //
- this.groupBox13.Controls.Add(this.pictureBox5);
- this.groupBox13.Font = new System.Drawing.Font("微软雅黑", 9.6F);
- this.groupBox13.Location = new System.Drawing.Point(611, 24);
- this.groupBox13.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox13.Name = "groupBox13";
- this.groupBox13.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox13.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.groupBox13.Size = new System.Drawing.Size(64, 60);
- this.groupBox13.TabIndex = 1;
- this.groupBox13.TabStop = false;
- this.groupBox13.Text = "PLC5";
- this.groupBox13.Visible = false;
- //
- // pictureBox5
- //
- this.pictureBox5.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox5.ErrorImage")));
- this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
- this.pictureBox5.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox5.InitialImage")));
- this.pictureBox5.Location = new System.Drawing.Point(20, 24);
- this.pictureBox5.Margin = new System.Windows.Forms.Padding(2);
- this.pictureBox5.Name = "pictureBox5";
- this.pictureBox5.Size = new System.Drawing.Size(26, 28);
- this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox5.TabIndex = 15;
- this.pictureBox5.TabStop = false;
- //
- // groupBox11
- //
- this.groupBox11.Controls.Add(this.pictureBox4);
- this.groupBox11.Font = new System.Drawing.Font("微软雅黑", 9.6F);
- this.groupBox11.Location = new System.Drawing.Point(543, 24);
- this.groupBox11.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox11.Name = "groupBox11";
- this.groupBox11.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox11.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.groupBox11.Size = new System.Drawing.Size(64, 60);
- this.groupBox11.TabIndex = 1;
- this.groupBox11.TabStop = false;
- this.groupBox11.Text = "PLC4";
- this.groupBox11.Visible = false;
- //
- // pictureBox4
- //
- this.pictureBox4.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox4.ErrorImage")));
- this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
- this.pictureBox4.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox4.InitialImage")));
- this.pictureBox4.Location = new System.Drawing.Point(20, 24);
- this.pictureBox4.Margin = new System.Windows.Forms.Padding(2);
- this.pictureBox4.Name = "pictureBox4";
- this.pictureBox4.Size = new System.Drawing.Size(26, 28);
- this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox4.TabIndex = 14;
- this.pictureBox4.TabStop = false;
- //
- // panel3
- //
- this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panel3.Controls.Add(this.groupBox4);
- this.panel3.Location = new System.Drawing.Point(9, 137);
- this.panel3.Margin = new System.Windows.Forms.Padding(2);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(1026, 313);
- this.panel3.TabIndex = 2;
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.systemLog);
- this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBox4.Location = new System.Drawing.Point(0, 0);
- this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox4.Size = new System.Drawing.Size(1026, 313);
- this.groupBox4.TabIndex = 1;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "数据采集";
- //
- // systemLog
- //
- this.systemLog.AllowUserToAddRows = false;
- this.systemLog.AllowUserToDeleteRows = false;
- this.systemLog.AllowUserToResizeColumns = false;
- this.systemLog.AllowUserToResizeRows = false;
- this.systemLog.BackgroundColor = System.Drawing.Color.White;
- this.systemLog.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.systemLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.systemLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.systemLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.colDate,
- this.colTime,
- this.colMessage});
- this.systemLog.Dock = System.Windows.Forms.DockStyle.Fill;
- this.systemLog.EnableHeadersVisualStyles = false;
- this.systemLog.GridColor = System.Drawing.Color.Gainsboro;
- this.systemLog.Location = new System.Drawing.Point(2, 22);
- this.systemLog.Margin = new System.Windows.Forms.Padding(2);
- this.systemLog.Name = "systemLog";
- this.systemLog.ReadOnly = true;
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.WhiteSmoke;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.systemLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
- this.systemLog.RowHeadersVisible = false;
- this.systemLog.RowHeadersWidth = 51;
- this.systemLog.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.systemLog.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.systemLog.RowTemplate.Height = 27;
- this.systemLog.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.systemLog.Size = new System.Drawing.Size(1022, 289);
- this.systemLog.TabIndex = 0;
- //
- // colDate
- //
- dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.colDate.DefaultCellStyle = dataGridViewCellStyle2;
- this.colDate.HeaderText = "日期";
- this.colDate.MinimumWidth = 6;
- this.colDate.Name = "colDate";
- this.colDate.ReadOnly = true;
- this.colDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.colDate.Width = 125;
- //
- // colTime
- //
- this.colTime.HeaderText = "时间";
- this.colTime.MinimumWidth = 6;
- this.colTime.Name = "colTime";
- this.colTime.ReadOnly = true;
- this.colTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.colTime.Width = 125;
- //
- // colMessage
- //
- this.colMessage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.colMessage.HeaderText = "消息";
- this.colMessage.MinimumWidth = 6;
- this.colMessage.Name = "colMessage";
- this.colMessage.ReadOnly = true;
- this.colMessage.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // imageListState
- //
- this.imageListState.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListState.ImageStream")));
- this.imageListState.TransparentColor = System.Drawing.Color.White;
- this.imageListState.Images.SetKeyName(0, "light_gray.png");
- this.imageListState.Images.SetKeyName(1, "light_green.png");
- this.imageListState.Images.SetKeyName(2, "light_red.png");
- //
- // Form_Home
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(1044, 561);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "Form_Home";
- this.Text = "Form_Home";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_Home_FormClosed);
- this.Load += new System.EventHandler(this.Form_Home_Load);
- this.panel1.ResumeLayout(false);
- this.groupBox3.ResumeLayout(false);
- this.groupBox3.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- this.groupBox15.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.picAgvMqtt)).EndInit();
- this.groupBox14.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.picAgvHttp)).EndInit();
- this.groupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.picIot)).EndInit();
- this.groupBox5.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.picMESStatus)).EndInit();
- this.groupBox7.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
- this.groupBox12.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
- this.groupBox9.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
- this.groupBox8.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.picPLC)).EndInit();
- this.groupBox6.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- this.groupBox10.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
- this.groupBox13.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
- this.groupBox11.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
- this.panel3.ResumeLayout(false);
- this.groupBox4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.systemLog)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.DataGridView systemLog;
- private System.Windows.Forms.DataGridViewTextBoxColumn colDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn colTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn colMessage;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.GroupBox groupBox5;
- private System.Windows.Forms.PictureBox picMESStatus;
- private System.Windows.Forms.GroupBox groupBox7;
- private System.Windows.Forms.PictureBox pictureBox6;
- private System.Windows.Forms.GroupBox groupBox12;
- private System.Windows.Forms.PictureBox pictureBox8;
- private System.Windows.Forms.GroupBox groupBox9;
- private System.Windows.Forms.PictureBox pictureBox7;
- private System.Windows.Forms.GroupBox groupBox8;
- private System.Windows.Forms.PictureBox picPLC;
- private System.Windows.Forms.GroupBox groupBox6;
- private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.GroupBox groupBox10;
- private System.Windows.Forms.PictureBox pictureBox3;
- private System.Windows.Forms.GroupBox groupBox13;
- private System.Windows.Forms.PictureBox pictureBox5;
- private System.Windows.Forms.GroupBox groupBox11;
- private System.Windows.Forms.PictureBox pictureBox4;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.TextBox currentBN;
- private System.Windows.Forms.TextBox currentWC;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ImageList imageListState;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox currentMtltmrk;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.PictureBox picIot;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.TextBox txt_CurSupplierCode;
- private System.Windows.Forms.GroupBox groupBox14;
- private System.Windows.Forms.PictureBox picAgvHttp;
- private System.Windows.Forms.GroupBox groupBox15;
- private System.Windows.Forms.PictureBox picAgvMqtt;
- }
- }
|