F_MST_0201.Designer.cs 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0201
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0201));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  40. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  41. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnCopy = new System.Windows.Forms.ToolStripButton();
  43. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  44. this.tsbtnResetPassword = new System.Windows.Forms.ToolStripButton();
  45. this.tsbtnUnlock = new System.Windows.Forms.ToolStripButton();
  46. this.tsbtnFunctionRight = new System.Windows.Forms.ToolStripButton();
  47. this.tsbtnPurviewRight = new System.Windows.Forms.ToolStripButton();
  48. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  49. this.tsbPrintUserCode = new System.Windows.Forms.ToolStripButton();
  50. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  51. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  52. this.txtUserCode = new System.Windows.Forms.TextBox();
  53. this.txtUserName = new System.Windows.Forms.TextBox();
  54. this.lblMAC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.txtMAC = new System.Windows.Forms.TextBox();
  56. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.txtRemarks = new System.Windows.Forms.TextBox();
  58. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.lblUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  61. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  62. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  63. this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  64. this.chkLNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  65. this.chkLYes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  66. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  67. this.chkVNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  68. this.chkVYes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  69. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  70. this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  71. this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
  72. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.AD_USER_CODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.OrganizationFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.limitMAC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.PostName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.CanSmartLogin = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  81. this.CanPCLogin = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  82. this.IsWorker = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  83. this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  84. this.IsGroutingWorker = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  85. this.CanLoginPRD = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  86. this.CanLoginMBC = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  87. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  88. this.IsLocked = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  89. this.BarcodePrinter = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.plcname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.USERIDPLUS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.tsrOperate.SuspendLayout();
  95. this.gbxCondition.SuspendLayout();
  96. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
  97. this.SuspendLayout();
  98. //
  99. // tsrOperate
  100. //
  101. this.tsrOperate.AutoSize = false;
  102. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  103. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  104. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  106. this.tsbtnAdd,
  107. this.tsbtnEdit,
  108. this.tsbtnCopy,
  109. this.toolStripSeparator3,
  110. this.tsbtnResetPassword,
  111. this.tsbtnUnlock,
  112. this.tsbtnFunctionRight,
  113. this.tsbtnPurviewRight,
  114. this.toolStripSeparator1,
  115. this.tsbPrintUserCode,
  116. this.tsbtnAdaptive,
  117. this.tsbtnClose});
  118. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  119. this.tsrOperate.Name = "tsrOperate";
  120. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  121. this.tsrOperate.ShowItemToolTips = false;
  122. this.tsrOperate.Size = new System.Drawing.Size(1031, 35);
  123. this.tsrOperate.TabIndex = 0;
  124. //
  125. // tsbtnAdd
  126. //
  127. this.tsbtnAdd.AutoSize = false;
  128. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  130. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  131. this.tsbtnAdd.Name = "tsbtnAdd";
  132. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  133. this.tsbtnAdd.Text = "新建(&N)";
  134. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAddUser_Click);
  135. //
  136. // tsbtnEdit
  137. //
  138. this.tsbtnEdit.AutoSize = false;
  139. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  141. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  142. this.tsbtnEdit.Name = "tsbtnEdit";
  143. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  144. this.tsbtnEdit.Text = "编辑(&E)";
  145. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEditUser_Click);
  146. //
  147. // tsbtnCopy
  148. //
  149. this.tsbtnCopy.AutoSize = false;
  150. this.tsbtnCopy.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.tsbtnCopy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  152. this.tsbtnCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
  153. this.tsbtnCopy.Name = "tsbtnCopy";
  154. this.tsbtnCopy.Size = new System.Drawing.Size(60, 25);
  155. this.tsbtnCopy.Text = "复制(&Y)";
  156. this.tsbtnCopy.Click += new System.EventHandler(this.tsbtnCopy_Click);
  157. //
  158. // toolStripSeparator3
  159. //
  160. this.toolStripSeparator3.AutoSize = false;
  161. this.toolStripSeparator3.Name = "toolStripSeparator3";
  162. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  163. //
  164. // tsbtnResetPassword
  165. //
  166. this.tsbtnResetPassword.AutoSize = false;
  167. this.tsbtnResetPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.tsbtnResetPassword.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  169. this.tsbtnResetPassword.ImageTransparentColor = System.Drawing.Color.Magenta;
  170. this.tsbtnResetPassword.Name = "tsbtnResetPassword";
  171. this.tsbtnResetPassword.Size = new System.Drawing.Size(80, 25);
  172. this.tsbtnResetPassword.Text = "重置密码(&W)";
  173. this.tsbtnResetPassword.Click += new System.EventHandler(this.tsbtnResetPassword_Click);
  174. //
  175. // tsbtnUnlock
  176. //
  177. this.tsbtnUnlock.AutoSize = false;
  178. this.tsbtnUnlock.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.tsbtnUnlock.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  180. this.tsbtnUnlock.ImageTransparentColor = System.Drawing.Color.Magenta;
  181. this.tsbtnUnlock.Name = "tsbtnUnlock";
  182. this.tsbtnUnlock.Size = new System.Drawing.Size(60, 25);
  183. this.tsbtnUnlock.Text = "解锁(&O)";
  184. this.tsbtnUnlock.Click += new System.EventHandler(this.tsbtnUnlock_Click);
  185. //
  186. // tsbtnFunctionRight
  187. //
  188. this.tsbtnFunctionRight.AutoSize = false;
  189. this.tsbtnFunctionRight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.tsbtnFunctionRight.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  191. this.tsbtnFunctionRight.ImageTransparentColor = System.Drawing.Color.Magenta;
  192. this.tsbtnFunctionRight.Name = "tsbtnFunctionRight";
  193. this.tsbtnFunctionRight.Size = new System.Drawing.Size(80, 25);
  194. this.tsbtnFunctionRight.Text = "功能权限(&P)";
  195. this.tsbtnFunctionRight.Click += new System.EventHandler(this.tsbtnFunctionRight_Click);
  196. //
  197. // tsbtnPurviewRight
  198. //
  199. this.tsbtnPurviewRight.AutoSize = false;
  200. this.tsbtnPurviewRight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.tsbtnPurviewRight.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  202. this.tsbtnPurviewRight.ImageTransparentColor = System.Drawing.Color.Magenta;
  203. this.tsbtnPurviewRight.Name = "tsbtnPurviewRight";
  204. this.tsbtnPurviewRight.Size = new System.Drawing.Size(80, 25);
  205. this.tsbtnPurviewRight.Text = "范围权限(&V)";
  206. this.tsbtnPurviewRight.Click += new System.EventHandler(this.tsbtnRight_Click);
  207. //
  208. // toolStripSeparator1
  209. //
  210. this.toolStripSeparator1.AutoSize = false;
  211. this.toolStripSeparator1.Name = "toolStripSeparator1";
  212. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  213. //
  214. // tsbPrintUserCode
  215. //
  216. this.tsbPrintUserCode.AutoSize = false;
  217. this.tsbPrintUserCode.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  218. this.tsbPrintUserCode.ImageTransparentColor = System.Drawing.Color.Magenta;
  219. this.tsbPrintUserCode.Name = "tsbPrintUserCode";
  220. this.tsbPrintUserCode.Size = new System.Drawing.Size(100, 25);
  221. this.tsbPrintUserCode.Text = "打印工号条码(&P)";
  222. this.tsbPrintUserCode.Visible = false;
  223. this.tsbPrintUserCode.Click += new System.EventHandler(this.tsbPrintCode_Click);
  224. //
  225. // tsbtnAdaptive
  226. //
  227. this.tsbtnAdaptive.AutoSize = false;
  228. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  230. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  231. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  232. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  233. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  234. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  235. //
  236. // tsbtnClose
  237. //
  238. this.tsbtnClose.AutoSize = false;
  239. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  241. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  242. this.tsbtnClose.Name = "tsbtnClose";
  243. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  244. this.tsbtnClose.Text = "关闭(&X)";
  245. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  246. //
  247. // txtUserCode
  248. //
  249. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  250. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  252. this.txtUserCode.Location = new System.Drawing.Point(70, 20);
  253. this.txtUserCode.MaxLength = 20;
  254. this.txtUserCode.Name = "txtUserCode";
  255. this.txtUserCode.Size = new System.Drawing.Size(97, 21);
  256. this.txtUserCode.TabIndex = 2;
  257. //
  258. // txtUserName
  259. //
  260. this.txtUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.txtUserName.Location = new System.Drawing.Point(238, 20);
  262. this.txtUserName.MaxLength = 20;
  263. this.txtUserName.Name = "txtUserName";
  264. this.txtUserName.Size = new System.Drawing.Size(97, 21);
  265. this.txtUserName.TabIndex = 4;
  266. //
  267. // lblMAC
  268. //
  269. this.lblMAC.AutoSize = true;
  270. this.lblMAC.BackColor = System.Drawing.Color.Transparent;
  271. this.lblMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.lblMAC.ForeColor = System.Drawing.SystemColors.ControlText;
  273. this.lblMAC.Location = new System.Drawing.Point(348, 24);
  274. this.lblMAC.Name = "lblMAC";
  275. this.lblMAC.Size = new System.Drawing.Size(71, 12);
  276. this.lblMAC.TabIndex = 17;
  277. this.lblMAC.Text = "限制MAC地址";
  278. //
  279. // txtMAC
  280. //
  281. this.txtMAC.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  282. this.txtMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  283. this.txtMAC.Location = new System.Drawing.Point(425, 20);
  284. this.txtMAC.MaxLength = 20;
  285. this.txtMAC.Name = "txtMAC";
  286. this.txtMAC.Size = new System.Drawing.Size(191, 21);
  287. this.txtMAC.TabIndex = 18;
  288. //
  289. // lblRemarks
  290. //
  291. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  292. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  294. this.lblRemarks.Location = new System.Drawing.Point(33, 51);
  295. this.lblRemarks.Name = "lblRemarks";
  296. this.lblRemarks.Size = new System.Drawing.Size(31, 13);
  297. this.lblRemarks.TabIndex = 7;
  298. this.lblRemarks.Text = "备注";
  299. //
  300. // txtRemarks
  301. //
  302. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.txtRemarks.Location = new System.Drawing.Point(70, 47);
  304. this.txtRemarks.MaxLength = 500;
  305. this.txtRemarks.Name = "txtRemarks";
  306. this.txtRemarks.Size = new System.Drawing.Size(97, 21);
  307. this.txtRemarks.TabIndex = 8;
  308. //
  309. // lblUserCode
  310. //
  311. this.lblUserCode.AutoSize = true;
  312. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  313. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  315. this.lblUserCode.Location = new System.Drawing.Point(11, 24);
  316. this.lblUserCode.Name = "lblUserCode";
  317. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  318. this.lblUserCode.TabIndex = 1;
  319. this.lblUserCode.Text = "用户编码";
  320. //
  321. // lblUserName
  322. //
  323. this.lblUserName.AutoSize = true;
  324. this.lblUserName.BackColor = System.Drawing.Color.Transparent;
  325. this.lblUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.lblUserName.ForeColor = System.Drawing.SystemColors.ControlText;
  327. this.lblUserName.Location = new System.Drawing.Point(189, 24);
  328. this.lblUserName.Name = "lblUserName";
  329. this.lblUserName.Size = new System.Drawing.Size(41, 12);
  330. this.lblUserName.TabIndex = 3;
  331. this.lblUserName.Text = "用户名";
  332. //
  333. // btnClearCondition
  334. //
  335. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  336. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  337. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  338. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  340. this.btnClearCondition.Location = new System.Drawing.Point(916, 41);
  341. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  342. this.btnClearCondition.Name = "btnClearCondition";
  343. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  344. this.btnClearCondition.TabIndex = 10;
  345. this.btnClearCondition.Text = "清空条件(&C)";
  346. this.btnClearCondition.UseVisualStyleBackColor = false;
  347. this.btnClearCondition.Click += new System.EventHandler(this.btnClear_Click);
  348. //
  349. // btnSearch
  350. //
  351. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  352. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  353. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  354. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  355. this.btnSearch.ForeColor = System.Drawing.Color.White;
  356. this.btnSearch.Location = new System.Drawing.Point(825, 41);
  357. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  358. this.btnSearch.Name = "btnSearch";
  359. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  360. this.btnSearch.TabIndex = 9;
  361. this.btnSearch.Text = "查询(&Q)";
  362. this.btnSearch.UseVisualStyleBackColor = false;
  363. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  364. //
  365. // gbxCondition
  366. //
  367. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  368. | System.Windows.Forms.AnchorStyles.Right)));
  369. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  370. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  371. this.gbxCondition.Controls.Add(this.lblOrganization);
  372. this.gbxCondition.Controls.Add(this.scbOrganization);
  373. this.gbxCondition.Controls.Add(this.chkLNo);
  374. this.gbxCondition.Controls.Add(this.chkLYes);
  375. this.gbxCondition.Controls.Add(this.c_Label2);
  376. this.gbxCondition.Controls.Add(this.chkVNo);
  377. this.gbxCondition.Controls.Add(this.chkVYes);
  378. this.gbxCondition.Controls.Add(this.c_Label1);
  379. this.gbxCondition.Controls.Add(this.lblMAC);
  380. this.gbxCondition.Controls.Add(this.txtUserCode);
  381. this.gbxCondition.Controls.Add(this.btnClearCondition);
  382. this.gbxCondition.Controls.Add(this.txtMAC);
  383. this.gbxCondition.Controls.Add(this.btnSearch);
  384. this.gbxCondition.Controls.Add(this.txtUserName);
  385. this.gbxCondition.Controls.Add(this.lblRemarks);
  386. this.gbxCondition.Controls.Add(this.lblUserName);
  387. this.gbxCondition.Controls.Add(this.txtRemarks);
  388. this.gbxCondition.Controls.Add(this.lblUserCode);
  389. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  391. this.gbxCondition.IsMustInput = false;
  392. this.gbxCondition.Location = new System.Drawing.Point(12, 36);
  393. this.gbxCondition.Name = "gbxCondition";
  394. this.gbxCondition.OriginalHeight = -1;
  395. this.gbxCondition.Size = new System.Drawing.Size(1007, 78);
  396. this.gbxCondition.TabIndex = 20;
  397. this.gbxCondition.TabStop = false;
  398. this.gbxCondition.Text = "查询条件 ▼";
  399. //
  400. // lblOrganization
  401. //
  402. this.lblOrganization.AutoSize = true;
  403. this.lblOrganization.BackColor = System.Drawing.Color.Transparent;
  404. this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. this.lblOrganization.ForeColor = System.Drawing.SystemColors.ControlText;
  406. this.lblOrganization.Location = new System.Drawing.Point(179, 50);
  407. this.lblOrganization.Name = "lblOrganization";
  408. this.lblOrganization.Size = new System.Drawing.Size(53, 12);
  409. this.lblOrganization.TabIndex = 25;
  410. this.lblOrganization.Text = "所属组织";
  411. //
  412. // chkLNo
  413. //
  414. this.chkLNo.AutoSize = true;
  415. this.chkLNo.Checked = true;
  416. this.chkLNo.CheckState = System.Windows.Forms.CheckState.Checked;
  417. this.chkLNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.chkLNo.Location = new System.Drawing.Point(735, 48);
  419. this.chkLNo.Name = "chkLNo";
  420. this.chkLNo.Size = new System.Drawing.Size(48, 16);
  421. this.chkLNo.TabIndex = 23;
  422. this.chkLNo.Text = "锁死";
  423. this.chkLNo.UseVisualStyleBackColor = true;
  424. //
  425. // chkLYes
  426. //
  427. this.chkLYes.AutoSize = true;
  428. this.chkLYes.Checked = true;
  429. this.chkLYes.CheckState = System.Windows.Forms.CheckState.Checked;
  430. this.chkLYes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. this.chkLYes.Location = new System.Drawing.Point(681, 48);
  432. this.chkLYes.Name = "chkLYes";
  433. this.chkLYes.Size = new System.Drawing.Size(48, 16);
  434. this.chkLYes.TabIndex = 22;
  435. this.chkLYes.Text = "正常";
  436. this.chkLYes.UseVisualStyleBackColor = true;
  437. //
  438. // c_Label2
  439. //
  440. this.c_Label2.AutoSize = true;
  441. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  442. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  444. this.c_Label2.Location = new System.Drawing.Point(622, 50);
  445. this.c_Label2.Name = "c_Label2";
  446. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  447. this.c_Label2.TabIndex = 21;
  448. this.c_Label2.Text = "账号状态";
  449. //
  450. // chkVNo
  451. //
  452. this.chkVNo.AutoSize = true;
  453. this.chkVNo.Checked = true;
  454. this.chkVNo.CheckState = System.Windows.Forms.CheckState.Checked;
  455. this.chkVNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  456. this.chkVNo.Location = new System.Drawing.Point(735, 22);
  457. this.chkVNo.Name = "chkVNo";
  458. this.chkVNo.Size = new System.Drawing.Size(48, 16);
  459. this.chkVNo.TabIndex = 20;
  460. this.chkVNo.Text = "停用";
  461. this.chkVNo.UseVisualStyleBackColor = true;
  462. //
  463. // chkVYes
  464. //
  465. this.chkVYes.AutoSize = true;
  466. this.chkVYes.Checked = true;
  467. this.chkVYes.CheckState = System.Windows.Forms.CheckState.Checked;
  468. this.chkVYes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  469. this.chkVYes.Location = new System.Drawing.Point(681, 22);
  470. this.chkVYes.Name = "chkVYes";
  471. this.chkVYes.Size = new System.Drawing.Size(48, 16);
  472. this.chkVYes.TabIndex = 20;
  473. this.chkVYes.Text = "正常";
  474. this.chkVYes.UseVisualStyleBackColor = true;
  475. //
  476. // c_Label1
  477. //
  478. this.c_Label1.AutoSize = true;
  479. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  480. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  481. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  482. this.c_Label1.Location = new System.Drawing.Point(622, 24);
  483. this.c_Label1.Name = "c_Label1";
  484. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  485. this.c_Label1.TabIndex = 17;
  486. this.c_Label1.Text = "有效标识";
  487. //
  488. // dgvUser
  489. //
  490. this.dgvUser.AllowUserToAddRows = false;
  491. this.dgvUser.AllowUserToDeleteRows = false;
  492. this.dgvUser.AllowUserToModifyRows = true;
  493. this.dgvUser.AllowUserToOrderColumns = true;
  494. this.dgvUser.AllowUserToResizeRows = false;
  495. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  496. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  497. this.dgvUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  498. this.dgvUser.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  499. | System.Windows.Forms.AnchorStyles.Left)
  500. | System.Windows.Forms.AnchorStyles.Right)));
  501. this.dgvUser.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  502. this.dgvUser.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  503. this.dgvUser.CellHeight = 23;
  504. this.dgvUser.ChildNodeColumnName = null;
  505. this.dgvUser.ChildNodeColumnText = null;
  506. this.dgvUser.ColumnDeep = 1;
  507. this.dgvUser.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  508. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  509. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  510. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  511. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  512. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  513. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  514. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  515. this.dgvUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  516. this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  517. this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  518. this.UserCode,
  519. this.AD_USER_CODE,
  520. this.UserName,
  521. this.OrganizationName,
  522. this.OrganizationFullName,
  523. this.limitMAC,
  524. this.Telephone,
  525. this.PostName,
  526. this.CanSmartLogin,
  527. this.CanPCLogin,
  528. this.IsWorker,
  529. this.IsPublicBody,
  530. this.IsGroutingWorker,
  531. this.CanLoginPRD,
  532. this.CanLoginMBC,
  533. this.ValueFlag,
  534. this.IsLocked,
  535. this.BarcodePrinter,
  536. this.plcname,
  537. this.Remarks,
  538. this.USERIDPLUS,
  539. this.UserID});
  540. this.dgvUser.ColumnTreeView = null;
  541. 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)));
  542. this.dgvUser.DynamicColumnName = "";
  543. this.dgvUser.EnableHeadersVisualStyles = false;
  544. this.dgvUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  545. this.dgvUser.FormatQuantityColumns = null;
  546. this.dgvUser.HasNode = false;
  547. this.dgvUser.HorizontalMergeColumn = null;
  548. this.dgvUser.IsAutoCountSum = true;
  549. this.dgvUser.IsAutoResizeColumns = false;
  550. this.dgvUser.IsClickF12 = false;
  551. this.dgvUser.IsOpenMergeCellFlag = false;
  552. this.dgvUser.IsSubTotalFlag = false;
  553. this.dgvUser.IsTopDeep = false;
  554. this.dgvUser.Location = new System.Drawing.Point(12, 119);
  555. this.dgvUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  556. this.dgvUser.MergeColumnNames = null;
  557. this.dgvUser.MergeDetailColumnNames = null;
  558. this.dgvUser.MergeDetailOnlyColumn = null;
  559. this.dgvUser.MergeOnlyColumn = null;
  560. this.dgvUser.MultiSelect = false;
  561. this.dgvUser.Name = "dgvUser";
  562. this.dgvUser.ReadOnly = true;
  563. this.dgvUser.RefreshAtHscroll = false;
  564. this.dgvUser.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  565. this.dgvUser.RowHeadersWidth = 50;
  566. this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  567. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  568. this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle10;
  569. this.dgvUser.RowTemplate.Height = 21;
  570. this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  571. this.dgvUser.Size = new System.Drawing.Size(1007, 286);
  572. this.dgvUser.SortOrderColumnName = null;
  573. this.dgvUser.TabIndex = 21;
  574. this.dgvUser.Tag = true;
  575. this.dgvUser.TotalSumColumns = null;
  576. this.dgvUser.ViewRowFilter = "";
  577. this.dgvUser.VirtualNodes = false;
  578. this.dgvUser.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvUser_CellMouseClick);
  579. this.dgvUser.SelectionChanged += new System.EventHandler(this.dgvUser_SelectionChanged);
  580. //
  581. // scbOrganization
  582. //
  583. this.scbOrganization.CheckedData = null;
  584. this.scbOrganization.IsOnlyDisplayEnd = false;
  585. this.scbOrganization.Location = new System.Drawing.Point(238, 47);
  586. this.scbOrganization.Name = "scbOrganization";
  587. this.scbOrganization.Size = new System.Drawing.Size(378, 21);
  588. this.scbOrganization.TabIndex = 24;
  589. //
  590. // UserCode
  591. //
  592. this.UserCode.DataPropertyName = "UserCode";
  593. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  594. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  595. this.UserCode.DefaultCellStyle = dataGridViewCellStyle3;
  596. this.UserCode.HeaderText = "用户编码";
  597. this.UserCode.MaxInputLength = 20;
  598. this.UserCode.Name = "UserCode";
  599. this.UserCode.ReadOnly = true;
  600. this.UserCode.Width = 80;
  601. //
  602. // AD_USER_CODE
  603. //
  604. this.AD_USER_CODE.DataPropertyName = "AD_USER_CODE";
  605. this.AD_USER_CODE.HeaderText = "AD域";
  606. this.AD_USER_CODE.Name = "AD_USER_CODE";
  607. this.AD_USER_CODE.ReadOnly = true;
  608. //
  609. // UserName
  610. //
  611. this.UserName.DataPropertyName = "UserName";
  612. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  613. dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
  614. this.UserName.DefaultCellStyle = dataGridViewCellStyle4;
  615. this.UserName.HeaderText = "用户姓名";
  616. this.UserName.MaxInputLength = 20;
  617. this.UserName.Name = "UserName";
  618. this.UserName.ReadOnly = true;
  619. this.UserName.Width = 80;
  620. //
  621. // OrganizationName
  622. //
  623. this.OrganizationName.DataPropertyName = "OrganizationName";
  624. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  625. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  626. this.OrganizationName.DefaultCellStyle = dataGridViewCellStyle5;
  627. this.OrganizationName.HeaderText = "所属部门";
  628. this.OrganizationName.MaxInputLength = 20;
  629. this.OrganizationName.Name = "OrganizationName";
  630. this.OrganizationName.ReadOnly = true;
  631. this.OrganizationName.Width = 80;
  632. //
  633. // OrganizationFullName
  634. //
  635. this.OrganizationFullName.DataPropertyName = "OrganizationFullName";
  636. this.OrganizationFullName.HeaderText = "部门全称";
  637. this.OrganizationFullName.Name = "OrganizationFullName";
  638. this.OrganizationFullName.ReadOnly = true;
  639. //
  640. // limitMAC
  641. //
  642. this.limitMAC.DataPropertyName = "limitMAC";
  643. dataGridViewCellStyle6.BackColor = System.Drawing.Color.White;
  644. this.limitMAC.DefaultCellStyle = dataGridViewCellStyle6;
  645. this.limitMAC.HeaderText = "MAC地址";
  646. this.limitMAC.MaxInputLength = 17;
  647. this.limitMAC.Name = "limitMAC";
  648. this.limitMAC.ReadOnly = true;
  649. //
  650. // Telephone
  651. //
  652. this.Telephone.DataPropertyName = "Telephone";
  653. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  654. dataGridViewCellStyle7.BackColor = System.Drawing.Color.White;
  655. this.Telephone.DefaultCellStyle = dataGridViewCellStyle7;
  656. this.Telephone.HeaderText = "联系电话";
  657. this.Telephone.MaxInputLength = 50;
  658. this.Telephone.Name = "Telephone";
  659. this.Telephone.ReadOnly = true;
  660. //
  661. // PostName
  662. //
  663. this.PostName.DataPropertyName = "PostName";
  664. this.PostName.HeaderText = "职务";
  665. this.PostName.Name = "PostName";
  666. this.PostName.ReadOnly = true;
  667. //
  668. // CanSmartLogin
  669. //
  670. this.CanSmartLogin.DataPropertyName = "CanSmartLogin";
  671. this.CanSmartLogin.FalseValue = "0";
  672. this.CanSmartLogin.HeaderText = "移动端登录标识";
  673. this.CanSmartLogin.Name = "CanSmartLogin";
  674. this.CanSmartLogin.ReadOnly = true;
  675. this.CanSmartLogin.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  676. this.CanSmartLogin.TrueValue = "1";
  677. //
  678. // CanPCLogin
  679. //
  680. this.CanPCLogin.DataPropertyName = "CanPCLogin";
  681. this.CanPCLogin.FalseValue = "0";
  682. this.CanPCLogin.HeaderText = "PC端登录标识";
  683. this.CanPCLogin.Name = "CanPCLogin";
  684. this.CanPCLogin.ReadOnly = true;
  685. this.CanPCLogin.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  686. this.CanPCLogin.TrueValue = "1";
  687. //
  688. // IsWorker
  689. //
  690. this.IsWorker.DataPropertyName = "IsWorker";
  691. this.IsWorker.FalseValue = "0";
  692. this.IsWorker.HeaderText = "生产工号";
  693. this.IsWorker.Name = "IsWorker";
  694. this.IsWorker.ReadOnly = true;
  695. this.IsWorker.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  696. this.IsWorker.TrueValue = "1";
  697. //
  698. // IsPublicBody
  699. //
  700. this.IsPublicBody.DataPropertyName = "IsPublicBody";
  701. this.IsPublicBody.FalseValue = "0";
  702. this.IsPublicBody.HeaderText = "公坯标识";
  703. this.IsPublicBody.Name = "IsPublicBody";
  704. this.IsPublicBody.ReadOnly = true;
  705. this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  706. this.IsPublicBody.TrueValue = "1";
  707. //
  708. // IsGroutingWorker
  709. //
  710. this.IsGroutingWorker.DataPropertyName = "IsGroutingWorker";
  711. this.IsGroutingWorker.FalseValue = "0";
  712. this.IsGroutingWorker.HeaderText = "成型工号";
  713. this.IsGroutingWorker.Name = "IsGroutingWorker";
  714. this.IsGroutingWorker.ReadOnly = true;
  715. this.IsGroutingWorker.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  716. this.IsGroutingWorker.TrueValue = "1";
  717. //
  718. // CanLoginPRD
  719. //
  720. this.CanLoginPRD.DataPropertyName = "CanLoginPRD";
  721. this.CanLoginPRD.FalseValue = "0";
  722. this.CanLoginPRD.HeaderText = "生产系统登录标识";
  723. this.CanLoginPRD.Name = "CanLoginPRD";
  724. this.CanLoginPRD.ReadOnly = true;
  725. this.CanLoginPRD.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  726. this.CanLoginPRD.TrueValue = "1";
  727. this.CanLoginPRD.Visible = false;
  728. //
  729. // CanLoginMBC
  730. //
  731. this.CanLoginMBC.DataPropertyName = "CanLoginMBC";
  732. this.CanLoginMBC.FalseValue = "0";
  733. this.CanLoginMBC.HeaderText = "业务系统登录标识";
  734. this.CanLoginMBC.Name = "CanLoginMBC";
  735. this.CanLoginMBC.ReadOnly = true;
  736. this.CanLoginMBC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  737. this.CanLoginMBC.TrueValue = "1";
  738. this.CanLoginMBC.Visible = false;
  739. //
  740. // ValueFlag
  741. //
  742. this.ValueFlag.DataPropertyName = "ValueFlag";
  743. this.ValueFlag.FalseValue = "0";
  744. this.ValueFlag.HeaderText = "有效标识";
  745. this.ValueFlag.Name = "ValueFlag";
  746. this.ValueFlag.ReadOnly = true;
  747. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  748. this.ValueFlag.TrueValue = "1";
  749. //
  750. // IsLocked
  751. //
  752. this.IsLocked.DataPropertyName = "IsLocked";
  753. this.IsLocked.FalseValue = "0";
  754. this.IsLocked.HeaderText = "锁死标识";
  755. this.IsLocked.Name = "IsLocked";
  756. this.IsLocked.ReadOnly = true;
  757. this.IsLocked.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  758. this.IsLocked.TrueValue = "1";
  759. //
  760. // BarcodePrinter
  761. //
  762. this.BarcodePrinter.DataPropertyName = "BarcodePrinter";
  763. this.BarcodePrinter.HeaderText = "条码打印机";
  764. this.BarcodePrinter.Name = "BarcodePrinter";
  765. this.BarcodePrinter.ReadOnly = true;
  766. //
  767. // plcname
  768. //
  769. this.plcname.DataPropertyName = "plcname";
  770. this.plcname.HeaderText = "PLC参数";
  771. this.plcname.Name = "plcname";
  772. this.plcname.ReadOnly = true;
  773. //
  774. // Remarks
  775. //
  776. this.Remarks.DataPropertyName = "Remarks";
  777. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  778. this.Remarks.DefaultCellStyle = dataGridViewCellStyle8;
  779. this.Remarks.HeaderText = "备注";
  780. this.Remarks.MaxInputLength = 255;
  781. this.Remarks.Name = "Remarks";
  782. this.Remarks.ReadOnly = true;
  783. this.Remarks.Width = 120;
  784. //
  785. // USERIDPLUS
  786. //
  787. this.USERIDPLUS.DataPropertyName = "USERIDPLUS";
  788. this.USERIDPLUS.HeaderText = "用户标识ID";
  789. this.USERIDPLUS.Name = "USERIDPLUS";
  790. this.USERIDPLUS.ReadOnly = true;
  791. this.USERIDPLUS.Width = 200;
  792. //
  793. // UserID
  794. //
  795. this.UserID.DataPropertyName = "UserID";
  796. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  797. dataGridViewCellStyle9.BackColor = System.Drawing.Color.White;
  798. this.UserID.DefaultCellStyle = dataGridViewCellStyle9;
  799. this.UserID.HeaderText = "用户ID";
  800. this.UserID.MaxInputLength = 4;
  801. this.UserID.Name = "UserID";
  802. this.UserID.ReadOnly = true;
  803. this.UserID.Visible = false;
  804. //
  805. // F_MST_0201
  806. //
  807. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  808. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  809. this.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg;
  810. this.ClientSize = new System.Drawing.Size(1031, 416);
  811. this.Controls.Add(this.dgvUser);
  812. this.Controls.Add(this.gbxCondition);
  813. this.Controls.Add(this.tsrOperate);
  814. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  815. this.Name = "F_MST_0201";
  816. this.Text = " 用户管理";
  817. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  818. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0203_FormClosed);
  819. this.Load += new System.EventHandler(this.FrmUser_Load);
  820. this.tsrOperate.ResumeLayout(false);
  821. this.tsrOperate.PerformLayout();
  822. this.gbxCondition.ResumeLayout(false);
  823. this.gbxCondition.PerformLayout();
  824. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
  825. this.ResumeLayout(false);
  826. }
  827. #endregion
  828. private Basics.BaseControls.C_ToolStrip tsrOperate;
  829. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  830. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  831. private System.Windows.Forms.ToolStripButton tsbtnResetPassword;
  832. private System.Windows.Forms.ToolStripButton tsbtnUnlock;
  833. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  834. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSearch;
  835. private System.Windows.Forms.TextBox txtUserCode;
  836. private System.Windows.Forms.TextBox txtUserName;
  837. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblUserCode;
  838. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblUserName;
  839. private System.Windows.Forms.TextBox txtMAC;
  840. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblMAC;
  841. private System.Windows.Forms.TextBox txtRemarks;
  842. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblRemarks;
  843. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnClearCondition;
  844. private System.Windows.Forms.ToolStripButton tsbtnPurviewRight;
  845. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  846. private System.Windows.Forms.ToolStripButton tsbtnClose;
  847. private System.Windows.Forms.ToolStripButton tsbtnFunctionRight;
  848. private Basics.BaseControls.C_GroupBox gbxCondition;
  849. private Basics.BaseControls.C_DataGridView dgvUser;
  850. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  851. private System.Windows.Forms.ToolStripButton tsbPrintUserCode;
  852. private Basics.BaseControls.C_CheckBox chkVNo;
  853. private Basics.BaseControls.C_CheckBox chkVYes;
  854. private Basics.BaseControls.C_Label c_Label1;
  855. private Basics.BaseControls.C_CheckBox chkLNo;
  856. private Basics.BaseControls.C_CheckBox chkLYes;
  857. private Basics.BaseControls.C_Label c_Label2;
  858. private System.Windows.Forms.ToolStripButton tsbtnCopy;
  859. private Controls.SearchBox.ScbOrganization scbOrganization;
  860. private Basics.BaseControls.C_Label lblOrganization;
  861. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  862. private System.Windows.Forms.DataGridViewTextBoxColumn AD_USER_CODE;
  863. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  864. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  865. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationFullName;
  866. private System.Windows.Forms.DataGridViewTextBoxColumn limitMAC;
  867. private System.Windows.Forms.DataGridViewTextBoxColumn Telephone;
  868. private System.Windows.Forms.DataGridViewTextBoxColumn PostName;
  869. private System.Windows.Forms.DataGridViewCheckBoxColumn CanSmartLogin;
  870. private System.Windows.Forms.DataGridViewCheckBoxColumn CanPCLogin;
  871. private System.Windows.Forms.DataGridViewCheckBoxColumn IsWorker;
  872. private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
  873. private System.Windows.Forms.DataGridViewCheckBoxColumn IsGroutingWorker;
  874. private System.Windows.Forms.DataGridViewCheckBoxColumn CanLoginPRD;
  875. private System.Windows.Forms.DataGridViewCheckBoxColumn CanLoginMBC;
  876. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  877. private System.Windows.Forms.DataGridViewCheckBoxColumn IsLocked;
  878. private System.Windows.Forms.DataGridViewTextBoxColumn BarcodePrinter;
  879. private System.Windows.Forms.DataGridViewTextBoxColumn plcname;
  880. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  881. private System.Windows.Forms.DataGridViewTextBoxColumn USERIDPLUS;
  882. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  883. }
  884. }