frmWorkReportView.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. namespace LYFZ.Software.UI.OAShopManagement
  2. {
  3. partial class frmWorkReportView
  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(frmWorkReportView));
  29. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  30. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.txtLeadershipInstruction = new LYFZ.ComponentLibrary.TextBoxEx();
  32. this.txtApplyReply = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.txtTitle = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.txtApplyInfo = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.labPostedby = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labReleaseDatetime = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labPriority = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
  46. this.cmbCategory = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  47. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.plExMainContainer.SuspendLayout();
  49. this.plFormMainContent.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // plExMainContainer
  53. //
  54. this.plExMainContainer.Controls.Add(this.btnSet);
  55. this.plExMainContainer.Controls.Add(this.cmbCategory);
  56. this.plExMainContainer.Controls.Add(this.labelEx2);
  57. this.plExMainContainer.Controls.Add(this.btnSave);
  58. this.plExMainContainer.Controls.Add(this.btnClose);
  59. this.plExMainContainer.Controls.Add(this.txtLeadershipInstruction);
  60. this.plExMainContainer.Controls.Add(this.txtApplyReply);
  61. this.plExMainContainer.Controls.Add(this.txtTitle);
  62. this.plExMainContainer.Controls.Add(this.txtApplyInfo);
  63. this.plExMainContainer.Controls.Add(this.labelEx9);
  64. this.plExMainContainer.Controls.Add(this.labelEx10);
  65. this.plExMainContainer.Controls.Add(this.labelEx8);
  66. this.plExMainContainer.Controls.Add(this.labelEx4);
  67. this.plExMainContainer.Controls.Add(this.labelEx7);
  68. this.plExMainContainer.Controls.Add(this.labPostedby);
  69. this.plExMainContainer.Controls.Add(this.labReleaseDatetime);
  70. this.plExMainContainer.Controls.Add(this.labPriority);
  71. this.plExMainContainer.Controls.Add(this.labelEx6);
  72. this.plExMainContainer.Controls.Add(this.labelEx1);
  73. this.plExMainContainer.Size = new System.Drawing.Size(910, 635);
  74. //
  75. // plFormMainContent
  76. //
  77. this.plFormMainContent.Size = new System.Drawing.Size(910, 635);
  78. //
  79. // btnAppFormExit
  80. //
  81. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  82. //
  83. // btnAppFormMinimize
  84. //
  85. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  86. //
  87. // btnSave
  88. //
  89. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  90. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  91. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  92. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.btnSave.ForeColor = System.Drawing.Color.White;
  94. this.btnSave.IsCustomBackImg = false;
  95. this.btnSave.IsShowText = true;
  96. this.btnSave.Location = new System.Drawing.Point(674, 588);
  97. this.btnSave.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
  98. this.btnSave.Name = "btnSave";
  99. this.btnSave.Size = new System.Drawing.Size(114, 40);
  100. this.btnSave.TabIndex = 67;
  101. this.btnSave.Text = "确 定 审 批";
  102. this.btnSave.UseVisualStyleBackColor = false;
  103. //
  104. // btnClose
  105. //
  106. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  107. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  108. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  109. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.btnClose.ForeColor = System.Drawing.Color.White;
  111. this.btnClose.IsCustomBackImg = false;
  112. this.btnClose.IsShowText = true;
  113. this.btnClose.Location = new System.Drawing.Point(796, 588);
  114. this.btnClose.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
  115. this.btnClose.Name = "btnClose";
  116. this.btnClose.Size = new System.Drawing.Size(93, 40);
  117. this.btnClose.TabIndex = 66;
  118. this.btnClose.Text = "关 闭";
  119. this.btnClose.UseVisualStyleBackColor = false;
  120. //
  121. // txtLeadershipInstruction
  122. //
  123. this.txtLeadershipInstruction.AutoScroll = true;
  124. this.txtLeadershipInstruction.BackColor = System.Drawing.Color.Transparent;
  125. this.txtLeadershipInstruction.Icon = null;
  126. this.txtLeadershipInstruction.IconIsButton = false;
  127. this.txtLeadershipInstruction.IsPasswordChat = '\0';
  128. this.txtLeadershipInstruction.IsSystemPasswordChar = false;
  129. this.txtLeadershipInstruction.Lines = new string[0];
  130. this.txtLeadershipInstruction.Location = new System.Drawing.Point(107, 467);
  131. this.txtLeadershipInstruction.Margin = new System.Windows.Forms.Padding(0);
  132. this.txtLeadershipInstruction.MaxLength = 100;
  133. this.txtLeadershipInstruction.MinimumSize = new System.Drawing.Size(0, 26);
  134. this.txtLeadershipInstruction.MouseBack = null;
  135. this.txtLeadershipInstruction.Multiline = true;
  136. this.txtLeadershipInstruction.Name = "txtLeadershipInstruction";
  137. this.txtLeadershipInstruction.NormlBack = null;
  138. this.txtLeadershipInstruction.Padding = new System.Windows.Forms.Padding(5);
  139. this.txtLeadershipInstruction.ReadOnly = false;
  140. this.txtLeadershipInstruction.ScrollBars = System.Windows.Forms.ScrollBars.None;
  141. this.txtLeadershipInstruction.Size = new System.Drawing.Size(785, 110);
  142. this.txtLeadershipInstruction.TabIndex = 65;
  143. this.txtLeadershipInstruction.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  144. this.txtLeadershipInstruction.WaterColor = System.Drawing.Color.DarkGray;
  145. this.txtLeadershipInstruction.WaterText = "暂无内容";
  146. this.txtLeadershipInstruction.WordWrap = true;
  147. //
  148. // txtApplyReply
  149. //
  150. this.txtApplyReply.AutoScroll = true;
  151. this.txtApplyReply.BackColor = System.Drawing.Color.Transparent;
  152. this.txtApplyReply.Icon = null;
  153. this.txtApplyReply.IconIsButton = false;
  154. this.txtApplyReply.IsPasswordChat = '\0';
  155. this.txtApplyReply.IsSystemPasswordChar = false;
  156. this.txtApplyReply.Lines = new string[0];
  157. this.txtApplyReply.Location = new System.Drawing.Point(107, 353);
  158. this.txtApplyReply.Margin = new System.Windows.Forms.Padding(0);
  159. this.txtApplyReply.MaxLength = 100;
  160. this.txtApplyReply.MinimumSize = new System.Drawing.Size(0, 26);
  161. this.txtApplyReply.MouseBack = null;
  162. this.txtApplyReply.Multiline = true;
  163. this.txtApplyReply.Name = "txtApplyReply";
  164. this.txtApplyReply.NormlBack = null;
  165. this.txtApplyReply.Padding = new System.Windows.Forms.Padding(5);
  166. this.txtApplyReply.ReadOnly = false;
  167. this.txtApplyReply.ScrollBars = System.Windows.Forms.ScrollBars.None;
  168. this.txtApplyReply.Size = new System.Drawing.Size(785, 98);
  169. this.txtApplyReply.TabIndex = 64;
  170. this.txtApplyReply.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  171. this.txtApplyReply.WaterColor = System.Drawing.Color.DarkGray;
  172. this.txtApplyReply.WaterText = "暂无内容";
  173. this.txtApplyReply.WordWrap = true;
  174. //
  175. // txtTitle
  176. //
  177. this.txtTitle.AutoScroll = true;
  178. this.txtTitle.BackColor = System.Drawing.Color.Transparent;
  179. this.txtTitle.Icon = null;
  180. this.txtTitle.IconIsButton = false;
  181. this.txtTitle.IsPasswordChat = '\0';
  182. this.txtTitle.IsSystemPasswordChar = false;
  183. this.txtTitle.Lines = new string[0];
  184. this.txtTitle.Location = new System.Drawing.Point(107, 54);
  185. this.txtTitle.Margin = new System.Windows.Forms.Padding(0);
  186. this.txtTitle.MaxLength = 32767;
  187. this.txtTitle.MinimumSize = new System.Drawing.Size(0, 26);
  188. this.txtTitle.MouseBack = null;
  189. this.txtTitle.Multiline = false;
  190. this.txtTitle.Name = "txtTitle";
  191. this.txtTitle.NormlBack = null;
  192. this.txtTitle.Padding = new System.Windows.Forms.Padding(5);
  193. this.txtTitle.ReadOnly = true;
  194. this.txtTitle.ScrollBars = System.Windows.Forms.ScrollBars.None;
  195. this.txtTitle.Size = new System.Drawing.Size(508, 26);
  196. this.txtTitle.TabIndex = 63;
  197. this.txtTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  198. this.txtTitle.WaterColor = System.Drawing.Color.DarkGray;
  199. this.txtTitle.WaterText = "主题";
  200. this.txtTitle.WordWrap = true;
  201. //
  202. // txtApplyInfo
  203. //
  204. this.txtApplyInfo.AutoScroll = true;
  205. this.txtApplyInfo.BackColor = System.Drawing.Color.Transparent;
  206. this.txtApplyInfo.Icon = null;
  207. this.txtApplyInfo.IconIsButton = false;
  208. this.txtApplyInfo.IsPasswordChat = '\0';
  209. this.txtApplyInfo.IsSystemPasswordChar = false;
  210. this.txtApplyInfo.Lines = new string[0];
  211. this.txtApplyInfo.Location = new System.Drawing.Point(107, 98);
  212. this.txtApplyInfo.Margin = new System.Windows.Forms.Padding(0);
  213. this.txtApplyInfo.MaxLength = 32767;
  214. this.txtApplyInfo.MinimumSize = new System.Drawing.Size(0, 26);
  215. this.txtApplyInfo.MouseBack = null;
  216. this.txtApplyInfo.Multiline = true;
  217. this.txtApplyInfo.Name = "txtApplyInfo";
  218. this.txtApplyInfo.NormlBack = null;
  219. this.txtApplyInfo.Padding = new System.Windows.Forms.Padding(5);
  220. this.txtApplyInfo.ReadOnly = true;
  221. this.txtApplyInfo.ScrollBars = System.Windows.Forms.ScrollBars.None;
  222. this.txtApplyInfo.Size = new System.Drawing.Size(785, 200);
  223. this.txtApplyInfo.TabIndex = 62;
  224. this.txtApplyInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  225. this.txtApplyInfo.WaterColor = System.Drawing.Color.DarkGray;
  226. this.txtApplyInfo.WaterText = "暂无内容";
  227. this.txtApplyInfo.WordWrap = true;
  228. //
  229. // labelEx9
  230. //
  231. this.labelEx9.AutoSize = true;
  232. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  233. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  234. this.labelEx9.Location = new System.Drawing.Point(42, 471);
  235. this.labelEx9.Name = "labelEx9";
  236. this.labelEx9.Size = new System.Drawing.Size(59, 17);
  237. this.labelEx9.TabIndex = 60;
  238. this.labelEx9.Text = "领导批示:";
  239. //
  240. // labelEx10
  241. //
  242. this.labelEx10.AutoSize = true;
  243. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  244. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  245. this.labelEx10.Location = new System.Drawing.Point(42, 355);
  246. this.labelEx10.Name = "labelEx10";
  247. this.labelEx10.Size = new System.Drawing.Size(59, 17);
  248. this.labelEx10.TabIndex = 59;
  249. this.labelEx10.Text = "审批意见:";
  250. //
  251. // labelEx8
  252. //
  253. this.labelEx8.AutoSize = true;
  254. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  255. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  256. this.labelEx8.Location = new System.Drawing.Point(35, 58);
  257. this.labelEx8.Name = "labelEx8";
  258. this.labelEx8.Size = new System.Drawing.Size(59, 17);
  259. this.labelEx8.TabIndex = 57;
  260. this.labelEx8.Text = "汇报主题:";
  261. //
  262. // labelEx4
  263. //
  264. this.labelEx4.AutoSize = true;
  265. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  266. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  267. this.labelEx4.Location = new System.Drawing.Point(11, 98);
  268. this.labelEx4.Name = "labelEx4";
  269. this.labelEx4.Size = new System.Drawing.Size(83, 17);
  270. this.labelEx4.TabIndex = 56;
  271. this.labelEx4.Text = "汇报工作内容:";
  272. //
  273. // labelEx7
  274. //
  275. this.labelEx7.AutoSize = true;
  276. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  277. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  278. this.labelEx7.Location = new System.Drawing.Point(231, 22);
  279. this.labelEx7.Name = "labelEx7";
  280. this.labelEx7.Size = new System.Drawing.Size(59, 17);
  281. this.labelEx7.TabIndex = 49;
  282. this.labelEx7.Text = "汇报时间:";
  283. //
  284. // labPostedby
  285. //
  286. this.labPostedby.AutoSize = true;
  287. this.labPostedby.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.labPostedby.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  289. this.labPostedby.Location = new System.Drawing.Point(396, 318);
  290. this.labPostedby.Name = "labPostedby";
  291. this.labPostedby.Size = new System.Drawing.Size(13, 17);
  292. this.labPostedby.TabIndex = 55;
  293. this.labPostedby.Text = "-";
  294. //
  295. // labReleaseDatetime
  296. //
  297. this.labReleaseDatetime.AutoSize = true;
  298. this.labReleaseDatetime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.labReleaseDatetime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  300. this.labReleaseDatetime.Location = new System.Drawing.Point(296, 22);
  301. this.labReleaseDatetime.Name = "labReleaseDatetime";
  302. this.labReleaseDatetime.Size = new System.Drawing.Size(13, 17);
  303. this.labReleaseDatetime.TabIndex = 54;
  304. this.labReleaseDatetime.Text = "-";
  305. //
  306. // labPriority
  307. //
  308. this.labPriority.AutoSize = true;
  309. this.labPriority.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.labPriority.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  311. this.labPriority.Location = new System.Drawing.Point(107, 22);
  312. this.labPriority.Name = "labPriority";
  313. this.labPriority.Size = new System.Drawing.Size(13, 17);
  314. this.labPriority.TabIndex = 51;
  315. this.labPriority.Text = "-";
  316. //
  317. // labelEx6
  318. //
  319. this.labelEx6.AutoSize = true;
  320. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  321. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  322. this.labelEx6.Location = new System.Drawing.Point(343, 318);
  323. this.labelEx6.Name = "labelEx6";
  324. this.labelEx6.Size = new System.Drawing.Size(47, 17);
  325. this.labelEx6.TabIndex = 50;
  326. this.labelEx6.Text = "审批人:";
  327. //
  328. // labelEx1
  329. //
  330. this.labelEx1.AutoSize = true;
  331. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  333. this.labelEx1.Location = new System.Drawing.Point(47, 22);
  334. this.labelEx1.Name = "labelEx1";
  335. this.labelEx1.Size = new System.Drawing.Size(47, 17);
  336. this.labelEx1.TabIndex = 46;
  337. this.labelEx1.Text = "江报人:";
  338. //
  339. // btnSet
  340. //
  341. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  342. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  343. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  344. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  345. this.btnSet.ForeColor = System.Drawing.Color.White;
  346. this.btnSet.IsCustomBackImg = false;
  347. this.btnSet.IsShowText = true;
  348. this.btnSet.Location = new System.Drawing.Point(280, 312);
  349. this.btnSet.Name = "btnSet";
  350. this.btnSet.Size = new System.Drawing.Size(57, 28);
  351. this.btnSet.TabIndex = 382;
  352. this.btnSet.Text = "设 置";
  353. this.btnSet.UseVisualStyleBackColor = false;
  354. //
  355. // cmbCategory
  356. //
  357. this.cmbCategory.AfterSelectLevelFirstNode = true;
  358. this.cmbCategory.DropDownHeight = 220;
  359. this.cmbCategory.DropDownShow = false;
  360. this.cmbCategory.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.cmbCategory.FormattingEnabled = true;
  362. this.cmbCategory.IntegralHeight = false;
  363. this.cmbCategory.IsNodeMouseClick = true;
  364. this.cmbCategory.IsSelectParentNode = true;
  365. this.cmbCategory.Location = new System.Drawing.Point(108, 314);
  366. this.cmbCategory.Name = "cmbCategory";
  367. this.cmbCategory.ReadOnly = true;
  368. this.cmbCategory.SelectedNode = null;
  369. this.cmbCategory.Size = new System.Drawing.Size(165, 25);
  370. this.cmbCategory.StrGetName = "";
  371. this.cmbCategory.StrGetTagName = "";
  372. this.cmbCategory.StrKey = null;
  373. this.cmbCategory.TabIndex = 381;
  374. //
  375. // labelEx2
  376. //
  377. this.labelEx2.AutoSize = true;
  378. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  379. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  380. this.labelEx2.Location = new System.Drawing.Point(14, 318);
  381. this.labelEx2.Name = "labelEx2";
  382. this.labelEx2.Size = new System.Drawing.Size(83, 17);
  383. this.labelEx2.TabIndex = 380;
  384. this.labelEx2.Text = "工作审批评价:";
  385. //
  386. // frmWorkReportView
  387. //
  388. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  389. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  390. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  391. this.ClientSize = new System.Drawing.Size(910, 700);
  392. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  393. this.Name = "frmWorkReportView";
  394. this.Text = "工作审批";
  395. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  396. this.plExMainContainer.ResumeLayout(false);
  397. this.plExMainContainer.PerformLayout();
  398. this.plFormMainContent.ResumeLayout(false);
  399. this.ResumeLayout(false);
  400. }
  401. #endregion
  402. protected internal ComponentLibrary.ButtonEx btnSave;
  403. protected internal ComponentLibrary.ButtonEx btnClose;
  404. protected internal ComponentLibrary.TextBoxEx txtLeadershipInstruction;
  405. protected internal ComponentLibrary.TextBoxEx txtApplyReply;
  406. protected internal ComponentLibrary.TextBoxEx txtTitle;
  407. protected internal ComponentLibrary.TextBoxEx txtApplyInfo;
  408. private ComponentLibrary.LabelEx labelEx9;
  409. private ComponentLibrary.LabelEx labelEx10;
  410. private ComponentLibrary.LabelEx labelEx8;
  411. private ComponentLibrary.LabelEx labelEx4;
  412. private ComponentLibrary.LabelEx labelEx7;
  413. protected internal ComponentLibrary.LabelEx labPostedby;
  414. protected internal ComponentLibrary.LabelEx labReleaseDatetime;
  415. protected internal ComponentLibrary.LabelEx labPriority;
  416. private ComponentLibrary.LabelEx labelEx6;
  417. private ComponentLibrary.LabelEx labelEx1;
  418. public ComponentLibrary.ButtonForm btnSet;
  419. protected ComponentLibrary.ComboBoxTreeViewEx cmbCategory;
  420. private ComponentLibrary.LabelEx labelEx2;
  421. }
  422. }