namespace LYFZ.Software.UI.OAShopManagement { partial class frmBulletinBoard { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBulletinBoard)); this.tabControlBulletinBoard = new LYFZ.ComponentLibrary.TabControlEx(); this.tbNewBulletinBoard = new System.Windows.Forms.TabPage(); this.dgvBulletinBoard = new LYFZ.ComponentLibrary.DataGridViewEx(); this.tbDailyBulletinBoard = new System.Windows.Forms.TabPage(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.tabPage5 = new System.Windows.Forms.TabPage(); this.btnClose = new LYFZ.ComponentLibrary.ButtonEx(); this.btndel = new LYFZ.ComponentLibrary.ButtonEx(); this.btnAdd = new LYFZ.ComponentLibrary.ButtonEx(); this.ucNotice = new LYFZ.UCPager.ucPagerEx(); this.标题 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.内容 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.公告类型 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.发布人姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.发布时间 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.可看指定人姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.发布人ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.文件路径 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.可看指定人ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.公告ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.是否已看 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.YK = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.tabControlBulletinBoard.SuspendLayout(); this.tbNewBulletinBoard.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvBulletinBoard)).BeginInit(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.tabControlBulletinBoard); this.plExMainContainer.Controls.Add(this.ucNotice); this.plExMainContainer.Location = new System.Drawing.Point(0, 40); this.plExMainContainer.Size = new System.Drawing.Size(910, 505); // // plFormMainContent // this.plFormMainContent.Controls.Add(this.btnAdd); this.plFormMainContent.Controls.Add(this.btndel); this.plFormMainContent.Controls.Add(this.btnClose); this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0); this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0); this.plFormMainContent.Controls.SetChildIndex(this.btndel, 0); this.plFormMainContent.Controls.SetChildIndex(this.btnAdd, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); // // tabControlBulletinBoard // this.tabControlBulletinBoard.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabControlBulletinBoard.Controls.Add(this.tbNewBulletinBoard); this.tabControlBulletinBoard.Controls.Add(this.tbDailyBulletinBoard); this.tabControlBulletinBoard.Controls.Add(this.tabPage1); this.tabControlBulletinBoard.Controls.Add(this.tabPage2); this.tabControlBulletinBoard.Controls.Add(this.tabPage3); this.tabControlBulletinBoard.Controls.Add(this.tabPage4); this.tabControlBulletinBoard.Controls.Add(this.tabPage5); this.tabControlBulletinBoard.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlBulletinBoard.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tabControlBulletinBoard.ItemSize = new System.Drawing.Size(90, 30); this.tabControlBulletinBoard.Location = new System.Drawing.Point(0, 0); this.tabControlBulletinBoard.Name = "tabControlBulletinBoard"; this.tabControlBulletinBoard.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabControlBulletinBoard.SelectedIndex = 0; this.tabControlBulletinBoard.Size = new System.Drawing.Size(910, 475); this.tabControlBulletinBoard.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.tabControlBulletinBoard.TabIndex = 0; // // tbNewBulletinBoard // this.tbNewBulletinBoard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tbNewBulletinBoard.Controls.Add(this.dgvBulletinBoard); this.tbNewBulletinBoard.Location = new System.Drawing.Point(4, 34); this.tbNewBulletinBoard.Name = "tbNewBulletinBoard"; this.tbNewBulletinBoard.Size = new System.Drawing.Size(902, 437); this.tbNewBulletinBoard.TabIndex = 0; this.tbNewBulletinBoard.Text = "最新通知公告"; // // dgvBulletinBoard // this.dgvBulletinBoard.AllowUserToAddRows = false; this.dgvBulletinBoard.AllowUserToDeleteRows = false; this.dgvBulletinBoard.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan; this.dgvBulletinBoard.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvBulletinBoard.BackgroundColor = System.Drawing.Color.White; this.dgvBulletinBoard.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgvBulletinBoard.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgvBulletinBoard.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvBulletinBoard.ColumnHeadersHeight = 32; this.dgvBulletinBoard.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvBulletinBoard.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.标题, this.内容, this.公告类型, this.发布人姓名, this.发布时间, this.可看指定人姓名, this.发布人ID, this.文件路径, this.可看指定人ID, this.公告ID, this.是否已看, this.YK}); this.dgvBulletinBoard.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvBulletinBoard.EnableHeadersVisualStyles = false; this.dgvBulletinBoard.EraseCell = false; this.dgvBulletinBoard.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dgvBulletinBoard.GridViewUniquelyIdentify = resources.GetString("dgvBulletinBoard.GridViewUniquelyIdentify"); this.dgvBulletinBoard.IsCompleteBonding = false; this.dgvBulletinBoard.IsCopyCellValue = true; this.dgvBulletinBoard.Location = new System.Drawing.Point(0, 0); this.dgvBulletinBoard.Margin = new System.Windows.Forms.Padding(0); this.dgvBulletinBoard.Name = "dgvBulletinBoard"; this.dgvBulletinBoard.ReadOnly = true; this.dgvBulletinBoard.RowHeadersVisible = false; this.dgvBulletinBoard.RowTemplate.Height = 23; this.dgvBulletinBoard.RowTemplate.ReadOnly = true; this.dgvBulletinBoard.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvBulletinBoard.Size = new System.Drawing.Size(902, 437); this.dgvBulletinBoard.TabIndex = 0; // // tbDailyBulletinBoard // this.tbDailyBulletinBoard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tbDailyBulletinBoard.Location = new System.Drawing.Point(4, 34); this.tbDailyBulletinBoard.Name = "tbDailyBulletinBoard"; this.tbDailyBulletinBoard.Padding = new System.Windows.Forms.Padding(3); this.tbDailyBulletinBoard.Size = new System.Drawing.Size(902, 477); this.tbDailyBulletinBoard.TabIndex = 1; this.tbDailyBulletinBoard.Text = "日常通知公告"; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage1.Location = new System.Drawing.Point(4, 34); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(902, 477); this.tabPage1.TabIndex = 2; this.tabPage1.Text = "规章制度"; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage2.Location = new System.Drawing.Point(4, 34); this.tabPage2.Name = "tabPage2"; this.tabPage2.Size = new System.Drawing.Size(902, 477); this.tabPage2.TabIndex = 3; this.tabPage2.Text = "荣誉表彰"; // // tabPage3 // this.tabPage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage3.Location = new System.Drawing.Point(4, 34); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(902, 477); this.tabPage3.TabIndex = 4; this.tabPage3.Text = "惩罚警示"; // // tabPage4 // this.tabPage4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage4.Location = new System.Drawing.Point(4, 34); this.tabPage4.Name = "tabPage4"; this.tabPage4.Size = new System.Drawing.Size(902, 477); this.tabPage4.TabIndex = 5; this.tabPage4.Text = "员工手册"; // // tabPage5 // this.tabPage5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage5.Location = new System.Drawing.Point(4, 34); this.tabPage5.Name = "tabPage5"; this.tabPage5.Size = new System.Drawing.Size(902, 477); this.tabPage5.TabIndex = 6; this.tabPage5.Text = "学习资料"; // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg"))); this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.IsCustomBackImg = false; this.btnClose.IsShowText = true; this.btnClose.Location = new System.Drawing.Point(838, 43); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(66, 28); this.btnClose.TabIndex = 3; this.btnClose.Text = " 关 闭"; this.btnClose.UseVisualStyleBackColor = false; // // btndel // this.btndel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btndel.BackColor = System.Drawing.Color.Transparent; this.btndel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btndel.BackImg"))); this.btndel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btndel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btndel.ForeColor = System.Drawing.Color.White; this.btndel.IsCustomBackImg = false; this.btndel.IsShowText = true; this.btndel.Location = new System.Drawing.Point(761, 43); this.btndel.Name = "btndel"; this.btndel.Size = new System.Drawing.Size(70, 28); this.btndel.TabIndex = 3; this.btndel.Text = " 删除公告"; this.btndel.UseVisualStyleBackColor = false; // // btnAdd // this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAdd.BackColor = System.Drawing.Color.Transparent; this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg"))); this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnAdd.ForeColor = System.Drawing.Color.White; this.btnAdd.IsCustomBackImg = false; this.btnAdd.IsShowText = true; this.btnAdd.Location = new System.Drawing.Point(684, 43); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(70, 28); this.btnAdd.TabIndex = 3; this.btnAdd.Text = " 发布公告"; this.btnAdd.UseVisualStyleBackColor = false; // // ucNotice // this.ucNotice.CurrentPageCount = 0; this.ucNotice.Dock = System.Windows.Forms.DockStyle.Bottom; this.ucNotice.Location = new System.Drawing.Point(0, 475); this.ucNotice.Name = "ucNotice"; this.ucNotice.NMax = 0; this.ucNotice.PageCount = 0; this.ucNotice.PageCurrent = 1; this.ucNotice.PageSize = 20; this.ucNotice.Size = new System.Drawing.Size(910, 30); this.ucNotice.TabIndex = 1; this.ucNotice.TbDataSource = null; // // 标题 // this.标题.DataPropertyName = "标题"; this.标题.HeaderText = "标题"; this.标题.Name = "标题"; this.标题.ReadOnly = true; this.标题.Width = 200; // // 内容 // this.内容.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.内容.DataPropertyName = "内容"; this.内容.HeaderText = "内容"; this.内容.Name = "内容"; this.内容.ReadOnly = true; // // 公告类型 // this.公告类型.DataPropertyName = "公告类型"; this.公告类型.HeaderText = "类型"; this.公告类型.Name = "公告类型"; this.公告类型.ReadOnly = true; this.公告类型.Width = 160; // // 发布人姓名 // this.发布人姓名.DataPropertyName = "发布人姓名"; this.发布人姓名.HeaderText = "发布人"; this.发布人姓名.Name = "发布人姓名"; this.发布人姓名.ReadOnly = true; this.发布人姓名.Width = 120; // // 发布时间 // this.发布时间.DataPropertyName = "发布时间"; this.发布时间.HeaderText = "发布日期"; this.发布时间.Name = "发布时间"; this.发布时间.ReadOnly = true; this.发布时间.Width = 120; // // 可看指定人姓名 // this.可看指定人姓名.DataPropertyName = "可看指定人姓名"; this.可看指定人姓名.HeaderText = "指定人员查看"; this.可看指定人姓名.Name = "可看指定人姓名"; this.可看指定人姓名.ReadOnly = true; this.可看指定人姓名.Visible = false; // // 发布人ID // this.发布人ID.DataPropertyName = "发布人ID"; this.发布人ID.HeaderText = "发布人ID"; this.发布人ID.Name = "发布人ID"; this.发布人ID.ReadOnly = true; this.发布人ID.Visible = false; // // 文件路径 // this.文件路径.DataPropertyName = "文件路径"; this.文件路径.HeaderText = "附件位置"; this.文件路径.Name = "文件路径"; this.文件路径.ReadOnly = true; this.文件路径.Visible = false; // // 可看指定人ID // this.可看指定人ID.DataPropertyName = "可看指定人ID"; this.可看指定人ID.HeaderText = "可见人ID"; this.可看指定人ID.Name = "可看指定人ID"; this.可看指定人ID.ReadOnly = true; this.可看指定人ID.Visible = false; // // 公告ID // this.公告ID.DataPropertyName = "公告ID"; this.公告ID.HeaderText = "公告ID"; this.公告ID.Name = "公告ID"; this.公告ID.ReadOnly = true; this.公告ID.Visible = false; // // 是否已看 // this.是否已看.HeaderText = "是否已看"; this.是否已看.Name = "是否已看"; this.是否已看.ReadOnly = true; this.是否已看.Visible = false; // // YK // this.YK.HeaderText = "已看人员"; this.YK.Name = "YK"; this.YK.ReadOnly = true; // // frmBulletinBoard // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(910, 610); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsShowUcNavigationTool = true; this.Name = "frmBulletinBoard"; this.Text = "公告栏"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.tabControlBulletinBoard.ResumeLayout(false); this.tbNewBulletinBoard.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvBulletinBoard)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabPage tbNewBulletinBoard; private System.Windows.Forms.TabPage tbDailyBulletinBoard; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.TabPage tabPage5; protected internal ComponentLibrary.TabControlEx tabControlBulletinBoard; protected internal ComponentLibrary.ButtonEx btnClose; protected internal ComponentLibrary.ButtonEx btnAdd; protected internal ComponentLibrary.ButtonEx btndel; protected internal ComponentLibrary.DataGridViewEx dgvBulletinBoard; protected UCPager.ucPagerEx ucNotice; private System.Windows.Forms.DataGridViewTextBoxColumn 标题; private System.Windows.Forms.DataGridViewTextBoxColumn 内容; private System.Windows.Forms.DataGridViewTextBoxColumn 公告类型; private System.Windows.Forms.DataGridViewTextBoxColumn 发布人姓名; private System.Windows.Forms.DataGridViewTextBoxColumn 发布时间; private System.Windows.Forms.DataGridViewTextBoxColumn 可看指定人姓名; private System.Windows.Forms.DataGridViewTextBoxColumn 发布人ID; private System.Windows.Forms.DataGridViewTextBoxColumn 文件路径; private System.Windows.Forms.DataGridViewTextBoxColumn 可看指定人ID; private System.Windows.Forms.DataGridViewTextBoxColumn 公告ID; private System.Windows.Forms.DataGridViewTextBoxColumn 是否已看; private System.Windows.Forms.DataGridViewTextBoxColumn YK; } }