namespace Dongke.IBOSS.PRD.Client.PCModule
{
partial class F_PC_1003
{
///
/// 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()
{
this.txtBarcode = new Dongke.WinForm.Controls.TxtCode();
this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox();
this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel();
this.btnSave = new Dongke.WinForm.Controls.BtnButton();
this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
this.txtNewBarcode = new Dongke.WinForm.Controls.TxtCode();
this.SuspendLayout();
//
// txtBarcode
//
this.txtBarcode.Location = new System.Drawing.Point(89, 12);
this.txtBarcode.Name = "txtBarcode";
this.txtBarcode.ReadOnly = true;
this.txtBarcode.Size = new System.Drawing.Size(120, 21);
this.txtBarcode.TabIndex = 7;
//
// lblLabel1
//
this.lblLabel1.Location = new System.Drawing.Point(18, 15);
this.lblLabel1.MustInput = true;
this.lblLabel1.Name = "lblLabel1";
this.lblLabel1.Size = new System.Drawing.Size(65, 12);
this.lblLabel1.TabIndex = 6;
this.lblLabel1.Text = "原模具条码";
//
// txtRemarks
//
this.txtRemarks.Location = new System.Drawing.Point(89, 66);
this.txtRemarks.MaxLength = 500;
this.txtRemarks.Multiline = true;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtRemarks.Size = new System.Drawing.Size(219, 121);
this.txtRemarks.TabIndex = 3;
//
// lblLabel8
//
this.lblLabel8.Location = new System.Drawing.Point(54, 66);
this.lblLabel8.Name = "lblLabel8";
this.lblLabel8.Size = new System.Drawing.Size(29, 12);
this.lblLabel8.TabIndex = 2;
this.lblLabel8.Text = "备注";
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.Location = new System.Drawing.Point(133, 195);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 4;
this.btnSave.Text = "保存(&S)";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(224, 195);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "取消(&X)";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// lblLabel2
//
this.lblLabel2.Location = new System.Drawing.Point(18, 42);
this.lblLabel2.MustInput = true;
this.lblLabel2.Name = "lblLabel2";
this.lblLabel2.Size = new System.Drawing.Size(65, 12);
this.lblLabel2.TabIndex = 0;
this.lblLabel2.Text = "新模具条码";
//
// txtNewBarcode
//
this.txtNewBarcode.Location = new System.Drawing.Point(89, 39);
this.txtNewBarcode.MaxLength = 20;
this.txtNewBarcode.Name = "txtNewBarcode";
this.txtNewBarcode.Size = new System.Drawing.Size(120, 21);
this.txtNewBarcode.TabIndex = 1;
//
// F_PC_1003
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(321, 250);
this.Controls.Add(this.lblLabel2);
this.Controls.Add(this.txtNewBarcode);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.txtRemarks);
this.Controls.Add(this.lblLabel8);
this.Controls.Add(this.lblLabel1);
this.Controls.Add(this.txtBarcode);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.Name = "F_PC_1003";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "替换模具条码";
this.Load += new System.EventHandler(this.F_PC_1002_Load);
this.Controls.SetChildIndex(this.txtBarcode, 0);
this.Controls.SetChildIndex(this.lblLabel1, 0);
this.Controls.SetChildIndex(this.lblLabel8, 0);
this.Controls.SetChildIndex(this.txtRemarks, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.txtNewBarcode, 0);
this.Controls.SetChildIndex(this.lblLabel2, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private WinForm.Controls.TxtCode txtBarcode;
private WinForm.Controls.LblLabel lblLabel1;
private WinForm.Controls.TxtTextBox txtRemarks;
private WinForm.Controls.LblLabel lblLabel8;
private WinForm.Controls.BtnButton btnSave;
private WinForm.Controls.BtnButton btnCancel;
private WinForm.Controls.LblLabel lblLabel2;
private WinForm.Controls.TxtCode txtNewBarcode;
}
}