frmMattersApplyView.Designer.cs 25 KB

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