namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_2404
{
///
/// 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_2404));
this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtProductionInfo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblUserID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.cmbLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
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);
//
// btnClose
//
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, 317);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 30);
this.btnClose.TabIndex = 5;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// btnSave
//
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, 317);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 5;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Visible = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// 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, 99);
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.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, 99);
this.txtProductionInfo.Multiline = true;
this.txtProductionInfo.Name = "txtProductionInfo";
this.txtProductionInfo.ReadOnly = true;
this.txtProductionInfo.Size = new System.Drawing.Size(268, 212);
this.txtProductionInfo.TabIndex = 7;
this.txtProductionInfo.TextValue = "";
//
// lblUserID
//
this.lblUserID.AutoSize = true;
this.lblUserID.BackColor = System.Drawing.Color.Transparent;
this.lblUserID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUserID.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblUserID.Location = new System.Drawing.Point(13, 47);
this.lblUserID.Name = "lblUserID";
this.lblUserID.Size = new System.Drawing.Size(53, 12);
this.lblUserID.TabIndex = 27;
this.lblUserID.Text = "生产订单";
//
// txtOrderNo
//
this.txtOrderNo.BackColor = System.Drawing.SystemColors.Window;
this.txtOrderNo.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtOrderNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtOrderNo.ErrorMessage = "";
this.txtOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtOrderNo.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtOrderNo.Location = new System.Drawing.Point(72, 42);
this.txtOrderNo.MaxLength = 20;
this.txtOrderNo.Name = "txtOrderNo";
this.txtOrderNo.Size = new System.Drawing.Size(163, 21);
this.txtOrderNo.TabIndex = 28;
this.txtOrderNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtOrderNo_KeyPress);
//
// cmbLogo
//
this.cmbLogo.BackColor = System.Drawing.SystemColors.Window;
this.cmbLogo.BackgroundColor = System.Drawing.SystemColors.Window;
this.cmbLogo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbLogo.FormattingEnabled = true;
this.cmbLogo.Location = new System.Drawing.Point(72, 69);
this.cmbLogo.Name = "cmbLogo";
this.cmbLogo.Size = new System.Drawing.Size(163, 20);
this.cmbLogo.TabIndex = 29;
//
// F_PM_2404
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(352, 376);
this.Controls.Add(this.cmbLogo);
this.Controls.Add(this.lblUserID);
this.Controls.Add(this.txtOrderNo);
this.Controls.Add(this.txtProductionInfo);
this.Controls.Add(this.c_Label1);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnClose);
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_2404";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "变更单号";
this.Load += new System.EventHandler(this.F_PM_2404_Load);
this.Controls.SetChildIndex(this.lblBarCode, 0);
this.Controls.SetChildIndex(this.txtBarCode, 0);
this.Controls.SetChildIndex(this.btnClose, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.c_Label1, 0);
this.Controls.SetChildIndex(this.txtProductionInfo, 0);
this.Controls.SetChildIndex(this.txtOrderNo, 0);
this.Controls.SetChildIndex(this.lblUserID, 0);
this.Controls.SetChildIndex(this.cmbLogo, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_Label lblBarCode;
private Basics.BaseControls.C_TextBox txtBarCode;
private Basics.BaseControls.C_Button btnClose;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_TextBox txtProductionInfo;
private Basics.BaseControls.C_Label lblUserID;
private Basics.BaseControls.C_TextBox txtOrderNo;
private Basics.BaseControls.C_ComboBox cmbLogo;
}
}