namespace Lskj.Control { partial class FrmBaseSelect { /// /// 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.btnOK = new DevExpress.XtraEditors.SimpleButton(); this.btnNextData = 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(13, 12); this.lable1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lable1.Name = "lable1"; this.lable1.Size = new System.Drawing.Size(53, 18); 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(183, 2); this.panelControl5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panelControl5.Name = "panelControl5"; this.panelControl5.Size = new System.Drawing.Size(221, 46); this.panelControl5.TabIndex = 46; // // lblFP // this.lblFP.AutoSize = true; this.lblFP.ForeColor = System.Drawing.Color.Red; this.lblFP.Location = new System.Drawing.Point(115, 12); this.lblFP.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblFP.Name = "lblFP"; this.lblFP.Size = new System.Drawing.Size(16, 18); 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(13, 12); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(98, 18); 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, 62); this.panelControl3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1088, 596); 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(5, 5, 5, 5); this.gcMain.Name = "gcMain"; this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.gcMain.Size = new System.Drawing.Size(1084, 592); this.gcMain.TabIndex = 0; // // lblTotal // this.lblTotal.AutoSize = true; this.lblTotal.ForeColor = System.Drawing.Color.Red; this.lblTotal.Location = new System.Drawing.Point(65, 12); this.lblTotal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblTotal.Name = "lblTotal"; this.lblTotal.Size = new System.Drawing.Size(16, 18); 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.btnOK); this.panelControl2.Controls.Add(this.btnNextData); this.panelControl2.Controls.Add(this.btnFP); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl2.Location = new System.Drawing.Point(0, 658); this.panelControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(1088, 50); 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(404, 2); this.panelControl6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panelControl6.Name = "panelControl6"; this.panelControl6.Size = new System.Drawing.Size(181, 46); this.panelControl6.TabIndex = 47; // // lblSY // this.lblSY.AutoSize = true; this.lblSY.ForeColor = System.Drawing.Color.Red; this.lblSY.Location = new System.Drawing.Point(67, 12); this.lblSY.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblSY.Name = "lblSY"; this.lblSY.Size = new System.Drawing.Size(16, 18); 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(13, 12); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 18); 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.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panelControl4.Name = "panelControl4"; this.panelControl4.Size = new System.Drawing.Size(181, 46); 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(985, 9); this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(96, 32); this.btnCancel.TabIndex = 41; this.btnCancel.Text = "退出"; this.btnCancel.Click += new System.EventHandler(this.OnBtnCancelClick); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnOK.Appearance.Options.UseFont = true; this.btnOK.Location = new System.Drawing.Point(881, 9); this.btnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(96, 32); this.btnOK.TabIndex = 40; this.btnOK.Text = "确定"; this.btnOK.Click += new System.EventHandler(this.OnBtnOKClick); // // btnNextData // this.btnNextData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnNextData.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnNextData.Appearance.Options.UseFont = true; this.btnNextData.Location = new System.Drawing.Point(641, 9); this.btnNextData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnNextData.Name = "btnNextData"; this.btnNextData.Size = new System.Drawing.Size(128, 32); this.btnNextData.TabIndex = 39; this.btnNextData.Text = "下条数据分配"; this.btnNextData.Click += new System.EventHandler(this.OnTheNextClick); // // 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(777, 9); this.btnFP.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnFP.Name = "btnFP"; this.btnFP.Size = new System.Drawing.Size(96, 32); 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.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.PlSearch.Name = "PlSearch"; this.PlSearch.Size = new System.Drawing.Size(1088, 62); 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 = "放弃"; // // FrmBaseSelect // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1088, 708); this.Controls.Add(this.panelControl3); this.Controls.Add(this.panelControl2); this.Controls.Add(this.PlSearch); this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.Name = "FrmBaseSelect"; ((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 lable1; private DevExpress.XtraEditors.PanelControl panelControl5; private System.Windows.Forms.Label lblFP; private System.Windows.Forms.Label label2; private DevExpress.XtraEditors.PanelControl panelControl3; private GridControlEx gcMain; private System.Windows.Forms.Label lblTotal; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.PanelControl panelControl6; private System.Windows.Forms.Label lblSY; private System.Windows.Forms.Label label4; private DevExpress.XtraEditors.PanelControl panelControl4; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraEditors.SimpleButton btnOK; private DevExpress.XtraEditors.SimpleButton btnFP; private DevExpress.XtraEditors.PanelControl PlSearch; private DevExpress.XtraEditors.SimpleButton btnJ; private DevExpress.XtraEditors.SimpleButton btnDel; private DevExpress.XtraEditors.SimpleButton btnUpdate; private DevExpress.XtraEditors.SimpleButton btnNextData; } }