namespace DeiNiu.Wms.CE { partial class BatchStockOut4ValidList { /// /// 必需的设计器变量。 /// 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.tb1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.dg1 = new System.Windows.Forms.DataGrid(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.label5 = new System.Windows.Forms.Label(); this.dg2 = new System.Windows.Forms.DataGrid(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.tb1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.SuspendLayout(); // // tb1 // this.tb1.Controls.Add(this.tabPage1); this.tb1.Controls.Add(this.tabPage2); this.tb1.Dock = System.Windows.Forms.DockStyle.Fill; this.tb1.Location = new System.Drawing.Point(0, 0); this.tb1.Name = "tb1"; this.tb1.SelectedIndex = 0; this.tb1.Size = new System.Drawing.Size(243, 275); this.tb1.TabIndex = 0; this.tb1.SelectedIndexChanged += new System.EventHandler(this.tb1_SelectedIndexChanged); // // tabPage1 // this.tabPage1.Controls.Add(this.dg1); this.tabPage1.Location = new System.Drawing.Point(4, 25); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(235, 246); this.tabPage1.Text = "未复核订单"; // // dg1 // this.dg1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.dg1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.dg1.Location = new System.Drawing.Point(4, 0); this.dg1.Name = "dg1"; this.dg1.RowHeadersVisible = false; this.dg1.Size = new System.Drawing.Size(230, 246); this.dg1.TabIndex = 0; this.dg1.DoubleClick += new System.EventHandler(this.dg1_DoubleClick); // // tabPage2 // this.tabPage2.Controls.Add(this.label5); this.tabPage2.Controls.Add(this.dg2); this.tabPage2.Controls.Add(this.label4); this.tabPage2.Controls.Add(this.label3); this.tabPage2.Controls.Add(this.label2); this.tabPage2.Controls.Add(this.label1); this.tabPage2.Location = new System.Drawing.Point(4, 25); this.tabPage2.Name = "tabPage2"; this.tabPage2.Size = new System.Drawing.Size(239, 246); this.tabPage2.Text = "订单明细"; // // label5 // this.label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); this.label5.ForeColor = System.Drawing.Color.Black; this.label5.Location = new System.Drawing.Point(186, 8); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(54, 20); this.label5.Text = "label5"; this.label5.Visible = false; // // dg2 // this.dg2.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.dg2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); this.dg2.Location = new System.Drawing.Point(4, 47); this.dg2.Name = "dg2"; this.dg2.RowHeadersVisible = false; this.dg2.Size = new System.Drawing.Size(230, 200); this.dg2.TabIndex = 4; // // label4 // this.label4.Location = new System.Drawing.Point(36, 29); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(196, 20); // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); this.label3.Location = new System.Drawing.Point(3, 29); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(50, 16); this.label3.Text = "客户:"; // // label2 // this.label2.Location = new System.Drawing.Point(36, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(138, 20); // // label1 // this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); this.label1.Location = new System.Drawing.Point(3, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 20); this.label1.Text = "单号:"; // // BatchStockOut4ValidList // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(243, 275); this.Controls.Add(this.tb1); this.Name = "BatchStockOut4ValidList"; this.Text = "整库待复核订单"; this.Load += new System.EventHandler(this.NoOutCheck_Load); this.tb1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tb1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.DataGrid dg1; private System.Windows.Forms.DataGrid dg2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label5; } }