namespace Dongke.IBOSS.PRD.Client.SystemModule
{
partial class F_MST_0410
{
///
/// 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_MST_0410));
this.dgvDataGMouldType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.GMouldTypeCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CanManyTimes = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.GMouldTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
((System.ComponentModel.ISupportInitialize)(this.dgvDataGMouldType)).BeginInit();
this.SuspendLayout();
//
// dgvDataGMouldType
//
this.dgvDataGMouldType.AllowUserToDeleteRows = false;
this.dgvDataGMouldType.AllowUserToModifyRows = true;
this.dgvDataGMouldType.AllowUserToOrderColumns = true;
this.dgvDataGMouldType.AllowUserToResizeRows = false;
this.dgvDataGMouldType.AllowUserToSortRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvDataGMouldType.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvDataGMouldType.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.dgvDataGMouldType.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvDataGMouldType.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvDataGMouldType.CellHeight = 23;
this.dgvDataGMouldType.ChildNodeColumnName = null;
this.dgvDataGMouldType.ChildNodeColumnText = null;
this.dgvDataGMouldType.ColumnDeep = 1;
this.dgvDataGMouldType.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.dgvDataGMouldType.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvDataGMouldType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvDataGMouldType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.GMouldTypeCode,
this.GMouldTypeName,
this.CanManyTimes,
this.Remarks,
this.ValueFlag,
this.GMouldTypeID});
this.dgvDataGMouldType.ColumnTreeView = null;
this.dgvDataGMouldType.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.dgvDataGMouldType.DynamicColumnName = "";
this.dgvDataGMouldType.EnableHeadersVisualStyles = false;
this.dgvDataGMouldType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvDataGMouldType.IsAutoCountSum = true;
this.dgvDataGMouldType.IsAutoResizeColumns = false;
this.dgvDataGMouldType.IsClickF12 = false;
this.dgvDataGMouldType.IsSubTotalFlag = false;
this.dgvDataGMouldType.Location = new System.Drawing.Point(12, 12);
this.dgvDataGMouldType.MultiSelect = false;
this.dgvDataGMouldType.Name = "dgvDataGMouldType";
this.dgvDataGMouldType.RefreshAtHscroll = false;
this.dgvDataGMouldType.RowHeadersWidth = 50;
this.dgvDataGMouldType.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvDataGMouldType.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvDataGMouldType.RowTemplate.Height = 21;
this.dgvDataGMouldType.Size = new System.Drawing.Size(756, 393);
this.dgvDataGMouldType.SortOrderColumnName = null;
this.dgvDataGMouldType.TabIndex = 0;
this.dgvDataGMouldType.Tag = true;
this.dgvDataGMouldType.TotalSumColumns = null;
this.dgvDataGMouldType.ViewRowFilter = "";
this.dgvDataGMouldType.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataGMouldType_CellValidated);
this.dgvDataGMouldType.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataGMouldType_CellValidating);
this.dgvDataGMouldType.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataGMouldType_DefaultValuesNeeded);
this.dgvDataGMouldType.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataGMouldType_EditingControlShowing);
this.dgvDataGMouldType.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataGMouldType_RowValidated);
this.dgvDataGMouldType.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataGMouldType_RowValidating);
this.dgvDataGMouldType.Sorted += new System.EventHandler(this.dgvDataGMouldType_Sorted);
this.dgvDataGMouldType.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataGMouldType_UserAddedRow);
//
// GMouldTypeCode
//
this.GMouldTypeCode.DataPropertyName = "GMouldTypeCode";
this.GMouldTypeCode.HeaderText = "成型线类型编码";
this.GMouldTypeCode.MaxInputLength = 6;
this.GMouldTypeCode.Name = "GMouldTypeCode";
this.GMouldTypeCode.Width = 140;
//
// GMouldTypeName
//
this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
this.GMouldTypeName.HeaderText = "成型线类型名称";
this.GMouldTypeName.MaxInputLength = 20;
this.GMouldTypeName.Name = "GMouldTypeName";
this.GMouldTypeName.Width = 150;
//
// CanManyTimes
//
this.CanManyTimes.DataPropertyName = "CanManyTimes";
this.CanManyTimes.HeaderText = "能否多次注浆";
this.CanManyTimes.Name = "CanManyTimes";
this.CanManyTimes.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.CanManyTimes.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.CanManyTimes.TrueValue = "1";
//
// Remarks
//
this.Remarks.DataPropertyName = "Remarks";
this.Remarks.HeaderText = "备注";
this.Remarks.MaxInputLength = 500;
this.Remarks.Name = "Remarks";
this.Remarks.Width = 200;
//
// ValueFlag
//
this.ValueFlag.DataPropertyName = "ValueFlag";
this.ValueFlag.FalseValue = "0";
this.ValueFlag.HeaderText = "正常";
this.ValueFlag.Name = "ValueFlag";
this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.ValueFlag.TrueValue = "1";
this.ValueFlag.Width = 80;
//
// GMouldTypeID
//
this.GMouldTypeID.DataPropertyName = "GMouldTypeID";
this.GMouldTypeID.HeaderText = "成型线类型ID";
this.GMouldTypeID.Name = "GMouldTypeID";
this.GMouldTypeID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.GMouldTypeID.Visible = false;
//
// 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(683, 410);
this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 3;
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(592, 410);
this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 2;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// chkDisplayDisabledData
//
this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
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, 410);
this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
this.chkDisplayDisabledData.TabIndex = 1;
this.chkDisplayDisabledData.Text = "显示停用记录";
this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
//
// F_MST_0410
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(780, 464);
this.Controls.Add(this.chkDisplayDisabledData);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.dgvDataGMouldType);
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_0410";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusBackColor = System.Drawing.SystemColors.Window;
this.StatusSizingGrip = false;
this.Text = "成型线类型";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0410_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0410_FormClosed);
this.Load += new System.EventHandler(this.F_MST_0410_Load);
this.Controls.SetChildIndex(this.dgvDataGMouldType, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
((System.ComponentModel.ISupportInitialize)(this.dgvDataGMouldType)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvDataGMouldType;
private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
private Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
private System.Windows.Forms.DataGridViewCheckBoxColumn CanMany;
private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
private System.Windows.Forms.DataGridViewCheckBoxColumn CanManyTimes;
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeID;
}
}