namespace Core.StlMes.Client.Qcm
{
partial class ComBaseSplineCopyStdFrm
{
///
/// 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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ComBaseSplineCopyStdFrm));
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
this.SuspendLayout();
//
// ultraLabel1
//
this.ultraLabel1.AutoSize = true;
this.ultraLabel1.Location = new System.Drawing.Point(51, 36);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(52, 19);
this.ultraLabel1.TabIndex = 0;
this.ultraLabel1.Text = "旧标准";
//
// ultraTextEditor1
//
editorButton1.Text = "选择";
this.ultraTextEditor1.ButtonsRight.Add(editorButton1);
this.ultraTextEditor1.Location = new System.Drawing.Point(106, 31);
this.ultraTextEditor1.Name = "ultraTextEditor1";
this.ultraTextEditor1.ReadOnly = true;
this.ultraTextEditor1.Size = new System.Drawing.Size(236, 24);
this.ultraTextEditor1.TabIndex = 1;
this.ultraTextEditor1.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.UltraTextEditor1_EditorButtonClick);
//
// ultraTextEditor2
//
editorButton2.Text = "选择";
this.ultraTextEditor2.ButtonsRight.Add(editorButton2);
this.ultraTextEditor2.Location = new System.Drawing.Point(106, 102);
this.ultraTextEditor2.Name = "ultraTextEditor2";
this.ultraTextEditor2.ReadOnly = true;
this.ultraTextEditor2.Size = new System.Drawing.Size(232, 24);
this.ultraTextEditor2.TabIndex = 3;
this.ultraTextEditor2.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.UltraTextEditor2_EditorButtonClick);
//
// ultraLabel2
//
this.ultraLabel2.AutoSize = true;
this.ultraLabel2.Location = new System.Drawing.Point(52, 106);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(52, 19);
this.ultraLabel2.TabIndex = 2;
this.ultraLabel2.Text = "新标准";
//
// ultraLabel3
//
this.ultraLabel3.AutoSize = true;
this.ultraLabel3.Location = new System.Drawing.Point(191, 72);
this.ultraLabel3.Name = "ultraLabel3";
this.ultraLabel3.Size = new System.Drawing.Size(21, 17);
this.ultraLabel3.TabIndex = 4;
this.ultraLabel3.Text = "↓";
//
// ultraButton1
//
this.ultraButton1.Location = new System.Drawing.Point(384, 102);
this.ultraButton1.Name = "ultraButton1";
this.ultraButton1.Size = new System.Drawing.Size(75, 27);
this.ultraButton1.TabIndex = 5;
this.ultraButton1.Text = "确认";
this.ultraButton1.Click += new System.EventHandler(this.UltraButton1_Click);
//
// ComBaseSplineCopyStdFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(502, 170);
this.Controls.Add(this.ultraButton1);
this.Controls.Add(this.ultraLabel3);
this.Controls.Add(this.ultraTextEditor2);
this.Controls.Add(this.ultraLabel2);
this.Controls.Add(this.ultraTextEditor1);
this.Controls.Add(this.ultraLabel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ComBaseSplineCopyStdFrm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "选择换版标准";
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.Misc.UltraLabel ultraLabel3;
private Infragistics.Win.Misc.UltraButton ultraButton1;
}
}