F_MST_0201.Designer.cs 50 KB

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