namespace Dongke.IBOSS.PRD.Client.Controls { partial class S_CMN_003 { /// /// 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(S_CMN_003)); 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(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtStaffName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IDCardNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Birthday = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit(); this.SuspendLayout(); // // c_Label1 // this.c_Label1.AutoSize = true; this.c_Label1.BackColor = System.Drawing.Color.Transparent; this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label1.Location = new System.Drawing.Point(12, 15); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 0; this.c_Label1.Text = "员工编号"; // // txtStaffCode // this.txtStaffCode.BackColor = System.Drawing.SystemColors.Window; this.txtStaffCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtStaffCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtStaffCode.ErrorMessage = ""; this.txtStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtStaffCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtStaffCode.Location = new System.Drawing.Point(71, 11); this.txtStaffCode.MaxLength = 20; this.txtStaffCode.Name = "txtStaffCode"; this.txtStaffCode.Size = new System.Drawing.Size(100, 21); this.txtStaffCode.TabIndex = 1; // // c_Label2 // this.c_Label2.AutoSize = true; this.c_Label2.BackColor = System.Drawing.Color.Transparent; this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label2.Location = new System.Drawing.Point(177, 15); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(53, 12); this.c_Label2.TabIndex = 2; this.c_Label2.Text = "员工姓名"; // // txtStaffName // this.txtStaffName.BackColor = System.Drawing.SystemColors.Window; this.txtStaffName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtStaffName.ErrorMessage = ""; this.txtStaffName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtStaffName.Location = new System.Drawing.Point(236, 11); this.txtStaffName.MaxLength = 20; this.txtStaffName.Name = "txtStaffName"; this.txtStaffName.Size = new System.Drawing.Size(100, 21); this.txtStaffName.TabIndex = 3; // // btnSearch // this.btnSearch.BackColor = System.Drawing.Color.Transparent; 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(361, 6); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 4; this.btnSearch.Text = "查询"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // dgvUser // this.dgvUser.AllowUserToAddRows = false; this.dgvUser.AllowUserToDeleteRows = false; this.dgvUser.AllowUserToModifyRows = true; this.dgvUser.AllowUserToOrderColumns = true; this.dgvUser.AllowUserToResizeRows = false; 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.StaffID, this.StaffCode, this.StaffName, this.IDCardNo, this.Birthday}); this.dgvUser.ColumnTreeView = null; this.dgvUser.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None; 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.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, 40); 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.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvUser.RowTemplate.Height = 21; this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvUser.Size = new System.Drawing.Size(523, 387); this.dgvUser.SortOrderColumnName = null; this.dgvUser.TabIndex = 6; this.dgvUser.Tag = true; this.dgvUser.TotalSumColumns = null; this.dgvUser.ViewRowFilter = ""; this.dgvUser.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvUser_CellMouseDoubleClick); this.dgvUser.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvUser_KeyDown); // // btnOK // this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage"))); this.btnOK.Font = new System.Drawing.Font("宋体", 9F); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.Location = new System.Drawing.Point(359, 433); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 30); this.btnOK.TabIndex = 7; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnClose // this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Font = new System.Drawing.Font("宋体", 9F); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(452, 433); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 8; this.btnClose.Text = "取消"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnClearCondition // this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClearCondition.BackColor = System.Drawing.Color.Transparent; 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(452, 6); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 5; this.btnClearCondition.Text = "清空条件"; this.btnClearCondition.UseVisualStyleBackColor = false; this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click); // // StaffID // this.StaffID.DataPropertyName = "StaffID"; this.StaffID.HeaderText = "StaffID"; this.StaffID.Name = "StaffID"; this.StaffID.ReadOnly = true; this.StaffID.Visible = false; // // StaffCode // this.StaffCode.DataPropertyName = "StaffCode"; this.StaffCode.HeaderText = "员工编码"; this.StaffCode.Name = "StaffCode"; this.StaffCode.ReadOnly = true; // // StaffName // this.StaffName.DataPropertyName = "StaffName"; this.StaffName.HeaderText = "员工姓名"; this.StaffName.Name = "StaffName"; this.StaffName.ReadOnly = true; // // IDCardNo // this.IDCardNo.DataPropertyName = "IDCardNo"; this.IDCardNo.HeaderText = "身份证号码"; this.IDCardNo.Name = "IDCardNo"; this.IDCardNo.ReadOnly = true; // // Birthday // this.Birthday.DataPropertyName = "Birthday"; this.Birthday.HeaderText = "生日"; this.Birthday.Name = "Birthday"; this.Birthday.ReadOnly = true; // // S_CMN_003 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(549, 484); this.Controls.Add(this.btnClearCondition); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnClose); this.Controls.Add(this.dgvUser); this.Controls.Add(this.btnSearch); this.Controls.Add(this.txtStaffName); this.Controls.Add(this.c_Label2); this.Controls.Add(this.txtStaffCode); this.Controls.Add(this.c_Label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "S_CMN_003"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "选择员工"; this.Load += new System.EventHandler(this.S_CMN_003_Load); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.txtStaffCode, 0); this.Controls.SetChildIndex(this.c_Label2, 0); this.Controls.SetChildIndex(this.txtStaffName, 0); this.Controls.SetChildIndex(this.btnSearch, 0); this.Controls.SetChildIndex(this.dgvUser, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.btnClearCondition, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_TextBox txtStaffCode; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_TextBox txtStaffName; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_DataGridView dgvUser; private Basics.BaseControls.C_Button btnOK; private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_Button btnClearCondition; private System.Windows.Forms.DataGridViewTextBoxColumn StaffID; private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode; private System.Windows.Forms.DataGridViewTextBoxColumn StaffName; private System.Windows.Forms.DataGridViewTextBoxColumn IDCardNo; private System.Windows.Forms.DataGridViewTextBoxColumn Birthday; } }