namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_3302
{
///
/// 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_3302));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.dgvBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.Barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode();
this.cmbRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode();
((System.ComponentModel.ISupportInitialize)(this.dgvBarcode)).BeginInit();
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.SystemColors.ControlText;
this.lblBarCode.Location = new System.Drawing.Point(11, 16);
this.lblBarCode.Name = "lblBarCode";
this.lblBarCode.Size = new System.Drawing.Size(53, 12);
this.lblBarCode.TabIndex = 0;
this.lblBarCode.Text = "产品条码";
//
// lblRreason
//
this.lblRreason.AutoSize = true;
this.lblRreason.BackColor = System.Drawing.Color.Transparent;
this.lblRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRreason.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblRreason.IsMustInput = true;
this.lblRreason.Location = new System.Drawing.Point(216, 15);
this.lblRreason.Name = "lblRreason";
this.lblRreason.Size = new System.Drawing.Size(53, 12);
this.lblRreason.TabIndex = 31;
this.lblRreason.Text = "调出类型";
//
// lblRemarks
//
this.lblRemarks.AutoSize = true;
this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblRemarks.Location = new System.Drawing.Point(35, 43);
this.lblRemarks.Name = "lblRemarks";
this.lblRemarks.Size = new System.Drawing.Size(29, 12);
this.lblRemarks.TabIndex = 32;
this.lblRemarks.Text = "备注";
//
// 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(393, 454);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 8;
this.btnSave.Text = "保存(&S)";
this.btnSave.UseVisualStyleBackColor = false;
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.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(484, 454);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 9;
this.btnCancel.Text = "关闭";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// dgvBarcode
//
this.dgvBarcode.AllowUserToAddRows = false;
this.dgvBarcode.AllowUserToModifyRows = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvBarcode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvBarcode.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.dgvBarcode.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvBarcode.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvBarcode.CellHeight = 23;
this.dgvBarcode.ChildNodeColumnName = null;
this.dgvBarcode.ChildNodeColumnText = null;
this.dgvBarcode.ColumnDeep = 1;
this.dgvBarcode.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvBarcode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvBarcode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvBarcode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Barcode,
this.GoodsCode,
this.GoodsName,
this.GroutingLineCode,
this.MouldCode});
this.dgvBarcode.ColumnTreeView = null;
this.dgvBarcode.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
this.dgvBarcode.DynamicColumnName = "";
this.dgvBarcode.EnableHeadersVisualStyles = false;
this.dgvBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvBarcode.FormatQuantityColumns = null;
this.dgvBarcode.HorizontalMergeColumn = null;
this.dgvBarcode.IsAutoCountSum = true;
this.dgvBarcode.IsAutoResizeColumns = false;
this.dgvBarcode.IsClickF12 = false;
this.dgvBarcode.IsOpenMergeCellFlag = false;
this.dgvBarcode.IsSubTotalFlag = false;
this.dgvBarcode.IsTopDeep = false;
this.dgvBarcode.Location = new System.Drawing.Point(13, 66);
this.dgvBarcode.MergeColumnNames = null;
this.dgvBarcode.MergeDetailColumnNames = null;
this.dgvBarcode.MergeDetailOnlyColumn = null;
this.dgvBarcode.MergeOnlyColumn = null;
this.dgvBarcode.Name = "dgvBarcode";
this.dgvBarcode.RefreshAtHscroll = false;
this.dgvBarcode.RowHeadersWidth = 50;
this.dgvBarcode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvBarcode.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvBarcode.RowTemplate.Height = 21;
this.dgvBarcode.Size = new System.Drawing.Size(556, 382);
this.dgvBarcode.SortOrderColumnName = null;
this.dgvBarcode.TabIndex = 5;
this.dgvBarcode.Tag = true;
this.dgvBarcode.TotalSumColumns = null;
this.dgvBarcode.ViewRowFilter = "";
//
// Barcode
//
this.Barcode.DataPropertyName = "Barcode";
this.Barcode.HeaderText = "产品条码";
this.Barcode.Name = "Barcode";
this.Barcode.ReadOnly = true;
//
// GoodsCode
//
this.GoodsCode.DataPropertyName = "GoodsCode";
this.GoodsCode.HeaderText = "产品编码";
this.GoodsCode.Name = "GoodsCode";
this.GoodsCode.ReadOnly = true;
//
// GoodsName
//
this.GoodsName.DataPropertyName = "GoodsName";
this.GoodsName.HeaderText = "产品名称";
this.GoodsName.Name = "GoodsName";
this.GoodsName.ReadOnly = true;
//
// GroutingLineCode
//
this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
this.GroutingLineCode.HeaderText = "成型线";
this.GroutingLineCode.Name = "GroutingLineCode";
this.GroutingLineCode.ReadOnly = true;
//
// MouldCode
//
this.MouldCode.DataPropertyName = "MouldCode";
this.MouldCode.HeaderText = "模具编号";
this.MouldCode.Name = "MouldCode";
this.MouldCode.ReadOnly = true;
//
// 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.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtBarCode.Location = new System.Drawing.Point(70, 12);
this.txtBarCode.MaxLength = 11;
this.txtBarCode.Name = "txtBarCode";
this.txtBarCode.Size = new System.Drawing.Size(140, 21);
this.txtBarCode.TabIndex = 1;
this.txtBarCode.TextValue = "";
this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
//
// cmbRreason
//
this.cmbRreason.BackColor = System.Drawing.SystemColors.Window;
this.cmbRreason.BackgroundColor = System.Drawing.SystemColors.Window;
this.cmbRreason.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbRreason.FormattingEnabled = true;
this.cmbRreason.Location = new System.Drawing.Point(276, 12);
this.cmbRreason.Name = "cmbRreason";
this.cmbRreason.Size = new System.Drawing.Size(200, 20);
this.cmbRreason.TabIndex = 46;
//
// txtRemarks
//
this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtRemarks.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtRemarks.ErrorMessage = "";
this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRemarks.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtRemarks.Location = new System.Drawing.Point(70, 39);
this.txtRemarks.MaxLength = 11;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(406, 21);
this.txtRemarks.TabIndex = 47;
this.txtRemarks.TextValue = "";
//
// F_PM_3302
//
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(581, 508);
this.Controls.Add(this.txtRemarks);
this.Controls.Add(this.cmbRreason);
this.Controls.Add(this.txtBarCode);
this.Controls.Add(this.dgvBarcode);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.lblRemarks);
this.Controls.Add(this.lblRreason);
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_3302";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "工厂调出";
this.Load += new System.EventHandler(this.F_PM_3302_Load);
this.Controls.SetChildIndex(this.lblBarCode, 0);
this.Controls.SetChildIndex(this.lblRreason, 0);
this.Controls.SetChildIndex(this.lblRemarks, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.dgvBarcode, 0);
this.Controls.SetChildIndex(this.txtBarCode, 0);
this.Controls.SetChildIndex(this.cmbRreason, 0);
this.Controls.SetChildIndex(this.txtRemarks, 0);
((System.ComponentModel.ISupportInitialize)(this.dgvBarcode)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_Label lblBarCode;
private Basics.BaseControls.C_Label lblRreason;
private Basics.BaseControls.C_Label lblRemarks;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_DataGridView dgvBarcode;
private Basics.BaseControls.C_TXT_BarCode txtBarCode;
private Basics.BaseControls.C_ComboBox cmbRreason;
private Basics.BaseControls.C_TXT_BarCode txtRemarks;
private System.Windows.Forms.DataGridViewTextBoxColumn Barcode;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
}
}