namespace LYFZ.Software.UI.OAShopManagement
{
partial class frmTeskView
{
///
/// 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(frmTeskView));
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
this.btnReply = new LYFZ.ComponentLibrary.ButtonEx();
this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
this.txtTaskReply = new LYFZ.ComponentLibrary.TextBoxEx();
this.txtTaskSummary = new LYFZ.ComponentLibrary.TextBoxEx();
this.txtTaskInfo = new LYFZ.ComponentLibrary.TextBoxEx();
this.dateTimePickerEx1 = new LYFZ.ComponentLibrary.DateTimePickerEx();
this.comboBoxCompletionState = new LYFZ.ComponentLibrary.ComboBoxEx();
this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
this.labTransactor = new LYFZ.ComponentLibrary.LabelEx();
this.labReleaseDatetime = new LYFZ.ComponentLibrary.LabelEx();
this.lbTitle = new LYFZ.ComponentLibrary.LabelEx();
this.labPriority = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.labPostedby = new LYFZ.ComponentLibrary.LabelEx();
this.labCompletiondate = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx1);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
//
// panelEx1
//
this.panelEx1.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.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.btnClose);
this.panelEx1.Controls.Add(this.btnSave);
this.panelEx1.Controls.Add(this.labelEx11);
this.panelEx1.Controls.Add(this.btnReply);
this.panelEx1.Controls.Add(this.labelEx10);
this.panelEx1.Controls.Add(this.txtTaskReply);
this.panelEx1.Controls.Add(this.txtTaskSummary);
this.panelEx1.Controls.Add(this.txtTaskInfo);
this.panelEx1.Controls.Add(this.dateTimePickerEx1);
this.panelEx1.Controls.Add(this.comboBoxCompletionState);
this.panelEx1.Controls.Add(this.labelEx9);
this.panelEx1.Controls.Add(this.labelEx4);
this.panelEx1.Controls.Add(this.labelEx7);
this.panelEx1.Controls.Add(this.labelEx8);
this.panelEx1.Controls.Add(this.labelEx3);
this.panelEx1.Controls.Add(this.labCompletiondate);
this.panelEx1.Controls.Add(this.labTransactor);
this.panelEx1.Controls.Add(this.labReleaseDatetime);
this.panelEx1.Controls.Add(this.lbTitle);
this.panelEx1.Controls.Add(this.labPriority);
this.panelEx1.Controls.Add(this.labelEx6);
this.panelEx1.Controls.Add(this.labelEx2);
this.panelEx1.Controls.Add(this.labelEx5);
this.panelEx1.Controls.Add(this.labelEx1);
this.panelEx1.Controls.Add(this.labPostedby);
this.panelEx1.Location = new System.Drawing.Point(10, 10);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(890, 525);
this.panelEx1.TabIndex = 0;
//
// 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("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.IsCustomBackImg = false;
this.btnClose.IsShowText = true;
this.btnClose.Location = new System.Drawing.Point(783, 12);
this.btnClose.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
this.btnClose.Name = "btnClose";
this.btnClose.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnClose.Size = new System.Drawing.Size(80, 28);
this.btnClose.TabIndex = 47;
this.btnClose.Text = " 关 闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSave.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.IsCustomBackImg = false;
this.btnSave.IsShowText = true;
this.btnSave.Location = new System.Drawing.Point(783, 349);
this.btnSave.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
this.btnSave.Name = "btnSave";
this.btnSave.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnSave.Size = new System.Drawing.Size(80, 28);
this.btnSave.TabIndex = 46;
this.btnSave.Text = "任务报告";
this.btnSave.UseVisualStyleBackColor = false;
//
// labelEx11
//
this.labelEx11.AutoSize = true;
this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx11.Location = new System.Drawing.Point(5, 382);
this.labelEx11.Name = "labelEx11";
this.labelEx11.Size = new System.Drawing.Size(80, 17);
this.labelEx11.TabIndex = 50;
this.labelEx11.Text = "发布人回复:";
//
// btnReply
//
this.btnReply.BackColor = System.Drawing.Color.Transparent;
this.btnReply.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReply.BackImg")));
this.btnReply.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnReply.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnReply.ForeColor = System.Drawing.Color.White;
this.btnReply.IsCustomBackImg = false;
this.btnReply.IsShowText = true;
this.btnReply.Location = new System.Drawing.Point(783, 489);
this.btnReply.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
this.btnReply.Name = "btnReply";
this.btnReply.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnReply.Size = new System.Drawing.Size(80, 28);
this.btnReply.TabIndex = 48;
this.btnReply.Text = " 回 复";
this.btnReply.UseVisualStyleBackColor = false;
//
// labelEx10
//
this.labelEx10.AutoSize = true;
this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx10.Location = new System.Drawing.Point(17, 259);
this.labelEx10.Name = "labelEx10";
this.labelEx10.Size = new System.Drawing.Size(68, 17);
this.labelEx10.TabIndex = 49;
this.labelEx10.Text = "任务报告:";
//
// txtTaskReply
//
this.txtTaskReply.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtTaskReply.AutoScroll = true;
this.txtTaskReply.BackColor = System.Drawing.Color.Transparent;
this.txtTaskReply.Icon = null;
this.txtTaskReply.IconIsButton = false;
this.txtTaskReply.IsPasswordChat = '\0';
this.txtTaskReply.IsSystemPasswordChar = false;
this.txtTaskReply.Lines = new string[0];
this.txtTaskReply.Location = new System.Drawing.Point(95, 382);
this.txtTaskReply.Margin = new System.Windows.Forms.Padding(0);
this.txtTaskReply.MaxLength = 32767;
this.txtTaskReply.MinimumSize = new System.Drawing.Size(0, 26);
this.txtTaskReply.MouseBack = null;
this.txtTaskReply.Multiline = true;
this.txtTaskReply.Name = "txtTaskReply";
this.txtTaskReply.NormlBack = null;
this.txtTaskReply.Padding = new System.Windows.Forms.Padding(5);
this.txtTaskReply.ReadOnly = false;
this.txtTaskReply.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtTaskReply.Size = new System.Drawing.Size(768, 105);
this.txtTaskReply.TabIndex = 45;
this.txtTaskReply.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtTaskReply.WaterColor = System.Drawing.Color.DarkGray;
this.txtTaskReply.WaterText = "暂无内容";
this.txtTaskReply.WordWrap = true;
//
// txtTaskSummary
//
this.txtTaskSummary.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtTaskSummary.AutoScroll = true;
this.txtTaskSummary.BackColor = System.Drawing.Color.Transparent;
this.txtTaskSummary.Icon = null;
this.txtTaskSummary.IconIsButton = false;
this.txtTaskSummary.IsPasswordChat = '\0';
this.txtTaskSummary.IsSystemPasswordChar = false;
this.txtTaskSummary.Lines = new string[0];
this.txtTaskSummary.Location = new System.Drawing.Point(98, 259);
this.txtTaskSummary.Margin = new System.Windows.Forms.Padding(0);
this.txtTaskSummary.MaxLength = 32767;
this.txtTaskSummary.MinimumSize = new System.Drawing.Size(0, 26);
this.txtTaskSummary.MouseBack = null;
this.txtTaskSummary.Multiline = true;
this.txtTaskSummary.Name = "txtTaskSummary";
this.txtTaskSummary.NormlBack = null;
this.txtTaskSummary.Padding = new System.Windows.Forms.Padding(5);
this.txtTaskSummary.ReadOnly = false;
this.txtTaskSummary.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtTaskSummary.Size = new System.Drawing.Size(768, 82);
this.txtTaskSummary.TabIndex = 45;
this.txtTaskSummary.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtTaskSummary.WaterColor = System.Drawing.Color.DarkGray;
this.txtTaskSummary.WaterText = "暂无内容";
this.txtTaskSummary.WordWrap = true;
//
// txtTaskInfo
//
this.txtTaskInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtTaskInfo.AutoScroll = true;
this.txtTaskInfo.BackColor = System.Drawing.Color.Transparent;
this.txtTaskInfo.Icon = null;
this.txtTaskInfo.IconIsButton = false;
this.txtTaskInfo.IsPasswordChat = '\0';
this.txtTaskInfo.IsSystemPasswordChar = false;
this.txtTaskInfo.Lines = new string[0];
this.txtTaskInfo.Location = new System.Drawing.Point(98, 77);
this.txtTaskInfo.Margin = new System.Windows.Forms.Padding(0);
this.txtTaskInfo.MaxLength = 32767;
this.txtTaskInfo.MinimumSize = new System.Drawing.Size(0, 26);
this.txtTaskInfo.MouseBack = null;
this.txtTaskInfo.Multiline = true;
this.txtTaskInfo.Name = "txtTaskInfo";
this.txtTaskInfo.NormlBack = null;
this.txtTaskInfo.Padding = new System.Windows.Forms.Padding(5);
this.txtTaskInfo.ReadOnly = true;
this.txtTaskInfo.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtTaskInfo.Size = new System.Drawing.Size(768, 109);
this.txtTaskInfo.TabIndex = 44;
this.txtTaskInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtTaskInfo.WaterColor = System.Drawing.Color.DarkGray;
this.txtTaskInfo.WaterText = "暂无内容";
this.txtTaskInfo.WordWrap = true;
//
// dateTimePickerEx1
//
this.dateTimePickerEx1.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dateTimePickerEx1.CustomFormat = " ";
this.dateTimePickerEx1.DateValue = "";
this.dateTimePickerEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dateTimePickerEx1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePickerEx1.IsShowTime = false;
this.dateTimePickerEx1.Location = new System.Drawing.Point(286, 211);
this.dateTimePickerEx1.Name = "dateTimePickerEx1";
this.dateTimePickerEx1.Size = new System.Drawing.Size(100, 23);
this.dateTimePickerEx1.TabIndex = 43;
//
// comboBoxCompletionState
//
this.comboBoxCompletionState.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
this.comboBoxCompletionState.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.comboBoxCompletionState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
this.comboBoxCompletionState.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboBoxCompletionState.FormattingEnabled = true;
this.comboBoxCompletionState.IsCustomColor = false;
this.comboBoxCompletionState.Location = new System.Drawing.Point(98, 211);
this.comboBoxCompletionState.Name = "comboBoxCompletionState";
this.comboBoxCompletionState.ReadOnly = true;
this.comboBoxCompletionState.Size = new System.Drawing.Size(91, 25);
this.comboBoxCompletionState.TabIndex = 42;
//
// labelEx9
//
this.labelEx9.AutoSize = true;
this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx9.Location = new System.Drawing.Point(17, 48);
this.labelEx9.Name = "labelEx9";
this.labelEx9.Size = new System.Drawing.Size(68, 17);
this.labelEx9.TabIndex = 41;
this.labelEx9.Text = "任务主题:";
//
// 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(17, 77);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(68, 17);
this.labelEx4.TabIndex = 41;
this.labelEx4.Text = "任务内容:";
//
// labelEx7
//
this.labelEx7.AutoSize = true;
this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx7.Location = new System.Drawing.Point(176, 19);
this.labelEx7.Name = "labelEx7";
this.labelEx7.Size = new System.Drawing.Size(68, 17);
this.labelEx7.TabIndex = 32;
this.labelEx7.Text = "发布时间:";
//
// labelEx8
//
this.labelEx8.AutoSize = true;
this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx8.Location = new System.Drawing.Point(215, 214);
this.labelEx8.Name = "labelEx8";
this.labelEx8.Size = new System.Drawing.Size(68, 17);
this.labelEx8.TabIndex = 31;
this.labelEx8.Text = "完成时间:";
//
// labTransactor
//
this.labTransactor.AutoSize = true;
this.labTransactor.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labTransactor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labTransactor.Location = new System.Drawing.Point(510, 214);
this.labTransactor.Name = "labTransactor";
this.labTransactor.Size = new System.Drawing.Size(23, 17);
this.labTransactor.TabIndex = 39;
this.labTransactor.Text = "---";
//
// labReleaseDatetime
//
this.labReleaseDatetime.AutoSize = true;
this.labReleaseDatetime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labReleaseDatetime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labReleaseDatetime.Location = new System.Drawing.Point(245, 19);
this.labReleaseDatetime.Name = "labReleaseDatetime";
this.labReleaseDatetime.Size = new System.Drawing.Size(23, 17);
this.labReleaseDatetime.TabIndex = 37;
this.labReleaseDatetime.Text = "---";
//
// lbTitle
//
this.lbTitle.AutoSize = true;
this.lbTitle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lbTitle.Location = new System.Drawing.Point(96, 48);
this.lbTitle.Name = "lbTitle";
this.lbTitle.Size = new System.Drawing.Size(23, 17);
this.lbTitle.TabIndex = 36;
this.lbTitle.Text = "---";
//
// labPriority
//
this.labPriority.AutoSize = true;
this.labPriority.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labPriority.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labPriority.Location = new System.Drawing.Point(96, 19);
this.labPriority.Name = "labPriority";
this.labPriority.Size = new System.Drawing.Size(23, 17);
this.labPriority.TabIndex = 36;
this.labPriority.Text = "---";
//
// labelEx6
//
this.labelEx6.AutoSize = true;
this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx6.Location = new System.Drawing.Point(606, 214);
this.labelEx6.Name = "labelEx6";
this.labelEx6.Size = new System.Drawing.Size(56, 17);
this.labelEx6.TabIndex = 35;
this.labelEx6.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(453, 214);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(56, 17);
this.labelEx2.TabIndex = 34;
this.labelEx2.Text = "办理人:";
//
// labelEx5
//
this.labelEx5.AutoSize = true;
this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((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(17, 214);
this.labelEx5.Name = "labelEx5";
this.labelEx5.Size = new System.Drawing.Size(68, 17);
this.labelEx5.TabIndex = 29;
this.labelEx5.Text = "任务状态:";
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((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(5, 19);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(80, 17);
this.labelEx1.TabIndex = 28;
this.labelEx1.Text = "任务优先级:";
//
// labPostedby
//
this.labPostedby.AutoSize = true;
this.labPostedby.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labPostedby.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labPostedby.Location = new System.Drawing.Point(663, 214);
this.labPostedby.Name = "labPostedby";
this.labPostedby.Size = new System.Drawing.Size(23, 17);
this.labPostedby.TabIndex = 38;
this.labPostedby.Text = "---";
//
// labCompletiondate
//
this.labCompletiondate.AutoSize = true;
this.labCompletiondate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labCompletiondate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labCompletiondate.Location = new System.Drawing.Point(469, 19);
this.labCompletiondate.Name = "labCompletiondate";
this.labCompletiondate.Size = new System.Drawing.Size(23, 17);
this.labCompletiondate.TabIndex = 33;
this.labCompletiondate.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(400, 19);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(68, 17);
this.labelEx3.TabIndex = 30;
this.labelEx3.Text = "完成期限:";
//
// frmTeskView
//
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.IsUserControlsSize = false;
this.Name = "frmTeskView";
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.panelEx1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.LabelEx labelEx10;
protected internal ComponentLibrary.TextBoxEx txtTaskInfo;
protected internal ComponentLibrary.DateTimePickerEx dateTimePickerEx1;
protected internal ComponentLibrary.ComboBoxEx comboBoxCompletionState;
private ComponentLibrary.LabelEx labelEx4;
private ComponentLibrary.LabelEx labelEx7;
private ComponentLibrary.LabelEx labelEx8;
protected internal ComponentLibrary.LabelEx labPostedby;
protected internal ComponentLibrary.LabelEx labTransactor;
protected internal ComponentLibrary.LabelEx labReleaseDatetime;
protected internal ComponentLibrary.LabelEx labPriority;
private ComponentLibrary.LabelEx labelEx6;
private ComponentLibrary.LabelEx labelEx2;
private ComponentLibrary.LabelEx labelEx5;
private ComponentLibrary.LabelEx labelEx1;
protected internal ComponentLibrary.ButtonEx btnReply;
public ComponentLibrary.ButtonEx btnClose;
public ComponentLibrary.ButtonEx btnSave;
public ComponentLibrary.LabelEx labelEx11;
public ComponentLibrary.TextBoxEx txtTaskSummary;
public ComponentLibrary.TextBoxEx txtTaskReply;
private ComponentLibrary.LabelEx labelEx9;
protected internal ComponentLibrary.LabelEx lbTitle;
private ComponentLibrary.LabelEx labelEx3;
protected internal ComponentLibrary.LabelEx labCompletiondate;
}
}