F_MST_0210.Designer.cs 39 KB

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