123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402 |
- namespace WCS_Client.From
- {
- partial class Form_EquInfo
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_EquInfo));
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.txtEquNo = new System.Windows.Forms.TextBox();
- this.txtAlarmInfo = new System.Windows.Forms.TextBox();
- this.txtPlcName = new System.Windows.Forms.TextBox();
- this.txtEquType = new System.Windows.Forms.TextBox();
- this.txtAlarmNo = new System.Windows.Forms.TextBox();
- this.txtEndAddress = new System.Windows.Forms.TextBox();
- this.txtStartAddress = new System.Windows.Forms.TextBox();
- this.txtGoodsCode = new System.Windows.Forms.TextBox();
- this.txtTaskNo = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.txtPH_Status = new System.Windows.Forms.TextBox();
- this.txtConfirm = new System.Windows.Forms.TextBox();
- this.txtRequest = new System.Windows.Forms.TextBox();
- this.txtGoodsType = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.txtAGVPallEmpty = new System.Windows.Forms.TextBox();
- this.label14 = new System.Windows.Forms.Label();
- this.txtAGVPallFull = new System.Windows.Forms.TextBox();
- this.label15 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(20, 52);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(59, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "设备编号:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(20, 104);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(59, 12);
- this.label2.TabIndex = 1;
- this.label2.Text = "PLC 名称:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(20, 157);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(59, 12);
- this.label3.TabIndex = 2;
- this.label3.Text = "设备类型:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(20, 208);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(59, 12);
- this.label4.TabIndex = 3;
- this.label4.Text = "报警编号:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(20, 255);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(59, 12);
- this.label5.TabIndex = 4;
- this.label5.Text = "报警信息:";
- //
- // txtEquNo
- //
- this.txtEquNo.Location = new System.Drawing.Point(109, 47);
- this.txtEquNo.Name = "txtEquNo";
- this.txtEquNo.ReadOnly = true;
- this.txtEquNo.Size = new System.Drawing.Size(127, 21);
- this.txtEquNo.TabIndex = 5;
- //
- // txtAlarmInfo
- //
- this.txtAlarmInfo.Location = new System.Drawing.Point(109, 250);
- this.txtAlarmInfo.Multiline = true;
- this.txtAlarmInfo.Name = "txtAlarmInfo";
- this.txtAlarmInfo.ReadOnly = true;
- this.txtAlarmInfo.Size = new System.Drawing.Size(589, 82);
- this.txtAlarmInfo.TabIndex = 6;
- //
- // txtPlcName
- //
- this.txtPlcName.Location = new System.Drawing.Point(109, 99);
- this.txtPlcName.Name = "txtPlcName";
- this.txtPlcName.ReadOnly = true;
- this.txtPlcName.Size = new System.Drawing.Size(127, 21);
- this.txtPlcName.TabIndex = 7;
- //
- // txtEquType
- //
- this.txtEquType.Location = new System.Drawing.Point(109, 152);
- this.txtEquType.Name = "txtEquType";
- this.txtEquType.ReadOnly = true;
- this.txtEquType.Size = new System.Drawing.Size(127, 21);
- this.txtEquType.TabIndex = 8;
- //
- // txtAlarmNo
- //
- this.txtAlarmNo.Location = new System.Drawing.Point(109, 203);
- this.txtAlarmNo.Name = "txtAlarmNo";
- this.txtAlarmNo.ReadOnly = true;
- this.txtAlarmNo.Size = new System.Drawing.Size(127, 21);
- this.txtAlarmNo.TabIndex = 9;
- //
- // txtEndAddress
- //
- this.txtEndAddress.Location = new System.Drawing.Point(337, 203);
- this.txtEndAddress.Name = "txtEndAddress";
- this.txtEndAddress.ReadOnly = true;
- this.txtEndAddress.Size = new System.Drawing.Size(127, 21);
- this.txtEndAddress.TabIndex = 17;
- //
- // txtStartAddress
- //
- this.txtStartAddress.Location = new System.Drawing.Point(337, 152);
- this.txtStartAddress.Name = "txtStartAddress";
- this.txtStartAddress.ReadOnly = true;
- this.txtStartAddress.Size = new System.Drawing.Size(127, 21);
- this.txtStartAddress.TabIndex = 16;
- //
- // txtGoodsCode
- //
- this.txtGoodsCode.Location = new System.Drawing.Point(337, 99);
- this.txtGoodsCode.Name = "txtGoodsCode";
- this.txtGoodsCode.ReadOnly = true;
- this.txtGoodsCode.Size = new System.Drawing.Size(127, 21);
- this.txtGoodsCode.TabIndex = 15;
- //
- // txtTaskNo
- //
- this.txtTaskNo.Location = new System.Drawing.Point(337, 47);
- this.txtTaskNo.Name = "txtTaskNo";
- this.txtTaskNo.ReadOnly = true;
- this.txtTaskNo.Size = new System.Drawing.Size(127, 21);
- this.txtTaskNo.TabIndex = 14;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(246, 208);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(59, 12);
- this.label6.TabIndex = 13;
- this.label6.Text = "目标地址:";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(246, 157);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(59, 12);
- this.label7.TabIndex = 12;
- this.label7.Text = "起点地址:";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(246, 104);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(59, 12);
- this.label8.TabIndex = 11;
- this.label8.Text = "货物条码:";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(246, 52);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(59, 12);
- this.label9.TabIndex = 10;
- this.label9.Text = "任务编号:";
- //
- // txtPH_Status
- //
- this.txtPH_Status.Location = new System.Drawing.Point(571, 203);
- this.txtPH_Status.Name = "txtPH_Status";
- this.txtPH_Status.ReadOnly = true;
- this.txtPH_Status.Size = new System.Drawing.Size(127, 21);
- this.txtPH_Status.TabIndex = 25;
- //
- // txtConfirm
- //
- this.txtConfirm.Location = new System.Drawing.Point(571, 152);
- this.txtConfirm.Name = "txtConfirm";
- this.txtConfirm.ReadOnly = true;
- this.txtConfirm.Size = new System.Drawing.Size(127, 21);
- this.txtConfirm.TabIndex = 24;
- //
- // txtRequest
- //
- this.txtRequest.Location = new System.Drawing.Point(571, 99);
- this.txtRequest.Name = "txtRequest";
- this.txtRequest.ReadOnly = true;
- this.txtRequest.Size = new System.Drawing.Size(127, 21);
- this.txtRequest.TabIndex = 23;
- //
- // txtGoodsType
- //
- this.txtGoodsType.Location = new System.Drawing.Point(571, 47);
- this.txtGoodsType.Name = "txtGoodsType";
- this.txtGoodsType.ReadOnly = true;
- this.txtGoodsType.Size = new System.Drawing.Size(127, 21);
- this.txtGoodsType.TabIndex = 22;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(494, 208);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(59, 12);
- this.label10.TabIndex = 21;
- this.label10.Text = "光电有货:";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(470, 157);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(77, 12);
- this.label11.TabIndex = 20;
- this.label11.Text = "WCS确认信号:";
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(470, 104);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(77, 12);
- this.label12.TabIndex = 19;
- this.label12.Text = "PLC请求信号:";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(494, 52);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(59, 12);
- this.label13.TabIndex = 18;
- this.label13.Text = "货物类型:";
- //
- // txtAGVPallEmpty
- //
- this.txtAGVPallEmpty.Location = new System.Drawing.Point(571, 250);
- this.txtAGVPallEmpty.Name = "txtAGVPallEmpty";
- this.txtAGVPallEmpty.ReadOnly = true;
- this.txtAGVPallEmpty.Size = new System.Drawing.Size(127, 21);
- this.txtAGVPallEmpty.TabIndex = 29;
- this.txtAGVPallEmpty.Visible = false;
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(494, 255);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(59, 12);
- this.label14.TabIndex = 28;
- this.label14.Text = "码盘位空:";
- this.label14.Visible = false;
- //
- // txtAGVPallFull
- //
- this.txtAGVPallFull.Location = new System.Drawing.Point(337, 250);
- this.txtAGVPallFull.Name = "txtAGVPallFull";
- this.txtAGVPallFull.ReadOnly = true;
- this.txtAGVPallFull.Size = new System.Drawing.Size(127, 21);
- this.txtAGVPallFull.TabIndex = 27;
- this.txtAGVPallFull.Visible = false;
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(246, 255);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(59, 12);
- this.label15.TabIndex = 26;
- this.label15.Text = "码盘位满:";
- this.label15.Visible = false;
- //
- // Form_EquInfo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(718, 366);
- this.Controls.Add(this.txtAGVPallEmpty);
- this.Controls.Add(this.label14);
- this.Controls.Add(this.txtAGVPallFull);
- this.Controls.Add(this.label15);
- this.Controls.Add(this.txtPH_Status);
- this.Controls.Add(this.txtConfirm);
- this.Controls.Add(this.txtRequest);
- this.Controls.Add(this.txtGoodsType);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.label11);
- this.Controls.Add(this.label12);
- this.Controls.Add(this.label13);
- this.Controls.Add(this.txtEndAddress);
- this.Controls.Add(this.txtStartAddress);
- this.Controls.Add(this.txtGoodsCode);
- this.Controls.Add(this.txtTaskNo);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.txtAlarmNo);
- this.Controls.Add(this.txtEquType);
- this.Controls.Add(this.txtPlcName);
- this.Controls.Add(this.txtAlarmInfo);
- this.Controls.Add(this.txtEquNo);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.Name = "Form_EquInfo";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "设备信息";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox txtEquNo;
- private System.Windows.Forms.TextBox txtAlarmInfo;
- private System.Windows.Forms.TextBox txtPlcName;
- private System.Windows.Forms.TextBox txtEquType;
- private System.Windows.Forms.TextBox txtAlarmNo;
- private System.Windows.Forms.TextBox txtEndAddress;
- private System.Windows.Forms.TextBox txtStartAddress;
- private System.Windows.Forms.TextBox txtGoodsCode;
- private System.Windows.Forms.TextBox txtTaskNo;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox txtPH_Status;
- private System.Windows.Forms.TextBox txtConfirm;
- private System.Windows.Forms.TextBox txtRequest;
- private System.Windows.Forms.TextBox txtGoodsType;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.TextBox txtAGVPallEmpty;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.TextBox txtAGVPallFull;
- private System.Windows.Forms.Label label15;
- }
- }
|