| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_0201
- {
- /// <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(F_MST_0201));
- 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.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
- this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
- this.tsbtnCopy = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnResetPassword = new System.Windows.Forms.ToolStripButton();
- this.tsbtnUnlock = new System.Windows.Forms.ToolStripButton();
- this.tsbtnFunctionRight = new System.Windows.Forms.ToolStripButton();
- this.tsbtnPurviewRight = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbPrintUserCode = new System.Windows.Forms.ToolStripButton();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- 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.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
- this.chkLNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.chkLYes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.chkVNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.chkVYes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- 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.PostName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CanSmartLogin = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.CanPCLogin = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.IsWorker = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.IsGroutingWorker = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.CanLoginPRD = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.CanLoginMBC = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.IsLocked = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.BarcodePrinter = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.plcname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
- 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.tsbtnEdit,
- this.tsbtnCopy,
- this.toolStripSeparator3,
- this.tsbtnResetPassword,
- this.tsbtnUnlock,
- this.tsbtnFunctionRight,
- this.tsbtnPurviewRight,
- this.toolStripSeparator1,
- this.tsbPrintUserCode,
- 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(990, 35);
- this.tsrOperate.TabIndex = 0;
- //
- // 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(60, 25);
- this.tsbtnAdd.Text = "新建(&N)";
- this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAddUser_Click);
- //
- // tsbtnEdit
- //
- this.tsbtnEdit.AutoSize = false;
- this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnEdit.Name = "tsbtnEdit";
- this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
- this.tsbtnEdit.Text = "编辑(&E)";
- this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEditUser_Click);
- //
- // tsbtnCopy
- //
- this.tsbtnCopy.AutoSize = false;
- this.tsbtnCopy.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnCopy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnCopy.Name = "tsbtnCopy";
- this.tsbtnCopy.Size = new System.Drawing.Size(60, 25);
- this.tsbtnCopy.Text = "复制(&Y)";
- this.tsbtnCopy.Click += new System.EventHandler(this.tsbtnCopy_Click);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.AutoSize = false;
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnResetPassword
- //
- this.tsbtnResetPassword.AutoSize = false;
- this.tsbtnResetPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnResetPassword.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnResetPassword.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnResetPassword.Name = "tsbtnResetPassword";
- this.tsbtnResetPassword.Size = new System.Drawing.Size(80, 25);
- this.tsbtnResetPassword.Text = "重置密码(&W)";
- this.tsbtnResetPassword.Click += new System.EventHandler(this.tsbtnResetPassword_Click);
- //
- // tsbtnUnlock
- //
- this.tsbtnUnlock.AutoSize = false;
- this.tsbtnUnlock.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnUnlock.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnUnlock.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnUnlock.Name = "tsbtnUnlock";
- this.tsbtnUnlock.Size = new System.Drawing.Size(60, 25);
- this.tsbtnUnlock.Text = "解锁(&O)";
- this.tsbtnUnlock.Click += new System.EventHandler(this.tsbtnUnlock_Click);
- //
- // tsbtnFunctionRight
- //
- this.tsbtnFunctionRight.AutoSize = false;
- this.tsbtnFunctionRight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnFunctionRight.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnFunctionRight.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnFunctionRight.Name = "tsbtnFunctionRight";
- this.tsbtnFunctionRight.Size = new System.Drawing.Size(80, 25);
- this.tsbtnFunctionRight.Text = "功能权限(&P)";
- this.tsbtnFunctionRight.Click += new System.EventHandler(this.tsbtnFunctionRight_Click);
- //
- // tsbtnPurviewRight
- //
- this.tsbtnPurviewRight.AutoSize = false;
- this.tsbtnPurviewRight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnPurviewRight.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnPurviewRight.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnPurviewRight.Name = "tsbtnPurviewRight";
- this.tsbtnPurviewRight.Size = new System.Drawing.Size(80, 25);
- this.tsbtnPurviewRight.Text = "范围权限(&V)";
- this.tsbtnPurviewRight.Click += new System.EventHandler(this.tsbtnRight_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.AutoSize = false;
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // tsbPrintUserCode
- //
- this.tsbPrintUserCode.AutoSize = false;
- this.tsbPrintUserCode.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbPrintUserCode.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbPrintUserCode.Name = "tsbPrintUserCode";
- this.tsbPrintUserCode.Size = new System.Drawing.Size(100, 25);
- this.tsbPrintUserCode.Text = "打印工号条码(&P)";
- this.tsbPrintUserCode.Visible = false;
- this.tsbPrintUserCode.Click += new System.EventHandler(this.tsbPrintCode_Click);
- //
- // 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);
- //
- // 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(238, 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(348, 24);
- this.lblMAC.Name = "lblMAC";
- this.lblMAC.Size = new System.Drawing.Size(71, 12);
- this.lblMAC.TabIndex = 17;
- this.lblMAC.Text = "限制MAC地址";
- //
- // txtMAC
- //
- this.txtMAC.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- 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(425, 20);
- this.txtMAC.MaxLength = 20;
- this.txtMAC.Name = "txtMAC";
- this.txtMAC.Size = new System.Drawing.Size(191, 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(189, 24);
- this.lblUserName.Name = "lblUserName";
- this.lblUserName.Size = new System.Drawing.Size(41, 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(875, 41);
- 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.btnClear_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(784, 41);
- 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);
- //
- // 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.chkLNo);
- this.gbxCondition.Controls.Add(this.chkLYes);
- this.gbxCondition.Controls.Add(this.c_Label2);
- this.gbxCondition.Controls.Add(this.chkVNo);
- this.gbxCondition.Controls.Add(this.chkVYes);
- this.gbxCondition.Controls.Add(this.c_Label1);
- 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, 36);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(966, 78);
- this.gbxCondition.TabIndex = 20;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // 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(179, 50);
- this.lblOrganization.Name = "lblOrganization";
- this.lblOrganization.Size = new System.Drawing.Size(53, 12);
- this.lblOrganization.TabIndex = 25;
- this.lblOrganization.Text = "所属组织";
- //
- // scbOrganization
- //
- this.scbOrganization.CheckedData = null;
- this.scbOrganization.IsOnlyDisplayEnd = false;
- this.scbOrganization.Location = new System.Drawing.Point(238, 47);
- this.scbOrganization.Name = "scbOrganization";
- this.scbOrganization.Size = new System.Drawing.Size(378, 21);
- this.scbOrganization.TabIndex = 24;
- //
- // chkLNo
- //
- this.chkLNo.AutoSize = true;
- this.chkLNo.Checked = true;
- this.chkLNo.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkLNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkLNo.Location = new System.Drawing.Point(735, 48);
- this.chkLNo.Name = "chkLNo";
- this.chkLNo.Size = new System.Drawing.Size(48, 16);
- this.chkLNo.TabIndex = 23;
- this.chkLNo.Text = "锁死";
- this.chkLNo.UseVisualStyleBackColor = true;
- //
- // chkLYes
- //
- this.chkLYes.AutoSize = true;
- this.chkLYes.Checked = true;
- this.chkLYes.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkLYes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkLYes.Location = new System.Drawing.Point(681, 48);
- this.chkLYes.Name = "chkLYes";
- this.chkLYes.Size = new System.Drawing.Size(48, 16);
- this.chkLYes.TabIndex = 22;
- this.chkLYes.Text = "正常";
- this.chkLYes.UseVisualStyleBackColor = true;
- //
- // 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(622, 50);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(53, 12);
- this.c_Label2.TabIndex = 21;
- this.c_Label2.Text = "账号状态";
- //
- // chkVNo
- //
- this.chkVNo.AutoSize = true;
- this.chkVNo.Checked = true;
- this.chkVNo.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkVNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkVNo.Location = new System.Drawing.Point(735, 22);
- this.chkVNo.Name = "chkVNo";
- this.chkVNo.Size = new System.Drawing.Size(48, 16);
- this.chkVNo.TabIndex = 20;
- this.chkVNo.Text = "停用";
- this.chkVNo.UseVisualStyleBackColor = true;
- //
- // chkVYes
- //
- this.chkVYes.AutoSize = true;
- this.chkVYes.Checked = true;
- this.chkVYes.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkVYes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkVYes.Location = new System.Drawing.Point(681, 22);
- this.chkVYes.Name = "chkVYes";
- this.chkVYes.Size = new System.Drawing.Size(48, 16);
- this.chkVYes.TabIndex = 20;
- this.chkVYes.Text = "正常";
- this.chkVYes.UseVisualStyleBackColor = true;
- //
- // 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(622, 24);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 17;
- this.c_Label1.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.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.UserCode,
- this.UserName,
- this.OrganizationName,
- this.OrganizationFullName,
- this.limitMAC,
- this.Telephone,
- this.PostName,
- this.CanSmartLogin,
- this.CanPCLogin,
- this.IsWorker,
- this.IsPublicBody,
- this.IsGroutingWorker,
- this.CanLoginPRD,
- this.CanLoginMBC,
- this.ValueFlag,
- this.IsLocked,
- this.BarcodePrinter,
- this.plcname,
- 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.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, 119);
- 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;
- 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.FullRowSelect;
- this.dgvUser.Size = new System.Drawing.Size(966, 276);
- this.dgvUser.SortOrderColumnName = null;
- this.dgvUser.TabIndex = 21;
- this.dgvUser.Tag = true;
- this.dgvUser.TotalSumColumns = null;
- this.dgvUser.ViewRowFilter = "";
- this.dgvUser.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvUser_CellMouseClick);
- this.dgvUser.SelectionChanged += new System.EventHandler(this.dgvUser_SelectionChanged);
- //
- // 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;
- //
- // 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;
- //
- // PostName
- //
- this.PostName.DataPropertyName = "PostName";
- this.PostName.HeaderText = "职务";
- this.PostName.Name = "PostName";
- this.PostName.ReadOnly = true;
- //
- // CanSmartLogin
- //
- this.CanSmartLogin.DataPropertyName = "CanSmartLogin";
- this.CanSmartLogin.FalseValue = "0";
- this.CanSmartLogin.HeaderText = "移动端登录标识";
- this.CanSmartLogin.Name = "CanSmartLogin";
- this.CanSmartLogin.ReadOnly = true;
- this.CanSmartLogin.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.CanSmartLogin.TrueValue = "1";
- //
- // CanPCLogin
- //
- this.CanPCLogin.DataPropertyName = "CanPCLogin";
- this.CanPCLogin.FalseValue = "0";
- this.CanPCLogin.HeaderText = "PC端登录标识";
- this.CanPCLogin.Name = "CanPCLogin";
- this.CanPCLogin.ReadOnly = true;
- this.CanPCLogin.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.CanPCLogin.TrueValue = "1";
- //
- // IsWorker
- //
- this.IsWorker.DataPropertyName = "IsWorker";
- this.IsWorker.FalseValue = "0";
- this.IsWorker.HeaderText = "生产工号";
- this.IsWorker.Name = "IsWorker";
- this.IsWorker.ReadOnly = true;
- this.IsWorker.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.IsWorker.TrueValue = "1";
- //
- // IsPublicBody
- //
- this.IsPublicBody.DataPropertyName = "IsPublicBody";
- this.IsPublicBody.FalseValue = "0";
- this.IsPublicBody.HeaderText = "公坯标识";
- this.IsPublicBody.Name = "IsPublicBody";
- this.IsPublicBody.ReadOnly = true;
- this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.IsPublicBody.TrueValue = "1";
- //
- // IsGroutingWorker
- //
- this.IsGroutingWorker.DataPropertyName = "IsGroutingWorker";
- this.IsGroutingWorker.FalseValue = "0";
- this.IsGroutingWorker.HeaderText = "成型工号";
- this.IsGroutingWorker.Name = "IsGroutingWorker";
- this.IsGroutingWorker.ReadOnly = true;
- this.IsGroutingWorker.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.IsGroutingWorker.TrueValue = "1";
- //
- // CanLoginPRD
- //
- this.CanLoginPRD.DataPropertyName = "CanLoginPRD";
- this.CanLoginPRD.FalseValue = "0";
- this.CanLoginPRD.HeaderText = "生产系统登录标识";
- this.CanLoginPRD.Name = "CanLoginPRD";
- this.CanLoginPRD.ReadOnly = true;
- this.CanLoginPRD.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.CanLoginPRD.TrueValue = "1";
- this.CanLoginPRD.Visible = false;
- //
- // CanLoginMBC
- //
- this.CanLoginMBC.DataPropertyName = "CanLoginMBC";
- this.CanLoginMBC.FalseValue = "0";
- this.CanLoginMBC.HeaderText = "业务系统登录标识";
- this.CanLoginMBC.Name = "CanLoginMBC";
- this.CanLoginMBC.ReadOnly = true;
- this.CanLoginMBC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.CanLoginMBC.TrueValue = "1";
- this.CanLoginMBC.Visible = false;
- //
- // ValueFlag
- //
- this.ValueFlag.DataPropertyName = "ValueFlag";
- this.ValueFlag.FalseValue = "0";
- this.ValueFlag.HeaderText = "有效标识";
- this.ValueFlag.Name = "ValueFlag";
- this.ValueFlag.ReadOnly = true;
- this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.ValueFlag.TrueValue = "1";
- //
- // IsLocked
- //
- this.IsLocked.DataPropertyName = "IsLocked";
- this.IsLocked.FalseValue = "0";
- this.IsLocked.HeaderText = "锁死标识";
- this.IsLocked.Name = "IsLocked";
- this.IsLocked.ReadOnly = true;
- this.IsLocked.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.IsLocked.TrueValue = "1";
- //
- // BarcodePrinter
- //
- this.BarcodePrinter.DataPropertyName = "BarcodePrinter";
- this.BarcodePrinter.HeaderText = "条码打印机";
- this.BarcodePrinter.Name = "BarcodePrinter";
- this.BarcodePrinter.ReadOnly = true;
- //
- // plcname
- //
- this.plcname.DataPropertyName = "plcname";
- this.plcname.HeaderText = "PLC参数";
- this.plcname.Name = "plcname";
- this.plcname.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;
- //
- // 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;
- //
- // F_MST_0201
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg;
- this.ClientSize = new System.Drawing.Size(990, 406);
- this.Controls.Add(this.dgvUser);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "F_MST_0201";
- 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.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdd;
- private System.Windows.Forms.ToolStripButton tsbtnEdit;
- private System.Windows.Forms.ToolStripButton tsbtnResetPassword;
- private System.Windows.Forms.ToolStripButton tsbtnUnlock;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- 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 System.Windows.Forms.ToolStripButton tsbtnPurviewRight;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private System.Windows.Forms.ToolStripButton tsbtnFunctionRight;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_DataGridView dgvUser;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbPrintUserCode;
- private Basics.BaseControls.C_CheckBox chkVNo;
- private Basics.BaseControls.C_CheckBox chkVYes;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_CheckBox chkLNo;
- private Basics.BaseControls.C_CheckBox chkLYes;
- private Basics.BaseControls.C_Label c_Label2;
- private System.Windows.Forms.ToolStripButton tsbtnCopy;
- private Controls.SearchBox.ScbOrganization scbOrganization;
- private Basics.BaseControls.C_Label lblOrganization;
- 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 PostName;
- private System.Windows.Forms.DataGridViewCheckBoxColumn CanSmartLogin;
- private System.Windows.Forms.DataGridViewCheckBoxColumn CanPCLogin;
- private System.Windows.Forms.DataGridViewCheckBoxColumn IsWorker;
- private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
- private System.Windows.Forms.DataGridViewCheckBoxColumn IsGroutingWorker;
- private System.Windows.Forms.DataGridViewCheckBoxColumn CanLoginPRD;
- private System.Windows.Forms.DataGridViewCheckBoxColumn CanLoginMBC;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
- private System.Windows.Forms.DataGridViewCheckBoxColumn IsLocked;
- private System.Windows.Forms.DataGridViewTextBoxColumn BarcodePrinter;
- private System.Windows.Forms.DataGridViewTextBoxColumn plcname;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
- }
- }
|