FrmSMSEmployees.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. namespace LYFZ.Software.UI.SMSManagement
  2. {
  3. partial class FrmSMSEmployees
  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(FrmSMSEmployees));
  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. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.btnSendMicroMessage = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  36. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  37. this.btnAll = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.txtKeyWords = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  40. this.btnSmsSend = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.buttonBind = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  44. this.User_EmployeeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.User_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Dt_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.User_Sex = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.User_Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.User_NowAddress = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.User_OpenID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.plExMainContainer.SuspendLayout();
  52. this.plFormMainContent.SuspendLayout();
  53. this.panelEx2.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // plExMainContainer
  58. //
  59. this.plExMainContainer.Controls.Add(this.panelEx2);
  60. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  61. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
  62. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  63. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  64. //
  65. // btnAppFormMaximize
  66. //
  67. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  68. //
  69. // btnAppFormExit
  70. //
  71. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  72. //
  73. // btnAppFormMinimize
  74. //
  75. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  76. //
  77. // panelEx2
  78. //
  79. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  80. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  81. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  82. this.panelEx2.BorderWidth = 1;
  83. this.panelEx2.Controls.Add(this.btnSendMicroMessage);
  84. this.panelEx2.Controls.Add(this.ucPagerEx1);
  85. this.panelEx2.Controls.Add(this.dgv);
  86. this.panelEx2.Controls.Add(this.btnAll);
  87. this.panelEx2.Controls.Add(this.btnClose);
  88. this.panelEx2.Controls.Add(this.txtKeyWords);
  89. this.panelEx2.Controls.Add(this.btnSmsSend);
  90. this.panelEx2.Controls.Add(this.buttonBind);
  91. this.panelEx2.Controls.Add(this.btnSelect);
  92. this.panelEx2.Controls.Add(this.panelEx3);
  93. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  95. this.panelEx2.Name = "panelEx2";
  96. this.panelEx2.Size = new System.Drawing.Size(904, 499);
  97. this.panelEx2.TabIndex = 194;
  98. //
  99. // btnSendMicroMessage
  100. //
  101. this.btnSendMicroMessage.BackColor = System.Drawing.Color.Transparent;
  102. this.btnSendMicroMessage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendMicroMessage.BackImg")));
  103. this.btnSendMicroMessage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  104. this.btnSendMicroMessage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  105. this.btnSendMicroMessage.ForeColor = System.Drawing.Color.White;
  106. this.btnSendMicroMessage.IsCustomBackImg = false;
  107. this.btnSendMicroMessage.IsShowText = true;
  108. this.btnSendMicroMessage.Location = new System.Drawing.Point(485, 10);
  109. this.btnSendMicroMessage.Name = "btnSendMicroMessage";
  110. this.btnSendMicroMessage.Size = new System.Drawing.Size(91, 26);
  111. this.btnSendMicroMessage.TabIndex = 213;
  112. this.btnSendMicroMessage.Text = "发送微信消息";
  113. this.btnSendMicroMessage.UseVisualStyleBackColor = false;
  114. //
  115. // ucPagerEx1
  116. //
  117. this.ucPagerEx1.CurrentPageCount = 0;
  118. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  119. this.ucPagerEx1.Location = new System.Drawing.Point(0, 467);
  120. this.ucPagerEx1.Name = "ucPagerEx1";
  121. this.ucPagerEx1.NMax = 0;
  122. this.ucPagerEx1.PageCount = 0;
  123. this.ucPagerEx1.PageCurrent = 1;
  124. this.ucPagerEx1.PageSize = 20;
  125. this.ucPagerEx1.Size = new System.Drawing.Size(902, 30);
  126. this.ucPagerEx1.TabIndex = 212;
  127. this.ucPagerEx1.TbDataSource = null;
  128. //
  129. // dgv
  130. //
  131. this.dgv.AllowUserToAddRows = false;
  132. this.dgv.AllowUserToDeleteRows = false;
  133. this.dgv.AllowUserToResizeRows = false;
  134. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  135. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  136. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  137. | System.Windows.Forms.AnchorStyles.Left)
  138. | System.Windows.Forms.AnchorStyles.Right)));
  139. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  140. this.dgv.BackgroundColor = System.Drawing.Color.White;
  141. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  142. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  143. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  144. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  145. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  147. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  148. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  149. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  150. this.dgv.ColumnHeadersHeight = 32;
  151. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  152. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  153. this.User_EmployeeID,
  154. this.User_Name,
  155. this.Dt_Name,
  156. this.User_Sex,
  157. this.User_Telephone,
  158. this.User_NowAddress,
  159. this.User_OpenID});
  160. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  161. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  162. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  164. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  165. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  166. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  167. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  168. this.dgv.EnableHeadersVisualStyles = false;
  169. this.dgv.EraseCell = false;
  170. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  171. this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv";
  172. this.dgv.IsCompleteBonding = false;
  173. this.dgv.IsCopyCellValue = true;
  174. this.dgv.Location = new System.Drawing.Point(1, 46);
  175. this.dgv.Name = "dgv";
  176. this.dgv.ReadOnly = true;
  177. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  178. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  179. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  181. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  182. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  183. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  184. this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  185. this.dgv.RowHeadersVisible = false;
  186. this.dgv.RowTemplate.Height = 23;
  187. this.dgv.RowTemplate.ReadOnly = true;
  188. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  189. this.dgv.Size = new System.Drawing.Size(901, 415);
  190. this.dgv.TabIndex = 203;
  191. //
  192. // btnAll
  193. //
  194. this.btnAll.BackColor = System.Drawing.Color.Transparent;
  195. this.btnAll.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAll.BackImg")));
  196. this.btnAll.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  197. this.btnAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  198. this.btnAll.ForeColor = System.Drawing.Color.White;
  199. this.btnAll.IsCustomBackImg = false;
  200. this.btnAll.IsShowText = true;
  201. this.btnAll.Location = new System.Drawing.Point(391, 10);
  202. this.btnAll.Name = "btnAll";
  203. this.btnAll.Size = new System.Drawing.Size(87, 26);
  204. this.btnAll.TabIndex = 202;
  205. this.btnAll.Text = "选中全部";
  206. this.btnAll.UseVisualStyleBackColor = false;
  207. //
  208. // btnClose
  209. //
  210. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  211. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  212. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  213. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  214. this.btnClose.ForeColor = System.Drawing.Color.White;
  215. this.btnClose.IsCustomBackImg = false;
  216. this.btnClose.IsShowText = true;
  217. this.btnClose.Location = new System.Drawing.Point(677, 10);
  218. this.btnClose.Name = "btnClose";
  219. this.btnClose.Size = new System.Drawing.Size(87, 26);
  220. this.btnClose.TabIndex = 201;
  221. this.btnClose.Text = "关闭";
  222. this.btnClose.UseVisualStyleBackColor = false;
  223. //
  224. // txtKeyWords
  225. //
  226. this.txtKeyWords.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  227. this.txtKeyWords.EmptyTextTip = null;
  228. this.txtKeyWords.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  229. this.txtKeyWords.Font = new System.Drawing.Font("微软雅黑", 9F);
  230. this.txtKeyWords.Location = new System.Drawing.Point(17, 12);
  231. this.txtKeyWords.Name = "txtKeyWords";
  232. this.txtKeyWords.Size = new System.Drawing.Size(147, 23);
  233. this.txtKeyWords.TabIndex = 200;
  234. //
  235. // btnSmsSend
  236. //
  237. this.btnSmsSend.BackColor = System.Drawing.Color.Transparent;
  238. this.btnSmsSend.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSmsSend.BackImg")));
  239. this.btnSmsSend.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  240. this.btnSmsSend.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  241. this.btnSmsSend.ForeColor = System.Drawing.Color.White;
  242. this.btnSmsSend.IsCustomBackImg = false;
  243. this.btnSmsSend.IsShowText = true;
  244. this.btnSmsSend.Location = new System.Drawing.Point(583, 10);
  245. this.btnSmsSend.Name = "btnSmsSend";
  246. this.btnSmsSend.Size = new System.Drawing.Size(87, 26);
  247. this.btnSmsSend.TabIndex = 199;
  248. this.btnSmsSend.Text = "发送短信";
  249. this.btnSmsSend.UseVisualStyleBackColor = false;
  250. //
  251. // buttonBind
  252. //
  253. this.buttonBind.BackColor = System.Drawing.Color.Transparent;
  254. this.buttonBind.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonBind.BackImg")));
  255. this.buttonBind.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  256. this.buttonBind.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  257. this.buttonBind.ForeColor = System.Drawing.Color.White;
  258. this.buttonBind.IsCustomBackImg = false;
  259. this.buttonBind.IsShowText = true;
  260. this.buttonBind.Location = new System.Drawing.Point(264, 10);
  261. this.buttonBind.Name = "buttonBind";
  262. this.buttonBind.Size = new System.Drawing.Size(120, 26);
  263. this.buttonBind.TabIndex = 198;
  264. this.buttonBind.Text = "已绑定微信的员工";
  265. this.buttonBind.UseVisualStyleBackColor = false;
  266. //
  267. // btnSelect
  268. //
  269. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  270. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  271. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  272. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  273. this.btnSelect.ForeColor = System.Drawing.Color.White;
  274. this.btnSelect.IsCustomBackImg = false;
  275. this.btnSelect.IsShowText = true;
  276. this.btnSelect.Location = new System.Drawing.Point(170, 10);
  277. this.btnSelect.Name = "btnSelect";
  278. this.btnSelect.Size = new System.Drawing.Size(87, 26);
  279. this.btnSelect.TabIndex = 198;
  280. this.btnSelect.Text = "查询";
  281. this.btnSelect.UseVisualStyleBackColor = false;
  282. //
  283. // panelEx3
  284. //
  285. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  286. | System.Windows.Forms.AnchorStyles.Right)));
  287. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  288. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  289. this.panelEx3.BorderWidth = 1;
  290. this.panelEx3.Location = new System.Drawing.Point(1, 43);
  291. this.panelEx3.Name = "panelEx3";
  292. this.panelEx3.Size = new System.Drawing.Size(901, 1);
  293. this.panelEx3.TabIndex = 197;
  294. //
  295. // User_EmployeeID
  296. //
  297. this.User_EmployeeID.DataPropertyName = "User_EmployeeID";
  298. this.User_EmployeeID.HeaderText = "编号";
  299. this.User_EmployeeID.Name = "User_EmployeeID";
  300. this.User_EmployeeID.ReadOnly = true;
  301. this.User_EmployeeID.Visible = false;
  302. //
  303. // User_Name
  304. //
  305. this.User_Name.DataPropertyName = "User_Name";
  306. this.User_Name.HeaderText = "姓名";
  307. this.User_Name.Name = "User_Name";
  308. this.User_Name.ReadOnly = true;
  309. //
  310. // Dt_Name
  311. //
  312. this.Dt_Name.DataPropertyName = "Dt_Name";
  313. this.Dt_Name.HeaderText = "部门";
  314. this.Dt_Name.Name = "Dt_Name";
  315. this.Dt_Name.ReadOnly = true;
  316. //
  317. // User_Sex
  318. //
  319. this.User_Sex.DataPropertyName = "User_Sex";
  320. this.User_Sex.HeaderText = "性别";
  321. this.User_Sex.Name = "User_Sex";
  322. this.User_Sex.ReadOnly = true;
  323. //
  324. // User_Telephone
  325. //
  326. this.User_Telephone.DataPropertyName = "User_Telephone";
  327. this.User_Telephone.HeaderText = "电话";
  328. this.User_Telephone.Name = "User_Telephone";
  329. this.User_Telephone.ReadOnly = true;
  330. //
  331. // User_NowAddress
  332. //
  333. this.User_NowAddress.DataPropertyName = "User_NowAddress";
  334. this.User_NowAddress.HeaderText = "地址";
  335. this.User_NowAddress.Name = "User_NowAddress";
  336. this.User_NowAddress.ReadOnly = true;
  337. //
  338. // User_OpenID
  339. //
  340. this.User_OpenID.DataPropertyName = "User_OpenID";
  341. this.User_OpenID.HeaderText = "是否已绑定微信号";
  342. this.User_OpenID.Name = "User_OpenID";
  343. this.User_OpenID.ReadOnly = true;
  344. //
  345. // FrmSMSEmployees
  346. //
  347. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  348. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  349. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  350. this.ClientSize = new System.Drawing.Size(910, 610);
  351. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  352. this.IsShowUcNavigationTool = true;
  353. this.Name = "FrmSMSEmployees";
  354. this.Text = "员工短信";
  355. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  356. this.plExMainContainer.ResumeLayout(false);
  357. this.plFormMainContent.ResumeLayout(false);
  358. this.panelEx2.ResumeLayout(false);
  359. this.panelEx2.PerformLayout();
  360. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  361. this.ResumeLayout(false);
  362. }
  363. #endregion
  364. private ComponentLibrary.PanelEx panelEx2;
  365. private ComponentLibrary.PanelEx panelEx3;
  366. protected ComponentLibrary.ButtonEx btnAll;
  367. protected ComponentLibrary.ButtonEx btnClose;
  368. protected ComponentLibrary.TextBoxBasicEx txtKeyWords;
  369. protected ComponentLibrary.ButtonEx btnSmsSend;
  370. protected ComponentLibrary.ButtonEx btnSelect;
  371. protected ComponentLibrary.DataGridViewEx dgv;
  372. protected UCPager.ucPagerEx ucPagerEx1;
  373. public ComponentLibrary.ButtonEx btnSendMicroMessage;
  374. protected ComponentLibrary.ButtonEx buttonBind;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn User_EmployeeID;
  376. private System.Windows.Forms.DataGridViewTextBoxColumn User_Name;
  377. private System.Windows.Forms.DataGridViewTextBoxColumn Dt_Name;
  378. private System.Windows.Forms.DataGridViewTextBoxColumn User_Sex;
  379. private System.Windows.Forms.DataGridViewTextBoxColumn User_Telephone;
  380. private System.Windows.Forms.DataGridViewTextBoxColumn User_NowAddress;
  381. private System.Windows.Forms.DataGridViewTextBoxColumn User_OpenID;
  382. }
  383. }