FrmBulletinBoard.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  1. namespace LYFZ.Software.UI.BulletinBoard
  2. {
  3. partial class FrmBulletinBoard
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBulletinBoard));
  32. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  34. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Imail_FromName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Imail_FromName2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Imail_Content = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Imail_Attachment = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Imail_ToSendDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Imail_ToName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.panelBulletinBoard = new LYFZ.ComponentLibrary.PanelEx();
  42. this.radInbox = new LYFZ.ComponentLibrary.RadioButtonEx();
  43. this.radOutbox = new LYFZ.ComponentLibrary.RadioButtonEx();
  44. this.btnReleaseMail = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.radInternalMail = new LYFZ.ComponentLibrary.RadioButtonEx();
  47. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.radBulletinBoard = new LYFZ.ComponentLibrary.RadioButtonEx();
  49. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.lblCount = new LYFZ.ComponentLibrary.LabelEx();
  51. this.btnAnnouncement = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  54. this.plExMainContainer.SuspendLayout();
  55. this.plFormMainContent.SuspendLayout();
  56. this.panelEx2.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  58. this.panelBulletinBoard.SuspendLayout();
  59. this.SuspendLayout();
  60. //
  61. // plExMainContainer
  62. //
  63. this.plExMainContainer.Controls.Add(this.panelEx2);
  64. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  65. this.plExMainContainer.Size = new System.Drawing.Size(710, 405);
  66. //
  67. // plFormMainContent
  68. //
  69. this.plFormMainContent.Size = new System.Drawing.Size(710, 445);
  70. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  71. //
  72. // btnAppFormExit
  73. //
  74. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  75. this.btnAppFormExit.Location = new System.Drawing.Point(678, 0);
  76. //
  77. // btnAppFormMinimize
  78. //
  79. this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0);
  80. //
  81. // panelEx2
  82. //
  83. this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  84. | System.Windows.Forms.AnchorStyles.Left)
  85. | System.Windows.Forms.AnchorStyles.Right)));
  86. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  87. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  88. this.panelEx2.BorderWidth = 1;
  89. this.panelEx2.Controls.Add(this.dgv);
  90. this.panelEx2.Controls.Add(this.panelBulletinBoard);
  91. this.panelEx2.Controls.Add(this.btnReleaseMail);
  92. this.panelEx2.Controls.Add(this.btnSelect);
  93. this.panelEx2.Controls.Add(this.radInternalMail);
  94. this.panelEx2.Controls.Add(this.btnClose);
  95. this.panelEx2.Controls.Add(this.radBulletinBoard);
  96. this.panelEx2.Controls.Add(this.btnDelete);
  97. this.panelEx2.Controls.Add(this.lblCount);
  98. this.panelEx2.Controls.Add(this.btnAnnouncement);
  99. this.panelEx2.Controls.Add(this.labelEx2);
  100. this.panelEx2.Controls.Add(this.panelEx3);
  101. this.panelEx2.Location = new System.Drawing.Point(20, 20);
  102. this.panelEx2.Name = "panelEx2";
  103. this.panelEx2.Size = new System.Drawing.Size(675, 368);
  104. this.panelEx2.TabIndex = 194;
  105. //
  106. // dgv
  107. //
  108. this.dgv.AllowUserToAddRows = false;
  109. this.dgv.AllowUserToDeleteRows = false;
  110. this.dgv.AllowUserToResizeRows = false;
  111. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  112. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  113. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  114. | System.Windows.Forms.AnchorStyles.Left)
  115. | System.Windows.Forms.AnchorStyles.Right)));
  116. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  117. this.dgv.BackgroundColor = System.Drawing.Color.White;
  118. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  119. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  120. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  121. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  122. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  124. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  125. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  126. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  127. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  128. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  129. this.ID,
  130. this.Imail_FromName,
  131. this.Imail_FromName2,
  132. this.Imail_Content,
  133. this.Imail_Attachment,
  134. this.Imail_ToSendDatetime,
  135. this.Imail_ToName});
  136. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  137. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  138. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  140. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  141. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  142. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  143. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  144. this.dgv.EnableHeadersVisualStyles = false;
  145. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  146. this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv";
  147. this.dgv.IsCompleteBonding = false;
  148. this.dgv.Location = new System.Drawing.Point(7, 59);
  149. this.dgv.Name = "dgv";
  150. this.dgv.ReadOnly = true;
  151. this.dgv.RowHeadersVisible = false;
  152. this.dgv.RowTemplate.Height = 23;
  153. this.dgv.RowTemplate.ReadOnly = true;
  154. this.dgv.ScrollBars = System.Windows.Forms.ScrollBars.None;
  155. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  156. this.dgv.Size = new System.Drawing.Size(651, 304);
  157. this.dgv.TabIndex = 209;
  158. //
  159. // ID
  160. //
  161. this.ID.DataPropertyName = "ID";
  162. this.ID.HeaderText = "序号";
  163. this.ID.Name = "ID";
  164. this.ID.ReadOnly = true;
  165. this.ID.Visible = false;
  166. this.ID.Width = 34;
  167. //
  168. // Imail_FromName
  169. //
  170. this.Imail_FromName.DataPropertyName = "Imail_FromNames";
  171. this.Imail_FromName.HeaderText = "发布人";
  172. this.Imail_FromName.Name = "Imail_FromName";
  173. this.Imail_FromName.ReadOnly = true;
  174. this.Imail_FromName.Width = 65;
  175. //
  176. // Imail_FromName2
  177. //
  178. this.Imail_FromName2.DataPropertyName = "Imail_FromNames";
  179. this.Imail_FromName2.HeaderText = "发件人";
  180. this.Imail_FromName2.Name = "Imail_FromName2";
  181. this.Imail_FromName2.ReadOnly = true;
  182. this.Imail_FromName2.Visible = false;
  183. this.Imail_FromName2.Width = 65;
  184. //
  185. // Imail_Content
  186. //
  187. this.Imail_Content.DataPropertyName = "Imail_Content";
  188. this.Imail_Content.HeaderText = "内容";
  189. this.Imail_Content.Name = "Imail_Content";
  190. this.Imail_Content.ReadOnly = true;
  191. this.Imail_Content.Width = 53;
  192. //
  193. // Imail_Attachment
  194. //
  195. this.Imail_Attachment.DataPropertyName = "Imail_Attachment";
  196. this.Imail_Attachment.HeaderText = "附件";
  197. this.Imail_Attachment.Name = "Imail_Attachment";
  198. this.Imail_Attachment.ReadOnly = true;
  199. this.Imail_Attachment.Width = 53;
  200. //
  201. // Imail_ToSendDatetime
  202. //
  203. this.Imail_ToSendDatetime.DataPropertyName = "Imail_ToSendDatetime";
  204. this.Imail_ToSendDatetime.HeaderText = "时间";
  205. this.Imail_ToSendDatetime.Name = "Imail_ToSendDatetime";
  206. this.Imail_ToSendDatetime.ReadOnly = true;
  207. this.Imail_ToSendDatetime.Width = 53;
  208. //
  209. // Imail_ToName
  210. //
  211. this.Imail_ToName.DataPropertyName = "Imail_ToNames";
  212. this.Imail_ToName.HeaderText = "收件人";
  213. this.Imail_ToName.Name = "Imail_ToName";
  214. this.Imail_ToName.ReadOnly = true;
  215. this.Imail_ToName.Visible = false;
  216. this.Imail_ToName.Width = 65;
  217. //
  218. // panelBulletinBoard
  219. //
  220. this.panelBulletinBoard.BorderColor = System.Drawing.Color.Black;
  221. this.panelBulletinBoard.BorderWidth = 1;
  222. this.panelBulletinBoard.Controls.Add(this.radInbox);
  223. this.panelBulletinBoard.Controls.Add(this.radOutbox);
  224. this.panelBulletinBoard.Location = new System.Drawing.Point(340, 11);
  225. this.panelBulletinBoard.Name = "panelBulletinBoard";
  226. this.panelBulletinBoard.Size = new System.Drawing.Size(164, 35);
  227. this.panelBulletinBoard.TabIndex = 207;
  228. //
  229. // radInbox
  230. //
  231. this.radInbox.AutoSize = true;
  232. this.radInbox.BackColor = System.Drawing.Color.Transparent;
  233. this.radInbox.Checked = true;
  234. this.radInbox.Font = new System.Drawing.Font("微软雅黑", 9F);
  235. this.radInbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  236. this.radInbox.Location = new System.Drawing.Point(12, 7);
  237. this.radInbox.Name = "radInbox";
  238. this.radInbox.Size = new System.Drawing.Size(62, 21);
  239. this.radInbox.TabIndex = 57;
  240. this.radInbox.TabStop = true;
  241. this.radInbox.Text = "收件箱";
  242. this.radInbox.UseVisualStyleBackColor = false;
  243. //
  244. // radOutbox
  245. //
  246. this.radOutbox.AutoSize = true;
  247. this.radOutbox.BackColor = System.Drawing.Color.Transparent;
  248. this.radOutbox.Font = new System.Drawing.Font("微软雅黑", 9F);
  249. this.radOutbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  250. this.radOutbox.Location = new System.Drawing.Point(88, 7);
  251. this.radOutbox.Name = "radOutbox";
  252. this.radOutbox.Size = new System.Drawing.Size(62, 21);
  253. this.radOutbox.TabIndex = 58;
  254. this.radOutbox.Text = "发件箱";
  255. this.radOutbox.UseVisualStyleBackColor = false;
  256. //
  257. // btnReleaseMail
  258. //
  259. this.btnReleaseMail.BackColor = System.Drawing.Color.Transparent;
  260. this.btnReleaseMail.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReleaseMail.BackImg")));
  261. this.btnReleaseMail.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  262. this.btnReleaseMail.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  263. this.btnReleaseMail.ForeColor = System.Drawing.Color.White;
  264. this.btnReleaseMail.IsCustomBackImg = false;
  265. this.btnReleaseMail.IsShowText = true;
  266. this.btnReleaseMail.Location = new System.Drawing.Point(527, 15);
  267. this.btnReleaseMail.Name = "btnReleaseMail";
  268. this.btnReleaseMail.Size = new System.Drawing.Size(87, 26);
  269. this.btnReleaseMail.TabIndex = 202;
  270. this.btnReleaseMail.Text = "发送邮件";
  271. this.btnReleaseMail.UseVisualStyleBackColor = false;
  272. //
  273. // btnSelect
  274. //
  275. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  276. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  277. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  278. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  279. this.btnSelect.ForeColor = System.Drawing.Color.White;
  280. this.btnSelect.IsCustomBackImg = false;
  281. this.btnSelect.IsShowText = true;
  282. this.btnSelect.Location = new System.Drawing.Point(622, 15);
  283. this.btnSelect.Name = "btnSelect";
  284. this.btnSelect.Size = new System.Drawing.Size(87, 26);
  285. this.btnSelect.TabIndex = 199;
  286. this.btnSelect.Text = "查看";
  287. this.btnSelect.UseVisualStyleBackColor = false;
  288. //
  289. // radInternalMail
  290. //
  291. this.radInternalMail.AutoSize = true;
  292. this.radInternalMail.BackColor = System.Drawing.Color.Transparent;
  293. this.radInternalMail.Font = new System.Drawing.Font("微软雅黑", 9F);
  294. this.radInternalMail.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  295. this.radInternalMail.Location = new System.Drawing.Point(195, 18);
  296. this.radInternalMail.Name = "radInternalMail";
  297. this.radInternalMail.Size = new System.Drawing.Size(74, 21);
  298. this.radInternalMail.TabIndex = 206;
  299. this.radInternalMail.Text = "内部邮件";
  300. this.radInternalMail.UseVisualStyleBackColor = false;
  301. //
  302. // btnClose
  303. //
  304. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  305. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  306. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  307. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  308. this.btnClose.ForeColor = System.Drawing.Color.White;
  309. this.btnClose.IsCustomBackImg = false;
  310. this.btnClose.IsShowText = true;
  311. this.btnClose.Location = new System.Drawing.Point(811, 15);
  312. this.btnClose.Name = "btnClose";
  313. this.btnClose.Size = new System.Drawing.Size(87, 26);
  314. this.btnClose.TabIndex = 201;
  315. this.btnClose.Text = "关闭";
  316. this.btnClose.UseVisualStyleBackColor = false;
  317. //
  318. // radBulletinBoard
  319. //
  320. this.radBulletinBoard.AutoSize = true;
  321. this.radBulletinBoard.BackColor = System.Drawing.Color.Transparent;
  322. this.radBulletinBoard.Checked = true;
  323. this.radBulletinBoard.Font = new System.Drawing.Font("微软雅黑", 9F);
  324. this.radBulletinBoard.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  325. this.radBulletinBoard.Location = new System.Drawing.Point(120, 18);
  326. this.radBulletinBoard.Name = "radBulletinBoard";
  327. this.radBulletinBoard.Size = new System.Drawing.Size(62, 21);
  328. this.radBulletinBoard.TabIndex = 205;
  329. this.radBulletinBoard.TabStop = true;
  330. this.radBulletinBoard.Text = "公告栏";
  331. this.radBulletinBoard.UseVisualStyleBackColor = false;
  332. //
  333. // btnDelete
  334. //
  335. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  336. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  337. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  338. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  339. this.btnDelete.ForeColor = System.Drawing.Color.White;
  340. this.btnDelete.IsCustomBackImg = false;
  341. this.btnDelete.IsShowText = true;
  342. this.btnDelete.Location = new System.Drawing.Point(717, 15);
  343. this.btnDelete.Name = "btnDelete";
  344. this.btnDelete.Size = new System.Drawing.Size(87, 26);
  345. this.btnDelete.TabIndex = 200;
  346. this.btnDelete.Text = "删除";
  347. this.btnDelete.UseVisualStyleBackColor = false;
  348. //
  349. // lblCount
  350. //
  351. this.lblCount.AutoSize = true;
  352. this.lblCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  353. this.lblCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  354. this.lblCount.Location = new System.Drawing.Point(55, 21);
  355. this.lblCount.Name = "lblCount";
  356. this.lblCount.Size = new System.Drawing.Size(15, 17);
  357. this.lblCount.TabIndex = 204;
  358. this.lblCount.Text = "0";
  359. //
  360. // btnAnnouncement
  361. //
  362. this.btnAnnouncement.BackColor = System.Drawing.Color.Transparent;
  363. this.btnAnnouncement.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAnnouncement.BackImg")));
  364. this.btnAnnouncement.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  365. this.btnAnnouncement.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  366. this.btnAnnouncement.ForeColor = System.Drawing.Color.White;
  367. this.btnAnnouncement.IsCustomBackImg = false;
  368. this.btnAnnouncement.IsShowText = true;
  369. this.btnAnnouncement.Location = new System.Drawing.Point(527, 15);
  370. this.btnAnnouncement.Name = "btnAnnouncement";
  371. this.btnAnnouncement.Size = new System.Drawing.Size(87, 26);
  372. this.btnAnnouncement.TabIndex = 198;
  373. this.btnAnnouncement.Text = "发布公告";
  374. this.btnAnnouncement.UseVisualStyleBackColor = false;
  375. //
  376. // labelEx2
  377. //
  378. this.labelEx2.AutoSize = true;
  379. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  380. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  381. this.labelEx2.Location = new System.Drawing.Point(4, 21);
  382. this.labelEx2.Name = "labelEx2";
  383. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  384. this.labelEx2.TabIndex = 203;
  385. this.labelEx2.Text = "记录数:";
  386. //
  387. // panelEx3
  388. //
  389. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  390. | System.Windows.Forms.AnchorStyles.Right)));
  391. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  392. this.panelEx3.BorderWidth = 1;
  393. this.panelEx3.Location = new System.Drawing.Point(1, 52);
  394. this.panelEx3.Name = "panelEx3";
  395. this.panelEx3.Size = new System.Drawing.Size(672, 1);
  396. this.panelEx3.TabIndex = 197;
  397. //
  398. // FrmBulletinBoard
  399. //
  400. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  401. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  402. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  403. this.ClientSize = new System.Drawing.Size(710, 510);
  404. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  405. this.IsShowUcNavigationTool = true;
  406. this.MaximizeBox = false;
  407. this.MinimizeBox = false;
  408. this.Name = "FrmBulletinBoard";
  409. this.Text = "公告栏";
  410. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  411. this.plExMainContainer.ResumeLayout(false);
  412. this.plFormMainContent.ResumeLayout(false);
  413. this.panelEx2.ResumeLayout(false);
  414. this.panelEx2.PerformLayout();
  415. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  416. this.panelBulletinBoard.ResumeLayout(false);
  417. this.panelBulletinBoard.PerformLayout();
  418. this.ResumeLayout(false);
  419. }
  420. #endregion
  421. private ComponentLibrary.PanelEx panelEx2;
  422. protected ComponentLibrary.DataGridViewEx dgv;
  423. protected ComponentLibrary.ButtonEx btnReleaseMail;
  424. protected ComponentLibrary.ButtonEx btnClose;
  425. protected ComponentLibrary.ButtonEx btnAnnouncement;
  426. protected ComponentLibrary.PanelEx panelBulletinBoard;
  427. protected ComponentLibrary.RadioButtonEx radInbox;
  428. protected ComponentLibrary.RadioButtonEx radOutbox;
  429. protected ComponentLibrary.RadioButtonEx radInternalMail;
  430. protected ComponentLibrary.RadioButtonEx radBulletinBoard;
  431. protected ComponentLibrary.ButtonEx btnDelete;
  432. protected ComponentLibrary.ButtonEx btnSelect;
  433. protected ComponentLibrary.LabelEx lblCount;
  434. private ComponentLibrary.LabelEx labelEx2;
  435. private ComponentLibrary.PanelEx panelEx3;
  436. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  437. private System.Windows.Forms.DataGridViewTextBoxColumn Imail_FromName;
  438. private System.Windows.Forms.DataGridViewTextBoxColumn Imail_FromName2;
  439. private System.Windows.Forms.DataGridViewTextBoxColumn Imail_Content;
  440. private System.Windows.Forms.DataGridViewTextBoxColumn Imail_Attachment;
  441. private System.Windows.Forms.DataGridViewTextBoxColumn Imail_ToSendDatetime;
  442. private System.Windows.Forms.DataGridViewTextBoxColumn Imail_ToName;
  443. }
  444. }