F_MST_0210.Designer.cs 37 KB

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