FrmAllWages.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711
  1. namespace LYFZ.Software.UI.FinancialManagement.Payroll
  2. {
  3. partial class FrmAllWages
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAllWages));
  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 dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  39. this.lblPrice = new LYFZ.ComponentLibrary.LabelEx();
  40. this.dgv4 = new LYFZ.ComponentLibrary.DataGridViewEx();
  41. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.jj_type = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dgv1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  54. this.Pay_OrdNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Ord_Type = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Pay_AmountOf = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Pay_CreateDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Pay_Category = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Ord_CustomerName1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Ord_CustomerName2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Ord_SeriesName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Pay_PaymentMethod = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.OrdPe_Type = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.Pay_CustomNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  66. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  67. this.txtTimeEnd = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  68. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  69. this.txtTimeStart = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  70. this.btnViewDetails = new LYFZ.ComponentLibrary.ButtonEx();
  71. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  72. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  73. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  74. this.User_EmployeeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.User_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.TotalWages = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.Ws_BasicWage = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.PreliminaryResults = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.LateResults = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.PieceCommission = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.Department = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.Ws_Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.plExMainContainer.SuspendLayout();
  84. this.plFormMainContent.SuspendLayout();
  85. this.panelEx1.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.dgv4)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
  88. this.panelEx2.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  90. this.SuspendLayout();
  91. //
  92. // plExMainContainer
  93. //
  94. this.plExMainContainer.AutoScroll = true;
  95. this.plExMainContainer.Controls.Add(this.panelEx2);
  96. this.plExMainContainer.Controls.Add(this.panelEx1);
  97. this.plExMainContainer.Size = new System.Drawing.Size(929, 512);
  98. //
  99. // plFormMainContent
  100. //
  101. this.plFormMainContent.Size = new System.Drawing.Size(929, 512);
  102. //
  103. // btnAppFormMaximize
  104. //
  105. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  106. this.btnAppFormMaximize.Location = new System.Drawing.Point(870, 0);
  107. //
  108. // btnAppFormExit
  109. //
  110. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  111. this.btnAppFormExit.Location = new System.Drawing.Point(897, 0);
  112. //
  113. // btnAppFormMinimize
  114. //
  115. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  116. this.btnAppFormMinimize.Location = new System.Drawing.Point(843, 0);
  117. //
  118. // panelEx1
  119. //
  120. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  121. | System.Windows.Forms.AnchorStyles.Right)));
  122. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  123. this.panelEx1.BorderWidth = 1;
  124. this.panelEx1.Controls.Add(this.lblPrice);
  125. this.panelEx1.Controls.Add(this.dgv4);
  126. this.panelEx1.Controls.Add(this.dgv1);
  127. this.panelEx1.Controls.Add(this.btnSelect);
  128. this.panelEx1.Controls.Add(this.labelEx2);
  129. this.panelEx1.Controls.Add(this.txtTimeEnd);
  130. this.panelEx1.Controls.Add(this.btnClose);
  131. this.panelEx1.Controls.Add(this.txtTimeStart);
  132. this.panelEx1.Controls.Add(this.btnViewDetails);
  133. this.panelEx1.Controls.Add(this.btnExport);
  134. this.panelEx1.Location = new System.Drawing.Point(16, 15);
  135. this.panelEx1.Name = "panelEx1";
  136. this.panelEx1.Size = new System.Drawing.Size(895, 50);
  137. this.panelEx1.TabIndex = 1;
  138. //
  139. // lblPrice
  140. //
  141. this.lblPrice.AutoSize = true;
  142. this.lblPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  143. this.lblPrice.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  144. this.lblPrice.Location = new System.Drawing.Point(44, 18);
  145. this.lblPrice.Name = "lblPrice";
  146. this.lblPrice.Size = new System.Drawing.Size(50, 17);
  147. this.lblPrice.TabIndex = 188;
  148. this.lblPrice.Text = "lblPrice";
  149. this.lblPrice.Visible = false;
  150. //
  151. // dgv4
  152. //
  153. this.dgv4.AllowUserToAddRows = false;
  154. this.dgv4.AllowUserToDeleteRows = false;
  155. this.dgv4.AllowUserToResizeRows = false;
  156. dataGridViewCellStyle4.BackColor = System.Drawing.Color.LightCyan;
  157. this.dgv4.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  158. this.dgv4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  159. | System.Windows.Forms.AnchorStyles.Left)
  160. | System.Windows.Forms.AnchorStyles.Right)));
  161. this.dgv4.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  162. this.dgv4.BackgroundColor = System.Drawing.Color.White;
  163. this.dgv4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  164. this.dgv4.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  165. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  166. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  167. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Navy;
  169. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  170. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  171. this.dgv4.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  172. this.dgv4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  173. this.dgv4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  174. this.Column1,
  175. this.jj_type,
  176. this.Column2,
  177. this.Column3,
  178. this.Column4,
  179. this.Column5,
  180. this.Column6,
  181. this.Column7,
  182. this.Column8,
  183. this.Column9,
  184. this.Column10,
  185. this.Column11});
  186. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  187. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  188. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  190. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  191. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  192. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  193. this.dgv4.DefaultCellStyle = dataGridViewCellStyle6;
  194. this.dgv4.EnableHeadersVisualStyles = false;
  195. this.dgv4.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  196. this.dgv4.GridViewUniquelyIdentify = resources.GetString("dgv4.GridViewUniquelyIdentify");
  197. this.dgv4.IsCompleteBonding = false;
  198. this.dgv4.Location = new System.Drawing.Point(28, 14);
  199. this.dgv4.MultiSelect = false;
  200. this.dgv4.Name = "dgv4";
  201. this.dgv4.ReadOnly = true;
  202. this.dgv4.RowHeadersVisible = false;
  203. this.dgv4.RowTemplate.Height = 23;
  204. this.dgv4.RowTemplate.ReadOnly = true;
  205. this.dgv4.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  206. this.dgv4.Size = new System.Drawing.Size(10, 26);
  207. this.dgv4.TabIndex = 186;
  208. this.dgv4.Visible = false;
  209. //
  210. // Column1
  211. //
  212. this.Column1.HeaderText = "订单号";
  213. this.Column1.Name = "Column1";
  214. this.Column1.ReadOnly = true;
  215. //
  216. // jj_type
  217. //
  218. this.jj_type.HeaderText = "客户类型";
  219. this.jj_type.Name = "jj_type";
  220. this.jj_type.ReadOnly = true;
  221. //
  222. // Column2
  223. //
  224. this.Column2.HeaderText = "客户1";
  225. this.Column2.Name = "Column2";
  226. this.Column2.ReadOnly = true;
  227. //
  228. // Column3
  229. //
  230. this.Column3.HeaderText = "客户2";
  231. this.Column3.Name = "Column3";
  232. this.Column3.ReadOnly = true;
  233. //
  234. // Column4
  235. //
  236. this.Column4.HeaderText = "提成金额";
  237. this.Column4.Name = "Column4";
  238. this.Column4.ReadOnly = true;
  239. //
  240. // Column5
  241. //
  242. this.Column5.HeaderText = "部门";
  243. this.Column5.Name = "Column5";
  244. this.Column5.ReadOnly = true;
  245. //
  246. // Column6
  247. //
  248. this.Column6.HeaderText = "内容";
  249. this.Column6.Name = "Column6";
  250. this.Column6.ReadOnly = true;
  251. //
  252. // Column7
  253. //
  254. this.Column7.HeaderText = "数量";
  255. this.Column7.Name = "Column7";
  256. this.Column7.ReadOnly = true;
  257. //
  258. // Column8
  259. //
  260. this.Column8.HeaderText = "单价";
  261. this.Column8.Name = "Column8";
  262. this.Column8.ReadOnly = true;
  263. //
  264. // Column9
  265. //
  266. this.Column9.HeaderText = "提成方式";
  267. this.Column9.Name = "Column9";
  268. this.Column9.ReadOnly = true;
  269. //
  270. // Column10
  271. //
  272. this.Column10.HeaderText = "套系价格";
  273. this.Column10.Name = "Column10";
  274. this.Column10.ReadOnly = true;
  275. //
  276. // Column11
  277. //
  278. this.Column11.HeaderText = "日期";
  279. this.Column11.Name = "Column11";
  280. this.Column11.ReadOnly = true;
  281. //
  282. // dgv1
  283. //
  284. this.dgv1.AllowUserToAddRows = false;
  285. this.dgv1.AllowUserToDeleteRows = false;
  286. this.dgv1.AllowUserToResizeRows = false;
  287. dataGridViewCellStyle7.BackColor = System.Drawing.Color.LightCyan;
  288. this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  289. this.dgv1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  290. | System.Windows.Forms.AnchorStyles.Left)
  291. | System.Windows.Forms.AnchorStyles.Right)));
  292. this.dgv1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  293. this.dgv1.BackgroundColor = System.Drawing.Color.White;
  294. this.dgv1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  295. this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  296. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  297. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  298. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.Navy;
  300. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  301. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  302. this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  303. this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  304. this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  305. this.Pay_OrdNumber,
  306. this.Ord_Type,
  307. this.Pay_AmountOf,
  308. this.Pay_CreateDatetime,
  309. this.Pay_Category,
  310. this.Ord_CustomerName1,
  311. this.Ord_CustomerName2,
  312. this.Ord_SeriesName,
  313. this.Pay_PaymentMethod,
  314. this.OrdPe_Type,
  315. this.Pay_CustomNumber});
  316. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  317. dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
  318. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText;
  320. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  321. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  322. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  323. this.dgv1.DefaultCellStyle = dataGridViewCellStyle9;
  324. this.dgv1.EnableHeadersVisualStyles = false;
  325. this.dgv1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  326. this.dgv1.GridViewUniquelyIdentify = resources.GetString("dgv1.GridViewUniquelyIdentify");
  327. this.dgv1.IsCompleteBonding = false;
  328. this.dgv1.Location = new System.Drawing.Point(11, 11);
  329. this.dgv1.MultiSelect = false;
  330. this.dgv1.Name = "dgv1";
  331. this.dgv1.ReadOnly = true;
  332. this.dgv1.RowHeadersVisible = false;
  333. this.dgv1.RowTemplate.Height = 23;
  334. this.dgv1.RowTemplate.ReadOnly = true;
  335. this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  336. this.dgv1.Size = new System.Drawing.Size(11, 33);
  337. this.dgv1.TabIndex = 177;
  338. this.dgv1.Visible = false;
  339. //
  340. // Pay_OrdNumber
  341. //
  342. this.Pay_OrdNumber.HeaderText = "订单号";
  343. this.Pay_OrdNumber.Name = "Pay_OrdNumber";
  344. this.Pay_OrdNumber.ReadOnly = true;
  345. //
  346. // Ord_Type
  347. //
  348. this.Ord_Type.HeaderText = "订单类型";
  349. this.Ord_Type.Name = "Ord_Type";
  350. this.Ord_Type.ReadOnly = true;
  351. //
  352. // Pay_AmountOf
  353. //
  354. this.Pay_AmountOf.HeaderText = "金额";
  355. this.Pay_AmountOf.Name = "Pay_AmountOf";
  356. this.Pay_AmountOf.ReadOnly = true;
  357. //
  358. // Pay_CreateDatetime
  359. //
  360. this.Pay_CreateDatetime.HeaderText = "日期";
  361. this.Pay_CreateDatetime.Name = "Pay_CreateDatetime";
  362. this.Pay_CreateDatetime.ReadOnly = true;
  363. //
  364. // Pay_Category
  365. //
  366. this.Pay_Category.HeaderText = "款项类别";
  367. this.Pay_Category.Name = "Pay_Category";
  368. this.Pay_Category.ReadOnly = true;
  369. //
  370. // Ord_CustomerName1
  371. //
  372. this.Ord_CustomerName1.HeaderText = "客户1";
  373. this.Ord_CustomerName1.Name = "Ord_CustomerName1";
  374. this.Ord_CustomerName1.ReadOnly = true;
  375. //
  376. // Ord_CustomerName2
  377. //
  378. this.Ord_CustomerName2.HeaderText = "客人2";
  379. this.Ord_CustomerName2.Name = "Ord_CustomerName2";
  380. this.Ord_CustomerName2.ReadOnly = true;
  381. //
  382. // Ord_SeriesName
  383. //
  384. this.Ord_SeriesName.HeaderText = "套系类别";
  385. this.Ord_SeriesName.Name = "Ord_SeriesName";
  386. this.Ord_SeriesName.ReadOnly = true;
  387. //
  388. // Pay_PaymentMethod
  389. //
  390. this.Pay_PaymentMethod.HeaderText = "付款方式";
  391. this.Pay_PaymentMethod.Name = "Pay_PaymentMethod";
  392. this.Pay_PaymentMethod.ReadOnly = true;
  393. //
  394. // OrdPe_Type
  395. //
  396. this.OrdPe_Type.HeaderText = "门市类型";
  397. this.OrdPe_Type.Name = "OrdPe_Type";
  398. this.OrdPe_Type.ReadOnly = true;
  399. this.OrdPe_Type.Visible = false;
  400. //
  401. // Pay_CustomNumber
  402. //
  403. this.Pay_CustomNumber.HeaderText = "自定义编号";
  404. this.Pay_CustomNumber.Name = "Pay_CustomNumber";
  405. this.Pay_CustomNumber.ReadOnly = true;
  406. this.Pay_CustomNumber.Visible = false;
  407. //
  408. // btnSelect
  409. //
  410. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  411. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  412. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  413. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  414. this.btnSelect.ForeColor = System.Drawing.Color.White;
  415. this.btnSelect.IsCustomBackImg = false;
  416. this.btnSelect.IsShowText = true;
  417. this.btnSelect.Location = new System.Drawing.Point(398, 9);
  418. this.btnSelect.Name = "btnSelect";
  419. this.btnSelect.Size = new System.Drawing.Size(87, 26);
  420. this.btnSelect.TabIndex = 181;
  421. this.btnSelect.Text = "查询";
  422. this.btnSelect.UseVisualStyleBackColor = false;
  423. //
  424. // labelEx2
  425. //
  426. this.labelEx2.AutoSize = true;
  427. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  428. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  429. this.labelEx2.Location = new System.Drawing.Point(238, 16);
  430. this.labelEx2.Name = "labelEx2";
  431. this.labelEx2.Size = new System.Drawing.Size(18, 17);
  432. this.labelEx2.TabIndex = 180;
  433. this.labelEx2.Text = "--";
  434. //
  435. // txtTimeEnd
  436. //
  437. this.txtTimeEnd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  438. this.txtTimeEnd.EmptyTextTip = null;
  439. this.txtTimeEnd.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  440. this.txtTimeEnd.Font = new System.Drawing.Font("微软雅黑", 9F);
  441. this.txtTimeEnd.Location = new System.Drawing.Point(258, 11);
  442. this.txtTimeEnd.Name = "txtTimeEnd";
  443. this.txtTimeEnd.Size = new System.Drawing.Size(135, 23);
  444. this.txtTimeEnd.TabIndex = 178;
  445. //
  446. // btnClose
  447. //
  448. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  449. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  450. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  451. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  452. this.btnClose.ForeColor = System.Drawing.Color.White;
  453. this.btnClose.IsCustomBackImg = false;
  454. this.btnClose.IsShowText = true;
  455. this.btnClose.Location = new System.Drawing.Point(681, 9);
  456. this.btnClose.Name = "btnClose";
  457. this.btnClose.Size = new System.Drawing.Size(87, 26);
  458. this.btnClose.TabIndex = 179;
  459. this.btnClose.Text = "关闭";
  460. this.btnClose.UseVisualStyleBackColor = false;
  461. //
  462. // txtTimeStart
  463. //
  464. this.txtTimeStart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  465. this.txtTimeStart.EmptyTextTip = null;
  466. this.txtTimeStart.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  467. this.txtTimeStart.Font = new System.Drawing.Font("微软雅黑", 9F);
  468. this.txtTimeStart.Location = new System.Drawing.Point(100, 11);
  469. this.txtTimeStart.Name = "txtTimeStart";
  470. this.txtTimeStart.Size = new System.Drawing.Size(135, 23);
  471. this.txtTimeStart.TabIndex = 177;
  472. //
  473. // btnViewDetails
  474. //
  475. this.btnViewDetails.BackColor = System.Drawing.Color.Transparent;
  476. this.btnViewDetails.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnViewDetails.BackImg")));
  477. this.btnViewDetails.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  478. this.btnViewDetails.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  479. this.btnViewDetails.ForeColor = System.Drawing.Color.White;
  480. this.btnViewDetails.IsCustomBackImg = false;
  481. this.btnViewDetails.IsShowText = true;
  482. this.btnViewDetails.Location = new System.Drawing.Point(586, 9);
  483. this.btnViewDetails.Name = "btnViewDetails";
  484. this.btnViewDetails.Size = new System.Drawing.Size(87, 26);
  485. this.btnViewDetails.TabIndex = 176;
  486. this.btnViewDetails.Text = "查看详情";
  487. this.btnViewDetails.UseVisualStyleBackColor = false;
  488. //
  489. // btnExport
  490. //
  491. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  492. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  493. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  494. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  495. this.btnExport.ForeColor = System.Drawing.Color.White;
  496. this.btnExport.IsCustomBackImg = false;
  497. this.btnExport.IsShowText = true;
  498. this.btnExport.Location = new System.Drawing.Point(493, 9);
  499. this.btnExport.Name = "btnExport";
  500. this.btnExport.Size = new System.Drawing.Size(87, 26);
  501. this.btnExport.TabIndex = 175;
  502. this.btnExport.Text = "导出";
  503. this.btnExport.UseVisualStyleBackColor = false;
  504. //
  505. // panelEx2
  506. //
  507. this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  508. | System.Windows.Forms.AnchorStyles.Left)
  509. | System.Windows.Forms.AnchorStyles.Right)));
  510. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  511. this.panelEx2.BorderWidth = 1;
  512. this.panelEx2.Controls.Add(this.dgv);
  513. this.panelEx2.Location = new System.Drawing.Point(16, 65);
  514. this.panelEx2.Name = "panelEx2";
  515. this.panelEx2.Size = new System.Drawing.Size(895, 433);
  516. this.panelEx2.TabIndex = 2;
  517. //
  518. // dgv
  519. //
  520. this.dgv.AllowUserToAddRows = false;
  521. this.dgv.AllowUserToDeleteRows = false;
  522. this.dgv.AllowUserToResizeRows = false;
  523. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  524. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  525. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  526. | System.Windows.Forms.AnchorStyles.Left)
  527. | System.Windows.Forms.AnchorStyles.Right)));
  528. this.dgv.BackgroundColor = System.Drawing.Color.White;
  529. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  530. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  531. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  532. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  533. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  534. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  535. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  536. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  537. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  538. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  539. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  540. this.User_EmployeeID,
  541. this.User_Name,
  542. this.TotalWages,
  543. this.Ws_BasicWage,
  544. this.PreliminaryResults,
  545. this.LateResults,
  546. this.PieceCommission,
  547. this.Department,
  548. this.Ws_Remark});
  549. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  550. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  551. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  552. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  553. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  554. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  555. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  556. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  557. this.dgv.EnableHeadersVisualStyles = false;
  558. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  559. this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
  560. "dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv";
  561. this.dgv.IsCompleteBonding = false;
  562. this.dgv.Location = new System.Drawing.Point(7, 4);
  563. this.dgv.MultiSelect = false;
  564. this.dgv.Name = "dgv";
  565. this.dgv.ReadOnly = true;
  566. this.dgv.RowHeadersVisible = false;
  567. this.dgv.RowTemplate.Height = 23;
  568. this.dgv.RowTemplate.ReadOnly = true;
  569. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  570. this.dgv.Size = new System.Drawing.Size(879, 423);
  571. this.dgv.TabIndex = 173;
  572. //
  573. // User_EmployeeID
  574. //
  575. this.User_EmployeeID.HeaderText = "员工编号";
  576. this.User_EmployeeID.Name = "User_EmployeeID";
  577. this.User_EmployeeID.ReadOnly = true;
  578. this.User_EmployeeID.Visible = false;
  579. //
  580. // User_Name
  581. //
  582. this.User_Name.HeaderText = "姓名";
  583. this.User_Name.Name = "User_Name";
  584. this.User_Name.ReadOnly = true;
  585. this.User_Name.Width = 109;
  586. //
  587. // TotalWages
  588. //
  589. this.TotalWages.HeaderText = "总工资";
  590. this.TotalWages.Name = "TotalWages";
  591. this.TotalWages.ReadOnly = true;
  592. this.TotalWages.Width = 109;
  593. //
  594. // Ws_BasicWage
  595. //
  596. this.Ws_BasicWage.HeaderText = "基本工资";
  597. this.Ws_BasicWage.Name = "Ws_BasicWage";
  598. this.Ws_BasicWage.ReadOnly = true;
  599. this.Ws_BasicWage.Width = 109;
  600. //
  601. // PreliminaryResults
  602. //
  603. this.PreliminaryResults.HeaderText = "前期业绩";
  604. this.PreliminaryResults.Name = "PreliminaryResults";
  605. this.PreliminaryResults.ReadOnly = true;
  606. this.PreliminaryResults.Width = 110;
  607. //
  608. // LateResults
  609. //
  610. this.LateResults.HeaderText = "后期业绩";
  611. this.LateResults.Name = "LateResults";
  612. this.LateResults.ReadOnly = true;
  613. this.LateResults.Width = 110;
  614. //
  615. // PieceCommission
  616. //
  617. this.PieceCommission.HeaderText = "计件提成";
  618. this.PieceCommission.Name = "PieceCommission";
  619. this.PieceCommission.ReadOnly = true;
  620. this.PieceCommission.Width = 109;
  621. //
  622. // Department
  623. //
  624. this.Department.HeaderText = "部门";
  625. this.Department.Name = "Department";
  626. this.Department.ReadOnly = true;
  627. this.Department.Width = 110;
  628. //
  629. // Ws_Remark
  630. //
  631. this.Ws_Remark.DataPropertyName = "Ws_Remark";
  632. this.Ws_Remark.HeaderText = "备注";
  633. this.Ws_Remark.Name = "Ws_Remark";
  634. this.Ws_Remark.ReadOnly = true;
  635. this.Ws_Remark.Width = 110;
  636. //
  637. // FrmAllWages
  638. //
  639. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  640. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  641. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  642. this.ClientSize = new System.Drawing.Size(929, 577);
  643. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  644. this.Name = "FrmAllWages";
  645. this.Text = "工资管理";
  646. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  647. this.plExMainContainer.ResumeLayout(false);
  648. this.plFormMainContent.ResumeLayout(false);
  649. this.panelEx1.ResumeLayout(false);
  650. this.panelEx1.PerformLayout();
  651. ((System.ComponentModel.ISupportInitialize)(this.dgv4)).EndInit();
  652. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
  653. this.panelEx2.ResumeLayout(false);
  654. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  655. this.ResumeLayout(false);
  656. }
  657. #endregion
  658. private ComponentLibrary.PanelEx panelEx1;
  659. protected ComponentLibrary.ButtonEx btnSelect;
  660. private ComponentLibrary.LabelEx labelEx2;
  661. protected ComponentLibrary.TextBoxBasicEx txtTimeEnd;
  662. protected ComponentLibrary.ButtonEx btnClose;
  663. protected ComponentLibrary.TextBoxBasicEx txtTimeStart;
  664. protected ComponentLibrary.ButtonEx btnViewDetails;
  665. protected ComponentLibrary.ButtonEx btnExport;
  666. private ComponentLibrary.PanelEx panelEx2;
  667. protected ComponentLibrary.DataGridViewEx dgv;
  668. private System.Windows.Forms.DataGridViewTextBoxColumn User_EmployeeID;
  669. private System.Windows.Forms.DataGridViewTextBoxColumn User_Name;
  670. private System.Windows.Forms.DataGridViewTextBoxColumn TotalWages;
  671. private System.Windows.Forms.DataGridViewTextBoxColumn Ws_BasicWage;
  672. private System.Windows.Forms.DataGridViewTextBoxColumn PreliminaryResults;
  673. private System.Windows.Forms.DataGridViewTextBoxColumn LateResults;
  674. private System.Windows.Forms.DataGridViewTextBoxColumn PieceCommission;
  675. private System.Windows.Forms.DataGridViewTextBoxColumn Department;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn Ws_Remark;
  677. protected ComponentLibrary.DataGridViewEx dgv1;
  678. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_OrdNumber;
  679. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_Type;
  680. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_AmountOf;
  681. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_CreateDatetime;
  682. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_Category;
  683. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_CustomerName1;
  684. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_CustomerName2;
  685. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_SeriesName;
  686. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_PaymentMethod;
  687. private System.Windows.Forms.DataGridViewTextBoxColumn OrdPe_Type;
  688. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_CustomNumber;
  689. protected ComponentLibrary.DataGridViewEx dgv4;
  690. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  691. private System.Windows.Forms.DataGridViewTextBoxColumn jj_type;
  692. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  693. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  694. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  695. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  696. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  697. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  698. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  699. private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
  700. private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
  701. private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
  702. public ComponentLibrary.LabelEx lblPrice;
  703. }
  704. }