FrmPayment.Designer.cs 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859
  1. namespace LYFZ.Software.UI.Dresses.DressManagement.Rental
  2. {
  3. partial class FrmPayment
  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(FrmPayment));
  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.lblDsro_MortgageAmount = new LYFZ.ComponentLibrary.LabelEx();
  35. this.txtDsro_MortgageAmount = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  36. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  37. this.btnDelete = new LYFZ.ComponentLibrary.ButtonForm();
  38. this.txtPay_CreateDatetime = new LYFZ.ComponentLibrary.DateTimePickerEx();
  39. this.cmbType = new LYFZ.ComponentLibrary.ComboBoxEx();
  40. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.lblType = new LYFZ.ComponentLibrary.LabelEx();
  42. this.txtArrears = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  43. this.cmbPay_PaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  44. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.btnUpdateTime = new LYFZ.ComponentLibrary.ButtonForm();
  46. this.txtPaid = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  47. this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
  48. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.txtCope = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  50. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.txtPay_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  53. this.btnHitSingle = new LYFZ.ComponentLibrary.ButtonEx();
  54. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  55. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.txtPay_ThePayee = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  58. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.txtPay_AmountOf = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  60. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  62. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  63. this.txtTsorder_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  64. this.lblName2 = new LYFZ.ComponentLibrary.LabelEx();
  65. this.txtTsorder_Telephone = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  66. this.lblName1 = new LYFZ.ComponentLibrary.LabelEx();
  67. this.txtTsorder_CustomerName = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  68. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  69. this.txtTsorder_Number = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  70. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  71. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.type = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.Pay_AmountOf = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.Pay_ReceivableProject = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.Pay_CreateDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.Pay_OpenSingle = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.Pay_ThePayee = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.Pay_PaymentMethod = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.Pay_Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  81. this.plExMainContainer.SuspendLayout();
  82. this.plFormMainContent.SuspendLayout();
  83. this.panelEx2.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  85. this.SuspendLayout();
  86. //
  87. // plExMainContainer
  88. //
  89. this.plExMainContainer.AutoScroll = true;
  90. this.plExMainContainer.Controls.Add(this.panelEx2);
  91. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  92. this.plExMainContainer.Size = new System.Drawing.Size(950, 545);
  93. //
  94. // plFormMainContent
  95. //
  96. this.plFormMainContent.Size = new System.Drawing.Size(950, 545);
  97. //
  98. // btnAppFormMaximize
  99. //
  100. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  101. this.btnAppFormMaximize.Location = new System.Drawing.Point(891, 0);
  102. //
  103. // btnAppFormExit
  104. //
  105. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  106. this.btnAppFormExit.Location = new System.Drawing.Point(918, 0);
  107. //
  108. // btnAppFormMinimize
  109. //
  110. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  111. this.btnAppFormMinimize.Location = new System.Drawing.Point(864, 0);
  112. //
  113. // panelEx2
  114. //
  115. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  116. this.panelEx2.BorderWidth = 1;
  117. this.panelEx2.Controls.Add(this.lblDsro_MortgageAmount);
  118. this.panelEx2.Controls.Add(this.txtDsro_MortgageAmount);
  119. this.panelEx2.Controls.Add(this.panelEx1);
  120. this.panelEx2.Controls.Add(this.btnDelete);
  121. this.panelEx2.Controls.Add(this.txtPay_CreateDatetime);
  122. this.panelEx2.Controls.Add(this.cmbType);
  123. this.panelEx2.Controls.Add(this.labelEx3);
  124. this.panelEx2.Controls.Add(this.lblType);
  125. this.panelEx2.Controls.Add(this.txtArrears);
  126. this.panelEx2.Controls.Add(this.cmbPay_PaymentMethod);
  127. this.panelEx2.Controls.Add(this.labelEx2);
  128. this.panelEx2.Controls.Add(this.btnUpdateTime);
  129. this.panelEx2.Controls.Add(this.txtPaid);
  130. this.panelEx2.Controls.Add(this.btnSet);
  131. this.panelEx2.Controls.Add(this.labelEx9);
  132. this.panelEx2.Controls.Add(this.txtCope);
  133. this.panelEx2.Controls.Add(this.labelEx8);
  134. this.panelEx2.Controls.Add(this.labelEx10);
  135. this.panelEx2.Controls.Add(this.txtPay_Remark);
  136. this.panelEx2.Controls.Add(this.btnHitSingle);
  137. this.panelEx2.Controls.Add(this.btnSave);
  138. this.panelEx2.Controls.Add(this.labelEx11);
  139. this.panelEx2.Controls.Add(this.labelEx12);
  140. this.panelEx2.Controls.Add(this.txtPay_ThePayee);
  141. this.panelEx2.Controls.Add(this.labelEx13);
  142. this.panelEx2.Controls.Add(this.txtPay_AmountOf);
  143. this.panelEx2.Controls.Add(this.labelEx7);
  144. this.panelEx2.Controls.Add(this.labelEx5);
  145. this.panelEx2.Controls.Add(this.labelEx4);
  146. this.panelEx2.Controls.Add(this.txtTsorder_Name);
  147. this.panelEx2.Controls.Add(this.lblName2);
  148. this.panelEx2.Controls.Add(this.txtTsorder_Telephone);
  149. this.panelEx2.Controls.Add(this.lblName1);
  150. this.panelEx2.Controls.Add(this.txtTsorder_CustomerName);
  151. this.panelEx2.Controls.Add(this.labelEx6);
  152. this.panelEx2.Controls.Add(this.txtTsorder_Number);
  153. this.panelEx2.Controls.Add(this.dgv);
  154. this.panelEx2.Controls.Add(this.labelEx1);
  155. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  156. this.panelEx2.Location = new System.Drawing.Point(5, 5);
  157. this.panelEx2.Name = "panelEx2";
  158. this.panelEx2.Size = new System.Drawing.Size(940, 535);
  159. this.panelEx2.TabIndex = 4;
  160. //
  161. // lblDsro_MortgageAmount
  162. //
  163. this.lblDsro_MortgageAmount.AutoSize = true;
  164. this.lblDsro_MortgageAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  165. this.lblDsro_MortgageAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  166. this.lblDsro_MortgageAmount.Location = new System.Drawing.Point(604, 15);
  167. this.lblDsro_MortgageAmount.Name = "lblDsro_MortgageAmount";
  168. this.lblDsro_MortgageAmount.Size = new System.Drawing.Size(44, 17);
  169. this.lblDsro_MortgageAmount.TabIndex = 309;
  170. this.lblDsro_MortgageAmount.Text = "押金:";
  171. this.lblDsro_MortgageAmount.Click += new System.EventHandler(this.lblDsro_MortgageAmount_Click);
  172. //
  173. // txtDsro_MortgageAmount
  174. //
  175. this.txtDsro_MortgageAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  176. this.txtDsro_MortgageAmount.EmptyTextTip = null;
  177. this.txtDsro_MortgageAmount.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  178. this.txtDsro_MortgageAmount.Font = new System.Drawing.Font("微软雅黑", 9F);
  179. this.txtDsro_MortgageAmount.Location = new System.Drawing.Point(651, 12);
  180. this.txtDsro_MortgageAmount.Name = "txtDsro_MortgageAmount";
  181. this.txtDsro_MortgageAmount.ReadOnly = true;
  182. this.txtDsro_MortgageAmount.Size = new System.Drawing.Size(140, 23);
  183. this.txtDsro_MortgageAmount.TabIndex = 308;
  184. //
  185. // panelEx1
  186. //
  187. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  188. | System.Windows.Forms.AnchorStyles.Right)));
  189. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  190. this.panelEx1.BorderWidth = 1;
  191. this.panelEx1.Location = new System.Drawing.Point(0, 49);
  192. this.panelEx1.Name = "panelEx1";
  193. this.panelEx1.Size = new System.Drawing.Size(940, 1);
  194. this.panelEx1.TabIndex = 307;
  195. //
  196. // btnDelete
  197. //
  198. this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  199. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  200. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  201. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  202. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  203. this.btnDelete.ForeColor = System.Drawing.Color.White;
  204. this.btnDelete.IsCustomBackImg = false;
  205. this.btnDelete.IsShowText = true;
  206. this.btnDelete.Location = new System.Drawing.Point(526, 62);
  207. this.btnDelete.Name = "btnDelete";
  208. this.btnDelete.Size = new System.Drawing.Size(104, 28);
  209. this.btnDelete.TabIndex = 306;
  210. this.btnDelete.Text = " 删 除";
  211. this.btnDelete.UseVisualStyleBackColor = false;
  212. //
  213. // txtPay_CreateDatetime
  214. //
  215. this.txtPay_CreateDatetime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  216. this.txtPay_CreateDatetime.CustomFormat = " ";
  217. this.txtPay_CreateDatetime.DateValue = "";
  218. this.txtPay_CreateDatetime.Enabled = false;
  219. this.txtPay_CreateDatetime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  220. this.txtPay_CreateDatetime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  221. this.txtPay_CreateDatetime.IsShowTime = false;
  222. this.txtPay_CreateDatetime.Location = new System.Drawing.Point(735, 357);
  223. this.txtPay_CreateDatetime.Name = "txtPay_CreateDatetime";
  224. this.txtPay_CreateDatetime.Size = new System.Drawing.Size(134, 23);
  225. this.txtPay_CreateDatetime.TabIndex = 4;
  226. //
  227. // cmbType
  228. //
  229. this.cmbType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  230. this.cmbType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  231. this.cmbType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  232. this.cmbType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  233. this.cmbType.Font = new System.Drawing.Font("宋体", 10.5F);
  234. this.cmbType.FormattingEnabled = true;
  235. this.cmbType.IsCustomColor = false;
  236. this.cmbType.Items.AddRange(new object[] {
  237. "",
  238. "租金",
  239. "押金"});
  240. this.cmbType.Location = new System.Drawing.Point(735, 237);
  241. this.cmbType.Name = "cmbType";
  242. this.cmbType.ReadOnly = true;
  243. this.cmbType.Size = new System.Drawing.Size(187, 22);
  244. this.cmbType.TabIndex = 0;
  245. //
  246. // labelEx3
  247. //
  248. this.labelEx3.AutoSize = true;
  249. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  250. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  251. this.labelEx3.Location = new System.Drawing.Point(416, 15);
  252. this.labelEx3.Name = "labelEx3";
  253. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  254. this.labelEx3.TabIndex = 62;
  255. this.labelEx3.Text = "欠款:";
  256. //
  257. // lblType
  258. //
  259. this.lblType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  260. this.lblType.AutoSize = true;
  261. this.lblType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  262. this.lblType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  263. this.lblType.Location = new System.Drawing.Point(655, 240);
  264. this.lblType.Name = "lblType";
  265. this.lblType.Size = new System.Drawing.Size(77, 17);
  266. this.lblType.TabIndex = 223;
  267. this.lblType.Text = "* 收款类型:";
  268. //
  269. // txtArrears
  270. //
  271. this.txtArrears.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  272. this.txtArrears.EmptyTextTip = null;
  273. this.txtArrears.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  274. this.txtArrears.Font = new System.Drawing.Font("微软雅黑", 9F);
  275. this.txtArrears.Location = new System.Drawing.Point(463, 12);
  276. this.txtArrears.Name = "txtArrears";
  277. this.txtArrears.ReadOnly = true;
  278. this.txtArrears.Size = new System.Drawing.Size(140, 23);
  279. this.txtArrears.TabIndex = 61;
  280. //
  281. // cmbPay_PaymentMethod
  282. //
  283. this.cmbPay_PaymentMethod.AfterSelectLevelFirstNode = true;
  284. this.cmbPay_PaymentMethod.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  285. this.cmbPay_PaymentMethod.DropDownHeight = 220;
  286. this.cmbPay_PaymentMethod.DropDownShow = false;
  287. this.cmbPay_PaymentMethod.FormattingEnabled = true;
  288. this.cmbPay_PaymentMethod.IntegralHeight = false;
  289. this.cmbPay_PaymentMethod.IsNodeMouseClick = true;
  290. this.cmbPay_PaymentMethod.IsSelectParentNode = false;
  291. this.cmbPay_PaymentMethod.Location = new System.Drawing.Point(735, 298);
  292. this.cmbPay_PaymentMethod.Name = "cmbPay_PaymentMethod";
  293. this.cmbPay_PaymentMethod.ReadOnly = true;
  294. this.cmbPay_PaymentMethod.SelectedNode = null;
  295. this.cmbPay_PaymentMethod.Size = new System.Drawing.Size(134, 20);
  296. this.cmbPay_PaymentMethod.StrKey = null;
  297. this.cmbPay_PaymentMethod.TabIndex = 2;
  298. //
  299. // labelEx2
  300. //
  301. this.labelEx2.AutoSize = true;
  302. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  303. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  304. this.labelEx2.Location = new System.Drawing.Point(212, 15);
  305. this.labelEx2.Name = "labelEx2";
  306. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  307. this.labelEx2.TabIndex = 60;
  308. this.labelEx2.Text = "已收款:";
  309. //
  310. // btnUpdateTime
  311. //
  312. this.btnUpdateTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  313. this.btnUpdateTime.BackColor = System.Drawing.Color.Transparent;
  314. this.btnUpdateTime.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdateTime.BackImg")));
  315. this.btnUpdateTime.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  316. this.btnUpdateTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  317. this.btnUpdateTime.ForeColor = System.Drawing.Color.White;
  318. this.btnUpdateTime.IsCustomBackImg = false;
  319. this.btnUpdateTime.IsShowText = true;
  320. this.btnUpdateTime.Location = new System.Drawing.Point(872, 356);
  321. this.btnUpdateTime.Name = "btnUpdateTime";
  322. this.btnUpdateTime.Size = new System.Drawing.Size(50, 24);
  323. this.btnUpdateTime.TabIndex = 194;
  324. this.btnUpdateTime.Text = " 更改";
  325. this.btnUpdateTime.UseVisualStyleBackColor = false;
  326. //
  327. // txtPaid
  328. //
  329. this.txtPaid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  330. this.txtPaid.EmptyTextTip = null;
  331. this.txtPaid.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  332. this.txtPaid.Font = new System.Drawing.Font("微软雅黑", 9F);
  333. this.txtPaid.Location = new System.Drawing.Point(271, 12);
  334. this.txtPaid.Name = "txtPaid";
  335. this.txtPaid.ReadOnly = true;
  336. this.txtPaid.Size = new System.Drawing.Size(140, 23);
  337. this.txtPaid.TabIndex = 59;
  338. //
  339. // btnSet
  340. //
  341. this.btnSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  342. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  343. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  344. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  345. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  346. this.btnSet.ForeColor = System.Drawing.Color.White;
  347. this.btnSet.IsCustomBackImg = false;
  348. this.btnSet.IsShowText = true;
  349. this.btnSet.Location = new System.Drawing.Point(872, 295);
  350. this.btnSet.Name = "btnSet";
  351. this.btnSet.Size = new System.Drawing.Size(50, 24);
  352. this.btnSet.TabIndex = 193;
  353. this.btnSet.Text = " 设置";
  354. this.btnSet.UseVisualStyleBackColor = false;
  355. //
  356. // labelEx9
  357. //
  358. this.labelEx9.AutoSize = true;
  359. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  360. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  361. this.labelEx9.Location = new System.Drawing.Point(9, 15);
  362. this.labelEx9.Name = "labelEx9";
  363. this.labelEx9.Size = new System.Drawing.Size(56, 17);
  364. this.labelEx9.TabIndex = 58;
  365. this.labelEx9.Text = "应收款:";
  366. //
  367. // txtCope
  368. //
  369. this.txtCope.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  370. this.txtCope.EmptyTextTip = null;
  371. this.txtCope.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  372. this.txtCope.Font = new System.Drawing.Font("微软雅黑", 9F);
  373. this.txtCope.Location = new System.Drawing.Point(68, 12);
  374. this.txtCope.Name = "txtCope";
  375. this.txtCope.ReadOnly = true;
  376. this.txtCope.Size = new System.Drawing.Size(140, 23);
  377. this.txtCope.TabIndex = 57;
  378. //
  379. // labelEx8
  380. //
  381. this.labelEx8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  382. this.labelEx8.AutoSize = true;
  383. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  384. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  385. this.labelEx8.Location = new System.Drawing.Point(655, 300);
  386. this.labelEx8.Name = "labelEx8";
  387. this.labelEx8.Size = new System.Drawing.Size(77, 17);
  388. this.labelEx8.TabIndex = 135;
  389. this.labelEx8.Text = "* 支付方式:";
  390. //
  391. // labelEx10
  392. //
  393. this.labelEx10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  394. this.labelEx10.AutoSize = true;
  395. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  396. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  397. this.labelEx10.Location = new System.Drawing.Point(688, 391);
  398. this.labelEx10.Name = "labelEx10";
  399. this.labelEx10.Size = new System.Drawing.Size(44, 17);
  400. this.labelEx10.TabIndex = 134;
  401. this.labelEx10.Text = "备注:";
  402. //
  403. // txtPay_Remark
  404. //
  405. this.txtPay_Remark.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  406. this.txtPay_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  407. this.txtPay_Remark.EmptyTextTip = null;
  408. this.txtPay_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  409. this.txtPay_Remark.Font = new System.Drawing.Font("微软雅黑", 9F);
  410. this.txtPay_Remark.Location = new System.Drawing.Point(735, 388);
  411. this.txtPay_Remark.Multiline = true;
  412. this.txtPay_Remark.Name = "txtPay_Remark";
  413. this.txtPay_Remark.Size = new System.Drawing.Size(187, 90);
  414. this.txtPay_Remark.TabIndex = 5;
  415. //
  416. // btnHitSingle
  417. //
  418. this.btnHitSingle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  419. this.btnHitSingle.BackColor = System.Drawing.Color.Transparent;
  420. this.btnHitSingle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnHitSingle.BackImg")));
  421. this.btnHitSingle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  422. this.btnHitSingle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  423. this.btnHitSingle.ForeColor = System.Drawing.Color.White;
  424. this.btnHitSingle.IsCustomBackImg = false;
  425. this.btnHitSingle.IsShowText = true;
  426. this.btnHitSingle.Location = new System.Drawing.Point(837, 495);
  427. this.btnHitSingle.Name = "btnHitSingle";
  428. this.btnHitSingle.Size = new System.Drawing.Size(85, 26);
  429. this.btnHitSingle.TabIndex = 7;
  430. this.btnHitSingle.Text = " 打印收据";
  431. this.btnHitSingle.UseVisualStyleBackColor = false;
  432. //
  433. // btnSave
  434. //
  435. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  436. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  437. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  438. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  439. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  440. this.btnSave.ForeColor = System.Drawing.Color.White;
  441. this.btnSave.IsCustomBackImg = false;
  442. this.btnSave.IsShowText = true;
  443. this.btnSave.Location = new System.Drawing.Point(735, 495);
  444. this.btnSave.Name = "btnSave";
  445. this.btnSave.Size = new System.Drawing.Size(85, 26);
  446. this.btnSave.TabIndex = 6;
  447. this.btnSave.Text = " 保 存";
  448. this.btnSave.UseVisualStyleBackColor = false;
  449. //
  450. // labelEx11
  451. //
  452. this.labelEx11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  453. this.labelEx11.AutoSize = true;
  454. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  455. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  456. this.labelEx11.Location = new System.Drawing.Point(655, 360);
  457. this.labelEx11.Name = "labelEx11";
  458. this.labelEx11.Size = new System.Drawing.Size(77, 17);
  459. this.labelEx11.TabIndex = 129;
  460. this.labelEx11.Text = "* 收款时间:";
  461. //
  462. // labelEx12
  463. //
  464. this.labelEx12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  465. this.labelEx12.AutoSize = true;
  466. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  467. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  468. this.labelEx12.Location = new System.Drawing.Point(667, 330);
  469. this.labelEx12.Name = "labelEx12";
  470. this.labelEx12.Size = new System.Drawing.Size(65, 17);
  471. this.labelEx12.TabIndex = 127;
  472. this.labelEx12.Text = "* 收款人:";
  473. //
  474. // txtPay_ThePayee
  475. //
  476. this.txtPay_ThePayee.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  477. this.txtPay_ThePayee.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  478. this.txtPay_ThePayee.EmptyTextTip = null;
  479. this.txtPay_ThePayee.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  480. this.txtPay_ThePayee.Font = new System.Drawing.Font("微软雅黑", 9F);
  481. this.txtPay_ThePayee.Location = new System.Drawing.Point(735, 326);
  482. this.txtPay_ThePayee.Name = "txtPay_ThePayee";
  483. this.txtPay_ThePayee.ReadOnly = true;
  484. this.txtPay_ThePayee.Size = new System.Drawing.Size(187, 23);
  485. this.txtPay_ThePayee.TabIndex = 3;
  486. //
  487. // labelEx13
  488. //
  489. this.labelEx13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  490. this.labelEx13.AutoSize = true;
  491. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  492. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  493. this.labelEx13.Location = new System.Drawing.Point(655, 269);
  494. this.labelEx13.Name = "labelEx13";
  495. this.labelEx13.Size = new System.Drawing.Size(77, 17);
  496. this.labelEx13.TabIndex = 125;
  497. this.labelEx13.Text = "* 收款金额:";
  498. //
  499. // txtPay_AmountOf
  500. //
  501. this.txtPay_AmountOf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  502. this.txtPay_AmountOf.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  503. this.txtPay_AmountOf.EmptyTextTip = null;
  504. this.txtPay_AmountOf.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  505. this.txtPay_AmountOf.Font = new System.Drawing.Font("微软雅黑", 9F);
  506. this.txtPay_AmountOf.Location = new System.Drawing.Point(735, 266);
  507. this.txtPay_AmountOf.Name = "txtPay_AmountOf";
  508. this.txtPay_AmountOf.Size = new System.Drawing.Size(187, 23);
  509. this.txtPay_AmountOf.TabIndex = 1;
  510. //
  511. // labelEx7
  512. //
  513. this.labelEx7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  514. this.labelEx7.AutoSize = true;
  515. this.labelEx7.BackColor = System.Drawing.Color.Transparent;
  516. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  517. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  518. this.labelEx7.Location = new System.Drawing.Point(644, 62);
  519. this.labelEx7.Name = "labelEx7";
  520. this.labelEx7.Size = new System.Drawing.Size(56, 17);
  521. this.labelEx7.TabIndex = 123;
  522. this.labelEx7.Text = "客户资料";
  523. //
  524. // labelEx5
  525. //
  526. this.labelEx5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  527. this.labelEx5.AutoSize = true;
  528. this.labelEx5.BackColor = System.Drawing.Color.Transparent;
  529. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  530. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  531. this.labelEx5.Location = new System.Drawing.Point(644, 211);
  532. this.labelEx5.Name = "labelEx5";
  533. this.labelEx5.Size = new System.Drawing.Size(56, 17);
  534. this.labelEx5.TabIndex = 122;
  535. this.labelEx5.Text = "收款详情";
  536. //
  537. // labelEx4
  538. //
  539. this.labelEx4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  540. this.labelEx4.AutoSize = true;
  541. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  542. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  543. this.labelEx4.Location = new System.Drawing.Point(664, 117);
  544. this.labelEx4.Name = "labelEx4";
  545. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  546. this.labelEx4.TabIndex = 121;
  547. this.labelEx4.Text = "项目名称:";
  548. //
  549. // txtTsorder_Name
  550. //
  551. this.txtTsorder_Name.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  552. this.txtTsorder_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  553. this.txtTsorder_Name.EmptyTextTip = null;
  554. this.txtTsorder_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  555. this.txtTsorder_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
  556. this.txtTsorder_Name.Location = new System.Drawing.Point(735, 114);
  557. this.txtTsorder_Name.Name = "txtTsorder_Name";
  558. this.txtTsorder_Name.ReadOnly = true;
  559. this.txtTsorder_Name.Size = new System.Drawing.Size(187, 23);
  560. this.txtTsorder_Name.TabIndex = 120;
  561. //
  562. // lblName2
  563. //
  564. this.lblName2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  565. this.lblName2.AutoSize = true;
  566. this.lblName2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  567. this.lblName2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  568. this.lblName2.Location = new System.Drawing.Point(688, 178);
  569. this.lblName2.Name = "lblName2";
  570. this.lblName2.Size = new System.Drawing.Size(44, 17);
  571. this.lblName2.TabIndex = 119;
  572. this.lblName2.Text = "手机:";
  573. //
  574. // txtTsorder_Telephone
  575. //
  576. this.txtTsorder_Telephone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  577. this.txtTsorder_Telephone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  578. this.txtTsorder_Telephone.EmptyTextTip = null;
  579. this.txtTsorder_Telephone.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  580. this.txtTsorder_Telephone.Font = new System.Drawing.Font("微软雅黑", 9F);
  581. this.txtTsorder_Telephone.Location = new System.Drawing.Point(735, 175);
  582. this.txtTsorder_Telephone.Name = "txtTsorder_Telephone";
  583. this.txtTsorder_Telephone.ReadOnly = true;
  584. this.txtTsorder_Telephone.Size = new System.Drawing.Size(187, 23);
  585. this.txtTsorder_Telephone.TabIndex = 118;
  586. //
  587. // lblName1
  588. //
  589. this.lblName1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  590. this.lblName1.AutoSize = true;
  591. this.lblName1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  592. this.lblName1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  593. this.lblName1.Location = new System.Drawing.Point(688, 147);
  594. this.lblName1.Name = "lblName1";
  595. this.lblName1.Size = new System.Drawing.Size(44, 17);
  596. this.lblName1.TabIndex = 117;
  597. this.lblName1.Text = "客户:";
  598. //
  599. // txtTsorder_CustomerName
  600. //
  601. this.txtTsorder_CustomerName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  602. this.txtTsorder_CustomerName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  603. this.txtTsorder_CustomerName.EmptyTextTip = null;
  604. this.txtTsorder_CustomerName.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  605. this.txtTsorder_CustomerName.Font = new System.Drawing.Font("微软雅黑", 9F);
  606. this.txtTsorder_CustomerName.Location = new System.Drawing.Point(735, 144);
  607. this.txtTsorder_CustomerName.Name = "txtTsorder_CustomerName";
  608. this.txtTsorder_CustomerName.ReadOnly = true;
  609. this.txtTsorder_CustomerName.Size = new System.Drawing.Size(187, 23);
  610. this.txtTsorder_CustomerName.TabIndex = 116;
  611. //
  612. // labelEx6
  613. //
  614. this.labelEx6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  615. this.labelEx6.AutoSize = true;
  616. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  617. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  618. this.labelEx6.Location = new System.Drawing.Point(679, 86);
  619. this.labelEx6.Name = "labelEx6";
  620. this.labelEx6.Size = new System.Drawing.Size(53, 17);
  621. this.labelEx6.TabIndex = 115;
  622. this.labelEx6.Text = "* 单号:";
  623. //
  624. // txtTsorder_Number
  625. //
  626. this.txtTsorder_Number.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  627. this.txtTsorder_Number.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  628. this.txtTsorder_Number.EmptyTextTip = null;
  629. this.txtTsorder_Number.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  630. this.txtTsorder_Number.Font = new System.Drawing.Font("微软雅黑", 9F);
  631. this.txtTsorder_Number.Location = new System.Drawing.Point(735, 83);
  632. this.txtTsorder_Number.Name = "txtTsorder_Number";
  633. this.txtTsorder_Number.ReadOnly = true;
  634. this.txtTsorder_Number.Size = new System.Drawing.Size(187, 23);
  635. this.txtTsorder_Number.TabIndex = 114;
  636. //
  637. // dgv
  638. //
  639. this.dgv.AllowUserToAddRows = false;
  640. this.dgv.AllowUserToDeleteRows = false;
  641. this.dgv.AllowUserToResizeRows = false;
  642. dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
  643. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  644. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  645. | System.Windows.Forms.AnchorStyles.Left)
  646. | System.Windows.Forms.AnchorStyles.Right)));
  647. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  648. this.dgv.BackgroundColor = System.Drawing.Color.White;
  649. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  650. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  651. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  652. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  653. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  654. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Navy;
  655. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  656. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  657. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  658. this.dgv.ColumnHeadersHeight = 24;
  659. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  660. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  661. this.ID,
  662. this.type,
  663. this.Pay_AmountOf,
  664. this.Pay_ReceivableProject,
  665. this.Pay_CreateDatetime,
  666. this.Pay_OpenSingle,
  667. this.Pay_ThePayee,
  668. this.Pay_PaymentMethod,
  669. this.Pay_Remark});
  670. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  671. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  672. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  673. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  674. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  675. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  676. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  677. this.dgv.DefaultCellStyle = dataGridViewCellStyle7;
  678. this.dgv.EnableHeadersVisualStyles = false;
  679. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  680. this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
  681. "dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv";
  682. this.dgv.IsCompleteBonding = false;
  683. this.dgv.Location = new System.Drawing.Point(10, 94);
  684. this.dgv.Name = "dgv";
  685. this.dgv.ReadOnly = true;
  686. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  687. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
  688. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  689. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  690. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  691. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  692. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  693. this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
  694. this.dgv.RowHeadersVisible = false;
  695. this.dgv.RowTemplate.Height = 23;
  696. this.dgv.RowTemplate.ReadOnly = true;
  697. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  698. this.dgv.Size = new System.Drawing.Size(620, 430);
  699. this.dgv.TabIndex = 113;
  700. //
  701. // ID
  702. //
  703. this.ID.DataPropertyName = "ID";
  704. this.ID.HeaderText = "编号";
  705. this.ID.Name = "ID";
  706. this.ID.ReadOnly = true;
  707. this.ID.Visible = false;
  708. this.ID.Width = 53;
  709. //
  710. // type
  711. //
  712. this.type.HeaderText = "收款类型";
  713. this.type.Name = "type";
  714. this.type.ReadOnly = true;
  715. this.type.Width = 77;
  716. //
  717. // Pay_AmountOf
  718. //
  719. this.Pay_AmountOf.DataPropertyName = "Pay_AmountOf";
  720. this.Pay_AmountOf.HeaderText = "金额";
  721. this.Pay_AmountOf.Name = "Pay_AmountOf";
  722. this.Pay_AmountOf.ReadOnly = true;
  723. this.Pay_AmountOf.Width = 53;
  724. //
  725. // Pay_ReceivableProject
  726. //
  727. this.Pay_ReceivableProject.DataPropertyName = "Pay_ReceivableProject";
  728. this.Pay_ReceivableProject.HeaderText = "收款项目";
  729. this.Pay_ReceivableProject.Name = "Pay_ReceivableProject";
  730. this.Pay_ReceivableProject.ReadOnly = true;
  731. this.Pay_ReceivableProject.Width = 77;
  732. //
  733. // Pay_CreateDatetime
  734. //
  735. this.Pay_CreateDatetime.DataPropertyName = "Pay_CreateDatetime";
  736. this.Pay_CreateDatetime.HeaderText = "日期";
  737. this.Pay_CreateDatetime.Name = "Pay_CreateDatetime";
  738. this.Pay_CreateDatetime.ReadOnly = true;
  739. this.Pay_CreateDatetime.Width = 53;
  740. //
  741. // Pay_OpenSingle
  742. //
  743. this.Pay_OpenSingle.DataPropertyName = "Pay_UserName";
  744. this.Pay_OpenSingle.HeaderText = "接单人";
  745. this.Pay_OpenSingle.Name = "Pay_OpenSingle";
  746. this.Pay_OpenSingle.ReadOnly = true;
  747. this.Pay_OpenSingle.Width = 65;
  748. //
  749. // Pay_ThePayee
  750. //
  751. this.Pay_ThePayee.DataPropertyName = "Pay_ThePayeeName";
  752. this.Pay_ThePayee.HeaderText = "收款人";
  753. this.Pay_ThePayee.Name = "Pay_ThePayee";
  754. this.Pay_ThePayee.ReadOnly = true;
  755. this.Pay_ThePayee.Width = 65;
  756. //
  757. // Pay_PaymentMethod
  758. //
  759. this.Pay_PaymentMethod.DataPropertyName = "Pay_PaymentMethodName";
  760. this.Pay_PaymentMethod.HeaderText = "付款方式";
  761. this.Pay_PaymentMethod.Name = "Pay_PaymentMethod";
  762. this.Pay_PaymentMethod.ReadOnly = true;
  763. this.Pay_PaymentMethod.Width = 77;
  764. //
  765. // Pay_Remark
  766. //
  767. this.Pay_Remark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  768. this.Pay_Remark.DataPropertyName = "Pay_Remark";
  769. this.Pay_Remark.HeaderText = "备注";
  770. this.Pay_Remark.Name = "Pay_Remark";
  771. this.Pay_Remark.ReadOnly = true;
  772. //
  773. // labelEx1
  774. //
  775. this.labelEx1.AutoSize = true;
  776. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  777. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  778. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  779. this.labelEx1.Location = new System.Drawing.Point(9, 62);
  780. this.labelEx1.Name = "labelEx1";
  781. this.labelEx1.Size = new System.Drawing.Size(80, 17);
  782. this.labelEx1.TabIndex = 53;
  783. this.labelEx1.Text = "全部历史收款";
  784. //
  785. // FrmPayment
  786. //
  787. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  788. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  789. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  790. this.ClientSize = new System.Drawing.Size(950, 610);
  791. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  792. this.IsUserControlsSize = false;
  793. this.Name = "FrmPayment";
  794. this.Text = "礼服收款";
  795. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  796. this.plExMainContainer.ResumeLayout(false);
  797. this.plFormMainContent.ResumeLayout(false);
  798. this.panelEx2.ResumeLayout(false);
  799. this.panelEx2.PerformLayout();
  800. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  801. this.ResumeLayout(false);
  802. }
  803. #endregion
  804. private ComponentLibrary.PanelEx panelEx2;
  805. protected ComponentLibrary.ButtonForm btnUpdateTime;
  806. protected ComponentLibrary.ButtonForm btnSet;
  807. private ComponentLibrary.LabelEx labelEx8;
  808. private ComponentLibrary.LabelEx labelEx10;
  809. protected ComponentLibrary.TextBoxBasicEx txtPay_Remark;
  810. protected ComponentLibrary.ButtonEx btnHitSingle;
  811. protected ComponentLibrary.ButtonEx btnSave;
  812. private ComponentLibrary.LabelEx labelEx11;
  813. private ComponentLibrary.LabelEx labelEx12;
  814. protected ComponentLibrary.TextBoxBasicEx txtPay_ThePayee;
  815. private ComponentLibrary.LabelEx labelEx13;
  816. protected ComponentLibrary.TextBoxBasicEx txtPay_AmountOf;
  817. private ComponentLibrary.LabelEx labelEx7;
  818. private ComponentLibrary.LabelEx labelEx5;
  819. protected ComponentLibrary.LabelEx labelEx4;
  820. protected ComponentLibrary.TextBoxBasicEx txtTsorder_Name;
  821. protected ComponentLibrary.LabelEx lblName2;
  822. protected ComponentLibrary.TextBoxBasicEx txtTsorder_Telephone;
  823. protected ComponentLibrary.LabelEx lblName1;
  824. protected ComponentLibrary.TextBoxBasicEx txtTsorder_CustomerName;
  825. private ComponentLibrary.LabelEx labelEx6;
  826. protected ComponentLibrary.TextBoxBasicEx txtTsorder_Number;
  827. public ComponentLibrary.DataGridViewEx dgv;
  828. private ComponentLibrary.LabelEx labelEx1;
  829. private ComponentLibrary.LabelEx labelEx3;
  830. protected ComponentLibrary.TextBoxBasicEx txtArrears;
  831. private ComponentLibrary.LabelEx labelEx2;
  832. protected ComponentLibrary.TextBoxBasicEx txtPaid;
  833. private ComponentLibrary.LabelEx labelEx9;
  834. protected ComponentLibrary.TextBoxBasicEx txtCope;
  835. protected ComponentLibrary.ComboBoxTreeViewEx cmbPay_PaymentMethod;
  836. protected ComponentLibrary.ComboBoxEx cmbType;
  837. protected ComponentLibrary.LabelEx lblType;
  838. protected ComponentLibrary.DateTimePickerEx txtPay_CreateDatetime;
  839. protected internal ComponentLibrary.ButtonForm btnDelete;
  840. private ComponentLibrary.PanelEx panelEx1;
  841. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  842. private System.Windows.Forms.DataGridViewTextBoxColumn type;
  843. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_AmountOf;
  844. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_ReceivableProject;
  845. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_CreateDatetime;
  846. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_OpenSingle;
  847. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_ThePayee;
  848. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_PaymentMethod;
  849. private System.Windows.Forms.DataGridViewTextBoxColumn Pay_Remark;
  850. protected ComponentLibrary.LabelEx lblDsro_MortgageAmount;
  851. protected ComponentLibrary.TextBoxBasicEx txtDsro_MortgageAmount;
  852. }
  853. }