125 lines
5.9 KiB
C#
125 lines
5.9 KiB
C#
|
|
namespace WMS.FrmStock
|
|||
|
|
{
|
|||
|
|
partial class FrmProvideReplenishment
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required designer variable.
|
|||
|
|
/// </summary>
|
|||
|
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Clean up any resources being used.
|
|||
|
|
/// </summary>
|
|||
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
|
protected override void Dispose(bool disposing)
|
|||
|
|
{
|
|||
|
|
if (disposing && (components != null))
|
|||
|
|
{
|
|||
|
|
components.Dispose();
|
|||
|
|
}
|
|||
|
|
base.Dispose(disposing);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#region Windows Form Designer generated code
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required method for Designer support - do not modify
|
|||
|
|
/// the contents of this method with the code editor.
|
|||
|
|
/// </summary>
|
|||
|
|
private void InitializeComponent()
|
|||
|
|
{
|
|||
|
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
|||
|
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
|||
|
|
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
|||
|
|
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
|||
|
|
this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
|||
|
|
this.xtraTabControl1.SuspendLayout();
|
|||
|
|
this.xtraTabPage1.SuspendLayout();
|
|||
|
|
this.xtraTabPage2.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
|||
|
|
this.splitContainerControl1.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
|
|||
|
|
this.splitContainerControl2.SuspendLayout();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// xtraTabControl1
|
|||
|
|
//
|
|||
|
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
|||
|
|
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage2;
|
|||
|
|
this.xtraTabControl1.Size = new System.Drawing.Size(991, 576);
|
|||
|
|
this.xtraTabControl1.TabIndex = 0;
|
|||
|
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|||
|
|
this.xtraTabPage1,
|
|||
|
|
this.xtraTabPage2});
|
|||
|
|
//
|
|||
|
|
// xtraTabPage1
|
|||
|
|
//
|
|||
|
|
this.xtraTabPage1.Controls.Add(this.splitContainerControl1);
|
|||
|
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
|||
|
|
this.xtraTabPage1.Size = new System.Drawing.Size(985, 547);
|
|||
|
|
this.xtraTabPage1.Text = "主表信息";
|
|||
|
|
//
|
|||
|
|
// xtraTabPage2
|
|||
|
|
//
|
|||
|
|
this.xtraTabPage2.Controls.Add(this.splitContainerControl2);
|
|||
|
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
|||
|
|
this.xtraTabPage2.Size = new System.Drawing.Size(985, 547);
|
|||
|
|
this.xtraTabPage2.Text = "明细信息";
|
|||
|
|
//
|
|||
|
|
// splitContainerControl1
|
|||
|
|
//
|
|||
|
|
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.splitContainerControl1.Horizontal = false;
|
|||
|
|
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.splitContainerControl1.Name = "splitContainerControl1";
|
|||
|
|
this.splitContainerControl1.Panel1.Text = "Panel1";
|
|||
|
|
this.splitContainerControl1.Panel2.Text = "Panel2";
|
|||
|
|
this.splitContainerControl1.Size = new System.Drawing.Size(985, 547);
|
|||
|
|
this.splitContainerControl1.TabIndex = 0;
|
|||
|
|
this.splitContainerControl1.Text = "splitContainerControl1";
|
|||
|
|
//
|
|||
|
|
// splitContainerControl2
|
|||
|
|
//
|
|||
|
|
this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.splitContainerControl2.Horizontal = false;
|
|||
|
|
this.splitContainerControl2.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.splitContainerControl2.Name = "splitContainerControl2";
|
|||
|
|
this.splitContainerControl2.Panel1.Text = "Panel1";
|
|||
|
|
this.splitContainerControl2.Panel2.Text = "Panel2";
|
|||
|
|
this.splitContainerControl2.Size = new System.Drawing.Size(985, 547);
|
|||
|
|
this.splitContainerControl2.SplitterPosition = 126;
|
|||
|
|
this.splitContainerControl2.TabIndex = 0;
|
|||
|
|
this.splitContainerControl2.Text = "splitContainerControl2";
|
|||
|
|
//
|
|||
|
|
// FrmProvideReplenishment
|
|||
|
|
//
|
|||
|
|
this.ClientSize = new System.Drawing.Size(991, 576);
|
|||
|
|
this.Controls.Add(this.xtraTabControl1);
|
|||
|
|
this.MaximizeBox = false;
|
|||
|
|
this.MinimizeBox = false;
|
|||
|
|
this.Name = "FrmProvideReplenishment";
|
|||
|
|
this.Text = "供应商补货";
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
|||
|
|
this.xtraTabControl1.ResumeLayout(false);
|
|||
|
|
this.xtraTabPage1.ResumeLayout(false);
|
|||
|
|
this.xtraTabPage2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
|
|||
|
|
this.splitContainerControl1.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
|
|||
|
|
this.splitContainerControl2.ResumeLayout(false);
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
|||
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
|||
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
|||
|
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl2;
|
|||
|
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
|
|||
|
|
}
|
|||
|
|
}
|