namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_1202 { /// /// 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_1202)); 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(); this.lblName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.dkDefectTypeNameSearchBox1 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkDefectTypeNameSearchBox(); this.txtDisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Digital(); this.lblDisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.userid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnAddUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnDeleteUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.c_GroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit(); this.SuspendLayout(); // // lblName // this.lblName.AutoSize = true; this.lblName.BackColor = System.Drawing.Color.Transparent; this.lblName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblName.IsMustInput = true; this.lblName.Location = new System.Drawing.Point(24, 24); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(53, 12); this.lblName.TabIndex = 0; this.lblName.Text = "分组名称"; // // txtName // this.txtName.BackColor = System.Drawing.SystemColors.Window; this.txtName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtName.ErrorMessage = ""; this.txtName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtName.Location = new System.Drawing.Point(83, 20); this.txtName.MaxLength = 20; this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(120, 21); this.txtName.TabIndex = 1; // // lblRemarks // this.lblRemarks.AutoSize = true; 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(212, 24); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(29, 12); this.lblRemarks.TabIndex = 5; this.lblRemarks.Text = "备注"; // // txtRemarks // this.txtRemarks.BackColor = System.Drawing.SystemColors.Window; this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window; this.txtRemarks.ErrorMessage = ""; 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(247, 20); this.txtRemarks.MaxLength = 500; this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtRemarks.Size = new System.Drawing.Size(173, 76); this.txtRemarks.TabIndex = 6; // // 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(273, 457); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 4; 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.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(364, 457); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 5; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // c_GroupBox1 // this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent; this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage"))); this.c_GroupBox1.CanExpand = false; this.c_GroupBox1.Controls.Add(this.dkDefectTypeNameSearchBox1); this.c_GroupBox1.Controls.Add(this.txtDisplayNo); this.c_GroupBox1.Controls.Add(this.lblDisplayNo); this.c_GroupBox1.Controls.Add(this.lblName); this.c_GroupBox1.Controls.Add(this.txtName); this.c_GroupBox1.Controls.Add(this.txtRemarks); this.c_GroupBox1.Controls.Add(this.lblRemarks); this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText; this.c_GroupBox1.IsMustInput = false; this.c_GroupBox1.Location = new System.Drawing.Point(12, 12); this.c_GroupBox1.Name = "c_GroupBox1"; this.c_GroupBox1.OpeningMark = ""; this.c_GroupBox1.OriginalHeight = -1; this.c_GroupBox1.Size = new System.Drawing.Size(437, 105); this.c_GroupBox1.TabIndex = 0; this.c_GroupBox1.TabStop = false; this.c_GroupBox1.Text = "分组信息 "; // // dkDefectTypeNameSearchBox1 // this.dkDefectTypeNameSearchBox1.BackColor = System.Drawing.Color.Transparent; this.dkDefectTypeNameSearchBox1.DataSource = null; this.dkDefectTypeNameSearchBox1.DefectTypeID = null; this.dkDefectTypeNameSearchBox1.DefectTypeIDS = null; this.dkDefectTypeNameSearchBox1.DefectTypeName = null; this.dkDefectTypeNameSearchBox1.Enabled = true; this.dkDefectTypeNameSearchBox1.IsEnablePurview = false; this.dkDefectTypeNameSearchBox1.IsMustInput = true; this.dkDefectTypeNameSearchBox1.Location = new System.Drawing.Point(24, 48); this.dkDefectTypeNameSearchBox1.Name = "dkDefectTypeNameSearchBox1"; this.dkDefectTypeNameSearchBox1.Purview = null; this.dkDefectTypeNameSearchBox1.PurviewType = ((byte)(0)); this.dkDefectTypeNameSearchBox1.Size = new System.Drawing.Size(179, 21); this.dkDefectTypeNameSearchBox1.TabIndex = 2; this.dkDefectTypeNameSearchBox1.Title = "缺陷类别"; this.dkDefectTypeNameSearchBox1.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control; // // txtDisplayNo // this.txtDisplayNo.AllowNegative = false; this.txtDisplayNo.BackColor = System.Drawing.SystemColors.Window; this.txtDisplayNo.BackgroundColor = System.Drawing.SystemColors.Window; this.txtDisplayNo.DataValue = new decimal(new int[] { 0, 0, 0, 0}); this.txtDisplayNo.EditingControlFormattedValue = "0"; this.txtDisplayNo.ErrorMessage = ""; this.txtDisplayNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtDisplayNo.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtDisplayNo.Location = new System.Drawing.Point(83, 75); this.txtDisplayNo.MaxLength = 3; this.txtDisplayNo.MaxValue = new decimal(new int[] { 999, 0, 0, 0}); this.txtDisplayNo.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.txtDisplayNo.Name = "txtDisplayNo"; this.txtDisplayNo.Number = new System.Drawing.Point(0, 0); this.txtDisplayNo.Size = new System.Drawing.Size(120, 21); this.txtDisplayNo.TabIndex = 4; this.txtDisplayNo.Text = "0"; this.txtDisplayNo.TextValue = "0"; // // lblDisplayNo // this.lblDisplayNo.AutoSize = true; this.lblDisplayNo.BackColor = System.Drawing.Color.Transparent; this.lblDisplayNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblDisplayNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblDisplayNo.IsMustInput = true; this.lblDisplayNo.Location = new System.Drawing.Point(24, 78); this.lblDisplayNo.Name = "lblDisplayNo"; this.lblDisplayNo.Size = new System.Drawing.Size(53, 12); this.lblDisplayNo.TabIndex = 3; this.lblDisplayNo.Text = "显示顺序"; // // dgvUser // this.dgvUser.AllowUserToAddRows = false; this.dgvUser.AllowUserToDeleteRows = false; this.dgvUser.AllowUserToModifyRows = true; this.dgvUser.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; 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.userid, this.UserCode, this.UserName}); 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.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.IsAutoCountSum = true; this.dgvUser.IsAutoResizeColumns = false; this.dgvUser.IsClickF12 = false; this.dgvUser.IsSubTotalFlag = false; this.dgvUser.Location = new System.Drawing.Point(12, 123); this.dgvUser.MultiSelect = false; this.dgvUser.Name = "dgvUser"; this.dgvUser.ReadOnly = true; this.dgvUser.RefreshAtHscroll = false; this.dgvUser.RowHeadersWidth = 50; this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle3; this.dgvUser.RowTemplate.Height = 21; this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvUser.Size = new System.Drawing.Size(437, 328); this.dgvUser.SortOrderColumnName = null; this.dgvUser.TabIndex = 1; this.dgvUser.Tag = true; this.dgvUser.TotalSumColumns = null; this.dgvUser.ViewRowFilter = ""; // // userid // this.userid.DataPropertyName = "userid"; this.userid.HeaderText = "userid"; this.userid.Name = "userid"; this.userid.ReadOnly = true; this.userid.Visible = false; // // UserCode // this.UserCode.DataPropertyName = "UserCode"; this.UserCode.HeaderText = "工号编码"; this.UserCode.Name = "UserCode"; this.UserCode.ReadOnly = true; // // UserName // this.UserName.DataPropertyName = "UserName"; this.UserName.HeaderText = "工号名称"; this.UserName.Name = "UserName"; this.UserName.ReadOnly = true; // // btnAddUser // this.btnAddUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnAddUser.BackColor = System.Drawing.Color.Transparent; this.btnAddUser.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAddUser.BackgroundImage"))); this.btnAddUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnAddUser.ForeColor = System.Drawing.Color.White; this.btnAddUser.Location = new System.Drawing.Point(12, 457); this.btnAddUser.Name = "btnAddUser"; this.btnAddUser.Size = new System.Drawing.Size(85, 30); this.btnAddUser.TabIndex = 2; this.btnAddUser.Text = "添加工号(&A)"; this.btnAddUser.UseVisualStyleBackColor = false; this.btnAddUser.Click += new System.EventHandler(this.btnAddUser_Click); // // btnDeleteUser // this.btnDeleteUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnDeleteUser.BackColor = System.Drawing.Color.Transparent; this.btnDeleteUser.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDeleteUser.BackgroundImage"))); this.btnDeleteUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnDeleteUser.ForeColor = System.Drawing.Color.White; this.btnDeleteUser.Location = new System.Drawing.Point(103, 457); this.btnDeleteUser.Name = "btnDeleteUser"; this.btnDeleteUser.Size = new System.Drawing.Size(85, 30); this.btnDeleteUser.TabIndex = 3; this.btnDeleteUser.Text = "删除工号(&D)"; this.btnDeleteUser.UseVisualStyleBackColor = false; this.btnDeleteUser.Click += new System.EventHandler(this.btnDeleteUser_Click); // // F_MST_1202 // 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(461, 512); this.Controls.Add(this.dgvUser); this.Controls.Add(this.c_GroupBox1); this.Controls.Add(this.btnDeleteUser); this.Controls.Add(this.btnAddUser); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_MST_1202"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "工号分组"; this.Load += new System.EventHandler(this.F_MST_1202_Load); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.btnAddUser, 0); this.Controls.SetChildIndex(this.btnDeleteUser, 0); this.Controls.SetChildIndex(this.c_GroupBox1, 0); this.Controls.SetChildIndex(this.dgvUser, 0); this.c_GroupBox1.ResumeLayout(false); this.c_GroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblName; private Basics.BaseControls.C_TextBox txtName; private Basics.BaseControls.C_Label lblRemarks; private Basics.BaseControls.C_TextBox txtRemarks; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_GroupBox c_GroupBox1; private Basics.BaseControls.C_DataGridView dgvUser; private Basics.BaseControls.C_DGV_Digital txtDisplayNo; private Basics.BaseControls.C_Label lblDisplayNo; private Controls.SearchTextBox.dkDefectTypeNameSearchBox dkDefectTypeNameSearchBox1; private System.Windows.Forms.DataGridViewTextBoxColumn userid; private System.Windows.Forms.DataGridViewTextBoxColumn UserCode; private System.Windows.Forms.DataGridViewTextBoxColumn UserName; private Basics.BaseControls.C_Button btnAddUser; private Basics.BaseControls.C_Button btnDeleteUser; } }