frmRequestLeaveView.Designer.cs 27 KB

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