| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339 |
- namespace Dongke.IBOSS.PRD.Client.Controls
- {
- partial class S_CMN_007
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(S_CMN_007));
- 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.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtUserName = 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.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.USERID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.USERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.USERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
- this.SuspendLayout();
- //
- // 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.Image = ((System.Drawing.Image)(resources.GetObject("lblUserCode.Image")));
- this.lblUserCode.Location = new System.Drawing.Point(12, 15);
- this.lblUserCode.Name = "lblUserCode";
- this.lblUserCode.Size = new System.Drawing.Size(53, 12);
- this.lblUserCode.TabIndex = 0;
- this.lblUserCode.Text = "用户编码";
- //
- // txtUserCode
- //
- this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtUserCode.ErrorMessage = "";
- 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(71, 11);
- this.txtUserCode.Name = "txtUserCode";
- this.txtUserCode.Size = new System.Drawing.Size(120, 21);
- this.txtUserCode.TabIndex = 1;
- //
- // 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.Image = ((System.Drawing.Image)(resources.GetObject("lblUserName.Image")));
- this.lblUserName.Location = new System.Drawing.Point(197, 15);
- this.lblUserName.Name = "lblUserName";
- this.lblUserName.Size = new System.Drawing.Size(53, 12);
- this.lblUserName.TabIndex = 2;
- this.lblUserName.Text = "用户名称";
- //
- // txtUserName
- //
- this.txtUserName.BackColor = System.Drawing.SystemColors.Window;
- this.txtUserName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtUserName.ErrorMessage = "";
- 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(256, 11);
- this.txtUserName.Name = "txtUserName";
- this.txtUserName.Size = new System.Drawing.Size(120, 21);
- this.txtUserName.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);
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.Location = new System.Drawing.Point(481, 6);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 4;
- this.btnSearch.Text = "查询";
- this.btnSearch.UseVisualStyleBackColor = true;
- 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.USERID,
- this.sel,
- this.USERCODE,
- this.USERNAME});
- 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(12, 41);
- 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.RowHeadersWidth = 50;
- this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- 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(645, 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.dgvOrganization_CellMouseDoubleClick);
- //
- // 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(481, 433);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 30);
- this.btnOK.TabIndex = 8;
- 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(572, 433);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 30);
- this.btnClose.TabIndex = 9;
- this.btnClose.Text = "取消";
- this.btnClose.UseVisualStyleBackColor = true;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // chkChooseAll
- //
- 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, 433);
- this.chkChooseAll.Name = "chkChooseAll";
- this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
- this.chkChooseAll.TabIndex = 7;
- this.chkChooseAll.Text = "全选";
- this.chkChooseAll.UseVisualStyleBackColor = false;
- this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged);
- //
- // 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(572, 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);
- //
- // USERID
- //
- this.USERID.DataPropertyName = "USERID";
- this.USERID.HeaderText = "USERID";
- this.USERID.Name = "USERID";
- this.USERID.ReadOnly = true;
- this.USERID.Visible = false;
- //
- // sel
- //
- this.sel.DataPropertyName = "Sel";
- this.sel.FalseValue = "0";
- this.sel.HeaderText = "选择";
- this.sel.Name = "sel";
- this.sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.sel.TrueValue = "1";
- this.sel.Visible = false;
- //
- // USERCODE
- //
- this.USERCODE.DataPropertyName = "USERCODE";
- this.USERCODE.HeaderText = "工号编码";
- this.USERCODE.Name = "USERCODE";
- this.USERCODE.ReadOnly = true;
- this.USERCODE.Width = 200;
- //
- // USERNAME
- //
- this.USERNAME.DataPropertyName = "USERNAME";
- this.USERNAME.HeaderText = "工号名称";
- this.USERNAME.Name = "USERNAME";
- this.USERNAME.ReadOnly = true;
- this.USERNAME.Width = 200;
- //
- // S_CMN_007
- //
- 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(672, 498);
- this.Controls.Add(this.btnClearCondition);
- this.Controls.Add(this.chkChooseAll);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.btnOK);
- this.Controls.Add(this.dgvUser);
- this.Controls.Add(this.btnSearch);
- this.Controls.Add(this.txtUserName);
- this.Controls.Add(this.lblUserName);
- this.Controls.Add(this.txtUserCode);
- this.Controls.Add(this.lblUserCode);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "S_CMN_007";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "选择工号";
- this.Controls.SetChildIndex(this.lblUserCode, 0);
- this.Controls.SetChildIndex(this.txtUserCode, 0);
- this.Controls.SetChildIndex(this.lblUserName, 0);
- this.Controls.SetChildIndex(this.txtUserName, 0);
- this.Controls.SetChildIndex(this.btnSearch, 0);
- this.Controls.SetChildIndex(this.dgvUser, 0);
- this.Controls.SetChildIndex(this.btnOK, 0);
- this.Controls.SetChildIndex(this.btnClose, 0);
- this.Controls.SetChildIndex(this.chkChooseAll, 0);
- this.Controls.SetChildIndex(this.btnClearCondition, 0);
- ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_Label lblUserCode;
- private Basics.BaseControls.C_TextBox txtUserCode;
- private Basics.BaseControls.C_Label lblUserName;
- private Basics.BaseControls.C_TextBox txtUserName;
- 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_CheckBox chkChooseAll;
- private Basics.BaseControls.C_Button btnClearCondition;
- private System.Windows.Forms.DataGridViewTextBoxColumn USERID;
- private System.Windows.Forms.DataGridViewCheckBoxColumn sel;
- private System.Windows.Forms.DataGridViewTextBoxColumn USERCODE;
- private System.Windows.Forms.DataGridViewTextBoxColumn USERNAME;
- }
- }
|