123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804 |
- namespace LYFZ.Software.UI.OAShopManagement
- {
- partial class frmTaskAssigned
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- 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(frmTaskAssigned));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tbMain = new LYFZ.ComponentLibrary.TabControlEx();
- this.tpPublishingTasks = new System.Windows.Forms.TabPage();
- this.skinPanel2 = new LYFZ.OtherExpansion.SkinControl.SkinPanel();
- this.dgvTaskView = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.ID = 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.办理人 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.完成期限 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.完成状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Agt_CompleteTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.任务总结 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.发布人回复 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
- this.skinPanel1 = new LYFZ.OtherExpansion.SkinControl.SkinPanel();
- this.rdoterminationTask = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.btndel = new LYFZ.ComponentLibrary.ButtonEx();
- this.rdoCompletedTask = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.btnAddTask = new LYFZ.ComponentLibrary.ButtonEx();
- this.rdoExecutionIngTask = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoNewTask = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.tpReceivingTask = new System.Windows.Forms.TabPage();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvMyTaskView = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ucMyPagerEx = new LYFZ.UCPager.ucPagerEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.rdoMyTerminationTask = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.btnTaskSummary = new LYFZ.ComponentLibrary.ButtonEx();
- this.rdoMyCompletedTask = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoMyExecutionIngTask = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoMyNewTask = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnReply = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.tbMain.SuspendLayout();
- this.tpPublishingTasks.SuspendLayout();
- this.skinPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvTaskView)).BeginInit();
- this.skinPanel1.SuspendLayout();
- this.tpReceivingTask.SuspendLayout();
- this.panelEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvMyTaskView)).BeginInit();
- this.panelEx1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.tbMain);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Controls.Add(this.btnClose);
- this.plFormMainContent.Controls.Add(this.flowLayoutPanel1);
- this.plFormMainContent.Controls.SetChildIndex(this.flowLayoutPanel1, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // tbMain
- //
- this.tbMain.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tbMain.Controls.Add(this.tpPublishingTasks);
- this.tbMain.Controls.Add(this.tpReceivingTask);
- this.tbMain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tbMain.Font = new System.Drawing.Font("宋体", 9F);
- this.tbMain.ItemSize = new System.Drawing.Size(120, 30);
- this.tbMain.Location = new System.Drawing.Point(0, 0);
- this.tbMain.Name = "tbMain";
- this.tbMain.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tbMain.SelectedIndex = 0;
- this.tbMain.Size = new System.Drawing.Size(910, 505);
- this.tbMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tbMain.TabIndex = 0;
- this.tbMain.TabStop = false;
- //
- // tpPublishingTasks
- //
- this.tpPublishingTasks.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tpPublishingTasks.Controls.Add(this.skinPanel2);
- this.tpPublishingTasks.Controls.Add(this.skinPanel1);
- this.tpPublishingTasks.Location = new System.Drawing.Point(4, 34);
- this.tpPublishingTasks.Name = "tpPublishingTasks";
- this.tpPublishingTasks.Size = new System.Drawing.Size(902, 467);
- this.tpPublishingTasks.TabIndex = 0;
- this.tpPublishingTasks.Text = "发布任务";
- //
- // skinPanel2
- //
- this.skinPanel2.BackColor = System.Drawing.Color.Transparent;
- this.skinPanel2.Controls.Add(this.dgvTaskView);
- this.skinPanel2.Controls.Add(this.ucPagerEx1);
- this.skinPanel2.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.skinPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.skinPanel2.DownBack = null;
- this.skinPanel2.Location = new System.Drawing.Point(0, 48);
- this.skinPanel2.MouseBack = null;
- this.skinPanel2.Name = "skinPanel2";
- this.skinPanel2.NormlBack = null;
- this.skinPanel2.Size = new System.Drawing.Size(902, 419);
- this.skinPanel2.TabIndex = 0;
- //
- // dgvTaskView
- //
- this.dgvTaskView.AllowUserToAddRows = false;
- this.dgvTaskView.AllowUserToDeleteRows = false;
- this.dgvTaskView.AllowUserToResizeRows = false;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
- this.dgvTaskView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvTaskView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgvTaskView.BackgroundColor = System.Drawing.Color.White;
- this.dgvTaskView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgvTaskView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F);
- dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvTaskView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvTaskView.ColumnHeadersHeight = 30;
- this.dgvTaskView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvTaskView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ID,
- this.任务主题,
- this.任务内容,
- this.优先级,
- this.发布人,
- this.发布时间,
- this.办理人,
- this.完成期限,
- this.完成状态,
- this.Agt_CompleteTime,
- this.任务总结,
- this.发布人回复});
- this.dgvTaskView.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvTaskView.EnableHeadersVisualStyles = false;
- this.dgvTaskView.EraseCell = false;
- this.dgvTaskView.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvTaskView.GridViewUniquelyIdentify = resources.GetString("dgvTaskView.GridViewUniquelyIdentify");
- this.dgvTaskView.IsCompleteBonding = false;
- this.dgvTaskView.IsCopyCellValue = true;
- this.dgvTaskView.Location = new System.Drawing.Point(0, 0);
- this.dgvTaskView.Name = "dgvTaskView";
- this.dgvTaskView.RowHeadersVisible = false;
- this.dgvTaskView.RowTemplate.Height = 23;
- this.dgvTaskView.RowTemplate.ReadOnly = true;
- this.dgvTaskView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvTaskView.Size = new System.Drawing.Size(902, 395);
- this.dgvTaskView.TabIndex = 5;
- //
- // 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.任务内容.HeaderText = "任务内容";
- this.任务内容.Name = "任务内容";
- this.任务内容.ReadOnly = true;
- //
- // 优先级
- //
- this.优先级.HeaderText = "优先级";
- this.优先级.Name = "优先级";
- this.优先级.ReadOnly = true;
- //
- // 发布人
- //
- this.发布人.HeaderText = "发布人";
- this.发布人.Name = "发布人";
- this.发布人.ReadOnly = true;
- //
- // 发布时间
- //
- this.发布时间.HeaderText = "发布时间";
- this.发布时间.Name = "发布时间";
- this.发布时间.ReadOnly = true;
- //
- // 办理人
- //
- this.办理人.HeaderText = "办理人";
- this.办理人.Name = "办理人";
- this.办理人.ReadOnly = true;
- //
- // 完成期限
- //
- this.完成期限.HeaderText = "完成期限";
- this.完成期限.Name = "完成期限";
- this.完成期限.ReadOnly = true;
- //
- // 完成状态
- //
- this.完成状态.HeaderText = "完成状态";
- this.完成状态.Name = "完成状态";
- this.完成状态.ReadOnly = true;
- //
- // Agt_CompleteTime
- //
- this.Agt_CompleteTime.HeaderText = "完成时间";
- this.Agt_CompleteTime.Name = "Agt_CompleteTime";
- this.Agt_CompleteTime.ReadOnly = true;
- //
- // 任务总结
- //
- this.任务总结.HeaderText = "任务总结";
- this.任务总结.Name = "任务总结";
- this.任务总结.ReadOnly = true;
- //
- // 发布人回复
- //
- this.发布人回复.HeaderText = "发布人回复";
- this.发布人回复.Name = "发布人回复";
- this.发布人回复.ReadOnly = true;
- //
- // ucPagerEx1
- //
- this.ucPagerEx1.CurrentPageCount = 0;
- this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx1.Location = new System.Drawing.Point(0, 395);
- this.ucPagerEx1.Name = "ucPagerEx1";
- this.ucPagerEx1.NMax = 0;
- this.ucPagerEx1.PageCount = 0;
- this.ucPagerEx1.PageCurrent = 1;
- this.ucPagerEx1.PageSize = 20;
- this.ucPagerEx1.Size = new System.Drawing.Size(902, 24);
- this.ucPagerEx1.TabIndex = 6;
- this.ucPagerEx1.TbDataSource = null;
- //
- // skinPanel1
- //
- this.skinPanel1.BackColor = System.Drawing.Color.Transparent;
- this.skinPanel1.Controls.Add(this.btnReply);
- this.skinPanel1.Controls.Add(this.rdoterminationTask);
- this.skinPanel1.Controls.Add(this.btndel);
- this.skinPanel1.Controls.Add(this.rdoCompletedTask);
- this.skinPanel1.Controls.Add(this.btnAddTask);
- this.skinPanel1.Controls.Add(this.rdoExecutionIngTask);
- this.skinPanel1.Controls.Add(this.rdoNewTask);
- this.skinPanel1.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.skinPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.skinPanel1.DownBack = null;
- this.skinPanel1.Location = new System.Drawing.Point(0, 0);
- this.skinPanel1.MouseBack = null;
- this.skinPanel1.Name = "skinPanel1";
- this.skinPanel1.NormlBack = null;
- this.skinPanel1.Size = new System.Drawing.Size(902, 48);
- this.skinPanel1.TabIndex = 0;
- //
- // rdoterminationTask
- //
- this.rdoterminationTask.AutoSize = true;
- this.rdoterminationTask.BackColor = System.Drawing.Color.Transparent;
- this.rdoterminationTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rdoterminationTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoterminationTask.Location = new System.Drawing.Point(615, 13);
- this.rdoterminationTask.Name = "rdoterminationTask";
- this.rdoterminationTask.Size = new System.Drawing.Size(83, 24);
- this.rdoterminationTask.TabIndex = 0;
- this.rdoterminationTask.Tag = "3";
- this.rdoterminationTask.Text = "终止任务";
- this.rdoterminationTask.UseVisualStyleBackColor = false;
- //
- // btndel
- //
- 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(88, 10);
- this.btndel.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
- this.btndel.Name = "btndel";
- this.btndel.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.btndel.Size = new System.Drawing.Size(71, 28);
- this.btndel.TabIndex = 18;
- this.btndel.Text = " 删除任务";
- this.btndel.UseVisualStyleBackColor = false;
- //
- // rdoCompletedTask
- //
- this.rdoCompletedTask.AutoSize = true;
- this.rdoCompletedTask.BackColor = System.Drawing.Color.Transparent;
- this.rdoCompletedTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rdoCompletedTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoCompletedTask.Location = new System.Drawing.Point(497, 13);
- this.rdoCompletedTask.Name = "rdoCompletedTask";
- this.rdoCompletedTask.Size = new System.Drawing.Size(111, 24);
- this.rdoCompletedTask.TabIndex = 0;
- this.rdoCompletedTask.Tag = "2";
- this.rdoCompletedTask.Text = "已完成的任务";
- this.rdoCompletedTask.UseVisualStyleBackColor = false;
- //
- // btnAddTask
- //
- this.btnAddTask.BackColor = System.Drawing.Color.Transparent;
- this.btnAddTask.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddTask.BackImg")));
- this.btnAddTask.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnAddTask.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnAddTask.ForeColor = System.Drawing.Color.White;
- this.btnAddTask.IsCustomBackImg = false;
- this.btnAddTask.IsShowText = true;
- this.btnAddTask.Location = new System.Drawing.Point(10, 10);
- this.btnAddTask.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
- this.btnAddTask.Name = "btnAddTask";
- this.btnAddTask.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.btnAddTask.Size = new System.Drawing.Size(71, 28);
- this.btnAddTask.TabIndex = 20;
- this.btnAddTask.Text = " 发布任务";
- this.btnAddTask.UseVisualStyleBackColor = false;
- //
- // rdoExecutionIngTask
- //
- this.rdoExecutionIngTask.AutoSize = true;
- this.rdoExecutionIngTask.BackColor = System.Drawing.Color.Transparent;
- this.rdoExecutionIngTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rdoExecutionIngTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoExecutionIngTask.Location = new System.Drawing.Point(367, 13);
- this.rdoExecutionIngTask.Name = "rdoExecutionIngTask";
- this.rdoExecutionIngTask.Size = new System.Drawing.Size(125, 24);
- this.rdoExecutionIngTask.TabIndex = 0;
- this.rdoExecutionIngTask.Tag = "1";
- this.rdoExecutionIngTask.Text = "正执行中的任务";
- this.rdoExecutionIngTask.UseVisualStyleBackColor = false;
- //
- // rdoNewTask
- //
- this.rdoNewTask.AutoSize = true;
- this.rdoNewTask.BackColor = System.Drawing.Color.Transparent;
- this.rdoNewTask.Checked = true;
- this.rdoNewTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rdoNewTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoNewTask.Location = new System.Drawing.Point(285, 13);
- this.rdoNewTask.Name = "rdoNewTask";
- this.rdoNewTask.Size = new System.Drawing.Size(69, 24);
- this.rdoNewTask.TabIndex = 0;
- this.rdoNewTask.TabStop = true;
- this.rdoNewTask.Tag = "0";
- this.rdoNewTask.Text = "新任务";
- this.rdoNewTask.UseVisualStyleBackColor = false;
- //
- // tpReceivingTask
- //
- this.tpReceivingTask.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tpReceivingTask.Controls.Add(this.panelEx2);
- this.tpReceivingTask.Controls.Add(this.panelEx1);
- this.tpReceivingTask.Location = new System.Drawing.Point(4, 34);
- this.tpReceivingTask.Name = "tpReceivingTask";
- this.tpReceivingTask.Size = new System.Drawing.Size(902, 467);
- this.tpReceivingTask.TabIndex = 1;
- this.tpReceivingTask.Text = "我的任务";
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.dgvMyTaskView);
- this.panelEx2.Controls.Add(this.ucMyPagerEx);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx2.Location = new System.Drawing.Point(0, 48);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(902, 419);
- this.panelEx2.TabIndex = 0;
- //
- // dgvMyTaskView
- //
- this.dgvMyTaskView.AllowUserToAddRows = false;
- this.dgvMyTaskView.AllowUserToDeleteRows = false;
- this.dgvMyTaskView.AllowUserToResizeRows = false;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.LightCyan;
- this.dgvMyTaskView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvMyTaskView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgvMyTaskView.BackgroundColor = System.Drawing.Color.White;
- this.dgvMyTaskView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgvMyTaskView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F);
- dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvMyTaskView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvMyTaskView.ColumnHeadersHeight = 30;
- this.dgvMyTaskView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvMyTaskView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn2,
- this.dataGridViewTextBoxColumn3,
- this.dataGridViewTextBoxColumn4,
- this.dataGridViewTextBoxColumn5,
- this.dataGridViewTextBoxColumn6,
- this.dataGridViewTextBoxColumn7,
- this.dataGridViewTextBoxColumn8,
- this.dataGridViewTextBoxColumn9,
- this.dataGridViewTextBoxColumn10,
- this.dataGridViewTextBoxColumn11,
- this.dataGridViewTextBoxColumn12});
- this.dgvMyTaskView.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvMyTaskView.EnableHeadersVisualStyles = false;
- this.dgvMyTaskView.EraseCell = false;
- this.dgvMyTaskView.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvMyTaskView.GridViewUniquelyIdentify = resources.GetString("dgvMyTaskView.GridViewUniquelyIdentify");
- this.dgvMyTaskView.IsCompleteBonding = false;
- this.dgvMyTaskView.IsCopyCellValue = true;
- this.dgvMyTaskView.Location = new System.Drawing.Point(0, 0);
- this.dgvMyTaskView.Name = "dgvMyTaskView";
- this.dgvMyTaskView.RowHeadersVisible = false;
- this.dgvMyTaskView.RowTemplate.Height = 23;
- this.dgvMyTaskView.RowTemplate.ReadOnly = true;
- this.dgvMyTaskView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvMyTaskView.Size = new System.Drawing.Size(902, 395);
- this.dgvMyTaskView.TabIndex = 7;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.HeaderText = "ID";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- this.dataGridViewTextBoxColumn1.Visible = false;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.HeaderText = "任务主题";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.HeaderText = "任务内容";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.HeaderText = "优先级";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.HeaderText = "发布人";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.HeaderText = "发布时间";
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- this.dataGridViewTextBoxColumn6.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.HeaderText = "办理人";
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- this.dataGridViewTextBoxColumn7.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.HeaderText = "完成期限";
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- this.dataGridViewTextBoxColumn8.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn9
- //
- this.dataGridViewTextBoxColumn9.HeaderText = "完成状态";
- this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
- this.dataGridViewTextBoxColumn9.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn10
- //
- this.dataGridViewTextBoxColumn10.HeaderText = "完成时间";
- this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
- this.dataGridViewTextBoxColumn10.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn11
- //
- this.dataGridViewTextBoxColumn11.HeaderText = "任务总结";
- this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
- this.dataGridViewTextBoxColumn11.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn12
- //
- this.dataGridViewTextBoxColumn12.HeaderText = "发布人回复";
- this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
- this.dataGridViewTextBoxColumn12.ReadOnly = true;
- //
- // ucMyPagerEx
- //
- this.ucMyPagerEx.CurrentPageCount = 0;
- this.ucMyPagerEx.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucMyPagerEx.Location = new System.Drawing.Point(0, 395);
- this.ucMyPagerEx.Name = "ucMyPagerEx";
- this.ucMyPagerEx.NMax = 0;
- this.ucMyPagerEx.PageCount = 0;
- this.ucMyPagerEx.PageCurrent = 1;
- this.ucMyPagerEx.PageSize = 20;
- this.ucMyPagerEx.Size = new System.Drawing.Size(902, 24);
- this.ucMyPagerEx.TabIndex = 6;
- this.ucMyPagerEx.TbDataSource = null;
- //
- // panelEx1
- //
- 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.rdoMyTerminationTask);
- this.panelEx1.Controls.Add(this.btnTaskSummary);
- this.panelEx1.Controls.Add(this.rdoMyCompletedTask);
- this.panelEx1.Controls.Add(this.rdoMyExecutionIngTask);
- this.panelEx1.Controls.Add(this.rdoMyNewTask);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx1.Location = new System.Drawing.Point(0, 0);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(902, 48);
- this.panelEx1.TabIndex = 0;
- //
- // rdoMyTerminationTask
- //
- this.rdoMyTerminationTask.AutoSize = true;
- this.rdoMyTerminationTask.BackColor = System.Drawing.Color.Transparent;
- this.rdoMyTerminationTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rdoMyTerminationTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoMyTerminationTask.Location = new System.Drawing.Point(435, 14);
- this.rdoMyTerminationTask.Name = "rdoMyTerminationTask";
- this.rdoMyTerminationTask.Size = new System.Drawing.Size(83, 24);
- this.rdoMyTerminationTask.TabIndex = 1;
- this.rdoMyTerminationTask.Tag = "3";
- this.rdoMyTerminationTask.Text = "终止任务";
- this.rdoMyTerminationTask.UseVisualStyleBackColor = false;
- //
- // btnTaskSummary
- //
- this.btnTaskSummary.BackColor = System.Drawing.Color.Transparent;
- this.btnTaskSummary.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTaskSummary.BackImg")));
- this.btnTaskSummary.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnTaskSummary.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnTaskSummary.ForeColor = System.Drawing.Color.White;
- this.btnTaskSummary.IsCustomBackImg = false;
- this.btnTaskSummary.IsShowText = true;
- this.btnTaskSummary.Location = new System.Drawing.Point(10, 10);
- this.btnTaskSummary.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
- this.btnTaskSummary.Name = "btnTaskSummary";
- this.btnTaskSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.btnTaskSummary.Size = new System.Drawing.Size(71, 28);
- this.btnTaskSummary.TabIndex = 17;
- this.btnTaskSummary.Text = " 任务处理";
- this.btnTaskSummary.UseVisualStyleBackColor = false;
- //
- // rdoMyCompletedTask
- //
- this.rdoMyCompletedTask.AutoSize = true;
- this.rdoMyCompletedTask.BackColor = System.Drawing.Color.Transparent;
- this.rdoMyCompletedTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rdoMyCompletedTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoMyCompletedTask.Location = new System.Drawing.Point(317, 14);
- this.rdoMyCompletedTask.Name = "rdoMyCompletedTask";
- this.rdoMyCompletedTask.Size = new System.Drawing.Size(111, 24);
- this.rdoMyCompletedTask.TabIndex = 2;
- this.rdoMyCompletedTask.Tag = "2";
- this.rdoMyCompletedTask.Text = "已完成的任务";
- this.rdoMyCompletedTask.UseVisualStyleBackColor = false;
- //
- // rdoMyExecutionIngTask
- //
- this.rdoMyExecutionIngTask.AutoSize = true;
- this.rdoMyExecutionIngTask.BackColor = System.Drawing.Color.Transparent;
- this.rdoMyExecutionIngTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rdoMyExecutionIngTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoMyExecutionIngTask.Location = new System.Drawing.Point(187, 14);
- this.rdoMyExecutionIngTask.Name = "rdoMyExecutionIngTask";
- this.rdoMyExecutionIngTask.Size = new System.Drawing.Size(125, 24);
- this.rdoMyExecutionIngTask.TabIndex = 3;
- this.rdoMyExecutionIngTask.Tag = "1";
- this.rdoMyExecutionIngTask.Text = "正执行中的任务";
- this.rdoMyExecutionIngTask.UseVisualStyleBackColor = false;
- //
- // rdoMyNewTask
- //
- this.rdoMyNewTask.AutoSize = true;
- this.rdoMyNewTask.BackColor = System.Drawing.Color.Transparent;
- this.rdoMyNewTask.Checked = true;
- this.rdoMyNewTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rdoMyNewTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoMyNewTask.Location = new System.Drawing.Point(105, 14);
- this.rdoMyNewTask.Name = "rdoMyNewTask";
- this.rdoMyNewTask.Size = new System.Drawing.Size(69, 24);
- this.rdoMyNewTask.TabIndex = 4;
- this.rdoMyNewTask.TabStop = true;
- this.rdoMyNewTask.Tag = "0";
- this.rdoMyNewTask.Text = "新任务";
- this.rdoMyNewTask.UseVisualStyleBackColor = false;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.flowLayoutPanel1.BackColor = System.Drawing.Color.White;
- this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(430, 82);
- this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(473, 30);
- this.flowLayoutPanel1.TabIndex = 2;
- //
- // 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(826, 43);
- 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(71, 28);
- this.btnClose.TabIndex = 19;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // 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("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnReply.ForeColor = System.Drawing.Color.White;
- this.btnReply.IsCustomBackImg = false;
- this.btnReply.IsShowText = true;
- this.btnReply.Location = new System.Drawing.Point(168, 10);
- 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(105, 28);
- this.btnReply.TabIndex = 21;
- this.btnReply.Text = " 任务审核回复";
- this.btnReply.UseVisualStyleBackColor = false;
- //
- // frmTaskAssigned
- //
- 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 = "frmTaskAssigned";
- this.Text = "任务交办";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.tbMain.ResumeLayout(false);
- this.tpPublishingTasks.ResumeLayout(false);
- this.skinPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvTaskView)).EndInit();
- this.skinPanel1.ResumeLayout(false);
- this.skinPanel1.PerformLayout();
- this.tpReceivingTask.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvMyTaskView)).EndInit();
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- protected internal ComponentLibrary.TabControlEx tbMain;
- protected internal ComponentLibrary.ButtonEx btnClose;
- protected internal ComponentLibrary.ButtonEx btndel;
- protected internal ComponentLibrary.ButtonEx btnAddTask;
- protected internal ComponentLibrary.ButtonEx btnTaskSummary;
- private OtherExpansion.SkinControl.SkinPanel skinPanel2;
- protected internal ComponentLibrary.DataGridViewEx dgvTaskView;
- protected UCPager.ucPagerEx ucPagerEx1;
- private OtherExpansion.SkinControl.SkinPanel skinPanel1;
- private ComponentLibrary.PanelEx panelEx2;
- protected UCPager.ucPagerEx ucMyPagerEx;
- private ComponentLibrary.PanelEx panelEx1;
- public ComponentLibrary.RadioButtonEx rdoterminationTask;
- public ComponentLibrary.RadioButtonEx rdoCompletedTask;
- public ComponentLibrary.RadioButtonEx rdoExecutionIngTask;
- public ComponentLibrary.RadioButtonEx rdoNewTask;
- public ComponentLibrary.RadioButtonEx rdoMyTerminationTask;
- public ComponentLibrary.RadioButtonEx rdoMyCompletedTask;
- public ComponentLibrary.RadioButtonEx rdoMyExecutionIngTask;
- public ComponentLibrary.RadioButtonEx rdoMyNewTask;
- //private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- //private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- //private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- //private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- //private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
- //private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
- //private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
- //private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
- //private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
- //private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
- //private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
- protected internal ComponentLibrary.DataGridViewEx dgvMyTaskView;
- private System.Windows.Forms.DataGridViewTextBoxColumn ID;
- 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 完成期限;
- private System.Windows.Forms.DataGridViewTextBoxColumn 完成状态;
- private System.Windows.Forms.DataGridViewTextBoxColumn Agt_CompleteTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn 任务总结;
- private System.Windows.Forms.DataGridViewTextBoxColumn 发布人回复;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
- protected internal ComponentLibrary.ButtonEx btnReply;
- public System.Windows.Forms.TabPage tpPublishingTasks;
- public System.Windows.Forms.TabPage tpReceivingTask;
- }
- }
|