namespace Dongke.IBOSS.PRD.Client.PPModule
{
partial class F_PP_0203
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PP_0203));
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.dkGroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.DKGroupBox();
this.goodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.goodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
this.goodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.goodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.lblName = new Dongke.WinForm.Controls.LblLabel();
this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
this.dkGroupBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.DKGroupBox();
this.planQuantity = new System.Windows.Forms.NumericUpDown();
this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel();
this.planRemarks = new Dongke.WinForm.Controls.TxtTextBox();
this.dkGroupBox1.SuspendLayout();
this.dkGroupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.planQuantity)).BeginInit();
this.SuspendLayout();
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
this.btnSave.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(308, 297);
this.btnSave.Margin = new System.Windows.Forms.Padding(4);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(113, 38);
this.btnSave.TabIndex = 19;
this.btnSave.Text = "保存(&S)";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.BtnSave_Click);
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(429, 297);
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(113, 38);
this.btnCancel.TabIndex = 20;
this.btnCancel.Text = "取消(&X)";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// dkGroupBox1
//
this.dkGroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dkGroupBox1.BackgroundImage")));
this.dkGroupBox1.Controls.Add(this.goodsModel);
this.dkGroupBox1.Controls.Add(this.goodsSpecification);
this.dkGroupBox1.Controls.Add(this.lblLabel2);
this.dkGroupBox1.Controls.Add(this.lblLabel3);
this.dkGroupBox1.Controls.Add(this.goodsName);
this.dkGroupBox1.Controls.Add(this.goodsCode);
this.dkGroupBox1.Controls.Add(this.lblName);
this.dkGroupBox1.Controls.Add(this.lblLabel1);
this.dkGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dkGroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
this.dkGroupBox1.IsMustInput = false;
this.dkGroupBox1.Location = new System.Drawing.Point(21, 21);
this.dkGroupBox1.Name = "dkGroupBox1";
this.dkGroupBox1.Size = new System.Drawing.Size(551, 119);
this.dkGroupBox1.TabIndex = 21;
this.dkGroupBox1.TabStop = false;
this.dkGroupBox1.Text = "产品信息";
//
// goodsModel
//
this.goodsModel.BackColor = System.Drawing.SystemColors.Window;
this.goodsModel.BackgroundColor = System.Drawing.SystemColors.Window;
this.goodsModel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.goodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.goodsModel.FormattingEnabled = true;
this.goodsModel.Location = new System.Drawing.Point(358, 69);
this.goodsModel.Name = "goodsModel";
this.goodsModel.Size = new System.Drawing.Size(160, 23);
this.goodsModel.TabIndex = 38;
//
// goodsSpecification
//
this.goodsSpecification.BackColor = System.Drawing.SystemColors.Window;
this.goodsSpecification.BackgroundColor = System.Drawing.SystemColors.Window;
this.goodsSpecification.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.goodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.goodsSpecification.FormattingEnabled = true;
this.goodsSpecification.Location = new System.Drawing.Point(104, 69);
this.goodsSpecification.Name = "goodsSpecification";
this.goodsSpecification.Size = new System.Drawing.Size(160, 23);
this.goodsSpecification.TabIndex = 37;
//
// lblLabel2
//
this.lblLabel2.Location = new System.Drawing.Point(29, 72);
this.lblLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblLabel2.Name = "lblLabel2";
this.lblLabel2.Size = new System.Drawing.Size(67, 15);
this.lblLabel2.TabIndex = 36;
this.lblLabel2.Text = "产品规格";
//
// lblLabel3
//
this.lblLabel3.Location = new System.Drawing.Point(284, 72);
this.lblLabel3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblLabel3.Name = "lblLabel3";
this.lblLabel3.Size = new System.Drawing.Size(67, 15);
this.lblLabel3.TabIndex = 35;
this.lblLabel3.Text = "产品型号";
//
// goodsName
//
this.goodsName.BackColor = System.Drawing.SystemColors.Window;
this.goodsName.BackgroundColor = System.Drawing.SystemColors.Window;
this.goodsName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.goodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.goodsName.FormattingEnabled = true;
this.goodsName.Location = new System.Drawing.Point(358, 38);
this.goodsName.Name = "goodsName";
this.goodsName.Size = new System.Drawing.Size(160, 23);
this.goodsName.TabIndex = 34;
//
// goodsCode
//
this.goodsCode.BackColor = System.Drawing.SystemColors.Window;
this.goodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.goodsCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.goodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.goodsCode.FormattingEnabled = true;
this.goodsCode.Location = new System.Drawing.Point(104, 38);
this.goodsCode.Name = "goodsCode";
this.goodsCode.Size = new System.Drawing.Size(160, 23);
this.goodsCode.TabIndex = 33;
//
// lblName
//
this.lblName.Location = new System.Drawing.Point(29, 41);
this.lblName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(67, 15);
this.lblName.TabIndex = 29;
this.lblName.Text = "产品编码";
//
// lblLabel1
//
this.lblLabel1.Location = new System.Drawing.Point(284, 41);
this.lblLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblLabel1.Name = "lblLabel1";
this.lblLabel1.Size = new System.Drawing.Size(67, 15);
this.lblLabel1.TabIndex = 20;
this.lblLabel1.Text = "产品名称";
//
// dkGroupBox2
//
this.dkGroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dkGroupBox2.BackgroundImage")));
this.dkGroupBox2.Controls.Add(this.planQuantity);
this.dkGroupBox2.Controls.Add(this.lblLabel6);
this.dkGroupBox2.Controls.Add(this.lblLabel8);
this.dkGroupBox2.Controls.Add(this.planRemarks);
this.dkGroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dkGroupBox2.ForeColor = System.Drawing.SystemColors.ControlText;
this.dkGroupBox2.IsMustInput = false;
this.dkGroupBox2.Location = new System.Drawing.Point(21, 156);
this.dkGroupBox2.Name = "dkGroupBox2";
this.dkGroupBox2.Size = new System.Drawing.Size(551, 120);
this.dkGroupBox2.TabIndex = 22;
this.dkGroupBox2.TabStop = false;
this.dkGroupBox2.Text = "产品信息";
//
// planQuantity
//
this.planQuantity.Location = new System.Drawing.Point(104, 34);
this.planQuantity.Maximum = new decimal(new int[] {
999999999,
0,
0,
0});
this.planQuantity.Name = "planQuantity";
this.planQuantity.Size = new System.Drawing.Size(160, 25);
this.planQuantity.TabIndex = 36;
//
// lblLabel6
//
this.lblLabel6.Location = new System.Drawing.Point(30, 39);
this.lblLabel6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblLabel6.Name = "lblLabel6";
this.lblLabel6.Size = new System.Drawing.Size(67, 15);
this.lblLabel6.TabIndex = 29;
this.lblLabel6.Text = "计划产量";
//
// lblLabel8
//
this.lblLabel8.Location = new System.Drawing.Point(59, 71);
this.lblLabel8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblLabel8.Name = "lblLabel8";
this.lblLabel8.Size = new System.Drawing.Size(37, 15);
this.lblLabel8.TabIndex = 22;
this.lblLabel8.Text = "备注";
//
// planRemarks
//
this.planRemarks.Location = new System.Drawing.Point(104, 66);
this.planRemarks.Margin = new System.Windows.Forms.Padding(4);
this.planRemarks.Name = "planRemarks";
this.planRemarks.Size = new System.Drawing.Size(414, 25);
this.planRemarks.TabIndex = 24;
//
// F_PP_0203
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(596, 359);
this.Controls.Add(this.dkGroupBox2);
this.Controls.Add(this.dkGroupBox1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Margin = new System.Windows.Forms.Padding(5);
this.MaximizeBox = false;
this.Name = "F_PP_0203";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "计划编辑";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PP_0203_FormClosed);
this.Load += new System.EventHandler(this.F_PP_0203_Load);
this.dkGroupBox1.ResumeLayout(false);
this.dkGroupBox1.PerformLayout();
this.dkGroupBox2.ResumeLayout(false);
this.dkGroupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.planQuantity)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.DKGroupBox dkGroupBox1;
private WinForm.Controls.LblLabel lblLabel1;
private WinForm.Controls.LblLabel lblName;
public Basics.BaseControls.C_ComboBox goodsCode;
public Basics.BaseControls.C_ComboBox goodsName;
public Basics.BaseControls.C_ComboBox goodsModel;
public Basics.BaseControls.C_ComboBox goodsSpecification;
private WinForm.Controls.LblLabel lblLabel2;
private WinForm.Controls.LblLabel lblLabel3;
private Basics.BaseControls.DKGroupBox dkGroupBox2;
private WinForm.Controls.LblLabel lblLabel6;
private WinForm.Controls.LblLabel lblLabel8;
public WinForm.Controls.TxtTextBox planRemarks;
public System.Windows.Forms.NumericUpDown planQuantity;
}
}