F_HR_1201.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. namespace Dongke.IBOSS.PRD.Client.HRModule
  2. {
  3. partial class F_HR_1201
  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_1201));
  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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  38. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  39. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnAudit = new System.Windows.Forms.ToolStripButton();
  41. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  42. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  44. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  45. this.lblDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.dtpSalaryDateE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  47. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.dtpSalaryDateS = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  49. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  51. this.txtRemarks = new System.Windows.Forms.TextBox();
  52. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.dgvSettlement = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  54. this.AccountMonth = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.AccountDateFrom = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.AccountDateTo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.SettlementAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.AdjustmentAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.TotalAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.SalarySettlementID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.tsrOperate.SuspendLayout();
  63. this.gbxCondition.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlement)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // tsrOperate
  68. //
  69. this.tsrOperate.AutoSize = false;
  70. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  71. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.HRModule.Properties.Resources.functionbackground;
  72. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  74. this.tsbtnAdd,
  75. this.tsbtnEdit,
  76. this.tsbtnAudit,
  77. this.toolStripSeparator1,
  78. this.tsbtnAdaptive,
  79. this.tsbtnClose});
  80. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  81. this.tsrOperate.Name = "tsrOperate";
  82. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  83. this.tsrOperate.ShowItemToolTips = false;
  84. this.tsrOperate.Size = new System.Drawing.Size(971, 35);
  85. this.tsrOperate.TabIndex = 24;
  86. this.tsrOperate.Text = "toolStrip1";
  87. //
  88. // tsbtnAdd
  89. //
  90. this.tsbtnAdd.AutoSize = false;
  91. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  93. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  94. this.tsbtnAdd.Name = "tsbtnAdd";
  95. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  96. this.tsbtnAdd.Text = "结算(&N)";
  97. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  98. //
  99. // tsbtnEdit
  100. //
  101. this.tsbtnEdit.AutoSize = false;
  102. this.tsbtnEdit.Enabled = false;
  103. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  105. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  106. this.tsbtnEdit.Name = "tsbtnEdit";
  107. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  108. this.tsbtnEdit.Text = "调整(&E)";
  109. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  110. //
  111. // tsbtnAudit
  112. //
  113. this.tsbtnAudit.AutoSize = false;
  114. this.tsbtnAudit.Enabled = false;
  115. this.tsbtnAudit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.tsbtnAudit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  117. this.tsbtnAudit.ImageTransparentColor = System.Drawing.Color.Magenta;
  118. this.tsbtnAudit.Name = "tsbtnAudit";
  119. this.tsbtnAudit.Size = new System.Drawing.Size(60, 25);
  120. this.tsbtnAudit.Text = "审核(&O)";
  121. this.tsbtnAudit.Click += new System.EventHandler(this.tsbtnAudit_Click);
  122. //
  123. // toolStripSeparator1
  124. //
  125. this.toolStripSeparator1.AutoSize = false;
  126. this.toolStripSeparator1.Name = "toolStripSeparator1";
  127. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  128. //
  129. // tsbtnAdaptive
  130. //
  131. this.tsbtnAdaptive.AutoSize = false;
  132. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  134. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  135. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  136. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  137. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  138. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  139. //
  140. // tsbtnClose
  141. //
  142. this.tsbtnClose.AutoSize = false;
  143. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  145. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  146. this.tsbtnClose.Name = "tsbtnClose";
  147. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  148. this.tsbtnClose.Text = "关闭(&X)";
  149. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  150. //
  151. // gbxCondition
  152. //
  153. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  154. | System.Windows.Forms.AnchorStyles.Right)));
  155. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  156. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  157. this.gbxCondition.Controls.Add(this.lblDate);
  158. this.gbxCondition.Controls.Add(this.dtpSalaryDateE);
  159. this.gbxCondition.Controls.Add(this.lblTo);
  160. this.gbxCondition.Controls.Add(this.dtpSalaryDateS);
  161. this.gbxCondition.Controls.Add(this.btnSearch);
  162. this.gbxCondition.Controls.Add(this.btnClearCondition);
  163. this.gbxCondition.Controls.Add(this.txtRemarks);
  164. this.gbxCondition.Controls.Add(this.lblRemarks);
  165. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  167. this.gbxCondition.IsMustInput = false;
  168. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  169. this.gbxCondition.Name = "gbxCondition";
  170. this.gbxCondition.OriginalHeight = -1;
  171. this.gbxCondition.Size = new System.Drawing.Size(959, 125);
  172. this.gbxCondition.TabIndex = 25;
  173. this.gbxCondition.TabStop = false;
  174. this.gbxCondition.Text = "查询条件 ▼";
  175. //
  176. // lblDate
  177. //
  178. this.lblDate.AutoSize = true;
  179. this.lblDate.BackColor = System.Drawing.Color.Transparent;
  180. this.lblDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.lblDate.ForeColor = System.Drawing.SystemColors.ControlText;
  182. this.lblDate.Location = new System.Drawing.Point(25, 23);
  183. this.lblDate.Name = "lblDate";
  184. this.lblDate.Size = new System.Drawing.Size(41, 12);
  185. this.lblDate.TabIndex = 26;
  186. this.lblDate.Text = "结算月";
  187. //
  188. // dtpSalaryDateE
  189. //
  190. this.dtpSalaryDateE.CustomFormat = "yyyy-MM";
  191. this.dtpSalaryDateE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.dtpSalaryDateE.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  193. this.dtpSalaryDateE.Location = new System.Drawing.Point(230, 20);
  194. this.dtpSalaryDateE.Name = "dtpSalaryDateE";
  195. this.dtpSalaryDateE.Size = new System.Drawing.Size(129, 21);
  196. this.dtpSalaryDateE.TabIndex = 25;
  197. //
  198. // lblTo
  199. //
  200. this.lblTo.AutoSize = true;
  201. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  202. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  204. this.lblTo.Location = new System.Drawing.Point(207, 23);
  205. this.lblTo.Name = "lblTo";
  206. this.lblTo.Size = new System.Drawing.Size(17, 12);
  207. this.lblTo.TabIndex = 24;
  208. this.lblTo.Text = "至";
  209. //
  210. // dtpSalaryDateS
  211. //
  212. this.dtpSalaryDateS.CustomFormat = "yyyy-MM";
  213. this.dtpSalaryDateS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.dtpSalaryDateS.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  215. this.dtpSalaryDateS.Location = new System.Drawing.Point(72, 20);
  216. this.dtpSalaryDateS.Name = "dtpSalaryDateS";
  217. this.dtpSalaryDateS.Size = new System.Drawing.Size(129, 21);
  218. this.dtpSalaryDateS.TabIndex = 14;
  219. //
  220. // btnSearch
  221. //
  222. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  223. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  224. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  225. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.btnSearch.ForeColor = System.Drawing.Color.White;
  227. this.btnSearch.Location = new System.Drawing.Point(777, 85);
  228. this.btnSearch.Name = "btnSearch";
  229. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  230. this.btnSearch.TabIndex = 3;
  231. this.btnSearch.Text = "查询(&Q)";
  232. this.btnSearch.UseVisualStyleBackColor = false;
  233. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  234. //
  235. // btnClearCondition
  236. //
  237. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  238. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  239. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  240. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  242. this.btnClearCondition.Location = new System.Drawing.Point(868, 85);
  243. this.btnClearCondition.Name = "btnClearCondition";
  244. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  245. this.btnClearCondition.TabIndex = 4;
  246. this.btnClearCondition.Text = "清空条件(&C)";
  247. this.btnClearCondition.UseVisualStyleBackColor = false;
  248. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  249. //
  250. // txtRemarks
  251. //
  252. this.txtRemarks.Location = new System.Drawing.Point(72, 47);
  253. this.txtRemarks.Multiline = true;
  254. this.txtRemarks.Name = "txtRemarks";
  255. this.txtRemarks.Size = new System.Drawing.Size(511, 68);
  256. this.txtRemarks.TabIndex = 2;
  257. //
  258. // lblRemarks
  259. //
  260. this.lblRemarks.AutoSize = true;
  261. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  262. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  264. this.lblRemarks.Location = new System.Drawing.Point(13, 49);
  265. this.lblRemarks.Name = "lblRemarks";
  266. this.lblRemarks.Size = new System.Drawing.Size(53, 12);
  267. this.lblRemarks.TabIndex = 10;
  268. this.lblRemarks.Text = "结算备注";
  269. //
  270. // dgvSettlement
  271. //
  272. this.dgvSettlement.AllowUserToAddRows = false;
  273. this.dgvSettlement.AllowUserToDeleteRows = false;
  274. this.dgvSettlement.AllowUserToModifyRows = true;
  275. this.dgvSettlement.AllowUserToOrderColumns = true;
  276. this.dgvSettlement.AllowUserToResizeRows = false;
  277. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  278. this.dgvSettlement.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  279. this.dgvSettlement.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  280. | System.Windows.Forms.AnchorStyles.Left)
  281. | System.Windows.Forms.AnchorStyles.Right)));
  282. this.dgvSettlement.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  283. this.dgvSettlement.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  284. this.dgvSettlement.CellHeight = 23;
  285. this.dgvSettlement.ChildNodeColumnName = null;
  286. this.dgvSettlement.ChildNodeColumnText = null;
  287. this.dgvSettlement.ColumnDeep = 1;
  288. this.dgvSettlement.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  289. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  290. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  291. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  293. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  294. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  295. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  296. this.dgvSettlement.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  297. this.dgvSettlement.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  298. this.dgvSettlement.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  299. this.AccountMonth,
  300. this.AccountDateFrom,
  301. this.AccountDateTo,
  302. this.SettlementAmount,
  303. this.AdjustmentAmount,
  304. this.TotalAmount,
  305. this.Remarks,
  306. this.SalarySettlementID});
  307. this.dgvSettlement.ColumnTreeView = null;
  308. 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)));
  309. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  310. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  311. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  313. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  314. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  315. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  316. this.dgvSettlement.DefaultCellStyle = dataGridViewCellStyle6;
  317. this.dgvSettlement.DynamicColumnName = "";
  318. this.dgvSettlement.EnableHeadersVisualStyles = false;
  319. this.dgvSettlement.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.dgvSettlement.HorizontalMergeColumn = null;
  321. this.dgvSettlement.IsAutoCountSum = true;
  322. this.dgvSettlement.IsAutoResizeColumns = false;
  323. this.dgvSettlement.IsClickF12 = false;
  324. this.dgvSettlement.IsOpenMergeCellFlag = false;
  325. this.dgvSettlement.IsSubTotalFlag = false;
  326. this.dgvSettlement.IsTopDeep = false;
  327. this.dgvSettlement.Location = new System.Drawing.Point(0, 171);
  328. this.dgvSettlement.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  329. this.dgvSettlement.MergeColumnNames = null;
  330. this.dgvSettlement.MergeDetailColumnNames = null;
  331. this.dgvSettlement.MergeDetailOnlyColumn = null;
  332. this.dgvSettlement.MergeOnlyColumn = null;
  333. this.dgvSettlement.MultiSelect = false;
  334. this.dgvSettlement.Name = "dgvSettlement";
  335. this.dgvSettlement.ReadOnly = true;
  336. this.dgvSettlement.RefreshAtHscroll = false;
  337. this.dgvSettlement.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  338. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  339. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
  340. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
  342. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  343. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  344. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  345. this.dgvSettlement.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
  346. this.dgvSettlement.RowHeadersWidth = 50;
  347. this.dgvSettlement.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  348. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  349. this.dgvSettlement.RowsDefaultCellStyle = dataGridViewCellStyle8;
  350. this.dgvSettlement.RowTemplate.Height = 21;
  351. this.dgvSettlement.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  352. this.dgvSettlement.Size = new System.Drawing.Size(959, 389);
  353. this.dgvSettlement.SortOrderColumnName = null;
  354. this.dgvSettlement.TabIndex = 26;
  355. this.dgvSettlement.Tag = true;
  356. this.dgvSettlement.TotalSumColumns = null;
  357. this.dgvSettlement.ViewRowFilter = "";
  358. this.dgvSettlement.SelectionChanged += new System.EventHandler(this.dgvSettlement_SelectionChanged);
  359. //
  360. // AccountMonth
  361. //
  362. this.AccountMonth.DataPropertyName = "AccountMonth";
  363. dataGridViewCellStyle3.Format = "yyyy-MM";
  364. this.AccountMonth.DefaultCellStyle = dataGridViewCellStyle3;
  365. this.AccountMonth.HeaderText = "结算月";
  366. this.AccountMonth.Name = "AccountMonth";
  367. this.AccountMonth.ReadOnly = true;
  368. //
  369. // AccountDateFrom
  370. //
  371. this.AccountDateFrom.DataPropertyName = "AccountDateFrom";
  372. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  373. dataGridViewCellStyle4.NullValue = null;
  374. this.AccountDateFrom.DefaultCellStyle = dataGridViewCellStyle4;
  375. this.AccountDateFrom.HeaderText = "开始日期";
  376. this.AccountDateFrom.Name = "AccountDateFrom";
  377. this.AccountDateFrom.ReadOnly = true;
  378. //
  379. // AccountDateTo
  380. //
  381. this.AccountDateTo.DataPropertyName = "AccountDateTo";
  382. dataGridViewCellStyle5.Format = "yyyy-MM-dd";
  383. dataGridViewCellStyle5.NullValue = null;
  384. this.AccountDateTo.DefaultCellStyle = dataGridViewCellStyle5;
  385. this.AccountDateTo.HeaderText = "结束日期";
  386. this.AccountDateTo.Name = "AccountDateTo";
  387. this.AccountDateTo.ReadOnly = true;
  388. //
  389. // SettlementAmount
  390. //
  391. this.SettlementAmount.DataPropertyName = "SettlementAmount";
  392. this.SettlementAmount.HeaderText = "结算金额";
  393. this.SettlementAmount.Name = "SettlementAmount";
  394. this.SettlementAmount.ReadOnly = true;
  395. //
  396. // AdjustmentAmount
  397. //
  398. this.AdjustmentAmount.DataPropertyName = "AdjustmentAmount";
  399. this.AdjustmentAmount.HeaderText = "调整金额";
  400. this.AdjustmentAmount.Name = "AdjustmentAmount";
  401. this.AdjustmentAmount.ReadOnly = true;
  402. //
  403. // TotalAmount
  404. //
  405. this.TotalAmount.DataPropertyName = "TotalAmount";
  406. this.TotalAmount.HeaderText = "总金额";
  407. this.TotalAmount.Name = "TotalAmount";
  408. this.TotalAmount.ReadOnly = true;
  409. //
  410. // Remarks
  411. //
  412. this.Remarks.DataPropertyName = "Remarks";
  413. this.Remarks.HeaderText = "备注";
  414. this.Remarks.Name = "Remarks";
  415. this.Remarks.ReadOnly = true;
  416. //
  417. // SalarySettlementID
  418. //
  419. this.SalarySettlementID.DataPropertyName = "SalarySettlementID";
  420. this.SalarySettlementID.HeaderText = "SalarySettlementID";
  421. this.SalarySettlementID.Name = "SalarySettlementID";
  422. this.SalarySettlementID.ReadOnly = true;
  423. this.SalarySettlementID.Visible = false;
  424. //
  425. // F_HR_1201
  426. //
  427. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  428. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  429. this.ClientSize = new System.Drawing.Size(971, 562);
  430. this.Controls.Add(this.dgvSettlement);
  431. this.Controls.Add(this.gbxCondition);
  432. this.Controls.Add(this.tsrOperate);
  433. this.Name = "F_HR_1201";
  434. this.Text = "工资结算";
  435. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_HR_1201_FormClosed);
  436. this.tsrOperate.ResumeLayout(false);
  437. this.tsrOperate.PerformLayout();
  438. this.gbxCondition.ResumeLayout(false);
  439. this.gbxCondition.PerformLayout();
  440. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlement)).EndInit();
  441. this.ResumeLayout(false);
  442. }
  443. #endregion
  444. private Basics.BaseControls.C_ToolStrip tsrOperate;
  445. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  446. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  447. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  448. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  449. private System.Windows.Forms.ToolStripButton tsbtnClose;
  450. private Basics.BaseControls.C_GroupBox gbxCondition;
  451. private Basics.BaseControls.C_DateTimePicker dtpSalaryDateE;
  452. private Basics.BaseControls.C_Label lblTo;
  453. private Basics.BaseControls.C_DateTimePicker dtpSalaryDateS;
  454. private Basics.BaseControls.C_Button btnSearch;
  455. private Basics.BaseControls.C_Button btnClearCondition;
  456. private System.Windows.Forms.TextBox txtRemarks;
  457. private Basics.BaseControls.C_Label lblRemarks;
  458. private Basics.BaseControls.C_Label lblDate;
  459. private Basics.BaseControls.C_DataGridView dgvSettlement;
  460. private System.Windows.Forms.ToolStripButton tsbtnAudit;
  461. private System.Windows.Forms.DataGridViewTextBoxColumn AccountMonth;
  462. private System.Windows.Forms.DataGridViewTextBoxColumn AccountDateFrom;
  463. private System.Windows.Forms.DataGridViewTextBoxColumn AccountDateTo;
  464. private System.Windows.Forms.DataGridViewTextBoxColumn SettlementAmount;
  465. private System.Windows.Forms.DataGridViewTextBoxColumn AdjustmentAmount;
  466. private System.Windows.Forms.DataGridViewTextBoxColumn TotalAmount;
  467. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  468. private System.Windows.Forms.DataGridViewTextBoxColumn SalarySettlementID;
  469. }
  470. }