namespace WorkM { partial class Xs_SendGoodsPlan_CF { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Xs_SendGoodsPlan_CF)); this.panel1 = new System.Windows.Forms.Panel(); this.label34 = new System.Windows.Forms.Label(); this.txtHQty = new System.Windows.Forms.TextBox(); this.label26 = new System.Windows.Forms.Label(); this.txtHUnitID = new System.Windows.Forms.TextBox(); this.label38 = new System.Windows.Forms.Label(); this.txtHModel = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.txtHMaterNumber = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.txtHMaterID = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtHBillNo = new System.Windows.Forms.TextBox(); this.grdMain = new System.Windows.Forms.DataGridView(); this.Tool = new System.Windows.Forms.ToolStrip(); this.bc = new System.Windows.Forms.ToolStripButton(); this.DelRow = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.tc = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.grdSum = new System.Windows.Forms.DataGridView(); this.AddRow = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); this.Tool.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.label34); this.panel1.Controls.Add(this.txtHQty); this.panel1.Controls.Add(this.label26); this.panel1.Controls.Add(this.txtHUnitID); this.panel1.Controls.Add(this.label38); this.panel1.Controls.Add(this.txtHModel); this.panel1.Controls.Add(this.label10); this.panel1.Controls.Add(this.txtHMaterNumber); this.panel1.Controls.Add(this.label14); this.panel1.Controls.Add(this.txtHMaterID); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.txtHBillNo); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 50); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(984, 104); this.panel1.TabIndex = 0; // // label34 // this.label34.AutoSize = true; this.label34.ForeColor = System.Drawing.Color.Black; this.label34.Location = new System.Drawing.Point(617, 24); this.label34.Name = "label34"; this.label34.Size = new System.Drawing.Size(53, 12); this.label34.TabIndex = 321; this.label34.Text = "订单数量"; // // txtHQty // this.txtHQty.Enabled = false; this.txtHQty.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHQty.Location = new System.Drawing.Point(694, 20); this.txtHQty.Name = "txtHQty"; this.txtHQty.Size = new System.Drawing.Size(188, 21); this.txtHQty.TabIndex = 3; this.txtHQty.TabStop = false; this.txtHQty.Tag = "0"; // // label26 // this.label26.AutoSize = true; this.label26.ForeColor = System.Drawing.Color.Black; this.label26.Location = new System.Drawing.Point(327, 24); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(53, 12); this.label26.TabIndex = 318; this.label26.Text = "单 位"; // // txtHUnitID // this.txtHUnitID.BackColor = System.Drawing.SystemColors.Window; this.txtHUnitID.Enabled = false; this.txtHUnitID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHUnitID.Location = new System.Drawing.Point(404, 20); this.txtHUnitID.Name = "txtHUnitID"; this.txtHUnitID.Size = new System.Drawing.Size(188, 21); this.txtHUnitID.TabIndex = 2; this.txtHUnitID.TabStop = false; this.txtHUnitID.Tag = "0"; // // label38 // this.label38.AutoSize = true; this.label38.ForeColor = System.Drawing.Color.Black; this.label38.Location = new System.Drawing.Point(614, 57); this.label38.Name = "label38"; this.label38.Size = new System.Drawing.Size(53, 12); this.label38.TabIndex = 316; this.label38.Text = "规格型号"; // // txtHModel // this.txtHModel.BackColor = System.Drawing.SystemColors.Window; this.txtHModel.Enabled = false; this.txtHModel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHModel.Location = new System.Drawing.Point(694, 53); this.txtHModel.Name = "txtHModel"; this.txtHModel.Size = new System.Drawing.Size(188, 21); this.txtHModel.TabIndex = 6; this.txtHModel.TabStop = false; this.txtHModel.Tag = "0"; // // label10 // this.label10.AutoSize = true; this.label10.ForeColor = System.Drawing.Color.Black; this.label10.Location = new System.Drawing.Point(327, 55); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(53, 12); this.label10.TabIndex = 314; this.label10.Text = "产品代码"; // // txtHMaterNumber // this.txtHMaterNumber.BackColor = System.Drawing.SystemColors.Window; this.txtHMaterNumber.Enabled = false; this.txtHMaterNumber.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHMaterNumber.Location = new System.Drawing.Point(404, 52); this.txtHMaterNumber.Name = "txtHMaterNumber"; this.txtHMaterNumber.Size = new System.Drawing.Size(188, 21); this.txtHMaterNumber.TabIndex = 5; this.txtHMaterNumber.TabStop = false; this.txtHMaterNumber.Tag = "0"; // // label14 // this.label14.AutoSize = true; this.label14.ForeColor = System.Drawing.Color.Black; this.label14.Location = new System.Drawing.Point(31, 56); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(53, 12); this.label14.TabIndex = 311; this.label14.Text = "产 品"; // // txtHMaterID // this.txtHMaterID.BackColor = System.Drawing.SystemColors.Window; this.txtHMaterID.Enabled = false; this.txtHMaterID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHMaterID.Location = new System.Drawing.Point(107, 52); this.txtHMaterID.Name = "txtHMaterID"; this.txtHMaterID.Size = new System.Drawing.Size(189, 21); this.txtHMaterID.TabIndex = 4; this.txtHMaterID.TabStop = false; this.txtHMaterID.Tag = "0"; // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.Black; this.label4.Location = new System.Drawing.Point(31, 24); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 253; this.label4.Text = "单 据 号"; // // txtHBillNo // this.txtHBillNo.BackColor = System.Drawing.SystemColors.Window; this.txtHBillNo.Enabled = false; this.txtHBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHBillNo.Location = new System.Drawing.Point(108, 20); this.txtHBillNo.Name = "txtHBillNo"; this.txtHBillNo.Size = new System.Drawing.Size(188, 21); this.txtHBillNo.TabIndex = 1; this.txtHBillNo.TabStop = false; // // grdMain // this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; this.grdMain.Location = new System.Drawing.Point(0, 154); this.grdMain.Name = "grdMain"; this.grdMain.RowTemplate.Height = 23; this.grdMain.Size = new System.Drawing.Size(984, 299); this.grdMain.TabIndex = 1; this.grdMain.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdMain_Scroll); this.grdMain.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdMain_CellBeginEdit); this.grdMain.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellLeave); this.grdMain.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellEndEdit); this.grdMain.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellClick); this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged); // // Tool // this.Tool.AutoSize = false; this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage"))); this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22); this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bc, this.toolStripSeparator1, this.AddRow, this.DelRow, this.toolStripSeparator5, this.tc, this.toolStripSeparator12}); this.Tool.Location = new System.Drawing.Point(0, 0); this.Tool.Name = "Tool"; this.Tool.Padding = new System.Windows.Forms.Padding(0); this.Tool.Size = new System.Drawing.Size(984, 50); this.Tool.Stretch = true; this.Tool.TabIndex = 324; this.Tool.Text = "toolStrip1"; // // bc // this.bc.AutoSize = false; this.bc.Image = ((System.Drawing.Image)(resources.GetObject("bc.Image"))); this.bc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.bc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.bc.ImageTransparentColor = System.Drawing.Color.Magenta; this.bc.Name = "bc"; this.bc.Size = new System.Drawing.Size(35, 47); this.bc.Text = "保存"; this.bc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.bc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.bc.Click += new System.EventHandler(this.bc_Click); // // DelRow // this.DelRow.AutoSize = false; this.DelRow.Image = ((System.Drawing.Image)(resources.GetObject("DelRow.Image"))); this.DelRow.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.DelRow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.DelRow.ImageTransparentColor = System.Drawing.Color.Magenta; this.DelRow.Name = "DelRow"; this.DelRow.Size = new System.Drawing.Size(35, 47); this.DelRow.Text = "删行"; this.DelRow.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.DelRow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.DelRow.Click += new System.EventHandler(this.DelRow_Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 50); // // tc // this.tc.AutoSize = false; this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image"))); this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tc.ImageTransparentColor = System.Drawing.Color.White; this.tc.Name = "tc"; this.tc.Size = new System.Drawing.Size(35, 47); this.tc.Text = "退出"; this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tc.Click += new System.EventHandler(this.tc_Click); // // toolStripSeparator12 // this.toolStripSeparator12.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator12.Name = "toolStripSeparator12"; this.toolStripSeparator12.Size = new System.Drawing.Size(6, 50); // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // grdSum // this.grdSum.AllowUserToAddRows = false; this.grdSum.AllowUserToDeleteRows = false; this.grdSum.BackgroundColor = System.Drawing.Color.Khaki; this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom; this.grdSum.Location = new System.Drawing.Point(0, 453); this.grdSum.Name = "grdSum"; this.grdSum.ReadOnly = true; this.grdSum.RowTemplate.Height = 23; this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None; this.grdSum.Size = new System.Drawing.Size(984, 19); this.grdSum.TabIndex = 325; this.grdSum.TabStop = false; // // AddRow // this.AddRow.AutoSize = false; this.AddRow.Image = ((System.Drawing.Image)(resources.GetObject("AddRow.Image"))); this.AddRow.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.AddRow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.AddRow.ImageTransparentColor = System.Drawing.Color.Magenta; this.AddRow.Name = "AddRow"; this.AddRow.Size = new System.Drawing.Size(35, 47); this.AddRow.Text = "增行"; this.AddRow.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.AddRow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.AddRow.Click += new System.EventHandler(this.AddRow_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 50); // // Xs_SendGoodsPlan_CF // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(984, 472); this.Controls.Add(this.grdMain); this.Controls.Add(this.grdSum); this.Controls.Add(this.panel1); this.Controls.Add(this.Tool); this.Name = "Xs_SendGoodsPlan_CF"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "拆分"; this.Load += new System.EventHandler(this.Xs_SendGoodsPlan_CF_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); this.Tool.ResumeLayout(false); this.Tool.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label38; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label26; private System.Windows.Forms.Label label34; private System.Windows.Forms.ToolStrip Tool; private System.Windows.Forms.ToolStripButton bc; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ToolStripButton tc; private System.Windows.Forms.ToolStripSeparator toolStripSeparator12; public System.Windows.Forms.DataGridView grdMain; public System.Windows.Forms.TextBox txtHBillNo; public System.Windows.Forms.TextBox txtHModel; public System.Windows.Forms.TextBox txtHMaterNumber; public System.Windows.Forms.TextBox txtHMaterID; public System.Windows.Forms.TextBox txtHUnitID; public System.Windows.Forms.TextBox txtHQty; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.ToolStripButton DelRow; private System.Windows.Forms.DataGridView grdSum; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton AddRow; } }