namespace LYFZ.Software.UI.OAShopManagement
{
partial class frmReleaseBulletinBoard
{
///
/// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReleaseBulletinBoard));
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.txtBulletinInfo = new LYFZ.ComponentLibrary.TextBoxEx();
this.lblJilu = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
this.treevFile = new LYFZ.ComponentLibrary.TreeViewEx();
this.btnDownloadFile = new LYFZ.ComponentLibrary.ButtonForm();
this.btnRemoveFile = new LYFZ.ComponentLibrary.ButtonForm();
this.btnUploadFile = new LYFZ.ComponentLibrary.ButtonForm();
this.panelOrderPerson = new LYFZ.ComponentLibrary.PanelEx();
this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
this.btnSeenPerson = new LYFZ.ComponentLibrary.ButtonForm();
this.txtSeenPerson = new LYFZ.ComponentLibrary.TextBoxEx();
this.panelEx11 = new LYFZ.ComponentLibrary.PanelEx();
this.panelSeenPeople = new LYFZ.ComponentLibrary.PanelEx();
this.cmbSeenPeople = new LYFZ.ComponentLibrary.ComboBoxEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.txtBulletinTitle = new LYFZ.ComponentLibrary.TextBoxEx();
this.cmbBulletinType = new LYFZ.ComponentLibrary.ComboBoxEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.btnNext = new LYFZ.ComponentLibrary.ButtonEx();
this.btnRelease = new LYFZ.ComponentLibrary.ButtonEx();
this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
this.panelEx10.SuspendLayout();
this.panelEx9.SuspendLayout();
this.panelOrderPerson.SuspendLayout();
this.panelEx11.SuspendLayout();
this.panelSeenPeople.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
this.plExMainContainer.Size = new System.Drawing.Size(960, 545);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(960, 545);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(901, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(928, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(874, 0);
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.panelEx10);
this.panelEx1.Controls.Add(this.panelEx9);
this.panelEx1.Controls.Add(this.panelOrderPerson);
this.panelEx1.Controls.Add(this.panelEx11);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx1.Location = new System.Drawing.Point(10, 10);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
this.panelEx1.Size = new System.Drawing.Size(940, 525);
this.panelEx1.TabIndex = 0;
//
// panelEx10
//
this.panelEx10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx10.BorderWidth = 1;
this.panelEx10.Controls.Add(this.labelEx4);
this.panelEx10.Controls.Add(this.txtBulletinInfo);
this.panelEx10.Controls.Add(this.lblJilu);
this.panelEx10.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx10.Location = new System.Drawing.Point(3, 176);
this.panelEx10.Name = "panelEx10";
this.panelEx10.Size = new System.Drawing.Size(932, 344);
this.panelEx10.TabIndex = 70;
//
// labelEx4
//
this.labelEx4.AutoSize = true;
this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx4.Location = new System.Drawing.Point(4, 5);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(56, 17);
this.labelEx4.TabIndex = 10;
this.labelEx4.Text = "公告内容";
//
// txtBulletinInfo
//
this.txtBulletinInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtBulletinInfo.AutoScroll = true;
this.txtBulletinInfo.BackColor = System.Drawing.Color.Transparent;
this.txtBulletinInfo.Icon = null;
this.txtBulletinInfo.IconIsButton = false;
this.txtBulletinInfo.IsPasswordChat = '\0';
this.txtBulletinInfo.IsSystemPasswordChar = false;
this.txtBulletinInfo.Lines = new string[0];
this.txtBulletinInfo.Location = new System.Drawing.Point(7, 22);
this.txtBulletinInfo.Margin = new System.Windows.Forms.Padding(0);
this.txtBulletinInfo.MaxLength = 32767;
this.txtBulletinInfo.MinimumSize = new System.Drawing.Size(0, 26);
this.txtBulletinInfo.MouseBack = null;
this.txtBulletinInfo.Multiline = true;
this.txtBulletinInfo.Name = "txtBulletinInfo";
this.txtBulletinInfo.NormlBack = null;
this.txtBulletinInfo.Padding = new System.Windows.Forms.Padding(5);
this.txtBulletinInfo.ReadOnly = false;
this.txtBulletinInfo.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtBulletinInfo.Size = new System.Drawing.Size(920, 315);
this.txtBulletinInfo.TabIndex = 18;
this.txtBulletinInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtBulletinInfo.WaterColor = System.Drawing.Color.DarkGray;
this.txtBulletinInfo.WaterText = "请输入公告内容";
this.txtBulletinInfo.WordWrap = true;
//
// lblJilu
//
this.lblJilu.AutoSize = true;
this.lblJilu.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lblJilu.ForeColor = System.Drawing.Color.Red;
this.lblJilu.Location = new System.Drawing.Point(275, 0);
this.lblJilu.Name = "lblJilu";
this.lblJilu.Size = new System.Drawing.Size(0, 17);
this.lblJilu.TabIndex = 65;
this.lblJilu.Visible = false;
//
// panelEx9
//
this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx9.BorderWidth = 1;
this.panelEx9.Controls.Add(this.treevFile);
this.panelEx9.Controls.Add(this.btnDownloadFile);
this.panelEx9.Controls.Add(this.btnRemoveFile);
this.panelEx9.Controls.Add(this.btnUploadFile);
this.panelEx9.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx9.Location = new System.Drawing.Point(3, 76);
this.panelEx9.Name = "panelEx9";
this.panelEx9.Size = new System.Drawing.Size(932, 100);
this.panelEx9.TabIndex = 68;
//
// treevFile
//
this.treevFile.Location = new System.Drawing.Point(105, 6);
this.treevFile.Name = "treevFile";
this.treevFile.Size = new System.Drawing.Size(819, 90);
this.treevFile.TabIndex = 65;
//
// btnDownloadFile
//
this.btnDownloadFile.BackColor = System.Drawing.Color.Transparent;
this.btnDownloadFile.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDownloadFile.BackImg")));
this.btnDownloadFile.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnDownloadFile.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnDownloadFile.ForeColor = System.Drawing.Color.White;
this.btnDownloadFile.IsCustomBackImg = false;
this.btnDownloadFile.IsShowText = true;
this.btnDownloadFile.Location = new System.Drawing.Point(9, 69);
this.btnDownloadFile.Name = "btnDownloadFile";
this.btnDownloadFile.Size = new System.Drawing.Size(80, 26);
this.btnDownloadFile.TabIndex = 64;
this.btnDownloadFile.Text = " 下载附件";
this.btnDownloadFile.UseVisualStyleBackColor = false;
//
// btnRemoveFile
//
this.btnRemoveFile.BackColor = System.Drawing.Color.Transparent;
this.btnRemoveFile.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRemoveFile.BackImg")));
this.btnRemoveFile.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnRemoveFile.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnRemoveFile.ForeColor = System.Drawing.Color.White;
this.btnRemoveFile.IsCustomBackImg = false;
this.btnRemoveFile.IsShowText = true;
this.btnRemoveFile.Location = new System.Drawing.Point(9, 38);
this.btnRemoveFile.Name = "btnRemoveFile";
this.btnRemoveFile.Size = new System.Drawing.Size(80, 26);
this.btnRemoveFile.TabIndex = 63;
this.btnRemoveFile.Text = " 移除附件";
this.btnRemoveFile.UseVisualStyleBackColor = false;
//
// btnUploadFile
//
this.btnUploadFile.BackColor = System.Drawing.Color.Transparent;
this.btnUploadFile.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUploadFile.BackImg")));
this.btnUploadFile.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnUploadFile.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnUploadFile.ForeColor = System.Drawing.Color.White;
this.btnUploadFile.IsCustomBackImg = false;
this.btnUploadFile.IsShowText = true;
this.btnUploadFile.Location = new System.Drawing.Point(9, 7);
this.btnUploadFile.Name = "btnUploadFile";
this.btnUploadFile.Size = new System.Drawing.Size(80, 26);
this.btnUploadFile.TabIndex = 62;
this.btnUploadFile.Text = " 选择附件";
this.btnUploadFile.UseVisualStyleBackColor = false;
//
// panelOrderPerson
//
this.panelOrderPerson.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelOrderPerson.BorderWidth = 1;
this.panelOrderPerson.Controls.Add(this.labelEx5);
this.panelOrderPerson.Controls.Add(this.btnSeenPerson);
this.panelOrderPerson.Controls.Add(this.txtSeenPerson);
this.panelOrderPerson.Dock = System.Windows.Forms.DockStyle.Top;
this.panelOrderPerson.Location = new System.Drawing.Point(3, 48);
this.panelOrderPerson.Name = "panelOrderPerson";
this.panelOrderPerson.Size = new System.Drawing.Size(932, 28);
this.panelOrderPerson.TabIndex = 63;
//
// labelEx5
//
this.labelEx5.AutoSize = true;
this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx5.Location = new System.Drawing.Point(4, 6);
this.labelEx5.Name = "labelEx5";
this.labelEx5.Size = new System.Drawing.Size(68, 17);
this.labelEx5.TabIndex = 27;
this.labelEx5.Text = "可见人员:";
//
// btnSeenPerson
//
this.btnSeenPerson.BackColor = System.Drawing.Color.Transparent;
this.btnSeenPerson.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSeenPerson.BackImg")));
this.btnSeenPerson.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSeenPerson.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSeenPerson.ForeColor = System.Drawing.Color.White;
this.btnSeenPerson.IsCustomBackImg = false;
this.btnSeenPerson.IsShowText = true;
this.btnSeenPerson.Location = new System.Drawing.Point(844, 1);
this.btnSeenPerson.Name = "btnSeenPerson";
this.btnSeenPerson.Size = new System.Drawing.Size(80, 26);
this.btnSeenPerson.TabIndex = 61;
this.btnSeenPerson.Text = " 选择";
this.btnSeenPerson.UseVisualStyleBackColor = false;
//
// txtSeenPerson
//
this.txtSeenPerson.BackColor = System.Drawing.Color.Transparent;
this.txtSeenPerson.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtSeenPerson.Icon = null;
this.txtSeenPerson.IconIsButton = false;
this.txtSeenPerson.IsPasswordChat = '\0';
this.txtSeenPerson.IsSystemPasswordChar = false;
this.txtSeenPerson.Lines = new string[0];
this.txtSeenPerson.Location = new System.Drawing.Point(71, 2);
this.txtSeenPerson.Margin = new System.Windows.Forms.Padding(0);
this.txtSeenPerson.MaxLength = 32767;
this.txtSeenPerson.MinimumSize = new System.Drawing.Size(0, 24);
this.txtSeenPerson.MouseBack = null;
this.txtSeenPerson.Multiline = false;
this.txtSeenPerson.Name = "txtSeenPerson";
this.txtSeenPerson.NormlBack = null;
this.txtSeenPerson.Padding = new System.Windows.Forms.Padding(5);
this.txtSeenPerson.ReadOnly = true;
this.txtSeenPerson.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtSeenPerson.Size = new System.Drawing.Size(764, 25);
this.txtSeenPerson.TabIndex = 62;
this.txtSeenPerson.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtSeenPerson.WaterColor = System.Drawing.Color.DarkGray;
this.txtSeenPerson.WaterText = "";
this.txtSeenPerson.WordWrap = true;
//
// panelEx11
//
this.panelEx11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx11.BorderWidth = 1;
this.panelEx11.Controls.Add(this.panelSeenPeople);
this.panelEx11.Controls.Add(this.labelEx3);
this.panelEx11.Controls.Add(this.txtBulletinTitle);
this.panelEx11.Controls.Add(this.cmbBulletinType);
this.panelEx11.Controls.Add(this.labelEx1);
this.panelEx11.Controls.Add(this.flowLayoutPanel1);
this.panelEx11.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx11.Location = new System.Drawing.Point(3, 3);
this.panelEx11.Name = "panelEx11";
this.panelEx11.Size = new System.Drawing.Size(932, 45);
this.panelEx11.TabIndex = 69;
//
// panelSeenPeople
//
this.panelSeenPeople.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelSeenPeople.BorderWidth = 1;
this.panelSeenPeople.Controls.Add(this.cmbSeenPeople);
this.panelSeenPeople.Controls.Add(this.labelEx2);
this.panelSeenPeople.Location = new System.Drawing.Point(582, 10);
this.panelSeenPeople.Name = "panelSeenPeople";
this.panelSeenPeople.Size = new System.Drawing.Size(175, 28);
this.panelSeenPeople.TabIndex = 66;
//
// cmbSeenPeople
//
this.cmbSeenPeople.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
this.cmbSeenPeople.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.cmbSeenPeople.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
this.cmbSeenPeople.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbSeenPeople.FormattingEnabled = true;
this.cmbSeenPeople.IsCustomColor = false;
this.cmbSeenPeople.Items.AddRange(new object[] {
"全员可见",
"指定人员"});
this.cmbSeenPeople.Location = new System.Drawing.Point(70, 2);
this.cmbSeenPeople.Name = "cmbSeenPeople";
this.cmbSeenPeople.ReadOnly = true;
this.cmbSeenPeople.Size = new System.Drawing.Size(100, 25);
this.cmbSeenPeople.TabIndex = 14;
//
// labelEx2
//
this.labelEx2.AutoSize = true;
this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx2.Location = new System.Drawing.Point(3, 6);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(68, 17);
this.labelEx2.TabIndex = 13;
this.labelEx2.Text = "可见范围:";
//
// labelEx3
//
this.labelEx3.AutoSize = true;
this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx3.Location = new System.Drawing.Point(182, 16);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(68, 17);
this.labelEx3.TabIndex = 11;
this.labelEx3.Text = "公告标题:";
//
// txtBulletinTitle
//
this.txtBulletinTitle.BackColor = System.Drawing.Color.Transparent;
this.txtBulletinTitle.Icon = null;
this.txtBulletinTitle.IconIsButton = false;
this.txtBulletinTitle.IsPasswordChat = '\0';
this.txtBulletinTitle.IsSystemPasswordChar = false;
this.txtBulletinTitle.Lines = new string[0];
this.txtBulletinTitle.Location = new System.Drawing.Point(249, 12);
this.txtBulletinTitle.Margin = new System.Windows.Forms.Padding(0);
this.txtBulletinTitle.MaxLength = 30;
this.txtBulletinTitle.MinimumSize = new System.Drawing.Size(0, 26);
this.txtBulletinTitle.MouseBack = null;
this.txtBulletinTitle.Multiline = false;
this.txtBulletinTitle.Name = "txtBulletinTitle";
this.txtBulletinTitle.NormlBack = null;
this.txtBulletinTitle.Padding = new System.Windows.Forms.Padding(5);
this.txtBulletinTitle.ReadOnly = false;
this.txtBulletinTitle.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtBulletinTitle.Size = new System.Drawing.Size(323, 26);
this.txtBulletinTitle.TabIndex = 15;
this.txtBulletinTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtBulletinTitle.WaterColor = System.Drawing.Color.DarkGray;
this.txtBulletinTitle.WaterText = "请输入公告标题";
this.txtBulletinTitle.WordWrap = true;
//
// cmbBulletinType
//
this.cmbBulletinType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
this.cmbBulletinType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.cmbBulletinType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
this.cmbBulletinType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbBulletinType.FormattingEnabled = true;
this.cmbBulletinType.IsCustomColor = false;
this.cmbBulletinType.Items.AddRange(new object[] {
"日常公告",
"规章制度",
"荣誉表彰",
"惩罚警示",
"员工手册",
"学习资料"});
this.cmbBulletinType.Location = new System.Drawing.Point(70, 12);
this.cmbBulletinType.Name = "cmbBulletinType";
this.cmbBulletinType.ReadOnly = true;
this.cmbBulletinType.Size = new System.Drawing.Size(100, 25);
this.cmbBulletinType.TabIndex = 9;
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx1.Location = new System.Drawing.Point(3, 16);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(68, 17);
this.labelEx1.TabIndex = 12;
this.labelEx1.Text = "公告类型:";
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.btnNext);
this.flowLayoutPanel1.Controls.Add(this.btnRelease);
this.flowLayoutPanel1.Controls.Add(this.btnClose);
this.flowLayoutPanel1.Location = new System.Drawing.Point(760, 8);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(168, 32);
this.flowLayoutPanel1.TabIndex = 66;
//
// btnNext
//
this.btnNext.BackColor = System.Drawing.Color.Transparent;
this.btnNext.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNext.BackImg")));
this.btnNext.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnNext.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnNext.ForeColor = System.Drawing.Color.White;
this.btnNext.IsCustomBackImg = false;
this.btnNext.IsShowText = true;
this.btnNext.Location = new System.Drawing.Point(3, 3);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(75, 26);
this.btnNext.TabIndex = 64;
this.btnNext.Text = " 下一条";
this.btnNext.UseVisualStyleBackColor = false;
this.btnNext.Visible = false;
//
// btnRelease
//
this.btnRelease.BackColor = System.Drawing.Color.Transparent;
this.btnRelease.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRelease.BackImg")));
this.btnRelease.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnRelease.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnRelease.ForeColor = System.Drawing.Color.White;
this.btnRelease.IsCustomBackImg = false;
this.btnRelease.IsShowText = true;
this.btnRelease.Location = new System.Drawing.Point(84, 3);
this.btnRelease.Name = "btnRelease";
this.btnRelease.Size = new System.Drawing.Size(75, 26);
this.btnRelease.TabIndex = 19;
this.btnRelease.Text = " 发 布";
this.btnRelease.UseVisualStyleBackColor = false;
//
// btnClose
//
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(3, 35);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 26);
this.btnClose.TabIndex = 17;
this.btnClose.Text = " 关 闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// frmReleaseBulletinBoard
//
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(960, 610);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.Name = "frmReleaseBulletinBoard";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "发布公告";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.panelEx1.ResumeLayout(false);
this.panelEx10.ResumeLayout(false);
this.panelEx10.PerformLayout();
this.panelEx9.ResumeLayout(false);
this.panelOrderPerson.ResumeLayout(false);
this.panelOrderPerson.PerformLayout();
this.panelEx11.ResumeLayout(false);
this.panelEx11.PerformLayout();
this.panelSeenPeople.ResumeLayout(false);
this.panelSeenPeople.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.PanelEx panelEx10;
private ComponentLibrary.LabelEx labelEx4;
protected internal ComponentLibrary.TextBoxEx txtBulletinInfo;
protected internal ComponentLibrary.LabelEx lblJilu;
private ComponentLibrary.PanelEx panelEx9;
protected internal ComponentLibrary.ButtonForm btnDownloadFile;
protected internal ComponentLibrary.ButtonForm btnRemoveFile;
protected internal ComponentLibrary.ButtonForm btnUploadFile;
protected internal ComponentLibrary.PanelEx panelOrderPerson;
protected ComponentLibrary.LabelEx labelEx5;
protected internal ComponentLibrary.ButtonForm btnSeenPerson;
protected ComponentLibrary.TextBoxEx txtSeenPerson;
private ComponentLibrary.PanelEx panelEx11;
protected internal ComponentLibrary.ComboBoxEx cmbSeenPeople;
private ComponentLibrary.LabelEx labelEx3;
protected ComponentLibrary.LabelEx labelEx2;
protected internal ComponentLibrary.TextBoxEx txtBulletinTitle;
protected internal ComponentLibrary.ComboBoxEx cmbBulletinType;
private ComponentLibrary.LabelEx labelEx1;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
protected internal ComponentLibrary.ButtonEx btnNext;
protected internal ComponentLibrary.ButtonEx btnRelease;
protected internal ComponentLibrary.ButtonEx btnClose;
protected internal ComponentLibrary.TreeViewEx treevFile;
protected internal ComponentLibrary.PanelEx panelSeenPeople;
}
}