frmMattersApply.Designer.cs 24 KB

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