frmBulletinBoard.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. namespace LYFZ.Software.UI.OAShopManagement
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBulletinBoard));
  31. this.tabControlBulletinBoard = new LYFZ.ComponentLibrary.TabControlEx();
  32. this.tbNewBulletinBoard = new System.Windows.Forms.TabPage();
  33. this.dgvBulletinBoard = new LYFZ.ComponentLibrary.DataGridViewEx();
  34. this.tbDailyBulletinBoard = new System.Windows.Forms.TabPage();
  35. this.tabPage1 = new System.Windows.Forms.TabPage();
  36. this.tabPage2 = new System.Windows.Forms.TabPage();
  37. this.tabPage3 = new System.Windows.Forms.TabPage();
  38. this.tabPage4 = new System.Windows.Forms.TabPage();
  39. this.tabPage5 = new System.Windows.Forms.TabPage();
  40. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.btndel = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.btnAdd = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.ucNotice = new LYFZ.UCPager.ucPagerEx();
  44. this.标题 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.内容 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.公告类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.发布人姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.发布时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.可看指定人姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.发布人ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.文件路径 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.可看指定人ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.公告ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.是否已看 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.YK = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.plExMainContainer.SuspendLayout();
  57. this.plFormMainContent.SuspendLayout();
  58. this.tabControlBulletinBoard.SuspendLayout();
  59. this.tbNewBulletinBoard.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.dgvBulletinBoard)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // plExMainContainer
  64. //
  65. this.plExMainContainer.Controls.Add(this.tabControlBulletinBoard);
  66. this.plExMainContainer.Controls.Add(this.ucNotice);
  67. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  68. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  69. //
  70. // plFormMainContent
  71. //
  72. this.plFormMainContent.Controls.Add(this.btnAdd);
  73. this.plFormMainContent.Controls.Add(this.btndel);
  74. this.plFormMainContent.Controls.Add(this.btnClose);
  75. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  76. this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
  77. this.plFormMainContent.Controls.SetChildIndex(this.btndel, 0);
  78. this.plFormMainContent.Controls.SetChildIndex(this.btnAdd, 0);
  79. //
  80. // btnAppFormExit
  81. //
  82. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  83. //
  84. // btnAppFormMinimize
  85. //
  86. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  87. //
  88. // tabControlBulletinBoard
  89. //
  90. this.tabControlBulletinBoard.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  91. this.tabControlBulletinBoard.Controls.Add(this.tbNewBulletinBoard);
  92. this.tabControlBulletinBoard.Controls.Add(this.tbDailyBulletinBoard);
  93. this.tabControlBulletinBoard.Controls.Add(this.tabPage1);
  94. this.tabControlBulletinBoard.Controls.Add(this.tabPage2);
  95. this.tabControlBulletinBoard.Controls.Add(this.tabPage3);
  96. this.tabControlBulletinBoard.Controls.Add(this.tabPage4);
  97. this.tabControlBulletinBoard.Controls.Add(this.tabPage5);
  98. this.tabControlBulletinBoard.Dock = System.Windows.Forms.DockStyle.Fill;
  99. this.tabControlBulletinBoard.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.tabControlBulletinBoard.ItemSize = new System.Drawing.Size(90, 30);
  101. this.tabControlBulletinBoard.Location = new System.Drawing.Point(0, 0);
  102. this.tabControlBulletinBoard.Name = "tabControlBulletinBoard";
  103. this.tabControlBulletinBoard.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  104. this.tabControlBulletinBoard.SelectedIndex = 0;
  105. this.tabControlBulletinBoard.Size = new System.Drawing.Size(910, 475);
  106. this.tabControlBulletinBoard.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  107. this.tabControlBulletinBoard.TabIndex = 0;
  108. //
  109. // tbNewBulletinBoard
  110. //
  111. this.tbNewBulletinBoard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  112. this.tbNewBulletinBoard.Controls.Add(this.dgvBulletinBoard);
  113. this.tbNewBulletinBoard.Location = new System.Drawing.Point(4, 34);
  114. this.tbNewBulletinBoard.Name = "tbNewBulletinBoard";
  115. this.tbNewBulletinBoard.Size = new System.Drawing.Size(902, 437);
  116. this.tbNewBulletinBoard.TabIndex = 0;
  117. this.tbNewBulletinBoard.Text = "最新通知公告";
  118. //
  119. // dgvBulletinBoard
  120. //
  121. this.dgvBulletinBoard.AllowUserToAddRows = false;
  122. this.dgvBulletinBoard.AllowUserToDeleteRows = false;
  123. this.dgvBulletinBoard.AllowUserToResizeRows = false;
  124. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  125. this.dgvBulletinBoard.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  126. this.dgvBulletinBoard.BackgroundColor = System.Drawing.Color.White;
  127. this.dgvBulletinBoard.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  128. this.dgvBulletinBoard.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  129. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  130. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  131. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  133. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  134. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  135. this.dgvBulletinBoard.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  136. this.dgvBulletinBoard.ColumnHeadersHeight = 32;
  137. this.dgvBulletinBoard.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  138. this.dgvBulletinBoard.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  139. this.标题,
  140. this.内容,
  141. this.公告类型,
  142. this.发布人姓名,
  143. this.发布时间,
  144. this.可看指定人姓名,
  145. this.发布人ID,
  146. this.文件路径,
  147. this.可看指定人ID,
  148. this.公告ID,
  149. this.是否已看,
  150. this.YK});
  151. this.dgvBulletinBoard.Dock = System.Windows.Forms.DockStyle.Fill;
  152. this.dgvBulletinBoard.EnableHeadersVisualStyles = false;
  153. this.dgvBulletinBoard.EraseCell = false;
  154. this.dgvBulletinBoard.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  155. this.dgvBulletinBoard.GridViewUniquelyIdentify = resources.GetString("dgvBulletinBoard.GridViewUniquelyIdentify");
  156. this.dgvBulletinBoard.IsCompleteBonding = false;
  157. this.dgvBulletinBoard.IsCopyCellValue = true;
  158. this.dgvBulletinBoard.Location = new System.Drawing.Point(0, 0);
  159. this.dgvBulletinBoard.Margin = new System.Windows.Forms.Padding(0);
  160. this.dgvBulletinBoard.Name = "dgvBulletinBoard";
  161. this.dgvBulletinBoard.ReadOnly = true;
  162. this.dgvBulletinBoard.RowHeadersVisible = false;
  163. this.dgvBulletinBoard.RowTemplate.Height = 23;
  164. this.dgvBulletinBoard.RowTemplate.ReadOnly = true;
  165. this.dgvBulletinBoard.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  166. this.dgvBulletinBoard.Size = new System.Drawing.Size(902, 437);
  167. this.dgvBulletinBoard.TabIndex = 0;
  168. //
  169. // tbDailyBulletinBoard
  170. //
  171. this.tbDailyBulletinBoard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  172. this.tbDailyBulletinBoard.Location = new System.Drawing.Point(4, 34);
  173. this.tbDailyBulletinBoard.Name = "tbDailyBulletinBoard";
  174. this.tbDailyBulletinBoard.Padding = new System.Windows.Forms.Padding(3);
  175. this.tbDailyBulletinBoard.Size = new System.Drawing.Size(902, 477);
  176. this.tbDailyBulletinBoard.TabIndex = 1;
  177. this.tbDailyBulletinBoard.Text = "日常通知公告";
  178. //
  179. // tabPage1
  180. //
  181. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  182. this.tabPage1.Location = new System.Drawing.Point(4, 34);
  183. this.tabPage1.Name = "tabPage1";
  184. this.tabPage1.Size = new System.Drawing.Size(902, 477);
  185. this.tabPage1.TabIndex = 2;
  186. this.tabPage1.Text = "规章制度";
  187. //
  188. // tabPage2
  189. //
  190. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  191. this.tabPage2.Location = new System.Drawing.Point(4, 34);
  192. this.tabPage2.Name = "tabPage2";
  193. this.tabPage2.Size = new System.Drawing.Size(902, 477);
  194. this.tabPage2.TabIndex = 3;
  195. this.tabPage2.Text = "荣誉表彰";
  196. //
  197. // tabPage3
  198. //
  199. this.tabPage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  200. this.tabPage3.Location = new System.Drawing.Point(4, 34);
  201. this.tabPage3.Name = "tabPage3";
  202. this.tabPage3.Size = new System.Drawing.Size(902, 477);
  203. this.tabPage3.TabIndex = 4;
  204. this.tabPage3.Text = "惩罚警示";
  205. //
  206. // tabPage4
  207. //
  208. this.tabPage4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  209. this.tabPage4.Location = new System.Drawing.Point(4, 34);
  210. this.tabPage4.Name = "tabPage4";
  211. this.tabPage4.Size = new System.Drawing.Size(902, 477);
  212. this.tabPage4.TabIndex = 5;
  213. this.tabPage4.Text = "员工手册";
  214. //
  215. // tabPage5
  216. //
  217. this.tabPage5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  218. this.tabPage5.Location = new System.Drawing.Point(4, 34);
  219. this.tabPage5.Name = "tabPage5";
  220. this.tabPage5.Size = new System.Drawing.Size(902, 477);
  221. this.tabPage5.TabIndex = 6;
  222. this.tabPage5.Text = "学习资料";
  223. //
  224. // btnClose
  225. //
  226. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  227. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  228. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  229. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  230. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  231. this.btnClose.ForeColor = System.Drawing.Color.White;
  232. this.btnClose.IsCustomBackImg = false;
  233. this.btnClose.IsShowText = true;
  234. this.btnClose.Location = new System.Drawing.Point(838, 43);
  235. this.btnClose.Name = "btnClose";
  236. this.btnClose.Size = new System.Drawing.Size(66, 28);
  237. this.btnClose.TabIndex = 3;
  238. this.btnClose.Text = " 关 闭";
  239. this.btnClose.UseVisualStyleBackColor = false;
  240. //
  241. // btndel
  242. //
  243. this.btndel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  244. this.btndel.BackColor = System.Drawing.Color.Transparent;
  245. this.btndel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btndel.BackImg")));
  246. this.btndel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  247. this.btndel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  248. this.btndel.ForeColor = System.Drawing.Color.White;
  249. this.btndel.IsCustomBackImg = false;
  250. this.btndel.IsShowText = true;
  251. this.btndel.Location = new System.Drawing.Point(761, 43);
  252. this.btndel.Name = "btndel";
  253. this.btndel.Size = new System.Drawing.Size(70, 28);
  254. this.btndel.TabIndex = 3;
  255. this.btndel.Text = " 删除公告";
  256. this.btndel.UseVisualStyleBackColor = false;
  257. //
  258. // btnAdd
  259. //
  260. this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  261. this.btnAdd.BackColor = System.Drawing.Color.Transparent;
  262. this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
  263. this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  264. this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  265. this.btnAdd.ForeColor = System.Drawing.Color.White;
  266. this.btnAdd.IsCustomBackImg = false;
  267. this.btnAdd.IsShowText = true;
  268. this.btnAdd.Location = new System.Drawing.Point(684, 43);
  269. this.btnAdd.Name = "btnAdd";
  270. this.btnAdd.Size = new System.Drawing.Size(70, 28);
  271. this.btnAdd.TabIndex = 3;
  272. this.btnAdd.Text = " 发布公告";
  273. this.btnAdd.UseVisualStyleBackColor = false;
  274. //
  275. // ucNotice
  276. //
  277. this.ucNotice.CurrentPageCount = 0;
  278. this.ucNotice.Dock = System.Windows.Forms.DockStyle.Bottom;
  279. this.ucNotice.Location = new System.Drawing.Point(0, 475);
  280. this.ucNotice.Name = "ucNotice";
  281. this.ucNotice.NMax = 0;
  282. this.ucNotice.PageCount = 0;
  283. this.ucNotice.PageCurrent = 1;
  284. this.ucNotice.PageSize = 20;
  285. this.ucNotice.Size = new System.Drawing.Size(910, 30);
  286. this.ucNotice.TabIndex = 1;
  287. this.ucNotice.TbDataSource = null;
  288. //
  289. // 标题
  290. //
  291. this.标题.DataPropertyName = "标题";
  292. this.标题.HeaderText = "标题";
  293. this.标题.Name = "标题";
  294. this.标题.ReadOnly = true;
  295. this.标题.Width = 200;
  296. //
  297. // 内容
  298. //
  299. this.内容.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  300. this.内容.DataPropertyName = "内容";
  301. this.内容.HeaderText = "内容";
  302. this.内容.Name = "内容";
  303. this.内容.ReadOnly = true;
  304. //
  305. // 公告类型
  306. //
  307. this.公告类型.DataPropertyName = "公告类型";
  308. this.公告类型.HeaderText = "类型";
  309. this.公告类型.Name = "公告类型";
  310. this.公告类型.ReadOnly = true;
  311. this.公告类型.Width = 160;
  312. //
  313. // 发布人姓名
  314. //
  315. this.发布人姓名.DataPropertyName = "发布人姓名";
  316. this.发布人姓名.HeaderText = "发布人";
  317. this.发布人姓名.Name = "发布人姓名";
  318. this.发布人姓名.ReadOnly = true;
  319. this.发布人姓名.Width = 120;
  320. //
  321. // 发布时间
  322. //
  323. this.发布时间.DataPropertyName = "发布时间";
  324. this.发布时间.HeaderText = "发布日期";
  325. this.发布时间.Name = "发布时间";
  326. this.发布时间.ReadOnly = true;
  327. this.发布时间.Width = 120;
  328. //
  329. // 可看指定人姓名
  330. //
  331. this.可看指定人姓名.DataPropertyName = "可看指定人姓名";
  332. this.可看指定人姓名.HeaderText = "指定人员查看";
  333. this.可看指定人姓名.Name = "可看指定人姓名";
  334. this.可看指定人姓名.ReadOnly = true;
  335. this.可看指定人姓名.Visible = false;
  336. //
  337. // 发布人ID
  338. //
  339. this.发布人ID.DataPropertyName = "发布人ID";
  340. this.发布人ID.HeaderText = "发布人ID";
  341. this.发布人ID.Name = "发布人ID";
  342. this.发布人ID.ReadOnly = true;
  343. this.发布人ID.Visible = false;
  344. //
  345. // 文件路径
  346. //
  347. this.文件路径.DataPropertyName = "文件路径";
  348. this.文件路径.HeaderText = "附件位置";
  349. this.文件路径.Name = "文件路径";
  350. this.文件路径.ReadOnly = true;
  351. this.文件路径.Visible = false;
  352. //
  353. // 可看指定人ID
  354. //
  355. this.可看指定人ID.DataPropertyName = "可看指定人ID";
  356. this.可看指定人ID.HeaderText = "可见人ID";
  357. this.可看指定人ID.Name = "可看指定人ID";
  358. this.可看指定人ID.ReadOnly = true;
  359. this.可看指定人ID.Visible = false;
  360. //
  361. // 公告ID
  362. //
  363. this.公告ID.DataPropertyName = "公告ID";
  364. this.公告ID.HeaderText = "公告ID";
  365. this.公告ID.Name = "公告ID";
  366. this.公告ID.ReadOnly = true;
  367. this.公告ID.Visible = false;
  368. //
  369. // 是否已看
  370. //
  371. this.是否已看.HeaderText = "是否已看";
  372. this.是否已看.Name = "是否已看";
  373. this.是否已看.ReadOnly = true;
  374. this.是否已看.Visible = false;
  375. //
  376. // YK
  377. //
  378. this.YK.HeaderText = "已看人员";
  379. this.YK.Name = "YK";
  380. this.YK.ReadOnly = true;
  381. //
  382. // frmBulletinBoard
  383. //
  384. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  385. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  386. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  387. this.ClientSize = new System.Drawing.Size(910, 610);
  388. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  389. this.IsShowUcNavigationTool = true;
  390. this.Name = "frmBulletinBoard";
  391. this.Text = "公告栏";
  392. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  393. this.plExMainContainer.ResumeLayout(false);
  394. this.plFormMainContent.ResumeLayout(false);
  395. this.tabControlBulletinBoard.ResumeLayout(false);
  396. this.tbNewBulletinBoard.ResumeLayout(false);
  397. ((System.ComponentModel.ISupportInitialize)(this.dgvBulletinBoard)).EndInit();
  398. this.ResumeLayout(false);
  399. }
  400. #endregion
  401. private System.Windows.Forms.TabPage tbNewBulletinBoard;
  402. private System.Windows.Forms.TabPage tbDailyBulletinBoard;
  403. private System.Windows.Forms.TabPage tabPage1;
  404. private System.Windows.Forms.TabPage tabPage2;
  405. private System.Windows.Forms.TabPage tabPage3;
  406. private System.Windows.Forms.TabPage tabPage4;
  407. private System.Windows.Forms.TabPage tabPage5;
  408. protected internal ComponentLibrary.TabControlEx tabControlBulletinBoard;
  409. protected internal ComponentLibrary.ButtonEx btnClose;
  410. protected internal ComponentLibrary.ButtonEx btnAdd;
  411. protected internal ComponentLibrary.ButtonEx btndel;
  412. protected internal ComponentLibrary.DataGridViewEx dgvBulletinBoard;
  413. protected UCPager.ucPagerEx ucNotice;
  414. private System.Windows.Forms.DataGridViewTextBoxColumn 标题;
  415. private System.Windows.Forms.DataGridViewTextBoxColumn 内容;
  416. private System.Windows.Forms.DataGridViewTextBoxColumn 公告类型;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn 发布人姓名;
  418. private System.Windows.Forms.DataGridViewTextBoxColumn 发布时间;
  419. private System.Windows.Forms.DataGridViewTextBoxColumn 可看指定人姓名;
  420. private System.Windows.Forms.DataGridViewTextBoxColumn 发布人ID;
  421. private System.Windows.Forms.DataGridViewTextBoxColumn 文件路径;
  422. private System.Windows.Forms.DataGridViewTextBoxColumn 可看指定人ID;
  423. private System.Windows.Forms.DataGridViewTextBoxColumn 公告ID;
  424. private System.Windows.Forms.DataGridViewTextBoxColumn 是否已看;
  425. private System.Windows.Forms.DataGridViewTextBoxColumn YK;
  426. }
  427. }