namespace WCS_Client.Frm.MBtn_Monitor { partial class FrmUpdateEquMsg { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.txtEqu_PlcName = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtEqu_No = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtEqu_Area = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtEqu_Type = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtEqu_Notes = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.btnCancel = new System.Windows.Forms.Button(); this.btnUpdateP = new System.Windows.Forms.Button(); this.SuspendLayout(); // // txtEqu_PlcName // this.txtEqu_PlcName.Location = new System.Drawing.Point(191, 49); this.txtEqu_PlcName.Name = "txtEqu_PlcName"; this.txtEqu_PlcName.ReadOnly = true; this.txtEqu_PlcName.Size = new System.Drawing.Size(163, 21); this.txtEqu_PlcName.TabIndex = 29; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(132, 51); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 28; this.label6.Text = "PLC名称:"; // // txtEqu_No // this.txtEqu_No.Location = new System.Drawing.Point(191, 25); this.txtEqu_No.Name = "txtEqu_No"; this.txtEqu_No.ReadOnly = true; this.txtEqu_No.Size = new System.Drawing.Size(163, 21); this.txtEqu_No.TabIndex = 27; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(126, 27); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(59, 12); this.label3.TabIndex = 26; this.label3.Text = "设备编号:"; // // txtEqu_Area // this.txtEqu_Area.Location = new System.Drawing.Point(191, 73); this.txtEqu_Area.Name = "txtEqu_Area"; this.txtEqu_Area.ReadOnly = true; this.txtEqu_Area.Size = new System.Drawing.Size(163, 21); this.txtEqu_Area.TabIndex = 31; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(126, 75); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 12); this.label1.TabIndex = 30; this.label1.Text = "设备区域:"; // // txtEqu_Type // this.txtEqu_Type.Location = new System.Drawing.Point(191, 97); this.txtEqu_Type.Name = "txtEqu_Type"; this.txtEqu_Type.ReadOnly = true; this.txtEqu_Type.Size = new System.Drawing.Size(163, 21); this.txtEqu_Type.TabIndex = 33; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(126, 99); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(59, 12); this.label2.TabIndex = 32; this.label2.Text = "设备类型:"; // // txtEqu_Notes // this.txtEqu_Notes.Location = new System.Drawing.Point(191, 121); this.txtEqu_Notes.Multiline = true; this.txtEqu_Notes.Name = "txtEqu_Notes"; this.txtEqu_Notes.Size = new System.Drawing.Size(163, 76); this.txtEqu_Notes.TabIndex = 35; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(126, 123); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(59, 12); this.label4.TabIndex = 34; this.label4.Text = "备注信息:"; // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(256, 229); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 37; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click_1); // // btnUpdateP // this.btnUpdateP.Location = new System.Drawing.Point(155, 229); this.btnUpdateP.Name = "btnUpdateP"; this.btnUpdateP.Size = new System.Drawing.Size(75, 23); this.btnUpdateP.TabIndex = 36; this.btnUpdateP.Text = "提交"; this.btnUpdateP.UseVisualStyleBackColor = true; this.btnUpdateP.Click += new System.EventHandler(this.btnUpdateP_Click_1); // // FrmUpdateEquMsg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(467, 285); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnUpdateP); this.Controls.Add(this.txtEqu_Notes); this.Controls.Add(this.label4); this.Controls.Add(this.txtEqu_Type); this.Controls.Add(this.label2); this.Controls.Add(this.txtEqu_Area); this.Controls.Add(this.label1); this.Controls.Add(this.txtEqu_PlcName); this.Controls.Add(this.label6); this.Controls.Add(this.txtEqu_No); this.Controls.Add(this.label3); this.DoubleBuffered = true; this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "FrmUpdateEquMsg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "设备信息备注"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtEqu_PlcName; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtEqu_No; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtEqu_Area; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtEqu_Type; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtEqu_Notes; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnUpdateP; } }