namespace Core.StlMes.Client.SaleOrder.Dialog
{
partial class FrmCheckNLK
{
///
/// 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(FrmCheckNLK));
this.txtReason = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
this.btnBack = new Infragistics.Win.Misc.UltraButton();
this.btnPass = new Infragistics.Win.Misc.UltraButton();
((System.ComponentModel.ISupportInitialize)(this.txtReason)).BeginInit();
this.ultraPanel1.ClientArea.SuspendLayout();
this.ultraPanel1.SuspendLayout();
this.SuspendLayout();
//
// txtReason
//
this.txtReason.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtReason.Location = new System.Drawing.Point(0, 0);
this.txtReason.Multiline = true;
this.txtReason.Name = "txtReason";
this.txtReason.ReadOnly = true;
this.txtReason.Size = new System.Drawing.Size(284, 214);
this.txtReason.TabIndex = 0;
//
// ultraPanel1
//
//
// ultraPanel1.ClientArea
//
this.ultraPanel1.ClientArea.Controls.Add(this.btnBack);
this.ultraPanel1.ClientArea.Controls.Add(this.btnPass);
this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ultraPanel1.Location = new System.Drawing.Point(0, 214);
this.ultraPanel1.Name = "ultraPanel1";
this.ultraPanel1.Size = new System.Drawing.Size(284, 47);
this.ultraPanel1.TabIndex = 1;
//
// btnBack
//
this.btnBack.Location = new System.Drawing.Point(159, 6);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(90, 29);
this.btnBack.TabIndex = 1;
this.btnBack.Text = "审核不通过";
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// btnPass
//
this.btnPass.Location = new System.Drawing.Point(35, 6);
this.btnPass.Name = "btnPass";
this.btnPass.Size = new System.Drawing.Size(90, 29);
this.btnPass.TabIndex = 0;
this.btnPass.Text = "审核通过";
this.btnPass.Click += new System.EventHandler(this.btnPass_Click);
//
// FrmCheckNLK
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 261);
this.Controls.Add(this.txtReason);
this.Controls.Add(this.ultraPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmCheckNLK";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "审核不利库原因";
this.Load += new System.EventHandler(this.FrmCheckNLK_Load);
((System.ComponentModel.ISupportInitialize)(this.txtReason)).EndInit();
this.ultraPanel1.ClientArea.ResumeLayout(false);
this.ultraPanel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtReason;
private Infragistics.Win.Misc.UltraPanel ultraPanel1;
private Infragistics.Win.Misc.UltraButton btnBack;
private Infragistics.Win.Misc.UltraButton btnPass;
}
}