FromUser.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. namespace WCS_Client.From
  2. {
  3. partial class FromUser
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FromUser));
  33. this.BtnRefresh = new System.Windows.Forms.Button();
  34. this.pagerControl1 = new WCS_Client.UC.PagerControl();
  35. this.lblLoadData = new CCWin.SkinControl.SkinLabel();
  36. this.btn_adduser = new System.Windows.Forms.Button();
  37. this.btn_updateuser = new System.Windows.Forms.Button();
  38. this.btn_updatepwd = new System.Windows.Forms.Button();
  39. this.btn_DelPwd = new System.Windows.Forms.Button();
  40. this.Use_Notes = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Use_LoginTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Use_EditDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Use_EditUserNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Use_AddDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Use_AddUserNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Use_Address = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Use_Email = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Use_ContactText = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Use_IsStop = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  50. this.Use_SexCh = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Use_Sex = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Use_RoleName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Use_RoleId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Use_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.USER_TEXT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.USER_PWD = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.USER_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.skinDgvUsers = new CCWin.SkinControl.SkinDataGridView();
  59. ((System.ComponentModel.ISupportInitialize)(this.skinDgvUsers)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // BtnRefresh
  63. //
  64. this.BtnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  65. this.BtnRefresh.Location = new System.Drawing.Point(15, 40);
  66. this.BtnRefresh.Name = "BtnRefresh";
  67. this.BtnRefresh.Size = new System.Drawing.Size(84, 34);
  68. this.BtnRefresh.TabIndex = 2;
  69. this.BtnRefresh.Text = "刷新";
  70. this.BtnRefresh.UseVisualStyleBackColor = true;
  71. this.BtnRefresh.Click += new System.EventHandler(this.BtnRefresh_Click);
  72. //
  73. // pagerControl1
  74. //
  75. this.pagerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  76. | System.Windows.Forms.AnchorStyles.Right)));
  77. this.pagerControl1.CurrentPage = 1;
  78. this.pagerControl1.Location = new System.Drawing.Point(15, 556);
  79. this.pagerControl1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  80. this.pagerControl1.Name = "pagerControl1";
  81. this.pagerControl1.PageSize = 20;
  82. this.pagerControl1.Record = 0;
  83. this.pagerControl1.Size = new System.Drawing.Size(1150, 38);
  84. this.pagerControl1.TabIndex = 3;
  85. this.pagerControl1.BindSource += new WCS_Client.UC.PagerControl.BindHandle(this.pagerControl1_BindSource);
  86. //
  87. // lblLoadData
  88. //
  89. this.lblLoadData.AutoSize = true;
  90. this.lblLoadData.BackColor = System.Drawing.Color.Transparent;
  91. this.lblLoadData.BorderColor = System.Drawing.Color.White;
  92. this.lblLoadData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.lblLoadData.ForeColor = System.Drawing.Color.Red;
  94. this.lblLoadData.Location = new System.Drawing.Point(18, 81);
  95. this.lblLoadData.Name = "lblLoadData";
  96. this.lblLoadData.Size = new System.Drawing.Size(15, 17);
  97. this.lblLoadData.TabIndex = 9;
  98. this.lblLoadData.Text = "1";
  99. //
  100. // btn_adduser
  101. //
  102. this.btn_adduser.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  103. this.btn_adduser.Location = new System.Drawing.Point(120, 40);
  104. this.btn_adduser.Name = "btn_adduser";
  105. this.btn_adduser.Size = new System.Drawing.Size(84, 34);
  106. this.btn_adduser.TabIndex = 10;
  107. this.btn_adduser.Text = "新建用户";
  108. this.btn_adduser.UseVisualStyleBackColor = true;
  109. this.btn_adduser.Click += new System.EventHandler(this.btn_adduser_Click);
  110. //
  111. // btn_updateuser
  112. //
  113. this.btn_updateuser.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  114. this.btn_updateuser.Location = new System.Drawing.Point(223, 40);
  115. this.btn_updateuser.Name = "btn_updateuser";
  116. this.btn_updateuser.Size = new System.Drawing.Size(84, 34);
  117. this.btn_updateuser.TabIndex = 11;
  118. this.btn_updateuser.Text = "修改用户";
  119. this.btn_updateuser.UseVisualStyleBackColor = true;
  120. this.btn_updateuser.Click += new System.EventHandler(this.btn_updateuser_Click);
  121. //
  122. // btn_updatepwd
  123. //
  124. this.btn_updatepwd.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  125. this.btn_updatepwd.Location = new System.Drawing.Point(333, 40);
  126. this.btn_updatepwd.Name = "btn_updatepwd";
  127. this.btn_updatepwd.Size = new System.Drawing.Size(84, 34);
  128. this.btn_updatepwd.TabIndex = 12;
  129. this.btn_updatepwd.Text = "修改密码";
  130. this.btn_updatepwd.UseVisualStyleBackColor = true;
  131. this.btn_updatepwd.Click += new System.EventHandler(this.btn_updatepwd_Click);
  132. //
  133. // btn_DelPwd
  134. //
  135. this.btn_DelPwd.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  136. this.btn_DelPwd.Location = new System.Drawing.Point(443, 40);
  137. this.btn_DelPwd.Name = "btn_DelPwd";
  138. this.btn_DelPwd.Size = new System.Drawing.Size(84, 34);
  139. this.btn_DelPwd.TabIndex = 13;
  140. this.btn_DelPwd.Text = "删除用户";
  141. this.btn_DelPwd.UseVisualStyleBackColor = true;
  142. this.btn_DelPwd.Click += new System.EventHandler(this.btn_DelPwd_Click);
  143. //
  144. // Use_Notes
  145. //
  146. this.Use_Notes.DataPropertyName = "Use_Notes";
  147. this.Use_Notes.HeaderText = "备注";
  148. this.Use_Notes.Name = "Use_Notes";
  149. this.Use_Notes.ReadOnly = true;
  150. //
  151. // Use_LoginTime
  152. //
  153. this.Use_LoginTime.DataPropertyName = "Use_LoginTime";
  154. this.Use_LoginTime.HeaderText = "登录时间";
  155. this.Use_LoginTime.Name = "Use_LoginTime";
  156. this.Use_LoginTime.ReadOnly = true;
  157. //
  158. // Use_EditDateTime
  159. //
  160. this.Use_EditDateTime.DataPropertyName = "Use_EditDateTime";
  161. this.Use_EditDateTime.HeaderText = "编辑时间";
  162. this.Use_EditDateTime.Name = "Use_EditDateTime";
  163. this.Use_EditDateTime.ReadOnly = true;
  164. //
  165. // Use_EditUserNo
  166. //
  167. this.Use_EditUserNo.DataPropertyName = "Use_EditUserNo";
  168. this.Use_EditUserNo.HeaderText = "编辑用户";
  169. this.Use_EditUserNo.Name = "Use_EditUserNo";
  170. this.Use_EditUserNo.ReadOnly = true;
  171. //
  172. // Use_AddDateTime
  173. //
  174. this.Use_AddDateTime.DataPropertyName = "Use_AddDateTime";
  175. this.Use_AddDateTime.HeaderText = "创建时间";
  176. this.Use_AddDateTime.Name = "Use_AddDateTime";
  177. this.Use_AddDateTime.ReadOnly = true;
  178. this.Use_AddDateTime.Visible = false;
  179. //
  180. // Use_AddUserNo
  181. //
  182. this.Use_AddUserNo.DataPropertyName = "Use_AddUserNo";
  183. this.Use_AddUserNo.HeaderText = "创建用户";
  184. this.Use_AddUserNo.Name = "Use_AddUserNo";
  185. this.Use_AddUserNo.ReadOnly = true;
  186. this.Use_AddUserNo.Visible = false;
  187. //
  188. // Use_Address
  189. //
  190. this.Use_Address.DataPropertyName = "Use_Address";
  191. this.Use_Address.HeaderText = "地址";
  192. this.Use_Address.Name = "Use_Address";
  193. this.Use_Address.ReadOnly = true;
  194. //
  195. // Use_Email
  196. //
  197. this.Use_Email.DataPropertyName = "Use_Email";
  198. this.Use_Email.HeaderText = "邮箱";
  199. this.Use_Email.Name = "Use_Email";
  200. this.Use_Email.ReadOnly = true;
  201. this.Use_Email.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  202. //
  203. // Use_ContactText
  204. //
  205. this.Use_ContactText.DataPropertyName = "Use_ContactText";
  206. this.Use_ContactText.HeaderText = "联系方式";
  207. this.Use_ContactText.Name = "Use_ContactText";
  208. this.Use_ContactText.ReadOnly = true;
  209. this.Use_ContactText.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  210. this.Use_ContactText.Width = 120;
  211. //
  212. // Use_IsStop
  213. //
  214. this.Use_IsStop.DataPropertyName = "Use_IsStop";
  215. this.Use_IsStop.HeaderText = "是否停用";
  216. this.Use_IsStop.Name = "Use_IsStop";
  217. this.Use_IsStop.ReadOnly = true;
  218. this.Use_IsStop.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  219. this.Use_IsStop.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  220. this.Use_IsStop.Width = 120;
  221. //
  222. // Use_SexCh
  223. //
  224. this.Use_SexCh.DataPropertyName = "Use_SexCh";
  225. this.Use_SexCh.HeaderText = "性别";
  226. this.Use_SexCh.Name = "Use_SexCh";
  227. this.Use_SexCh.ReadOnly = true;
  228. this.Use_SexCh.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  229. //
  230. // Use_Sex
  231. //
  232. this.Use_Sex.DataPropertyName = "Use_Sex";
  233. this.Use_Sex.HeaderText = "性别编号";
  234. this.Use_Sex.Name = "Use_Sex";
  235. this.Use_Sex.ReadOnly = true;
  236. this.Use_Sex.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  237. this.Use_Sex.Visible = false;
  238. //
  239. // Use_RoleName
  240. //
  241. this.Use_RoleName.DataPropertyName = "Use_RoleName";
  242. this.Use_RoleName.HeaderText = "角色名称";
  243. this.Use_RoleName.Name = "Use_RoleName";
  244. this.Use_RoleName.ReadOnly = true;
  245. //
  246. // Use_RoleId
  247. //
  248. this.Use_RoleId.DataPropertyName = "Use_RoleId";
  249. this.Use_RoleId.HeaderText = "角色id";
  250. this.Use_RoleId.Name = "Use_RoleId";
  251. this.Use_RoleId.ReadOnly = true;
  252. this.Use_RoleId.Visible = false;
  253. //
  254. // Use_Name
  255. //
  256. this.Use_Name.DataPropertyName = "Use_Name";
  257. this.Use_Name.HeaderText = "用户名称";
  258. this.Use_Name.Name = "Use_Name";
  259. this.Use_Name.ReadOnly = true;
  260. //
  261. // USER_TEXT
  262. //
  263. this.USER_TEXT.DataPropertyName = "USER_TEXT";
  264. this.USER_TEXT.HeaderText = "用户信息";
  265. this.USER_TEXT.Name = "USER_TEXT";
  266. this.USER_TEXT.ReadOnly = true;
  267. this.USER_TEXT.Visible = false;
  268. //
  269. // USER_PWD
  270. //
  271. this.USER_PWD.DataPropertyName = "USER_PWD";
  272. this.USER_PWD.HeaderText = "登录密码";
  273. this.USER_PWD.Name = "USER_PWD";
  274. this.USER_PWD.ReadOnly = true;
  275. this.USER_PWD.Visible = false;
  276. //
  277. // USER_NO
  278. //
  279. this.USER_NO.DataPropertyName = "USER_NO";
  280. this.USER_NO.HeaderText = "登录名";
  281. this.USER_NO.Name = "USER_NO";
  282. this.USER_NO.ReadOnly = true;
  283. //
  284. // skinDgvUsers
  285. //
  286. this.skinDgvUsers.AllowUserToAddRows = false;
  287. this.skinDgvUsers.AllowUserToDeleteRows = false;
  288. this.skinDgvUsers.AllowUserToOrderColumns = true;
  289. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253)))));
  290. this.skinDgvUsers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  291. this.skinDgvUsers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  292. | System.Windows.Forms.AnchorStyles.Left)
  293. | System.Windows.Forms.AnchorStyles.Right)));
  294. this.skinDgvUsers.BackgroundColor = System.Drawing.SystemColors.Window;
  295. this.skinDgvUsers.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  296. this.skinDgvUsers.ColumnFont = null;
  297. this.skinDgvUsers.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  298. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  299. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239)))));
  300. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  302. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  303. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  304. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  305. this.skinDgvUsers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  306. this.skinDgvUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  307. this.skinDgvUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  308. this.USER_NO,
  309. this.USER_PWD,
  310. this.USER_TEXT,
  311. this.Use_Name,
  312. this.Use_RoleId,
  313. this.Use_RoleName,
  314. this.Use_Sex,
  315. this.Use_SexCh,
  316. this.Use_IsStop,
  317. this.Use_ContactText,
  318. this.Use_Email,
  319. this.Use_Address,
  320. this.Use_AddUserNo,
  321. this.Use_AddDateTime,
  322. this.Use_EditUserNo,
  323. this.Use_EditDateTime,
  324. this.Use_LoginTime,
  325. this.Use_Notes});
  326. this.skinDgvUsers.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText;
  327. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  328. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  329. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  331. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240)))));
  332. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
  333. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  334. this.skinDgvUsers.DefaultCellStyle = dataGridViewCellStyle3;
  335. this.skinDgvUsers.EnableHeadersVisualStyles = false;
  336. this.skinDgvUsers.GridColor = System.Drawing.SystemColors.GradientActiveCaption;
  337. this.skinDgvUsers.HeadFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.skinDgvUsers.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText;
  339. this.skinDgvUsers.Location = new System.Drawing.Point(15, 104);
  340. this.skinDgvUsers.MultiSelect = false;
  341. this.skinDgvUsers.Name = "skinDgvUsers";
  342. this.skinDgvUsers.ReadOnly = true;
  343. this.skinDgvUsers.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  344. this.skinDgvUsers.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  345. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  346. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  347. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  348. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  349. this.skinDgvUsers.RowsDefaultCellStyle = dataGridViewCellStyle4;
  350. this.skinDgvUsers.RowTemplate.Height = 23;
  351. this.skinDgvUsers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  352. this.skinDgvUsers.Size = new System.Drawing.Size(1153, 446);
  353. this.skinDgvUsers.TabIndex = 8;
  354. this.skinDgvUsers.TitleBack = null;
  355. this.skinDgvUsers.TitleBackColorBegin = System.Drawing.Color.White;
  356. this.skinDgvUsers.TitleBackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(196)))), ((int)(((byte)(242)))));
  357. this.skinDgvUsers.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.skinDgvUsers_DataError);
  358. //
  359. // FromUser
  360. //
  361. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  362. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  363. this.ClientSize = new System.Drawing.Size(1181, 600);
  364. this.Controls.Add(this.btn_DelPwd);
  365. this.Controls.Add(this.btn_updatepwd);
  366. this.Controls.Add(this.btn_updateuser);
  367. this.Controls.Add(this.btn_adduser);
  368. this.Controls.Add(this.lblLoadData);
  369. this.Controls.Add(this.skinDgvUsers);
  370. this.Controls.Add(this.pagerControl1);
  371. this.Controls.Add(this.BtnRefresh);
  372. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  373. this.Name = "FromUser";
  374. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  375. this.Text = "用户管理";
  376. ((System.ComponentModel.ISupportInitialize)(this.skinDgvUsers)).EndInit();
  377. this.ResumeLayout(false);
  378. this.PerformLayout();
  379. }
  380. #endregion
  381. private System.Windows.Forms.Button BtnRefresh;
  382. private UC.PagerControl pagerControl1;
  383. private CCWin.SkinControl.SkinLabel lblLoadData;
  384. private System.Windows.Forms.Button btn_adduser;
  385. private System.Windows.Forms.Button btn_updateuser;
  386. private System.Windows.Forms.Button btn_updatepwd;
  387. private System.Windows.Forms.Button btn_DelPwd;
  388. private System.Windows.Forms.DataGridViewTextBoxColumn Use_Notes;
  389. private System.Windows.Forms.DataGridViewTextBoxColumn Use_LoginTime;
  390. private System.Windows.Forms.DataGridViewTextBoxColumn Use_EditDateTime;
  391. private System.Windows.Forms.DataGridViewTextBoxColumn Use_EditUserNo;
  392. private System.Windows.Forms.DataGridViewTextBoxColumn Use_AddDateTime;
  393. private System.Windows.Forms.DataGridViewTextBoxColumn Use_AddUserNo;
  394. private System.Windows.Forms.DataGridViewTextBoxColumn Use_Address;
  395. private System.Windows.Forms.DataGridViewTextBoxColumn Use_Email;
  396. private System.Windows.Forms.DataGridViewTextBoxColumn Use_ContactText;
  397. private System.Windows.Forms.DataGridViewCheckBoxColumn Use_IsStop;
  398. private System.Windows.Forms.DataGridViewTextBoxColumn Use_SexCh;
  399. private System.Windows.Forms.DataGridViewTextBoxColumn Use_Sex;
  400. private System.Windows.Forms.DataGridViewTextBoxColumn Use_RoleName;
  401. private System.Windows.Forms.DataGridViewTextBoxColumn Use_RoleId;
  402. private System.Windows.Forms.DataGridViewTextBoxColumn Use_Name;
  403. private System.Windows.Forms.DataGridViewTextBoxColumn USER_TEXT;
  404. private System.Windows.Forms.DataGridViewTextBoxColumn USER_PWD;
  405. private System.Windows.Forms.DataGridViewTextBoxColumn USER_NO;
  406. private CCWin.SkinControl.SkinDataGridView skinDgvUsers;
  407. }
  408. }