namespace Dongke.IBOSS.PRD.Client.SystemModule
{
partial class F_MST_1002
{
///
/// 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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1002));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.dgvDataDefectPosition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.DefectPositionCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DefectPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.DefectPositionID = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgvDataDefectPosition)).BeginInit();
this.SuspendLayout();
//
// dgvDataDefectPosition
//
this.dgvDataDefectPosition.AllowUserToDeleteRows = false;
this.dgvDataDefectPosition.AllowUserToModifyRows = true;
this.dgvDataDefectPosition.AllowUserToOrderColumns = true;
this.dgvDataDefectPosition.AllowUserToResizeRows = false;
this.dgvDataDefectPosition.AllowUserToSortRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvDataDefectPosition.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvDataDefectPosition.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.dgvDataDefectPosition.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvDataDefectPosition.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvDataDefectPosition.CellHeight = 23;
this.dgvDataDefectPosition.ChildNodeColumnName = null;
this.dgvDataDefectPosition.ChildNodeColumnText = null;
this.dgvDataDefectPosition.ColumnDeep = 1;
this.dgvDataDefectPosition.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.dgvDataDefectPosition.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvDataDefectPosition.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvDataDefectPosition.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.DefectPositionCode,
this.DefectPositionName,
this.DisplayNo,
this.Remarks,
this.ValueFlag,
this.DefectPositionID});
this.dgvDataDefectPosition.ColumnTreeView = null;
this.dgvDataDefectPosition.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.dgvDataDefectPosition.DynamicColumnName = "";
this.dgvDataDefectPosition.EnableHeadersVisualStyles = false;
this.dgvDataDefectPosition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvDataDefectPosition.IsAutoCountSum = true;
this.dgvDataDefectPosition.IsAutoResizeColumns = false;
this.dgvDataDefectPosition.IsClickF12 = false;
this.dgvDataDefectPosition.IsSubTotalFlag = false;
this.dgvDataDefectPosition.Location = new System.Drawing.Point(12, 12);
this.dgvDataDefectPosition.MultiSelect = false;
this.dgvDataDefectPosition.Name = "dgvDataDefectPosition";
this.dgvDataDefectPosition.RefreshAtHscroll = false;
this.dgvDataDefectPosition.RowHeadersWidth = 50;
this.dgvDataDefectPosition.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvDataDefectPosition.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgvDataDefectPosition.RowTemplate.Height = 21;
this.dgvDataDefectPosition.Size = new System.Drawing.Size(484, 498);
this.dgvDataDefectPosition.SortOrderColumnName = null;
this.dgvDataDefectPosition.TabIndex = 0;
this.dgvDataDefectPosition.Tag = true;
this.dgvDataDefectPosition.TotalSumColumns = null;
this.dgvDataDefectPosition.ViewRowFilter = "";
this.dgvDataDefectPosition.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_CellValidated);
this.dgvDataDefectPosition.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataDefect_CellValidating);
this.dgvDataDefectPosition.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_DefaultValuesNeeded);
this.dgvDataDefectPosition.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataDefectPosition_EditingControlShowing);
this.dgvDataDefectPosition.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefectPosition_RowValidated);
this.dgvDataDefectPosition.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataDefectPosition_RowValidating);
this.dgvDataDefectPosition.Sorted += new System.EventHandler(this.dgvDataDefectPosition_Sorted);
this.dgvDataDefectPosition.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefectPosition_UserAddedRow);
//
// chkDisplayDisabledData
//
this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.chkDisplayDisabledData.AutoSize = true;
this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 516);
this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
this.chkDisplayDisabledData.TabIndex = 2;
this.chkDisplayDisabledData.Text = "显示停用记录";
this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
//
// 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(411, 516);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "关闭";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// 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(320, 516);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 4;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// DefectPositionCode
//
this.DefectPositionCode.DataPropertyName = "DefectPositionCode";
this.DefectPositionCode.HeaderText = "缺陷位置编码";
this.DefectPositionCode.MaxInputLength = 6;
this.DefectPositionCode.Name = "DefectPositionCode";
//
// DefectPositionName
//
this.DefectPositionName.DataPropertyName = "DefectPositionName";
this.DefectPositionName.HeaderText = "缺陷位置名称";
this.DefectPositionName.MaxInputLength = 20;
this.DefectPositionName.Name = "DefectPositionName";
this.DefectPositionName.Width = 120;
//
// DisplayNo
//
this.DisplayNo.DataPropertyName = "DisplayNo";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.DisplayNo.DefaultCellStyle = dataGridViewCellStyle3;
this.DisplayNo.HeaderText = "显示顺序";
this.DisplayNo.MaxValue = new decimal(new int[] {
999,
0,
0,
0});
this.DisplayNo.MinValue = new decimal(new int[] {
0,
0,
0,
0});
this.DisplayNo.Name = "DisplayNo";
this.DisplayNo.Number = new System.Drawing.Point(3, 0);
this.DisplayNo.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.DisplayNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// Remarks
//
this.Remarks.DataPropertyName = "Remarks";
this.Remarks.HeaderText = "备注";
this.Remarks.MaxInputLength = 500;
this.Remarks.Name = "Remarks";
this.Remarks.Width = 150;
//
// ValueFlag
//
this.ValueFlag.DataPropertyName = "ValueFlag";
this.ValueFlag.FalseValue = "0";
this.ValueFlag.HeaderText = "正常";
this.ValueFlag.Name = "ValueFlag";
this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.ValueFlag.TrueValue = "1";
this.ValueFlag.Width = 50;
//
// DefectPositionID
//
this.DefectPositionID.DataPropertyName = "DefectPositionID";
this.DefectPositionID.HeaderText = "缺陷位置ID";
this.DefectPositionID.Name = "DefectPositionID";
this.DefectPositionID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.DefectPositionID.Visible = false;
//
// F_MST_1002
//
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(508, 571);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.chkDisplayDisabledData);
this.Controls.Add(this.dgvDataDefectPosition);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_MST_1002";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "半成品缺陷位置";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_1002_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1001_FormClosed);
this.Load += new System.EventHandler(this.F_MST_1002_Load);
this.Controls.SetChildIndex(this.dgvDataDefectPosition, 0);
this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
((System.ComponentModel.ISupportInitialize)(this.dgvDataDefectPosition)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_DataGridView dgvDataDefectPosition;
private Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_Button btnSave;
private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionCode;
private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionName;
private Basics.BaseControls.C_DGV_Column_Digital DisplayNo;
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionID;
}
}