FrmStatisticalInquiryAllWages.Designer.cs 40 KB

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