namespace DllXqManager
{
partial class MacStatusBase
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MacStatusBase));
this.label3 = new System.Windows.Forms.Label();
this.editMacCode = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.editFCode = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.editRemark = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.editAlarmCode = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.editStatusFName = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.editSTime = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.editETime = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.editFLen = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.editAlarmDescribe = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.btEmail = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// label3
//
this.label3.Location = new System.Drawing.Point(2, 24);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(100, 23);
this.label3.TabIndex = 6;
this.label3.Text = "机台代码";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editMacCode
//
this.editMacCode.Location = new System.Drawing.Point(105, 24);
this.editMacCode.Name = "editMacCode";
this.editMacCode.Size = new System.Drawing.Size(176, 21);
this.editMacCode.TabIndex = 7;
//
// label1
//
this.label1.Location = new System.Drawing.Point(2, 68);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 23);
this.label1.TabIndex = 8;
this.label1.Text = "状态代码";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editFCode
//
this.editFCode.Location = new System.Drawing.Point(105, 68);
this.editFCode.Name = "editFCode";
this.editFCode.ReadOnly = true;
this.editFCode.Size = new System.Drawing.Size(176, 21);
this.editFCode.TabIndex = 9;
//
// label2
//
this.label2.Location = new System.Drawing.Point(2, 180);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(100, 23);
this.label2.TabIndex = 10;
this.label2.Text = "备注";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editRemark
//
this.editRemark.Location = new System.Drawing.Point(105, 180);
this.editRemark.Name = "editRemark";
this.editRemark.Size = new System.Drawing.Size(504, 21);
this.editRemark.TabIndex = 11;
//
// button1
//
this.button1.Location = new System.Drawing.Point(109, 266);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(83, 37);
this.button1.TabIndex = 16;
this.button1.Text = "新增(&A)";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(198, 266);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(83, 37);
this.button2.TabIndex = 17;
this.button2.Text = "保存(&S)";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label7
//
this.label7.Location = new System.Drawing.Point(2, 142);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(100, 23);
this.label7.TabIndex = 20;
this.label7.Text = "报警代码";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editAlarmCode
//
this.editAlarmCode.Location = new System.Drawing.Point(105, 142);
this.editAlarmCode.Name = "editAlarmCode";
this.editAlarmCode.Size = new System.Drawing.Size(176, 21);
this.editAlarmCode.TabIndex = 21;
//
// label8
//
this.label8.Location = new System.Drawing.Point(31, 105);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(71, 23);
this.label8.TabIndex = 140;
this.label8.Text = "状态名称";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editStatusFName
//
this.editStatusFName.Location = new System.Drawing.Point(105, 105);
this.editStatusFName.Name = "editStatusFName";
this.editStatusFName.ReadOnly = true;
this.editStatusFName.Size = new System.Drawing.Size(176, 21);
this.editStatusFName.TabIndex = 141;
//
// label9
//
this.label9.Location = new System.Drawing.Point(290, 22);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(69, 23);
this.label9.TabIndex = 142;
this.label9.Text = "开始时间";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editSTime
//
this.editSTime.Location = new System.Drawing.Point(362, 22);
this.editSTime.Name = "editSTime";
this.editSTime.ReadOnly = true;
this.editSTime.Size = new System.Drawing.Size(247, 21);
this.editSTime.TabIndex = 143;
//
// label11
//
this.label11.Location = new System.Drawing.Point(290, 70);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(69, 23);
this.label11.TabIndex = 146;
this.label11.Text = "结束时间";
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editETime
//
this.editETime.Location = new System.Drawing.Point(362, 70);
this.editETime.Name = "editETime";
this.editETime.ReadOnly = true;
this.editETime.Size = new System.Drawing.Size(247, 21);
this.editETime.TabIndex = 147;
//
// label13
//
this.label13.Location = new System.Drawing.Point(290, 105);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(69, 23);
this.label13.TabIndex = 150;
this.label13.Text = "时长";
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editFLen
//
this.editFLen.Location = new System.Drawing.Point(362, 105);
this.editFLen.Name = "editFLen";
this.editFLen.ReadOnly = true;
this.editFLen.Size = new System.Drawing.Size(247, 21);
this.editFLen.TabIndex = 151;
//
// label14
//
this.label14.Location = new System.Drawing.Point(288, 142);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(71, 23);
this.label14.TabIndex = 152;
this.label14.Text = "报警描述";
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// editAlarmDescribe
//
this.editAlarmDescribe.Location = new System.Drawing.Point(362, 142);
this.editAlarmDescribe.Name = "editAlarmDescribe";
this.editAlarmDescribe.Size = new System.Drawing.Size(247, 21);
this.editAlarmDescribe.TabIndex = 153;
//
// button3
//
this.button3.Location = new System.Drawing.Point(304, 266);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(83, 37);
this.button3.TabIndex = 155;
this.button3.Text = "复制新增(&C)";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// panel1
//
this.panel1.Controls.Add(this.btEmail);
this.panel1.Controls.Add(this.editMacCode);
this.panel1.Controls.Add(this.button3);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label14);
this.panel1.Controls.Add(this.editFCode);
this.panel1.Controls.Add(this.editAlarmDescribe);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.label13);
this.panel1.Controls.Add(this.editRemark);
this.panel1.Controls.Add(this.editFLen);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label11);
this.panel1.Controls.Add(this.editETime);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.editAlarmCode);
this.panel1.Controls.Add(this.editSTime);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.editStatusFName);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(680, 322);
this.panel1.TabIndex = 156;
//
// btEmail
//
this.btEmail.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btEmail.Image = ((System.Drawing.Image)(resources.GetObject("btEmail.Image")));
this.btEmail.Location = new System.Drawing.Point(272, 67);
this.btEmail.Name = "btEmail";
this.btEmail.Size = new System.Drawing.Size(25, 25);
this.btEmail.TabIndex = 159;
this.btEmail.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.btEmail.UseVisualStyleBackColor = true;
this.btEmail.Click += new System.EventHandler(this.btEmail_Click_1);
//
// MacStatusBase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(680, 321);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.Name = "MacStatusBase";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "状态维护";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mmabase_FormClosing);
this.Load += new System.EventHandler(this.MacStatusBase_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox editMacCode;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox editFCode;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox editRemark;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox editAlarmCode;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox editStatusFName;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox editSTime;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox editETime;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox editFLen;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox editAlarmDescribe;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btEmail;
}
}