frmTaskAssigned.Designer.cs 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804
  1. namespace LYFZ.Software.UI.OAShopManagement
  2. {
  3. partial class frmTaskAssigned
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTaskAssigned));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.tbMain = new LYFZ.ComponentLibrary.TabControlEx();
  34. this.tpPublishingTasks = new System.Windows.Forms.TabPage();
  35. this.skinPanel2 = new LYFZ.OtherExpansion.SkinControl.SkinPanel();
  36. this.dgvTaskView = new LYFZ.ComponentLibrary.DataGridViewEx();
  37. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.任务主题 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.任务内容 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.优先级 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.发布人 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.发布时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.办理人 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.完成期限 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.完成状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Agt_CompleteTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.任务总结 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.发布人回复 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  50. this.skinPanel1 = new LYFZ.OtherExpansion.SkinControl.SkinPanel();
  51. this.rdoterminationTask = new LYFZ.ComponentLibrary.RadioButtonEx();
  52. this.btndel = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.rdoCompletedTask = new LYFZ.ComponentLibrary.RadioButtonEx();
  54. this.btnAddTask = new LYFZ.ComponentLibrary.ButtonEx();
  55. this.rdoExecutionIngTask = new LYFZ.ComponentLibrary.RadioButtonEx();
  56. this.rdoNewTask = new LYFZ.ComponentLibrary.RadioButtonEx();
  57. this.tpReceivingTask = new System.Windows.Forms.TabPage();
  58. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  59. this.dgvMyTaskView = new LYFZ.ComponentLibrary.DataGridViewEx();
  60. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.ucMyPagerEx = new LYFZ.UCPager.ucPagerEx();
  73. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  74. this.rdoMyTerminationTask = new LYFZ.ComponentLibrary.RadioButtonEx();
  75. this.btnTaskSummary = new LYFZ.ComponentLibrary.ButtonEx();
  76. this.rdoMyCompletedTask = new LYFZ.ComponentLibrary.RadioButtonEx();
  77. this.rdoMyExecutionIngTask = new LYFZ.ComponentLibrary.RadioButtonEx();
  78. this.rdoMyNewTask = new LYFZ.ComponentLibrary.RadioButtonEx();
  79. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  80. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  81. this.btnReply = new LYFZ.ComponentLibrary.ButtonEx();
  82. this.plExMainContainer.SuspendLayout();
  83. this.plFormMainContent.SuspendLayout();
  84. this.tbMain.SuspendLayout();
  85. this.tpPublishingTasks.SuspendLayout();
  86. this.skinPanel2.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.dgvTaskView)).BeginInit();
  88. this.skinPanel1.SuspendLayout();
  89. this.tpReceivingTask.SuspendLayout();
  90. this.panelEx2.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.dgvMyTaskView)).BeginInit();
  92. this.panelEx1.SuspendLayout();
  93. this.SuspendLayout();
  94. //
  95. // plExMainContainer
  96. //
  97. this.plExMainContainer.Controls.Add(this.tbMain);
  98. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  99. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  100. //
  101. // plFormMainContent
  102. //
  103. this.plFormMainContent.Controls.Add(this.btnClose);
  104. this.plFormMainContent.Controls.Add(this.flowLayoutPanel1);
  105. this.plFormMainContent.Controls.SetChildIndex(this.flowLayoutPanel1, 0);
  106. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  107. this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
  108. //
  109. // btnAppFormExit
  110. //
  111. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  112. //
  113. // btnAppFormMinimize
  114. //
  115. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  116. //
  117. // tbMain
  118. //
  119. this.tbMain.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  120. this.tbMain.Controls.Add(this.tpPublishingTasks);
  121. this.tbMain.Controls.Add(this.tpReceivingTask);
  122. this.tbMain.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.tbMain.Font = new System.Drawing.Font("宋体", 9F);
  124. this.tbMain.ItemSize = new System.Drawing.Size(120, 30);
  125. this.tbMain.Location = new System.Drawing.Point(0, 0);
  126. this.tbMain.Name = "tbMain";
  127. this.tbMain.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  128. this.tbMain.SelectedIndex = 0;
  129. this.tbMain.Size = new System.Drawing.Size(910, 505);
  130. this.tbMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  131. this.tbMain.TabIndex = 0;
  132. this.tbMain.TabStop = false;
  133. //
  134. // tpPublishingTasks
  135. //
  136. this.tpPublishingTasks.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  137. this.tpPublishingTasks.Controls.Add(this.skinPanel2);
  138. this.tpPublishingTasks.Controls.Add(this.skinPanel1);
  139. this.tpPublishingTasks.Location = new System.Drawing.Point(4, 34);
  140. this.tpPublishingTasks.Name = "tpPublishingTasks";
  141. this.tpPublishingTasks.Size = new System.Drawing.Size(902, 467);
  142. this.tpPublishingTasks.TabIndex = 0;
  143. this.tpPublishingTasks.Text = "发布任务";
  144. //
  145. // skinPanel2
  146. //
  147. this.skinPanel2.BackColor = System.Drawing.Color.Transparent;
  148. this.skinPanel2.Controls.Add(this.dgvTaskView);
  149. this.skinPanel2.Controls.Add(this.ucPagerEx1);
  150. this.skinPanel2.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  151. this.skinPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  152. this.skinPanel2.DownBack = null;
  153. this.skinPanel2.Location = new System.Drawing.Point(0, 48);
  154. this.skinPanel2.MouseBack = null;
  155. this.skinPanel2.Name = "skinPanel2";
  156. this.skinPanel2.NormlBack = null;
  157. this.skinPanel2.Size = new System.Drawing.Size(902, 419);
  158. this.skinPanel2.TabIndex = 0;
  159. //
  160. // dgvTaskView
  161. //
  162. this.dgvTaskView.AllowUserToAddRows = false;
  163. this.dgvTaskView.AllowUserToDeleteRows = false;
  164. this.dgvTaskView.AllowUserToResizeRows = false;
  165. dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
  166. this.dgvTaskView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  167. this.dgvTaskView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  168. this.dgvTaskView.BackgroundColor = System.Drawing.Color.White;
  169. this.dgvTaskView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  170. this.dgvTaskView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  171. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  172. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  173. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F);
  174. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  175. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  176. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  177. this.dgvTaskView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  178. this.dgvTaskView.ColumnHeadersHeight = 30;
  179. this.dgvTaskView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  180. this.dgvTaskView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  181. this.ID,
  182. this.任务主题,
  183. this.任务内容,
  184. this.优先级,
  185. this.发布人,
  186. this.发布时间,
  187. this.办理人,
  188. this.完成期限,
  189. this.完成状态,
  190. this.Agt_CompleteTime,
  191. this.任务总结,
  192. this.发布人回复});
  193. this.dgvTaskView.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.dgvTaskView.EnableHeadersVisualStyles = false;
  195. this.dgvTaskView.EraseCell = false;
  196. this.dgvTaskView.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  197. this.dgvTaskView.GridViewUniquelyIdentify = resources.GetString("dgvTaskView.GridViewUniquelyIdentify");
  198. this.dgvTaskView.IsCompleteBonding = false;
  199. this.dgvTaskView.IsCopyCellValue = true;
  200. this.dgvTaskView.Location = new System.Drawing.Point(0, 0);
  201. this.dgvTaskView.Name = "dgvTaskView";
  202. this.dgvTaskView.RowHeadersVisible = false;
  203. this.dgvTaskView.RowTemplate.Height = 23;
  204. this.dgvTaskView.RowTemplate.ReadOnly = true;
  205. this.dgvTaskView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  206. this.dgvTaskView.Size = new System.Drawing.Size(902, 395);
  207. this.dgvTaskView.TabIndex = 5;
  208. //
  209. // ID
  210. //
  211. this.ID.HeaderText = "ID";
  212. this.ID.Name = "ID";
  213. this.ID.ReadOnly = true;
  214. this.ID.Visible = false;
  215. //
  216. // 任务主题
  217. //
  218. this.任务主题.HeaderText = "任务主题";
  219. this.任务主题.Name = "任务主题";
  220. this.任务主题.ReadOnly = true;
  221. //
  222. // 任务内容
  223. //
  224. this.任务内容.HeaderText = "任务内容";
  225. this.任务内容.Name = "任务内容";
  226. this.任务内容.ReadOnly = true;
  227. //
  228. // 优先级
  229. //
  230. this.优先级.HeaderText = "优先级";
  231. this.优先级.Name = "优先级";
  232. this.优先级.ReadOnly = true;
  233. //
  234. // 发布人
  235. //
  236. this.发布人.HeaderText = "发布人";
  237. this.发布人.Name = "发布人";
  238. this.发布人.ReadOnly = true;
  239. //
  240. // 发布时间
  241. //
  242. this.发布时间.HeaderText = "发布时间";
  243. this.发布时间.Name = "发布时间";
  244. this.发布时间.ReadOnly = true;
  245. //
  246. // 办理人
  247. //
  248. this.办理人.HeaderText = "办理人";
  249. this.办理人.Name = "办理人";
  250. this.办理人.ReadOnly = true;
  251. //
  252. // 完成期限
  253. //
  254. this.完成期限.HeaderText = "完成期限";
  255. this.完成期限.Name = "完成期限";
  256. this.完成期限.ReadOnly = true;
  257. //
  258. // 完成状态
  259. //
  260. this.完成状态.HeaderText = "完成状态";
  261. this.完成状态.Name = "完成状态";
  262. this.完成状态.ReadOnly = true;
  263. //
  264. // Agt_CompleteTime
  265. //
  266. this.Agt_CompleteTime.HeaderText = "完成时间";
  267. this.Agt_CompleteTime.Name = "Agt_CompleteTime";
  268. this.Agt_CompleteTime.ReadOnly = true;
  269. //
  270. // 任务总结
  271. //
  272. this.任务总结.HeaderText = "任务总结";
  273. this.任务总结.Name = "任务总结";
  274. this.任务总结.ReadOnly = true;
  275. //
  276. // 发布人回复
  277. //
  278. this.发布人回复.HeaderText = "发布人回复";
  279. this.发布人回复.Name = "发布人回复";
  280. this.发布人回复.ReadOnly = true;
  281. //
  282. // ucPagerEx1
  283. //
  284. this.ucPagerEx1.CurrentPageCount = 0;
  285. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  286. this.ucPagerEx1.Location = new System.Drawing.Point(0, 395);
  287. this.ucPagerEx1.Name = "ucPagerEx1";
  288. this.ucPagerEx1.NMax = 0;
  289. this.ucPagerEx1.PageCount = 0;
  290. this.ucPagerEx1.PageCurrent = 1;
  291. this.ucPagerEx1.PageSize = 20;
  292. this.ucPagerEx1.Size = new System.Drawing.Size(902, 24);
  293. this.ucPagerEx1.TabIndex = 6;
  294. this.ucPagerEx1.TbDataSource = null;
  295. //
  296. // skinPanel1
  297. //
  298. this.skinPanel1.BackColor = System.Drawing.Color.Transparent;
  299. this.skinPanel1.Controls.Add(this.btnReply);
  300. this.skinPanel1.Controls.Add(this.rdoterminationTask);
  301. this.skinPanel1.Controls.Add(this.btndel);
  302. this.skinPanel1.Controls.Add(this.rdoCompletedTask);
  303. this.skinPanel1.Controls.Add(this.btnAddTask);
  304. this.skinPanel1.Controls.Add(this.rdoExecutionIngTask);
  305. this.skinPanel1.Controls.Add(this.rdoNewTask);
  306. this.skinPanel1.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  307. this.skinPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  308. this.skinPanel1.DownBack = null;
  309. this.skinPanel1.Location = new System.Drawing.Point(0, 0);
  310. this.skinPanel1.MouseBack = null;
  311. this.skinPanel1.Name = "skinPanel1";
  312. this.skinPanel1.NormlBack = null;
  313. this.skinPanel1.Size = new System.Drawing.Size(902, 48);
  314. this.skinPanel1.TabIndex = 0;
  315. //
  316. // rdoterminationTask
  317. //
  318. this.rdoterminationTask.AutoSize = true;
  319. this.rdoterminationTask.BackColor = System.Drawing.Color.Transparent;
  320. this.rdoterminationTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. this.rdoterminationTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  322. this.rdoterminationTask.Location = new System.Drawing.Point(615, 13);
  323. this.rdoterminationTask.Name = "rdoterminationTask";
  324. this.rdoterminationTask.Size = new System.Drawing.Size(83, 24);
  325. this.rdoterminationTask.TabIndex = 0;
  326. this.rdoterminationTask.Tag = "3";
  327. this.rdoterminationTask.Text = "终止任务";
  328. this.rdoterminationTask.UseVisualStyleBackColor = false;
  329. //
  330. // btndel
  331. //
  332. this.btndel.BackColor = System.Drawing.Color.Transparent;
  333. this.btndel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btndel.BackImg")));
  334. this.btndel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  335. this.btndel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  336. this.btndel.ForeColor = System.Drawing.Color.White;
  337. this.btndel.IsCustomBackImg = false;
  338. this.btndel.IsShowText = true;
  339. this.btndel.Location = new System.Drawing.Point(88, 10);
  340. this.btndel.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
  341. this.btndel.Name = "btndel";
  342. this.btndel.RightToLeft = System.Windows.Forms.RightToLeft.No;
  343. this.btndel.Size = new System.Drawing.Size(71, 28);
  344. this.btndel.TabIndex = 18;
  345. this.btndel.Text = " 删除任务";
  346. this.btndel.UseVisualStyleBackColor = false;
  347. //
  348. // rdoCompletedTask
  349. //
  350. this.rdoCompletedTask.AutoSize = true;
  351. this.rdoCompletedTask.BackColor = System.Drawing.Color.Transparent;
  352. this.rdoCompletedTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.rdoCompletedTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  354. this.rdoCompletedTask.Location = new System.Drawing.Point(497, 13);
  355. this.rdoCompletedTask.Name = "rdoCompletedTask";
  356. this.rdoCompletedTask.Size = new System.Drawing.Size(111, 24);
  357. this.rdoCompletedTask.TabIndex = 0;
  358. this.rdoCompletedTask.Tag = "2";
  359. this.rdoCompletedTask.Text = "已完成的任务";
  360. this.rdoCompletedTask.UseVisualStyleBackColor = false;
  361. //
  362. // btnAddTask
  363. //
  364. this.btnAddTask.BackColor = System.Drawing.Color.Transparent;
  365. this.btnAddTask.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddTask.BackImg")));
  366. this.btnAddTask.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  367. this.btnAddTask.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  368. this.btnAddTask.ForeColor = System.Drawing.Color.White;
  369. this.btnAddTask.IsCustomBackImg = false;
  370. this.btnAddTask.IsShowText = true;
  371. this.btnAddTask.Location = new System.Drawing.Point(10, 10);
  372. this.btnAddTask.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
  373. this.btnAddTask.Name = "btnAddTask";
  374. this.btnAddTask.RightToLeft = System.Windows.Forms.RightToLeft.No;
  375. this.btnAddTask.Size = new System.Drawing.Size(71, 28);
  376. this.btnAddTask.TabIndex = 20;
  377. this.btnAddTask.Text = " 发布任务";
  378. this.btnAddTask.UseVisualStyleBackColor = false;
  379. //
  380. // rdoExecutionIngTask
  381. //
  382. this.rdoExecutionIngTask.AutoSize = true;
  383. this.rdoExecutionIngTask.BackColor = System.Drawing.Color.Transparent;
  384. this.rdoExecutionIngTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.rdoExecutionIngTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  386. this.rdoExecutionIngTask.Location = new System.Drawing.Point(367, 13);
  387. this.rdoExecutionIngTask.Name = "rdoExecutionIngTask";
  388. this.rdoExecutionIngTask.Size = new System.Drawing.Size(125, 24);
  389. this.rdoExecutionIngTask.TabIndex = 0;
  390. this.rdoExecutionIngTask.Tag = "1";
  391. this.rdoExecutionIngTask.Text = "正执行中的任务";
  392. this.rdoExecutionIngTask.UseVisualStyleBackColor = false;
  393. //
  394. // rdoNewTask
  395. //
  396. this.rdoNewTask.AutoSize = true;
  397. this.rdoNewTask.BackColor = System.Drawing.Color.Transparent;
  398. this.rdoNewTask.Checked = true;
  399. this.rdoNewTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.rdoNewTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  401. this.rdoNewTask.Location = new System.Drawing.Point(285, 13);
  402. this.rdoNewTask.Name = "rdoNewTask";
  403. this.rdoNewTask.Size = new System.Drawing.Size(69, 24);
  404. this.rdoNewTask.TabIndex = 0;
  405. this.rdoNewTask.TabStop = true;
  406. this.rdoNewTask.Tag = "0";
  407. this.rdoNewTask.Text = "新任务";
  408. this.rdoNewTask.UseVisualStyleBackColor = false;
  409. //
  410. // tpReceivingTask
  411. //
  412. this.tpReceivingTask.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  413. this.tpReceivingTask.Controls.Add(this.panelEx2);
  414. this.tpReceivingTask.Controls.Add(this.panelEx1);
  415. this.tpReceivingTask.Location = new System.Drawing.Point(4, 34);
  416. this.tpReceivingTask.Name = "tpReceivingTask";
  417. this.tpReceivingTask.Size = new System.Drawing.Size(902, 467);
  418. this.tpReceivingTask.TabIndex = 1;
  419. this.tpReceivingTask.Text = "我的任务";
  420. //
  421. // panelEx2
  422. //
  423. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  424. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  425. this.panelEx2.BorderWidth = 1;
  426. this.panelEx2.Controls.Add(this.dgvMyTaskView);
  427. this.panelEx2.Controls.Add(this.ucMyPagerEx);
  428. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  429. this.panelEx2.Location = new System.Drawing.Point(0, 48);
  430. this.panelEx2.Name = "panelEx2";
  431. this.panelEx2.Size = new System.Drawing.Size(902, 419);
  432. this.panelEx2.TabIndex = 0;
  433. //
  434. // dgvMyTaskView
  435. //
  436. this.dgvMyTaskView.AllowUserToAddRows = false;
  437. this.dgvMyTaskView.AllowUserToDeleteRows = false;
  438. this.dgvMyTaskView.AllowUserToResizeRows = false;
  439. dataGridViewCellStyle7.BackColor = System.Drawing.Color.LightCyan;
  440. this.dgvMyTaskView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  441. this.dgvMyTaskView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  442. this.dgvMyTaskView.BackgroundColor = System.Drawing.Color.White;
  443. this.dgvMyTaskView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  444. this.dgvMyTaskView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  445. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  446. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  447. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F);
  448. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  449. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  450. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  451. this.dgvMyTaskView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  452. this.dgvMyTaskView.ColumnHeadersHeight = 30;
  453. this.dgvMyTaskView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  454. this.dgvMyTaskView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  455. this.dataGridViewTextBoxColumn1,
  456. this.dataGridViewTextBoxColumn2,
  457. this.dataGridViewTextBoxColumn3,
  458. this.dataGridViewTextBoxColumn4,
  459. this.dataGridViewTextBoxColumn5,
  460. this.dataGridViewTextBoxColumn6,
  461. this.dataGridViewTextBoxColumn7,
  462. this.dataGridViewTextBoxColumn8,
  463. this.dataGridViewTextBoxColumn9,
  464. this.dataGridViewTextBoxColumn10,
  465. this.dataGridViewTextBoxColumn11,
  466. this.dataGridViewTextBoxColumn12});
  467. this.dgvMyTaskView.Dock = System.Windows.Forms.DockStyle.Fill;
  468. this.dgvMyTaskView.EnableHeadersVisualStyles = false;
  469. this.dgvMyTaskView.EraseCell = false;
  470. this.dgvMyTaskView.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  471. this.dgvMyTaskView.GridViewUniquelyIdentify = resources.GetString("dgvMyTaskView.GridViewUniquelyIdentify");
  472. this.dgvMyTaskView.IsCompleteBonding = false;
  473. this.dgvMyTaskView.IsCopyCellValue = true;
  474. this.dgvMyTaskView.Location = new System.Drawing.Point(0, 0);
  475. this.dgvMyTaskView.Name = "dgvMyTaskView";
  476. this.dgvMyTaskView.RowHeadersVisible = false;
  477. this.dgvMyTaskView.RowTemplate.Height = 23;
  478. this.dgvMyTaskView.RowTemplate.ReadOnly = true;
  479. this.dgvMyTaskView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  480. this.dgvMyTaskView.Size = new System.Drawing.Size(902, 395);
  481. this.dgvMyTaskView.TabIndex = 7;
  482. //
  483. // dataGridViewTextBoxColumn1
  484. //
  485. this.dataGridViewTextBoxColumn1.HeaderText = "ID";
  486. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  487. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  488. this.dataGridViewTextBoxColumn1.Visible = false;
  489. //
  490. // dataGridViewTextBoxColumn2
  491. //
  492. this.dataGridViewTextBoxColumn2.HeaderText = "任务主题";
  493. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  494. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  495. //
  496. // dataGridViewTextBoxColumn3
  497. //
  498. this.dataGridViewTextBoxColumn3.HeaderText = "任务内容";
  499. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  500. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  501. //
  502. // dataGridViewTextBoxColumn4
  503. //
  504. this.dataGridViewTextBoxColumn4.HeaderText = "优先级";
  505. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  506. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  507. //
  508. // dataGridViewTextBoxColumn5
  509. //
  510. this.dataGridViewTextBoxColumn5.HeaderText = "发布人";
  511. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  512. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  513. //
  514. // dataGridViewTextBoxColumn6
  515. //
  516. this.dataGridViewTextBoxColumn6.HeaderText = "发布时间";
  517. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  518. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  519. //
  520. // dataGridViewTextBoxColumn7
  521. //
  522. this.dataGridViewTextBoxColumn7.HeaderText = "办理人";
  523. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  524. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  525. //
  526. // dataGridViewTextBoxColumn8
  527. //
  528. this.dataGridViewTextBoxColumn8.HeaderText = "完成期限";
  529. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  530. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  531. //
  532. // dataGridViewTextBoxColumn9
  533. //
  534. this.dataGridViewTextBoxColumn9.HeaderText = "完成状态";
  535. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  536. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  537. //
  538. // dataGridViewTextBoxColumn10
  539. //
  540. this.dataGridViewTextBoxColumn10.HeaderText = "完成时间";
  541. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  542. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  543. //
  544. // dataGridViewTextBoxColumn11
  545. //
  546. this.dataGridViewTextBoxColumn11.HeaderText = "任务总结";
  547. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  548. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  549. //
  550. // dataGridViewTextBoxColumn12
  551. //
  552. this.dataGridViewTextBoxColumn12.HeaderText = "发布人回复";
  553. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  554. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  555. //
  556. // ucMyPagerEx
  557. //
  558. this.ucMyPagerEx.CurrentPageCount = 0;
  559. this.ucMyPagerEx.Dock = System.Windows.Forms.DockStyle.Bottom;
  560. this.ucMyPagerEx.Location = new System.Drawing.Point(0, 395);
  561. this.ucMyPagerEx.Name = "ucMyPagerEx";
  562. this.ucMyPagerEx.NMax = 0;
  563. this.ucMyPagerEx.PageCount = 0;
  564. this.ucMyPagerEx.PageCurrent = 1;
  565. this.ucMyPagerEx.PageSize = 20;
  566. this.ucMyPagerEx.Size = new System.Drawing.Size(902, 24);
  567. this.ucMyPagerEx.TabIndex = 6;
  568. this.ucMyPagerEx.TbDataSource = null;
  569. //
  570. // panelEx1
  571. //
  572. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  573. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  574. this.panelEx1.BorderWidth = 1;
  575. this.panelEx1.Controls.Add(this.rdoMyTerminationTask);
  576. this.panelEx1.Controls.Add(this.btnTaskSummary);
  577. this.panelEx1.Controls.Add(this.rdoMyCompletedTask);
  578. this.panelEx1.Controls.Add(this.rdoMyExecutionIngTask);
  579. this.panelEx1.Controls.Add(this.rdoMyNewTask);
  580. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  581. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  582. this.panelEx1.Name = "panelEx1";
  583. this.panelEx1.Size = new System.Drawing.Size(902, 48);
  584. this.panelEx1.TabIndex = 0;
  585. //
  586. // rdoMyTerminationTask
  587. //
  588. this.rdoMyTerminationTask.AutoSize = true;
  589. this.rdoMyTerminationTask.BackColor = System.Drawing.Color.Transparent;
  590. this.rdoMyTerminationTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  591. this.rdoMyTerminationTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  592. this.rdoMyTerminationTask.Location = new System.Drawing.Point(435, 14);
  593. this.rdoMyTerminationTask.Name = "rdoMyTerminationTask";
  594. this.rdoMyTerminationTask.Size = new System.Drawing.Size(83, 24);
  595. this.rdoMyTerminationTask.TabIndex = 1;
  596. this.rdoMyTerminationTask.Tag = "3";
  597. this.rdoMyTerminationTask.Text = "终止任务";
  598. this.rdoMyTerminationTask.UseVisualStyleBackColor = false;
  599. //
  600. // btnTaskSummary
  601. //
  602. this.btnTaskSummary.BackColor = System.Drawing.Color.Transparent;
  603. this.btnTaskSummary.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTaskSummary.BackImg")));
  604. this.btnTaskSummary.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  605. this.btnTaskSummary.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  606. this.btnTaskSummary.ForeColor = System.Drawing.Color.White;
  607. this.btnTaskSummary.IsCustomBackImg = false;
  608. this.btnTaskSummary.IsShowText = true;
  609. this.btnTaskSummary.Location = new System.Drawing.Point(10, 10);
  610. this.btnTaskSummary.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
  611. this.btnTaskSummary.Name = "btnTaskSummary";
  612. this.btnTaskSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
  613. this.btnTaskSummary.Size = new System.Drawing.Size(71, 28);
  614. this.btnTaskSummary.TabIndex = 17;
  615. this.btnTaskSummary.Text = " 任务处理";
  616. this.btnTaskSummary.UseVisualStyleBackColor = false;
  617. //
  618. // rdoMyCompletedTask
  619. //
  620. this.rdoMyCompletedTask.AutoSize = true;
  621. this.rdoMyCompletedTask.BackColor = System.Drawing.Color.Transparent;
  622. this.rdoMyCompletedTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. this.rdoMyCompletedTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  624. this.rdoMyCompletedTask.Location = new System.Drawing.Point(317, 14);
  625. this.rdoMyCompletedTask.Name = "rdoMyCompletedTask";
  626. this.rdoMyCompletedTask.Size = new System.Drawing.Size(111, 24);
  627. this.rdoMyCompletedTask.TabIndex = 2;
  628. this.rdoMyCompletedTask.Tag = "2";
  629. this.rdoMyCompletedTask.Text = "已完成的任务";
  630. this.rdoMyCompletedTask.UseVisualStyleBackColor = false;
  631. //
  632. // rdoMyExecutionIngTask
  633. //
  634. this.rdoMyExecutionIngTask.AutoSize = true;
  635. this.rdoMyExecutionIngTask.BackColor = System.Drawing.Color.Transparent;
  636. this.rdoMyExecutionIngTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  637. this.rdoMyExecutionIngTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  638. this.rdoMyExecutionIngTask.Location = new System.Drawing.Point(187, 14);
  639. this.rdoMyExecutionIngTask.Name = "rdoMyExecutionIngTask";
  640. this.rdoMyExecutionIngTask.Size = new System.Drawing.Size(125, 24);
  641. this.rdoMyExecutionIngTask.TabIndex = 3;
  642. this.rdoMyExecutionIngTask.Tag = "1";
  643. this.rdoMyExecutionIngTask.Text = "正执行中的任务";
  644. this.rdoMyExecutionIngTask.UseVisualStyleBackColor = false;
  645. //
  646. // rdoMyNewTask
  647. //
  648. this.rdoMyNewTask.AutoSize = true;
  649. this.rdoMyNewTask.BackColor = System.Drawing.Color.Transparent;
  650. this.rdoMyNewTask.Checked = true;
  651. this.rdoMyNewTask.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  652. this.rdoMyNewTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  653. this.rdoMyNewTask.Location = new System.Drawing.Point(105, 14);
  654. this.rdoMyNewTask.Name = "rdoMyNewTask";
  655. this.rdoMyNewTask.Size = new System.Drawing.Size(69, 24);
  656. this.rdoMyNewTask.TabIndex = 4;
  657. this.rdoMyNewTask.TabStop = true;
  658. this.rdoMyNewTask.Tag = "0";
  659. this.rdoMyNewTask.Text = "新任务";
  660. this.rdoMyNewTask.UseVisualStyleBackColor = false;
  661. //
  662. // flowLayoutPanel1
  663. //
  664. this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  665. this.flowLayoutPanel1.BackColor = System.Drawing.Color.White;
  666. this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
  667. this.flowLayoutPanel1.Location = new System.Drawing.Point(430, 82);
  668. this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  669. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  670. this.flowLayoutPanel1.Size = new System.Drawing.Size(473, 30);
  671. this.flowLayoutPanel1.TabIndex = 2;
  672. //
  673. // btnClose
  674. //
  675. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  676. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  677. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  678. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  679. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  680. this.btnClose.ForeColor = System.Drawing.Color.White;
  681. this.btnClose.IsCustomBackImg = false;
  682. this.btnClose.IsShowText = true;
  683. this.btnClose.Location = new System.Drawing.Point(826, 43);
  684. this.btnClose.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
  685. this.btnClose.Name = "btnClose";
  686. this.btnClose.RightToLeft = System.Windows.Forms.RightToLeft.No;
  687. this.btnClose.Size = new System.Drawing.Size(71, 28);
  688. this.btnClose.TabIndex = 19;
  689. this.btnClose.Text = " 关 闭";
  690. this.btnClose.UseVisualStyleBackColor = false;
  691. //
  692. // btnReply
  693. //
  694. this.btnReply.BackColor = System.Drawing.Color.Transparent;
  695. this.btnReply.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReply.BackImg")));
  696. this.btnReply.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  697. this.btnReply.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  698. this.btnReply.ForeColor = System.Drawing.Color.White;
  699. this.btnReply.IsCustomBackImg = false;
  700. this.btnReply.IsShowText = true;
  701. this.btnReply.Location = new System.Drawing.Point(168, 10);
  702. this.btnReply.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
  703. this.btnReply.Name = "btnReply";
  704. this.btnReply.RightToLeft = System.Windows.Forms.RightToLeft.No;
  705. this.btnReply.Size = new System.Drawing.Size(105, 28);
  706. this.btnReply.TabIndex = 21;
  707. this.btnReply.Text = " 任务审核回复";
  708. this.btnReply.UseVisualStyleBackColor = false;
  709. //
  710. // frmTaskAssigned
  711. //
  712. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  713. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  714. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  715. this.ClientSize = new System.Drawing.Size(910, 610);
  716. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  717. this.IsShowUcNavigationTool = true;
  718. this.Name = "frmTaskAssigned";
  719. this.Text = "任务交办";
  720. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  721. this.plExMainContainer.ResumeLayout(false);
  722. this.plFormMainContent.ResumeLayout(false);
  723. this.tbMain.ResumeLayout(false);
  724. this.tpPublishingTasks.ResumeLayout(false);
  725. this.skinPanel2.ResumeLayout(false);
  726. ((System.ComponentModel.ISupportInitialize)(this.dgvTaskView)).EndInit();
  727. this.skinPanel1.ResumeLayout(false);
  728. this.skinPanel1.PerformLayout();
  729. this.tpReceivingTask.ResumeLayout(false);
  730. this.panelEx2.ResumeLayout(false);
  731. ((System.ComponentModel.ISupportInitialize)(this.dgvMyTaskView)).EndInit();
  732. this.panelEx1.ResumeLayout(false);
  733. this.panelEx1.PerformLayout();
  734. this.ResumeLayout(false);
  735. }
  736. #endregion
  737. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  738. protected internal ComponentLibrary.TabControlEx tbMain;
  739. protected internal ComponentLibrary.ButtonEx btnClose;
  740. protected internal ComponentLibrary.ButtonEx btndel;
  741. protected internal ComponentLibrary.ButtonEx btnAddTask;
  742. protected internal ComponentLibrary.ButtonEx btnTaskSummary;
  743. private OtherExpansion.SkinControl.SkinPanel skinPanel2;
  744. protected internal ComponentLibrary.DataGridViewEx dgvTaskView;
  745. protected UCPager.ucPagerEx ucPagerEx1;
  746. private OtherExpansion.SkinControl.SkinPanel skinPanel1;
  747. private ComponentLibrary.PanelEx panelEx2;
  748. protected UCPager.ucPagerEx ucMyPagerEx;
  749. private ComponentLibrary.PanelEx panelEx1;
  750. public ComponentLibrary.RadioButtonEx rdoterminationTask;
  751. public ComponentLibrary.RadioButtonEx rdoCompletedTask;
  752. public ComponentLibrary.RadioButtonEx rdoExecutionIngTask;
  753. public ComponentLibrary.RadioButtonEx rdoNewTask;
  754. public ComponentLibrary.RadioButtonEx rdoMyTerminationTask;
  755. public ComponentLibrary.RadioButtonEx rdoMyCompletedTask;
  756. public ComponentLibrary.RadioButtonEx rdoMyExecutionIngTask;
  757. public ComponentLibrary.RadioButtonEx rdoMyNewTask;
  758. //private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  759. //private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  760. //private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  761. //private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  762. //private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  763. //private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  764. //private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  765. //private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  766. //private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
  767. //private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
  768. //private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
  769. protected internal ComponentLibrary.DataGridViewEx dgvMyTaskView;
  770. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  771. private System.Windows.Forms.DataGridViewTextBoxColumn 任务主题;
  772. private System.Windows.Forms.DataGridViewTextBoxColumn 任务内容;
  773. private System.Windows.Forms.DataGridViewTextBoxColumn 优先级;
  774. private System.Windows.Forms.DataGridViewTextBoxColumn 发布人;
  775. private System.Windows.Forms.DataGridViewTextBoxColumn 发布时间;
  776. private System.Windows.Forms.DataGridViewTextBoxColumn 办理人;
  777. private System.Windows.Forms.DataGridViewTextBoxColumn 完成期限;
  778. private System.Windows.Forms.DataGridViewTextBoxColumn 完成状态;
  779. private System.Windows.Forms.DataGridViewTextBoxColumn Agt_CompleteTime;
  780. private System.Windows.Forms.DataGridViewTextBoxColumn 任务总结;
  781. private System.Windows.Forms.DataGridViewTextBoxColumn 发布人回复;
  782. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  783. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  784. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  785. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  786. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  787. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  788. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  789. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  790. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  791. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  792. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  793. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  794. protected internal ComponentLibrary.ButtonEx btnReply;
  795. public System.Windows.Forms.TabPage tpPublishingTasks;
  796. public System.Windows.Forms.TabPage tpReceivingTask;
  797. }
  798. }