namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_RPT_080111
{
///
/// 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.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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_080111));
this.dgvDefectStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.chkSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.StaffStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.StaffTempCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnDelete = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.lvPic = new System.Windows.Forms.ListView();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.odlgFile = new System.Windows.Forms.OpenFileDialog();
this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtMatnr = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblMatnr = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtIdnrkName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblIdnrkName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtIdnrkOnlyCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblIdnrkOnlyCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblMeins = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtMeins = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).BeginInit();
this.SuspendLayout();
//
// dgvDefectStaff
//
this.dgvDefectStaff.AllowUserToAddRows = false;
this.dgvDefectStaff.AllowUserToDeleteRows = false;
this.dgvDefectStaff.AllowUserToModifyRows = true;
this.dgvDefectStaff.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvDefectStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvDefectStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvDefectStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvDefectStaff.CellHeight = 23;
this.dgvDefectStaff.ChildNodeColumnName = null;
this.dgvDefectStaff.ChildNodeColumnText = null;
this.dgvDefectStaff.ColumnDeep = 1;
this.dgvDefectStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
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.dgvDefectStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvDefectStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvDefectStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.chkSelected,
this.StaffCode,
this.StaffName,
this.StaffID,
this.StaffStatus,
this.StaffTempCount});
this.dgvDefectStaff.ColumnTreeView = null;
this.dgvDefectStaff.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.dgvDefectStaff.DynamicColumnName = "";
this.dgvDefectStaff.EnableHeadersVisualStyles = false;
this.dgvDefectStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvDefectStaff.FormatQuantityColumns = null;
this.dgvDefectStaff.HorizontalMergeColumn = null;
this.dgvDefectStaff.IsAutoCountSum = true;
this.dgvDefectStaff.IsAutoResizeColumns = false;
this.dgvDefectStaff.IsClickF12 = false;
this.dgvDefectStaff.IsOpenMergeCellFlag = false;
this.dgvDefectStaff.IsSubTotalFlag = false;
this.dgvDefectStaff.IsTopDeep = false;
this.dgvDefectStaff.Location = new System.Drawing.Point(3, 3);
this.dgvDefectStaff.MergeColumnNames = null;
this.dgvDefectStaff.MergeDetailColumnNames = null;
this.dgvDefectStaff.MergeDetailOnlyColumn = null;
this.dgvDefectStaff.MergeOnlyColumn = null;
this.dgvDefectStaff.MultiSelect = false;
this.dgvDefectStaff.Name = "dgvDefectStaff";
this.dgvDefectStaff.RefreshAtHscroll = false;
this.dgvDefectStaff.RowHeadersWidth = 50;
this.dgvDefectStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvDefectStaff.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvDefectStaff.RowTemplate.Height = 25;
this.dgvDefectStaff.Size = new System.Drawing.Size(717, 145);
this.dgvDefectStaff.SortOrderColumnName = null;
this.dgvDefectStaff.TabIndex = 0;
this.dgvDefectStaff.Tag = true;
this.dgvDefectStaff.TotalSumColumns = null;
this.dgvDefectStaff.ViewRowFilter = "";
//
// chkSelected
//
this.chkSelected.DataPropertyName = "IsSelected";
this.chkSelected.FalseValue = "0";
this.chkSelected.FillWeight = 60F;
this.chkSelected.HeaderText = "选择";
this.chkSelected.Name = "chkSelected";
this.chkSelected.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.chkSelected.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.chkSelected.TrueValue = "1";
this.chkSelected.Width = 60;
//
// StaffCode
//
this.StaffCode.DataPropertyName = "StaffCode";
this.StaffCode.HeaderText = "员工编号";
this.StaffCode.Name = "StaffCode";
//
// StaffName
//
this.StaffName.DataPropertyName = "StaffName";
this.StaffName.HeaderText = "员工名称";
this.StaffName.Name = "StaffName";
//
// StaffID
//
this.StaffID.DataPropertyName = "StaffID";
this.StaffID.HeaderText = "员工ID";
this.StaffID.Name = "StaffID";
this.StaffID.Visible = false;
//
// StaffStatus
//
this.StaffStatus.DataPropertyName = "StaffStatus";
this.StaffStatus.HeaderText = "员工状态";
this.StaffStatus.Name = "StaffStatus";
this.StaffStatus.Visible = false;
//
// StaffTempCount
//
this.StaffTempCount.DataPropertyName = "StaffTempCount";
this.StaffTempCount.HeaderText = "唯一标识";
this.StaffTempCount.Name = "StaffTempCount";
this.StaffTempCount.Visible = false;
//
// btnUpload
//
this.btnUpload.BackColor = System.Drawing.Color.Transparent;
this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnUpload.ForeColor = System.Drawing.Color.White;
this.btnUpload.Location = new System.Drawing.Point(0, 0);
this.btnUpload.Name = "btnUpload";
this.btnUpload.Size = new System.Drawing.Size(85, 33);
this.btnUpload.TabIndex = 0;
this.btnUpload.UseVisualStyleBackColor = false;
//
// btnDelete
//
this.btnDelete.BackColor = System.Drawing.Color.Transparent;
this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage")));
this.btnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDelete.ForeColor = System.Drawing.Color.White;
this.btnDelete.Location = new System.Drawing.Point(0, 0);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(85, 33);
this.btnDelete.TabIndex = 0;
this.btnDelete.UseVisualStyleBackColor = false;
//
// lvPic
//
this.lvPic.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.lvPic.HideSelection = false;
this.lvPic.Location = new System.Drawing.Point(3, 6);
this.lvPic.Name = "lvPic";
this.lvPic.Size = new System.Drawing.Size(628, 139);
this.lvPic.TabIndex = 112;
this.lvPic.UseCompatibleStateImageBehavior = 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(252, 128);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 3;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnCancel
//
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(343, 128);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "关闭";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// odlgFile
//
this.odlgFile.FileName = "openFileDialog1";
//
// txtBarCode
//
this.txtBarCode.BackColor = System.Drawing.SystemColors.Control;
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(95, 15);
this.txtBarCode.MaxLength = 50;
this.txtBarCode.Name = "txtBarCode";
this.txtBarCode.ReadOnly = true;
this.txtBarCode.Size = new System.Drawing.Size(134, 21);
this.txtBarCode.TabIndex = 4;
this.txtBarCode.TextValue = "";
//
// 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(36, 18);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(53, 12);
this.c_Label1.TabIndex = 5;
this.c_Label1.Text = "产品条码";
//
// txtMatnr
//
this.txtMatnr.BackColor = System.Drawing.SystemColors.Control;
this.txtMatnr.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtMatnr.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtMatnr.ErrorMessage = "";
this.txtMatnr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMatnr.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtMatnr.Location = new System.Drawing.Point(294, 15);
this.txtMatnr.MaxLength = 20;
this.txtMatnr.Name = "txtMatnr";
this.txtMatnr.ReadOnly = true;
this.txtMatnr.Size = new System.Drawing.Size(134, 21);
this.txtMatnr.TabIndex = 6;
this.txtMatnr.TextValue = "";
//
// lblMatnr
//
this.lblMatnr.AutoSize = true;
this.lblMatnr.BackColor = System.Drawing.Color.Transparent;
this.lblMatnr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMatnr.Location = new System.Drawing.Point(235, 18);
this.lblMatnr.Name = "lblMatnr";
this.lblMatnr.Size = new System.Drawing.Size(53, 12);
this.lblMatnr.TabIndex = 7;
this.lblMatnr.Text = "物料编码";
//
// txtIdnrk
//
this.txtIdnrk.BackColor = System.Drawing.SystemColors.Control;
this.txtIdnrk.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtIdnrk.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtIdnrk.ErrorMessage = "";
this.txtIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtIdnrk.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtIdnrk.Location = new System.Drawing.Point(95, 42);
this.txtIdnrk.MaxLength = 20;
this.txtIdnrk.Name = "txtIdnrk";
this.txtIdnrk.ReadOnly = true;
this.txtIdnrk.Size = new System.Drawing.Size(134, 21);
this.txtIdnrk.TabIndex = 13;
this.txtIdnrk.TextValue = "";
//
// lblIdnrk
//
this.lblIdnrk.AutoSize = true;
this.lblIdnrk.BackColor = System.Drawing.Color.Transparent;
this.lblIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblIdnrk.Location = new System.Drawing.Point(36, 45);
this.lblIdnrk.Name = "lblIdnrk";
this.lblIdnrk.Size = new System.Drawing.Size(53, 12);
this.lblIdnrk.TabIndex = 14;
this.lblIdnrk.Text = "组件编码";
//
// txtIdnrkName
//
this.txtIdnrkName.BackColor = System.Drawing.SystemColors.Control;
this.txtIdnrkName.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtIdnrkName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtIdnrkName.ErrorMessage = "";
this.txtIdnrkName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtIdnrkName.Location = new System.Drawing.Point(95, 69);
this.txtIdnrkName.Name = "txtIdnrkName";
this.txtIdnrkName.ReadOnly = true;
this.txtIdnrkName.Size = new System.Drawing.Size(333, 21);
this.txtIdnrkName.TabIndex = 28;
this.txtIdnrkName.TextValue = "";
//
// lblIdnrkName
//
this.lblIdnrkName.AutoSize = true;
this.lblIdnrkName.BackColor = System.Drawing.Color.Transparent;
this.lblIdnrkName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblIdnrkName.Location = new System.Drawing.Point(36, 72);
this.lblIdnrkName.Name = "lblIdnrkName";
this.lblIdnrkName.Size = new System.Drawing.Size(53, 12);
this.lblIdnrkName.TabIndex = 29;
this.lblIdnrkName.Text = "组件名称";
//
// txtIdnrkOnlyCode
//
this.txtIdnrkOnlyCode.BackColor = System.Drawing.SystemColors.Window;
this.txtIdnrkOnlyCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtIdnrkOnlyCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtIdnrkOnlyCode.ErrorMessage = "";
this.txtIdnrkOnlyCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtIdnrkOnlyCode.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtIdnrkOnlyCode.Location = new System.Drawing.Point(95, 96);
this.txtIdnrkOnlyCode.MaxLength = 999;
this.txtIdnrkOnlyCode.Name = "txtIdnrkOnlyCode";
this.txtIdnrkOnlyCode.Size = new System.Drawing.Size(333, 21);
this.txtIdnrkOnlyCode.TabIndex = 32;
this.txtIdnrkOnlyCode.TextValue = "";
//
// lblIdnrkOnlyCode
//
this.lblIdnrkOnlyCode.AutoSize = true;
this.lblIdnrkOnlyCode.BackColor = System.Drawing.Color.Transparent;
this.lblIdnrkOnlyCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblIdnrkOnlyCode.Location = new System.Drawing.Point(12, 99);
this.lblIdnrkOnlyCode.Name = "lblIdnrkOnlyCode";
this.lblIdnrkOnlyCode.Size = new System.Drawing.Size(77, 12);
this.lblIdnrkOnlyCode.TabIndex = 33;
this.lblIdnrkOnlyCode.Text = "组件唯一编码";
//
// lblMeins
//
this.lblMeins.AutoSize = true;
this.lblMeins.BackColor = System.Drawing.Color.Transparent;
this.lblMeins.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMeins.Location = new System.Drawing.Point(235, 45);
this.lblMeins.Name = "lblMeins";
this.lblMeins.Size = new System.Drawing.Size(53, 12);
this.lblMeins.TabIndex = 35;
this.lblMeins.Text = "组件单位";
//
// txtMeins
//
this.txtMeins.BackColor = System.Drawing.SystemColors.Control;
this.txtMeins.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtMeins.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtMeins.ErrorMessage = "";
this.txtMeins.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMeins.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtMeins.Location = new System.Drawing.Point(294, 42);
this.txtMeins.MaxLength = 20;
this.txtMeins.Name = "txtMeins";
this.txtMeins.ReadOnly = true;
this.txtMeins.Size = new System.Drawing.Size(134, 21);
this.txtMeins.TabIndex = 34;
this.txtMeins.TextValue = "";
//
// F_RPT_080111
//
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(444, 170);
this.Controls.Add(this.lblMeins);
this.Controls.Add(this.txtMeins);
this.Controls.Add(this.lblIdnrkOnlyCode);
this.Controls.Add(this.txtIdnrkOnlyCode);
this.Controls.Add(this.lblIdnrkName);
this.Controls.Add(this.txtIdnrkName);
this.Controls.Add(this.lblIdnrk);
this.Controls.Add(this.txtIdnrk);
this.Controls.Add(this.lblMatnr);
this.Controls.Add(this.txtMatnr);
this.Controls.Add(this.c_Label1);
this.Controls.Add(this.txtBarCode);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_RPT_080111";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "F_RPT_080111";
this.Load += new System.EventHandler(this.F_PM_1203_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_DataGridView dgvDefectStaff;
private System.Windows.Forms.ListView lvPic;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_Button btnUpload;
private Basics.BaseControls.C_Button btnDelete;
private System.Windows.Forms.OpenFileDialog odlgFile;
private System.Windows.Forms.DataGridViewCheckBoxColumn chkSelected;
private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
private System.Windows.Forms.DataGridViewTextBoxColumn StaffStatus;
private System.Windows.Forms.DataGridViewTextBoxColumn StaffTempCount;
private Basics.BaseControls.C_TextBox txtBarCode;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_TextBox txtMatnr;
private Basics.BaseControls.C_Label lblMatnr;
private Basics.BaseControls.C_TextBox txtIdnrk;
private Basics.BaseControls.C_Label lblIdnrk;
private Basics.BaseControls.C_TextBox txtIdnrkName;
private Basics.BaseControls.C_Label lblIdnrkName;
private Basics.BaseControls.C_TextBox txtIdnrkOnlyCode;
private Basics.BaseControls.C_Label lblIdnrkOnlyCode;
private Basics.BaseControls.C_Label lblMeins;
private Basics.BaseControls.C_TextBox txtMeins;
}
}