geboshi_V1/LeatherProject/LeatherApp/Page/AddErpFrm.Designer.cs

127 lines
5.1 KiB
C#
Raw Normal View History

namespace LeatherApp.Page
{
partial class AddErpFrm
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.tbERPID = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.cbPdtList = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.pnlBtm.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// pnlBtm
//
this.pnlBtm.Location = new System.Drawing.Point(1, 344);
this.pnlBtm.Size = new System.Drawing.Size(725, 55);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(597, 12);
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(482, 12);
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// panel1
//
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.cbPdtList);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.tbERPID);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(1, 35);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(725, 309);
this.panel1.TabIndex = 2;
//
// tbERPID
//
this.tbERPID.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbERPID.Location = new System.Drawing.Point(154, 55);
this.tbERPID.Name = "tbERPID";
this.tbERPID.Size = new System.Drawing.Size(543, 30);
this.tbERPID.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(43, 61);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(87, 16);
this.label1.TabIndex = 1;
this.label1.Text = "产品绑定ID";
//
// cbPdtList
//
this.cbPdtList.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbPdtList.FormattingEnabled = true;
this.cbPdtList.Location = new System.Drawing.Point(154, 133);
this.cbPdtList.Name = "cbPdtList";
this.cbPdtList.Size = new System.Drawing.Size(543, 29);
this.cbPdtList.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(43, 140);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(103, 16);
this.label2.TabIndex = 3;
this.label2.Text = "产品检测流程";
//
// AddErpFrm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(727, 402);
this.Controls.Add(this.panel1);
this.Name = "AddErpFrm";
this.Text = "添加ERP绑定";
this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 727, 377);
this.Controls.SetChildIndex(this.pnlBtm, 0);
this.Controls.SetChildIndex(this.panel1, 0);
this.pnlBtm.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbPdtList;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbERPID;
}
}