F_PAM_0604.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  1. namespace Dongke.IBOSS.PRD.Client.PAMModule
  2. {
  3. partial class F_PAM_0604
  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(F_PAM_0604));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  40. this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
  41. this.btnChange = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.dgvPayroll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  44. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  45. this.YYYYMM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.STAFFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Piecework = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.DamageSubsidy = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.RepairSubsidy = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.QualityEXA = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.AdminEXA = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.ADAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.TotalAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.AuditStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.AuditStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  60. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  61. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  62. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  63. this.gbxCondition.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.dgvPayroll)).BeginInit();
  65. this.tsrOperate.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // gbxCondition
  69. //
  70. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  71. | System.Windows.Forms.AnchorStyles.Right)));
  72. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  73. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  74. this.gbxCondition.Controls.Add(this.dtpStartTime);
  75. this.gbxCondition.Controls.Add(this.btnChange);
  76. this.gbxCondition.Controls.Add(this.btnSearch);
  77. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  79. this.gbxCondition.IsMustInput = false;
  80. this.gbxCondition.Location = new System.Drawing.Point(0, 40);
  81. this.gbxCondition.Name = "gbxCondition";
  82. this.gbxCondition.OriginalHeight = -1;
  83. this.gbxCondition.Size = new System.Drawing.Size(883, 48);
  84. this.gbxCondition.TabIndex = 24;
  85. this.gbxCondition.TabStop = false;
  86. this.gbxCondition.Text = "审批信息 ▼";
  87. //
  88. // dtpStartTime
  89. //
  90. this.dtpStartTime.CustomFormat = "yyyy-MM";
  91. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  92. this.dtpStartTime.Location = new System.Drawing.Point(27, 20);
  93. this.dtpStartTime.Name = "dtpStartTime";
  94. this.dtpStartTime.ShowUpDown = true;
  95. this.dtpStartTime.Size = new System.Drawing.Size(134, 21);
  96. this.dtpStartTime.TabIndex = 30;
  97. this.dtpStartTime.Value = new System.DateTime(2014, 9, 24, 0, 0, 0, 0);
  98. //
  99. // btnChange
  100. //
  101. this.btnChange.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  102. | System.Windows.Forms.AnchorStyles.Left)));
  103. this.btnChange.BackColor = System.Drawing.Color.Gray;
  104. this.btnChange.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnChange.BackgroundImage")));
  105. this.btnChange.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.btnChange.ForeColor = System.Drawing.Color.White;
  107. this.btnChange.Location = new System.Drawing.Point(283, 15);
  108. this.btnChange.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  109. this.btnChange.Name = "btnChange";
  110. this.btnChange.Size = new System.Drawing.Size(85, 30);
  111. this.btnChange.TabIndex = 28;
  112. this.btnChange.Text = "审核(&C)";
  113. this.btnChange.UseVisualStyleBackColor = false;
  114. this.btnChange.Click += new System.EventHandler(this.btnSearch_Click_1);
  115. //
  116. // btnSearch
  117. //
  118. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  119. | System.Windows.Forms.AnchorStyles.Left)));
  120. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  121. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  122. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.btnSearch.ForeColor = System.Drawing.Color.White;
  124. this.btnSearch.Location = new System.Drawing.Point(192, 15);
  125. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  126. this.btnSearch.Name = "btnSearch";
  127. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  128. this.btnSearch.TabIndex = 28;
  129. this.btnSearch.Text = "查询(&Q)";
  130. this.btnSearch.UseVisualStyleBackColor = false;
  131. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  132. //
  133. // dgvPayroll
  134. //
  135. this.dgvPayroll.AllowUserToAddRows = false;
  136. this.dgvPayroll.AllowUserToModifyRows = true;
  137. this.dgvPayroll.AllowUserToOrderColumns = true;
  138. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  139. this.dgvPayroll.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  140. this.dgvPayroll.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  141. | System.Windows.Forms.AnchorStyles.Left)
  142. | System.Windows.Forms.AnchorStyles.Right)));
  143. this.dgvPayroll.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  144. this.dgvPayroll.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  145. this.dgvPayroll.CellHeight = 23;
  146. this.dgvPayroll.ChildNodeColumnName = null;
  147. this.dgvPayroll.ChildNodeColumnText = null;
  148. this.dgvPayroll.ColumnDeep = 1;
  149. this.dgvPayroll.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  150. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  151. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  152. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  154. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  155. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  156. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  157. this.dgvPayroll.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  158. this.dgvPayroll.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  159. this.dgvPayroll.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  160. this.Sel,
  161. this.YYYYMM,
  162. this.StaffID,
  163. this.StaffCode,
  164. this.STAFFNAME,
  165. this.Piecework,
  166. this.DamageSubsidy,
  167. this.RepairSubsidy,
  168. this.QualityEXA,
  169. this.AdminEXA,
  170. this.ADAmount,
  171. this.TotalAmount,
  172. this.AuditStatusName,
  173. this.Remarks,
  174. this.AuditStatus});
  175. this.dgvPayroll.ColumnTreeView = null;
  176. this.dgvPayroll.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  177. this.dgvPayroll.DynamicColumnName = "";
  178. this.dgvPayroll.EnableHeadersVisualStyles = false;
  179. this.dgvPayroll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.dgvPayroll.IsAutoCountSum = true;
  181. this.dgvPayroll.IsAutoResizeColumns = false;
  182. this.dgvPayroll.IsClickF12 = false;
  183. this.dgvPayroll.IsSubTotalFlag = false;
  184. this.dgvPayroll.Location = new System.Drawing.Point(0, 91);
  185. this.dgvPayroll.Margin = new System.Windows.Forms.Padding(0);
  186. this.dgvPayroll.MultiSelect = false;
  187. this.dgvPayroll.Name = "dgvPayroll";
  188. this.dgvPayroll.RefreshAtHscroll = false;
  189. this.dgvPayroll.RowHeadersWidth = 50;
  190. this.dgvPayroll.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  191. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  192. this.dgvPayroll.RowsDefaultCellStyle = dataGridViewCellStyle10;
  193. this.dgvPayroll.RowTemplate.Height = 25;
  194. this.dgvPayroll.Size = new System.Drawing.Size(883, 402);
  195. this.dgvPayroll.SortOrderColumnName = null;
  196. this.dgvPayroll.TabIndex = 0;
  197. this.dgvPayroll.Tag = true;
  198. this.dgvPayroll.TotalSumColumns = null;
  199. this.dgvPayroll.ViewRowFilter = "";
  200. this.dgvPayroll.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvPayroll_CurrentCellDirtyStateChanged);
  201. //
  202. // Sel
  203. //
  204. this.Sel.DataPropertyName = "Sel";
  205. this.Sel.FalseValue = "0";
  206. this.Sel.HeaderText = "选择";
  207. this.Sel.Name = "Sel";
  208. this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  209. this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  210. this.Sel.TrueValue = "1";
  211. //
  212. // YYYYMM
  213. //
  214. this.YYYYMM.DataPropertyName = "YYYYMM";
  215. this.YYYYMM.HeaderText = "年月";
  216. this.YYYYMM.Name = "YYYYMM";
  217. this.YYYYMM.ReadOnly = true;
  218. //
  219. // StaffID
  220. //
  221. this.StaffID.DataPropertyName = "StaffID";
  222. this.StaffID.HeaderText = "StaffID";
  223. this.StaffID.Name = "StaffID";
  224. this.StaffID.ReadOnly = true;
  225. this.StaffID.Visible = false;
  226. //
  227. // StaffCode
  228. //
  229. this.StaffCode.DataPropertyName = "StaffCode";
  230. this.StaffCode.HeaderText = "员工编码";
  231. this.StaffCode.Name = "StaffCode";
  232. this.StaffCode.ReadOnly = true;
  233. //
  234. // STAFFNAME
  235. //
  236. this.STAFFNAME.DataPropertyName = "STAFFNAME";
  237. this.STAFFNAME.HeaderText = "员工姓名";
  238. this.STAFFNAME.Name = "STAFFNAME";
  239. this.STAFFNAME.ReadOnly = true;
  240. //
  241. // Piecework
  242. //
  243. this.Piecework.DataPropertyName = "Piecework";
  244. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  245. dataGridViewCellStyle3.Format = "#,##0.00";
  246. this.Piecework.DefaultCellStyle = dataGridViewCellStyle3;
  247. this.Piecework.HeaderText = "计件工资";
  248. this.Piecework.Name = "Piecework";
  249. this.Piecework.ReadOnly = true;
  250. //
  251. // DamageSubsidy
  252. //
  253. this.DamageSubsidy.DataPropertyName = "DamageSubsidy";
  254. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  255. dataGridViewCellStyle4.Format = "#,##0.00";
  256. this.DamageSubsidy.DefaultCellStyle = dataGridViewCellStyle4;
  257. this.DamageSubsidy.HeaderText = "损坯补贴";
  258. this.DamageSubsidy.Name = "DamageSubsidy";
  259. this.DamageSubsidy.ReadOnly = true;
  260. //
  261. // RepairSubsidy
  262. //
  263. this.RepairSubsidy.DataPropertyName = "RepairSubsidy";
  264. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  265. dataGridViewCellStyle5.Format = "#,##0.00";
  266. this.RepairSubsidy.DefaultCellStyle = dataGridViewCellStyle5;
  267. this.RepairSubsidy.HeaderText = "干补补贴";
  268. this.RepairSubsidy.Name = "RepairSubsidy";
  269. this.RepairSubsidy.ReadOnly = true;
  270. //
  271. // QualityEXA
  272. //
  273. this.QualityEXA.DataPropertyName = "QualityEXA";
  274. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  275. dataGridViewCellStyle6.Format = "#,##0.00";
  276. this.QualityEXA.DefaultCellStyle = dataGridViewCellStyle6;
  277. this.QualityEXA.HeaderText = "品质考核";
  278. this.QualityEXA.Name = "QualityEXA";
  279. this.QualityEXA.ReadOnly = true;
  280. //
  281. // AdminEXA
  282. //
  283. this.AdminEXA.DataPropertyName = "AdminEXA";
  284. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  285. dataGridViewCellStyle7.Format = "#,##0.00";
  286. this.AdminEXA.DefaultCellStyle = dataGridViewCellStyle7;
  287. this.AdminEXA.HeaderText = "行政考核";
  288. this.AdminEXA.Name = "AdminEXA";
  289. this.AdminEXA.ReadOnly = true;
  290. //
  291. // ADAmount
  292. //
  293. this.ADAmount.DataPropertyName = "ADAmount";
  294. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  295. dataGridViewCellStyle8.Format = "#,##0.00";
  296. this.ADAmount.DefaultCellStyle = dataGridViewCellStyle8;
  297. this.ADAmount.HeaderText = "调整金额";
  298. this.ADAmount.Name = "ADAmount";
  299. this.ADAmount.ReadOnly = true;
  300. //
  301. // TotalAmount
  302. //
  303. this.TotalAmount.DataPropertyName = "TotalAmount";
  304. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  305. dataGridViewCellStyle9.Format = "#,##0.00";
  306. this.TotalAmount.DefaultCellStyle = dataGridViewCellStyle9;
  307. this.TotalAmount.HeaderText = "合计金额";
  308. this.TotalAmount.Name = "TotalAmount";
  309. this.TotalAmount.ReadOnly = true;
  310. //
  311. // AuditStatusName
  312. //
  313. this.AuditStatusName.DataPropertyName = "AuditStatusName";
  314. this.AuditStatusName.HeaderText = "审核状态";
  315. this.AuditStatusName.Name = "AuditStatusName";
  316. this.AuditStatusName.ReadOnly = true;
  317. //
  318. // Remarks
  319. //
  320. this.Remarks.DataPropertyName = "Remarks";
  321. this.Remarks.HeaderText = "备注";
  322. this.Remarks.Name = "Remarks";
  323. this.Remarks.ReadOnly = true;
  324. //
  325. // AuditStatus
  326. //
  327. this.AuditStatus.DataPropertyName = "AuditStatus";
  328. this.AuditStatus.HeaderText = "审批状态";
  329. this.AuditStatus.Name = "AuditStatus";
  330. this.AuditStatus.ReadOnly = true;
  331. this.AuditStatus.Visible = false;
  332. //
  333. // tsrOperate
  334. //
  335. this.tsrOperate.AutoSize = false;
  336. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  337. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PAMModule.Properties.Resources.functionbackground;
  338. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  340. this.toolStripSeparator3,
  341. this.tsbtnAdaptive,
  342. this.tsbtnClose});
  343. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  344. this.tsrOperate.Name = "tsrOperate";
  345. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  346. this.tsrOperate.ShowItemToolTips = false;
  347. this.tsrOperate.Size = new System.Drawing.Size(895, 35);
  348. this.tsrOperate.TabIndex = 26;
  349. //
  350. // toolStripSeparator3
  351. //
  352. this.toolStripSeparator3.AutoSize = false;
  353. this.toolStripSeparator3.Name = "toolStripSeparator3";
  354. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  355. //
  356. // tsbtnAdaptive
  357. //
  358. this.tsbtnAdaptive.AutoSize = false;
  359. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  361. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  362. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  363. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  364. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  365. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click_1);
  366. //
  367. // tsbtnClose
  368. //
  369. this.tsbtnClose.AutoSize = false;
  370. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  372. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  373. this.tsbtnClose.Name = "tsbtnClose";
  374. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  375. this.tsbtnClose.Text = "关闭(&X)";
  376. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click_1);
  377. //
  378. // F_PAM_0604
  379. //
  380. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  381. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  382. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  383. this.ClientSize = new System.Drawing.Size(895, 493);
  384. this.Controls.Add(this.tsrOperate);
  385. this.Controls.Add(this.dgvPayroll);
  386. this.Controls.Add(this.gbxCondition);
  387. this.Name = "F_PAM_0604";
  388. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  389. this.Text = "工资审核";
  390. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  391. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PAM_0201_FormClosed);
  392. this.Load += new System.EventHandler(this.F_PAM_0201_Load);
  393. this.gbxCondition.ResumeLayout(false);
  394. ((System.ComponentModel.ISupportInitialize)(this.dgvPayroll)).EndInit();
  395. this.tsrOperate.ResumeLayout(false);
  396. this.tsrOperate.PerformLayout();
  397. this.ResumeLayout(false);
  398. }
  399. #endregion
  400. private Basics.BaseControls.C_GroupBox gbxCondition;
  401. private Basics.BaseControls.C_DataGridView dgvPayroll;
  402. private Basics.BaseControls.C_Button btnSearch;
  403. private Basics.BaseControls.C_Button btnChange;
  404. private System.Windows.Forms.DateTimePicker dtpStartTime;
  405. private Basics.BaseControls.C_ToolStrip tsrOperate;
  406. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  407. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  408. private System.Windows.Forms.ToolStripButton tsbtnClose;
  409. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  410. private System.Windows.Forms.DataGridViewTextBoxColumn YYYYMM;
  411. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  412. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  413. private System.Windows.Forms.DataGridViewTextBoxColumn STAFFNAME;
  414. private System.Windows.Forms.DataGridViewTextBoxColumn Piecework;
  415. private System.Windows.Forms.DataGridViewTextBoxColumn DamageSubsidy;
  416. private System.Windows.Forms.DataGridViewTextBoxColumn RepairSubsidy;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn QualityEXA;
  418. private System.Windows.Forms.DataGridViewTextBoxColumn AdminEXA;
  419. private System.Windows.Forms.DataGridViewTextBoxColumn ADAmount;
  420. private System.Windows.Forms.DataGridViewTextBoxColumn TotalAmount;
  421. private System.Windows.Forms.DataGridViewTextBoxColumn AuditStatusName;
  422. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  423. private System.Windows.Forms.DataGridViewTextBoxColumn AuditStatus;
  424. }
  425. }