namespace Core.StlMes.Client.Mcp.VRP.Vrp
{
partial class VrpMesureDataPerWt
{
///
/// 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.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
this.uteW = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.utnX = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
this.rb1 = new System.Windows.Forms.RadioButton();
this.rb2 = new System.Windows.Forms.RadioButton();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
this.ubtOK = new Infragistics.Win.Misc.UltraButton();
this.ubtCancel = new Infragistics.Win.Misc.UltraButton();
this.uneValue = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.une3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.lblShow = new Infragistics.Win.Misc.UltraLabel();
((System.ComponentModel.ISupportInitialize)(this.uteW)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.utnX)).BeginInit();
this.ultraPanel2.ClientArea.SuspendLayout();
this.ultraPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.uneValue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.une3)).BeginInit();
this.SuspendLayout();
//
// uteW
//
this.uteW.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.uteW.Location = new System.Drawing.Point(132, 38);
this.uteW.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.uteW.Name = "uteW";
this.uteW.Size = new System.Drawing.Size(377, 30);
this.uteW.TabIndex = 1;
this.uteW.Text = "(外径-壁厚)*壁厚*0.0246615";
this.uteW.TextChanged += new System.EventHandler(this.uteW_TextChanged);
//
// ultraLabel2
//
this.ultraLabel2.AutoSize = true;
this.ultraLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ultraLabel2.Location = new System.Drawing.Point(532, 41);
this.ultraLabel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(203, 32);
this.ultraLabel2.TabIndex = 2;
this.ultraLabel2.Text = "单重保留小数位";
//
// utnX
//
appearance1.ImageHAlign = Infragistics.Win.HAlign.Center;
this.utnX.Appearance = appearance1;
this.utnX.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.utnX.Location = new System.Drawing.Point(716, 35);
this.utnX.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.utnX.MaskInput = "nn";
this.utnX.Name = "utnX";
this.utnX.Size = new System.Drawing.Size(85, 30);
this.utnX.TabIndex = 4;
this.utnX.Value = 2;
this.utnX.ValueChanged += new System.EventHandler(this.uteW_TextChanged);
//
// rb1
//
this.rb1.AutoSize = true;
this.rb1.Checked = true;
this.rb1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.rb1.Location = new System.Drawing.Point(12, 38);
this.rb1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rb1.Name = "rb1";
this.rb1.Size = new System.Drawing.Size(114, 24);
this.rb1.TabIndex = 5;
this.rb1.TabStop = true;
this.rb1.Text = "单重公式";
this.rb1.UseVisualStyleBackColor = true;
this.rb1.CheckedChanged += new System.EventHandler(this.rb1_CheckedChanged);
//
// rb2
//
this.rb2.AutoSize = true;
this.rb2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.rb2.Location = new System.Drawing.Point(12, 132);
this.rb2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rb2.Name = "rb2";
this.rb2.Size = new System.Drawing.Size(72, 24);
this.rb2.TabIndex = 6;
this.rb2.Text = "单重";
this.rb2.UseVisualStyleBackColor = true;
this.rb2.CheckedChanged += new System.EventHandler(this.rb1_CheckedChanged);
//
// ultraLabel1
//
this.ultraLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ultraLabel1.Location = new System.Drawing.Point(16, 231);
this.ultraLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(68, 22);
this.ultraLabel1.TabIndex = 8;
this.ultraLabel1.Text = "em值";
//
// ultraPanel2
//
//
// ultraPanel2.ClientArea
//
this.ultraPanel2.ClientArea.Controls.Add(this.ubtOK);
this.ultraPanel2.ClientArea.Controls.Add(this.ubtCancel);
this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ultraPanel2.Location = new System.Drawing.Point(0, 325);
this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraPanel2.Name = "ultraPanel2";
this.ultraPanel2.Size = new System.Drawing.Size(937, 45);
this.ultraPanel2.TabIndex = 10;
//
// ubtOK
//
this.ubtOK.Dock = System.Windows.Forms.DockStyle.Right;
this.ubtOK.Location = new System.Drawing.Point(837, 0);
this.ubtOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ubtOK.Name = "ubtOK";
this.ubtOK.Size = new System.Drawing.Size(100, 45);
this.ubtOK.TabIndex = 5;
this.ubtOK.Text = "确认";
this.ubtOK.Click += new System.EventHandler(this.ubtOK_Click);
//
// ubtCancel
//
this.ubtCancel.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.ubtCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.ubtCancel.Location = new System.Drawing.Point(752, 5);
this.ubtCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ubtCancel.Name = "ubtCancel";
this.ubtCancel.Size = new System.Drawing.Size(100, 29);
this.ubtCancel.TabIndex = 4;
this.ubtCancel.Text = "取消";
//
// uneValue
//
this.uneValue.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.uneValue.Location = new System.Drawing.Point(132, 131);
this.uneValue.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.uneValue.Name = "uneValue";
this.uneValue.ReadOnly = true;
this.uneValue.Size = new System.Drawing.Size(229, 30);
this.uneValue.TabIndex = 11;
//
// une3
//
this.une3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.une3.Location = new System.Drawing.Point(132, 224);
this.une3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.une3.Name = "une3";
this.une3.Size = new System.Drawing.Size(229, 30);
this.une3.TabIndex = 12;
this.une3.Text = "0";
//
// lblShow
//
appearance4.ForeColor = System.Drawing.Color.Red;
this.lblShow.Appearance = appearance4;
this.lblShow.AutoSize = true;
this.lblShow.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblShow.Location = new System.Drawing.Point(157, 72);
this.lblShow.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblShow.Name = "lblShow";
this.lblShow.Size = new System.Drawing.Size(0, 0);
this.lblShow.TabIndex = 13;
//
// VrpMesureDataPerWt
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(937, 370);
this.Controls.Add(this.lblShow);
this.Controls.Add(this.une3);
this.Controls.Add(this.uneValue);
this.Controls.Add(this.ultraPanel2);
this.Controls.Add(this.ultraLabel1);
this.Controls.Add(this.rb2);
this.Controls.Add(this.rb1);
this.Controls.Add(this.utnX);
this.Controls.Add(this.ultraLabel2);
this.Controls.Add(this.uteW);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "VrpMesureDataPerWt";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "单重";
((System.ComponentModel.ISupportInitialize)(this.uteW)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.utnX)).EndInit();
this.ultraPanel2.ClientArea.ResumeLayout(false);
this.ultraPanel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.uneValue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.une3)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Infragistics.Win.UltraWinEditors.UltraTextEditor uteW;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.UltraWinEditors.UltraNumericEditor utnX;
private System.Windows.Forms.RadioButton rb1;
private System.Windows.Forms.RadioButton rb2;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.Misc.UltraPanel ultraPanel2;
private Infragistics.Win.Misc.UltraButton ubtOK;
private Infragistics.Win.Misc.UltraButton ubtCancel;
private Infragistics.Win.UltraWinEditors.UltraTextEditor uneValue;
private Infragistics.Win.UltraWinEditors.UltraTextEditor une3;
private Infragistics.Win.Misc.UltraLabel lblShow;
}
}