namespace Dongke.IBOSS.PRD.Client.SystemModule
{
partial class F_MST_0211
{
///
/// 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_0211));
this.dgvDataJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.UserJobsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
this.UserJobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserJobsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.scbUser = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbUser();
this.lblUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
((System.ComponentModel.ISupportInitialize)(this.dgvDataJobs)).BeginInit();
this.SuspendLayout();
//
// dgvDataJobs
//
this.dgvDataJobs.AllowUserToModifyRows = true;
this.dgvDataJobs.AllowUserToOrderColumns = true;
this.dgvDataJobs.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvDataJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvDataJobs.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.dgvDataJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvDataJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvDataJobs.CellHeight = 23;
this.dgvDataJobs.ChildNodeColumnName = null;
this.dgvDataJobs.ChildNodeColumnText = null;
this.dgvDataJobs.ColumnDeep = 1;
this.dgvDataJobs.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.dgvDataJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvDataJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvDataJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.UserJobsCode,
this.UserJobsName,
this.UserJobsID,
this.StaffCode,
this.StaffName,
this.JobsName,
this.StaffID});
this.dgvDataJobs.ColumnTreeView = null;
this.dgvDataJobs.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.dgvDataJobs.DynamicColumnName = "";
this.dgvDataJobs.Enabled = false;
this.dgvDataJobs.EnableHeadersVisualStyles = false;
this.dgvDataJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvDataJobs.FormatQuantityColumns = null;
this.dgvDataJobs.HorizontalMergeColumn = null;
this.dgvDataJobs.IsAutoCountSum = true;
this.dgvDataJobs.IsAutoResizeColumns = false;
this.dgvDataJobs.IsClickF12 = false;
this.dgvDataJobs.IsOpenMergeCellFlag = false;
this.dgvDataJobs.IsSubTotalFlag = false;
this.dgvDataJobs.IsTopDeep = false;
this.dgvDataJobs.Location = new System.Drawing.Point(12, 39);
this.dgvDataJobs.MergeColumnNames = null;
this.dgvDataJobs.MergeDetailColumnNames = null;
this.dgvDataJobs.MergeDetailOnlyColumn = null;
this.dgvDataJobs.MergeOnlyColumn = null;
this.dgvDataJobs.MultiSelect = false;
this.dgvDataJobs.Name = "dgvDataJobs";
this.dgvDataJobs.RefreshAtHscroll = false;
this.dgvDataJobs.RowHeadersWidth = 50;
this.dgvDataJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvDataJobs.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvDataJobs.RowTemplate.Height = 21;
this.dgvDataJobs.Size = new System.Drawing.Size(750, 318);
this.dgvDataJobs.SortOrderColumnName = null;
this.dgvDataJobs.TabIndex = 25;
this.dgvDataJobs.Tag = true;
this.dgvDataJobs.TotalSumColumns = null;
this.dgvDataJobs.ViewRowFilter = "";
this.dgvDataJobs.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataJobs_CellBeginEdit);
this.dgvDataJobs.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataJobs_CellValueChanged);
this.dgvDataJobs.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataJobs_UserAddedRow);
//
// UserJobsCode
//
this.UserJobsCode.DataPropertyName = "UserJobsId";
this.UserJobsCode.DisplayMember = "JobsCode";
this.UserJobsCode.HeaderText = "工种编码";
this.UserJobsCode.Name = "UserJobsCode";
this.UserJobsCode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.UserJobsCode.ValueMember = "JobsId";
this.UserJobsCode.Width = 120;
//
// UserJobsName
//
this.UserJobsName.DataPropertyName = "UserJobsName";
this.UserJobsName.HeaderText = "工种名称";
this.UserJobsName.MaxInputLength = 50;
this.UserJobsName.Name = "UserJobsName";
this.UserJobsName.ReadOnly = true;
this.UserJobsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.UserJobsName.Visible = false;
this.UserJobsName.Width = 120;
//
// UserJobsID
//
this.UserJobsID.DataPropertyName = "UserJobsID";
this.UserJobsID.HeaderText = "工种ID";
this.UserJobsID.Name = "UserJobsID";
this.UserJobsID.ReadOnly = true;
this.UserJobsID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.UserJobsID.Visible = false;
//
// StaffCode
//
this.StaffCode.DataPropertyName = "StaffCode";
this.StaffCode.HeaderText = "员工编码";
this.StaffCode.Name = "StaffCode";
this.StaffCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// StaffName
//
this.StaffName.DataPropertyName = "StaffName";
this.StaffName.HeaderText = "员工姓名";
this.StaffName.Name = "StaffName";
this.StaffName.ReadOnly = true;
this.StaffName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// JobsName
//
this.JobsName.DataPropertyName = "JobsName";
this.JobsName.HeaderText = "员工工种";
this.JobsName.Name = "JobsName";
this.JobsName.ReadOnly = true;
this.JobsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// StaffID
//
this.StaffID.DataPropertyName = "StaffID";
this.StaffID.HeaderText = "员工ID";
this.StaffID.Name = "StaffID";
this.StaffID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.StaffID.Visible = false;
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(586, 363);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 27;
this.btnSave.Text = "保存(&S)";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
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);
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(677, 363);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 28;
this.btnCancel.Text = "关闭";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// scbUser
//
this.scbUser.CheckedData = null;
this.scbUser.DisplayMember = "UserCode";
this.scbUser.IsWorker = false;
this.scbUser.Location = new System.Drawing.Point(47, 9);
this.scbUser.Name = "scbUser";
this.scbUser.Size = new System.Drawing.Size(172, 21);
this.scbUser.TabIndex = 29;
this.scbUser.SearchedItemChanged += new System.EventHandler(this.scbUser_SearchedItemChanged);
//
// lblUser
//
this.lblUser.AutoSize = true;
this.lblUser.BackColor = System.Drawing.Color.Transparent;
this.lblUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUser.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblUser.Location = new System.Drawing.Point(12, 13);
this.lblUser.Name = "lblUser";
this.lblUser.Size = new System.Drawing.Size(29, 12);
this.lblUser.TabIndex = 30;
this.lblUser.Text = "工号";
//
// F_MST_0211
//
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(774, 418);
this.Controls.Add(this.lblUser);
this.Controls.Add(this.scbUser);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.dgvDataJobs);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_MST_0211";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "F_MST_0211";
this.Load += new System.EventHandler(this.F_MST_0211_Load);
this.Controls.SetChildIndex(this.dgvDataJobs, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.scbUser, 0);
this.Controls.SetChildIndex(this.lblUser, 0);
((System.ComponentModel.ISupportInitialize)(this.dgvDataJobs)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_DataGridView dgvDataJobs;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_DGV_Column_ListBoxComboBox UserJobsCode;
private System.Windows.Forms.DataGridViewTextBoxColumn UserJobsName;
private System.Windows.Forms.DataGridViewTextBoxColumn UserJobsID;
private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
private Controls.SearchBox.ScbUser scbUser;
private Basics.BaseControls.C_Label lblUser;
}
}