F_MST_0201.Designer.cs 50 KB

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