namespace Core.StlMes.Client.PlnSaleOrd { partial class FrmComBaseMandrel { /// /// 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 valueListItem1 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("ComBaseMandrelEntity", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MandrelId"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DiameterMandrel"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LenMandrel"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ScrewModel"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TaperMandrel"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MassyOrHollow"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Memo"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AppNumber"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHC", 0); this.txtModel2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.txtOr = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.panel1 = new System.Windows.Forms.Panel(); this.chcModel = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); this.txtModel1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.panel2 = new System.Windows.Forms.Panel(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.entityGridMandrel = new Core.Mes.Client.Comm.Control.EntityGrid(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.txtLength = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel(); this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel(); this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel(); this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel(); this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel(); this.txtTaper = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.txtDiameter = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel(); this.comBaseMandrelEntityBindingSource = new System.Windows.Forms.BindingSource(); ((System.ComponentModel.ISupportInitialize)(this.txtModel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtOr)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chcModel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtModel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.entityGridMandrel)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLength)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTaper)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDiameter)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comBaseMandrelEntityBindingSource)).BeginInit(); this.SuspendLayout(); // // txtModel2 // this.txtModel2.Location = new System.Drawing.Point(349, 19); this.txtModel2.Margin = new System.Windows.Forms.Padding(2); this.txtModel2.Name = "txtModel2"; this.txtModel2.Size = new System.Drawing.Size(108, 21); this.txtModel2.TabIndex = 3; // // txtOr // this.txtOr.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; valueListItem3.DataValue = "/"; valueListItem3.DisplayText = "/"; valueListItem1.DataValue = "空心"; valueListItem1.DisplayText = "空心"; valueListItem2.DataValue = "实心"; valueListItem2.DisplayText = "实心"; this.txtOr.Items.AddRange(new Infragistics.Win.ValueListItem[] { valueListItem3, valueListItem1, valueListItem2}); this.txtOr.Location = new System.Drawing.Point(522, 19); this.txtOr.Margin = new System.Windows.Forms.Padding(2); this.txtOr.Name = "txtOr"; this.txtOr.Size = new System.Drawing.Size(108, 21); this.txtOr.TabIndex = 4; // // panel1 // this.panel1.Controls.Add(this.chcModel); this.panel1.Controls.Add(this.txtModel1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(993, 32); this.panel1.TabIndex = 0; // // chcModel // this.chcModel.AutoSize = true; this.chcModel.Location = new System.Drawing.Point(20, 8); this.chcModel.Margin = new System.Windows.Forms.Padding(2); this.chcModel.Name = "chcModel"; this.chcModel.Size = new System.Drawing.Size(71, 19); this.chcModel.TabIndex = 13; this.chcModel.Text = "芯棒扣型"; this.chcModel.CheckedChanged += new System.EventHandler(this.chcModel_CheckedChanged); // // txtModel1 // this.txtModel1.Location = new System.Drawing.Point(93, 7); this.txtModel1.Margin = new System.Windows.Forms.Padding(2); this.txtModel1.Name = "txtModel1"; this.txtModel1.ReadOnly = true; this.txtModel1.Size = new System.Drawing.Size(108, 21); this.txtModel1.TabIndex = 12; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 32); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.panel2); this.splitContainer1.Size = new System.Drawing.Size(993, 482); this.splitContainer1.SplitterDistance = 221; this.splitContainer1.TabIndex = 1; // // panel2 // this.panel2.Controls.Add(this.ultraGroupBox1); this.panel2.Controls.Add(this.groupBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Margin = new System.Windows.Forms.Padding(2); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(993, 221); this.panel2.TabIndex = 2; // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.entityGridMandrel); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(993, 171); this.ultraGroupBox1.TabIndex = 2; this.ultraGroupBox1.Text = "芯棒基础信息"; // // entityGridMandrel // this.entityGridMandrel.DataSource = this.comBaseMandrelEntityBindingSource; ultraGridColumn1.Header.Caption = "芯棒编码"; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString; ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0; ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(79, 0); ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn2.Header.Caption = "芯棒直径"; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals; ultraGridColumn2.MaskInput = "nnn,nnn.n"; ultraGridColumn2.PromptChar = ' '; ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1; ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(120, 0); ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn3.Header.Caption = "长度"; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals; ultraGridColumn3.MaskInput = "nnn,nnn.nnn"; ultraGridColumn3.PromptChar = ' '; ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2; ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0); ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn4.Header.Caption = "芯棒扣型"; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString; ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3; ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0); ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn5.Header.Caption = "锥度"; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.MaxLength = 20; ultraGridColumn5.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString; ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4; ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0); ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn6.Header.Caption = "实心空心"; ultraGridColumn6.Header.VisiblePosition = 5; ultraGridColumn6.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString; ultraGridColumn6.RowLayoutColumnInfo.OriginX = 5; ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0); ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn7.Header.Caption = "备注"; ultraGridColumn7.Header.VisiblePosition = 6; ultraGridColumn7.MaxLength = 200; ultraGridColumn7.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString; ultraGridColumn7.RowLayoutColumnInfo.OriginX = 6; ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0); ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn8.Header.Caption = "创建人"; ultraGridColumn8.Header.VisiblePosition = 7; ultraGridColumn8.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString; ultraGridColumn8.RowLayoutColumnInfo.OriginX = 7; ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0); ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn9.Header.Caption = "创建时间"; ultraGridColumn9.Header.VisiblePosition = 8; ultraGridColumn9.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString; ultraGridColumn9.RowLayoutColumnInfo.OriginX = 8; ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0); ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn10.Header.Caption = "修改人"; ultraGridColumn10.Header.VisiblePosition = 9; ultraGridColumn10.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString; ultraGridColumn10.RowLayoutColumnInfo.OriginX = 9; ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0); ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn11.Header.Caption = "修改时间"; ultraGridColumn11.Header.VisiblePosition = 10; ultraGridColumn11.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString; ultraGridColumn11.RowLayoutColumnInfo.OriginX = 10; ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0); ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1; ultraGridColumn12.Header.Caption = "适用条数"; ultraGridColumn12.Header.VisiblePosition = 11; ultraGridColumn12.Nullable = Infragistics.Win.UltraWinGrid.Nullable.EmptyString; ultraGridColumn12.RowLayoutColumnInfo.OriginX = 11; ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0); ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn13.DataType = typeof(bool); ultraGridColumn13.Header.Caption = "选择"; ultraGridColumn13.Header.VisiblePosition = 12; ultraGridColumn13.Hidden = true; ultraGridColumn13.RowLayoutColumnInfo.OriginX = 0; ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(47, 0); ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6, ultraGridColumn7, ultraGridColumn8, ultraGridColumn9, ultraGridColumn10, ultraGridColumn11, ultraGridColumn12, ultraGridColumn13}); ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout; this.entityGridMandrel.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.entityGridMandrel.Dock = System.Windows.Forms.DockStyle.Fill; this.entityGridMandrel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.entityGridMandrel.Location = new System.Drawing.Point(3, 18); this.entityGridMandrel.Margin = new System.Windows.Forms.Padding(2); this.entityGridMandrel.Name = "entityGridMandrel"; this.entityGridMandrel.Size = new System.Drawing.Size(987, 150); this.entityGridMandrel.TabIndex = 3; this.entityGridMandrel.AfterRowActivate += new System.EventHandler(this.entityGridMandrel_AfterRowActivate); // // groupBox1 // this.groupBox1.Controls.Add(this.txtModel2); this.groupBox1.Controls.Add(this.txtOr); this.groupBox1.Controls.Add(this.txtMemo); this.groupBox1.Controls.Add(this.txtLength); this.groupBox1.Controls.Add(this.ultraLabel6); this.groupBox1.Controls.Add(this.ultraLabel5); this.groupBox1.Controls.Add(this.ultraLabel4); this.groupBox1.Controls.Add(this.ultraLabel3); this.groupBox1.Controls.Add(this.ultraLabel2); this.groupBox1.Controls.Add(this.txtTaper); this.groupBox1.Controls.Add(this.txtDiameter); this.groupBox1.Controls.Add(this.ultraLabel1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox1.Location = new System.Drawing.Point(0, 171); this.groupBox1.Margin = new System.Windows.Forms.Padding(2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(2); this.groupBox1.Size = new System.Drawing.Size(993, 50); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "编辑区"; // // txtMemo // this.txtMemo.Location = new System.Drawing.Point(828, 19); this.txtMemo.Margin = new System.Windows.Forms.Padding(2); this.txtMemo.MaxLength = 200; this.txtMemo.Name = "txtMemo"; this.txtMemo.Size = new System.Drawing.Size(133, 21); this.txtMemo.TabIndex = 6; // // txtLength // this.txtLength.Location = new System.Drawing.Point(205, 19); this.txtLength.Margin = new System.Windows.Forms.Padding(2); this.txtLength.MaskInput = "{double:6.3}"; this.txtLength.Name = "txtLength"; this.txtLength.Nullable = true; this.txtLength.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double; this.txtLength.PromptChar = ' '; this.txtLength.Size = new System.Drawing.Size(75, 21); this.txtLength.TabIndex = 2; // // ultraLabel6 // this.ultraLabel6.AutoSize = true; this.ultraLabel6.Location = new System.Drawing.Point(794, 22); this.ultraLabel6.Margin = new System.Windows.Forms.Padding(2); this.ultraLabel6.Name = "ultraLabel6"; this.ultraLabel6.Size = new System.Drawing.Size(29, 16); this.ultraLabel6.TabIndex = 7; this.ultraLabel6.Text = "备注"; // // ultraLabel5 // this.ultraLabel5.AutoSize = true; this.ultraLabel5.Location = new System.Drawing.Point(465, 22); this.ultraLabel5.Margin = new System.Windows.Forms.Padding(2); this.ultraLabel5.Name = "ultraLabel5"; this.ultraLabel5.Size = new System.Drawing.Size(54, 16); this.ultraLabel5.TabIndex = 6; this.ultraLabel5.Text = "实心空心"; // // ultraLabel4 // this.ultraLabel4.AutoSize = true; this.ultraLabel4.Location = new System.Drawing.Point(639, 22); this.ultraLabel4.Margin = new System.Windows.Forms.Padding(2); this.ultraLabel4.Name = "ultraLabel4"; this.ultraLabel4.Size = new System.Drawing.Size(29, 16); this.ultraLabel4.TabIndex = 5; this.ultraLabel4.Text = "锥度"; // // ultraLabel3 // this.ultraLabel3.AutoSize = true; this.ultraLabel3.Location = new System.Drawing.Point(292, 22); this.ultraLabel3.Margin = new System.Windows.Forms.Padding(2); this.ultraLabel3.Name = "ultraLabel3"; this.ultraLabel3.Size = new System.Drawing.Size(54, 16); this.ultraLabel3.TabIndex = 4; this.ultraLabel3.Text = "芯棒扣型"; // // ultraLabel2 // this.ultraLabel2.AutoSize = true; this.ultraLabel2.Location = new System.Drawing.Point(172, 22); this.ultraLabel2.Margin = new System.Windows.Forms.Padding(2); this.ultraLabel2.Name = "ultraLabel2"; this.ultraLabel2.Size = new System.Drawing.Size(29, 16); this.ultraLabel2.TabIndex = 3; this.ultraLabel2.Text = "长度"; // // txtTaper // this.txtTaper.Location = new System.Drawing.Point(673, 19); this.txtTaper.Margin = new System.Windows.Forms.Padding(2); this.txtTaper.MaxLength = 20; this.txtTaper.Name = "txtTaper"; this.txtTaper.Size = new System.Drawing.Size(108, 21); this.txtTaper.TabIndex = 5; // // txtDiameter // this.txtDiameter.Location = new System.Drawing.Point(87, 19); this.txtDiameter.Margin = new System.Windows.Forms.Padding(2); this.txtDiameter.MaskInput = "{double:6.1}"; this.txtDiameter.Name = "txtDiameter"; this.txtDiameter.Nullable = true; this.txtDiameter.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double; this.txtDiameter.PromptChar = ' '; this.txtDiameter.Size = new System.Drawing.Size(75, 21); this.txtDiameter.TabIndex = 1; // // ultraLabel1 // this.ultraLabel1.AutoSize = true; this.ultraLabel1.Location = new System.Drawing.Point(9, 22); this.ultraLabel1.Margin = new System.Windows.Forms.Padding(2); this.ultraLabel1.Name = "ultraLabel1"; this.ultraLabel1.Size = new System.Drawing.Size(79, 16); this.ultraLabel1.TabIndex = 0; this.ultraLabel1.Text = "芯棒直径(mm)"; // // comBaseMandrelEntityBindingSource // this.comBaseMandrelEntityBindingSource.DataSource = typeof(Core.StlMes.Client.PlnSaleOrd.工序排产.entity.ComBaseMandrelEntity); // // FrmComBaseMandrel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(993, 514); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.panel1); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "FrmComBaseMandrel"; this.Text = "芯棒基础信息"; this.Load += new System.EventHandler(this.FrmComBaseMandrel_Load); ((System.ComponentModel.ISupportInitialize)(this.txtModel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtOr)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.chcModel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtModel1)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.entityGridMandrel)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLength)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTaper)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDiameter)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comBaseMandrelEntityBindingSource)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.BindingSource comBaseMandrelEntityBindingSource; private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcModel; private Infragistics.Win.UltraWinEditors.UltraComboEditor txtModel1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.GroupBox groupBox1; private Infragistics.Win.UltraWinEditors.UltraComboEditor txtModel2; private Infragistics.Win.UltraWinEditors.UltraComboEditor txtOr; private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMemo; private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtLength; private Infragistics.Win.Misc.UltraLabel ultraLabel6; private Infragistics.Win.Misc.UltraLabel ultraLabel5; private Infragistics.Win.Misc.UltraLabel ultraLabel4; private Infragistics.Win.Misc.UltraLabel ultraLabel3; private Infragistics.Win.Misc.UltraLabel ultraLabel2; private Infragistics.Win.UltraWinEditors.UltraTextEditor txtTaper; private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtDiameter; private Infragistics.Win.Misc.UltraLabel ultraLabel1; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private Mes.Client.Comm.Control.EntityGrid entityGridMandrel; } }