namespace Core.StlMes.Client.Lims.Data.Mat
{
partial class WinCancelReason
{
///
/// 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.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.txtREMARK = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.btnOk = new Infragistics.Win.Misc.UltraButton();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).BeginInit();
this.SuspendLayout();
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.txtREMARK);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 41);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(288, 201);
this.ultraGroupBox1.TabIndex = 222;
this.ultraGroupBox1.Text = "取消说明";
//
// txtREMARK
//
this.txtREMARK.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtREMARK.Location = new System.Drawing.Point(3, 18);
this.txtREMARK.MaxLength = 100;
this.txtREMARK.Multiline = true;
this.txtREMARK.Name = "txtREMARK";
this.txtREMARK.Size = new System.Drawing.Size(282, 180);
this.txtREMARK.TabIndex = 2;
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(107, 12);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 223;
this.btnOk.Text = "确定";
this.btnOk.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// WinCancelReason
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(288, 242);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.ultraGroupBox1);
this.Name = "WinCancelReason";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "取消说明";
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ultraGroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtREMARK;
private Infragistics.Win.Misc.UltraButton btnOk;
}
}