|
|
namespace SegmentationWeight
|
|
|
{
|
|
|
partial class SegmentationWeightGoodsSetForm
|
|
|
{
|
|
|
/// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
|
this.flpClass = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
this.flpGoods = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
|
this.splitContainer1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// splitContainer1
|
|
|
//
|
|
|
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
//
|
|
|
// splitContainer1.Panel1
|
|
|
//
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.btnSave);
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.flpClass);
|
|
|
//
|
|
|
// splitContainer1.Panel2
|
|
|
//
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.flpGoods);
|
|
|
this.splitContainer1.Size = new System.Drawing.Size(1145, 600);
|
|
|
this.splitContainer1.SplitterDistance = 72;
|
|
|
this.splitContainer1.SplitterWidth = 1;
|
|
|
this.splitContainer1.TabIndex = 0;
|
|
|
//
|
|
|
// flpClass
|
|
|
//
|
|
|
this.flpClass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.flpClass.Location = new System.Drawing.Point(3, 3);
|
|
|
this.flpClass.Name = "flpClass";
|
|
|
this.flpClass.Size = new System.Drawing.Size(991, 64);
|
|
|
this.flpClass.TabIndex = 0;
|
|
|
//
|
|
|
// flpGoods
|
|
|
//
|
|
|
this.flpGoods.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.flpGoods.Location = new System.Drawing.Point(0, 0);
|
|
|
this.flpGoods.Name = "flpGoods";
|
|
|
this.flpGoods.Size = new System.Drawing.Size(1143, 525);
|
|
|
this.flpGoods.TabIndex = 0;
|
|
|
//
|
|
|
// btnSave
|
|
|
//
|
|
|
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.btnSave.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnSave.Location = new System.Drawing.Point(1001, 3);
|
|
|
this.btnSave.Name = "btnSave";
|
|
|
this.btnSave.Size = new System.Drawing.Size(114, 64);
|
|
|
this.btnSave.TabIndex = 1;
|
|
|
this.btnSave.Text = "保存";
|
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
|
//
|
|
|
// SegmentationWeightGoodsSetForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1145, 600);
|
|
|
this.Controls.Add(this.splitContainer1);
|
|
|
this.MaximizeBox = false;
|
|
|
this.MinimizeBox = false;
|
|
|
this.Name = "SegmentationWeightGoodsSetForm";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.Text = "产品配置";
|
|
|
this.Load += new System.EventHandler(this.SegmentationWeightGoodsSetForm_Load);
|
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
|
this.splitContainer1.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
|
private System.Windows.Forms.FlowLayoutPanel flpClass;
|
|
|
private System.Windows.Forms.FlowLayoutPanel flpGoods;
|
|
|
private System.Windows.Forms.Button btnSave;
|
|
|
}
|
|
|
}
|