namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_2115
{
///
/// 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_PM_2115));
this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtProductionInfo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.SuspendLayout();
//
// lblBarCode
//
this.lblBarCode.AutoSize = true;
this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblBarCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblBarCode.IsMustInput = true;
this.lblBarCode.Location = new System.Drawing.Point(13, 20);
this.lblBarCode.Name = "lblBarCode";
this.lblBarCode.Size = new System.Drawing.Size(53, 12);
this.lblBarCode.TabIndex = 2;
this.lblBarCode.Text = "产品条码";
//
// txtBarCode
//
this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtBarCode.ErrorMessage = "";
this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBarCode.Location = new System.Drawing.Point(72, 15);
this.txtBarCode.MaxLength = 50;
this.txtBarCode.Name = "txtBarCode";
this.txtBarCode.Size = new System.Drawing.Size(163, 21);
this.txtBarCode.TabIndex = 3;
this.txtBarCode.TextValue = "";
this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
//
// c_Label1
//
this.c_Label1.AutoSize = true;
this.c_Label1.BackColor = System.Drawing.Color.Transparent;
this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label1.Location = new System.Drawing.Point(12, 46);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(53, 12);
this.c_Label1.TabIndex = 6;
this.c_Label1.Text = "产品信息";
//
// txtProductionInfo
//
this.txtProductionInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtProductionInfo.BackColor = System.Drawing.SystemColors.Control;
this.txtProductionInfo.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtProductionInfo.ErrorMessage = "";
this.txtProductionInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtProductionInfo.Location = new System.Drawing.Point(72, 46);
this.txtProductionInfo.Multiline = true;
this.txtProductionInfo.Name = "txtProductionInfo";
this.txtProductionInfo.ReadOnly = true;
this.txtProductionInfo.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtProductionInfo.Size = new System.Drawing.Size(268, 255);
this.txtProductionInfo.TabIndex = 7;
this.txtProductionInfo.TextValue = "";
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
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(164, 307);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 8;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Visible = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.Location = new System.Drawing.Point(255, 307);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 30);
this.btnClose.TabIndex = 9;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// F_PM_2115
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(352, 362);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.txtProductionInfo);
this.Controls.Add(this.c_Label1);
this.Controls.Add(this.txtBarCode);
this.Controls.Add(this.lblBarCode);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_PM_2115";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "计件撤销";
this.Controls.SetChildIndex(this.lblBarCode, 0);
this.Controls.SetChildIndex(this.txtBarCode, 0);
this.Controls.SetChildIndex(this.c_Label1, 0);
this.Controls.SetChildIndex(this.txtProductionInfo, 0);
this.Controls.SetChildIndex(this.btnClose, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_Label lblBarCode;
private Basics.BaseControls.C_TextBox txtBarCode;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_TextBox txtProductionInfo;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_Button btnClose;
}
}