namespace LYFZ.Software.UI.BulletinBoard
{
partial class FrmInternalMail
{
///
/// 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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmInternalMail));
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
this.User_EmployeeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.User_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cmbUser_Department = new LYFZ.ComponentLibrary.ComboBoxEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
this.txtImail_ToName = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.btnRelease = new LYFZ.ComponentLibrary.ButtonEx();
this.txtImail_Content = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
this.txtCount = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.lblImail_ToName = new LYFZ.ComponentLibrary.LabelEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
this.panelEx2.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx2);
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Size = new System.Drawing.Size(732, 468);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(732, 468);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(700, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0);
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.dgv);
this.panelEx1.Controls.Add(this.cmbUser_Department);
this.panelEx1.Controls.Add(this.labelEx3);
this.panelEx1.Controls.Add(this.labelEx1);
this.panelEx1.Location = new System.Drawing.Point(14, 15);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(233, 443);
this.panelEx1.TabIndex = 1;
//
// dgv
//
this.dgv.AllowUserToAddRows = false;
this.dgv.AllowUserToDeleteRows = false;
this.dgv.AllowUserToResizeRows = false;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.LightCyan;
this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgv.BackgroundColor = System.Drawing.Color.White;
this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Navy;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv.ColumnHeadersVisible = false;
this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.User_EmployeeID,
this.User_Name});
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgv.DefaultCellStyle = dataGridViewCellStyle6;
this.dgv.EnableHeadersVisualStyles = false;
this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv";
this.dgv.IsCompleteBonding = false;
this.dgv.Location = new System.Drawing.Point(34, 71);
this.dgv.Name = "dgv";
this.dgv.ReadOnly = true;
this.dgv.RowHeadersVisible = false;
this.dgv.RowTemplate.Height = 23;
this.dgv.RowTemplate.ReadOnly = true;
this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv.Size = new System.Drawing.Size(185, 369);
this.dgv.TabIndex = 104;
//
// User_EmployeeID
//
this.User_EmployeeID.DataPropertyName = "User_EmployeeID";
this.User_EmployeeID.HeaderText = "编号";
this.User_EmployeeID.Name = "User_EmployeeID";
this.User_EmployeeID.ReadOnly = true;
this.User_EmployeeID.Visible = false;
//
// User_Name
//
this.User_Name.DataPropertyName = "User_Name";
this.User_Name.HeaderText = "姓名";
this.User_Name.Name = "User_Name";
this.User_Name.ReadOnly = true;
//
// cmbUser_Department
//
this.cmbUser_Department.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
this.cmbUser_Department.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.cmbUser_Department.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
this.cmbUser_Department.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbUser_Department.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.cmbUser_Department.Font = new System.Drawing.Font("宋体", 10.5F);
this.cmbUser_Department.FormattingEnabled = true;
this.cmbUser_Department.IsCustomColor = false;
this.cmbUser_Department.Location = new System.Drawing.Point(71, 36);
this.cmbUser_Department.Name = "cmbUser_Department";
this.cmbUser_Department.ReadOnly = false;
this.cmbUser_Department.Size = new System.Drawing.Size(148, 22);
this.cmbUser_Department.TabIndex = 103;
//
// 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(27, 40);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(44, 17);
this.labelEx3.TabIndex = 102;
this.labelEx3.Text = "部门:";
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.BackColor = System.Drawing.Color.Transparent;
this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
this.labelEx1.Location = new System.Drawing.Point(9, 12);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(44, 17);
this.labelEx1.TabIndex = 53;
this.labelEx1.Text = "接收人";
//
// panelEx2
//
this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx2.BorderWidth = 1;
this.panelEx2.Controls.Add(this.lblImail_ToName);
this.panelEx2.Controls.Add(this.btnClose);
this.panelEx2.Controls.Add(this.labelEx6);
this.panelEx2.Controls.Add(this.txtImail_ToName);
this.panelEx2.Controls.Add(this.btnRelease);
this.panelEx2.Controls.Add(this.txtImail_Content);
this.panelEx2.Controls.Add(this.labelEx5);
this.panelEx2.Controls.Add(this.txtCount);
this.panelEx2.Controls.Add(this.labelEx4);
this.panelEx2.Controls.Add(this.labelEx2);
this.panelEx2.Location = new System.Drawing.Point(247, 15);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(474, 443);
this.panelEx2.TabIndex = 2;
//
// 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(356, 44);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(87, 26);
this.btnClose.TabIndex = 197;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// labelEx6
//
this.labelEx6.AutoSize = true;
this.labelEx6.BackColor = System.Drawing.Color.Transparent;
this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
this.labelEx6.Location = new System.Drawing.Point(18, 11);
this.labelEx6.Name = "labelEx6";
this.labelEx6.Size = new System.Drawing.Size(56, 17);
this.labelEx6.TabIndex = 105;
this.labelEx6.Text = "信息发送";
//
// txtImail_ToName
//
this.txtImail_ToName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtImail_ToName.EmptyTextTip = null;
this.txtImail_ToName.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtImail_ToName.Enabled = false;
this.txtImail_ToName.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtImail_ToName.Location = new System.Drawing.Point(22, 76);
this.txtImail_ToName.Multiline = true;
this.txtImail_ToName.Name = "txtImail_ToName";
this.txtImail_ToName.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtImail_ToName.Size = new System.Drawing.Size(440, 101);
this.txtImail_ToName.TabIndex = 114;
//
// 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(356, 182);
this.btnRelease.Name = "btnRelease";
this.btnRelease.Size = new System.Drawing.Size(87, 26);
this.btnRelease.TabIndex = 112;
this.btnRelease.Text = "发送消息";
this.btnRelease.UseVisualStyleBackColor = false;
//
// txtImail_Content
//
this.txtImail_Content.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtImail_Content.EmptyTextTip = null;
this.txtImail_Content.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtImail_Content.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtImail_Content.Location = new System.Drawing.Point(21, 228);
this.txtImail_Content.Multiline = true;
this.txtImail_Content.Name = "txtImail_Content";
this.txtImail_Content.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtImail_Content.Size = new System.Drawing.Size(441, 189);
this.txtImail_Content.TabIndex = 113;
//
// 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(19, 191);
this.labelEx5.Name = "labelEx5";
this.labelEx5.Size = new System.Drawing.Size(68, 17);
this.labelEx5.TabIndex = 111;
this.labelEx5.Text = "消息内容:";
//
// txtCount
//
this.txtCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtCount.EmptyTextTip = null;
this.txtCount.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtCount.Enabled = false;
this.txtCount.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtCount.Location = new System.Drawing.Point(275, 46);
this.txtCount.Name = "txtCount";
this.txtCount.Size = new System.Drawing.Size(75, 23);
this.txtCount.TabIndex = 110;
//
// 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(230, 52);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(44, 17);
this.labelEx4.TabIndex = 109;
this.labelEx4.Text = "人数:";
//
// 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(19, 52);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(44, 17);
this.labelEx2.TabIndex = 108;
this.labelEx2.Text = "人员:";
//
// lblImail_ToName
//
this.lblImail_ToName.AutoSize = true;
this.lblImail_ToName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lblImail_ToName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lblImail_ToName.Location = new System.Drawing.Point(69, 52);
this.lblImail_ToName.Name = "lblImail_ToName";
this.lblImail_ToName.Size = new System.Drawing.Size(56, 17);
this.lblImail_ToName.TabIndex = 198;
this.lblImail_ToName.Text = "labelEx7";
this.lblImail_ToName.Visible = false;
//
// FrmInternalMail
//
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(732, 533);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmInternalMail";
this.Text = "发送消息";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.panelEx1.ResumeLayout(false);
this.panelEx1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
this.panelEx2.ResumeLayout(false);
this.panelEx2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.LabelEx labelEx1;
protected ComponentLibrary.DataGridViewEx dgv;
protected ComponentLibrary.ComboBoxEx cmbUser_Department;
private ComponentLibrary.LabelEx labelEx3;
private ComponentLibrary.PanelEx panelEx2;
private ComponentLibrary.LabelEx labelEx6;
protected ComponentLibrary.TextBoxBasicEx txtImail_ToName;
protected ComponentLibrary.ButtonEx btnRelease;
protected ComponentLibrary.TextBoxBasicEx txtImail_Content;
private ComponentLibrary.LabelEx labelEx5;
protected ComponentLibrary.TextBoxBasicEx txtCount;
private ComponentLibrary.LabelEx labelEx4;
private ComponentLibrary.LabelEx labelEx2;
protected ComponentLibrary.ButtonEx btnClose;
private System.Windows.Forms.DataGridViewTextBoxColumn User_EmployeeID;
private System.Windows.Forms.DataGridViewTextBoxColumn User_Name;
protected ComponentLibrary.LabelEx lblImail_ToName;
}
}