frmRequestLeaveList.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. namespace LYFZ.Software.UI.OAShopManagement
  2. {
  3. partial class frmRequestLeaveList
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRequestLeaveList));
  31. this.tbMain = new LYFZ.ComponentLibrary.TabControlEx();
  32. this.tpMyApplication = new System.Windows.Forms.TabPage();
  33. this.dgvTaskView = new LYFZ.ComponentLibrary.DataGridViewEx();
  34. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Neirong = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.shenqingren = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Shenheren = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  49. this.btnAddApplication = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.btnApproving = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.btndel = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.rdoapply = new LYFZ.ComponentLibrary.RadioButtonEx();
  54. this.rdopassed = new LYFZ.ComponentLibrary.RadioButtonEx();
  55. this.rdoNotpassed = new LYFZ.ComponentLibrary.RadioButtonEx();
  56. this.ucMatt = new LYFZ.UCPager.ucPagerEx();
  57. this.plExMainContainer.SuspendLayout();
  58. this.plFormMainContent.SuspendLayout();
  59. this.tbMain.SuspendLayout();
  60. this.tpMyApplication.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dgvTaskView)).BeginInit();
  62. this.flowLayoutPanel1.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // plExMainContainer
  66. //
  67. this.plExMainContainer.Controls.Add(this.tbMain);
  68. this.plExMainContainer.Controls.Add(this.ucMatt);
  69. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  70. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  71. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  72. //
  73. // btnAppFormMaximize
  74. //
  75. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  76. //
  77. // btnAppFormExit
  78. //
  79. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  80. //
  81. // btnAppFormMinimize
  82. //
  83. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  84. //
  85. // tbMain
  86. //
  87. this.tbMain.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  88. this.tbMain.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  89. this.tbMain.Controls.Add(this.tpMyApplication);
  90. this.tbMain.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.tbMain.ItemSize = new System.Drawing.Size(120, 30);
  92. this.tbMain.Location = new System.Drawing.Point(0, 0);
  93. this.tbMain.Name = "tbMain";
  94. this.tbMain.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  95. this.tbMain.SelectedIndex = 0;
  96. this.tbMain.Size = new System.Drawing.Size(910, 481);
  97. this.tbMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  98. this.tbMain.TabIndex = 3;
  99. //
  100. // tpMyApplication
  101. //
  102. this.tpMyApplication.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  103. this.tpMyApplication.Controls.Add(this.dgvTaskView);
  104. this.tpMyApplication.Controls.Add(this.flowLayoutPanel1);
  105. this.tpMyApplication.Location = new System.Drawing.Point(4, 34);
  106. this.tpMyApplication.Name = "tpMyApplication";
  107. this.tpMyApplication.Size = new System.Drawing.Size(902, 443);
  108. this.tpMyApplication.TabIndex = 0;
  109. this.tpMyApplication.Text = "我的申请";
  110. //
  111. // dgvTaskView
  112. //
  113. this.dgvTaskView.AllowUserToAddRows = false;
  114. this.dgvTaskView.AllowUserToDeleteRows = false;
  115. this.dgvTaskView.AllowUserToResizeRows = false;
  116. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  117. this.dgvTaskView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  118. this.dgvTaskView.BackgroundColor = System.Drawing.Color.White;
  119. this.dgvTaskView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  120. this.dgvTaskView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  121. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  122. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  123. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  125. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  126. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  127. this.dgvTaskView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  128. this.dgvTaskView.ColumnHeadersHeight = 32;
  129. this.dgvTaskView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  130. this.dgvTaskView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  131. this.ID,
  132. this.Column8,
  133. this.Column1,
  134. this.Neirong,
  135. this.Column10,
  136. this.shenqingren,
  137. this.Column2,
  138. this.Column4,
  139. this.Shenheren,
  140. this.Column5,
  141. this.Column6,
  142. this.Column9,
  143. this.Column3,
  144. this.Column7});
  145. this.dgvTaskView.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.dgvTaskView.EnableHeadersVisualStyles = false;
  147. this.dgvTaskView.EraseCell = false;
  148. this.dgvTaskView.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  149. this.dgvTaskView.GridViewUniquelyIdentify = resources.GetString("dgvTaskView.GridViewUniquelyIdentify");
  150. this.dgvTaskView.IsCompleteBonding = false;
  151. this.dgvTaskView.IsCopyCellValue = true;
  152. this.dgvTaskView.Location = new System.Drawing.Point(0, 40);
  153. this.dgvTaskView.Margin = new System.Windows.Forms.Padding(0);
  154. this.dgvTaskView.Name = "dgvTaskView";
  155. this.dgvTaskView.RowHeadersVisible = false;
  156. this.dgvTaskView.RowTemplate.Height = 23;
  157. this.dgvTaskView.RowTemplate.ReadOnly = true;
  158. this.dgvTaskView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  159. this.dgvTaskView.Size = new System.Drawing.Size(902, 403);
  160. this.dgvTaskView.TabIndex = 2;
  161. //
  162. // ID
  163. //
  164. this.ID.DataPropertyName = "ID";
  165. this.ID.HeaderText = "ID";
  166. this.ID.Name = "ID";
  167. this.ID.Visible = false;
  168. this.ID.Width = 10;
  169. //
  170. // Column8
  171. //
  172. this.Column8.HeaderText = "请假类别";
  173. this.Column8.Name = "Column8";
  174. this.Column8.ReadOnly = true;
  175. //
  176. // Column1
  177. //
  178. this.Column1.FillWeight = 88.84331F;
  179. this.Column1.HeaderText = "请假主题";
  180. this.Column1.Name = "Column1";
  181. this.Column1.ReadOnly = true;
  182. this.Column1.Width = 160;
  183. //
  184. // Neirong
  185. //
  186. this.Neirong.DataPropertyName = "Matter_content";
  187. this.Neirong.FillWeight = 0.05325584F;
  188. this.Neirong.HeaderText = "请假申请事由";
  189. this.Neirong.Name = "Neirong";
  190. this.Neirong.ReadOnly = true;
  191. this.Neirong.Width = 300;
  192. //
  193. // Column10
  194. //
  195. this.Column10.HeaderText = "请假申请时间";
  196. this.Column10.Name = "Column10";
  197. this.Column10.ReadOnly = true;
  198. this.Column10.Width = 300;
  199. //
  200. // shenqingren
  201. //
  202. this.shenqingren.DataPropertyName = "name";
  203. this.shenqingren.FillWeight = 0.2331332F;
  204. this.shenqingren.HeaderText = "申请人";
  205. this.shenqingren.Name = "shenqingren";
  206. this.shenqingren.ReadOnly = true;
  207. //
  208. // Column2
  209. //
  210. this.Column2.DataPropertyName = "Matter_CreateDatetime";
  211. this.Column2.FillWeight = 0.6281501F;
  212. this.Column2.HeaderText = "申请时间";
  213. this.Column2.Name = "Column2";
  214. this.Column2.ReadOnly = true;
  215. this.Column2.Width = 120;
  216. //
  217. // Column4
  218. //
  219. this.Column4.DataPropertyName = "Matter_state";
  220. this.Column4.FillWeight = 1.275725F;
  221. this.Column4.HeaderText = "审批状态";
  222. this.Column4.Name = "Column4";
  223. this.Column4.ReadOnly = true;
  224. //
  225. // Shenheren
  226. //
  227. this.Shenheren.DataPropertyName = "UPname";
  228. this.Shenheren.FillWeight = 2.590903F;
  229. this.Shenheren.HeaderText = "审批人";
  230. this.Shenheren.Name = "Shenheren";
  231. this.Shenheren.ReadOnly = true;
  232. //
  233. // Column5
  234. //
  235. this.Column5.DataPropertyName = "Matter_UpdateDatetime";
  236. this.Column5.FillWeight = 5.260965F;
  237. this.Column5.HeaderText = "审批时间";
  238. this.Column5.Name = "Column5";
  239. this.Column5.ReadOnly = true;
  240. this.Column5.Width = 120;
  241. //
  242. // Column6
  243. //
  244. this.Column6.DataPropertyName = "Matter_opinion";
  245. this.Column6.FillWeight = 10.68464F;
  246. this.Column6.HeaderText = "审批意见";
  247. this.Column6.Name = "Column6";
  248. this.Column6.ReadOnly = true;
  249. this.Column6.Width = 120;
  250. //
  251. // Column9
  252. //
  253. this.Column9.DataPropertyName = "Matter_UpdateName";
  254. this.Column9.HeaderText = "领导批示";
  255. this.Column9.Name = "Column9";
  256. this.Column9.ReadOnly = true;
  257. this.Column9.Width = 120;
  258. //
  259. // Column3
  260. //
  261. this.Column3.FillWeight = 21.69973F;
  262. this.Column3.HeaderText = "批示人";
  263. this.Column3.Name = "Column3";
  264. this.Column3.ReadOnly = true;
  265. //
  266. // Column7
  267. //
  268. this.Column7.FillWeight = 43.75149F;
  269. this.Column7.HeaderText = "批示时间";
  270. this.Column7.Name = "Column7";
  271. this.Column7.ReadOnly = true;
  272. this.Column7.Width = 120;
  273. //
  274. // flowLayoutPanel1
  275. //
  276. this.flowLayoutPanel1.BackColor = System.Drawing.Color.White;
  277. this.flowLayoutPanel1.Controls.Add(this.btnAddApplication);
  278. this.flowLayoutPanel1.Controls.Add(this.btnApproving);
  279. this.flowLayoutPanel1.Controls.Add(this.btndel);
  280. this.flowLayoutPanel1.Controls.Add(this.btnClose);
  281. this.flowLayoutPanel1.Controls.Add(this.rdoapply);
  282. this.flowLayoutPanel1.Controls.Add(this.rdopassed);
  283. this.flowLayoutPanel1.Controls.Add(this.rdoNotpassed);
  284. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  285. this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  286. this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  287. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  288. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
  289. this.flowLayoutPanel1.Size = new System.Drawing.Size(902, 40);
  290. this.flowLayoutPanel1.TabIndex = 2;
  291. //
  292. // btnAddApplication
  293. //
  294. this.btnAddApplication.BackColor = System.Drawing.Color.Transparent;
  295. this.btnAddApplication.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddApplication.BackImg")));
  296. this.btnAddApplication.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  297. this.btnAddApplication.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  298. this.btnAddApplication.ForeColor = System.Drawing.Color.White;
  299. this.btnAddApplication.IsCustomBackImg = false;
  300. this.btnAddApplication.IsShowText = true;
  301. this.btnAddApplication.Location = new System.Drawing.Point(5, 5);
  302. this.btnAddApplication.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
  303. this.btnAddApplication.Name = "btnAddApplication";
  304. this.btnAddApplication.Size = new System.Drawing.Size(80, 28);
  305. this.btnAddApplication.TabIndex = 4;
  306. this.btnAddApplication.Text = " 事项申请";
  307. this.btnAddApplication.UseVisualStyleBackColor = false;
  308. //
  309. // btnApproving
  310. //
  311. this.btnApproving.BackColor = System.Drawing.Color.Transparent;
  312. this.btnApproving.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnApproving.BackImg")));
  313. this.btnApproving.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  314. this.btnApproving.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  315. this.btnApproving.ForeColor = System.Drawing.Color.White;
  316. this.btnApproving.IsCustomBackImg = false;
  317. this.btnApproving.IsShowText = true;
  318. this.btnApproving.Location = new System.Drawing.Point(92, 5);
  319. this.btnApproving.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
  320. this.btnApproving.Name = "btnApproving";
  321. this.btnApproving.Size = new System.Drawing.Size(80, 28);
  322. this.btnApproving.TabIndex = 4;
  323. this.btnApproving.Text = " 审批申请";
  324. this.btnApproving.UseVisualStyleBackColor = false;
  325. //
  326. // btndel
  327. //
  328. this.btndel.BackColor = System.Drawing.Color.Transparent;
  329. this.btndel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btndel.BackImg")));
  330. this.btndel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  331. this.btndel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  332. this.btndel.ForeColor = System.Drawing.Color.White;
  333. this.btndel.IsCustomBackImg = false;
  334. this.btndel.IsShowText = true;
  335. this.btndel.Location = new System.Drawing.Point(179, 5);
  336. this.btndel.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
  337. this.btndel.Name = "btndel";
  338. this.btndel.Size = new System.Drawing.Size(80, 28);
  339. this.btndel.TabIndex = 5;
  340. this.btndel.Text = " 删除申请";
  341. this.btndel.UseVisualStyleBackColor = false;
  342. //
  343. // btnClose
  344. //
  345. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  346. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  347. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  348. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  349. this.btnClose.ForeColor = System.Drawing.Color.White;
  350. this.btnClose.IsCustomBackImg = false;
  351. this.btnClose.IsShowText = true;
  352. this.btnClose.Location = new System.Drawing.Point(266, 5);
  353. this.btnClose.Margin = new System.Windows.Forms.Padding(5, 0, 10, 0);
  354. this.btnClose.Name = "btnClose";
  355. this.btnClose.Size = new System.Drawing.Size(80, 28);
  356. this.btnClose.TabIndex = 6;
  357. this.btnClose.Text = " 关 闭";
  358. this.btnClose.UseVisualStyleBackColor = false;
  359. //
  360. // rdoapply
  361. //
  362. this.rdoapply.AutoSize = true;
  363. this.rdoapply.BackColor = System.Drawing.Color.Transparent;
  364. this.rdoapply.Checked = true;
  365. this.rdoapply.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.rdoapply.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  367. this.rdoapply.Location = new System.Drawing.Point(359, 8);
  368. this.rdoapply.Name = "rdoapply";
  369. this.rdoapply.Size = new System.Drawing.Size(139, 24);
  370. this.rdoapply.TabIndex = 7;
  371. this.rdoapply.TabStop = true;
  372. this.rdoapply.Tag = "0";
  373. this.rdoapply.Text = "申请中【待审批】";
  374. this.rdoapply.UseVisualStyleBackColor = false;
  375. //
  376. // rdopassed
  377. //
  378. this.rdopassed.AutoSize = true;
  379. this.rdopassed.BackColor = System.Drawing.Color.Transparent;
  380. this.rdopassed.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.rdopassed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  382. this.rdopassed.Location = new System.Drawing.Point(504, 8);
  383. this.rdopassed.Name = "rdopassed";
  384. this.rdopassed.Size = new System.Drawing.Size(167, 24);
  385. this.rdopassed.TabIndex = 7;
  386. this.rdopassed.TabStop = true;
  387. this.rdopassed.Tag = "1";
  388. this.rdopassed.Text = "已审批【且通过申请】";
  389. this.rdopassed.UseVisualStyleBackColor = false;
  390. //
  391. // rdoNotpassed
  392. //
  393. this.rdoNotpassed.AutoSize = true;
  394. this.rdoNotpassed.BackColor = System.Drawing.Color.Transparent;
  395. this.rdoNotpassed.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.rdoNotpassed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  397. this.rdoNotpassed.Location = new System.Drawing.Point(677, 8);
  398. this.rdoNotpassed.Name = "rdoNotpassed";
  399. this.rdoNotpassed.Size = new System.Drawing.Size(167, 24);
  400. this.rdoNotpassed.TabIndex = 7;
  401. this.rdoNotpassed.TabStop = true;
  402. this.rdoNotpassed.Tag = "2";
  403. this.rdoNotpassed.Text = "已审批【未通过申请】";
  404. this.rdoNotpassed.UseVisualStyleBackColor = false;
  405. //
  406. // ucMatt
  407. //
  408. this.ucMatt.CurrentPageCount = 0;
  409. this.ucMatt.Dock = System.Windows.Forms.DockStyle.Bottom;
  410. this.ucMatt.Location = new System.Drawing.Point(0, 481);
  411. this.ucMatt.Name = "ucMatt";
  412. this.ucMatt.NMax = 0;
  413. this.ucMatt.PageCount = 0;
  414. this.ucMatt.PageCurrent = 1;
  415. this.ucMatt.PageSize = 20;
  416. this.ucMatt.Size = new System.Drawing.Size(910, 24);
  417. this.ucMatt.TabIndex = 4;
  418. this.ucMatt.TbDataSource = null;
  419. //
  420. // frmRequestLeaveList
  421. //
  422. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  423. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  424. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  425. this.ClientSize = new System.Drawing.Size(910, 610);
  426. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  427. this.IsShowUcNavigationTool = true;
  428. this.Name = "frmRequestLeaveList";
  429. this.Text = "frmRequestLeaveList";
  430. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  431. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  432. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  433. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  434. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  435. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  436. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  437. this.plExMainContainer.ResumeLayout(false);
  438. this.plFormMainContent.ResumeLayout(false);
  439. this.tbMain.ResumeLayout(false);
  440. this.tpMyApplication.ResumeLayout(false);
  441. ((System.ComponentModel.ISupportInitialize)(this.dgvTaskView)).EndInit();
  442. this.flowLayoutPanel1.ResumeLayout(false);
  443. this.flowLayoutPanel1.PerformLayout();
  444. this.ResumeLayout(false);
  445. }
  446. #endregion
  447. protected internal ComponentLibrary.TabControlEx tbMain;
  448. public System.Windows.Forms.TabPage tpMyApplication;
  449. protected internal ComponentLibrary.DataGridViewEx dgvTaskView;
  450. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  451. protected internal ComponentLibrary.ButtonEx btnAddApplication;
  452. protected internal ComponentLibrary.ButtonEx btnApproving;
  453. protected internal ComponentLibrary.ButtonEx btndel;
  454. protected internal ComponentLibrary.ButtonEx btnClose;
  455. public ComponentLibrary.RadioButtonEx rdoapply;
  456. public ComponentLibrary.RadioButtonEx rdopassed;
  457. public ComponentLibrary.RadioButtonEx rdoNotpassed;
  458. public UCPager.ucPagerEx ucMatt;
  459. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  460. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  461. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  462. private System.Windows.Forms.DataGridViewTextBoxColumn Neirong;
  463. private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
  464. private System.Windows.Forms.DataGridViewTextBoxColumn shenqingren;
  465. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  466. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  467. private System.Windows.Forms.DataGridViewTextBoxColumn Shenheren;
  468. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  469. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  470. private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
  471. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  472. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  473. }
  474. }