F_PAM_0603.Designer.cs 25 KB

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