FrmPrePayment.Designer.cs 70 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126
  1. namespace LYFZ.Software.UI.FinancialManagement.OrdersReceivables
  2. {
  3. partial class FrmPrePayment
  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(FrmPrePayment));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.listBoxPerformance = new LYFZ.ComponentLibrary.ListBoxEx();
  35. this.txtEarlyArrearsAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.btnDelete = new LYFZ.ComponentLibrary.ButtonForm();
  38. this.txtPaymentRemark = new LYFZ.ComponentLibrary.TextBoxEx();
  39. this.txtPaymentCategory = new LYFZ.ComponentLibrary.TextBoxEx();
  40. this.txtThePayeeName = new LYFZ.ComponentLibrary.TextBoxEx();
  41. this.txtOpenOrderPerson = new LYFZ.ComponentLibrary.TextBoxEx();
  42. this.txtPaymentAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  43. this.txtLateArrearsAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  44. this.txtPaidAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  45. this.txtCopeAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  46. this.txtOrderClinetName = new LYFZ.ComponentLibrary.TextBoxEx();
  47. this.txtOrderNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  48. this.btnNotPayment = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  50. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.dtpCreateDatetime = new LYFZ.ComponentLibrary.DateTimePickerEx();
  54. this.cmbtreevPaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  55. this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
  56. this.btnPerformance = new LYFZ.ComponentLibrary.ButtonForm();
  57. this.btnUpdateTime = new LYFZ.ComponentLibrary.ButtonForm();
  58. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  62. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  63. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  64. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  65. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  66. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  67. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  68. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  69. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  70. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  71. this.lblName1 = new LYFZ.ComponentLibrary.LabelEx();
  72. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  73. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
  74. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.Pay_ShootingName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.Pay_AmountOf = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.Pay_CreateDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.Pay_OpenSingle = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.Pay_ThePayee = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.Pay_PaymentMethod = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.Pay_Category = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.Pay_ReceivableProject = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.Pay_TwoPinsCategory = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.PaymentDiscount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.DiscountAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.Pay_Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.btnDelPerformance = new LYFZ.ComponentLibrary.ButtonForm();
  88. this.plExMainContainer.SuspendLayout();
  89. this.plFormMainContent.SuspendLayout();
  90. this.panelEx2.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  92. this.SuspendLayout();
  93. //
  94. // plExMainContainer
  95. //
  96. this.plExMainContainer.AutoScroll = true;
  97. this.plExMainContainer.Controls.Add(this.panelEx2);
  98. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  99. this.plExMainContainer.Size = new System.Drawing.Size(1050, 635);
  100. //
  101. // plFormMainContent
  102. //
  103. this.plFormMainContent.Size = new System.Drawing.Size(1050, 635);
  104. //
  105. // btnAppFormMaximize
  106. //
  107. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  108. this.btnAppFormMaximize.Location = new System.Drawing.Point(991, 0);
  109. //
  110. // btnAppFormExit
  111. //
  112. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  113. this.btnAppFormExit.Location = new System.Drawing.Point(1018, 0);
  114. //
  115. // btnAppFormMinimize
  116. //
  117. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  118. this.btnAppFormMinimize.Location = new System.Drawing.Point(964, 0);
  119. //
  120. // panelEx2
  121. //
  122. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  123. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  124. this.panelEx2.BorderWidth = 1;
  125. this.panelEx2.Controls.Add(this.listBoxPerformance);
  126. this.panelEx2.Controls.Add(this.txtEarlyArrearsAmount);
  127. this.panelEx2.Controls.Add(this.labelEx15);
  128. this.panelEx2.Controls.Add(this.btnDelete);
  129. this.panelEx2.Controls.Add(this.txtPaymentRemark);
  130. this.panelEx2.Controls.Add(this.txtPaymentCategory);
  131. this.panelEx2.Controls.Add(this.txtThePayeeName);
  132. this.panelEx2.Controls.Add(this.txtOpenOrderPerson);
  133. this.panelEx2.Controls.Add(this.txtPaymentAmount);
  134. this.panelEx2.Controls.Add(this.txtLateArrearsAmount);
  135. this.panelEx2.Controls.Add(this.txtPaidAmount);
  136. this.panelEx2.Controls.Add(this.txtCopeAmount);
  137. this.panelEx2.Controls.Add(this.txtOrderClinetName);
  138. this.panelEx2.Controls.Add(this.txtOrderNumber);
  139. this.panelEx2.Controls.Add(this.btnNotPayment);
  140. this.panelEx2.Controls.Add(this.panelEx1);
  141. this.panelEx2.Controls.Add(this.labelEx3);
  142. this.panelEx2.Controls.Add(this.labelEx2);
  143. this.panelEx2.Controls.Add(this.labelEx4);
  144. this.panelEx2.Controls.Add(this.dtpCreateDatetime);
  145. this.panelEx2.Controls.Add(this.cmbtreevPaymentMethod);
  146. this.panelEx2.Controls.Add(this.btnSet);
  147. this.panelEx2.Controls.Add(this.btnPerformance);
  148. this.panelEx2.Controls.Add(this.btnDelPerformance);
  149. this.panelEx2.Controls.Add(this.btnUpdateTime);
  150. this.panelEx2.Controls.Add(this.labelEx14);
  151. this.panelEx2.Controls.Add(this.labelEx7);
  152. this.panelEx2.Controls.Add(this.labelEx16);
  153. this.panelEx2.Controls.Add(this.labelEx8);
  154. this.panelEx2.Controls.Add(this.labelEx11);
  155. this.panelEx2.Controls.Add(this.btnPrint);
  156. this.panelEx2.Controls.Add(this.btnSave);
  157. this.panelEx2.Controls.Add(this.labelEx10);
  158. this.panelEx2.Controls.Add(this.labelEx9);
  159. this.panelEx2.Controls.Add(this.labelEx12);
  160. this.panelEx2.Controls.Add(this.labelEx13);
  161. this.panelEx2.Controls.Add(this.labelEx5);
  162. this.panelEx2.Controls.Add(this.labelEx1);
  163. this.panelEx2.Controls.Add(this.lblName1);
  164. this.panelEx2.Controls.Add(this.labelEx6);
  165. this.panelEx2.Controls.Add(this.dgvData);
  166. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.panelEx2.Location = new System.Drawing.Point(5, 5);
  168. this.panelEx2.Name = "panelEx2";
  169. this.panelEx2.Size = new System.Drawing.Size(1040, 625);
  170. this.panelEx2.TabIndex = 2;
  171. //
  172. // listBoxPerformance
  173. //
  174. this.listBoxPerformance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.listBoxPerformance.FormattingEnabled = true;
  176. this.listBoxPerformance.HorizontalScrollbar = true;
  177. this.listBoxPerformance.ItemHeight = 17;
  178. this.listBoxPerformance.Location = new System.Drawing.Point(843, 399);
  179. this.listBoxPerformance.Name = "listBoxPerformance";
  180. this.listBoxPerformance.Size = new System.Drawing.Size(190, 174);
  181. this.listBoxPerformance.TabIndex = 2244;
  182. //
  183. // txtEarlyArrearsAmount
  184. //
  185. this.txtEarlyArrearsAmount.BackColor = System.Drawing.Color.Transparent;
  186. this.txtEarlyArrearsAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  187. this.txtEarlyArrearsAmount.Icon = null;
  188. this.txtEarlyArrearsAmount.IconIsButton = false;
  189. this.txtEarlyArrearsAmount.IsPasswordChat = '\0';
  190. this.txtEarlyArrearsAmount.IsSystemPasswordChar = false;
  191. this.txtEarlyArrearsAmount.Lines = new string[0];
  192. this.txtEarlyArrearsAmount.Location = new System.Drawing.Point(773, 33);
  193. this.txtEarlyArrearsAmount.Margin = new System.Windows.Forms.Padding(0);
  194. this.txtEarlyArrearsAmount.MaxLength = 32767;
  195. this.txtEarlyArrearsAmount.MinimumSize = new System.Drawing.Size(0, 24);
  196. this.txtEarlyArrearsAmount.MouseBack = null;
  197. this.txtEarlyArrearsAmount.Multiline = false;
  198. this.txtEarlyArrearsAmount.Name = "txtEarlyArrearsAmount";
  199. this.txtEarlyArrearsAmount.NormlBack = null;
  200. this.txtEarlyArrearsAmount.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  201. this.txtEarlyArrearsAmount.ReadOnly = true;
  202. this.txtEarlyArrearsAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  203. this.txtEarlyArrearsAmount.Size = new System.Drawing.Size(90, 25);
  204. this.txtEarlyArrearsAmount.TabIndex = 2243;
  205. this.txtEarlyArrearsAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  206. this.txtEarlyArrearsAmount.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  207. this.txtEarlyArrearsAmount.WaterText = "";
  208. this.txtEarlyArrearsAmount.WordWrap = true;
  209. //
  210. // labelEx15
  211. //
  212. this.labelEx15.AutoSize = true;
  213. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  214. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  215. this.labelEx15.Location = new System.Drawing.Point(710, 37);
  216. this.labelEx15.Name = "labelEx15";
  217. this.labelEx15.Size = new System.Drawing.Size(68, 17);
  218. this.labelEx15.TabIndex = 2242;
  219. this.labelEx15.Text = "前期欠款:";
  220. //
  221. // btnDelete
  222. //
  223. this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  224. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  225. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  226. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  227. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  228. this.btnDelete.ForeColor = System.Drawing.Color.White;
  229. this.btnDelete.IsCustomBackImg = false;
  230. this.btnDelete.IsShowText = true;
  231. this.btnDelete.Location = new System.Drawing.Point(672, 82);
  232. this.btnDelete.Name = "btnDelete";
  233. this.btnDelete.Size = new System.Drawing.Size(85, 26);
  234. this.btnDelete.TabIndex = 2241;
  235. this.btnDelete.Text = " 删 除";
  236. this.btnDelete.UseVisualStyleBackColor = false;
  237. //
  238. // txtPaymentRemark
  239. //
  240. this.txtPaymentRemark.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  241. this.txtPaymentRemark.BackColor = System.Drawing.Color.Transparent;
  242. this.txtPaymentRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  243. this.txtPaymentRemark.Icon = null;
  244. this.txtPaymentRemark.IconIsButton = false;
  245. this.txtPaymentRemark.IsPasswordChat = '\0';
  246. this.txtPaymentRemark.IsSystemPasswordChar = false;
  247. this.txtPaymentRemark.Lines = new string[0];
  248. this.txtPaymentRemark.Location = new System.Drawing.Point(843, 308);
  249. this.txtPaymentRemark.Margin = new System.Windows.Forms.Padding(0);
  250. this.txtPaymentRemark.MaxLength = 32767;
  251. this.txtPaymentRemark.MinimumSize = new System.Drawing.Size(0, 24);
  252. this.txtPaymentRemark.MouseBack = null;
  253. this.txtPaymentRemark.Multiline = true;
  254. this.txtPaymentRemark.Name = "txtPaymentRemark";
  255. this.txtPaymentRemark.NormlBack = null;
  256. this.txtPaymentRemark.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  257. this.txtPaymentRemark.ReadOnly = false;
  258. this.txtPaymentRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
  259. this.txtPaymentRemark.Size = new System.Drawing.Size(190, 61);
  260. this.txtPaymentRemark.TabIndex = 2240;
  261. this.txtPaymentRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  262. this.txtPaymentRemark.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  263. this.txtPaymentRemark.WaterText = "";
  264. this.txtPaymentRemark.WordWrap = true;
  265. //
  266. // txtPaymentCategory
  267. //
  268. this.txtPaymentCategory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  269. this.txtPaymentCategory.BackColor = System.Drawing.Color.Transparent;
  270. this.txtPaymentCategory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  271. this.txtPaymentCategory.Icon = null;
  272. this.txtPaymentCategory.IconIsButton = false;
  273. this.txtPaymentCategory.IsPasswordChat = '\0';
  274. this.txtPaymentCategory.IsSystemPasswordChar = false;
  275. this.txtPaymentCategory.Lines = new string[0];
  276. this.txtPaymentCategory.Location = new System.Drawing.Point(843, 277);
  277. this.txtPaymentCategory.Margin = new System.Windows.Forms.Padding(0);
  278. this.txtPaymentCategory.MaxLength = 32767;
  279. this.txtPaymentCategory.MinimumSize = new System.Drawing.Size(0, 24);
  280. this.txtPaymentCategory.MouseBack = null;
  281. this.txtPaymentCategory.Multiline = false;
  282. this.txtPaymentCategory.Name = "txtPaymentCategory";
  283. this.txtPaymentCategory.NormlBack = null;
  284. this.txtPaymentCategory.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  285. this.txtPaymentCategory.ReadOnly = true;
  286. this.txtPaymentCategory.ScrollBars = System.Windows.Forms.ScrollBars.None;
  287. this.txtPaymentCategory.Size = new System.Drawing.Size(190, 25);
  288. this.txtPaymentCategory.TabIndex = 2239;
  289. this.txtPaymentCategory.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  290. this.txtPaymentCategory.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  291. this.txtPaymentCategory.WaterText = "";
  292. this.txtPaymentCategory.WordWrap = true;
  293. //
  294. // txtThePayeeName
  295. //
  296. this.txtThePayeeName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  297. this.txtThePayeeName.BackColor = System.Drawing.Color.Transparent;
  298. this.txtThePayeeName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  299. this.txtThePayeeName.Icon = null;
  300. this.txtThePayeeName.IconIsButton = false;
  301. this.txtThePayeeName.IsPasswordChat = '\0';
  302. this.txtThePayeeName.IsSystemPasswordChar = false;
  303. this.txtThePayeeName.Lines = new string[0];
  304. this.txtThePayeeName.Location = new System.Drawing.Point(843, 211);
  305. this.txtThePayeeName.Margin = new System.Windows.Forms.Padding(0);
  306. this.txtThePayeeName.MaxLength = 32767;
  307. this.txtThePayeeName.MinimumSize = new System.Drawing.Size(0, 24);
  308. this.txtThePayeeName.MouseBack = null;
  309. this.txtThePayeeName.Multiline = false;
  310. this.txtThePayeeName.Name = "txtThePayeeName";
  311. this.txtThePayeeName.NormlBack = null;
  312. this.txtThePayeeName.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  313. this.txtThePayeeName.ReadOnly = true;
  314. this.txtThePayeeName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  315. this.txtThePayeeName.Size = new System.Drawing.Size(190, 25);
  316. this.txtThePayeeName.TabIndex = 2238;
  317. this.txtThePayeeName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  318. this.txtThePayeeName.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  319. this.txtThePayeeName.WaterText = "";
  320. this.txtThePayeeName.WordWrap = true;
  321. //
  322. // txtOpenOrderPerson
  323. //
  324. this.txtOpenOrderPerson.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  325. this.txtOpenOrderPerson.BackColor = System.Drawing.Color.Transparent;
  326. this.txtOpenOrderPerson.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  327. this.txtOpenOrderPerson.Icon = null;
  328. this.txtOpenOrderPerson.IconIsButton = false;
  329. this.txtOpenOrderPerson.IsPasswordChat = '\0';
  330. this.txtOpenOrderPerson.IsSystemPasswordChar = false;
  331. this.txtOpenOrderPerson.Lines = new string[0];
  332. this.txtOpenOrderPerson.Location = new System.Drawing.Point(843, 177);
  333. this.txtOpenOrderPerson.Margin = new System.Windows.Forms.Padding(0);
  334. this.txtOpenOrderPerson.MaxLength = 32767;
  335. this.txtOpenOrderPerson.MinimumSize = new System.Drawing.Size(0, 24);
  336. this.txtOpenOrderPerson.MouseBack = null;
  337. this.txtOpenOrderPerson.Multiline = false;
  338. this.txtOpenOrderPerson.Name = "txtOpenOrderPerson";
  339. this.txtOpenOrderPerson.NormlBack = null;
  340. this.txtOpenOrderPerson.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  341. this.txtOpenOrderPerson.ReadOnly = true;
  342. this.txtOpenOrderPerson.ScrollBars = System.Windows.Forms.ScrollBars.None;
  343. this.txtOpenOrderPerson.Size = new System.Drawing.Size(190, 25);
  344. this.txtOpenOrderPerson.TabIndex = 2237;
  345. this.txtOpenOrderPerson.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  346. this.txtOpenOrderPerson.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  347. this.txtOpenOrderPerson.WaterText = "";
  348. this.txtOpenOrderPerson.WordWrap = true;
  349. //
  350. // txtPaymentAmount
  351. //
  352. this.txtPaymentAmount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  353. this.txtPaymentAmount.BackColor = System.Drawing.Color.Transparent;
  354. this.txtPaymentAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  355. this.txtPaymentAmount.Icon = null;
  356. this.txtPaymentAmount.IconIsButton = false;
  357. this.txtPaymentAmount.IsPasswordChat = '\0';
  358. this.txtPaymentAmount.IsSystemPasswordChar = false;
  359. this.txtPaymentAmount.Lines = new string[0];
  360. this.txtPaymentAmount.Location = new System.Drawing.Point(843, 111);
  361. this.txtPaymentAmount.Margin = new System.Windows.Forms.Padding(0);
  362. this.txtPaymentAmount.MaxLength = 32767;
  363. this.txtPaymentAmount.MinimumSize = new System.Drawing.Size(0, 24);
  364. this.txtPaymentAmount.MouseBack = null;
  365. this.txtPaymentAmount.Multiline = false;
  366. this.txtPaymentAmount.Name = "txtPaymentAmount";
  367. this.txtPaymentAmount.NormlBack = null;
  368. this.txtPaymentAmount.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  369. this.txtPaymentAmount.ReadOnly = false;
  370. this.txtPaymentAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  371. this.txtPaymentAmount.Size = new System.Drawing.Size(190, 25);
  372. this.txtPaymentAmount.TabIndex = 2236;
  373. this.txtPaymentAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  374. this.txtPaymentAmount.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  375. this.txtPaymentAmount.WaterText = "";
  376. this.txtPaymentAmount.WordWrap = true;
  377. //
  378. // txtLateArrearsAmount
  379. //
  380. this.txtLateArrearsAmount.BackColor = System.Drawing.Color.Transparent;
  381. this.txtLateArrearsAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  382. this.txtLateArrearsAmount.Icon = null;
  383. this.txtLateArrearsAmount.IconIsButton = false;
  384. this.txtLateArrearsAmount.IsPasswordChat = '\0';
  385. this.txtLateArrearsAmount.IsSystemPasswordChar = false;
  386. this.txtLateArrearsAmount.Lines = new string[0];
  387. this.txtLateArrearsAmount.Location = new System.Drawing.Point(938, 33);
  388. this.txtLateArrearsAmount.Margin = new System.Windows.Forms.Padding(0);
  389. this.txtLateArrearsAmount.MaxLength = 32767;
  390. this.txtLateArrearsAmount.MinimumSize = new System.Drawing.Size(0, 24);
  391. this.txtLateArrearsAmount.MouseBack = null;
  392. this.txtLateArrearsAmount.Multiline = false;
  393. this.txtLateArrearsAmount.Name = "txtLateArrearsAmount";
  394. this.txtLateArrearsAmount.NormlBack = null;
  395. this.txtLateArrearsAmount.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  396. this.txtLateArrearsAmount.ReadOnly = true;
  397. this.txtLateArrearsAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  398. this.txtLateArrearsAmount.Size = new System.Drawing.Size(90, 25);
  399. this.txtLateArrearsAmount.TabIndex = 2235;
  400. this.txtLateArrearsAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  401. this.txtLateArrearsAmount.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  402. this.txtLateArrearsAmount.WaterText = "";
  403. this.txtLateArrearsAmount.WordWrap = true;
  404. //
  405. // txtPaidAmount
  406. //
  407. this.txtPaidAmount.BackColor = System.Drawing.Color.Transparent;
  408. this.txtPaidAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  409. this.txtPaidAmount.Icon = null;
  410. this.txtPaidAmount.IconIsButton = false;
  411. this.txtPaidAmount.IsPasswordChat = '\0';
  412. this.txtPaidAmount.IsSystemPasswordChar = false;
  413. this.txtPaidAmount.Lines = new string[0];
  414. this.txtPaidAmount.Location = new System.Drawing.Point(608, 33);
  415. this.txtPaidAmount.Margin = new System.Windows.Forms.Padding(0);
  416. this.txtPaidAmount.MaxLength = 32767;
  417. this.txtPaidAmount.MinimumSize = new System.Drawing.Size(0, 24);
  418. this.txtPaidAmount.MouseBack = null;
  419. this.txtPaidAmount.Multiline = false;
  420. this.txtPaidAmount.Name = "txtPaidAmount";
  421. this.txtPaidAmount.NormlBack = null;
  422. this.txtPaidAmount.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  423. this.txtPaidAmount.ReadOnly = true;
  424. this.txtPaidAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  425. this.txtPaidAmount.Size = new System.Drawing.Size(90, 25);
  426. this.txtPaidAmount.TabIndex = 2234;
  427. this.txtPaidAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  428. this.txtPaidAmount.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  429. this.txtPaidAmount.WaterText = "";
  430. this.txtPaidAmount.WordWrap = true;
  431. //
  432. // txtCopeAmount
  433. //
  434. this.txtCopeAmount.BackColor = System.Drawing.Color.Transparent;
  435. this.txtCopeAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  436. this.txtCopeAmount.Icon = null;
  437. this.txtCopeAmount.IconIsButton = false;
  438. this.txtCopeAmount.IsPasswordChat = '\0';
  439. this.txtCopeAmount.IsSystemPasswordChar = false;
  440. this.txtCopeAmount.Lines = new string[0];
  441. this.txtCopeAmount.Location = new System.Drawing.Point(456, 33);
  442. this.txtCopeAmount.Margin = new System.Windows.Forms.Padding(0);
  443. this.txtCopeAmount.MaxLength = 32767;
  444. this.txtCopeAmount.MinimumSize = new System.Drawing.Size(0, 24);
  445. this.txtCopeAmount.MouseBack = null;
  446. this.txtCopeAmount.Multiline = false;
  447. this.txtCopeAmount.Name = "txtCopeAmount";
  448. this.txtCopeAmount.NormlBack = null;
  449. this.txtCopeAmount.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  450. this.txtCopeAmount.ReadOnly = true;
  451. this.txtCopeAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  452. this.txtCopeAmount.Size = new System.Drawing.Size(90, 25);
  453. this.txtCopeAmount.TabIndex = 2233;
  454. this.txtCopeAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  455. this.txtCopeAmount.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  456. this.txtCopeAmount.WaterText = "";
  457. this.txtCopeAmount.WordWrap = true;
  458. //
  459. // txtOrderClinetName
  460. //
  461. this.txtOrderClinetName.BackColor = System.Drawing.Color.Transparent;
  462. this.txtOrderClinetName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  463. this.txtOrderClinetName.Icon = null;
  464. this.txtOrderClinetName.IconIsButton = false;
  465. this.txtOrderClinetName.IsPasswordChat = '\0';
  466. this.txtOrderClinetName.IsSystemPasswordChar = false;
  467. this.txtOrderClinetName.Lines = new string[0];
  468. this.txtOrderClinetName.Location = new System.Drawing.Point(253, 33);
  469. this.txtOrderClinetName.Margin = new System.Windows.Forms.Padding(0);
  470. this.txtOrderClinetName.MaxLength = 32767;
  471. this.txtOrderClinetName.MinimumSize = new System.Drawing.Size(0, 24);
  472. this.txtOrderClinetName.MouseBack = null;
  473. this.txtOrderClinetName.Multiline = false;
  474. this.txtOrderClinetName.Name = "txtOrderClinetName";
  475. this.txtOrderClinetName.NormlBack = null;
  476. this.txtOrderClinetName.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  477. this.txtOrderClinetName.ReadOnly = true;
  478. this.txtOrderClinetName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  479. this.txtOrderClinetName.Size = new System.Drawing.Size(140, 25);
  480. this.txtOrderClinetName.TabIndex = 2232;
  481. this.txtOrderClinetName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  482. this.txtOrderClinetName.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  483. this.txtOrderClinetName.WaterText = "";
  484. this.txtOrderClinetName.WordWrap = true;
  485. //
  486. // txtOrderNumber
  487. //
  488. this.txtOrderNumber.BackColor = System.Drawing.Color.Transparent;
  489. this.txtOrderNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  490. this.txtOrderNumber.Icon = null;
  491. this.txtOrderNumber.IconIsButton = false;
  492. this.txtOrderNumber.IsPasswordChat = '\0';
  493. this.txtOrderNumber.IsSystemPasswordChar = false;
  494. this.txtOrderNumber.Lines = new string[0];
  495. this.txtOrderNumber.Location = new System.Drawing.Point(61, 33);
  496. this.txtOrderNumber.Margin = new System.Windows.Forms.Padding(0);
  497. this.txtOrderNumber.MaxLength = 32767;
  498. this.txtOrderNumber.MinimumSize = new System.Drawing.Size(0, 24);
  499. this.txtOrderNumber.MouseBack = null;
  500. this.txtOrderNumber.Multiline = false;
  501. this.txtOrderNumber.Name = "txtOrderNumber";
  502. this.txtOrderNumber.NormlBack = null;
  503. this.txtOrderNumber.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  504. this.txtOrderNumber.ReadOnly = true;
  505. this.txtOrderNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  506. this.txtOrderNumber.Size = new System.Drawing.Size(120, 25);
  507. this.txtOrderNumber.TabIndex = 2231;
  508. this.txtOrderNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  509. this.txtOrderNumber.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  510. this.txtOrderNumber.WaterText = "";
  511. this.txtOrderNumber.WordWrap = true;
  512. //
  513. // btnNotPayment
  514. //
  515. this.btnNotPayment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  516. this.btnNotPayment.BackColor = System.Drawing.Color.Transparent;
  517. this.btnNotPayment.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNotPayment.BackImg")));
  518. this.btnNotPayment.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  519. this.btnNotPayment.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  520. this.btnNotPayment.ForeColor = System.Drawing.Color.White;
  521. this.btnNotPayment.IsCustomBackImg = false;
  522. this.btnNotPayment.IsShowText = true;
  523. this.btnNotPayment.Location = new System.Drawing.Point(785, 586);
  524. this.btnNotPayment.Name = "btnNotPayment";
  525. this.btnNotPayment.Size = new System.Drawing.Size(75, 26);
  526. this.btnNotPayment.TabIndex = 310;
  527. this.btnNotPayment.Text = " 不收款";
  528. this.btnNotPayment.UseVisualStyleBackColor = false;
  529. this.btnNotPayment.Visible = false;
  530. //
  531. // panelEx1
  532. //
  533. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  534. | System.Windows.Forms.AnchorStyles.Right)));
  535. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  536. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  537. this.panelEx1.BorderWidth = 1;
  538. this.panelEx1.Location = new System.Drawing.Point(0, 70);
  539. this.panelEx1.Name = "panelEx1";
  540. this.panelEx1.Size = new System.Drawing.Size(1040, 1);
  541. this.panelEx1.TabIndex = 309;
  542. //
  543. // labelEx3
  544. //
  545. this.labelEx3.AutoSize = true;
  546. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  547. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  548. this.labelEx3.Location = new System.Drawing.Point(875, 37);
  549. this.labelEx3.Name = "labelEx3";
  550. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  551. this.labelEx3.TabIndex = 308;
  552. this.labelEx3.Text = "后期欠款:";
  553. //
  554. // labelEx2
  555. //
  556. this.labelEx2.AutoSize = true;
  557. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  558. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  559. this.labelEx2.Location = new System.Drawing.Point(558, 37);
  560. this.labelEx2.Name = "labelEx2";
  561. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  562. this.labelEx2.TabIndex = 306;
  563. this.labelEx2.Text = "已收款:";
  564. //
  565. // labelEx4
  566. //
  567. this.labelEx4.AutoSize = true;
  568. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  569. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  570. this.labelEx4.Location = new System.Drawing.Point(406, 37);
  571. this.labelEx4.Name = "labelEx4";
  572. this.labelEx4.Size = new System.Drawing.Size(56, 17);
  573. this.labelEx4.TabIndex = 304;
  574. this.labelEx4.Text = "应收款:";
  575. //
  576. // dtpCreateDatetime
  577. //
  578. this.dtpCreateDatetime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  579. this.dtpCreateDatetime.CustomFormat = " ";
  580. this.dtpCreateDatetime.DateValue = "";
  581. this.dtpCreateDatetime.Enabled = false;
  582. this.dtpCreateDatetime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  583. this.dtpCreateDatetime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  584. this.dtpCreateDatetime.IsShowTime = false;
  585. this.dtpCreateDatetime.Location = new System.Drawing.Point(844, 245);
  586. this.dtpCreateDatetime.Name = "dtpCreateDatetime";
  587. this.dtpCreateDatetime.Size = new System.Drawing.Size(138, 23);
  588. this.dtpCreateDatetime.TabIndex = 302;
  589. //
  590. // cmbtreevPaymentMethod
  591. //
  592. this.cmbtreevPaymentMethod.AfterSelectLevelFirstNode = true;
  593. this.cmbtreevPaymentMethod.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  594. this.cmbtreevPaymentMethod.DropDownHeight = 220;
  595. this.cmbtreevPaymentMethod.DropDownShow = false;
  596. this.cmbtreevPaymentMethod.FormattingEnabled = true;
  597. this.cmbtreevPaymentMethod.IntegralHeight = false;
  598. this.cmbtreevPaymentMethod.IsNodeMouseClick = true;
  599. this.cmbtreevPaymentMethod.IsSelectParentNode = false;
  600. this.cmbtreevPaymentMethod.Location = new System.Drawing.Point(843, 147);
  601. this.cmbtreevPaymentMethod.Name = "cmbtreevPaymentMethod";
  602. this.cmbtreevPaymentMethod.ReadOnly = true;
  603. this.cmbtreevPaymentMethod.SelectedNode = null;
  604. this.cmbtreevPaymentMethod.Size = new System.Drawing.Size(143, 20);
  605. this.cmbtreevPaymentMethod.StrGetName = "";
  606. this.cmbtreevPaymentMethod.StrGetTagName = "";
  607. this.cmbtreevPaymentMethod.StrKey = null;
  608. this.cmbtreevPaymentMethod.TabIndex = 220;
  609. //
  610. // btnSet
  611. //
  612. this.btnSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  613. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  614. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  615. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  616. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  617. this.btnSet.ForeColor = System.Drawing.Color.White;
  618. this.btnSet.IsCustomBackImg = false;
  619. this.btnSet.IsShowText = true;
  620. this.btnSet.Location = new System.Drawing.Point(988, 146);
  621. this.btnSet.Name = "btnSet";
  622. this.btnSet.Size = new System.Drawing.Size(45, 22);
  623. this.btnSet.TabIndex = 189;
  624. this.btnSet.Text = " 设置";
  625. this.btnSet.UseVisualStyleBackColor = false;
  626. //
  627. // btnPerformance
  628. //
  629. this.btnPerformance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  630. this.btnPerformance.BackColor = System.Drawing.Color.Transparent;
  631. this.btnPerformance.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPerformance.BackImg")));
  632. this.btnPerformance.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  633. this.btnPerformance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  634. this.btnPerformance.ForeColor = System.Drawing.Color.White;
  635. this.btnPerformance.IsCustomBackImg = false;
  636. this.btnPerformance.IsShowText = true;
  637. this.btnPerformance.Location = new System.Drawing.Point(844, 374);
  638. this.btnPerformance.Name = "btnPerformance";
  639. this.btnPerformance.Size = new System.Drawing.Size(138, 22);
  640. this.btnPerformance.TabIndex = 188;
  641. this.btnPerformance.Text = "自定义分配本次业绩";
  642. this.btnPerformance.UseVisualStyleBackColor = false;
  643. //
  644. // btnUpdateTime
  645. //
  646. this.btnUpdateTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  647. this.btnUpdateTime.BackColor = System.Drawing.Color.Transparent;
  648. this.btnUpdateTime.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdateTime.BackImg")));
  649. this.btnUpdateTime.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  650. this.btnUpdateTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  651. this.btnUpdateTime.ForeColor = System.Drawing.Color.White;
  652. this.btnUpdateTime.IsCustomBackImg = false;
  653. this.btnUpdateTime.IsShowText = true;
  654. this.btnUpdateTime.Location = new System.Drawing.Point(988, 247);
  655. this.btnUpdateTime.Name = "btnUpdateTime";
  656. this.btnUpdateTime.Size = new System.Drawing.Size(45, 22);
  657. this.btnUpdateTime.TabIndex = 188;
  658. this.btnUpdateTime.Text = " 更改";
  659. this.btnUpdateTime.UseVisualStyleBackColor = false;
  660. //
  661. // labelEx14
  662. //
  663. this.labelEx14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  664. this.labelEx14.AutoSize = true;
  665. this.labelEx14.BackColor = System.Drawing.Color.Transparent;
  666. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  667. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  668. this.labelEx14.Location = new System.Drawing.Point(775, 89);
  669. this.labelEx14.Name = "labelEx14";
  670. this.labelEx14.Size = new System.Drawing.Size(56, 17);
  671. this.labelEx14.TabIndex = 142;
  672. this.labelEx14.Text = "收款详情";
  673. //
  674. // labelEx7
  675. //
  676. this.labelEx7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  677. this.labelEx7.AutoSize = true;
  678. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  679. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  680. this.labelEx7.Location = new System.Drawing.Point(765, 149);
  681. this.labelEx7.Name = "labelEx7";
  682. this.labelEx7.Size = new System.Drawing.Size(77, 17);
  683. this.labelEx7.TabIndex = 139;
  684. this.labelEx7.Text = "* 支付方式:";
  685. //
  686. // labelEx16
  687. //
  688. this.labelEx16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  689. this.labelEx16.AutoSize = true;
  690. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  691. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  692. this.labelEx16.Location = new System.Drawing.Point(774, 400);
  693. this.labelEx16.Name = "labelEx16";
  694. this.labelEx16.Size = new System.Drawing.Size(68, 17);
  695. this.labelEx16.TabIndex = 138;
  696. this.labelEx16.Text = "业绩列表:";
  697. //
  698. // labelEx8
  699. //
  700. this.labelEx8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  701. this.labelEx8.AutoSize = true;
  702. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  703. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  704. this.labelEx8.Location = new System.Drawing.Point(798, 312);
  705. this.labelEx8.Name = "labelEx8";
  706. this.labelEx8.Size = new System.Drawing.Size(44, 17);
  707. this.labelEx8.TabIndex = 138;
  708. this.labelEx8.Text = "备注:";
  709. //
  710. // labelEx11
  711. //
  712. this.labelEx11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  713. this.labelEx11.AutoSize = true;
  714. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  715. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  716. this.labelEx11.Location = new System.Drawing.Point(774, 281);
  717. this.labelEx11.Name = "labelEx11";
  718. this.labelEx11.Size = new System.Drawing.Size(68, 17);
  719. this.labelEx11.TabIndex = 134;
  720. this.labelEx11.Text = "收款类别:";
  721. //
  722. // btnPrint
  723. //
  724. this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  725. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  726. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  727. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  728. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  729. this.btnPrint.ForeColor = System.Drawing.Color.White;
  730. this.btnPrint.IsCustomBackImg = false;
  731. this.btnPrint.IsShowText = true;
  732. this.btnPrint.Location = new System.Drawing.Point(947, 586);
  733. this.btnPrint.Name = "btnPrint";
  734. this.btnPrint.Size = new System.Drawing.Size(80, 26);
  735. this.btnPrint.TabIndex = 136;
  736. this.btnPrint.Text = " 打印单据";
  737. this.btnPrint.UseVisualStyleBackColor = false;
  738. //
  739. // btnSave
  740. //
  741. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  742. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  743. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  744. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  745. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  746. this.btnSave.ForeColor = System.Drawing.Color.White;
  747. this.btnSave.IsCustomBackImg = false;
  748. this.btnSave.IsShowText = true;
  749. this.btnSave.Location = new System.Drawing.Point(866, 586);
  750. this.btnSave.Name = "btnSave";
  751. this.btnSave.Size = new System.Drawing.Size(75, 26);
  752. this.btnSave.TabIndex = 135;
  753. this.btnSave.Text = " 保 存";
  754. this.btnSave.UseVisualStyleBackColor = false;
  755. //
  756. // labelEx10
  757. //
  758. this.labelEx10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  759. this.labelEx10.AutoSize = true;
  760. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  761. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  762. this.labelEx10.Location = new System.Drawing.Point(765, 248);
  763. this.labelEx10.Name = "labelEx10";
  764. this.labelEx10.Size = new System.Drawing.Size(77, 17);
  765. this.labelEx10.TabIndex = 131;
  766. this.labelEx10.Text = "* 收款时间:";
  767. //
  768. // labelEx9
  769. //
  770. this.labelEx9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  771. this.labelEx9.AutoSize = true;
  772. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  773. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  774. this.labelEx9.Location = new System.Drawing.Point(777, 215);
  775. this.labelEx9.Name = "labelEx9";
  776. this.labelEx9.Size = new System.Drawing.Size(65, 17);
  777. this.labelEx9.TabIndex = 129;
  778. this.labelEx9.Text = "* 收款人:";
  779. //
  780. // labelEx12
  781. //
  782. this.labelEx12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  783. this.labelEx12.AutoSize = true;
  784. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  785. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  786. this.labelEx12.Location = new System.Drawing.Point(777, 181);
  787. this.labelEx12.Name = "labelEx12";
  788. this.labelEx12.Size = new System.Drawing.Size(65, 17);
  789. this.labelEx12.TabIndex = 127;
  790. this.labelEx12.Text = "* 接单人:";
  791. //
  792. // labelEx13
  793. //
  794. this.labelEx13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  795. this.labelEx13.AutoSize = true;
  796. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  797. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  798. this.labelEx13.Location = new System.Drawing.Point(765, 115);
  799. this.labelEx13.Name = "labelEx13";
  800. this.labelEx13.Size = new System.Drawing.Size(77, 17);
  801. this.labelEx13.TabIndex = 125;
  802. this.labelEx13.Text = "* 收款金额:";
  803. //
  804. // labelEx5
  805. //
  806. this.labelEx5.AutoSize = true;
  807. this.labelEx5.BackColor = System.Drawing.Color.Transparent;
  808. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  809. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  810. this.labelEx5.Location = new System.Drawing.Point(4, 89);
  811. this.labelEx5.Name = "labelEx5";
  812. this.labelEx5.Size = new System.Drawing.Size(80, 17);
  813. this.labelEx5.TabIndex = 123;
  814. this.labelEx5.Text = "全部收款记录";
  815. //
  816. // labelEx1
  817. //
  818. this.labelEx1.AutoSize = true;
  819. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  820. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  821. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  822. this.labelEx1.Location = new System.Drawing.Point(4, 6);
  823. this.labelEx1.Name = "labelEx1";
  824. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  825. this.labelEx1.TabIndex = 122;
  826. this.labelEx1.Text = "客户资料";
  827. //
  828. // lblName1
  829. //
  830. this.lblName1.AutoSize = true;
  831. this.lblName1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  832. this.lblName1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  833. this.lblName1.Location = new System.Drawing.Point(191, 37);
  834. this.lblName1.Name = "lblName1";
  835. this.lblName1.Size = new System.Drawing.Size(68, 17);
  836. this.lblName1.TabIndex = 119;
  837. this.lblName1.Text = "客户姓名:";
  838. //
  839. // labelEx6
  840. //
  841. this.labelEx6.AutoSize = true;
  842. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  843. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  844. this.labelEx6.Location = new System.Drawing.Point(11, 37);
  845. this.labelEx6.Name = "labelEx6";
  846. this.labelEx6.Size = new System.Drawing.Size(56, 17);
  847. this.labelEx6.TabIndex = 117;
  848. this.labelEx6.Text = "订单号:";
  849. //
  850. // dgvData
  851. //
  852. this.dgvData.AllowUserToAddRows = false;
  853. this.dgvData.AllowUserToDeleteRows = false;
  854. this.dgvData.AllowUserToResizeRows = false;
  855. dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
  856. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  857. this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  858. | System.Windows.Forms.AnchorStyles.Left)
  859. | System.Windows.Forms.AnchorStyles.Right)));
  860. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  861. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  862. this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  863. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  864. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  865. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  866. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  867. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Navy;
  868. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  869. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  870. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  871. this.dgvData.ColumnHeadersHeight = 24;
  872. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  873. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  874. this.ID,
  875. this.Pay_ShootingName,
  876. this.Pay_AmountOf,
  877. this.Pay_CreateDatetime,
  878. this.Pay_OpenSingle,
  879. this.Pay_ThePayee,
  880. this.Pay_PaymentMethod,
  881. this.Pay_Category,
  882. this.Pay_ReceivableProject,
  883. this.Pay_TwoPinsCategory,
  884. this.PaymentDiscount,
  885. this.DiscountAmount,
  886. this.Pay_Remark});
  887. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  888. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  889. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  890. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  891. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  892. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  893. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  894. this.dgvData.DefaultCellStyle = dataGridViewCellStyle7;
  895. this.dgvData.EnableHeadersVisualStyles = false;
  896. this.dgvData.EraseCell = false;
  897. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  898. this.dgvData.GridViewUniquelyIdentify = resources.GetString("dgvData.GridViewUniquelyIdentify");
  899. this.dgvData.IsCompleteBonding = false;
  900. this.dgvData.IsCopyCellValue = true;
  901. this.dgvData.Location = new System.Drawing.Point(5, 111);
  902. this.dgvData.Name = "dgvData";
  903. this.dgvData.ReadOnly = true;
  904. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  905. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
  906. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  907. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  908. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  909. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  910. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  911. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
  912. this.dgvData.RowHeadersVisible = false;
  913. this.dgvData.RowTemplate.Height = 23;
  914. this.dgvData.RowTemplate.ReadOnly = true;
  915. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  916. this.dgvData.Size = new System.Drawing.Size(755, 510);
  917. this.dgvData.TabIndex = 115;
  918. //
  919. // ID
  920. //
  921. this.ID.DataPropertyName = "ID";
  922. this.ID.HeaderText = "编号";
  923. this.ID.Name = "ID";
  924. this.ID.ReadOnly = true;
  925. this.ID.Visible = false;
  926. this.ID.Width = 53;
  927. //
  928. // Pay_ShootingName
  929. //
  930. this.Pay_ShootingName.HeaderText = "拍摄次数";
  931. this.Pay_ShootingName.Name = "Pay_ShootingName";
  932. this.Pay_ShootingName.ReadOnly = true;
  933. this.Pay_ShootingName.Visible = false;
  934. this.Pay_ShootingName.Width = 77;
  935. //
  936. // Pay_AmountOf
  937. //
  938. this.Pay_AmountOf.DataPropertyName = "Pay_AmountOf";
  939. this.Pay_AmountOf.HeaderText = "金额";
  940. this.Pay_AmountOf.Name = "Pay_AmountOf";
  941. this.Pay_AmountOf.ReadOnly = true;
  942. this.Pay_AmountOf.Width = 53;
  943. //
  944. // Pay_CreateDatetime
  945. //
  946. this.Pay_CreateDatetime.DataPropertyName = "Pay_CreateDatetime";
  947. this.Pay_CreateDatetime.HeaderText = "日期";
  948. this.Pay_CreateDatetime.Name = "Pay_CreateDatetime";
  949. this.Pay_CreateDatetime.ReadOnly = true;
  950. this.Pay_CreateDatetime.Width = 53;
  951. //
  952. // Pay_OpenSingle
  953. //
  954. this.Pay_OpenSingle.DataPropertyName = "Pay_UserName";
  955. this.Pay_OpenSingle.HeaderText = "接单人";
  956. this.Pay_OpenSingle.Name = "Pay_OpenSingle";
  957. this.Pay_OpenSingle.ReadOnly = true;
  958. this.Pay_OpenSingle.Width = 65;
  959. //
  960. // Pay_ThePayee
  961. //
  962. this.Pay_ThePayee.DataPropertyName = "Pay_ThePayeeName";
  963. this.Pay_ThePayee.HeaderText = "收款人";
  964. this.Pay_ThePayee.Name = "Pay_ThePayee";
  965. this.Pay_ThePayee.ReadOnly = true;
  966. this.Pay_ThePayee.Width = 65;
  967. //
  968. // Pay_PaymentMethod
  969. //
  970. this.Pay_PaymentMethod.DataPropertyName = "Pay_PaymentMethodName";
  971. this.Pay_PaymentMethod.HeaderText = "付款方式";
  972. this.Pay_PaymentMethod.Name = "Pay_PaymentMethod";
  973. this.Pay_PaymentMethod.ReadOnly = true;
  974. this.Pay_PaymentMethod.Width = 77;
  975. //
  976. // Pay_Category
  977. //
  978. this.Pay_Category.DataPropertyName = "Pay_Category";
  979. this.Pay_Category.HeaderText = "收款类别";
  980. this.Pay_Category.Name = "Pay_Category";
  981. this.Pay_Category.ReadOnly = true;
  982. this.Pay_Category.Width = 77;
  983. //
  984. // Pay_ReceivableProject
  985. //
  986. this.Pay_ReceivableProject.DataPropertyName = "Pay_ReceivableProject";
  987. this.Pay_ReceivableProject.HeaderText = "收款项目";
  988. this.Pay_ReceivableProject.Name = "Pay_ReceivableProject";
  989. this.Pay_ReceivableProject.ReadOnly = true;
  990. this.Pay_ReceivableProject.Width = 77;
  991. //
  992. // Pay_TwoPinsCategory
  993. //
  994. this.Pay_TwoPinsCategory.DataPropertyName = "Pay_TwoPinsCategoryName";
  995. this.Pay_TwoPinsCategory.HeaderText = "二销类别";
  996. this.Pay_TwoPinsCategory.Name = "Pay_TwoPinsCategory";
  997. this.Pay_TwoPinsCategory.ReadOnly = true;
  998. this.Pay_TwoPinsCategory.Width = 77;
  999. //
  1000. // PaymentDiscount
  1001. //
  1002. this.PaymentDiscount.HeaderText = "会员折扣";
  1003. this.PaymentDiscount.Name = "PaymentDiscount";
  1004. this.PaymentDiscount.ReadOnly = true;
  1005. this.PaymentDiscount.Width = 77;
  1006. //
  1007. // DiscountAmount
  1008. //
  1009. this.DiscountAmount.HeaderText = "优惠金额";
  1010. this.DiscountAmount.Name = "DiscountAmount";
  1011. this.DiscountAmount.ReadOnly = true;
  1012. this.DiscountAmount.Width = 77;
  1013. //
  1014. // Pay_Remark
  1015. //
  1016. this.Pay_Remark.DataPropertyName = "Pay_Remark";
  1017. this.Pay_Remark.HeaderText = "备注";
  1018. this.Pay_Remark.Name = "Pay_Remark";
  1019. this.Pay_Remark.ReadOnly = true;
  1020. this.Pay_Remark.Width = 53;
  1021. //
  1022. // btnDelPerformance
  1023. //
  1024. this.btnDelPerformance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1025. this.btnDelPerformance.BackColor = System.Drawing.Color.Transparent;
  1026. this.btnDelPerformance.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelPerformance.BackImg")));
  1027. this.btnDelPerformance.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1028. this.btnDelPerformance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1029. this.btnDelPerformance.ForeColor = System.Drawing.Color.White;
  1030. this.btnDelPerformance.IsCustomBackImg = false;
  1031. this.btnDelPerformance.IsShowText = true;
  1032. this.btnDelPerformance.Location = new System.Drawing.Point(988, 374);
  1033. this.btnDelPerformance.Name = "btnDelPerformance";
  1034. this.btnDelPerformance.Size = new System.Drawing.Size(45, 22);
  1035. this.btnDelPerformance.TabIndex = 188;
  1036. this.btnDelPerformance.Text = "清除";
  1037. this.btnDelPerformance.UseVisualStyleBackColor = false;
  1038. //
  1039. // FrmPrePayment
  1040. //
  1041. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1042. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1043. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1044. this.ClientSize = new System.Drawing.Size(1050, 700);
  1045. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1046. this.IsUserControlsSize = false;
  1047. this.Name = "FrmPrePayment";
  1048. this.Text = "前期收款";
  1049. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1050. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  1051. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  1052. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  1053. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  1054. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  1055. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  1056. this.plExMainContainer.ResumeLayout(false);
  1057. this.plFormMainContent.ResumeLayout(false);
  1058. this.panelEx2.ResumeLayout(false);
  1059. this.panelEx2.PerformLayout();
  1060. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  1061. this.ResumeLayout(false);
  1062. }
  1063. #endregion
  1064. private ComponentLibrary.PanelEx panelEx2;
  1065. protected ComponentLibrary.LabelEx lblName1;
  1066. private ComponentLibrary.LabelEx labelEx6;
  1067. private ComponentLibrary.LabelEx labelEx5;
  1068. private ComponentLibrary.LabelEx labelEx1;
  1069. private ComponentLibrary.LabelEx labelEx14;
  1070. private ComponentLibrary.LabelEx labelEx7;
  1071. private ComponentLibrary.LabelEx labelEx8;
  1072. private ComponentLibrary.LabelEx labelEx11;
  1073. protected ComponentLibrary.ButtonEx btnPrint;
  1074. protected ComponentLibrary.ButtonEx btnSave;
  1075. private ComponentLibrary.LabelEx labelEx10;
  1076. private ComponentLibrary.LabelEx labelEx9;
  1077. private ComponentLibrary.LabelEx labelEx12;
  1078. private ComponentLibrary.LabelEx labelEx13;
  1079. protected ComponentLibrary.ButtonForm btnSet;
  1080. protected ComponentLibrary.ButtonForm btnUpdateTime;
  1081. protected ComponentLibrary.DateTimePickerEx dtpCreateDatetime;
  1082. private ComponentLibrary.LabelEx labelEx3;
  1083. private ComponentLibrary.LabelEx labelEx2;
  1084. private ComponentLibrary.LabelEx labelEx4;
  1085. public ComponentLibrary.DataGridViewEx dgvData;
  1086. private ComponentLibrary.PanelEx panelEx1;
  1087. protected ComponentLibrary.ButtonEx btnNotPayment;
  1088. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  1089. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_ShootingName;
  1090. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_AmountOf;
  1091. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_CreateDatetime;
  1092. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_OpenSingle;
  1093. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_ThePayee;
  1094. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_PaymentMethod;
  1095. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_Category;
  1096. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_ReceivableProject;
  1097. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_TwoPinsCategory;
  1098. private System.Windows.Forms.DataGridViewTextBoxColumn PaymentDiscount;
  1099. private System.Windows.Forms.DataGridViewTextBoxColumn DiscountAmount;
  1100. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_Remark;
  1101. protected internal ComponentLibrary.TextBoxEx txtOrderClinetName;
  1102. protected internal ComponentLibrary.TextBoxEx txtOrderNumber;
  1103. protected ComponentLibrary.ButtonForm btnDelete;
  1104. protected internal ComponentLibrary.TextBoxEx txtPaymentRemark;
  1105. protected internal ComponentLibrary.TextBoxEx txtPaymentCategory;
  1106. protected internal ComponentLibrary.TextBoxEx txtThePayeeName;
  1107. protected internal ComponentLibrary.TextBoxEx txtOpenOrderPerson;
  1108. protected internal ComponentLibrary.TextBoxEx txtPaymentAmount;
  1109. protected internal ComponentLibrary.TextBoxEx txtLateArrearsAmount;
  1110. protected internal ComponentLibrary.TextBoxEx txtPaidAmount;
  1111. protected internal ComponentLibrary.TextBoxEx txtCopeAmount;
  1112. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevPaymentMethod;
  1113. protected internal ComponentLibrary.TextBoxEx txtEarlyArrearsAmount;
  1114. private ComponentLibrary.LabelEx labelEx15;
  1115. private ComponentLibrary.LabelEx labelEx16;
  1116. public ComponentLibrary.ListBoxEx listBoxPerformance;
  1117. public ComponentLibrary.ButtonForm btnPerformance;
  1118. public ComponentLibrary.ButtonForm btnDelPerformance;
  1119. }
  1120. }