namespace Core.StlMes.Client.PlnSaleOrd.JGGXPln { partial class FrmSpitBill { /// /// 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 appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.numEditorAlready = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.ultraNumericEditor3 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.numEditorAllow = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.ultraNumericEditor1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor(); this.buttonCancel = new Infragistics.Win.Misc.UltraButton(); this.buttonCommit = new Infragistics.Win.Misc.UltraButton(); this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel(); this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel(); this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel(); this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel(); this.dataSet1 = new System.Data.DataSet(); this.dataTable1 = new System.Data.DataTable(); this.dataColumn2 = new System.Data.DataColumn(); this.dataColumn3 = new System.Data.DataColumn(); this.FrmBase_Fill_Panel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numEditorAlready)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numEditorAllow)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); this.SuspendLayout(); // // FrmBase_Fill_Panel // this.FrmBase_Fill_Panel.Controls.Add(this.ultraGroupBox1); this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default; this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill; this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0); this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel"; this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(458, 311); this.FrmBase_Fill_Panel.TabIndex = 0; // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.numEditorAlready); this.ultraGroupBox1.Controls.Add(this.ultraNumericEditor3); this.ultraGroupBox1.Controls.Add(this.numEditorAllow); this.ultraGroupBox1.Controls.Add(this.ultraNumericEditor1); this.ultraGroupBox1.Controls.Add(this.buttonCancel); this.ultraGroupBox1.Controls.Add(this.buttonCommit); this.ultraGroupBox1.Controls.Add(this.ultraLabel4); this.ultraGroupBox1.Controls.Add(this.ultraLabel3); this.ultraGroupBox1.Controls.Add(this.ultraLabel2); this.ultraGroupBox1.Controls.Add(this.ultraLabel1); 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(458, 311); this.ultraGroupBox1.TabIndex = 0; this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // numEditorAlready // this.numEditorAlready.Location = new System.Drawing.Point(169, 189); this.numEditorAlready.MaskInput = "{double:9.4}"; this.numEditorAlready.Name = "numEditorAlready"; this.numEditorAlready.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double; this.numEditorAlready.Size = new System.Drawing.Size(208, 24); this.numEditorAlready.TabIndex = 12; // // ultraNumericEditor3 // this.ultraNumericEditor3.Location = new System.Drawing.Point(169, 141); this.ultraNumericEditor3.MaskInput = "nnnnnnnnn"; this.ultraNumericEditor3.Name = "ultraNumericEditor3"; this.ultraNumericEditor3.Size = new System.Drawing.Size(208, 24); this.ultraNumericEditor3.TabIndex = 11; this.ultraNumericEditor3.ValueChanged += new System.EventHandler(this.ultraNumericEditor3_ValueChanged); // // numEditorAllow // this.numEditorAllow.Enabled = false; this.numEditorAllow.Location = new System.Drawing.Point(169, 95); this.numEditorAllow.MaskInput = "{double:9.4}"; this.numEditorAllow.Name = "numEditorAllow"; this.numEditorAllow.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double; this.numEditorAllow.Size = new System.Drawing.Size(208, 24); this.numEditorAllow.TabIndex = 10; // // ultraNumericEditor1 // this.ultraNumericEditor1.Enabled = false; this.ultraNumericEditor1.Location = new System.Drawing.Point(169, 44); this.ultraNumericEditor1.MaskInput = "nnnnnnnnn"; this.ultraNumericEditor1.Name = "ultraNumericEditor1"; this.ultraNumericEditor1.Size = new System.Drawing.Size(208, 24); this.ultraNumericEditor1.TabIndex = 9; // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(250, 251); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(96, 34); this.buttonCancel.TabIndex = 8; this.buttonCancel.Text = "取消确认"; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonCommit // this.buttonCommit.Location = new System.Drawing.Point(78, 251); this.buttonCommit.Name = "buttonCommit"; this.buttonCommit.Size = new System.Drawing.Size(87, 34); this.buttonCommit.TabIndex = 7; this.buttonCommit.Text = "确认"; this.buttonCommit.Click += new System.EventHandler(this.buttonCommit_Click); // // ultraLabel4 // appearance2.BackColor = System.Drawing.Color.Transparent; appearance2.TextHAlignAsString = "Center"; appearance2.TextVAlignAsString = "Middle"; this.ultraLabel4.Appearance = appearance2; this.ultraLabel4.Location = new System.Drawing.Point(28, 186); this.ultraLabel4.Name = "ultraLabel4"; this.ultraLabel4.Size = new System.Drawing.Size(121, 30); this.ultraLabel4.TabIndex = 6; this.ultraLabel4.Text = "实际拆分重量"; // // ultraLabel3 // appearance4.BackColor = System.Drawing.Color.Transparent; appearance4.TextHAlignAsString = "Center"; appearance4.TextVAlignAsString = "Middle"; this.ultraLabel3.Appearance = appearance4; this.ultraLabel3.Location = new System.Drawing.Point(28, 138); this.ultraLabel3.Name = "ultraLabel3"; this.ultraLabel3.Size = new System.Drawing.Size(121, 30); this.ultraLabel3.TabIndex = 5; this.ultraLabel3.Text = "实际拆分支数"; // // ultraLabel2 // appearance1.BackColor = System.Drawing.Color.Transparent; appearance1.TextHAlignAsString = "Center"; appearance1.TextVAlignAsString = "Middle"; this.ultraLabel2.Appearance = appearance1; this.ultraLabel2.Location = new System.Drawing.Point(41, 92); this.ultraLabel2.Name = "ultraLabel2"; this.ultraLabel2.Size = new System.Drawing.Size(108, 30); this.ultraLabel2.TabIndex = 4; this.ultraLabel2.Text = "可拆分重量"; // // ultraLabel1 // appearance3.BackColor = System.Drawing.Color.Transparent; appearance3.TextHAlignAsString = "Center"; appearance3.TextVAlignAsString = "Middle"; this.ultraLabel1.Appearance = appearance3; this.ultraLabel1.Location = new System.Drawing.Point(41, 41); this.ultraLabel1.Name = "ultraLabel1"; this.ultraLabel1.Size = new System.Drawing.Size(108, 30); this.ultraLabel1.TabIndex = 3; this.ultraLabel1.Text = "可拆分支数"; // // dataSet1 // this.dataSet1.DataSetName = "NewDataSet"; this.dataSet1.Tables.AddRange(new System.Data.DataTable[] { this.dataTable1}); // // dataTable1 // this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] { this.dataColumn2, this.dataColumn3}); this.dataTable1.TableName = "Table1"; // // dataColumn2 // this.dataColumn2.Caption = "废品名称"; this.dataColumn2.ColumnName = "FAIL_TYPE_NAME"; // // dataColumn3 // this.dataColumn3.Caption = "废品支数"; this.dataColumn3.ColumnName = "FAILNUM"; // // FrmSpitBill // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(458, 311); this.Controls.Add(this.FrmBase_Fill_Panel); this.MaximizeBox = false; this.Name = "FrmSpitBill"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "拆分工单"; this.Load += new System.EventHandler(this.FrmSpitWgt_Load); this.FrmBase_Fill_Panel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numEditorAlready)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numEditorAllow)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraNumericEditor1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel FrmBase_Fill_Panel; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private System.Data.DataSet dataSet1; private System.Data.DataTable dataTable1; private System.Data.DataColumn dataColumn2; private System.Data.DataColumn dataColumn3; private Infragistics.Win.Misc.UltraLabel ultraLabel1; private Infragistics.Win.Misc.UltraLabel ultraLabel2; private Infragistics.Win.Misc.UltraLabel ultraLabel3; private Infragistics.Win.Misc.UltraLabel ultraLabel4; private Infragistics.Win.Misc.UltraButton buttonCommit; private Infragistics.Win.Misc.UltraButton buttonCancel; private Infragistics.Win.UltraWinEditors.UltraNumericEditor numEditorAllow; private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor1; private Infragistics.Win.UltraWinEditors.UltraNumericEditor numEditorAlready; private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumericEditor3; } }