namespace Core.StlMes.Client.SaleOrder.Control
{
partial class CtrlLinePurchase
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton("normal");
Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinEditors.EditorButton editorButton4 = new Infragistics.Win.UltraWinEditors.EditorButton("update");
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
this.cmbUnit = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.numQty = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
this.cmbStdStyle = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cmbModel = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cmbSteel = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cmbProName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cmbSpec = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.cmbStdName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
this.cmbDlyType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.numDMax = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
this.numDMin = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
this.labSpecName = new Infragistics.Win.Misc.UltraLabel();
this.labModelName = new Infragistics.Win.Misc.UltraLabel();
this.labSteelName = new Infragistics.Win.Misc.UltraLabel();
this.labProName = new Infragistics.Win.Misc.UltraLabel();
this.labStdStyle = new Infragistics.Win.Misc.UltraLabel();
this.labQtyNum = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
this.labLength = new Infragistics.Win.Misc.UltraLabel();
this.labStdName = new Infragistics.Win.Misc.UltraLabel();
this.txtFinallyUser = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.txtLength = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.txtDlyInfo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.labDlyInfo = new Infragistics.Win.Misc.UltraLabel();
((System.ComponentModel.ISupportInitialize)(this.cmbUnit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numQty)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbStdStyle)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbModel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbSteel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbProName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbSpec)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbStdName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbDlyType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numDMax)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numDMin)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtFinallyUser)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtLength)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtDlyInfo)).BeginInit();
this.SuspendLayout();
//
// cmbUnit
//
this.cmbUnit.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cmbUnit.Location = new System.Drawing.Point(565, 67);
this.cmbUnit.Name = "cmbUnit";
this.cmbUnit.Size = new System.Drawing.Size(49, 21);
this.cmbUnit.TabIndex = 231;
//
// numQty
//
this.numQty.Location = new System.Drawing.Point(362, 67);
this.numQty.MaskInput = "nnnnnn.nnn";
this.numQty.Name = "numQty";
this.numQty.Nullable = true;
this.numQty.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
this.numQty.PromptChar = ' ';
this.numQty.Size = new System.Drawing.Size(197, 21);
this.numQty.TabIndex = 230;
//
// cmbStdStyle
//
this.cmbStdStyle.Location = new System.Drawing.Point(73, 122);
this.cmbStdStyle.Name = "cmbStdStyle";
this.cmbStdStyle.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cmbStdStyle.Size = new System.Drawing.Size(222, 21);
this.cmbStdStyle.TabIndex = 229;
//
// cmbModel
//
this.cmbModel.Location = new System.Drawing.Point(73, 94);
this.cmbModel.Name = "cmbModel";
this.cmbModel.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cmbModel.Size = new System.Drawing.Size(222, 21);
this.cmbModel.TabIndex = 228;
//
// cmbSteel
//
this.cmbSteel.Location = new System.Drawing.Point(73, 67);
this.cmbSteel.Name = "cmbSteel";
this.cmbSteel.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cmbSteel.Size = new System.Drawing.Size(222, 21);
this.cmbSteel.TabIndex = 227;
//
// cmbProName
//
this.cmbProName.Location = new System.Drawing.Point(74, 40);
this.cmbProName.Name = "cmbProName";
this.cmbProName.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cmbProName.Size = new System.Drawing.Size(222, 21);
this.cmbProName.TabIndex = 226;
//
// cmbSpec
//
this.cmbSpec.Location = new System.Drawing.Point(362, 13);
this.cmbSpec.Name = "cmbSpec";
this.cmbSpec.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cmbSpec.Size = new System.Drawing.Size(252, 21);
this.cmbSpec.TabIndex = 225;
//
// cmbStdName
//
this.cmbStdName.Location = new System.Drawing.Point(74, 13);
this.cmbStdName.Name = "cmbStdName";
this.cmbStdName.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cmbStdName.Size = new System.Drawing.Size(222, 21);
this.cmbStdName.TabIndex = 224;
//
// ultraLabel1
//
this.ultraLabel1.AutoSize = true;
this.ultraLabel1.Location = new System.Drawing.Point(350, 97);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(11, 14);
this.ultraLabel1.TabIndex = 222;
this.ultraLabel1.Text = "-";
//
// ultraLabel4
//
this.ultraLabel4.AutoSize = true;
this.ultraLabel4.Location = new System.Drawing.Point(445, 97);
this.ultraLabel4.Name = "ultraLabel4";
this.ultraLabel4.Size = new System.Drawing.Size(11, 14);
this.ultraLabel4.TabIndex = 223;
this.ultraLabel4.Text = "+";
//
// cmbDlyType
//
this.cmbDlyType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.cmbDlyType.Location = new System.Drawing.Point(543, 92);
this.cmbDlyType.Name = "cmbDlyType";
this.cmbDlyType.Size = new System.Drawing.Size(71, 21);
this.cmbDlyType.TabIndex = 220;
//
// numDMax
//
this.numDMax.Location = new System.Drawing.Point(462, 92);
this.numDMax.Name = "numDMax";
this.numDMax.Nullable = true;
this.numDMax.PromptChar = ' ';
this.numDMax.Size = new System.Drawing.Size(75, 21);
this.numDMax.TabIndex = 219;
this.numDMax.Value = 5;
//
// numDMin
//
this.numDMin.Location = new System.Drawing.Point(364, 92);
this.numDMin.Name = "numDMin";
this.numDMin.Nullable = true;
this.numDMin.PromptChar = ' ';
this.numDMin.Size = new System.Drawing.Size(75, 21);
this.numDMin.TabIndex = 218;
this.numDMin.Value = 5;
//
// ultraLabel5
//
this.ultraLabel5.AutoSize = true;
this.ultraLabel5.Location = new System.Drawing.Point(299, 95);
this.ultraLabel5.Name = "ultraLabel5";
this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
this.ultraLabel5.TabIndex = 221;
this.ultraLabel5.Text = "交货量差";
//
// labSpecName
//
this.labSpecName.AutoSize = true;
this.labSpecName.Location = new System.Drawing.Point(302, 17);
this.labSpecName.Name = "labSpecName";
this.labSpecName.Size = new System.Drawing.Size(54, 16);
this.labSpecName.TabIndex = 215;
this.labSpecName.Text = "规 格";
//
// labModelName
//
this.labModelName.AutoSize = true;
this.labModelName.Location = new System.Drawing.Point(13, 98);
this.labModelName.Name = "labModelName";
this.labModelName.Size = new System.Drawing.Size(54, 16);
this.labModelName.TabIndex = 214;
this.labModelName.Text = "扣 型";
//
// labSteelName
//
this.labSteelName.AutoSize = true;
this.labSteelName.Location = new System.Drawing.Point(13, 71);
this.labSteelName.Name = "labSteelName";
this.labSteelName.Size = new System.Drawing.Size(54, 16);
this.labSteelName.TabIndex = 213;
this.labSteelName.Text = "钢 级";
//
// labProName
//
this.labProName.AutoSize = true;
this.labProName.Location = new System.Drawing.Point(13, 44);
this.labProName.Name = "labProName";
this.labProName.Size = new System.Drawing.Size(54, 16);
this.labProName.TabIndex = 217;
this.labProName.Text = "品 名";
//
// labStdStyle
//
this.labStdStyle.AutoSize = true;
this.labStdStyle.Location = new System.Drawing.Point(13, 126);
this.labStdStyle.Name = "labStdStyle";
this.labStdStyle.Size = new System.Drawing.Size(54, 16);
this.labStdStyle.TabIndex = 216;
this.labStdStyle.Text = "标准类别";
//
// labQtyNum
//
this.labQtyNum.AutoSize = true;
this.labQtyNum.Location = new System.Drawing.Point(314, 70);
this.labQtyNum.Name = "labQtyNum";
this.labQtyNum.Size = new System.Drawing.Size(42, 16);
this.labQtyNum.TabIndex = 212;
this.labQtyNum.Text = "订货量";
//
// ultraLabel15
//
this.ultraLabel15.AutoSize = true;
this.ultraLabel15.Location = new System.Drawing.Point(304, 124);
this.ultraLabel15.Name = "ultraLabel15";
this.ultraLabel15.Size = new System.Drawing.Size(54, 16);
this.ultraLabel15.TabIndex = 209;
this.ultraLabel15.Text = "最终用户";
//
// labLength
//
this.labLength.AutoSize = true;
this.labLength.Location = new System.Drawing.Point(302, 43);
this.labLength.Name = "labLength";
this.labLength.Size = new System.Drawing.Size(54, 16);
this.labLength.TabIndex = 210;
this.labLength.Text = "长度要求";
//
// labStdName
//
this.labStdName.AutoSize = true;
this.labStdName.Location = new System.Drawing.Point(13, 17);
this.labStdName.Name = "labStdName";
this.labStdName.Size = new System.Drawing.Size(54, 16);
this.labStdName.TabIndex = 211;
this.labStdName.Text = "标准名称";
//
// txtFinallyUser
//
appearance13.FontData.BoldAsString = "True";
editorButton1.Appearance = appearance13;
editorButton1.Text = "+";
this.txtFinallyUser.ButtonsRight.Add(editorButton1);
this.txtFinallyUser.Location = new System.Drawing.Point(364, 121);
this.txtFinallyUser.Name = "txtFinallyUser";
this.txtFinallyUser.ReadOnly = true;
this.txtFinallyUser.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.txtFinallyUser.Size = new System.Drawing.Size(250, 21);
this.txtFinallyUser.TabIndex = 208;
this.txtFinallyUser.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txtFinallyUser_EditorButtonClick);
//
// txtLength
//
appearance14.FontData.BoldAsString = "True";
editorButton2.Appearance = appearance14;
editorButton2.Text = "+";
this.txtLength.ButtonsRight.Add(editorButton2);
this.txtLength.Location = new System.Drawing.Point(362, 40);
this.txtLength.Name = "txtLength";
this.txtLength.ReadOnly = true;
this.txtLength.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.txtLength.Size = new System.Drawing.Size(252, 21);
this.txtLength.TabIndex = 207;
this.txtLength.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txtLength_EditorButtonClick);
//
// txtDlyInfo
//
appearance16.FontData.BoldAsString = "True";
editorButton3.Appearance = appearance16;
editorButton3.Key = "normal";
editorButton3.Text = "+";
appearance1.FontData.BoldAsString = "True";
editorButton4.Appearance = appearance1;
editorButton4.Key = "update";
editorButton4.Text = "U";
editorButton4.Visible = false;
this.txtDlyInfo.ButtonsRight.Add(editorButton3);
this.txtDlyInfo.ButtonsRight.Add(editorButton4);
this.txtDlyInfo.Location = new System.Drawing.Point(73, 154);
this.txtDlyInfo.Multiline = true;
this.txtDlyInfo.Name = "txtDlyInfo";
this.txtDlyInfo.ReadOnly = true;
this.txtDlyInfo.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.txtDlyInfo.Size = new System.Drawing.Size(541, 57);
this.txtDlyInfo.TabIndex = 233;
this.txtDlyInfo.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txtDlyInfo_EditorButtonClick);
//
// labDlyInfo
//
this.labDlyInfo.AutoSize = true;
this.labDlyInfo.Location = new System.Drawing.Point(13, 153);
this.labDlyInfo.Name = "labDlyInfo";
this.labDlyInfo.Size = new System.Drawing.Size(54, 16);
this.labDlyInfo.TabIndex = 232;
this.labDlyInfo.Text = "交货信息";
//
// CtrlLinePurchase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.Controls.Add(this.txtDlyInfo);
this.Controls.Add(this.labDlyInfo);
this.Controls.Add(this.cmbUnit);
this.Controls.Add(this.numQty);
this.Controls.Add(this.cmbStdStyle);
this.Controls.Add(this.cmbModel);
this.Controls.Add(this.cmbSteel);
this.Controls.Add(this.cmbProName);
this.Controls.Add(this.cmbSpec);
this.Controls.Add(this.cmbStdName);
this.Controls.Add(this.ultraLabel1);
this.Controls.Add(this.ultraLabel4);
this.Controls.Add(this.cmbDlyType);
this.Controls.Add(this.numDMax);
this.Controls.Add(this.numDMin);
this.Controls.Add(this.ultraLabel5);
this.Controls.Add(this.labSpecName);
this.Controls.Add(this.labModelName);
this.Controls.Add(this.labSteelName);
this.Controls.Add(this.labProName);
this.Controls.Add(this.labStdStyle);
this.Controls.Add(this.labQtyNum);
this.Controls.Add(this.ultraLabel15);
this.Controls.Add(this.labLength);
this.Controls.Add(this.labStdName);
this.Controls.Add(this.txtFinallyUser);
this.Controls.Add(this.txtLength);
this.Name = "CtrlLinePurchase";
this.Size = new System.Drawing.Size(627, 223);
((System.ComponentModel.ISupportInitialize)(this.cmbUnit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numQty)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbStdStyle)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbModel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbSteel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbProName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbSpec)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbStdName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbDlyType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numDMax)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numDMin)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtFinallyUser)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtLength)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtDlyInfo)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbUnit;
private Infragistics.Win.UltraWinEditors.UltraNumericEditor numQty;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbStdStyle;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbModel;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbSteel;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbProName;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbSpec;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbStdName;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.Misc.UltraLabel ultraLabel4;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbDlyType;
private Infragistics.Win.UltraWinEditors.UltraNumericEditor numDMax;
private Infragistics.Win.UltraWinEditors.UltraNumericEditor numDMin;
private Infragistics.Win.Misc.UltraLabel ultraLabel5;
private Infragistics.Win.Misc.UltraLabel labSpecName;
private Infragistics.Win.Misc.UltraLabel labModelName;
private Infragistics.Win.Misc.UltraLabel labSteelName;
private Infragistics.Win.Misc.UltraLabel labProName;
private Infragistics.Win.Misc.UltraLabel labStdStyle;
private Infragistics.Win.Misc.UltraLabel labQtyNum;
private Infragistics.Win.Misc.UltraLabel ultraLabel15;
private Infragistics.Win.Misc.UltraLabel labLength;
private Infragistics.Win.Misc.UltraLabel labStdName;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtFinallyUser;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtLength;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtDlyInfo;
public Infragistics.Win.UltraWinEditors.UltraTextEditor TxtDlyInfo
{
get { return txtDlyInfo; }
set { txtDlyInfo = value; }
}
private Infragistics.Win.Misc.UltraLabel labDlyInfo;
public Infragistics.Win.Misc.UltraLabel LabDlyInfo
{
get { return labDlyInfo; }
set { labDlyInfo = value; }
}
}
}