F_MST_0210.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0210
  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_0210));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = 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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  42. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  43. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  44. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  45. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  46. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  47. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  48. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  49. this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
  51. this.chkIsWorker = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  52. this.txtUserCode = new System.Windows.Forms.TextBox();
  53. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  54. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  55. this.txtUserName = new System.Windows.Forms.TextBox();
  56. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.lblUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.txtRemarks = new System.Windows.Forms.TextBox();
  59. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.dgvStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  61. this.UserJobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.UserJobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.Jobs = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.StaffStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  69. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.OrganizationFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.limitMAC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  77. this.ValueFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.splLine = new System.Windows.Forms.SplitContainer();
  80. this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  81. this.tsrOperate.SuspendLayout();
  82. this.gbxCondition.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.splLine)).BeginInit();
  86. this.splLine.Panel1.SuspendLayout();
  87. this.splLine.Panel2.SuspendLayout();
  88. this.splLine.SuspendLayout();
  89. this.SuspendLayout();
  90. //
  91. // tsrOperate
  92. //
  93. this.tsrOperate.AutoSize = false;
  94. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  95. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  96. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  98. this.tsbtnAdd,
  99. this.tsbtnEdit,
  100. this.toolStripSeparator3,
  101. this.tsbtnAdaptive,
  102. this.tsbtnClose});
  103. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  104. this.tsrOperate.Name = "tsrOperate";
  105. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  106. this.tsrOperate.ShowItemToolTips = false;
  107. this.tsrOperate.Size = new System.Drawing.Size(820, 33);
  108. this.tsrOperate.TabIndex = 1;
  109. //
  110. // tsbtnAdd
  111. //
  112. this.tsbtnAdd.AutoSize = false;
  113. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  115. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  116. this.tsbtnAdd.Name = "tsbtnAdd";
  117. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  118. this.tsbtnAdd.Text = "新建(&N)";
  119. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAddUser_Click);
  120. //
  121. // tsbtnEdit
  122. //
  123. this.tsbtnEdit.AutoSize = false;
  124. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  126. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  127. this.tsbtnEdit.Name = "tsbtnEdit";
  128. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  129. this.tsbtnEdit.Text = "编辑(&E)";
  130. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEditUser_Click);
  131. //
  132. // toolStripSeparator3
  133. //
  134. this.toolStripSeparator3.AutoSize = false;
  135. this.toolStripSeparator3.Name = "toolStripSeparator3";
  136. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  137. //
  138. // tsbtnAdaptive
  139. //
  140. this.tsbtnAdaptive.AutoSize = false;
  141. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  143. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  144. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  145. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  146. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  147. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  148. //
  149. // tsbtnClose
  150. //
  151. this.tsbtnClose.AutoSize = false;
  152. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  154. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  155. this.tsbtnClose.Name = "tsbtnClose";
  156. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  157. this.tsbtnClose.Text = "关闭(&X)";
  158. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  159. //
  160. // gbxCondition
  161. //
  162. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  163. | System.Windows.Forms.AnchorStyles.Right)));
  164. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  165. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  166. this.gbxCondition.Controls.Add(this.lblOrganization);
  167. this.gbxCondition.Controls.Add(this.scbOrganization);
  168. this.gbxCondition.Controls.Add(this.chkValueFlag);
  169. this.gbxCondition.Controls.Add(this.chkIsWorker);
  170. this.gbxCondition.Controls.Add(this.txtUserCode);
  171. this.gbxCondition.Controls.Add(this.btnClearCondition);
  172. this.gbxCondition.Controls.Add(this.btnSearch);
  173. this.gbxCondition.Controls.Add(this.txtUserName);
  174. this.gbxCondition.Controls.Add(this.lblRemarks);
  175. this.gbxCondition.Controls.Add(this.lblUserName);
  176. this.gbxCondition.Controls.Add(this.txtRemarks);
  177. this.gbxCondition.Controls.Add(this.lblUserCode);
  178. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  180. this.gbxCondition.IsMustInput = false;
  181. this.gbxCondition.Location = new System.Drawing.Point(12, 36);
  182. this.gbxCondition.Name = "gbxCondition";
  183. this.gbxCondition.OriginalHeight = -1;
  184. this.gbxCondition.Size = new System.Drawing.Size(796, 83);
  185. this.gbxCondition.TabIndex = 21;
  186. this.gbxCondition.TabStop = false;
  187. this.gbxCondition.Text = "查询条件 ▼";
  188. //
  189. // lblOrganization
  190. //
  191. this.lblOrganization.AutoSize = true;
  192. this.lblOrganization.BackColor = System.Drawing.Color.Transparent;
  193. this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.lblOrganization.ForeColor = System.Drawing.SystemColors.ControlText;
  195. this.lblOrganization.Location = new System.Drawing.Point(335, 24);
  196. this.lblOrganization.Name = "lblOrganization";
  197. this.lblOrganization.Size = new System.Drawing.Size(53, 12);
  198. this.lblOrganization.TabIndex = 29;
  199. this.lblOrganization.Text = "所属组织";
  200. //
  201. // scbOrganization
  202. //
  203. this.scbOrganization.CheckedData = null;
  204. this.scbOrganization.IsOnlyDisplayEnd = false;
  205. this.scbOrganization.Location = new System.Drawing.Point(394, 20);
  206. this.scbOrganization.Name = "scbOrganization";
  207. this.scbOrganization.Size = new System.Drawing.Size(124, 21);
  208. this.scbOrganization.TabIndex = 28;
  209. //
  210. // chkIsWorker
  211. //
  212. this.chkIsWorker.AutoSize = true;
  213. this.chkIsWorker.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.chkIsWorker.Location = new System.Drawing.Point(524, 23);
  215. this.chkIsWorker.Name = "chkIsWorker";
  216. this.chkIsWorker.Size = new System.Drawing.Size(72, 16);
  217. this.chkIsWorker.TabIndex = 20;
  218. this.chkIsWorker.Text = "生产工号";
  219. this.chkIsWorker.UseVisualStyleBackColor = true;
  220. //
  221. // txtUserCode
  222. //
  223. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  224. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  226. this.txtUserCode.Location = new System.Drawing.Point(70, 20);
  227. this.txtUserCode.MaxLength = 20;
  228. this.txtUserCode.Name = "txtUserCode";
  229. this.txtUserCode.Size = new System.Drawing.Size(97, 21);
  230. this.txtUserCode.TabIndex = 2;
  231. //
  232. // btnClearCondition
  233. //
  234. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  235. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  236. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  237. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  239. this.btnClearCondition.Location = new System.Drawing.Point(705, 42);
  240. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  241. this.btnClearCondition.Name = "btnClearCondition";
  242. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  243. this.btnClearCondition.TabIndex = 10;
  244. this.btnClearCondition.Text = "清空条件(&C)";
  245. this.btnClearCondition.UseVisualStyleBackColor = false;
  246. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  247. //
  248. // btnSearch
  249. //
  250. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  251. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  252. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  253. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.btnSearch.ForeColor = System.Drawing.Color.White;
  255. this.btnSearch.Location = new System.Drawing.Point(613, 42);
  256. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  257. this.btnSearch.Name = "btnSearch";
  258. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  259. this.btnSearch.TabIndex = 9;
  260. this.btnSearch.Text = "查询(&Q)";
  261. this.btnSearch.UseVisualStyleBackColor = false;
  262. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  263. //
  264. // txtUserName
  265. //
  266. this.txtUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.txtUserName.Location = new System.Drawing.Point(220, 20);
  268. this.txtUserName.MaxLength = 20;
  269. this.txtUserName.Name = "txtUserName";
  270. this.txtUserName.Size = new System.Drawing.Size(109, 21);
  271. this.txtUserName.TabIndex = 4;
  272. //
  273. // lblRemarks
  274. //
  275. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  276. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  278. this.lblRemarks.Location = new System.Drawing.Point(33, 51);
  279. this.lblRemarks.Name = "lblRemarks";
  280. this.lblRemarks.Size = new System.Drawing.Size(31, 13);
  281. this.lblRemarks.TabIndex = 7;
  282. this.lblRemarks.Text = "备注";
  283. //
  284. // lblUserName
  285. //
  286. this.lblUserName.AutoSize = true;
  287. this.lblUserName.BackColor = System.Drawing.Color.Transparent;
  288. this.lblUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.lblUserName.ForeColor = System.Drawing.SystemColors.ControlText;
  290. this.lblUserName.Location = new System.Drawing.Point(173, 24);
  291. this.lblUserName.Name = "lblUserName";
  292. this.lblUserName.Size = new System.Drawing.Size(41, 12);
  293. this.lblUserName.TabIndex = 3;
  294. this.lblUserName.Text = "用户名";
  295. //
  296. // txtRemarks
  297. //
  298. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.txtRemarks.Location = new System.Drawing.Point(70, 47);
  300. this.txtRemarks.MaxLength = 500;
  301. this.txtRemarks.Name = "txtRemarks";
  302. this.txtRemarks.Size = new System.Drawing.Size(448, 21);
  303. this.txtRemarks.TabIndex = 8;
  304. //
  305. // lblUserCode
  306. //
  307. this.lblUserCode.AutoSize = true;
  308. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  309. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  311. this.lblUserCode.Location = new System.Drawing.Point(11, 24);
  312. this.lblUserCode.Name = "lblUserCode";
  313. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  314. this.lblUserCode.TabIndex = 1;
  315. this.lblUserCode.Text = "用户编码";
  316. //
  317. // dgvStaff
  318. //
  319. this.dgvStaff.AllowUserToAddRows = false;
  320. this.dgvStaff.AllowUserToDeleteRows = false;
  321. this.dgvStaff.AllowUserToModifyRows = true;
  322. this.dgvStaff.AllowUserToOrderColumns = true;
  323. this.dgvStaff.AllowUserToResizeRows = false;
  324. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  325. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.dgvStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  327. this.dgvStaff.BorderStyle = System.Windows.Forms.BorderStyle.None;
  328. this.dgvStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  329. this.dgvStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  330. this.dgvStaff.CellHeight = 23;
  331. this.dgvStaff.ChildNodeColumnName = null;
  332. this.dgvStaff.ChildNodeColumnText = null;
  333. this.dgvStaff.ColumnDeep = 1;
  334. this.dgvStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  335. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  336. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  337. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  339. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  340. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  341. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  342. this.dgvStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  343. this.dgvStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  344. this.dgvStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  345. this.UserJobsCode,
  346. this.UserJobsName,
  347. this.StaffCode,
  348. this.StaffName,
  349. this.Jobs,
  350. this.StaffStatusName,
  351. this.StaffID});
  352. this.dgvStaff.ColumnTreeView = null;
  353. this.dgvStaff.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)));
  354. this.dgvStaff.Dock = System.Windows.Forms.DockStyle.Fill;
  355. this.dgvStaff.DynamicColumnName = "";
  356. this.dgvStaff.EnableHeadersVisualStyles = false;
  357. this.dgvStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.dgvStaff.FormatQuantityColumns = null;
  359. this.dgvStaff.HorizontalMergeColumn = null;
  360. this.dgvStaff.IsAutoCountSum = true;
  361. this.dgvStaff.IsAutoResizeColumns = false;
  362. this.dgvStaff.IsClickF12 = false;
  363. this.dgvStaff.IsOpenMergeCellFlag = false;
  364. this.dgvStaff.IsSubTotalFlag = false;
  365. this.dgvStaff.IsTopDeep = false;
  366. this.dgvStaff.Location = new System.Drawing.Point(0, 0);
  367. this.dgvStaff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  368. this.dgvStaff.MergeColumnNames = null;
  369. this.dgvStaff.MergeDetailColumnNames = null;
  370. this.dgvStaff.MergeDetailOnlyColumn = null;
  371. this.dgvStaff.MergeOnlyColumn = null;
  372. this.dgvStaff.MultiSelect = false;
  373. this.dgvStaff.Name = "dgvStaff";
  374. this.dgvStaff.ReadOnly = true;
  375. this.dgvStaff.RefreshAtHscroll = false;
  376. this.dgvStaff.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  377. this.dgvStaff.RowHeadersWidth = 50;
  378. this.dgvStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  379. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  380. this.dgvStaff.RowsDefaultCellStyle = dataGridViewCellStyle3;
  381. this.dgvStaff.RowTemplate.Height = 21;
  382. this.dgvStaff.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  383. this.dgvStaff.Size = new System.Drawing.Size(796, 158);
  384. this.dgvStaff.SortOrderColumnName = null;
  385. this.dgvStaff.TabIndex = 23;
  386. this.dgvStaff.Tag = true;
  387. this.dgvStaff.TotalSumColumns = null;
  388. this.dgvStaff.ViewRowFilter = "";
  389. //
  390. // UserJobsCode
  391. //
  392. this.UserJobsCode.DataPropertyName = "UserJobsCode";
  393. this.UserJobsCode.HeaderText = "工种编号";
  394. this.UserJobsCode.MaxInputLength = 20;
  395. this.UserJobsCode.Name = "UserJobsCode";
  396. this.UserJobsCode.ReadOnly = true;
  397. //
  398. // UserJobsName
  399. //
  400. this.UserJobsName.DataPropertyName = "UserJobsName";
  401. this.UserJobsName.HeaderText = "工种名称";
  402. this.UserJobsName.MaxInputLength = 20;
  403. this.UserJobsName.Name = "UserJobsName";
  404. this.UserJobsName.ReadOnly = true;
  405. //
  406. // StaffCode
  407. //
  408. this.StaffCode.DataPropertyName = "StaffCode";
  409. this.StaffCode.HeaderText = "员工编码";
  410. this.StaffCode.Name = "StaffCode";
  411. this.StaffCode.ReadOnly = true;
  412. //
  413. // StaffName
  414. //
  415. this.StaffName.DataPropertyName = "StaffName";
  416. this.StaffName.HeaderText = "员工姓名";
  417. this.StaffName.Name = "StaffName";
  418. this.StaffName.ReadOnly = true;
  419. //
  420. // Jobs
  421. //
  422. this.Jobs.DataPropertyName = "JobsName";
  423. this.Jobs.HeaderText = "员工工种";
  424. this.Jobs.Name = "Jobs";
  425. this.Jobs.ReadOnly = true;
  426. //
  427. // StaffStatusName
  428. //
  429. this.StaffStatusName.DataPropertyName = "StaffStatusName";
  430. this.StaffStatusName.HeaderText = "员工状态";
  431. this.StaffStatusName.Name = "StaffStatusName";
  432. this.StaffStatusName.ReadOnly = true;
  433. //
  434. // StaffID
  435. //
  436. this.StaffID.DataPropertyName = "StaffID";
  437. this.StaffID.HeaderText = "员工ID";
  438. this.StaffID.Name = "StaffID";
  439. this.StaffID.ReadOnly = true;
  440. this.StaffID.Visible = false;
  441. //
  442. // dgvUser
  443. //
  444. this.dgvUser.AllowUserToAddRows = false;
  445. this.dgvUser.AllowUserToDeleteRows = false;
  446. this.dgvUser.AllowUserToModifyRows = true;
  447. this.dgvUser.AllowUserToOrderColumns = true;
  448. this.dgvUser.AllowUserToResizeRows = false;
  449. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  450. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  451. this.dgvUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  452. this.dgvUser.BorderStyle = System.Windows.Forms.BorderStyle.None;
  453. this.dgvUser.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  454. this.dgvUser.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  455. this.dgvUser.CellHeight = 23;
  456. this.dgvUser.ChildNodeColumnName = null;
  457. this.dgvUser.ChildNodeColumnText = null;
  458. this.dgvUser.ColumnDeep = 1;
  459. this.dgvUser.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  460. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  461. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  462. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  463. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  464. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  465. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  466. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  467. this.dgvUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  468. this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  469. this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  470. this.UserCode,
  471. this.UserName,
  472. this.OrganizationName,
  473. this.OrganizationFullName,
  474. this.limitMAC,
  475. this.Telephone,
  476. this.Remarks,
  477. this.Column1,
  478. this.ValueFlag,
  479. this.UserID});
  480. this.dgvUser.ColumnTreeView = null;
  481. 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)));
  482. this.dgvUser.Dock = System.Windows.Forms.DockStyle.Fill;
  483. this.dgvUser.DynamicColumnName = "";
  484. this.dgvUser.EnableHeadersVisualStyles = false;
  485. this.dgvUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  486. this.dgvUser.FormatQuantityColumns = null;
  487. this.dgvUser.HorizontalMergeColumn = null;
  488. this.dgvUser.IsAutoCountSum = true;
  489. this.dgvUser.IsAutoResizeColumns = false;
  490. this.dgvUser.IsClickF12 = false;
  491. this.dgvUser.IsOpenMergeCellFlag = false;
  492. this.dgvUser.IsSubTotalFlag = false;
  493. this.dgvUser.IsTopDeep = false;
  494. this.dgvUser.Location = new System.Drawing.Point(0, 0);
  495. this.dgvUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  496. this.dgvUser.MergeColumnNames = null;
  497. this.dgvUser.MergeDetailColumnNames = null;
  498. this.dgvUser.MergeDetailOnlyColumn = null;
  499. this.dgvUser.MergeOnlyColumn = null;
  500. this.dgvUser.MultiSelect = false;
  501. this.dgvUser.Name = "dgvUser";
  502. this.dgvUser.ReadOnly = true;
  503. this.dgvUser.RefreshAtHscroll = false;
  504. this.dgvUser.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  505. this.dgvUser.RowHeadersWidth = 50;
  506. this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  507. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  508. this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle13;
  509. this.dgvUser.RowTemplate.Height = 21;
  510. this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  511. this.dgvUser.Size = new System.Drawing.Size(796, 188);
  512. this.dgvUser.SortOrderColumnName = null;
  513. this.dgvUser.TabIndex = 22;
  514. this.dgvUser.Tag = true;
  515. this.dgvUser.TotalSumColumns = null;
  516. this.dgvUser.ViewRowFilter = "";
  517. this.dgvUser.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvUser_CellDoubleClick);
  518. this.dgvUser.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvUser_CellMouseClick);
  519. this.dgvUser.SelectionChanged += new System.EventHandler(this.dgvUser_SelectionChanged);
  520. //
  521. // UserCode
  522. //
  523. this.UserCode.DataPropertyName = "UserCode";
  524. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  525. dataGridViewCellStyle6.BackColor = System.Drawing.Color.White;
  526. this.UserCode.DefaultCellStyle = dataGridViewCellStyle6;
  527. this.UserCode.HeaderText = "用户编号";
  528. this.UserCode.MaxInputLength = 20;
  529. this.UserCode.Name = "UserCode";
  530. this.UserCode.ReadOnly = true;
  531. this.UserCode.Width = 80;
  532. //
  533. // UserName
  534. //
  535. this.UserName.DataPropertyName = "UserName";
  536. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  537. dataGridViewCellStyle7.BackColor = System.Drawing.Color.White;
  538. this.UserName.DefaultCellStyle = dataGridViewCellStyle7;
  539. this.UserName.HeaderText = "用户姓名";
  540. this.UserName.MaxInputLength = 20;
  541. this.UserName.Name = "UserName";
  542. this.UserName.ReadOnly = true;
  543. this.UserName.Width = 80;
  544. //
  545. // OrganizationName
  546. //
  547. this.OrganizationName.DataPropertyName = "OrganizationName";
  548. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  549. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  550. this.OrganizationName.DefaultCellStyle = dataGridViewCellStyle8;
  551. this.OrganizationName.HeaderText = "所属部门";
  552. this.OrganizationName.MaxInputLength = 20;
  553. this.OrganizationName.Name = "OrganizationName";
  554. this.OrganizationName.ReadOnly = true;
  555. this.OrganizationName.Width = 80;
  556. //
  557. // OrganizationFullName
  558. //
  559. this.OrganizationFullName.DataPropertyName = "OrganizationFullName";
  560. this.OrganizationFullName.HeaderText = "部门全称";
  561. this.OrganizationFullName.Name = "OrganizationFullName";
  562. this.OrganizationFullName.ReadOnly = true;
  563. //
  564. // limitMAC
  565. //
  566. this.limitMAC.DataPropertyName = "limitMAC";
  567. dataGridViewCellStyle9.BackColor = System.Drawing.Color.White;
  568. this.limitMAC.DefaultCellStyle = dataGridViewCellStyle9;
  569. this.limitMAC.HeaderText = "MAC地址";
  570. this.limitMAC.MaxInputLength = 17;
  571. this.limitMAC.Name = "limitMAC";
  572. this.limitMAC.ReadOnly = true;
  573. this.limitMAC.Visible = false;
  574. //
  575. // Telephone
  576. //
  577. this.Telephone.DataPropertyName = "Telephone";
  578. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  579. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  580. this.Telephone.DefaultCellStyle = dataGridViewCellStyle10;
  581. this.Telephone.HeaderText = "联系电话";
  582. this.Telephone.MaxInputLength = 50;
  583. this.Telephone.Name = "Telephone";
  584. this.Telephone.ReadOnly = true;
  585. //
  586. // Remarks
  587. //
  588. this.Remarks.DataPropertyName = "Remarks";
  589. dataGridViewCellStyle11.BackColor = System.Drawing.Color.White;
  590. this.Remarks.DefaultCellStyle = dataGridViewCellStyle11;
  591. this.Remarks.HeaderText = "备注";
  592. this.Remarks.MaxInputLength = 255;
  593. this.Remarks.Name = "Remarks";
  594. this.Remarks.ReadOnly = true;
  595. this.Remarks.Width = 120;
  596. //
  597. // Column1
  598. //
  599. this.Column1.DataPropertyName = "ValueFlag";
  600. this.Column1.FalseValue = "0";
  601. this.Column1.HeaderText = "有效标识";
  602. this.Column1.Name = "Column1";
  603. this.Column1.ReadOnly = true;
  604. this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  605. this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  606. this.Column1.TrueValue = "1";
  607. //
  608. // ValueFlag
  609. //
  610. this.ValueFlag.DataPropertyName = "ValueFlag";
  611. this.ValueFlag.HeaderText = "有效标识值";
  612. this.ValueFlag.Name = "ValueFlag";
  613. this.ValueFlag.ReadOnly = true;
  614. this.ValueFlag.Visible = false;
  615. //
  616. // UserID
  617. //
  618. this.UserID.DataPropertyName = "UserID";
  619. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  620. dataGridViewCellStyle12.BackColor = System.Drawing.Color.White;
  621. this.UserID.DefaultCellStyle = dataGridViewCellStyle12;
  622. this.UserID.HeaderText = "用户ID";
  623. this.UserID.MaxInputLength = 4;
  624. this.UserID.Name = "UserID";
  625. this.UserID.ReadOnly = true;
  626. this.UserID.Visible = false;
  627. //
  628. // splLine
  629. //
  630. this.splLine.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  631. | System.Windows.Forms.AnchorStyles.Left)
  632. | System.Windows.Forms.AnchorStyles.Right)));
  633. this.splLine.Location = new System.Drawing.Point(12, 125);
  634. this.splLine.Name = "splLine";
  635. this.splLine.Orientation = System.Windows.Forms.Orientation.Horizontal;
  636. //
  637. // splLine.Panel1
  638. //
  639. this.splLine.Panel1.Controls.Add(this.dgvUser);
  640. //
  641. // splLine.Panel2
  642. //
  643. this.splLine.Panel2.Controls.Add(this.dgvStaff);
  644. this.splLine.Size = new System.Drawing.Size(796, 350);
  645. this.splLine.SplitterDistance = 188;
  646. this.splLine.TabIndex = 106;
  647. //
  648. // chkValueFlag
  649. //
  650. this.chkValueFlag.AutoSize = true;
  651. this.chkValueFlag.Checked = true;
  652. this.chkValueFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  653. this.chkValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  654. this.chkValueFlag.Location = new System.Drawing.Point(524, 50);
  655. this.chkValueFlag.Name = "chkValueFlag";
  656. this.chkValueFlag.Size = new System.Drawing.Size(72, 16);
  657. this.chkValueFlag.TabIndex = 20;
  658. this.chkValueFlag.Text = "有效标识";
  659. this.chkValueFlag.UseVisualStyleBackColor = true;
  660. //
  661. // F_MST_0210
  662. //
  663. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  664. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  665. this.ClientSize = new System.Drawing.Size(820, 482);
  666. this.Controls.Add(this.splLine);
  667. this.Controls.Add(this.gbxCondition);
  668. this.Controls.Add(this.tsrOperate);
  669. this.Name = "F_MST_0210";
  670. this.Text = "F_MST_0210";
  671. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0210_FormClosed);
  672. this.Load += new System.EventHandler(this.F_MST_0210_Load);
  673. this.tsrOperate.ResumeLayout(false);
  674. this.tsrOperate.PerformLayout();
  675. this.gbxCondition.ResumeLayout(false);
  676. this.gbxCondition.PerformLayout();
  677. ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).EndInit();
  678. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
  679. this.splLine.Panel1.ResumeLayout(false);
  680. this.splLine.Panel2.ResumeLayout(false);
  681. ((System.ComponentModel.ISupportInitialize)(this.splLine)).EndInit();
  682. this.splLine.ResumeLayout(false);
  683. this.ResumeLayout(false);
  684. }
  685. #endregion
  686. private Basics.BaseControls.C_ToolStrip tsrOperate;
  687. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  688. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  689. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  690. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  691. private System.Windows.Forms.ToolStripButton tsbtnClose;
  692. private Basics.BaseControls.C_GroupBox gbxCondition;
  693. private System.Windows.Forms.TextBox txtUserCode;
  694. private Basics.BaseControls.C_Button btnClearCondition;
  695. private Basics.BaseControls.C_Button btnSearch;
  696. private System.Windows.Forms.TextBox txtUserName;
  697. private Basics.BaseControls.C_Label lblRemarks;
  698. private Basics.BaseControls.C_Label lblUserName;
  699. private System.Windows.Forms.TextBox txtRemarks;
  700. private Basics.BaseControls.C_Label lblUserCode;
  701. private Basics.BaseControls.C_CheckBox chkIsWorker;
  702. private Basics.BaseControls.C_DataGridView dgvStaff;
  703. private Basics.BaseControls.C_DataGridView dgvUser;
  704. private System.Windows.Forms.SplitContainer splLine;
  705. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  706. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  707. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  708. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationFullName;
  709. private System.Windows.Forms.DataGridViewTextBoxColumn limitMAC;
  710. private System.Windows.Forms.DataGridViewTextBoxColumn Telephone;
  711. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  712. private System.Windows.Forms.DataGridViewCheckBoxColumn Column1;
  713. private System.Windows.Forms.DataGridViewTextBoxColumn ValueFlag;
  714. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  715. private Basics.BaseControls.C_Label lblOrganization;
  716. private Controls.SearchBox.ScbOrganization scbOrganization;
  717. private System.Windows.Forms.DataGridViewTextBoxColumn UserJobsCode;
  718. private System.Windows.Forms.DataGridViewTextBoxColumn UserJobsName;
  719. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  720. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  721. private System.Windows.Forms.DataGridViewTextBoxColumn Jobs;
  722. private System.Windows.Forms.DataGridViewTextBoxColumn StaffStatusName;
  723. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  724. private Basics.BaseControls.C_CheckBox chkValueFlag;
  725. }
  726. }