namespace Core.StlMes.Client.Lims.Port
{
partial class PhyItemsConfirmResult
{
///
/// 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()
{
Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
this.ultraIS_CORRECT = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
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.ultraIS_CORRECT)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).BeginInit();
this.SuspendLayout();
//
// ultraIS_CORRECT
//
valueListItem3.DataValue = "11";
valueListItem3.DisplayText = "成立";
valueListItem4.DataValue = "10";
valueListItem4.DisplayText = "不成立";
this.ultraIS_CORRECT.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem3,
valueListItem4});
this.ultraIS_CORRECT.Location = new System.Drawing.Point(98, 19);
this.ultraIS_CORRECT.Name = "ultraIS_CORRECT";
this.ultraIS_CORRECT.Size = new System.Drawing.Size(65, 21);
this.ultraIS_CORRECT.TabIndex = 221;
this.ultraIS_CORRECT.Text = "成立";
//
// ultraLabel15
//
appearance42.TextHAlignAsString = "Right";
appearance42.TextVAlignAsString = "Middle";
this.ultraLabel15.Appearance = appearance42;
this.ultraLabel15.AutoSize = true;
this.ultraLabel15.Location = new System.Drawing.Point(40, 22);
this.ultraLabel15.Name = "ultraLabel15";
this.ultraLabel15.Size = new System.Drawing.Size(54, 16);
this.ultraLabel15.TabIndex = 220;
this.ultraLabel15.Text = "确认结果";
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.txtREMARK);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 49);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(288, 193);
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, 172);
this.txtREMARK.TabIndex = 2;
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(169, 18);
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);
//
// PhyItemsConfirmResult
//
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.Controls.Add(this.ultraIS_CORRECT);
this.Controls.Add(this.ultraLabel15);
this.Name = "PhyItemsConfirmResult";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "确认结果说明";
((System.ComponentModel.ISupportInitialize)(this.ultraIS_CORRECT)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ultraGroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraIS_CORRECT;
private Infragistics.Win.Misc.UltraLabel ultraLabel15;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtREMARK;
private Infragistics.Win.Misc.UltraButton btnOk;
}
}