F_HR_1202.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  1. namespace Dongke.IBOSS.PRD.Client.HRModule
  2. {
  3. partial class F_HR_1202
  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_HR_1202));
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  35. this.tsbtnSettlement = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  37. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  38. this.cgbBase = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  39. this.btnSettlement = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.lblStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.dtpStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  42. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.cgbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  45. this.txtOrg = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.btnSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.lblOrg = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.txtName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  49. this.lblName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.txtSRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  51. this.lblSRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.c_GroupBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  53. this.dgvSettlement = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  54. this.AuditStatus = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  55. this.StaffSalaryID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.PostName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.TotalAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.BasicSalary = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.WagesSalary = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.ScrapFine = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.ProgressSalary = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.AdminSalary = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.DefectFine = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.ManagerSalary = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.TATManagersID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.SettlementAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.AdjustmentAmount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  71. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  73. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  74. this.tsrOperate.SuspendLayout();
  75. this.cgbBase.SuspendLayout();
  76. this.cgbSelect.SuspendLayout();
  77. this.c_GroupBox2.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlement)).BeginInit();
  79. this.SuspendLayout();
  80. //
  81. // tsrOperate
  82. //
  83. this.tsrOperate.AutoSize = false;
  84. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  85. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.HRModule.Properties.Resources.functionbackground;
  86. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  88. this.tsbtnSettlement,
  89. this.toolStripSeparator3,
  90. this.tsbtnAdaptive});
  91. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  92. this.tsrOperate.Name = "tsrOperate";
  93. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  94. this.tsrOperate.ShowItemToolTips = false;
  95. this.tsrOperate.Size = new System.Drawing.Size(993, 35);
  96. this.tsrOperate.TabIndex = 3;
  97. //
  98. // tsbtnSettlement
  99. //
  100. this.tsbtnSettlement.AutoSize = false;
  101. this.tsbtnSettlement.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.tsbtnSettlement.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  103. this.tsbtnSettlement.ImageTransparentColor = System.Drawing.Color.Magenta;
  104. this.tsbtnSettlement.Name = "tsbtnSettlement";
  105. this.tsbtnSettlement.Size = new System.Drawing.Size(90, 25);
  106. this.tsbtnSettlement.Text = "结算or筛选(&J)";
  107. this.tsbtnSettlement.Click += new System.EventHandler(this.tsbtnSettlement_Click);
  108. //
  109. // toolStripSeparator3
  110. //
  111. this.toolStripSeparator3.AutoSize = false;
  112. this.toolStripSeparator3.Name = "toolStripSeparator3";
  113. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  114. //
  115. // tsbtnAdaptive
  116. //
  117. this.tsbtnAdaptive.AutoSize = false;
  118. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  120. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  121. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  122. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  123. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  124. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  125. //
  126. // cgbBase
  127. //
  128. this.cgbBase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  129. | System.Windows.Forms.AnchorStyles.Right)));
  130. this.cgbBase.BackColor = System.Drawing.Color.Transparent;
  131. this.cgbBase.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cgbBase.BackgroundImage")));
  132. this.cgbBase.CanExpand = false;
  133. this.cgbBase.Controls.Add(this.btnSettlement);
  134. this.cgbBase.Controls.Add(this.lblStartTime);
  135. this.cgbBase.Controls.Add(this.dtpStartTime);
  136. this.cgbBase.Controls.Add(this.txtRemarks);
  137. this.cgbBase.Controls.Add(this.lblRemarks);
  138. this.cgbBase.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.cgbBase.ForeColor = System.Drawing.SystemColors.ControlText;
  140. this.cgbBase.IsMustInput = false;
  141. this.cgbBase.Location = new System.Drawing.Point(12, 38);
  142. this.cgbBase.Name = "cgbBase";
  143. this.cgbBase.OriginalHeight = -1;
  144. this.cgbBase.Size = new System.Drawing.Size(969, 107);
  145. this.cgbBase.TabIndex = 4;
  146. this.cgbBase.TabStop = false;
  147. this.cgbBase.Text = "基础信息 ▼";
  148. //
  149. // btnSettlement
  150. //
  151. this.btnSettlement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  152. this.btnSettlement.BackColor = System.Drawing.Color.Transparent;
  153. this.btnSettlement.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSettlement.BackgroundImage")));
  154. this.btnSettlement.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.btnSettlement.ForeColor = System.Drawing.Color.White;
  156. this.btnSettlement.Location = new System.Drawing.Point(878, 68);
  157. this.btnSettlement.Name = "btnSettlement";
  158. this.btnSettlement.Size = new System.Drawing.Size(85, 33);
  159. this.btnSettlement.TabIndex = 121;
  160. this.btnSettlement.Text = "结算(&E)";
  161. this.btnSettlement.UseVisualStyleBackColor = false;
  162. this.btnSettlement.Click += new System.EventHandler(this.btnSettlement_Click);
  163. //
  164. // lblStartTime
  165. //
  166. this.lblStartTime.AutoSize = true;
  167. this.lblStartTime.BackColor = System.Drawing.Color.Transparent;
  168. this.lblStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.lblStartTime.ForeColor = System.Drawing.SystemColors.ControlText;
  170. this.lblStartTime.Location = new System.Drawing.Point(6, 22);
  171. this.lblStartTime.Name = "lblStartTime";
  172. this.lblStartTime.Size = new System.Drawing.Size(53, 12);
  173. this.lblStartTime.TabIndex = 116;
  174. this.lblStartTime.Text = "开始时间";
  175. //
  176. // dtpStartTime
  177. //
  178. this.dtpStartTime.CustomFormat = "yyyy-MM";
  179. this.dtpStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  181. this.dtpStartTime.Location = new System.Drawing.Point(65, 18);
  182. this.dtpStartTime.Name = "dtpStartTime";
  183. this.dtpStartTime.Size = new System.Drawing.Size(121, 21);
  184. this.dtpStartTime.TabIndex = 23;
  185. //
  186. // txtRemarks
  187. //
  188. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  189. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  190. this.txtRemarks.ErrorMessage = "";
  191. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.txtRemarks.Location = new System.Drawing.Point(65, 45);
  193. this.txtRemarks.MaxLength = 500;
  194. this.txtRemarks.Multiline = true;
  195. this.txtRemarks.Name = "txtRemarks";
  196. this.txtRemarks.Size = new System.Drawing.Size(657, 56);
  197. this.txtRemarks.TabIndex = 16;
  198. //
  199. // lblRemarks
  200. //
  201. this.lblRemarks.AutoSize = true;
  202. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  203. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  205. this.lblRemarks.Location = new System.Drawing.Point(6, 48);
  206. this.lblRemarks.Name = "lblRemarks";
  207. this.lblRemarks.Size = new System.Drawing.Size(53, 12);
  208. this.lblRemarks.TabIndex = 15;
  209. this.lblRemarks.Text = "策略备注";
  210. //
  211. // cgbSelect
  212. //
  213. this.cgbSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  214. | System.Windows.Forms.AnchorStyles.Right)));
  215. this.cgbSelect.BackColor = System.Drawing.Color.Transparent;
  216. this.cgbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cgbSelect.BackgroundImage")));
  217. this.cgbSelect.CanExpand = false;
  218. this.cgbSelect.Controls.Add(this.txtOrg);
  219. this.cgbSelect.Controls.Add(this.btnSelect);
  220. this.cgbSelect.Controls.Add(this.lblOrg);
  221. this.cgbSelect.Controls.Add(this.txtName);
  222. this.cgbSelect.Controls.Add(this.lblName);
  223. this.cgbSelect.Controls.Add(this.txtSRemarks);
  224. this.cgbSelect.Controls.Add(this.lblSRemarks);
  225. this.cgbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.cgbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
  227. this.cgbSelect.IsMustInput = false;
  228. this.cgbSelect.Location = new System.Drawing.Point(12, 38);
  229. this.cgbSelect.Name = "cgbSelect";
  230. this.cgbSelect.OriginalHeight = -1;
  231. this.cgbSelect.Size = new System.Drawing.Size(969, 107);
  232. this.cgbSelect.TabIndex = 117;
  233. this.cgbSelect.TabStop = false;
  234. this.cgbSelect.Text = "条件筛选 ▼";
  235. this.cgbSelect.Visible = false;
  236. //
  237. // txtOrg
  238. //
  239. this.txtOrg.BackColor = System.Drawing.SystemColors.Window;
  240. this.txtOrg.BackgroundColor = System.Drawing.SystemColors.Window;
  241. this.txtOrg.ErrorMessage = "";
  242. this.txtOrg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.txtOrg.Location = new System.Drawing.Point(280, 19);
  244. this.txtOrg.Name = "txtOrg";
  245. this.txtOrg.Size = new System.Drawing.Size(150, 21);
  246. this.txtOrg.TabIndex = 123;
  247. this.txtOrg.TextValue = "";
  248. //
  249. // btnSelect
  250. //
  251. this.btnSelect.Anchor = System.Windows.Forms.AnchorStyles.Right;
  252. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  253. this.btnSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSelect.BackgroundImage")));
  254. this.btnSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.btnSelect.ForeColor = System.Drawing.Color.White;
  256. this.btnSelect.Location = new System.Drawing.Point(878, 68);
  257. this.btnSelect.Name = "btnSelect";
  258. this.btnSelect.Size = new System.Drawing.Size(85, 33);
  259. this.btnSelect.TabIndex = 122;
  260. this.btnSelect.Text = "筛选(&X)";
  261. this.btnSelect.UseVisualStyleBackColor = false;
  262. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  263. //
  264. // lblOrg
  265. //
  266. this.lblOrg.AutoSize = true;
  267. this.lblOrg.BackColor = System.Drawing.Color.Transparent;
  268. this.lblOrg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.lblOrg.ForeColor = System.Drawing.SystemColors.ControlText;
  270. this.lblOrg.Location = new System.Drawing.Point(221, 22);
  271. this.lblOrg.Name = "lblOrg";
  272. this.lblOrg.Size = new System.Drawing.Size(53, 12);
  273. this.lblOrg.TabIndex = 120;
  274. this.lblOrg.Text = "所属部门";
  275. //
  276. // txtName
  277. //
  278. this.txtName.BackColor = System.Drawing.SystemColors.Window;
  279. this.txtName.BackgroundColor = System.Drawing.SystemColors.Window;
  280. this.txtName.ErrorMessage = "";
  281. this.txtName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.txtName.Location = new System.Drawing.Point(65, 19);
  283. this.txtName.Name = "txtName";
  284. this.txtName.Size = new System.Drawing.Size(150, 21);
  285. this.txtName.TabIndex = 117;
  286. this.txtName.TextValue = "";
  287. //
  288. // lblName
  289. //
  290. this.lblName.AutoSize = true;
  291. this.lblName.BackColor = System.Drawing.Color.Transparent;
  292. this.lblName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.lblName.ForeColor = System.Drawing.SystemColors.ControlText;
  294. this.lblName.Location = new System.Drawing.Point(6, 22);
  295. this.lblName.Name = "lblName";
  296. this.lblName.Size = new System.Drawing.Size(53, 12);
  297. this.lblName.TabIndex = 116;
  298. this.lblName.Text = "员工姓名";
  299. //
  300. // txtSRemarks
  301. //
  302. this.txtSRemarks.BackColor = System.Drawing.SystemColors.Window;
  303. this.txtSRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  304. this.txtSRemarks.ErrorMessage = "";
  305. this.txtSRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.txtSRemarks.Location = new System.Drawing.Point(65, 45);
  307. this.txtSRemarks.MaxLength = 500;
  308. this.txtSRemarks.Multiline = true;
  309. this.txtSRemarks.Name = "txtSRemarks";
  310. this.txtSRemarks.Size = new System.Drawing.Size(657, 56);
  311. this.txtSRemarks.TabIndex = 16;
  312. //
  313. // lblSRemarks
  314. //
  315. this.lblSRemarks.AutoSize = true;
  316. this.lblSRemarks.BackColor = System.Drawing.Color.Transparent;
  317. this.lblSRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.lblSRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  319. this.lblSRemarks.Location = new System.Drawing.Point(6, 48);
  320. this.lblSRemarks.Name = "lblSRemarks";
  321. this.lblSRemarks.Size = new System.Drawing.Size(53, 12);
  322. this.lblSRemarks.TabIndex = 15;
  323. this.lblSRemarks.Text = "结算备注";
  324. //
  325. // c_GroupBox2
  326. //
  327. this.c_GroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  328. | System.Windows.Forms.AnchorStyles.Left)
  329. | System.Windows.Forms.AnchorStyles.Right)));
  330. this.c_GroupBox2.BackColor = System.Drawing.Color.Transparent;
  331. this.c_GroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox2.BackgroundImage")));
  332. this.c_GroupBox2.CanExpand = false;
  333. this.c_GroupBox2.Controls.Add(this.dgvSettlement);
  334. this.c_GroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.c_GroupBox2.ForeColor = System.Drawing.SystemColors.ControlText;
  336. this.c_GroupBox2.IsMustInput = false;
  337. this.c_GroupBox2.Location = new System.Drawing.Point(12, 151);
  338. this.c_GroupBox2.Name = "c_GroupBox2";
  339. this.c_GroupBox2.OriginalHeight = -1;
  340. this.c_GroupBox2.Size = new System.Drawing.Size(969, 345);
  341. this.c_GroupBox2.TabIndex = 118;
  342. this.c_GroupBox2.TabStop = false;
  343. this.c_GroupBox2.Text = "结算结果 ▼";
  344. //
  345. // dgvSettlement
  346. //
  347. this.dgvSettlement.AllowUserToAddRows = false;
  348. this.dgvSettlement.AllowUserToDeleteRows = false;
  349. this.dgvSettlement.AllowUserToModifyRows = true;
  350. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  351. this.dgvSettlement.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  352. this.dgvSettlement.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  353. | System.Windows.Forms.AnchorStyles.Left)
  354. | System.Windows.Forms.AnchorStyles.Right)));
  355. this.dgvSettlement.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  356. this.dgvSettlement.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  357. this.dgvSettlement.CellHeight = 23;
  358. this.dgvSettlement.ChildNodeColumnName = null;
  359. this.dgvSettlement.ChildNodeColumnText = null;
  360. this.dgvSettlement.ColumnDeep = 1;
  361. this.dgvSettlement.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  362. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  363. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  364. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  366. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  367. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  368. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  369. this.dgvSettlement.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  370. this.dgvSettlement.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  371. this.dgvSettlement.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  372. this.AuditStatus,
  373. this.StaffSalaryID,
  374. this.StaffID,
  375. this.StaffName,
  376. this.OrganizationName,
  377. this.PostName,
  378. this.TotalAmount,
  379. this.BasicSalary,
  380. this.WagesSalary,
  381. this.ScrapFine,
  382. this.ProgressSalary,
  383. this.AdminSalary,
  384. this.DefectFine,
  385. this.ManagerSalary,
  386. this.TATManagersID,
  387. this.SettlementAmount,
  388. this.AdjustmentAmount,
  389. this.Remarks});
  390. this.dgvSettlement.ColumnTreeView = null;
  391. this.dgvSettlement.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)));
  392. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  393. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  394. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  395. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  396. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  397. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  398. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  399. this.dgvSettlement.DefaultCellStyle = dataGridViewCellStyle4;
  400. this.dgvSettlement.DynamicColumnName = "";
  401. this.dgvSettlement.EnableHeadersVisualStyles = false;
  402. this.dgvSettlement.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.dgvSettlement.IsAutoCountSum = true;
  404. this.dgvSettlement.IsAutoResizeColumns = false;
  405. this.dgvSettlement.IsClickF12 = false;
  406. this.dgvSettlement.IsSubTotalFlag = false;
  407. this.dgvSettlement.Location = new System.Drawing.Point(8, 20);
  408. this.dgvSettlement.MultiSelect = false;
  409. this.dgvSettlement.Name = "dgvSettlement";
  410. this.dgvSettlement.RefreshAtHscroll = false;
  411. this.dgvSettlement.RowHeadersWidth = 50;
  412. this.dgvSettlement.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  413. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  414. this.dgvSettlement.RowsDefaultCellStyle = dataGridViewCellStyle5;
  415. this.dgvSettlement.RowTemplate.Height = 21;
  416. this.dgvSettlement.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  417. this.dgvSettlement.Size = new System.Drawing.Size(955, 319);
  418. this.dgvSettlement.SortOrderColumnName = null;
  419. this.dgvSettlement.TabIndex = 23;
  420. this.dgvSettlement.Tag = true;
  421. this.dgvSettlement.TotalSumColumns = null;
  422. this.dgvSettlement.ViewRowFilter = "";
  423. this.dgvSettlement.VirtualMode = true;
  424. this.dgvSettlement.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSettlement_CellDoubleClick);
  425. this.dgvSettlement.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSettlement_CellValueChanged);
  426. //
  427. // AuditStatus
  428. //
  429. this.AuditStatus.DataPropertyName = "AuditStatus";
  430. this.AuditStatus.FalseValue = "0";
  431. this.AuditStatus.HeaderText = "审批";
  432. this.AuditStatus.Name = "AuditStatus";
  433. this.AuditStatus.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  434. this.AuditStatus.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  435. this.AuditStatus.TrueValue = "1";
  436. this.AuditStatus.Visible = false;
  437. //
  438. // StaffSalaryID
  439. //
  440. this.StaffSalaryID.DataPropertyName = "StaffSalaryID";
  441. this.StaffSalaryID.HeaderText = "StaffSalaryID";
  442. this.StaffSalaryID.Name = "StaffSalaryID";
  443. this.StaffSalaryID.Visible = false;
  444. //
  445. // StaffID
  446. //
  447. this.StaffID.DataPropertyName = "StaffID";
  448. this.StaffID.HeaderText = "StaffID";
  449. this.StaffID.Name = "StaffID";
  450. this.StaffID.Visible = false;
  451. //
  452. // StaffName
  453. //
  454. this.StaffName.DataPropertyName = "StaffName";
  455. this.StaffName.HeaderText = "员工姓名";
  456. this.StaffName.Name = "StaffName";
  457. this.StaffName.ReadOnly = true;
  458. //
  459. // OrganizationName
  460. //
  461. this.OrganizationName.DataPropertyName = "OrganizationName";
  462. this.OrganizationName.HeaderText = "所属部门";
  463. this.OrganizationName.Name = "OrganizationName";
  464. this.OrganizationName.ReadOnly = true;
  465. //
  466. // PostName
  467. //
  468. this.PostName.DataPropertyName = "PostName";
  469. this.PostName.HeaderText = "职务";
  470. this.PostName.Name = "PostName";
  471. this.PostName.ReadOnly = true;
  472. //
  473. // TotalAmount
  474. //
  475. this.TotalAmount.DataPropertyName = "TotalAmount";
  476. this.TotalAmount.HeaderText = "月薪总额";
  477. this.TotalAmount.Name = "TotalAmount";
  478. this.TotalAmount.ReadOnly = true;
  479. //
  480. // BasicSalary
  481. //
  482. this.BasicSalary.DataPropertyName = "BasicSalary";
  483. this.BasicSalary.HeaderText = "基本工资";
  484. this.BasicSalary.Name = "BasicSalary";
  485. this.BasicSalary.ReadOnly = true;
  486. //
  487. // WagesSalary
  488. //
  489. this.WagesSalary.DataPropertyName = "WagesSalary";
  490. this.WagesSalary.HeaderText = "计件工资";
  491. this.WagesSalary.Name = "WagesSalary";
  492. this.WagesSalary.ReadOnly = true;
  493. //
  494. // ScrapFine
  495. //
  496. this.ScrapFine.DataPropertyName = "ScrapFine";
  497. this.ScrapFine.HeaderText = "损坯扣罚";
  498. this.ScrapFine.Name = "ScrapFine";
  499. this.ScrapFine.ReadOnly = true;
  500. //
  501. // ProgressSalary
  502. //
  503. this.ProgressSalary.DataPropertyName = "ProgressSalary";
  504. this.ProgressSalary.HeaderText = "进度考核";
  505. this.ProgressSalary.Name = "ProgressSalary";
  506. this.ProgressSalary.ReadOnly = true;
  507. //
  508. // AdminSalary
  509. //
  510. this.AdminSalary.DataPropertyName = "AdminSalary";
  511. this.AdminSalary.HeaderText = "行政考核";
  512. this.AdminSalary.Name = "AdminSalary";
  513. this.AdminSalary.ReadOnly = true;
  514. //
  515. // DefectFine
  516. //
  517. this.DefectFine.DataPropertyName = "DefectFine";
  518. this.DefectFine.HeaderText = "缺陷扣罚";
  519. this.DefectFine.Name = "DefectFine";
  520. this.DefectFine.ReadOnly = true;
  521. //
  522. // ManagerSalary
  523. //
  524. this.ManagerSalary.DataPropertyName = "ManagerSalary";
  525. this.ManagerSalary.HeaderText = "管理工资";
  526. this.ManagerSalary.Name = "ManagerSalary";
  527. this.ManagerSalary.ReadOnly = true;
  528. //
  529. // TATManagersID
  530. //
  531. this.TATManagersID.DataPropertyName = "TATManagersID";
  532. this.TATManagersID.HeaderText = "TATManagersID";
  533. this.TATManagersID.Name = "TATManagersID";
  534. this.TATManagersID.Visible = false;
  535. //
  536. // SettlementAmount
  537. //
  538. this.SettlementAmount.DataPropertyName = "SettlementAmount";
  539. this.SettlementAmount.HeaderText = "结算金额";
  540. this.SettlementAmount.Name = "SettlementAmount";
  541. this.SettlementAmount.ReadOnly = true;
  542. //
  543. // AdjustmentAmount
  544. //
  545. this.AdjustmentAmount.DataPropertyName = "AdjustmentAmount";
  546. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  547. this.AdjustmentAmount.DefaultCellStyle = dataGridViewCellStyle3;
  548. this.AdjustmentAmount.HeaderText = "调整金额";
  549. this.AdjustmentAmount.MaxValue = new decimal(new int[] {
  550. 999999,
  551. 0,
  552. 0,
  553. 0});
  554. this.AdjustmentAmount.MinValue = new decimal(new int[] {
  555. 0,
  556. 0,
  557. 0,
  558. 0});
  559. this.AdjustmentAmount.Name = "AdjustmentAmount";
  560. this.AdjustmentAmount.Number = new System.Drawing.Point(4, 2);
  561. this.AdjustmentAmount.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  562. this.AdjustmentAmount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  563. //
  564. // Remarks
  565. //
  566. this.Remarks.DataPropertyName = "Remarks";
  567. this.Remarks.HeaderText = "备注";
  568. this.Remarks.Name = "Remarks";
  569. //
  570. // btnSubmit
  571. //
  572. this.btnSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  573. this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
  574. this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage")));
  575. this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  576. this.btnSubmit.ForeColor = System.Drawing.Color.White;
  577. this.btnSubmit.Location = new System.Drawing.Point(805, 502);
  578. this.btnSubmit.Name = "btnSubmit";
  579. this.btnSubmit.Size = new System.Drawing.Size(85, 30);
  580. this.btnSubmit.TabIndex = 119;
  581. this.btnSubmit.Text = "提交(&S)";
  582. this.btnSubmit.UseVisualStyleBackColor = false;
  583. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  584. //
  585. // btnClose
  586. //
  587. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  588. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  589. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  590. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  591. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  592. this.btnClose.ForeColor = System.Drawing.Color.White;
  593. this.btnClose.Location = new System.Drawing.Point(896, 502);
  594. this.btnClose.Name = "btnClose";
  595. this.btnClose.Size = new System.Drawing.Size(85, 30);
  596. this.btnClose.TabIndex = 120;
  597. this.btnClose.Text = "关闭(&C)";
  598. this.btnClose.UseVisualStyleBackColor = false;
  599. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  600. //
  601. // F_HR_1202
  602. //
  603. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  604. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  605. this.ClientSize = new System.Drawing.Size(993, 557);
  606. this.Controls.Add(this.cgbSelect);
  607. this.Controls.Add(this.btnClose);
  608. this.Controls.Add(this.btnSubmit);
  609. this.Controls.Add(this.c_GroupBox2);
  610. this.Controls.Add(this.cgbBase);
  611. this.Controls.Add(this.tsrOperate);
  612. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  613. this.IsSaveFormSize = false;
  614. this.MaximizeBox = false;
  615. this.MinimizeBox = false;
  616. this.Name = "F_HR_1202";
  617. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  618. this.Text = "结算";
  619. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  620. this.Load += new System.EventHandler(this.F_HR_1202_Load);
  621. this.Controls.SetChildIndex(this.tsrOperate, 0);
  622. this.Controls.SetChildIndex(this.cgbBase, 0);
  623. this.Controls.SetChildIndex(this.c_GroupBox2, 0);
  624. this.Controls.SetChildIndex(this.btnSubmit, 0);
  625. this.Controls.SetChildIndex(this.btnClose, 0);
  626. this.Controls.SetChildIndex(this.cgbSelect, 0);
  627. this.tsrOperate.ResumeLayout(false);
  628. this.tsrOperate.PerformLayout();
  629. this.cgbBase.ResumeLayout(false);
  630. this.cgbBase.PerformLayout();
  631. this.cgbSelect.ResumeLayout(false);
  632. this.cgbSelect.PerformLayout();
  633. this.c_GroupBox2.ResumeLayout(false);
  634. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlement)).EndInit();
  635. this.ResumeLayout(false);
  636. this.PerformLayout();
  637. }
  638. #endregion
  639. private Basics.BaseControls.C_ToolStrip tsrOperate;
  640. private System.Windows.Forms.ToolStripButton tsbtnSettlement;
  641. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  642. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  643. private Basics.BaseControls.C_GroupBox cgbBase;
  644. private Basics.BaseControls.C_Label lblStartTime;
  645. private Basics.BaseControls.C_DateTimePicker dtpStartTime;
  646. private Basics.BaseControls.C_TextBox txtRemarks;
  647. private Basics.BaseControls.C_Label lblRemarks;
  648. private Basics.BaseControls.C_GroupBox c_GroupBox2;
  649. private Basics.BaseControls.C_DataGridView dgvSettlement;
  650. private Basics.BaseControls.C_Button btnSubmit;
  651. private Basics.BaseControls.C_Button btnClose;
  652. private Basics.BaseControls.C_GroupBox cgbSelect;
  653. private Basics.BaseControls.C_Label lblName;
  654. private Basics.BaseControls.C_TextBox txtSRemarks;
  655. private Basics.BaseControls.C_Label lblSRemarks;
  656. private Basics.BaseControls.C_Label lblOrg;
  657. private Basics.BaseControls.C_TextBox txtName;
  658. private Basics.BaseControls.C_Button btnSettlement;
  659. private Basics.BaseControls.C_Button btnSelect;
  660. private Basics.BaseControls.C_TextBox txtOrg;
  661. private System.Windows.Forms.DataGridViewCheckBoxColumn AuditStatus;
  662. private System.Windows.Forms.DataGridViewTextBoxColumn StaffSalaryID;
  663. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  664. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  665. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  666. private System.Windows.Forms.DataGridViewTextBoxColumn PostName;
  667. private System.Windows.Forms.DataGridViewTextBoxColumn TotalAmount;
  668. private System.Windows.Forms.DataGridViewTextBoxColumn BasicSalary;
  669. private System.Windows.Forms.DataGridViewTextBoxColumn WagesSalary;
  670. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapFine;
  671. private System.Windows.Forms.DataGridViewTextBoxColumn ProgressSalary;
  672. private System.Windows.Forms.DataGridViewTextBoxColumn AdminSalary;
  673. private System.Windows.Forms.DataGridViewTextBoxColumn DefectFine;
  674. private System.Windows.Forms.DataGridViewTextBoxColumn ManagerSalary;
  675. private System.Windows.Forms.DataGridViewTextBoxColumn TATManagersID;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn SettlementAmount;
  677. private Basics.BaseControls.C_DGV_Column_Digital AdjustmentAmount;
  678. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  679. }
  680. }