Files
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

277 lines
13 KiB
C#

namespace Lskj.BaseSelect
{
partial class FrmMain
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.lblTotal = new System.Windows.Forms.Label();
this.lable1 = new System.Windows.Forms.Label();
this.btnUpdate = new DevExpress.XtraEditors.SimpleButton();
this.btnDel = new DevExpress.XtraEditors.SimpleButton();
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.gcMain = new Lskj.Control.GridControlEx();
this.PlSearch = new DevExpress.XtraEditors.PanelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
this.panelControl6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
this.panelControl5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
this.panelControl4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PlSearch)).BeginInit();
this.SuspendLayout();
//
// panelControl2
//
this.panelControl2.Controls.Add(this.panelControl6);
this.panelControl2.Controls.Add(this.panelControl5);
this.panelControl2.Controls.Add(this.panelControl4);
this.panelControl2.Controls.Add(this.btnUpdate);
this.panelControl2.Controls.Add(this.btnDel);
this.panelControl2.Controls.Add(this.btnAdd);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl2.Location = new System.Drawing.Point(0, 426);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(713, 40);
this.panelControl2.TabIndex = 1;
//
// panelControl6
//
this.panelControl6.Controls.Add(this.label3);
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;
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(50, 10);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(38, 14);
this.label3.TabIndex = 43;
this.label3.Text = "label1";
//
// 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 = "差量:";
//
// panelControl5
//
this.panelControl5.Controls.Add(this.label1);
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;
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(86, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(38, 14);
this.label1.TabIndex = 43;
this.label1.Text = "label1";
//
// 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 = "已分配数量:";
//
// panelControl4
//
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;
//
// 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(38, 14);
this.lblTotal.TabIndex = 43;
this.lblTotal.Text = "label1";
//
// 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 = "数量:";
//
// 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(636, 7);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(72, 26);
this.btnUpdate.TabIndex = 41;
this.btnUpdate.Text = "放弃";
this.btnUpdate.Visible = false;
//
// 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(558, 7);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(72, 26);
this.btnDel.TabIndex = 40;
this.btnDel.Text = "确定";
//
// btnAdd
//
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnAdd.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAdd.Appearance.Options.UseFont = true;
this.btnAdd.Location = new System.Drawing.Point(480, 7);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(72, 26);
this.btnAdd.TabIndex = 39;
this.btnAdd.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(713, 376);
this.panelControl3.TabIndex = 2;
//
// gcMain
//
this.gcMain.AdapterObj = null;
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain.Location = new System.Drawing.Point(2, 2);
this.gcMain.Name = "gcMain";
this.gcMain.Size = new System.Drawing.Size(709, 372);
this.gcMain.TabIndex = 0;
//
// 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(713, 50);
this.PlSearch.TabIndex = 0;
//
// FrmMain
//
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(713, 466);
this.Controls.Add(this.panelControl3);
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.PlSearch);
this.Name = "FrmMain";
this.Text = "";
((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.panelControl5)).EndInit();
this.panelControl5.ResumeLayout(false);
this.panelControl5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
this.panelControl4.ResumeLayout(false);
this.panelControl4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.PlSearch)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.SimpleButton btnUpdate;
private DevExpress.XtraEditors.SimpleButton btnDel;
private DevExpress.XtraEditors.SimpleButton btnAdd;
private System.Windows.Forms.Label lable1;
private DevExpress.XtraEditors.PanelControl panelControl4;
private System.Windows.Forms.Label lblTotal;
private DevExpress.XtraEditors.PanelControl panelControl6;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private DevExpress.XtraEditors.PanelControl panelControl5;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private Control.GridControlEx gcMain;
private DevExpress.XtraEditors.PanelControl PlSearch;
}
}