namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
{
partial class WinStdUpdate
{
///
/// 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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
this.newStd = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.oldStd = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
((System.ComponentModel.ISupportInitialize)(this.newStd)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.oldStd)).BeginInit();
this.SuspendLayout();
//
// ultraLabel2
//
this.ultraLabel2.AutoSize = true;
this.ultraLabel2.Location = new System.Drawing.Point(71, 146);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(52, 19);
this.ultraLabel2.TabIndex = 4;
this.ultraLabel2.Text = "新标准";
//
// ultraLabel1
//
this.ultraLabel1.AutoSize = true;
this.ultraLabel1.Location = new System.Drawing.Point(71, 72);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(52, 19);
this.ultraLabel1.TabIndex = 3;
this.ultraLabel1.Text = "旧标准";
//
// ultraButton1
//
this.ultraButton1.Location = new System.Drawing.Point(444, 138);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.Size = new System.Drawing.Size(75, 27);
this.ultraButton1.TabIndex = 8;
this.ultraButton1.Text = "确认";
this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
//
// newStd
//
editorButton1.Text = "选择";
this.newStd.ButtonsRight.Add(editorButton1);
this.newStd.Location = new System.Drawing.Point(166, 138);
this.newStd.Name = "newStd";
this.newStd.Size = new System.Drawing.Size(236, 24);
this.newStd.TabIndex = 7;
this.newStd.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.newStd_EditorButtonClick);
//
// oldStd
//
editorButton2.Text = "选择";
this.oldStd.ButtonsRight.Add(editorButton2);
this.oldStd.Location = new System.Drawing.Point(166, 67);
this.oldStd.Name = "oldStd";
this.oldStd.Size = new System.Drawing.Size(236, 24);
this.oldStd.TabIndex = 6;
this.oldStd.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.oldStd_EditorButtonClick);
//
// WinStdUpdate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(571, 213);
this.Controls.Add(this.ultraButton1);
this.Controls.Add(this.newStd);
this.Controls.Add(this.oldStd);
this.Controls.Add(this.ultraLabel2);
this.Controls.Add(this.ultraLabel1);
this.Name = "WinStdUpdate";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "方法标准更新";
((System.ComponentModel.ISupportInitialize)(this.newStd)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.oldStd)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.Misc.UltraButton ultraButton1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor newStd;
private Infragistics.Win.UltraWinEditors.UltraTextEditor oldStd;
}
}