namespace Dongke.IBOSS.PRD.Client.PAMModule
{
partial class F_PAM_0202
{
///
/// 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_PAM_0202));
this.dgvWagesType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
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();
this.WagesTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.WagesTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgvWagesType)).BeginInit();
this.SuspendLayout();
//
// dgvWagesType
//
this.dgvWagesType.AllowUserToDeleteRows = false;
this.dgvWagesType.AllowUserToModifyRows = true;
this.dgvWagesType.AllowUserToOrderColumns = true;
this.dgvWagesType.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvWagesType.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvWagesType.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.dgvWagesType.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvWagesType.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvWagesType.CellHeight = 23;
this.dgvWagesType.ChildNodeColumnName = null;
this.dgvWagesType.ChildNodeColumnText = null;
this.dgvWagesType.ColumnDeep = 1;
this.dgvWagesType.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.dgvWagesType.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvWagesType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvWagesType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.WagesTypeName,
this.ValueFlag,
this.WagesTypeID});
this.dgvWagesType.ColumnTreeView = null;
this.dgvWagesType.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
this.dgvWagesType.DynamicColumnName = "";
this.dgvWagesType.EnableHeadersVisualStyles = false;
this.dgvWagesType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvWagesType.IsAutoCountSum = true;
this.dgvWagesType.IsAutoResizeColumns = false;
this.dgvWagesType.IsClickF12 = false;
this.dgvWagesType.IsSubTotalFlag = false;
this.dgvWagesType.Location = new System.Drawing.Point(12, 12);
this.dgvWagesType.MultiSelect = false;
this.dgvWagesType.Name = "dgvWagesType";
this.dgvWagesType.RefreshAtHscroll = false;
this.dgvWagesType.RowHeadersWidth = 50;
this.dgvWagesType.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvWagesType.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvWagesType.RowTemplate.Height = 21;
this.dgvWagesType.Size = new System.Drawing.Size(484, 500);
this.dgvWagesType.SortOrderColumnName = null;
this.dgvWagesType.TabIndex = 0;
this.dgvWagesType.Tag = true;
this.dgvWagesType.TotalSumColumns = null;
this.dgvWagesType.ViewRowFilter = "";
this.dgvWagesType.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_CellValidated);
this.dgvWagesType.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataJobs_CellValidating);
this.dgvWagesType.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_DefaultValuesNeeded);
this.dgvWagesType.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataJobs_EditingControlShowing);
this.dgvWagesType.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_RowValidated);
this.dgvWagesType.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataJobs_RowValidating);
this.dgvWagesType.Sorted += new System.EventHandler(this.dgvDataJobs_Sorted);
this.dgvWagesType.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_UserAddedRow);
//
// 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, 517);
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(320, 517);
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.BackColor = System.Drawing.Color.Transparent;
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, 517);
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 = false;
this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
//
// WagesTypeName
//
this.WagesTypeName.DataPropertyName = "WagesTypeName";
this.WagesTypeName.HeaderText = "产品分类名称";
this.WagesTypeName.MaxInputLength = 50;
this.WagesTypeName.Name = "WagesTypeName";
this.WagesTypeName.Width = 120;
//
// 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 = 50;
//
// WagesTypeID
//
this.WagesTypeID.DataPropertyName = "WagesTypeID";
this.WagesTypeID.HeaderText = "工价分类ID";
this.WagesTypeID.Name = "WagesTypeID";
this.WagesTypeID.Visible = false;
//
// F_PAM_0202
//
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(508, 571);
this.Controls.Add(this.chkDisplayDisabledData);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.dgvWagesType);
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_PAM_0202";
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_0403_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0403_FormClosed);
this.Load += new System.EventHandler(this.F_MST_0403_Load);
this.Controls.SetChildIndex(this.dgvWagesType, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
((System.ComponentModel.ISupportInitialize)(this.dgvWagesType)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvWagesType;
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.DataGridViewTextBoxColumn WagesTypeName;
private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
private System.Windows.Forms.DataGridViewTextBoxColumn WagesTypeID;
}
}