FrmPayroll.Designer.cs 77 KB

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