namespace Lskj.Control { partial class FrmBaseSelectBatch { /// /// 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() { this.lable1 = new System.Windows.Forms.Label(); this.panelControl5 = new DevExpress.XtraEditors.PanelControl(); this.lblFP = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.gcMain = new Lskj.Control.GridControlEx(); this.lblTotal = new System.Windows.Forms.Label(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.panelControl6 = new DevExpress.XtraEditors.PanelControl(); this.lblSY = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.btnFP = new DevExpress.XtraEditors.SimpleButton(); this.PlSearch = new DevExpress.XtraEditors.PanelControl(); this.btnJ = new DevExpress.XtraEditors.SimpleButton(); this.btnDel = new DevExpress.XtraEditors.SimpleButton(); this.btnUpdate = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit(); this.panelControl5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit(); this.panelControl6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); this.panelControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.PlSearch)).BeginInit(); this.SuspendLayout(); // // lable1 // this.lable1.AutoSize = true; this.lable1.ForeColor = System.Drawing.Color.Red; this.lable1.Location = new System.Drawing.Point(10, 10); this.lable1.Name = "lable1"; this.lable1.Size = new System.Drawing.Size(43, 14); this.lable1.TabIndex = 42; this.lable1.Text = "数量:"; // // panelControl5 // this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl5.Controls.Add(this.lblFP); this.panelControl5.Controls.Add(this.label2); this.panelControl5.Dock = System.Windows.Forms.DockStyle.Left; this.panelControl5.Location = new System.Drawing.Point(138, 2); this.panelControl5.Name = "panelControl5"; this.panelControl5.Size = new System.Drawing.Size(166, 36); this.panelControl5.TabIndex = 46; // // lblFP // this.lblFP.AutoSize = true; this.lblFP.ForeColor = System.Drawing.Color.Red; this.lblFP.Location = new System.Drawing.Point(86, 10); this.lblFP.Name = "lblFP"; this.lblFP.Size = new System.Drawing.Size(14, 14); this.lblFP.TabIndex = 43; this.lblFP.Text = "0"; // // label2 // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.Color.Red; this.label2.Location = new System.Drawing.Point(10, 10); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(79, 14); this.label2.TabIndex = 42; this.label2.Text = "已分配数量:"; // // panelControl3 // this.panelControl3.Controls.Add(this.gcMain); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl3.Location = new System.Drawing.Point(0, 50); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(816, 476); this.panelControl3.TabIndex = 5; // // gcMain // this.gcMain.AdapterObj = null; this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; this.gcMain.Location = new System.Drawing.Point(2, 2); this.gcMain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.gcMain.Name = "gcMain"; this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.gcMain.Size = new System.Drawing.Size(812, 472); this.gcMain.TabIndex = 0; // // lblTotal // this.lblTotal.AutoSize = true; this.lblTotal.ForeColor = System.Drawing.Color.Red; this.lblTotal.Location = new System.Drawing.Point(49, 10); this.lblTotal.Name = "lblTotal"; this.lblTotal.Size = new System.Drawing.Size(14, 14); this.lblTotal.TabIndex = 43; this.lblTotal.Text = "0"; // // panelControl2 // this.panelControl2.Controls.Add(this.panelControl6); this.panelControl2.Controls.Add(this.panelControl5); this.panelControl2.Controls.Add(this.panelControl4); this.panelControl2.Controls.Add(this.btnCancel); this.panelControl2.Controls.Add(this.btnFP); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl2.Location = new System.Drawing.Point(0, 526); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(816, 40); this.panelControl2.TabIndex = 4; // // panelControl6 // this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl6.Controls.Add(this.lblSY); this.panelControl6.Controls.Add(this.label4); this.panelControl6.Dock = System.Windows.Forms.DockStyle.Left; this.panelControl6.Location = new System.Drawing.Point(304, 2); this.panelControl6.Name = "panelControl6"; this.panelControl6.Size = new System.Drawing.Size(136, 36); this.panelControl6.TabIndex = 47; // // lblSY // this.lblSY.AutoSize = true; this.lblSY.ForeColor = System.Drawing.Color.Red; this.lblSY.Location = new System.Drawing.Point(50, 10); this.lblSY.Name = "lblSY"; this.lblSY.Size = new System.Drawing.Size(14, 14); this.lblSY.TabIndex = 43; this.lblSY.Text = "0"; // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.Red; this.label4.Location = new System.Drawing.Point(10, 10); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(43, 14); this.label4.TabIndex = 42; this.label4.Text = "差量:"; // // panelControl4 // this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl4.Controls.Add(this.lblTotal); this.panelControl4.Controls.Add(this.lable1); this.panelControl4.Dock = System.Windows.Forms.DockStyle.Left; this.panelControl4.Location = new System.Drawing.Point(2, 2); this.panelControl4.Name = "panelControl4"; this.panelControl4.Size = new System.Drawing.Size(136, 36); this.panelControl4.TabIndex = 45; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCancel.Appearance.Options.UseFont = true; this.btnCancel.Location = new System.Drawing.Point(739, 7); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(72, 26); this.btnCancel.TabIndex = 41; this.btnCancel.Text = "退出"; this.btnCancel.Click += new System.EventHandler(this.OnBtnCancelClick); // // btnFP // this.btnFP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnFP.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnFP.Appearance.Options.UseFont = true; this.btnFP.Location = new System.Drawing.Point(661, 7); this.btnFP.Name = "btnFP"; this.btnFP.Size = new System.Drawing.Size(72, 26); this.btnFP.TabIndex = 39; this.btnFP.Text = "自动分配"; this.btnFP.Click += new System.EventHandler(this.OnBtnFPClick); // // PlSearch // this.PlSearch.Dock = System.Windows.Forms.DockStyle.Top; this.PlSearch.Location = new System.Drawing.Point(0, 0); this.PlSearch.Name = "PlSearch"; this.PlSearch.Size = new System.Drawing.Size(816, 50); this.PlSearch.TabIndex = 3; // // btnJ // this.btnJ.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnJ.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnJ.Appearance.Options.UseFont = true; this.btnJ.Location = new System.Drawing.Point(583, 7); this.btnJ.Name = "btnJ"; this.btnJ.Size = new System.Drawing.Size(72, 26); this.btnJ.TabIndex = 39; this.btnJ.Text = "自动分配"; // // btnDel // this.btnDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnDel.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnDel.Appearance.Options.UseFont = true; this.btnDel.Location = new System.Drawing.Point(661, 7); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(72, 26); this.btnDel.TabIndex = 40; this.btnDel.Text = "确定"; // // btnUpdate // this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnUpdate.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnUpdate.Appearance.Options.UseFont = true; this.btnUpdate.Location = new System.Drawing.Point(739, 7); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(72, 26); this.btnUpdate.TabIndex = 41; this.btnUpdate.Text = "放弃"; // // FrmBaseSelectBatch // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(816, 566); this.Controls.Add(this.panelControl3); this.Controls.Add(this.panelControl2); this.Controls.Add(this.PlSearch); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "FrmBaseSelectBatch"; ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit(); this.panelControl5.ResumeLayout(false); this.panelControl5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit(); this.panelControl6.ResumeLayout(false); this.panelControl6.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit(); this.panelControl4.ResumeLayout(false); this.panelControl4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.PlSearch)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lab