namespace Dongke.IBOSS.PRD.Client.SystemModule
{
partial class F_MST_1301
{
///
/// 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_1301));
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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.txtWorkStationName = new System.Windows.Forms.TextBox();
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtRemarks = new System.Windows.Forms.TextBox();
this.lblWorkStationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dgvWorkStation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.WorkStationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remarks1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.WorkStationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OrganizationFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.limitMAC = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.splLine = new System.Windows.Forms.SplitContainer();
this.tsrOperate.SuspendLayout();
this.gbxCondition.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvWorkStation)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splLine)).BeginInit();
this.splLine.Panel1.SuspendLayout();
this.splLine.Panel2.SuspendLayout();
this.splLine.SuspendLayout();
this.SuspendLayout();
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnAdd,
this.toolStripSeparator3,
this.tsbtnAdaptive,
this.tsbtnClose});
this.tsrOperate.Location = new System.Drawing.Point(0, 0);
this.tsrOperate.Name = "tsrOperate";
this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.tsrOperate.ShowItemToolTips = false;
this.tsrOperate.Size = new System.Drawing.Size(837, 33);
this.tsrOperate.TabIndex = 1;
//
// tsbtnAdd
//
this.tsbtnAdd.AutoSize = false;
this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAdd.Name = "tsbtnAdd";
this.tsbtnAdd.Size = new System.Drawing.Size(100, 25);
this.tsbtnAdd.Text = "配置工位工号(&E)";
this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAddUser_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.AutoSize = false;
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// tsbtnAdaptive
//
this.tsbtnAdaptive.AutoSize = false;
this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAdaptive.Name = "tsbtnAdaptive";
this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
this.tsbtnAdaptive.Text = "自适应列宽(&A)";
this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
//
// tsbtnClose
//
this.tsbtnClose.AutoSize = false;
this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnClose.Name = "tsbtnClose";
this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
this.tsbtnClose.Text = "关闭(&X)";
this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
//
// gbxCondition
//
this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
this.gbxCondition.Controls.Add(this.txtWorkStationName);
this.gbxCondition.Controls.Add(this.btnClearCondition);
this.gbxCondition.Controls.Add(this.btnSearch);
this.gbxCondition.Controls.Add(this.lblRemarks);
this.gbxCondition.Controls.Add(this.txtRemarks);
this.gbxCondition.Controls.Add(this.lblWorkStationName);
this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
this.gbxCondition.IsMustInput = false;
this.gbxCondition.Location = new System.Drawing.Point(12, 36);
this.gbxCondition.Name = "gbxCondition";
this.gbxCondition.OriginalHeight = -1;
this.gbxCondition.Size = new System.Drawing.Size(813, 56);
this.gbxCondition.TabIndex = 21;
this.gbxCondition.TabStop = false;
this.gbxCondition.Text = "查询条件 ▼";
//
// 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(70, 20);
this.txtWorkStationName.MaxLength = 20;
this.txtWorkStationName.Name = "txtWorkStationName";
this.txtWorkStationName.Size = new System.Drawing.Size(100, 21);
this.txtWorkStationName.TabIndex = 2;
//
// btnClearCondition
//
this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClearCondition.ForeColor = System.Drawing.Color.White;
this.btnClearCondition.Location = new System.Drawing.Point(722, 15);
this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnClearCondition.Name = "btnClearCondition";
this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
this.btnClearCondition.TabIndex = 10;
this.btnClearCondition.Text = "清空条件(&C)";
this.btnClearCondition.UseVisualStyleBackColor = false;
this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
//
// btnSearch
//
this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSearch.BackColor = System.Drawing.Color.Gray;
this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSearch.ForeColor = System.Drawing.Color.White;
this.btnSearch.Location = new System.Drawing.Point(630, 15);
this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(85, 30);
this.btnSearch.TabIndex = 9;
this.btnSearch.Text = "查询(&Q)";
this.btnSearch.UseVisualStyleBackColor = false;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// lblRemarks
//
this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblRemarks.Location = new System.Drawing.Point(176, 23);
this.lblRemarks.Name = "lblRemarks";
this.lblRemarks.Size = new System.Drawing.Size(31, 13);
this.lblRemarks.TabIndex = 7;
this.lblRemarks.Text = "备注";
//
// txtRemarks
//
this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRemarks.Location = new System.Drawing.Point(213, 19);
this.txtRemarks.MaxLength = 500;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(100, 21);
this.txtRemarks.TabIndex = 8;
//
// lblWorkStationName
//
this.lblWorkStationName.AutoSize = true;
this.lblWorkStationName.BackColor = System.Drawing.Color.Transparent;
this.lblWorkStationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblWorkStationName.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblWorkStationName.Location = new System.Drawing.Point(11, 24);
this.lblWorkStationName.Name = "lblWorkStationName";
this.lblWorkStationName.Size = new System.Drawing.Size(53, 12);
this.lblWorkStationName.TabIndex = 1;
this.lblWorkStationName.Text = "工位名称";
//
// dgvWorkStation
//
this.dgvWorkStation.AllowUserToAddRows = false;
this.dgvWorkStation.AllowUserToDeleteRows = false;
this.dgvWorkStation.AllowUserToModifyRows = true;
this.dgvWorkStation.AllowUserToOrderColumns = true;
this.dgvWorkStation.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvWorkStation.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvWorkStation.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvWorkStation.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvWorkStation.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvWorkStation.CellHeight = 23;
this.dgvWorkStation.ChildNodeColumnName = null;
this.dgvWorkStation.ChildNodeColumnText = null;
this.dgvWorkStation.ColumnDeep = 1;
this.dgvWorkStation.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.dgvWorkStation.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvWorkStation.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvWorkStation.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.WorkStationName,
this.ProcedureName,
this.Remarks1,
this.WorkStationID});
this.dgvWorkStation.ColumnTreeView = null;
this.dgvWorkStation.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.dgvWorkStation.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvWorkStation.DynamicColumnName = "";
this.dgvWorkStation.EnableHeadersVisualStyles = false;
this.dgvWorkStation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvWorkStation.FormatQuantityColumns = null;
this.dgvWorkStation.HorizontalMergeColumn = null;
this.dgvWorkStation.IsAutoCountSum = true;
this.dgvWorkStation.IsAutoResizeColumns = false;
this.dgvWorkStation.IsClickF12 = false;
this.dgvWorkStation.IsOpenMergeCellFlag = false;
this.dgvWorkStation.IsSubTotalFlag = false;
this.dgvWorkStation.IsTopDeep = false;
this.dgvWorkStation.Location = new System.Drawing.Point(0, 0);
this.dgvWorkStation.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.dgvWorkStation.MergeColumnNames = null;
this.dgvWorkStation.MergeDetailColumnNames = null;
this.dgvWorkStation.MergeDetailOnlyColumn = null;
this.dgvWorkStation.MergeOnlyColumn = null;
this.dgvWorkStation.MultiSelect = false;
this.dgvWorkStation.Name = "dgvWorkStation";
this.dgvWorkStation.ReadOnly = true;
this.dgvWorkStation.RefreshAtHscroll = false;
this.dgvWorkStation.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
this.dgvWorkStation.RowHeadersWidth = 50;
this.dgvWorkStation.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvWorkStation.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvWorkStation.RowTemplate.Height = 21;
this.dgvWorkStation.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvWorkStation.Size = new System.Drawing.Size(813, 184);
this.dgvWorkStation.SortOrderColumnName = null;
this.dgvWorkStation.TabIndex = 23;
this.dgvWorkStation.Tag = true;
this.dgvWorkStation.TotalSumColumns = null;
this.dgvWorkStation.ViewRowFilter = "";
this.dgvWorkStation.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvWorkStation_CellDoubleClick);
this.dgvWorkStation.SelectionChanged += new System.EventHandler(this.dgvWorkStation_SelectionChanged);
//
// WorkStationName
//
this.WorkStationName.DataPropertyName = "WorkStationName";
this.WorkStationName.HeaderText = "工位名称";
this.WorkStationName.MaxInputLength = 20;
this.WorkStationName.Name = "WorkStationName";
this.WorkStationName.ReadOnly = true;
//
// ProcedureName
//
this.ProcedureName.DataPropertyName = "ProcedureName";
this.ProcedureName.HeaderText = "工序名称";
this.ProcedureName.MaxInputLength = 20;
this.ProcedureName.Name = "ProcedureName";
this.ProcedureName.ReadOnly = true;
//
// Remarks1
//
this.Remarks1.DataPropertyName = "Remarks";
this.Remarks1.HeaderText = "备注";
this.Remarks1.Name = "Remarks1";
this.Remarks1.ReadOnly = true;
//
// WorkStationID
//
this.WorkStationID.DataPropertyName = "WorkStationID";
this.WorkStationID.HeaderText = "WorkStationID";
this.WorkStationID.Name = "WorkStationID";
this.WorkStationID.ReadOnly = true;
this.WorkStationID.Visible = false;
//
// dgvUser
//
this.dgvUser.AllowUserToAddRows = false;
this.dgvUser.AllowUserToDeleteRows = false;
this.dgvUser.AllowUserToModifyRows = true;
this.dgvUser.AllowUserToOrderColumns = true;
this.dgvUser.AllowUserToResizeRows = false;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgvUser.BorderStyle = System.Windows.Forms.BorderStyle.None;
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;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.UserCode,
this.UserName,
this.OrganizationName,
this.OrganizationFullName,
this.limitMAC,
this.Telephone,
this.Remarks,
this.UserID});
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)));
this.dgvUser.Dock = System.Windows.Forms.DockStyle.Fill;
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(0, 0);
this.dgvUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
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.ReadOnly = true;
this.dgvUser.RefreshAtHscroll = false;
this.dgvUser.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
this.dgvUser.RowHeadersWidth = 50;
this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle7;
this.dgvUser.RowTemplate.Height = 21;
this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvUser.Size = new System.Drawing.Size(813, 202);
this.dgvUser.SortOrderColumnName = null;
this.dgvUser.TabIndex = 22;
this.dgvUser.Tag = true;
this.dgvUser.TotalSumColumns = null;
this.dgvUser.ViewRowFilter = "";
//
// UserCode
//
this.UserCode.DataPropertyName = "UserCode";
this.UserCode.HeaderText = "用户编号";
this.UserCode.MaxInputLength = 20;
this.UserCode.Name = "UserCode";
this.UserCode.ReadOnly = true;
this.UserCode.Width = 80;
//
// UserName
//
this.UserName.DataPropertyName = "UserName";
this.UserName.HeaderText = "用户姓名";
this.UserName.MaxInputLength = 20;
this.UserName.Name = "UserName";
this.UserName.ReadOnly = true;
this.UserName.Width = 80;
//
// OrganizationName
//
this.OrganizationName.DataPropertyName = "OrganizationName";
this.OrganizationName.HeaderText = "所属部门";
this.OrganizationName.MaxInputLength = 20;
this.OrganizationName.Name = "OrganizationName";
this.OrganizationName.ReadOnly = true;
this.OrganizationName.Width = 80;
//
// OrganizationFullName
//
this.OrganizationFullName.DataPropertyName = "OrganizationFullName";
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.OrganizationFullName.DefaultCellStyle = dataGridViewCellStyle6;
this.OrganizationFullName.HeaderText = "部门全称";
this.OrganizationFullName.Name = "OrganizationFullName";
this.OrganizationFullName.ReadOnly = true;
//
// limitMAC
//
this.limitMAC.DataPropertyName = "limitMAC";
this.limitMAC.HeaderText = "MAC地址";
this.limitMAC.MaxInputLength = 17;
this.limitMAC.Name = "limitMAC";
this.limitMAC.ReadOnly = true;
this.limitMAC.Visible = false;
//
// Telephone
//
this.Telephone.DataPropertyName = "Telephone";
this.Telephone.HeaderText = "联系电话";
this.Telephone.MaxInputLength = 50;
this.Telephone.Name = "Telephone";
this.Telephone.ReadOnly = true;
//
// Remarks
//
this.Remarks.DataPropertyName = "Remarks";
this.Remarks.HeaderText = "备注";
this.Remarks.MaxInputLength = 255;
this.Remarks.Name = "Remarks";
this.Remarks.ReadOnly = true;
this.Remarks.Width = 120;
//
// UserID
//
this.UserID.DataPropertyName = "UserID";
this.UserID.HeaderText = "用户ID";
this.UserID.MaxInputLength = 4;
this.UserID.Name = "UserID";
this.UserID.ReadOnly = true;
this.UserID.Visible = false;
//
// splLine
//
this.splLine.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.splLine.Location = new System.Drawing.Point(12, 98);
this.splLine.Name = "splLine";
this.splLine.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splLine.Panel1
//
this.splLine.Panel1.Controls.Add(this.dgvWorkStation);
//
// splLine.Panel2
//
this.splLine.Panel2.Controls.Add(this.dgvUser);
this.splLine.Size = new System.Drawing.Size(813, 390);
this.splLine.SplitterDistance = 184;
this.splLine.TabIndex = 106;
//
// F_MST_1301
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(837, 500);
this.Controls.Add(this.splLine);
this.Controls.Add(this.gbxCondition);
this.Controls.Add(this.tsrOperate);
this.Name = "F_MST_1301";
this.Text = "工位工号";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1301_FormClosed);
this.Load += new System.EventHandler(this.F_MST_1301_Load);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
this.gbxCondition.ResumeLayout(false);
this.gbxCondition.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvWorkStation)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
this.splLine.Panel1.ResumeLayout(false);
this.splLine.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splLine)).EndInit();
this.splLine.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnAdd;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Basics.BaseControls.C_GroupBox gbxCondition;
private System.Windows.Forms.TextBox txtWorkStationName;
private Basics.BaseControls.C_Button btnClearCondition;
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_Label lblRemarks;
private Basics.BaseControls.C_Label lblWorkStationName;
private Basics.BaseControls.C_DataGridView dgvWorkStation;
private Basics.BaseControls.C_DataGridView dgvUser;
private System.Windows.Forms.SplitContainer splLine;
private System.Windows.Forms.TextBox txtRemarks;
private System.Windows.Forms.DataGridViewTextBoxColumn WorkStationName;
private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks1;
private System.Windows.Forms.DataGridViewTextBoxColumn WorkStationID;
private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationFullName;
private System.Windows.Forms.DataGridViewTextBoxColumn limitMAC;
private System.Windows.Forms.DataGridViewTextBoxColumn Telephone;
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
}
}