FrmInternalMail.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. namespace LYFZ.Software.UI.BulletinBoard
  2. {
  3. partial class FrmInternalMail
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmInternalMail));
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  34. this.User_EmployeeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.User_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.cmbUser_Department = new LYFZ.ComponentLibrary.ComboBoxEx();
  37. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.txtImail_ToName = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  43. this.btnRelease = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.txtImail_Content = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  45. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.txtCount = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  47. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.lblImail_ToName = new LYFZ.ComponentLibrary.LabelEx();
  50. this.plExMainContainer.SuspendLayout();
  51. this.plFormMainContent.SuspendLayout();
  52. this.panelEx1.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  54. this.panelEx2.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // plExMainContainer
  58. //
  59. this.plExMainContainer.Controls.Add(this.panelEx2);
  60. this.plExMainContainer.Controls.Add(this.panelEx1);
  61. this.plExMainContainer.Size = new System.Drawing.Size(732, 468);
  62. //
  63. // plFormMainContent
  64. //
  65. this.plFormMainContent.Size = new System.Drawing.Size(732, 468);
  66. //
  67. // btnAppFormExit
  68. //
  69. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  70. this.btnAppFormExit.Location = new System.Drawing.Point(700, 0);
  71. //
  72. // btnAppFormMinimize
  73. //
  74. this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0);
  75. //
  76. // panelEx1
  77. //
  78. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  79. this.panelEx1.BorderWidth = 1;
  80. this.panelEx1.Controls.Add(this.dgv);
  81. this.panelEx1.Controls.Add(this.cmbUser_Department);
  82. this.panelEx1.Controls.Add(this.labelEx3);
  83. this.panelEx1.Controls.Add(this.labelEx1);
  84. this.panelEx1.Location = new System.Drawing.Point(14, 15);
  85. this.panelEx1.Name = "panelEx1";
  86. this.panelEx1.Size = new System.Drawing.Size(233, 443);
  87. this.panelEx1.TabIndex = 1;
  88. //
  89. // dgv
  90. //
  91. this.dgv.AllowUserToAddRows = false;
  92. this.dgv.AllowUserToDeleteRows = false;
  93. this.dgv.AllowUserToResizeRows = false;
  94. dataGridViewCellStyle4.BackColor = System.Drawing.Color.LightCyan;
  95. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  96. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  97. | System.Windows.Forms.AnchorStyles.Left)));
  98. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  99. this.dgv.BackgroundColor = System.Drawing.Color.White;
  100. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  101. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  102. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  103. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  104. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Navy;
  106. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  107. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  108. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  109. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  110. this.dgv.ColumnHeadersVisible = false;
  111. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  112. this.User_EmployeeID,
  113. this.User_Name});
  114. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  115. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  116. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  118. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  119. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  120. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  121. this.dgv.DefaultCellStyle = dataGridViewCellStyle6;
  122. this.dgv.EnableHeadersVisualStyles = false;
  123. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  124. this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv";
  125. this.dgv.IsCompleteBonding = false;
  126. this.dgv.Location = new System.Drawing.Point(34, 71);
  127. this.dgv.Name = "dgv";
  128. this.dgv.ReadOnly = true;
  129. this.dgv.RowHeadersVisible = false;
  130. this.dgv.RowTemplate.Height = 23;
  131. this.dgv.RowTemplate.ReadOnly = true;
  132. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  133. this.dgv.Size = new System.Drawing.Size(185, 369);
  134. this.dgv.TabIndex = 104;
  135. //
  136. // User_EmployeeID
  137. //
  138. this.User_EmployeeID.DataPropertyName = "User_EmployeeID";
  139. this.User_EmployeeID.HeaderText = "编号";
  140. this.User_EmployeeID.Name = "User_EmployeeID";
  141. this.User_EmployeeID.ReadOnly = true;
  142. this.User_EmployeeID.Visible = false;
  143. //
  144. // User_Name
  145. //
  146. this.User_Name.DataPropertyName = "User_Name";
  147. this.User_Name.HeaderText = "姓名";
  148. this.User_Name.Name = "User_Name";
  149. this.User_Name.ReadOnly = true;
  150. //
  151. // cmbUser_Department
  152. //
  153. this.cmbUser_Department.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  154. this.cmbUser_Department.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  155. this.cmbUser_Department.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  156. this.cmbUser_Department.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  157. this.cmbUser_Department.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  158. this.cmbUser_Department.Font = new System.Drawing.Font("宋体", 10.5F);
  159. this.cmbUser_Department.FormattingEnabled = true;
  160. this.cmbUser_Department.IsCustomColor = false;
  161. this.cmbUser_Department.Location = new System.Drawing.Point(71, 36);
  162. this.cmbUser_Department.Name = "cmbUser_Department";
  163. this.cmbUser_Department.ReadOnly = false;
  164. this.cmbUser_Department.Size = new System.Drawing.Size(148, 22);
  165. this.cmbUser_Department.TabIndex = 103;
  166. //
  167. // labelEx3
  168. //
  169. this.labelEx3.AutoSize = true;
  170. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  171. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  172. this.labelEx3.Location = new System.Drawing.Point(27, 40);
  173. this.labelEx3.Name = "labelEx3";
  174. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  175. this.labelEx3.TabIndex = 102;
  176. this.labelEx3.Text = "部门:";
  177. //
  178. // labelEx1
  179. //
  180. this.labelEx1.AutoSize = true;
  181. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  182. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  183. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  184. this.labelEx1.Location = new System.Drawing.Point(9, 12);
  185. this.labelEx1.Name = "labelEx1";
  186. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  187. this.labelEx1.TabIndex = 53;
  188. this.labelEx1.Text = "接收人";
  189. //
  190. // panelEx2
  191. //
  192. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  193. this.panelEx2.BorderWidth = 1;
  194. this.panelEx2.Controls.Add(this.lblImail_ToName);
  195. this.panelEx2.Controls.Add(this.btnClose);
  196. this.panelEx2.Controls.Add(this.labelEx6);
  197. this.panelEx2.Controls.Add(this.txtImail_ToName);
  198. this.panelEx2.Controls.Add(this.btnRelease);
  199. this.panelEx2.Controls.Add(this.txtImail_Content);
  200. this.panelEx2.Controls.Add(this.labelEx5);
  201. this.panelEx2.Controls.Add(this.txtCount);
  202. this.panelEx2.Controls.Add(this.labelEx4);
  203. this.panelEx2.Controls.Add(this.labelEx2);
  204. this.panelEx2.Location = new System.Drawing.Point(247, 15);
  205. this.panelEx2.Name = "panelEx2";
  206. this.panelEx2.Size = new System.Drawing.Size(474, 443);
  207. this.panelEx2.TabIndex = 2;
  208. //
  209. // btnClose
  210. //
  211. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  212. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  213. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  214. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  215. this.btnClose.ForeColor = System.Drawing.Color.White;
  216. this.btnClose.IsCustomBackImg = false;
  217. this.btnClose.IsShowText = true;
  218. this.btnClose.Location = new System.Drawing.Point(356, 44);
  219. this.btnClose.Name = "btnClose";
  220. this.btnClose.Size = new System.Drawing.Size(87, 26);
  221. this.btnClose.TabIndex = 197;
  222. this.btnClose.Text = "关闭";
  223. this.btnClose.UseVisualStyleBackColor = false;
  224. //
  225. // labelEx6
  226. //
  227. this.labelEx6.AutoSize = true;
  228. this.labelEx6.BackColor = System.Drawing.Color.Transparent;
  229. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  230. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  231. this.labelEx6.Location = new System.Drawing.Point(18, 11);
  232. this.labelEx6.Name = "labelEx6";
  233. this.labelEx6.Size = new System.Drawing.Size(56, 17);
  234. this.labelEx6.TabIndex = 105;
  235. this.labelEx6.Text = "信息发送";
  236. //
  237. // txtImail_ToName
  238. //
  239. this.txtImail_ToName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  240. this.txtImail_ToName.EmptyTextTip = null;
  241. this.txtImail_ToName.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  242. this.txtImail_ToName.Enabled = false;
  243. this.txtImail_ToName.Font = new System.Drawing.Font("微软雅黑", 9F);
  244. this.txtImail_ToName.Location = new System.Drawing.Point(22, 76);
  245. this.txtImail_ToName.Multiline = true;
  246. this.txtImail_ToName.Name = "txtImail_ToName";
  247. this.txtImail_ToName.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  248. this.txtImail_ToName.Size = new System.Drawing.Size(440, 101);
  249. this.txtImail_ToName.TabIndex = 114;
  250. //
  251. // btnRelease
  252. //
  253. this.btnRelease.BackColor = System.Drawing.Color.Transparent;
  254. this.btnRelease.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRelease.BackImg")));
  255. this.btnRelease.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  256. this.btnRelease.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  257. this.btnRelease.ForeColor = System.Drawing.Color.White;
  258. this.btnRelease.IsCustomBackImg = false;
  259. this.btnRelease.IsShowText = true;
  260. this.btnRelease.Location = new System.Drawing.Point(356, 182);
  261. this.btnRelease.Name = "btnRelease";
  262. this.btnRelease.Size = new System.Drawing.Size(87, 26);
  263. this.btnRelease.TabIndex = 112;
  264. this.btnRelease.Text = "发送消息";
  265. this.btnRelease.UseVisualStyleBackColor = false;
  266. //
  267. // txtImail_Content
  268. //
  269. this.txtImail_Content.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  270. this.txtImail_Content.EmptyTextTip = null;
  271. this.txtImail_Content.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  272. this.txtImail_Content.Font = new System.Drawing.Font("微软雅黑", 9F);
  273. this.txtImail_Content.Location = new System.Drawing.Point(21, 228);
  274. this.txtImail_Content.Multiline = true;
  275. this.txtImail_Content.Name = "txtImail_Content";
  276. this.txtImail_Content.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  277. this.txtImail_Content.Size = new System.Drawing.Size(441, 189);
  278. this.txtImail_Content.TabIndex = 113;
  279. //
  280. // labelEx5
  281. //
  282. this.labelEx5.AutoSize = true;
  283. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  284. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  285. this.labelEx5.Location = new System.Drawing.Point(19, 191);
  286. this.labelEx5.Name = "labelEx5";
  287. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  288. this.labelEx5.TabIndex = 111;
  289. this.labelEx5.Text = "消息内容:";
  290. //
  291. // txtCount
  292. //
  293. this.txtCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  294. this.txtCount.EmptyTextTip = null;
  295. this.txtCount.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  296. this.txtCount.Enabled = false;
  297. this.txtCount.Font = new System.Drawing.Font("微软雅黑", 9F);
  298. this.txtCount.Location = new System.Drawing.Point(275, 46);
  299. this.txtCount.Name = "txtCount";
  300. this.txtCount.Size = new System.Drawing.Size(75, 23);
  301. this.txtCount.TabIndex = 110;
  302. //
  303. // labelEx4
  304. //
  305. this.labelEx4.AutoSize = true;
  306. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  307. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  308. this.labelEx4.Location = new System.Drawing.Point(230, 52);
  309. this.labelEx4.Name = "labelEx4";
  310. this.labelEx4.Size = new System.Drawing.Size(44, 17);
  311. this.labelEx4.TabIndex = 109;
  312. this.labelEx4.Text = "人数:";
  313. //
  314. // labelEx2
  315. //
  316. this.labelEx2.AutoSize = true;
  317. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  318. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  319. this.labelEx2.Location = new System.Drawing.Point(19, 52);
  320. this.labelEx2.Name = "labelEx2";
  321. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  322. this.labelEx2.TabIndex = 108;
  323. this.labelEx2.Text = "人员:";
  324. //
  325. // lblImail_ToName
  326. //
  327. this.lblImail_ToName.AutoSize = true;
  328. this.lblImail_ToName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  329. this.lblImail_ToName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  330. this.lblImail_ToName.Location = new System.Drawing.Point(69, 52);
  331. this.lblImail_ToName.Name = "lblImail_ToName";
  332. this.lblImail_ToName.Size = new System.Drawing.Size(56, 17);
  333. this.lblImail_ToName.TabIndex = 198;
  334. this.lblImail_ToName.Text = "labelEx7";
  335. this.lblImail_ToName.Visible = false;
  336. //
  337. // FrmInternalMail
  338. //
  339. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  340. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  341. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  342. this.ClientSize = new System.Drawing.Size(732, 533);
  343. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  344. this.MaximizeBox = false;
  345. this.MinimizeBox = false;
  346. this.Name = "FrmInternalMail";
  347. this.Text = "发送消息";
  348. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  349. this.plExMainContainer.ResumeLayout(false);
  350. this.plFormMainContent.ResumeLayout(false);
  351. this.panelEx1.ResumeLayout(false);
  352. this.panelEx1.PerformLayout();
  353. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  354. this.panelEx2.ResumeLayout(false);
  355. this.panelEx2.PerformLayout();
  356. this.ResumeLayout(false);
  357. }
  358. #endregion
  359. private ComponentLibrary.PanelEx panelEx1;
  360. private ComponentLibrary.LabelEx labelEx1;
  361. protected ComponentLibrary.DataGridViewEx dgv;
  362. protected ComponentLibrary.ComboBoxEx cmbUser_Department;
  363. private ComponentLibrary.LabelEx labelEx3;
  364. private ComponentLibrary.PanelEx panelEx2;
  365. private ComponentLibrary.LabelEx labelEx6;
  366. protected ComponentLibrary.TextBoxBasicEx txtImail_ToName;
  367. protected ComponentLibrary.ButtonEx btnRelease;
  368. protected ComponentLibrary.TextBoxBasicEx txtImail_Content;
  369. private ComponentLibrary.LabelEx labelEx5;
  370. protected ComponentLibrary.TextBoxBasicEx txtCount;
  371. private ComponentLibrary.LabelEx labelEx4;
  372. private ComponentLibrary.LabelEx labelEx2;
  373. protected ComponentLibrary.ButtonEx btnClose;
  374. private System.Windows.Forms.DataGridViewTextBoxColumn User_EmployeeID;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn User_Name;
  376. protected ComponentLibrary.LabelEx lblImail_ToName;
  377. }
  378. }