namespace Dongke.IBOSS.PRD.Client.SystemModule
{
partial class F_MST_0404
{
///
/// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0404));
this.dgvDataPost = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.PostCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PostName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.PostID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
((System.ComponentModel.ISupportInitialize)(this.dgvDataPost)).BeginInit();
this.SuspendLayout();
//
// dgvDataPost
//
this.dgvDataPost.AllowUserToDeleteRows = false;
this.dgvDataPost.AllowUserToModifyRows = true;
this.dgvDataPost.AllowUserToOrderColumns = true;
this.dgvDataPost.AllowUserToResizeRows = false;
this.dgvDataPost.AllowUserToSortRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvDataPost.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvDataPost.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.dgvDataPost.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvDataPost.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvDataPost.CellHeight = 23;
this.dgvDataPost.ChildNodeColumnName = null;
this.dgvDataPost.ChildNodeColumnText = null;
this.dgvDataPost.ColumnDeep = 1;
this.dgvDataPost.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.dgvDataPost.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvDataPost.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvDataPost.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.PostCode,
this.PostName,
this.Remarks,
this.ValueFlag,
this.PostID});
this.dgvDataPost.ColumnTreeView = null;
this.dgvDataPost.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)));
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvDataPost.DefaultCellStyle = dataGridViewCellStyle3;
this.dgvDataPost.DynamicColumnName = "";
this.dgvDataPost.EnableHeadersVisualStyles = false;
this.dgvDataPost.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvDataPost.IsAutoCountSum = true;
this.dgvDataPost.IsAutoResizeColumns = false;
this.dgvDataPost.IsClickF12 = false;
this.dgvDataPost.IsSubTotalFlag = false;
this.dgvDataPost.Location = new System.Drawing.Point(12, 12);
this.dgvDataPost.MultiSelect = false;
this.dgvDataPost.Name = "dgvDataPost";
this.dgvDataPost.RefreshAtHscroll = false;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvDataPost.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgvDataPost.RowHeadersWidth = 50;
this.dgvDataPost.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvDataPost.RowsDefaultCellStyle = dataGridViewCellStyle5;
this.dgvDataPost.RowTemplate.Height = 21;
this.dgvDataPost.Size = new System.Drawing.Size(484, 500);
this.dgvDataPost.SortOrderColumnName = null;
this.dgvDataPost.TabIndex = 0;
this.dgvDataPost.Tag = true;
this.dgvDataPost.TotalSumColumns = null;
this.dgvDataPost.ViewRowFilter = "";
this.dgvDataPost.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataPost_CellValidated);
this.dgvDataPost.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataPost_CellValidating);
this.dgvDataPost.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataPost_DefaultValuesNeeded);
this.dgvDataPost.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataPost_EditingControlShowing);
this.dgvDataPost.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataPost_RowValidated);
this.dgvDataPost.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataPost_RowValidating);
this.dgvDataPost.Sorted += new System.EventHandler(this.dgvDataPost_Sorted);
this.dgvDataPost.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataPost_UserAddedRow);
//
// PostCode
//
this.PostCode.DataPropertyName = "PostCode";
this.PostCode.HeaderText = "职务编码";
this.PostCode.MaxInputLength = 10;
this.PostCode.Name = "PostCode";
this.PostCode.Width = 80;
//
// PostName
//
this.PostName.DataPropertyName = "PostName";
this.PostName.HeaderText = "职务名称";
this.PostName.MaxInputLength = 50;
this.PostName.Name = "PostName";
this.PostName.Width = 120;
//
// 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.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.ValueFlag.TrueValue = "1";
this.ValueFlag.Width = 50;
//
// PostID
//
this.PostID.DataPropertyName = "PostID";
this.PostID.HeaderText = "职务ID";
this.PostID.Name = "PostID";
this.PostID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.PostID.Visible = 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(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.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, 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 = 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, 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);
//
// F_MST_0404
//
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.chkDisplayDisabledData);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.dgvDataPost);
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_0404";
this.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "职务管理";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0301_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0301_FormClosed);
this.Load += new System.EventHandler(this.F_MST_0404_Load);
this.Controls.SetChildIndex(this.dgvDataPost, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
((System.ComponentModel.ISupportInitialize)(this.dgvDataPost)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_DataGridView dgvDataPost;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
private Basics.BaseControls.C_Button btnCancel;
private System.Windows.Forms.DataGridViewTextBoxColumn PostCode;
private System.Windows.Forms.DataGridViewTextBoxColumn PostName;
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
private System.Windows.Forms.DataGridViewTextBoxColumn PostID;
}
}