FrmStatisticalInquiryPayroll.Designer.cs 79 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FrmStatisticalInquiryPayroll
  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(FrmStatisticalInquiryPayroll));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = 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 dataGridViewCellStyle9 = 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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  41. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.btnExport1 = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.btnExport2 = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.btnExport3 = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.lblPrice = new LYFZ.ComponentLibrary.LabelEx();
  46. this.btnExport4 = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.txtAutomaticStatistics = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  49. this.txtWs_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  50. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.txtTotalWages = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  53. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.txtPieceCommission = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  55. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.txtTwoPinsResults = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  57. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  58. this.txtEarlyResults = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  59. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.txtWs_BasicWage = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  61. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  62. this.txtTsorder_OpenSingle = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  63. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  64. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  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.tabPage4 = new System.Windows.Forms.TabPage();
  71. this.dgv4 = new LYFZ.ComponentLibrary.DataGridViewEx();
  72. this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.jj_type = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.tabPage3 = new System.Windows.Forms.TabPage();
  85. this.dgv3 = new LYFZ.ComponentLibrary.DataGridViewEx();
  86. this.SelectionTwoPins = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.PhotoOrd_DesignerStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.PhotoOrd_DesignerTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.PhotoOrd_DesignerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.PhotoOrd_RefinementStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.PhotoOrd_RefinementTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.PhotoOrd_RefinementName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.PhotoOrd_EarlyRepairStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.PhotoOrd_EarlyRepairTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.PhotoOrd_EarlyRepairName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.PhotoOrd_ClothingStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.PhotoOrd_ClothingTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.PhotoOrd_ClothingName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.PhotoOrd_PhotographyCategory = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.PhotoOrd_SeriesPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.PhotoOrd_SeriesName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.PhotoName2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.PhotoName1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.xp_type = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.PhotoOrd_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.tabPage2 = new System.Windows.Forms.TabPage();
  109. this.dgv2 = new LYFZ.ComponentLibrary.DataGridViewEx();
  110. this.PhotographyPackagesCategory = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.OrdPg_BootDivision = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.OrdPg_MakeupAssistant = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.OrdPg_MakeupArtist = new System.Windows.Forms.DataGridViewTextBoxColumn();
  114. this.OrdPg_PhotographyAssistant = new System.Windows.Forms.DataGridViewTextBoxColumn();
  115. this.OrdPg_Photographer = new System.Windows.Forms.DataGridViewTextBoxColumn();
  116. this.OrdPg_PhotographyStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  117. this.OrdPg_PhotographyTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  118. this.OrdPg_SightsLevel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  119. this.OrdPg_Sights = new System.Windows.Forms.DataGridViewTextBoxColumn();
  120. this.PhotographyPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  121. this.PhotographyPackages = new System.Windows.Forms.DataGridViewTextBoxColumn();
  122. this.PhotographyName2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  123. this.PhotographyName1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  124. this.order_type = new System.Windows.Forms.DataGridViewTextBoxColumn();
  125. this.OrdPg_OrderNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  126. this.tabPage1 = new System.Windows.Forms.TabPage();
  127. this.dgv1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  128. this.Pay_CustomNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  129. this.OrdPe_Type = new System.Windows.Forms.DataGridViewTextBoxColumn();
  130. this.Pay_PaymentMethod = new System.Windows.Forms.DataGridViewTextBoxColumn();
  131. this.Ord_SeriesName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  132. this.Ord_CustomerName2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  133. this.Ord_CustomerName1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  134. this.Pay_Category = new System.Windows.Forms.DataGridViewTextBoxColumn();
  135. this.Pay_CreateDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  136. this.Pay_AmountOf = new System.Windows.Forms.DataGridViewTextBoxColumn();
  137. this.Ord_Type = new System.Windows.Forms.DataGridViewTextBoxColumn();
  138. this.Pay_OrdNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  139. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  140. this.plExMainContainer.SuspendLayout();
  141. this.plFormMainContent.SuspendLayout();
  142. this.panelEx3.SuspendLayout();
  143. this.tabPage4.SuspendLayout();
  144. ((System.ComponentModel.ISupportInitialize)(this.dgv4)).BeginInit();
  145. this.tabPage3.SuspendLayout();
  146. ((System.ComponentModel.ISupportInitialize)(this.dgv3)).BeginInit();
  147. this.tabPage2.SuspendLayout();
  148. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
  149. this.tabPage1.SuspendLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
  151. this.tabControlEx1.SuspendLayout();
  152. this.SuspendLayout();
  153. //
  154. // plExMainContainer
  155. //
  156. this.plExMainContainer.AutoScroll = true;
  157. this.plExMainContainer.Controls.Add(this.panelEx3);
  158. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  159. //
  160. // btnAppFormMaximize
  161. //
  162. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  163. //
  164. // btnAppFormExit
  165. //
  166. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  167. //
  168. // btnAppFormMinimize
  169. //
  170. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  171. //
  172. // panelEx3
  173. //
  174. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  175. this.panelEx3.BorderWidth = 1;
  176. this.panelEx3.Controls.Add(this.btnSelect);
  177. this.panelEx3.Controls.Add(this.lblPrice);
  178. this.panelEx3.Controls.Add(this.txtTimeStart);
  179. this.panelEx3.Controls.Add(this.labelEx2);
  180. this.panelEx3.Controls.Add(this.btnExport3);
  181. this.panelEx3.Controls.Add(this.btnClose);
  182. this.panelEx3.Controls.Add(this.btnExport4);
  183. this.panelEx3.Controls.Add(this.txtTimeEnd);
  184. this.panelEx3.Controls.Add(this.btnExport2);
  185. this.panelEx3.Controls.Add(this.btnExport1);
  186. this.panelEx3.Controls.Add(this.tabControlEx1);
  187. this.panelEx3.Controls.Add(this.labelEx10);
  188. this.panelEx3.Controls.Add(this.txtAutomaticStatistics);
  189. this.panelEx3.Controls.Add(this.txtWs_Remark);
  190. this.panelEx3.Controls.Add(this.labelEx9);
  191. this.panelEx3.Controls.Add(this.labelEx5);
  192. this.panelEx3.Controls.Add(this.txtTotalWages);
  193. this.panelEx3.Controls.Add(this.labelEx8);
  194. this.panelEx3.Controls.Add(this.txtPieceCommission);
  195. this.panelEx3.Controls.Add(this.labelEx7);
  196. this.panelEx3.Controls.Add(this.txtTwoPinsResults);
  197. this.panelEx3.Controls.Add(this.labelEx6);
  198. this.panelEx3.Controls.Add(this.txtEarlyResults);
  199. this.panelEx3.Controls.Add(this.labelEx4);
  200. this.panelEx3.Controls.Add(this.txtWs_BasicWage);
  201. this.panelEx3.Controls.Add(this.labelEx11);
  202. this.panelEx3.Controls.Add(this.txtTsorder_OpenSingle);
  203. this.panelEx3.Controls.Add(this.labelEx3);
  204. this.panelEx3.Controls.Add(this.labelEx1);
  205. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
  206. this.panelEx3.Location = new System.Drawing.Point(10, 10);
  207. this.panelEx3.Name = "panelEx3";
  208. this.panelEx3.Size = new System.Drawing.Size(890, 525);
  209. this.panelEx3.TabIndex = 11;
  210. //
  211. // btnExport1
  212. //
  213. this.btnExport1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  214. this.btnExport1.BackColor = System.Drawing.Color.Transparent;
  215. this.btnExport1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport1.BackImg")));
  216. this.btnExport1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  217. this.btnExport1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  218. this.btnExport1.ForeColor = System.Drawing.Color.White;
  219. this.btnExport1.IsCustomBackImg = false;
  220. this.btnExport1.IsShowText = true;
  221. this.btnExport1.Location = new System.Drawing.Point(791, 138);
  222. this.btnExport1.Name = "btnExport1";
  223. this.btnExport1.Size = new System.Drawing.Size(85, 26);
  224. this.btnExport1.TabIndex = 177;
  225. this.btnExport1.Text = " 导出详情";
  226. this.btnExport1.UseVisualStyleBackColor = false;
  227. //
  228. // btnExport2
  229. //
  230. this.btnExport2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  231. this.btnExport2.BackColor = System.Drawing.Color.Transparent;
  232. this.btnExport2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport2.BackImg")));
  233. this.btnExport2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  234. this.btnExport2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  235. this.btnExport2.ForeColor = System.Drawing.Color.White;
  236. this.btnExport2.IsCustomBackImg = false;
  237. this.btnExport2.IsShowText = true;
  238. this.btnExport2.Location = new System.Drawing.Point(594, 9);
  239. this.btnExport2.Name = "btnExport2";
  240. this.btnExport2.Size = new System.Drawing.Size(87, 26);
  241. this.btnExport2.TabIndex = 180;
  242. this.btnExport2.Text = "导出详情";
  243. this.btnExport2.UseVisualStyleBackColor = false;
  244. this.btnExport2.Visible = false;
  245. //
  246. // btnExport3
  247. //
  248. this.btnExport3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  249. this.btnExport3.BackColor = System.Drawing.Color.Transparent;
  250. this.btnExport3.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport3.BackImg")));
  251. this.btnExport3.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  252. this.btnExport3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  253. this.btnExport3.ForeColor = System.Drawing.Color.White;
  254. this.btnExport3.IsCustomBackImg = false;
  255. this.btnExport3.IsShowText = true;
  256. this.btnExport3.Location = new System.Drawing.Point(687, 9);
  257. this.btnExport3.Name = "btnExport3";
  258. this.btnExport3.Size = new System.Drawing.Size(87, 26);
  259. this.btnExport3.TabIndex = 183;
  260. this.btnExport3.Text = "导出详情";
  261. this.btnExport3.UseVisualStyleBackColor = false;
  262. this.btnExport3.Visible = false;
  263. //
  264. // lblPrice
  265. //
  266. this.lblPrice.AutoSize = true;
  267. this.lblPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  268. this.lblPrice.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  269. this.lblPrice.Location = new System.Drawing.Point(631, 143);
  270. this.lblPrice.Name = "lblPrice";
  271. this.lblPrice.Size = new System.Drawing.Size(50, 17);
  272. this.lblPrice.TabIndex = 187;
  273. this.lblPrice.Text = "lblPrice";
  274. this.lblPrice.Visible = false;
  275. //
  276. // btnExport4
  277. //
  278. this.btnExport4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  279. this.btnExport4.BackColor = System.Drawing.Color.Transparent;
  280. this.btnExport4.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport4.BackImg")));
  281. this.btnExport4.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  282. this.btnExport4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  283. this.btnExport4.ForeColor = System.Drawing.Color.White;
  284. this.btnExport4.IsCustomBackImg = false;
  285. this.btnExport4.IsShowText = true;
  286. this.btnExport4.Location = new System.Drawing.Point(785, 9);
  287. this.btnExport4.Name = "btnExport4";
  288. this.btnExport4.Size = new System.Drawing.Size(88, 26);
  289. this.btnExport4.TabIndex = 186;
  290. this.btnExport4.Text = "导出详情";
  291. this.btnExport4.UseVisualStyleBackColor = false;
  292. this.btnExport4.Visible = false;
  293. //
  294. // labelEx10
  295. //
  296. this.labelEx10.AutoSize = true;
  297. this.labelEx10.BackColor = System.Drawing.Color.Transparent;
  298. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  299. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  300. this.labelEx10.Location = new System.Drawing.Point(10, 117);
  301. this.labelEx10.Name = "labelEx10";
  302. this.labelEx10.Size = new System.Drawing.Size(56, 17);
  303. this.labelEx10.TabIndex = 171;
  304. this.labelEx10.Text = "自动统计";
  305. //
  306. // txtAutomaticStatistics
  307. //
  308. this.txtAutomaticStatistics.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  309. | System.Windows.Forms.AnchorStyles.Left)));
  310. this.txtAutomaticStatistics.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  311. this.txtAutomaticStatistics.EmptyTextTip = null;
  312. this.txtAutomaticStatistics.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  313. this.txtAutomaticStatistics.Font = new System.Drawing.Font("微软雅黑", 9F);
  314. this.txtAutomaticStatistics.Location = new System.Drawing.Point(13, 138);
  315. this.txtAutomaticStatistics.Multiline = true;
  316. this.txtAutomaticStatistics.Name = "txtAutomaticStatistics";
  317. this.txtAutomaticStatistics.ReadOnly = true;
  318. this.txtAutomaticStatistics.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  319. this.txtAutomaticStatistics.Size = new System.Drawing.Size(190, 380);
  320. this.txtAutomaticStatistics.TabIndex = 170;
  321. //
  322. // txtWs_Remark
  323. //
  324. this.txtWs_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  325. this.txtWs_Remark.EmptyTextTip = null;
  326. this.txtWs_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  327. this.txtWs_Remark.Font = new System.Drawing.Font("微软雅黑", 9F);
  328. this.txtWs_Remark.Location = new System.Drawing.Point(519, 77);
  329. this.txtWs_Remark.Multiline = true;
  330. this.txtWs_Remark.Name = "txtWs_Remark";
  331. this.txtWs_Remark.ReadOnly = true;
  332. this.txtWs_Remark.Size = new System.Drawing.Size(357, 23);
  333. this.txtWs_Remark.TabIndex = 159;
  334. //
  335. // labelEx9
  336. //
  337. this.labelEx9.AutoSize = true;
  338. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  339. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  340. this.labelEx9.Location = new System.Drawing.Point(240, 80);
  341. this.labelEx9.Name = "labelEx9";
  342. this.labelEx9.Size = new System.Drawing.Size(56, 17);
  343. this.labelEx9.TabIndex = 168;
  344. this.labelEx9.Text = "总工资:";
  345. //
  346. // labelEx5
  347. //
  348. this.labelEx5.AutoSize = true;
  349. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  350. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  351. this.labelEx5.Location = new System.Drawing.Point(472, 80);
  352. this.labelEx5.Name = "labelEx5";
  353. this.labelEx5.Size = new System.Drawing.Size(44, 17);
  354. this.labelEx5.TabIndex = 158;
  355. this.labelEx5.Text = "备注:";
  356. //
  357. // txtTotalWages
  358. //
  359. this.txtTotalWages.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  360. this.txtTotalWages.EmptyTextTip = null;
  361. this.txtTotalWages.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  362. this.txtTotalWages.Font = new System.Drawing.Font("微软雅黑", 9F);
  363. this.txtTotalWages.Location = new System.Drawing.Point(299, 77);
  364. this.txtTotalWages.Name = "txtTotalWages";
  365. this.txtTotalWages.ReadOnly = true;
  366. this.txtTotalWages.Size = new System.Drawing.Size(120, 23);
  367. this.txtTotalWages.TabIndex = 169;
  368. //
  369. // labelEx8
  370. //
  371. this.labelEx8.AutoSize = true;
  372. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  373. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  374. this.labelEx8.Location = new System.Drawing.Point(13, 80);
  375. this.labelEx8.Name = "labelEx8";
  376. this.labelEx8.Size = new System.Drawing.Size(68, 17);
  377. this.labelEx8.TabIndex = 166;
  378. this.labelEx8.Text = "计件提成:";
  379. //
  380. // txtPieceCommission
  381. //
  382. this.txtPieceCommission.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  383. this.txtPieceCommission.EmptyTextTip = null;
  384. this.txtPieceCommission.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  385. this.txtPieceCommission.Font = new System.Drawing.Font("微软雅黑", 9F);
  386. this.txtPieceCommission.Location = new System.Drawing.Point(84, 77);
  387. this.txtPieceCommission.Name = "txtPieceCommission";
  388. this.txtPieceCommission.ReadOnly = true;
  389. this.txtPieceCommission.Size = new System.Drawing.Size(120, 23);
  390. this.txtPieceCommission.TabIndex = 167;
  391. //
  392. // labelEx7
  393. //
  394. this.labelEx7.AutoSize = true;
  395. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  396. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  397. this.labelEx7.Location = new System.Drawing.Point(448, 48);
  398. this.labelEx7.Name = "labelEx7";
  399. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  400. this.labelEx7.TabIndex = 164;
  401. this.labelEx7.Text = "二销业绩:";
  402. //
  403. // txtTwoPinsResults
  404. //
  405. this.txtTwoPinsResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  406. this.txtTwoPinsResults.EmptyTextTip = null;
  407. this.txtTwoPinsResults.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  408. this.txtTwoPinsResults.Font = new System.Drawing.Font("微软雅黑", 9F);
  409. this.txtTwoPinsResults.Location = new System.Drawing.Point(519, 45);
  410. this.txtTwoPinsResults.Name = "txtTwoPinsResults";
  411. this.txtTwoPinsResults.ReadOnly = true;
  412. this.txtTwoPinsResults.Size = new System.Drawing.Size(120, 23);
  413. this.txtTwoPinsResults.TabIndex = 165;
  414. //
  415. // labelEx6
  416. //
  417. this.labelEx6.AutoSize = true;
  418. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  419. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  420. this.labelEx6.Location = new System.Drawing.Point(228, 50);
  421. this.labelEx6.Name = "labelEx6";
  422. this.labelEx6.Size = new System.Drawing.Size(68, 17);
  423. this.labelEx6.TabIndex = 162;
  424. this.labelEx6.Text = "前期业绩:";
  425. //
  426. // txtEarlyResults
  427. //
  428. this.txtEarlyResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  429. this.txtEarlyResults.EmptyTextTip = null;
  430. this.txtEarlyResults.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  431. this.txtEarlyResults.Font = new System.Drawing.Font("微软雅黑", 9F);
  432. this.txtEarlyResults.Location = new System.Drawing.Point(299, 47);
  433. this.txtEarlyResults.Name = "txtEarlyResults";
  434. this.txtEarlyResults.ReadOnly = true;
  435. this.txtEarlyResults.Size = new System.Drawing.Size(120, 23);
  436. this.txtEarlyResults.TabIndex = 163;
  437. //
  438. // labelEx4
  439. //
  440. this.labelEx4.AutoSize = true;
  441. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  442. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  443. this.labelEx4.Location = new System.Drawing.Point(685, 50);
  444. this.labelEx4.Name = "labelEx4";
  445. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  446. this.labelEx4.TabIndex = 160;
  447. this.labelEx4.Text = "基本工资:";
  448. //
  449. // txtWs_BasicWage
  450. //
  451. this.txtWs_BasicWage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  452. this.txtWs_BasicWage.EmptyTextTip = null;
  453. this.txtWs_BasicWage.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  454. this.txtWs_BasicWage.Font = new System.Drawing.Font("微软雅黑", 9F);
  455. this.txtWs_BasicWage.Location = new System.Drawing.Point(756, 47);
  456. this.txtWs_BasicWage.Name = "txtWs_BasicWage";
  457. this.txtWs_BasicWage.ReadOnly = true;
  458. this.txtWs_BasicWage.Size = new System.Drawing.Size(120, 23);
  459. this.txtWs_BasicWage.TabIndex = 161;
  460. //
  461. // labelEx11
  462. //
  463. this.labelEx11.AutoSize = true;
  464. this.labelEx11.BackColor = System.Drawing.Color.Transparent;
  465. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  466. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  467. this.labelEx11.Location = new System.Drawing.Point(225, 117);
  468. this.labelEx11.Name = "labelEx11";
  469. this.labelEx11.Size = new System.Drawing.Size(56, 17);
  470. this.labelEx11.TabIndex = 172;
  471. this.labelEx11.Text = "详情列表";
  472. //
  473. // txtTsorder_OpenSingle
  474. //
  475. this.txtTsorder_OpenSingle.AfterSelectLevelFirstNode = false;
  476. this.txtTsorder_OpenSingle.DropDownHeight = 220;
  477. this.txtTsorder_OpenSingle.DropDownShow = false;
  478. this.txtTsorder_OpenSingle.FormattingEnabled = true;
  479. this.txtTsorder_OpenSingle.IntegralHeight = false;
  480. this.txtTsorder_OpenSingle.IsNodeMouseClick = true;
  481. this.txtTsorder_OpenSingle.IsSelectParentNode = false;
  482. this.txtTsorder_OpenSingle.Location = new System.Drawing.Point(84, 49);
  483. this.txtTsorder_OpenSingle.Name = "txtTsorder_OpenSingle";
  484. this.txtTsorder_OpenSingle.ReadOnly = true;
  485. this.txtTsorder_OpenSingle.SelectedNode = null;
  486. this.txtTsorder_OpenSingle.Size = new System.Drawing.Size(120, 20);
  487. this.txtTsorder_OpenSingle.StrGetName = "";
  488. this.txtTsorder_OpenSingle.StrKey = null;
  489. this.txtTsorder_OpenSingle.TabIndex = 157;
  490. //
  491. // labelEx3
  492. //
  493. this.labelEx3.AutoSize = true;
  494. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  495. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  496. this.labelEx3.Location = new System.Drawing.Point(37, 50);
  497. this.labelEx3.Name = "labelEx3";
  498. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  499. this.labelEx3.TabIndex = 156;
  500. this.labelEx3.Text = "姓名:";
  501. //
  502. // labelEx1
  503. //
  504. this.labelEx1.AutoSize = true;
  505. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  506. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  507. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  508. this.labelEx1.Location = new System.Drawing.Point(10, 14);
  509. this.labelEx1.Name = "labelEx1";
  510. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  511. this.labelEx1.TabIndex = 53;
  512. this.labelEx1.Text = "工资资料";
  513. //
  514. // btnSelect
  515. //
  516. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  517. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  518. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  519. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  520. this.btnSelect.ForeColor = System.Drawing.Color.White;
  521. this.btnSelect.IsCustomBackImg = false;
  522. this.btnSelect.IsShowText = true;
  523. this.btnSelect.Location = new System.Drawing.Point(343, 8);
  524. this.btnSelect.Name = "btnSelect";
  525. this.btnSelect.Size = new System.Drawing.Size(75, 28);
  526. this.btnSelect.TabIndex = 71;
  527. this.btnSelect.Text = " 查 询";
  528. this.btnSelect.UseVisualStyleBackColor = false;
  529. //
  530. // labelEx2
  531. //
  532. this.labelEx2.AutoSize = true;
  533. this.labelEx2.BackColor = System.Drawing.Color.WhiteSmoke;
  534. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  535. this.labelEx2.ForeColor = System.Drawing.Color.Silver;
  536. this.labelEx2.Location = new System.Drawing.Point(203, 13);
  537. this.labelEx2.Name = "labelEx2";
  538. this.labelEx2.Size = new System.Drawing.Size(21, 17);
  539. this.labelEx2.TabIndex = 70;
  540. this.labelEx2.Text = "—";
  541. //
  542. // txtTimeEnd
  543. //
  544. this.txtTimeEnd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  545. this.txtTimeEnd.EmptyTextTip = null;
  546. this.txtTimeEnd.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  547. this.txtTimeEnd.Font = new System.Drawing.Font("微软雅黑", 9F);
  548. this.txtTimeEnd.Location = new System.Drawing.Point(226, 10);
  549. this.txtTimeEnd.Name = "txtTimeEnd";
  550. this.txtTimeEnd.Size = new System.Drawing.Size(100, 23);
  551. this.txtTimeEnd.TabIndex = 68;
  552. //
  553. // btnClose
  554. //
  555. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  556. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  557. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  558. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  559. this.btnClose.ForeColor = System.Drawing.Color.White;
  560. this.btnClose.IsCustomBackImg = false;
  561. this.btnClose.IsShowText = true;
  562. this.btnClose.Location = new System.Drawing.Point(436, 8);
  563. this.btnClose.Name = "btnClose";
  564. this.btnClose.Size = new System.Drawing.Size(75, 28);
  565. this.btnClose.TabIndex = 69;
  566. this.btnClose.Text = " 关 闭";
  567. this.btnClose.UseVisualStyleBackColor = false;
  568. //
  569. // txtTimeStart
  570. //
  571. this.txtTimeStart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  572. this.txtTimeStart.EmptyTextTip = null;
  573. this.txtTimeStart.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  574. this.txtTimeStart.Font = new System.Drawing.Font("微软雅黑", 9F);
  575. this.txtTimeStart.Location = new System.Drawing.Point(100, 10);
  576. this.txtTimeStart.Name = "txtTimeStart";
  577. this.txtTimeStart.Size = new System.Drawing.Size(100, 23);
  578. this.txtTimeStart.TabIndex = 67;
  579. //
  580. // tabPage4
  581. //
  582. this.tabPage4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  583. this.tabPage4.Controls.Add(this.dgv4);
  584. this.tabPage4.Location = new System.Drawing.Point(4, 34);
  585. this.tabPage4.Name = "tabPage4";
  586. this.tabPage4.Size = new System.Drawing.Size(626, 243);
  587. this.tabPage4.TabIndex = 3;
  588. this.tabPage4.Text = "计件提成";
  589. //
  590. // dgv4
  591. //
  592. this.dgv4.AllowUserToAddRows = false;
  593. this.dgv4.AllowUserToDeleteRows = false;
  594. this.dgv4.AllowUserToResizeRows = false;
  595. dataGridViewCellStyle10.BackColor = System.Drawing.Color.LightCyan;
  596. this.dgv4.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10;
  597. this.dgv4.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  598. this.dgv4.BackgroundColor = System.Drawing.Color.White;
  599. this.dgv4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  600. this.dgv4.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  601. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  602. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  603. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  604. dataGridViewCellStyle11.ForeColor = System.Drawing.Color.Navy;
  605. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  606. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  607. this.dgv4.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
  608. this.dgv4.ColumnHeadersHeight = 24;
  609. this.dgv4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  610. this.Column1,
  611. this.jj_type,
  612. this.Column2,
  613. this.Column3,
  614. this.Column4,
  615. this.Column5,
  616. this.Column6,
  617. this.Column7,
  618. this.Column8,
  619. this.Column9,
  620. this.Column10,
  621. this.Column11});
  622. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  623. dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window;
  624. dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  625. dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText;
  626. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  627. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  628. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  629. this.dgv4.DefaultCellStyle = dataGridViewCellStyle12;
  630. this.dgv4.Dock = System.Windows.Forms.DockStyle.Fill;
  631. this.dgv4.EnableHeadersVisualStyles = false;
  632. this.dgv4.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  633. this.dgv4.GridViewUniquelyIdentify = resources.GetString("dgv4.GridViewUniquelyIdentify");
  634. this.dgv4.IsCompleteBonding = false;
  635. this.dgv4.Location = new System.Drawing.Point(0, 0);
  636. this.dgv4.MultiSelect = false;
  637. this.dgv4.Name = "dgv4";
  638. this.dgv4.ReadOnly = true;
  639. this.dgv4.RowHeadersVisible = false;
  640. this.dgv4.RowTemplate.Height = 23;
  641. this.dgv4.RowTemplate.ReadOnly = true;
  642. this.dgv4.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  643. this.dgv4.Size = new System.Drawing.Size(626, 243);
  644. this.dgv4.TabIndex = 185;
  645. //
  646. // Column11
  647. //
  648. this.Column11.HeaderText = "日期";
  649. this.Column11.Name = "Column11";
  650. this.Column11.ReadOnly = true;
  651. //
  652. // Column10
  653. //
  654. this.Column10.HeaderText = "套系价格";
  655. this.Column10.Name = "Column10";
  656. this.Column10.ReadOnly = true;
  657. //
  658. // Column9
  659. //
  660. this.Column9.HeaderText = "提成方式";
  661. this.Column9.Name = "Column9";
  662. this.Column9.ReadOnly = true;
  663. //
  664. // Column8
  665. //
  666. this.Column8.HeaderText = "单价";
  667. this.Column8.Name = "Column8";
  668. this.Column8.ReadOnly = true;
  669. //
  670. // Column7
  671. //
  672. this.Column7.HeaderText = "数量";
  673. this.Column7.Name = "Column7";
  674. this.Column7.ReadOnly = true;
  675. //
  676. // Column6
  677. //
  678. this.Column6.HeaderText = "内容";
  679. this.Column6.Name = "Column6";
  680. this.Column6.ReadOnly = true;
  681. //
  682. // Column5
  683. //
  684. this.Column5.HeaderText = "部门";
  685. this.Column5.Name = "Column5";
  686. this.Column5.ReadOnly = true;
  687. //
  688. // Column4
  689. //
  690. this.Column4.HeaderText = "提成金额";
  691. this.Column4.Name = "Column4";
  692. this.Column4.ReadOnly = true;
  693. //
  694. // Column3
  695. //
  696. this.Column3.HeaderText = "客户2";
  697. this.Column3.Name = "Column3";
  698. this.Column3.ReadOnly = true;
  699. //
  700. // Column2
  701. //
  702. this.Column2.HeaderText = "客户1";
  703. this.Column2.Name = "Column2";
  704. this.Column2.ReadOnly = true;
  705. //
  706. // jj_type
  707. //
  708. this.jj_type.HeaderText = "客户类型";
  709. this.jj_type.Name = "jj_type";
  710. this.jj_type.ReadOnly = true;
  711. //
  712. // Column1
  713. //
  714. this.Column1.HeaderText = "订单号";
  715. this.Column1.Name = "Column1";
  716. this.Column1.ReadOnly = true;
  717. //
  718. // tabPage3
  719. //
  720. this.tabPage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  721. this.tabPage3.Controls.Add(this.dgv3);
  722. this.tabPage3.Location = new System.Drawing.Point(4, 34);
  723. this.tabPage3.Name = "tabPage3";
  724. this.tabPage3.Size = new System.Drawing.Size(626, 243);
  725. this.tabPage3.TabIndex = 2;
  726. this.tabPage3.Text = "修片/精修";
  727. //
  728. // dgv3
  729. //
  730. this.dgv3.AllowUserToAddRows = false;
  731. this.dgv3.AllowUserToDeleteRows = false;
  732. this.dgv3.AllowUserToResizeRows = false;
  733. dataGridViewCellStyle7.BackColor = System.Drawing.Color.LightCyan;
  734. this.dgv3.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  735. this.dgv3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  736. this.dgv3.BackgroundColor = System.Drawing.Color.White;
  737. this.dgv3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  738. this.dgv3.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  739. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  740. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  741. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  742. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.Navy;
  743. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  744. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  745. this.dgv3.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  746. this.dgv3.ColumnHeadersHeight = 24;
  747. this.dgv3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  748. this.PhotoOrd_Number,
  749. this.xp_type,
  750. this.PhotoName1,
  751. this.PhotoName2,
  752. this.PhotoOrd_SeriesName,
  753. this.PhotoOrd_SeriesPrice,
  754. this.PhotoOrd_PhotographyCategory,
  755. this.Column12,
  756. this.Column13,
  757. this.PhotoOrd_ClothingName,
  758. this.PhotoOrd_ClothingTime,
  759. this.PhotoOrd_ClothingStatus,
  760. this.PhotoOrd_EarlyRepairName,
  761. this.PhotoOrd_EarlyRepairTime,
  762. this.PhotoOrd_EarlyRepairStatus,
  763. this.PhotoOrd_RefinementName,
  764. this.PhotoOrd_RefinementTime,
  765. this.PhotoOrd_RefinementStatus,
  766. this.PhotoOrd_DesignerName,
  767. this.PhotoOrd_DesignerTime,
  768. this.PhotoOrd_DesignerStatus,
  769. this.SelectionTwoPins});
  770. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  771. dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
  772. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  773. dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText;
  774. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  775. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  776. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  777. this.dgv3.DefaultCellStyle = dataGridViewCellStyle9;
  778. this.dgv3.Dock = System.Windows.Forms.DockStyle.Fill;
  779. this.dgv3.EnableHeadersVisualStyles = false;
  780. this.dgv3.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  781. this.dgv3.GridViewUniquelyIdentify = resources.GetString("dgv3.GridViewUniquelyIdentify");
  782. this.dgv3.IsCompleteBonding = false;
  783. this.dgv3.Location = new System.Drawing.Point(0, 0);
  784. this.dgv3.MultiSelect = false;
  785. this.dgv3.Name = "dgv3";
  786. this.dgv3.ReadOnly = true;
  787. this.dgv3.RowHeadersVisible = false;
  788. this.dgv3.RowTemplate.Height = 23;
  789. this.dgv3.RowTemplate.ReadOnly = true;
  790. this.dgv3.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  791. this.dgv3.Size = new System.Drawing.Size(626, 243);
  792. this.dgv3.TabIndex = 182;
  793. //
  794. // SelectionTwoPins
  795. //
  796. this.SelectionTwoPins.HeaderText = "选片二销";
  797. this.SelectionTwoPins.Name = "SelectionTwoPins";
  798. this.SelectionTwoPins.ReadOnly = true;
  799. this.SelectionTwoPins.Visible = false;
  800. this.SelectionTwoPins.Width = 77;
  801. //
  802. // PhotoOrd_DesignerStatus
  803. //
  804. this.PhotoOrd_DesignerStatus.HeaderText = "设计状态";
  805. this.PhotoOrd_DesignerStatus.Name = "PhotoOrd_DesignerStatus";
  806. this.PhotoOrd_DesignerStatus.ReadOnly = true;
  807. this.PhotoOrd_DesignerStatus.Width = 77;
  808. //
  809. // PhotoOrd_DesignerTime
  810. //
  811. this.PhotoOrd_DesignerTime.HeaderText = "日期4";
  812. this.PhotoOrd_DesignerTime.Name = "PhotoOrd_DesignerTime";
  813. this.PhotoOrd_DesignerTime.ReadOnly = true;
  814. this.PhotoOrd_DesignerTime.Width = 59;
  815. //
  816. // PhotoOrd_DesignerName
  817. //
  818. this.PhotoOrd_DesignerName.HeaderText = "设计师";
  819. this.PhotoOrd_DesignerName.Name = "PhotoOrd_DesignerName";
  820. this.PhotoOrd_DesignerName.ReadOnly = true;
  821. this.PhotoOrd_DesignerName.Width = 65;
  822. //
  823. // PhotoOrd_RefinementStatus
  824. //
  825. this.PhotoOrd_RefinementStatus.HeaderText = "精修状态";
  826. this.PhotoOrd_RefinementStatus.Name = "PhotoOrd_RefinementStatus";
  827. this.PhotoOrd_RefinementStatus.ReadOnly = true;
  828. this.PhotoOrd_RefinementStatus.Width = 77;
  829. //
  830. // PhotoOrd_RefinementTime
  831. //
  832. this.PhotoOrd_RefinementTime.HeaderText = "日期3";
  833. this.PhotoOrd_RefinementTime.Name = "PhotoOrd_RefinementTime";
  834. this.PhotoOrd_RefinementTime.ReadOnly = true;
  835. this.PhotoOrd_RefinementTime.Width = 59;
  836. //
  837. // PhotoOrd_RefinementName
  838. //
  839. this.PhotoOrd_RefinementName.HeaderText = "精修师";
  840. this.PhotoOrd_RefinementName.Name = "PhotoOrd_RefinementName";
  841. this.PhotoOrd_RefinementName.ReadOnly = true;
  842. this.PhotoOrd_RefinementName.Width = 65;
  843. //
  844. // PhotoOrd_EarlyRepairStatus
  845. //
  846. this.PhotoOrd_EarlyRepairStatus.HeaderText = "初修状态";
  847. this.PhotoOrd_EarlyRepairStatus.Name = "PhotoOrd_EarlyRepairStatus";
  848. this.PhotoOrd_EarlyRepairStatus.ReadOnly = true;
  849. this.PhotoOrd_EarlyRepairStatus.Width = 77;
  850. //
  851. // PhotoOrd_EarlyRepairTime
  852. //
  853. this.PhotoOrd_EarlyRepairTime.HeaderText = "日期2";
  854. this.PhotoOrd_EarlyRepairTime.Name = "PhotoOrd_EarlyRepairTime";
  855. this.PhotoOrd_EarlyRepairTime.ReadOnly = true;
  856. this.PhotoOrd_EarlyRepairTime.Width = 59;
  857. //
  858. // PhotoOrd_EarlyRepairName
  859. //
  860. this.PhotoOrd_EarlyRepairName.HeaderText = "初修师";
  861. this.PhotoOrd_EarlyRepairName.Name = "PhotoOrd_EarlyRepairName";
  862. this.PhotoOrd_EarlyRepairName.ReadOnly = true;
  863. this.PhotoOrd_EarlyRepairName.Width = 65;
  864. //
  865. // PhotoOrd_ClothingStatus
  866. //
  867. this.PhotoOrd_ClothingStatus.HeaderText = "服装状态";
  868. this.PhotoOrd_ClothingStatus.Name = "PhotoOrd_ClothingStatus";
  869. this.PhotoOrd_ClothingStatus.ReadOnly = true;
  870. this.PhotoOrd_ClothingStatus.Width = 77;
  871. //
  872. // PhotoOrd_ClothingTime
  873. //
  874. this.PhotoOrd_ClothingTime.HeaderText = "日期1";
  875. this.PhotoOrd_ClothingTime.Name = "PhotoOrd_ClothingTime";
  876. this.PhotoOrd_ClothingTime.ReadOnly = true;
  877. this.PhotoOrd_ClothingTime.Width = 59;
  878. //
  879. // PhotoOrd_ClothingName
  880. //
  881. this.PhotoOrd_ClothingName.HeaderText = "服装师";
  882. this.PhotoOrd_ClothingName.Name = "PhotoOrd_ClothingName";
  883. this.PhotoOrd_ClothingName.ReadOnly = true;
  884. this.PhotoOrd_ClothingName.Width = 65;
  885. //
  886. // Column13
  887. //
  888. this.Column13.HeaderText = "景点级别";
  889. this.Column13.Name = "Column13";
  890. this.Column13.ReadOnly = true;
  891. this.Column13.Width = 77;
  892. //
  893. // Column12
  894. //
  895. this.Column12.HeaderText = "景点";
  896. this.Column12.Name = "Column12";
  897. this.Column12.ReadOnly = true;
  898. this.Column12.Width = 53;
  899. //
  900. // PhotoOrd_PhotographyCategory
  901. //
  902. this.PhotoOrd_PhotographyCategory.HeaderText = "套系类别";
  903. this.PhotoOrd_PhotographyCategory.Name = "PhotoOrd_PhotographyCategory";
  904. this.PhotoOrd_PhotographyCategory.ReadOnly = true;
  905. this.PhotoOrd_PhotographyCategory.Width = 77;
  906. //
  907. // PhotoOrd_SeriesPrice
  908. //
  909. this.PhotoOrd_SeriesPrice.HeaderText = "价格";
  910. this.PhotoOrd_SeriesPrice.Name = "PhotoOrd_SeriesPrice";
  911. this.PhotoOrd_SeriesPrice.ReadOnly = true;
  912. this.PhotoOrd_SeriesPrice.Width = 53;
  913. //
  914. // PhotoOrd_SeriesName
  915. //
  916. this.PhotoOrd_SeriesName.HeaderText = "套系";
  917. this.PhotoOrd_SeriesName.Name = "PhotoOrd_SeriesName";
  918. this.PhotoOrd_SeriesName.ReadOnly = true;
  919. this.PhotoOrd_SeriesName.Width = 53;
  920. //
  921. // PhotoName2
  922. //
  923. this.PhotoName2.HeaderText = "客户2";
  924. this.PhotoName2.Name = "PhotoName2";
  925. this.PhotoName2.ReadOnly = true;
  926. this.PhotoName2.Width = 59;
  927. //
  928. // PhotoName1
  929. //
  930. this.PhotoName1.HeaderText = "客户1";
  931. this.PhotoName1.Name = "PhotoName1";
  932. this.PhotoName1.ReadOnly = true;
  933. this.PhotoName1.Width = 59;
  934. //
  935. // xp_type
  936. //
  937. this.xp_type.HeaderText = "订单类型";
  938. this.xp_type.Name = "xp_type";
  939. this.xp_type.ReadOnly = true;
  940. this.xp_type.Width = 77;
  941. //
  942. // PhotoOrd_Number
  943. //
  944. this.PhotoOrd_Number.HeaderText = "订单号";
  945. this.PhotoOrd_Number.Name = "PhotoOrd_Number";
  946. this.PhotoOrd_Number.ReadOnly = true;
  947. this.PhotoOrd_Number.Width = 65;
  948. //
  949. // tabPage2
  950. //
  951. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  952. this.tabPage2.Controls.Add(this.dgv2);
  953. this.tabPage2.Location = new System.Drawing.Point(4, 34);
  954. this.tabPage2.Name = "tabPage2";
  955. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  956. this.tabPage2.Size = new System.Drawing.Size(626, 243);
  957. this.tabPage2.TabIndex = 1;
  958. this.tabPage2.Text = "摄影/化妆";
  959. //
  960. // dgv2
  961. //
  962. this.dgv2.AllowUserToAddRows = false;
  963. this.dgv2.AllowUserToDeleteRows = false;
  964. this.dgv2.AllowUserToResizeRows = false;
  965. dataGridViewCellStyle4.BackColor = System.Drawing.Color.LightCyan;
  966. this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  967. this.dgv2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  968. this.dgv2.BackgroundColor = System.Drawing.Color.White;
  969. this.dgv2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  970. this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  971. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  972. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  973. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  974. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Navy;
  975. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  976. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  977. this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  978. this.dgv2.ColumnHeadersHeight = 24;
  979. this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  980. this.OrdPg_OrderNumber,
  981. this.order_type,
  982. this.PhotographyName1,
  983. this.PhotographyName2,
  984. this.PhotographyPackages,
  985. this.PhotographyPrice,
  986. this.OrdPg_Sights,
  987. this.OrdPg_SightsLevel,
  988. this.OrdPg_PhotographyTime,
  989. this.OrdPg_PhotographyStatus,
  990. this.OrdPg_Photographer,
  991. this.OrdPg_PhotographyAssistant,
  992. this.OrdPg_MakeupArtist,
  993. this.OrdPg_MakeupAssistant,
  994. this.OrdPg_BootDivision,
  995. this.PhotographyPackagesCategory});
  996. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  997. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  998. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  999. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  1000. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1001. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1002. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1003. this.dgv2.DefaultCellStyle = dataGridViewCellStyle6;
  1004. this.dgv2.Dock = System.Windows.Forms.DockStyle.Fill;
  1005. this.dgv2.EnableHeadersVisualStyles = false;
  1006. this.dgv2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1007. this.dgv2.GridViewUniquelyIdentify = resources.GetString("dgv2.GridViewUniquelyIdentify");
  1008. this.dgv2.IsCompleteBonding = false;
  1009. this.dgv2.Location = new System.Drawing.Point(3, 3);
  1010. this.dgv2.MultiSelect = false;
  1011. this.dgv2.Name = "dgv2";
  1012. this.dgv2.ReadOnly = true;
  1013. this.dgv2.RowHeadersVisible = false;
  1014. this.dgv2.RowTemplate.Height = 23;
  1015. this.dgv2.RowTemplate.ReadOnly = true;
  1016. this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  1017. this.dgv2.Size = new System.Drawing.Size(620, 237);
  1018. this.dgv2.TabIndex = 179;
  1019. //
  1020. // PhotographyPackagesCategory
  1021. //
  1022. this.PhotographyPackagesCategory.HeaderText = "套系类别";
  1023. this.PhotographyPackagesCategory.Name = "PhotographyPackagesCategory";
  1024. this.PhotographyPackagesCategory.ReadOnly = true;
  1025. this.PhotographyPackagesCategory.Width = 77;
  1026. //
  1027. // OrdPg_BootDivision
  1028. //
  1029. this.OrdPg_BootDivision.HeaderText = "引导师";
  1030. this.OrdPg_BootDivision.Name = "OrdPg_BootDivision";
  1031. this.OrdPg_BootDivision.ReadOnly = true;
  1032. this.OrdPg_BootDivision.Width = 65;
  1033. //
  1034. // OrdPg_MakeupAssistant
  1035. //
  1036. this.OrdPg_MakeupAssistant.HeaderText = "助理";
  1037. this.OrdPg_MakeupAssistant.Name = "OrdPg_MakeupAssistant";
  1038. this.OrdPg_MakeupAssistant.ReadOnly = true;
  1039. this.OrdPg_MakeupAssistant.Width = 53;
  1040. //
  1041. // OrdPg_MakeupArtist
  1042. //
  1043. this.OrdPg_MakeupArtist.HeaderText = "化妆师";
  1044. this.OrdPg_MakeupArtist.Name = "OrdPg_MakeupArtist";
  1045. this.OrdPg_MakeupArtist.ReadOnly = true;
  1046. this.OrdPg_MakeupArtist.Width = 65;
  1047. //
  1048. // OrdPg_PhotographyAssistant
  1049. //
  1050. this.OrdPg_PhotographyAssistant.HeaderText = "助理";
  1051. this.OrdPg_PhotographyAssistant.Name = "OrdPg_PhotographyAssistant";
  1052. this.OrdPg_PhotographyAssistant.ReadOnly = true;
  1053. this.OrdPg_PhotographyAssistant.Width = 53;
  1054. //
  1055. // OrdPg_Photographer
  1056. //
  1057. this.OrdPg_Photographer.HeaderText = "摄影";
  1058. this.OrdPg_Photographer.Name = "OrdPg_Photographer";
  1059. this.OrdPg_Photographer.ReadOnly = true;
  1060. this.OrdPg_Photographer.Width = 53;
  1061. //
  1062. // OrdPg_PhotographyStatus
  1063. //
  1064. this.OrdPg_PhotographyStatus.HeaderText = "拍摄状态";
  1065. this.OrdPg_PhotographyStatus.Name = "OrdPg_PhotographyStatus";
  1066. this.OrdPg_PhotographyStatus.ReadOnly = true;
  1067. this.OrdPg_PhotographyStatus.Width = 77;
  1068. //
  1069. // OrdPg_PhotographyTime
  1070. //
  1071. this.OrdPg_PhotographyTime.HeaderText = "日期";
  1072. this.OrdPg_PhotographyTime.Name = "OrdPg_PhotographyTime";
  1073. this.OrdPg_PhotographyTime.ReadOnly = true;
  1074. this.OrdPg_PhotographyTime.Width = 53;
  1075. //
  1076. // OrdPg_SightsLevel
  1077. //
  1078. this.OrdPg_SightsLevel.HeaderText = "景点级别";
  1079. this.OrdPg_SightsLevel.Name = "OrdPg_SightsLevel";
  1080. this.OrdPg_SightsLevel.ReadOnly = true;
  1081. this.OrdPg_SightsLevel.Width = 77;
  1082. //
  1083. // OrdPg_Sights
  1084. //
  1085. this.OrdPg_Sights.HeaderText = "景点";
  1086. this.OrdPg_Sights.Name = "OrdPg_Sights";
  1087. this.OrdPg_Sights.ReadOnly = true;
  1088. this.OrdPg_Sights.Width = 53;
  1089. //
  1090. // PhotographyPrice
  1091. //
  1092. this.PhotographyPrice.HeaderText = "价格";
  1093. this.PhotographyPrice.Name = "PhotographyPrice";
  1094. this.PhotographyPrice.ReadOnly = true;
  1095. this.PhotographyPrice.Width = 53;
  1096. //
  1097. // PhotographyPackages
  1098. //
  1099. this.PhotographyPackages.HeaderText = "套系";
  1100. this.PhotographyPackages.Name = "PhotographyPackages";
  1101. this.PhotographyPackages.ReadOnly = true;
  1102. this.PhotographyPackages.Width = 53;
  1103. //
  1104. // PhotographyName2
  1105. //
  1106. this.PhotographyName2.HeaderText = "客户2";
  1107. this.PhotographyName2.Name = "PhotographyName2";
  1108. this.PhotographyName2.ReadOnly = true;
  1109. this.PhotographyName2.Width = 59;
  1110. //
  1111. // PhotographyName1
  1112. //
  1113. this.PhotographyName1.HeaderText = "客户1";
  1114. this.PhotographyName1.Name = "PhotographyName1";
  1115. this.PhotographyName1.ReadOnly = true;
  1116. this.PhotographyName1.Width = 59;
  1117. //
  1118. // order_type
  1119. //
  1120. this.order_type.HeaderText = "订单类型";
  1121. this.order_type.Name = "order_type";
  1122. this.order_type.ReadOnly = true;
  1123. this.order_type.Width = 77;
  1124. //
  1125. // OrdPg_OrderNumber
  1126. //
  1127. this.OrdPg_OrderNumber.HeaderText = "订单号";
  1128. this.OrdPg_OrderNumber.Name = "OrdPg_OrderNumber";
  1129. this.OrdPg_OrderNumber.ReadOnly = true;
  1130. this.OrdPg_OrderNumber.Width = 65;
  1131. //
  1132. // tabPage1
  1133. //
  1134. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1135. this.tabPage1.Controls.Add(this.dgv1);
  1136. this.tabPage1.Location = new System.Drawing.Point(4, 34);
  1137. this.tabPage1.Name = "tabPage1";
  1138. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  1139. this.tabPage1.Size = new System.Drawing.Size(670, 344);
  1140. this.tabPage1.TabIndex = 0;
  1141. this.tabPage1.Text = "订单/二销";
  1142. //
  1143. // dgv1
  1144. //
  1145. this.dgv1.AllowUserToAddRows = false;
  1146. this.dgv1.AllowUserToDeleteRows = false;
  1147. this.dgv1.AllowUserToResizeRows = false;
  1148. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  1149. this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  1150. this.dgv1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  1151. this.dgv1.BackgroundColor = System.Drawing.Color.White;
  1152. this.dgv1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  1153. this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1154. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1155. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  1156. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1157. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  1158. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1159. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1160. this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  1161. this.dgv1.ColumnHeadersHeight = 24;
  1162. this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1163. this.Pay_OrdNumber,
  1164. this.Ord_Type,
  1165. this.Pay_AmountOf,
  1166. this.Pay_CreateDatetime,
  1167. this.Pay_Category,
  1168. this.Ord_CustomerName1,
  1169. this.Ord_CustomerName2,
  1170. this.Ord_SeriesName,
  1171. this.Pay_PaymentMethod,
  1172. this.OrdPe_Type,
  1173. this.Pay_CustomNumber});
  1174. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1175. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  1176. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1177. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  1178. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1179. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1180. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1181. this.dgv1.DefaultCellStyle = dataGridViewCellStyle3;
  1182. this.dgv1.Dock = System.Windows.Forms.DockStyle.Fill;
  1183. this.dgv1.EnableHeadersVisualStyles = false;
  1184. this.dgv1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1185. this.dgv1.GridViewUniquelyIdentify = resources.GetString("dgv1.GridViewUniquelyIdentify");
  1186. this.dgv1.IsCompleteBonding = false;
  1187. this.dgv1.Location = new System.Drawing.Point(3, 3);
  1188. this.dgv1.MultiSelect = false;
  1189. this.dgv1.Name = "dgv1";
  1190. this.dgv1.ReadOnly = true;
  1191. this.dgv1.RowHeadersVisible = false;
  1192. this.dgv1.RowTemplate.Height = 23;
  1193. this.dgv1.RowTemplate.ReadOnly = true;
  1194. this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  1195. this.dgv1.Size = new System.Drawing.Size(664, 338);
  1196. this.dgv1.TabIndex = 176;
  1197. //
  1198. // Pay_CustomNumber
  1199. //
  1200. this.Pay_CustomNumber.HeaderText = "自定义编号";
  1201. this.Pay_CustomNumber.Name = "Pay_CustomNumber";
  1202. this.Pay_CustomNumber.ReadOnly = true;
  1203. this.Pay_CustomNumber.Visible = false;
  1204. //
  1205. // OrdPe_Type
  1206. //
  1207. this.OrdPe_Type.HeaderText = "门市类型";
  1208. this.OrdPe_Type.Name = "OrdPe_Type";
  1209. this.OrdPe_Type.ReadOnly = true;
  1210. this.OrdPe_Type.Visible = false;
  1211. //
  1212. // Pay_PaymentMethod
  1213. //
  1214. this.Pay_PaymentMethod.HeaderText = "付款方式";
  1215. this.Pay_PaymentMethod.Name = "Pay_PaymentMethod";
  1216. this.Pay_PaymentMethod.ReadOnly = true;
  1217. //
  1218. // Ord_SeriesName
  1219. //
  1220. this.Ord_SeriesName.HeaderText = "套系类别";
  1221. this.Ord_SeriesName.Name = "Ord_SeriesName";
  1222. this.Ord_SeriesName.ReadOnly = true;
  1223. //
  1224. // Ord_CustomerName2
  1225. //
  1226. this.Ord_CustomerName2.HeaderText = "客人2";
  1227. this.Ord_CustomerName2.Name = "Ord_CustomerName2";
  1228. this.Ord_CustomerName2.ReadOnly = true;
  1229. //
  1230. // Ord_CustomerName1
  1231. //
  1232. this.Ord_CustomerName1.HeaderText = "客户1";
  1233. this.Ord_CustomerName1.Name = "Ord_CustomerName1";
  1234. this.Ord_CustomerName1.ReadOnly = true;
  1235. //
  1236. // Pay_Category
  1237. //
  1238. this.Pay_Category.HeaderText = "款项类别";
  1239. this.Pay_Category.Name = "Pay_Category";
  1240. this.Pay_Category.ReadOnly = true;
  1241. //
  1242. // Pay_CreateDatetime
  1243. //
  1244. this.Pay_CreateDatetime.HeaderText = "日期";
  1245. this.Pay_CreateDatetime.Name = "Pay_CreateDatetime";
  1246. this.Pay_CreateDatetime.ReadOnly = true;
  1247. //
  1248. // Pay_AmountOf
  1249. //
  1250. this.Pay_AmountOf.HeaderText = "金额";
  1251. this.Pay_AmountOf.Name = "Pay_AmountOf";
  1252. this.Pay_AmountOf.ReadOnly = true;
  1253. //
  1254. // Ord_Type
  1255. //
  1256. this.Ord_Type.HeaderText = "订单类型";
  1257. this.Ord_Type.Name = "Ord_Type";
  1258. this.Ord_Type.ReadOnly = true;
  1259. //
  1260. // Pay_OrdNumber
  1261. //
  1262. this.Pay_OrdNumber.HeaderText = "订单号";
  1263. this.Pay_OrdNumber.Name = "Pay_OrdNumber";
  1264. this.Pay_OrdNumber.ReadOnly = true;
  1265. //
  1266. // tabControlEx1
  1267. //
  1268. this.tabControlEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1269. | System.Windows.Forms.AnchorStyles.Left)
  1270. | System.Windows.Forms.AnchorStyles.Right)));
  1271. this.tabControlEx1.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  1272. this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1273. this.tabControlEx1.Controls.Add(this.tabPage1);
  1274. this.tabControlEx1.Controls.Add(this.tabPage2);
  1275. this.tabControlEx1.Controls.Add(this.tabPage3);
  1276. this.tabControlEx1.Controls.Add(this.tabPage4);
  1277. this.tabControlEx1.ItemSize = new System.Drawing.Size(90, 30);
  1278. this.tabControlEx1.Location = new System.Drawing.Point(209, 136);
  1279. this.tabControlEx1.Name = "tabControlEx1";
  1280. this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1281. this.tabControlEx1.SelectedIndex = 0;
  1282. this.tabControlEx1.Size = new System.Drawing.Size(678, 382);
  1283. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  1284. this.tabControlEx1.TabIndex = 175;
  1285. //
  1286. // FrmStatisticalInquiryPayroll
  1287. //
  1288. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1289. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1290. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1291. this.ClientSize = new System.Drawing.Size(910, 610);
  1292. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1293. this.Name = "FrmStatisticalInquiryPayroll";
  1294. this.Text = "工资管理";
  1295. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1296. this.plExMainContainer.ResumeLayout(false);
  1297. this.plFormMainContent.ResumeLayout(false);
  1298. this.panelEx3.ResumeLayout(false);
  1299. this.panelEx3.PerformLayout();
  1300. this.tabPage4.ResumeLayout(false);
  1301. ((System.ComponentModel.ISupportInitialize)(this.dgv4)).EndInit();
  1302. this.tabPage3.ResumeLayout(false);
  1303. ((System.ComponentModel.ISupportInitialize)(this.dgv3)).EndInit();
  1304. this.tabPage2.ResumeLayout(false);
  1305. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit();
  1306. this.tabPage1.ResumeLayout(false);
  1307. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
  1308. this.tabControlEx1.ResumeLayout(false);
  1309. this.ResumeLayout(false);
  1310. }
  1311. #endregion
  1312. private ComponentLibrary.PanelEx panelEx3;
  1313. protected ComponentLibrary.ButtonEx btnExport1;
  1314. protected ComponentLibrary.ButtonEx btnExport2;
  1315. protected ComponentLibrary.ButtonEx btnExport3;
  1316. public ComponentLibrary.LabelEx lblPrice;
  1317. protected ComponentLibrary.ButtonEx btnExport4;
  1318. private ComponentLibrary.LabelEx labelEx10;
  1319. protected ComponentLibrary.TextBoxBasicEx txtAutomaticStatistics;
  1320. protected ComponentLibrary.TextBoxBasicEx txtWs_Remark;
  1321. private ComponentLibrary.LabelEx labelEx9;
  1322. private ComponentLibrary.LabelEx labelEx5;
  1323. protected ComponentLibrary.TextBoxBasicEx txtTotalWages;
  1324. private ComponentLibrary.LabelEx labelEx8;
  1325. protected ComponentLibrary.TextBoxBasicEx txtPieceCommission;
  1326. private ComponentLibrary.LabelEx labelEx7;
  1327. protected ComponentLibrary.TextBoxBasicEx txtTwoPinsResults;
  1328. private ComponentLibrary.LabelEx labelEx6;
  1329. protected ComponentLibrary.TextBoxBasicEx txtEarlyResults;
  1330. private ComponentLibrary.LabelEx labelEx4;
  1331. protected ComponentLibrary.TextBoxBasicEx txtWs_BasicWage;
  1332. private ComponentLibrary.LabelEx labelEx11;
  1333. protected ComponentLibrary.ComboBoxTreeViewEx txtTsorder_OpenSingle;
  1334. private ComponentLibrary.LabelEx labelEx3;
  1335. private ComponentLibrary.LabelEx labelEx1;
  1336. protected ComponentLibrary.ButtonEx btnSelect;
  1337. private ComponentLibrary.LabelEx labelEx2;
  1338. protected ComponentLibrary.TextBoxBasicEx txtTimeEnd;
  1339. protected ComponentLibrary.ButtonEx btnClose;
  1340. protected ComponentLibrary.TextBoxBasicEx txtTimeStart;
  1341. private ComponentLibrary.TabControlEx tabControlEx1;
  1342. private System.Windows.Forms.TabPage tabPage1;
  1343. protected ComponentLibrary.DataGridViewEx dgv1;
  1344. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_OrdNumber;
  1345. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_Type;
  1346. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_AmountOf;
  1347. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_CreateDatetime;
  1348. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_Category;
  1349. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_CustomerName1;
  1350. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_CustomerName2;
  1351. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_SeriesName;
  1352. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_PaymentMethod;
  1353. private System.Windows.Forms.DataGridViewTextBoxColumn OrdPe_Type;
  1354. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_CustomNumber;
  1355. private System.Windows.Forms.TabPage tabPage2;
  1356. protected ComponentLibrary.DataGridViewEx dgv2;
  1357. private System.Windows.Forms.DataGridViewTextBoxColumn OrdPg_OrderNumber;
  1358. private System.Windows.Forms.DataGridViewTextBoxColumn order_type;
  1359. private System.Windows.Forms.DataGridViewTextBoxColumn PhotographyName1;
  1360. private System.Windows.Forms.DataGridViewTextBoxColumn PhotographyName2;
  1361. private System.Windows.Forms.DataGridViewTextBoxColumn PhotographyPackages;
  1362. private System.Windows.Forms.DataGridViewTextBoxColumn PhotographyPrice;
  1363. private System.Windows.Forms.DataGridViewTextBoxColumn OrdPg_Sights;
  1364. private System.Windows.Forms.DataGridViewTextBoxColumn OrdPg_SightsLevel;
  1365. private System.Windows.Forms.DataGridViewTextBoxColumn OrdPg_PhotographyTime;
  1366. private System.Windows.Forms.DataGridViewTextBoxColumn OrdPg_PhotographyStatus;
  1367. private System.Windows.Forms.DataGridViewTextBoxColumn OrdPg_Photographer;
  1368. private System.Windows.Forms.DataGridViewTextBoxColumn OrdPg_PhotographyAssistant;
  1369. private System.Windows.Forms.DataGridViewTextBoxColumn OrdPg_MakeupArtist;
  1370. private System.Windows.Forms.DataGridViewTextBoxColumn OrdPg_MakeupAssistant;
  1371. private System.Windows.Forms.DataGridViewTextBoxColumn OrdPg_BootDivision;
  1372. private System.Windows.Forms.DataGridViewTextBoxColumn PhotographyPackagesCategory;
  1373. private System.Windows.Forms.TabPage tabPage3;
  1374. protected ComponentLibrary.DataGridViewEx dgv3;
  1375. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoOrd_Number;
  1376. private System.Windows.Forms.DataGridViewTextBoxColumn xp_type;
  1377. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoName1;
  1378. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoName2;
  1379. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoOrd_SeriesName;
  1380. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoOrd_SeriesPrice;
  1381. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoOrd_PhotographyCategory;
  1382. private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
  1383. private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
  1384. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoOrd_ClothingName;
  1385. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoOrd_ClothingTime;
  1386. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoOrd_ClothingStatus;
  1387. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoOrd_EarlyRepairName;
  1388. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoOrd_EarlyRepairTime;
  1389. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoOrd_EarlyRepairStatus;
  1390. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoOrd_RefinementName;
  1391. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoOrd_RefinementTime;
  1392. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoOrd_RefinementStatus;
  1393. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoOrd_DesignerName;
  1394. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoOrd_DesignerTime;
  1395. private System.Windows.Forms.DataGridViewTextBoxColumn PhotoOrd_DesignerStatus;
  1396. private System.Windows.Forms.DataGridViewTextBoxColumn SelectionTwoPins;
  1397. private System.Windows.Forms.TabPage tabPage4;
  1398. protected ComponentLibrary.DataGridViewEx dgv4;
  1399. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  1400. private System.Windows.Forms.DataGridViewTextBoxColumn jj_type;
  1401. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  1402. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  1403. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  1404. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  1405. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  1406. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  1407. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  1408. private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
  1409. private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
  1410. private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
  1411. }
  1412. }