namespace Core.StlMes.Client.SaleOrder.Dialog
{
partial class dlgReviewMemo
{
///
/// 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(dlgReviewMemo));
this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// ultraTextEditor1
//
this.ultraTextEditor1.Location = new System.Drawing.Point(10, 10);
this.ultraTextEditor1.Name = "ultraTextEditor1";
this.ultraTextEditor1.ReadOnly = true;
this.ultraTextEditor1.Size = new System.Drawing.Size(225, 21);
this.ultraTextEditor1.TabIndex = 1;
//
// ultraTextEditor2
//
this.ultraTextEditor2.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraTextEditor2.Location = new System.Drawing.Point(3, 18);
this.ultraTextEditor2.MaxLength = 100;
this.ultraTextEditor2.Multiline = true;
this.ultraTextEditor2.Name = "ultraTextEditor2";
this.ultraTextEditor2.Size = new System.Drawing.Size(313, 172);
this.ultraTextEditor2.TabIndex = 2;
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.ultraTextEditor2);
this.ultraGroupBox1.Location = new System.Drawing.Point(7, 39);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(319, 193);
this.ultraGroupBox1.TabIndex = 3;
this.ultraGroupBox1.Text = "评审说明";
//
// ultraButton1
//
this.ultraButton1.Location = new System.Drawing.Point(244, 10);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.Size = new System.Drawing.Size(75, 23);
this.ultraButton1.TabIndex = 4;
this.ultraButton1.Text = "确定";
this.ultraButton1.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
//
// dlgReviewMemo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(331, 237);
this.Controls.Add(this.ultraButton1);
this.Controls.Add(this.ultraGroupBox1);
this.Controls.Add(this.ultraTextEditor1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "dlgReviewMemo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "评审说明";
this.Load += new System.EventHandler(this.dlgReviewMemo_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ultraGroupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private Infragistics.Win.Misc.UltraButton ultraButton1;
}
}