namespace Core.StlMes.Client.LgCommon
{
partial class frmManualOperate
{
///
/// 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(frmManualOperate));
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.unit_Abnormal = new Core.StlMes.Client.LgCommon.ucManualOperateUnit();
this.unit_Switch = new Core.StlMes.Client.LgCommon.ucManualOperateUnit();
this.unit_Normal = new Core.StlMes.Client.LgCommon.ucManualOperateUnit();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.unit_Normal);
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(300, 287);
this.panel1.TabIndex = 2;
//
// panel2
//
this.panel2.Controls.Add(this.unit_Abnormal);
this.panel2.Controls.Add(this.unit_Switch);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 80);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(300, 207);
this.panel2.TabIndex = 0;
//
// unit_Abnormal
//
this.unit_Abnormal.Caption = "异常执行操作";
this.unit_Abnormal.Dock = System.Windows.Forms.DockStyle.Fill;
this.unit_Abnormal.Location = new System.Drawing.Point(0, 0);
this.unit_Abnormal.Name = "unit_Abnormal";
this.unit_Abnormal.Size = new System.Drawing.Size(150, 207);
this.unit_Abnormal.TabIndex = 0;
//
// unit_Switch
//
this.unit_Switch.Caption = "切换岗位信息";
this.unit_Switch.Dock = System.Windows.Forms.DockStyle.Right;
this.unit_Switch.Location = new System.Drawing.Point(150, 0);
this.unit_Switch.Name = "unit_Switch";
this.unit_Switch.Size = new System.Drawing.Size(150, 207);
this.unit_Switch.TabIndex = 0;
//
// unit_Normal
//
this.unit_Normal.Caption = "正常执行操作";
this.unit_Normal.Dock = System.Windows.Forms.DockStyle.Top;
this.unit_Normal.Location = new System.Drawing.Point(0, 0);
this.unit_Normal.Name = "unit_Normal";
this.unit_Normal.Size = new System.Drawing.Size(300, 80);
this.unit_Normal.TabIndex = 0;
//
// btnOK
//
this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
this.btnOK.Location = new System.Drawing.Point(118, 296);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 0;
this.btnOK.Text = "确认(&O)";
this.btnOK.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
this.btnCancel.Location = new System.Drawing.Point(202, 296);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "退出(&C)";
this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.btnCancel.UseVisualStyleBackColor = true;
//
// frmManualOperate
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(300, 326);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmManualOperate";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.TopMost = true;
this.Load += new System.EventHandler(this.frmManualOperate_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Panel panel2;
private ucManualOperateUnit unit_Normal;
private ucManualOperateUnit unit_Switch;
private ucManualOperateUnit unit_Abnormal;
}
}