namespace Dongke.IBOSS.PRD.Client.Controls { partial class S_CMN_013 { /// /// 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_013)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = 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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); this.txtUserCode = new System.Windows.Forms.TextBox(); this.txtUserName = new System.Windows.Forms.TextBox(); this.lblMAC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtMAC = new System.Windows.Forms.TextBox(); this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtRemarks = new System.Windows.Forms.TextBox(); this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffNames = 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.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ValueFlag = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization(); this.gbxCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit(); this.SuspendLayout(); // // txtUserCode // this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtUserCode.Location = new System.Drawing.Point(70, 20); this.txtUserCode.MaxLength = 20; this.txtUserCode.Name = "txtUserCode"; this.txtUserCode.Size = new System.Drawing.Size(97, 21); this.txtUserCode.TabIndex = 2; // // txtUserName // this.txtUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtUserName.Location = new System.Drawing.Point(258, 20); this.txtUserName.MaxLength = 20; this.txtUserName.Name = "txtUserName"; this.txtUserName.Size = new System.Drawing.Size(97, 21); this.txtUserName.TabIndex = 4; // // lblMAC // this.lblMAC.AutoSize = true; this.lblMAC.BackColor = System.Drawing.Color.Transparent; this.lblMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblMAC.ForeColor = System.Drawing.SystemColors.ControlText; this.lblMAC.Location = new System.Drawing.Point(179, 51); this.lblMAC.Name = "lblMAC"; this.lblMAC.Size = new System.Drawing.Size(71, 12); this.lblMAC.TabIndex = 17; this.lblMAC.Text = "限制MAC地址"; // // txtMAC // this.txtMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMAC.Location = new System.Drawing.Point(258, 47); this.txtMAC.MaxLength = 20; this.txtMAC.Name = "txtMAC"; this.txtMAC.Size = new System.Drawing.Size(289, 21); this.txtMAC.TabIndex = 18; // // 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(33, 51); 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(70, 47); this.txtRemarks.MaxLength = 500; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Size = new System.Drawing.Size(97, 21); this.txtRemarks.TabIndex = 8; // // lblUserCode // this.lblUserCode.AutoSize = true; this.lblUserCode.BackColor = System.Drawing.Color.Transparent; this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText; this.lblUserCode.Location = new System.Drawing.Point(11, 24); this.lblUserCode.Name = "lblUserCode"; this.lblUserCode.Size = new System.Drawing.Size(53, 12); this.lblUserCode.TabIndex = 1; this.lblUserCode.Text = "工号编码"; // // lblUserName // this.lblUserName.AutoSize = true; this.lblUserName.BackColor = System.Drawing.Color.Transparent; this.lblUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUserName.ForeColor = System.Drawing.SystemColors.ControlText; this.lblUserName.Location = new System.Drawing.Point(199, 24); this.lblUserName.Name = "lblUserName"; this.lblUserName.Size = new System.Drawing.Size(53, 12); this.lblUserName.TabIndex = 3; this.lblUserName.Text = "工号姓名"; // // 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(882, 47); 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 = "清空条件"; 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(791, 47); 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 = "查询"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.btnSearch_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.lblOrganization); this.gbxCondition.Controls.Add(this.scbOrganization); this.gbxCondition.Controls.Add(this.lblMAC); this.gbxCondition.Controls.Add(this.txtUserCode); this.gbxCondition.Controls.Add(this.btnClearCondition); this.gbxCondition.Controls.Add(this.txtMAC); this.gbxCondition.Controls.Add(this.btnSearch); this.gbxCondition.Controls.Add(this.txtUserName); this.gbxCondition.Controls.Add(this.lblRemarks); this.gbxCondition.Controls.Add(this.lblUserName); this.gbxCondition.Controls.Add(this.txtRemarks); this.gbxCondition.Controls.Add(this.lblUserCode); 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, 12); this.gbxCondition.Name = "gbxCondition"; this.gbxCondition.OriginalHeight = -1; this.gbxCondition.Size = new System.Drawing.Size(973, 83); this.gbxCondition.TabIndex = 20; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // 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))))); dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 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.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; 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.Sel, this.UserCode, this.UserName, this.OrganizationName, this.StaffNames, this.OrganizationFullName, this.limitMAC, this.Telephone, this.Remarks, this.Column1, this.ValueFlag, 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.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(12, 100); 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.RefreshAtHscroll = false; this.dgvUser.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dgvUser.RowHeadersWidth = 50; this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle10; this.dgvUser.RowTemplate.Height = 21; this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dgvUser.Size = new System.Drawing.Size(973, 326); this.dgvUser.SortOrderColumnName = null; this.dgvUser.TabIndex = 21; this.dgvUser.Tag = true; this.dgvUser.TotalSumColumns = null; this.dgvUser.ViewRowFilter = ""; // // Sel // this.Sel.DataPropertyName = "Sel"; this.Sel.FalseValue = "0"; this.Sel.FillWeight = 50F; this.Sel.HeaderText = "选择"; this.Sel.IndeterminateValue = "0"; this.Sel.Name = "Sel"; this.Sel.ReadOnly = true; this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Sel.TrueValue = "1"; this.Sel.Width = 50; // // UserCode // this.UserCode.DataPropertyName = "UserCode"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.White; this.UserCode.DefaultCellStyle = dataGridViewCellStyle3; this.UserCode.HeaderText = "工号编号"; this.UserCode.MaxInputLength = 20; this.UserCode.Name = "UserCode"; this.UserCode.ReadOnly = true; this.UserCode.Width = 80; // // UserName // this.UserName.DataPropertyName = "UserName"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.Color.White; this.UserName.DefaultCellStyle = dataGridViewCellStyle4; this.UserName.HeaderText = "工号姓名"; this.UserName.MaxInputLength = 20; this.UserName.Name = "UserName"; this.UserName.ReadOnly = true; this.UserName.Width = 80; // // OrganizationName // this.OrganizationName.DataPropertyName = "OrganizationName"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle5.BackColor = System.Drawing.Color.White; this.OrganizationName.DefaultCellStyle = dataGridViewCellStyle5; this.OrganizationName.HeaderText = "所属部门"; this.OrganizationName.MaxInputLength = 20; this.OrganizationName.Name = "OrganizationName"; this.OrganizationName.ReadOnly = true; this.OrganizationName.Width = 80; // // StaffNames // this.StaffNames.DataPropertyName = "StaffNames"; this.StaffNames.HeaderText = "关联员工"; this.StaffNames.Name = "StaffNames"; this.StaffNames.ReadOnly = true; // // OrganizationFullName // this.OrganizationFullName.DataPropertyName = "OrganizationFullName"; this.OrganizationFullName.HeaderText = "部门全称"; this.OrganizationFullName.Name = "OrganizationFullName"; this.OrganizationFullName.ReadOnly = true; // // limitMAC // this.limitMAC.DataPropertyName = "limitMAC"; dataGridViewCellStyle6.BackColor = System.Drawing.Color.White; this.limitMAC.DefaultCellStyle = dataGridViewCellStyle6; this.limitMAC.HeaderText = "MAC地址"; this.limitMAC.MaxInputLength = 17; this.limitMAC.Name = "limitMAC"; this.limitMAC.ReadOnly = true; // // Telephone // this.Telephone.DataPropertyName = "Telephone"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle7.BackColor = System.Drawing.Color.White; this.Telephone.DefaultCellStyle = dataGridViewCellStyle7; this.Telephone.HeaderText = "联系电话"; this.Telephone.MaxInputLength = 50; this.Telephone.Name = "Telephone"; this.Telephone.ReadOnly = true; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; dataGridViewCellStyle8.BackColor = System.Drawing.Color.White; this.Remarks.DefaultCellStyle = dataGridViewCellStyle8; this.Remarks.HeaderText = "备注"; this.Remarks.MaxInputLength = 255; this.Remarks.Name = "Remarks"; this.Remarks.ReadOnly = true; this.Remarks.Width = 120; // // Column1 // this.Column1.DataPropertyName = "ValueFlag"; this.Column1.FalseValue = "0"; this.Column1.HeaderText = "有效标识"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Column1.TrueValue = "1"; // // ValueFlag // this.ValueFlag.DataPropertyName = "ValueFlag"; this.ValueFlag.HeaderText = "有效标识值"; this.ValueFlag.Name = "ValueFlag"; this.ValueFlag.ReadOnly = true; this.ValueFlag.Visible = false; // // UserID // this.UserID.DataPropertyName = "UserID"; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle9.BackColor = System.Drawing.Color.White; this.UserID.DefaultCellStyle = dataGridViewCellStyle9; this.UserID.HeaderText = "用户ID"; this.UserID.MaxInputLength = 4; this.UserID.Name = "UserID"; this.UserID.ReadOnly = true; this.UserID.Visible = false; // // chkChooseAll // this.chkChooseAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.chkChooseAll.AutoSize = true; this.chkChooseAll.BackColor = System.Drawing.Color.Transparent; this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkChooseAll.Location = new System.Drawing.Point(12, 439); this.chkChooseAll.Name = "chkChooseAll"; this.chkChooseAll.Size = new System.Drawing.Size(48, 16); this.chkChooseAll.TabIndex = 59; this.chkChooseAll.Text = "全选"; this.chkChooseAll.UseVisualStyleBackColor = false; this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(894, 431); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 60; this.btnClose.Text = "取消"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.Location = new System.Drawing.Point(803, 431); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 30); this.btnOK.TabIndex = 61; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = false; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // lblOrganization // this.lblOrganization.AutoSize = true; this.lblOrganization.BackColor = System.Drawing.Color.Transparent; this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblOrganization.ForeColor = System.Drawing.SystemColors.ControlText; this.lblOrganization.Location = new System.Drawing.Point(361, 24); this.lblOrganization.Name = "lblOrganization"; this.lblOrganization.Size = new System.Drawing.Size(53, 12); this.lblOrganization.TabIndex = 27; this.lblOrganization.Text = "所属组织"; // // scbOrganization // this.scbOrganization.CheckedData = null; this.scbOrganization.IsOnlyDisplayEnd = false; this.scbOrganization.Location = new System.Drawing.Point(420, 21); this.scbOrganization.MultiSelect = false; this.scbOrganization.Name = "scbOrganization"; this.scbOrganization.Size = new System.Drawing.Size(127, 21); this.scbOrganization.TabIndex = 26; // // S_CMN_013 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(997, 486); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnOK); this.Controls.Add(this.chkChooseAll); this.Controls.Add(this.dgvUser); this.Controls.Add(this.gbxCondition); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsSaveFormSize = false; this.Name = "S_CMN_013"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "工号选择"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0203_FormClosed); this.Load += new System.EventHandler(this.FrmUser_Load); this.Controls.SetChildIndex(this.gbxCondition, 0); this.Controls.SetChildIndex(this.dgvUser, 0); this.Controls.SetChildIndex(this.chkChooseAll, 0); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSearch; private System.Windows.Forms.TextBox txtUserCode; private System.Windows.Forms.TextBox txtUserName; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblUserCode; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblUserName; private System.Windows.Forms.TextBox txtMAC; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblMAC; private System.Windows.Forms.TextBox txtRemarks; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblRemarks; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnClearCondition; private Basics.BaseControls.C_GroupBox gbxCondition; private Basics.BaseControls.C_DataGridView dgvUser; private Basics.BaseControls.C_CheckBox chkChooseAll; private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_Button btnOK; private System.Windows.Forms.DataGridViewCheckBoxColumn Sel; private System.Windows.Forms.DataGridViewTextBoxColumn UserCode; private System.Windows.Forms.DataGridViewTextBoxColumn UserName; private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName; private System.Windows.Forms.DataGridViewTextBoxColumn StaffNames; 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.DataGridViewCheckBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn ValueFlag; private System.Windows.Forms.DataGridViewTextBoxColumn UserID; private Basics.BaseControls.C_Label lblOrganization; private SearchBox.ScbOrganization scbOrganization; } }