frmTeskView.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  1. namespace LYFZ.Software.UI.OAShopManagement
  2. {
  3. partial class frmTeskView
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTeskView));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.btnReply = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.txtTaskReply = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.txtTaskSummary = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.txtTaskInfo = new LYFZ.ComponentLibrary.TextBoxEx();
  38. this.dateTimePickerEx1 = new LYFZ.ComponentLibrary.DateTimePickerEx();
  39. this.comboBoxCompletionState = new LYFZ.ComponentLibrary.ComboBoxEx();
  40. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labTransactor = new LYFZ.ComponentLibrary.LabelEx();
  45. this.labReleaseDatetime = new LYFZ.ComponentLibrary.LabelEx();
  46. this.lbTitle = new LYFZ.ComponentLibrary.LabelEx();
  47. this.labPriority = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.labPostedby = new LYFZ.ComponentLibrary.LabelEx();
  53. this.labCompletiondate = new LYFZ.ComponentLibrary.LabelEx();
  54. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.plExMainContainer.SuspendLayout();
  56. this.plFormMainContent.SuspendLayout();
  57. this.panelEx1.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // plExMainContainer
  61. //
  62. this.plExMainContainer.Controls.Add(this.panelEx1);
  63. //
  64. // btnAppFormExit
  65. //
  66. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  67. //
  68. // btnAppFormMinimize
  69. //
  70. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  71. //
  72. // panelEx1
  73. //
  74. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  75. | System.Windows.Forms.AnchorStyles.Left)
  76. | System.Windows.Forms.AnchorStyles.Right)));
  77. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  78. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  79. this.panelEx1.BorderWidth = 1;
  80. this.panelEx1.Controls.Add(this.btnClose);
  81. this.panelEx1.Controls.Add(this.btnSave);
  82. this.panelEx1.Controls.Add(this.labelEx11);
  83. this.panelEx1.Controls.Add(this.btnReply);
  84. this.panelEx1.Controls.Add(this.labelEx10);
  85. this.panelEx1.Controls.Add(this.txtTaskReply);
  86. this.panelEx1.Controls.Add(this.txtTaskSummary);
  87. this.panelEx1.Controls.Add(this.txtTaskInfo);
  88. this.panelEx1.Controls.Add(this.dateTimePickerEx1);
  89. this.panelEx1.Controls.Add(this.comboBoxCompletionState);
  90. this.panelEx1.Controls.Add(this.labelEx9);
  91. this.panelEx1.Controls.Add(this.labelEx4);
  92. this.panelEx1.Controls.Add(this.labelEx7);
  93. this.panelEx1.Controls.Add(this.labelEx8);
  94. this.panelEx1.Controls.Add(this.labelEx3);
  95. this.panelEx1.Controls.Add(this.labCompletiondate);
  96. this.panelEx1.Controls.Add(this.labTransactor);
  97. this.panelEx1.Controls.Add(this.labReleaseDatetime);
  98. this.panelEx1.Controls.Add(this.lbTitle);
  99. this.panelEx1.Controls.Add(this.labPriority);
  100. this.panelEx1.Controls.Add(this.labelEx6);
  101. this.panelEx1.Controls.Add(this.labelEx2);
  102. this.panelEx1.Controls.Add(this.labelEx5);
  103. this.panelEx1.Controls.Add(this.labelEx1);
  104. this.panelEx1.Controls.Add(this.labPostedby);
  105. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  106. this.panelEx1.Name = "panelEx1";
  107. this.panelEx1.Size = new System.Drawing.Size(890, 525);
  108. this.panelEx1.TabIndex = 0;
  109. //
  110. // btnClose
  111. //
  112. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  113. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  114. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  115. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.btnClose.ForeColor = System.Drawing.Color.White;
  117. this.btnClose.IsCustomBackImg = false;
  118. this.btnClose.IsShowText = true;
  119. this.btnClose.Location = new System.Drawing.Point(783, 12);
  120. this.btnClose.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
  121. this.btnClose.Name = "btnClose";
  122. this.btnClose.RightToLeft = System.Windows.Forms.RightToLeft.No;
  123. this.btnClose.Size = new System.Drawing.Size(80, 28);
  124. this.btnClose.TabIndex = 47;
  125. this.btnClose.Text = " 关 闭";
  126. this.btnClose.UseVisualStyleBackColor = false;
  127. //
  128. // btnSave
  129. //
  130. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  131. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  132. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  133. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.btnSave.ForeColor = System.Drawing.Color.White;
  135. this.btnSave.IsCustomBackImg = false;
  136. this.btnSave.IsShowText = true;
  137. this.btnSave.Location = new System.Drawing.Point(783, 349);
  138. this.btnSave.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
  139. this.btnSave.Name = "btnSave";
  140. this.btnSave.RightToLeft = System.Windows.Forms.RightToLeft.No;
  141. this.btnSave.Size = new System.Drawing.Size(80, 28);
  142. this.btnSave.TabIndex = 46;
  143. this.btnSave.Text = "任务报告";
  144. this.btnSave.UseVisualStyleBackColor = false;
  145. //
  146. // labelEx11
  147. //
  148. this.labelEx11.AutoSize = true;
  149. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  150. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  151. this.labelEx11.Location = new System.Drawing.Point(5, 382);
  152. this.labelEx11.Name = "labelEx11";
  153. this.labelEx11.Size = new System.Drawing.Size(80, 17);
  154. this.labelEx11.TabIndex = 50;
  155. this.labelEx11.Text = "发布人回复:";
  156. //
  157. // btnReply
  158. //
  159. this.btnReply.BackColor = System.Drawing.Color.Transparent;
  160. this.btnReply.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReply.BackImg")));
  161. this.btnReply.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  162. this.btnReply.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.btnReply.ForeColor = System.Drawing.Color.White;
  164. this.btnReply.IsCustomBackImg = false;
  165. this.btnReply.IsShowText = true;
  166. this.btnReply.Location = new System.Drawing.Point(783, 489);
  167. this.btnReply.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
  168. this.btnReply.Name = "btnReply";
  169. this.btnReply.RightToLeft = System.Windows.Forms.RightToLeft.No;
  170. this.btnReply.Size = new System.Drawing.Size(80, 28);
  171. this.btnReply.TabIndex = 48;
  172. this.btnReply.Text = " 回 复";
  173. this.btnReply.UseVisualStyleBackColor = false;
  174. //
  175. // labelEx10
  176. //
  177. this.labelEx10.AutoSize = true;
  178. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  179. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  180. this.labelEx10.Location = new System.Drawing.Point(17, 259);
  181. this.labelEx10.Name = "labelEx10";
  182. this.labelEx10.Size = new System.Drawing.Size(68, 17);
  183. this.labelEx10.TabIndex = 49;
  184. this.labelEx10.Text = "任务报告:";
  185. //
  186. // txtTaskReply
  187. //
  188. this.txtTaskReply.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  189. | System.Windows.Forms.AnchorStyles.Right)));
  190. this.txtTaskReply.AutoScroll = true;
  191. this.txtTaskReply.BackColor = System.Drawing.Color.Transparent;
  192. this.txtTaskReply.Icon = null;
  193. this.txtTaskReply.IconIsButton = false;
  194. this.txtTaskReply.IsPasswordChat = '\0';
  195. this.txtTaskReply.IsSystemPasswordChar = false;
  196. this.txtTaskReply.Lines = new string[0];
  197. this.txtTaskReply.Location = new System.Drawing.Point(95, 382);
  198. this.txtTaskReply.Margin = new System.Windows.Forms.Padding(0);
  199. this.txtTaskReply.MaxLength = 32767;
  200. this.txtTaskReply.MinimumSize = new System.Drawing.Size(0, 26);
  201. this.txtTaskReply.MouseBack = null;
  202. this.txtTaskReply.Multiline = true;
  203. this.txtTaskReply.Name = "txtTaskReply";
  204. this.txtTaskReply.NormlBack = null;
  205. this.txtTaskReply.Padding = new System.Windows.Forms.Padding(5);
  206. this.txtTaskReply.ReadOnly = false;
  207. this.txtTaskReply.ScrollBars = System.Windows.Forms.ScrollBars.None;
  208. this.txtTaskReply.Size = new System.Drawing.Size(768, 105);
  209. this.txtTaskReply.TabIndex = 45;
  210. this.txtTaskReply.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  211. this.txtTaskReply.WaterColor = System.Drawing.Color.DarkGray;
  212. this.txtTaskReply.WaterText = "暂无内容";
  213. this.txtTaskReply.WordWrap = true;
  214. //
  215. // txtTaskSummary
  216. //
  217. this.txtTaskSummary.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  218. | System.Windows.Forms.AnchorStyles.Right)));
  219. this.txtTaskSummary.AutoScroll = true;
  220. this.txtTaskSummary.BackColor = System.Drawing.Color.Transparent;
  221. this.txtTaskSummary.Icon = null;
  222. this.txtTaskSummary.IconIsButton = false;
  223. this.txtTaskSummary.IsPasswordChat = '\0';
  224. this.txtTaskSummary.IsSystemPasswordChar = false;
  225. this.txtTaskSummary.Lines = new string[0];
  226. this.txtTaskSummary.Location = new System.Drawing.Point(98, 259);
  227. this.txtTaskSummary.Margin = new System.Windows.Forms.Padding(0);
  228. this.txtTaskSummary.MaxLength = 32767;
  229. this.txtTaskSummary.MinimumSize = new System.Drawing.Size(0, 26);
  230. this.txtTaskSummary.MouseBack = null;
  231. this.txtTaskSummary.Multiline = true;
  232. this.txtTaskSummary.Name = "txtTaskSummary";
  233. this.txtTaskSummary.NormlBack = null;
  234. this.txtTaskSummary.Padding = new System.Windows.Forms.Padding(5);
  235. this.txtTaskSummary.ReadOnly = false;
  236. this.txtTaskSummary.ScrollBars = System.Windows.Forms.ScrollBars.None;
  237. this.txtTaskSummary.Size = new System.Drawing.Size(768, 82);
  238. this.txtTaskSummary.TabIndex = 45;
  239. this.txtTaskSummary.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  240. this.txtTaskSummary.WaterColor = System.Drawing.Color.DarkGray;
  241. this.txtTaskSummary.WaterText = "暂无内容";
  242. this.txtTaskSummary.WordWrap = true;
  243. //
  244. // txtTaskInfo
  245. //
  246. this.txtTaskInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  247. | System.Windows.Forms.AnchorStyles.Right)));
  248. this.txtTaskInfo.AutoScroll = true;
  249. this.txtTaskInfo.BackColor = System.Drawing.Color.Transparent;
  250. this.txtTaskInfo.Icon = null;
  251. this.txtTaskInfo.IconIsButton = false;
  252. this.txtTaskInfo.IsPasswordChat = '\0';
  253. this.txtTaskInfo.IsSystemPasswordChar = false;
  254. this.txtTaskInfo.Lines = new string[0];
  255. this.txtTaskInfo.Location = new System.Drawing.Point(98, 77);
  256. this.txtTaskInfo.Margin = new System.Windows.Forms.Padding(0);
  257. this.txtTaskInfo.MaxLength = 32767;
  258. this.txtTaskInfo.MinimumSize = new System.Drawing.Size(0, 26);
  259. this.txtTaskInfo.MouseBack = null;
  260. this.txtTaskInfo.Multiline = true;
  261. this.txtTaskInfo.Name = "txtTaskInfo";
  262. this.txtTaskInfo.NormlBack = null;
  263. this.txtTaskInfo.Padding = new System.Windows.Forms.Padding(5);
  264. this.txtTaskInfo.ReadOnly = true;
  265. this.txtTaskInfo.ScrollBars = System.Windows.Forms.ScrollBars.None;
  266. this.txtTaskInfo.Size = new System.Drawing.Size(768, 109);
  267. this.txtTaskInfo.TabIndex = 44;
  268. this.txtTaskInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  269. this.txtTaskInfo.WaterColor = System.Drawing.Color.DarkGray;
  270. this.txtTaskInfo.WaterText = "暂无内容";
  271. this.txtTaskInfo.WordWrap = true;
  272. //
  273. // dateTimePickerEx1
  274. //
  275. this.dateTimePickerEx1.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.dateTimePickerEx1.CustomFormat = " ";
  277. this.dateTimePickerEx1.DateValue = "";
  278. this.dateTimePickerEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.dateTimePickerEx1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  280. this.dateTimePickerEx1.IsShowTime = false;
  281. this.dateTimePickerEx1.Location = new System.Drawing.Point(286, 211);
  282. this.dateTimePickerEx1.Name = "dateTimePickerEx1";
  283. this.dateTimePickerEx1.Size = new System.Drawing.Size(100, 23);
  284. this.dateTimePickerEx1.TabIndex = 43;
  285. //
  286. // comboBoxCompletionState
  287. //
  288. this.comboBoxCompletionState.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  289. this.comboBoxCompletionState.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  290. this.comboBoxCompletionState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  291. this.comboBoxCompletionState.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.comboBoxCompletionState.FormattingEnabled = true;
  293. this.comboBoxCompletionState.IsCustomColor = false;
  294. this.comboBoxCompletionState.Location = new System.Drawing.Point(98, 211);
  295. this.comboBoxCompletionState.Name = "comboBoxCompletionState";
  296. this.comboBoxCompletionState.ReadOnly = true;
  297. this.comboBoxCompletionState.Size = new System.Drawing.Size(91, 25);
  298. this.comboBoxCompletionState.TabIndex = 42;
  299. //
  300. // labelEx9
  301. //
  302. this.labelEx9.AutoSize = true;
  303. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  304. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  305. this.labelEx9.Location = new System.Drawing.Point(17, 48);
  306. this.labelEx9.Name = "labelEx9";
  307. this.labelEx9.Size = new System.Drawing.Size(68, 17);
  308. this.labelEx9.TabIndex = 41;
  309. this.labelEx9.Text = "任务主题:";
  310. //
  311. // labelEx4
  312. //
  313. this.labelEx4.AutoSize = true;
  314. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  315. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  316. this.labelEx4.Location = new System.Drawing.Point(17, 77);
  317. this.labelEx4.Name = "labelEx4";
  318. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  319. this.labelEx4.TabIndex = 41;
  320. this.labelEx4.Text = "任务内容:";
  321. //
  322. // labelEx7
  323. //
  324. this.labelEx7.AutoSize = true;
  325. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  326. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  327. this.labelEx7.Location = new System.Drawing.Point(176, 19);
  328. this.labelEx7.Name = "labelEx7";
  329. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  330. this.labelEx7.TabIndex = 32;
  331. this.labelEx7.Text = "发布时间:";
  332. //
  333. // labelEx8
  334. //
  335. this.labelEx8.AutoSize = true;
  336. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  337. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  338. this.labelEx8.Location = new System.Drawing.Point(215, 214);
  339. this.labelEx8.Name = "labelEx8";
  340. this.labelEx8.Size = new System.Drawing.Size(68, 17);
  341. this.labelEx8.TabIndex = 31;
  342. this.labelEx8.Text = "完成时间:";
  343. //
  344. // labTransactor
  345. //
  346. this.labTransactor.AutoSize = true;
  347. this.labTransactor.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.labTransactor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  349. this.labTransactor.Location = new System.Drawing.Point(510, 214);
  350. this.labTransactor.Name = "labTransactor";
  351. this.labTransactor.Size = new System.Drawing.Size(23, 17);
  352. this.labTransactor.TabIndex = 39;
  353. this.labTransactor.Text = "---";
  354. //
  355. // labReleaseDatetime
  356. //
  357. this.labReleaseDatetime.AutoSize = true;
  358. this.labReleaseDatetime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.labReleaseDatetime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  360. this.labReleaseDatetime.Location = new System.Drawing.Point(245, 19);
  361. this.labReleaseDatetime.Name = "labReleaseDatetime";
  362. this.labReleaseDatetime.Size = new System.Drawing.Size(23, 17);
  363. this.labReleaseDatetime.TabIndex = 37;
  364. this.labReleaseDatetime.Text = "---";
  365. //
  366. // lbTitle
  367. //
  368. this.lbTitle.AutoSize = true;
  369. this.lbTitle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.lbTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  371. this.lbTitle.Location = new System.Drawing.Point(96, 48);
  372. this.lbTitle.Name = "lbTitle";
  373. this.lbTitle.Size = new System.Drawing.Size(23, 17);
  374. this.lbTitle.TabIndex = 36;
  375. this.lbTitle.Text = "---";
  376. //
  377. // labPriority
  378. //
  379. this.labPriority.AutoSize = true;
  380. this.labPriority.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.labPriority.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  382. this.labPriority.Location = new System.Drawing.Point(96, 19);
  383. this.labPriority.Name = "labPriority";
  384. this.labPriority.Size = new System.Drawing.Size(23, 17);
  385. this.labPriority.TabIndex = 36;
  386. this.labPriority.Text = "---";
  387. //
  388. // labelEx6
  389. //
  390. this.labelEx6.AutoSize = true;
  391. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  392. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  393. this.labelEx6.Location = new System.Drawing.Point(606, 214);
  394. this.labelEx6.Name = "labelEx6";
  395. this.labelEx6.Size = new System.Drawing.Size(56, 17);
  396. this.labelEx6.TabIndex = 35;
  397. this.labelEx6.Text = "发布人:";
  398. //
  399. // labelEx2
  400. //
  401. this.labelEx2.AutoSize = true;
  402. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  403. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  404. this.labelEx2.Location = new System.Drawing.Point(453, 214);
  405. this.labelEx2.Name = "labelEx2";
  406. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  407. this.labelEx2.TabIndex = 34;
  408. this.labelEx2.Text = "办理人:";
  409. //
  410. // labelEx5
  411. //
  412. this.labelEx5.AutoSize = true;
  413. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  415. this.labelEx5.Location = new System.Drawing.Point(17, 214);
  416. this.labelEx5.Name = "labelEx5";
  417. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  418. this.labelEx5.TabIndex = 29;
  419. this.labelEx5.Text = "任务状态:";
  420. //
  421. // labelEx1
  422. //
  423. this.labelEx1.AutoSize = true;
  424. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  425. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  426. this.labelEx1.Location = new System.Drawing.Point(5, 19);
  427. this.labelEx1.Name = "labelEx1";
  428. this.labelEx1.Size = new System.Drawing.Size(80, 17);
  429. this.labelEx1.TabIndex = 28;
  430. this.labelEx1.Text = "任务优先级:";
  431. //
  432. // labPostedby
  433. //
  434. this.labPostedby.AutoSize = true;
  435. this.labPostedby.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. this.labPostedby.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  437. this.labPostedby.Location = new System.Drawing.Point(663, 214);
  438. this.labPostedby.Name = "labPostedby";
  439. this.labPostedby.Size = new System.Drawing.Size(23, 17);
  440. this.labPostedby.TabIndex = 38;
  441. this.labPostedby.Text = "---";
  442. //
  443. // labCompletiondate
  444. //
  445. this.labCompletiondate.AutoSize = true;
  446. this.labCompletiondate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.labCompletiondate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  448. this.labCompletiondate.Location = new System.Drawing.Point(469, 19);
  449. this.labCompletiondate.Name = "labCompletiondate";
  450. this.labCompletiondate.Size = new System.Drawing.Size(23, 17);
  451. this.labCompletiondate.TabIndex = 33;
  452. this.labCompletiondate.Text = "---";
  453. //
  454. // labelEx3
  455. //
  456. this.labelEx3.AutoSize = true;
  457. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  458. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  459. this.labelEx3.Location = new System.Drawing.Point(400, 19);
  460. this.labelEx3.Name = "labelEx3";
  461. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  462. this.labelEx3.TabIndex = 30;
  463. this.labelEx3.Text = "完成期限:";
  464. //
  465. // frmTeskView
  466. //
  467. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  468. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  469. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  470. this.ClientSize = new System.Drawing.Size(910, 610);
  471. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  472. this.IsUserControlsSize = false;
  473. this.Name = "frmTeskView";
  474. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  475. this.Text = "任务处理";
  476. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  477. this.plExMainContainer.ResumeLayout(false);
  478. this.plFormMainContent.ResumeLayout(false);
  479. this.panelEx1.ResumeLayout(false);
  480. this.panelEx1.PerformLayout();
  481. this.ResumeLayout(false);
  482. }
  483. #endregion
  484. private ComponentLibrary.PanelEx panelEx1;
  485. private ComponentLibrary.LabelEx labelEx10;
  486. protected internal ComponentLibrary.TextBoxEx txtTaskInfo;
  487. protected internal ComponentLibrary.DateTimePickerEx dateTimePickerEx1;
  488. protected internal ComponentLibrary.ComboBoxEx comboBoxCompletionState;
  489. private ComponentLibrary.LabelEx labelEx4;
  490. private ComponentLibrary.LabelEx labelEx7;
  491. private ComponentLibrary.LabelEx labelEx8;
  492. protected internal ComponentLibrary.LabelEx labPostedby;
  493. protected internal ComponentLibrary.LabelEx labTransactor;
  494. protected internal ComponentLibrary.LabelEx labReleaseDatetime;
  495. protected internal ComponentLibrary.LabelEx labPriority;
  496. private ComponentLibrary.LabelEx labelEx6;
  497. private ComponentLibrary.LabelEx labelEx2;
  498. private ComponentLibrary.LabelEx labelEx5;
  499. private ComponentLibrary.LabelEx labelEx1;
  500. protected internal ComponentLibrary.ButtonEx btnReply;
  501. public ComponentLibrary.ButtonEx btnClose;
  502. public ComponentLibrary.ButtonEx btnSave;
  503. public ComponentLibrary.LabelEx labelEx11;
  504. public ComponentLibrary.TextBoxEx txtTaskSummary;
  505. public ComponentLibrary.TextBoxEx txtTaskReply;
  506. private ComponentLibrary.LabelEx labelEx9;
  507. protected internal ComponentLibrary.LabelEx lbTitle;
  508. private ComponentLibrary.LabelEx labelEx3;
  509. protected internal ComponentLibrary.LabelEx labCompletiondate;
  510. }
  511. }