namespace Dongke.IBOSS.PRD.Client.SystemModule
{
partial class F_MST_1302
{
///
/// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1302));
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();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.lblWorkStation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.txtWorkStationName = new System.Windows.Forms.TextBox();
this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FunctionCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AddFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
this.SuspendLayout();
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
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(350, 444);
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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
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(441, 444);
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);
//
// lblWorkStation
//
this.lblWorkStation.AutoSize = true;
this.lblWorkStation.BackColor = System.Drawing.Color.Transparent;
this.lblWorkStation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblWorkStation.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblWorkStation.Location = new System.Drawing.Point(12, 13);
this.lblWorkStation.Name = "lblWorkStation";
this.lblWorkStation.Size = new System.Drawing.Size(29, 12);
this.lblWorkStation.TabIndex = 30;
this.lblWorkStation.Text = "工位";
//
// dgvUser
//
this.dgvUser.AllowUserToModifyRows = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvUser.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.dgvUser.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvUser.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvUser.CellHeight = 23;
this.dgvUser.ChildNodeColumnName = null;
this.dgvUser.ChildNodeColumnText = null;
this.dgvUser.ColumnDeep = 1;
this.dgvUser.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.dgvUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.UserCode,
this.UserName,
this.OrganizationName,
this.UserID,
this.FunctionCode,
this.AddFlag});
this.dgvUser.ColumnTreeView = null;
this.dgvUser.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.dgvUser.DefaultCellStyle = dataGridViewCellStyle3;
this.dgvUser.DynamicColumnName = "";
this.dgvUser.EnableHeadersVisualStyles = false;
this.dgvUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvUser.FormatQuantityColumns = null;
this.dgvUser.HorizontalMergeColumn = null;
this.dgvUser.IsAutoCountSum = true;
this.dgvUser.IsAutoResizeColumns = false;
this.dgvUser.IsClickF12 = false;
this.dgvUser.IsOpenMergeCellFlag = false;
this.dgvUser.IsSubTotalFlag = false;
this.dgvUser.IsTopDeep = false;
this.dgvUser.Location = new System.Drawing.Point(14, 36);
this.dgvUser.MergeColumnNames = null;
this.dgvUser.MergeDetailColumnNames = null;
this.dgvUser.MergeDetailOnlyColumn = null;
this.dgvUser.MergeOnlyColumn = null;
this.dgvUser.MultiSelect = false;
this.dgvUser.Name = "dgvUser";
this.dgvUser.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.dgvUser.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgvUser.RowHeadersWidth = 50;
this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle5;
this.dgvUser.RowTemplate.Height = 21;
this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvUser.Size = new System.Drawing.Size(512, 402);
this.dgvUser.SortOrderColumnName = null;
this.dgvUser.TabIndex = 31;
this.dgvUser.Tag = true;
this.dgvUser.TotalSumColumns = null;
this.dgvUser.ViewRowFilter = "";
this.dgvUser.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvFunctionUsers_CellBeginEdit);
this.dgvUser.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFunctionUsers_CellValueChanged);
this.dgvUser.Sorted += new System.EventHandler(this.dgvFunctionUsers_Sorted);
//
// txtWorkStationName
//
this.txtWorkStationName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtWorkStationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtWorkStationName.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtWorkStationName.Location = new System.Drawing.Point(47, 10);
this.txtWorkStationName.MaxLength = 20;
this.txtWorkStationName.Name = "txtWorkStationName";
this.txtWorkStationName.ReadOnly = true;
this.txtWorkStationName.Size = new System.Drawing.Size(200, 21);
this.txtWorkStationName.TabIndex = 32;
//
// UserCode
//
this.UserCode.DataPropertyName = "UserCode";
this.UserCode.HeaderText = "用户编码";
this.UserCode.Name = "UserCode";
//
// UserName
//
this.UserName.DataPropertyName = "UserName";
this.UserName.HeaderText = "用户名称";
this.UserName.Name = "UserName";
this.UserName.ReadOnly = true;
this.UserName.Width = 200;
//
// OrganizationName
//
this.OrganizationName.DataPropertyName = "OrganizationName";
this.OrganizationName.HeaderText = "组织机构";
this.OrganizationName.Name = "OrganizationName";
this.OrganizationName.ReadOnly = true;
this.OrganizationName.Width = 120;
//
// UserID
//
this.UserID.DataPropertyName = "UserID";
this.UserID.HeaderText = "UserID";
this.UserID.Name = "UserID";
this.UserID.Visible = false;
//
// FunctionCode
//
this.FunctionCode.HeaderText = "FunctionCode";
this.FunctionCode.Name = "FunctionCode";
this.FunctionCode.Visible = false;
//
// AddFlag
//
this.AddFlag.DataPropertyName = "AddFlag";
this.AddFlag.HeaderText = "AddFlag";
this.AddFlag.Name = "AddFlag";
this.AddFlag.Visible = false;
//
// F_MST_1302
//
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(538, 499);
this.Controls.Add(this.txtWorkStationName);
this.Controls.Add(this.dgvUser);
this.Controls.Add(this.lblWorkStation);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_MST_1302";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "工位工号配置";
this.Load += new System.EventHandler(this.F_MST_1302_Load);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.lblWorkStation, 0);
this.Controls.SetChildIndex(this.dgvUser, 0);
this.Controls.SetChildIndex(this.txtWorkStationName, 0);
((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_Label lblWorkStation;
private Basics.BaseControls.C_DataGridView dgvUser;
private System.Windows.Forms.TextBox txtWorkStationName;
private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
private System.Windows.Forms.DataGridViewTextBoxColumn FunctionCode;
private System.Windows.Forms.DataGridViewTextBoxColumn AddFlag;
}
}