MemberPaymentSuperSmallForm.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class MemberPaymentSuperSmallForm
  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(MemberPaymentSuperSmallForm));
  29. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  31. this.cmbtreevOrderPerson = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  32. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.txtCopeAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.txtMemberNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  38. this.chkValidity = new LYFZ.ComponentLibrary.CheckBoxEx();
  39. this.btnUpdateValidity = new LYFZ.ComponentLibrary.ButtonForm();
  40. this.dtpValidity = new LYFZ.ComponentLibrary.DateTimePickerEx();
  41. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
  43. this.cmbPaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  44. this.btnRecharge = new LYFZ.ComponentLibrary.ButtonForm();
  45. this.txtConfirmAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  46. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.txtAvailableAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  50. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.txtName = new LYFZ.ComponentLibrary.TextBoxEx();
  53. this.lblName1 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.lblName2 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  56. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  57. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  58. this.btn_CustomerPerformance = new LYFZ.ComponentLibrary.ButtonForm();
  59. this.btn_PerformanceClearn = new LYFZ.ComponentLibrary.ButtonForm();
  60. this.listboxPerformance = new LYFZ.ComponentLibrary.ListBoxEx();
  61. this.plExMainContainer.SuspendLayout();
  62. this.plFormMainContent.SuspendLayout();
  63. this.panelEx2.SuspendLayout();
  64. this.panelEx1.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // plExMainContainer
  68. //
  69. this.plExMainContainer.Controls.Add(this.panelEx2);
  70. this.plExMainContainer.Controls.Add(this.panelEx1);
  71. this.plExMainContainer.Size = new System.Drawing.Size(368, 605);
  72. //
  73. // plFormMainContent
  74. //
  75. this.plFormMainContent.Size = new System.Drawing.Size(368, 605);
  76. //
  77. // btnAppFormMaximize
  78. //
  79. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  80. this.btnAppFormMaximize.Location = new System.Drawing.Point(415, 0);
  81. //
  82. // btnAppFormExit
  83. //
  84. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  85. this.btnAppFormExit.Location = new System.Drawing.Point(336, 0);
  86. //
  87. // btnAppFormMinimize
  88. //
  89. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  90. this.btnAppFormMinimize.Location = new System.Drawing.Point(415, 0);
  91. //
  92. // panelEx2
  93. //
  94. this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  95. | System.Windows.Forms.AnchorStyles.Left)
  96. | System.Windows.Forms.AnchorStyles.Right)));
  97. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  98. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  99. this.panelEx2.BorderWidth = 1;
  100. this.panelEx2.Controls.Add(this.listboxPerformance);
  101. this.panelEx2.Controls.Add(this.labelEx11);
  102. this.panelEx2.Controls.Add(this.cmbtreevOrderPerson);
  103. this.panelEx2.Controls.Add(this.labelEx6);
  104. this.panelEx2.Controls.Add(this.txtRemark);
  105. this.panelEx2.Controls.Add(this.labelEx4);
  106. this.panelEx2.Controls.Add(this.txtCopeAmount);
  107. this.panelEx2.Controls.Add(this.labelEx1);
  108. this.panelEx2.Controls.Add(this.txtMemberNumber);
  109. this.panelEx2.Controls.Add(this.chkValidity);
  110. this.panelEx2.Controls.Add(this.btn_CustomerPerformance);
  111. this.panelEx2.Controls.Add(this.btn_PerformanceClearn);
  112. this.panelEx2.Controls.Add(this.btnUpdateValidity);
  113. this.panelEx2.Controls.Add(this.dtpValidity);
  114. this.panelEx2.Controls.Add(this.labelEx13);
  115. this.panelEx2.Controls.Add(this.btnSet);
  116. this.panelEx2.Controls.Add(this.cmbPaymentMethod);
  117. this.panelEx2.Controls.Add(this.btnRecharge);
  118. this.panelEx2.Controls.Add(this.txtConfirmAmount);
  119. this.panelEx2.Controls.Add(this.labelEx9);
  120. this.panelEx2.Controls.Add(this.labelEx7);
  121. this.panelEx2.Controls.Add(this.labelEx3);
  122. this.panelEx2.Controls.Add(this.txtAvailableAmount);
  123. this.panelEx2.Controls.Add(this.labelEx5);
  124. this.panelEx2.Controls.Add(this.labelEx2);
  125. this.panelEx2.Controls.Add(this.txtName);
  126. this.panelEx2.Controls.Add(this.lblName1);
  127. this.panelEx2.Controls.Add(this.lblName2);
  128. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  129. this.panelEx2.Name = "panelEx2";
  130. this.panelEx2.Size = new System.Drawing.Size(348, 545);
  131. this.panelEx2.TabIndex = 9;
  132. //
  133. // labelEx11
  134. //
  135. this.labelEx11.AutoSize = true;
  136. this.labelEx11.BackColor = System.Drawing.Color.Transparent;
  137. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  138. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  139. this.labelEx11.Location = new System.Drawing.Point(40, 305);
  140. this.labelEx11.Name = "labelEx11";
  141. this.labelEx11.Size = new System.Drawing.Size(56, 17);
  142. this.labelEx11.TabIndex = 226;
  143. this.labelEx11.Text = "接单人:";
  144. //
  145. // cmbtreevOrderPerson
  146. //
  147. this.cmbtreevOrderPerson.AfterSelectLevelFirstNode = false;
  148. this.cmbtreevOrderPerson.DropDownHeight = 220;
  149. this.cmbtreevOrderPerson.DropDownShow = true;
  150. this.cmbtreevOrderPerson.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  151. this.cmbtreevOrderPerson.FormattingEnabled = true;
  152. this.cmbtreevOrderPerson.IntegralHeight = false;
  153. this.cmbtreevOrderPerson.IsNodeMouseClick = true;
  154. this.cmbtreevOrderPerson.IsSelectParentNode = false;
  155. this.cmbtreevOrderPerson.Location = new System.Drawing.Point(99, 301);
  156. this.cmbtreevOrderPerson.Name = "cmbtreevOrderPerson";
  157. this.cmbtreevOrderPerson.ReadOnly = true;
  158. this.cmbtreevOrderPerson.SelectedNode = null;
  159. this.cmbtreevOrderPerson.Size = new System.Drawing.Size(209, 25);
  160. this.cmbtreevOrderPerson.StrGetName = "";
  161. this.cmbtreevOrderPerson.StrGetTagName = "";
  162. this.cmbtreevOrderPerson.StrKey = null;
  163. this.cmbtreevOrderPerson.TabIndex = 225;
  164. //
  165. // labelEx6
  166. //
  167. this.labelEx6.AutoSize = true;
  168. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  169. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  170. this.labelEx6.Location = new System.Drawing.Point(52, 339);
  171. this.labelEx6.Name = "labelEx6";
  172. this.labelEx6.Size = new System.Drawing.Size(44, 17);
  173. this.labelEx6.TabIndex = 223;
  174. this.labelEx6.Text = "备注:";
  175. //
  176. // txtRemark
  177. //
  178. this.txtRemark.BackColor = System.Drawing.Color.Transparent;
  179. this.txtRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  180. this.txtRemark.Icon = null;
  181. this.txtRemark.IconIsButton = false;
  182. this.txtRemark.IsPasswordChat = '\0';
  183. this.txtRemark.IsSystemPasswordChar = false;
  184. this.txtRemark.Lines = new string[0];
  185. this.txtRemark.Location = new System.Drawing.Point(99, 335);
  186. this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
  187. this.txtRemark.MaxLength = 32767;
  188. this.txtRemark.MinimumSize = new System.Drawing.Size(0, 24);
  189. this.txtRemark.MouseBack = null;
  190. this.txtRemark.Multiline = true;
  191. this.txtRemark.Name = "txtRemark";
  192. this.txtRemark.NormlBack = null;
  193. this.txtRemark.Padding = new System.Windows.Forms.Padding(5);
  194. this.txtRemark.ReadOnly = false;
  195. this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
  196. this.txtRemark.Size = new System.Drawing.Size(209, 66);
  197. this.txtRemark.TabIndex = 224;
  198. this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  199. this.txtRemark.WaterColor = System.Drawing.Color.DarkGray;
  200. this.txtRemark.WaterText = "";
  201. this.txtRemark.WordWrap = true;
  202. //
  203. // labelEx4
  204. //
  205. this.labelEx4.AutoSize = true;
  206. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  207. this.labelEx4.ForeColor = System.Drawing.Color.Red;
  208. this.labelEx4.Location = new System.Drawing.Point(98, 282);
  209. this.labelEx4.Name = "labelEx4";
  210. this.labelEx4.Size = new System.Drawing.Size(51, 17);
  211. this.labelEx4.TabIndex = 227;
  212. this.labelEx4.Text = "优惠:0";
  213. this.labelEx4.Visible = false;
  214. //
  215. // txtCopeAmount
  216. //
  217. this.txtCopeAmount.BackColor = System.Drawing.Color.Transparent;
  218. this.txtCopeAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  219. this.txtCopeAmount.Icon = null;
  220. this.txtCopeAmount.IconIsButton = false;
  221. this.txtCopeAmount.IsPasswordChat = '\0';
  222. this.txtCopeAmount.IsSystemPasswordChar = false;
  223. this.txtCopeAmount.Lines = new string[0];
  224. this.txtCopeAmount.Location = new System.Drawing.Point(100, 164);
  225. this.txtCopeAmount.Margin = new System.Windows.Forms.Padding(0);
  226. this.txtCopeAmount.MaxLength = 32767;
  227. this.txtCopeAmount.MinimumSize = new System.Drawing.Size(0, 24);
  228. this.txtCopeAmount.MouseBack = null;
  229. this.txtCopeAmount.Multiline = false;
  230. this.txtCopeAmount.Name = "txtCopeAmount";
  231. this.txtCopeAmount.NormlBack = null;
  232. this.txtCopeAmount.Padding = new System.Windows.Forms.Padding(5);
  233. this.txtCopeAmount.ReadOnly = true;
  234. this.txtCopeAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  235. this.txtCopeAmount.Size = new System.Drawing.Size(150, 25);
  236. this.txtCopeAmount.TabIndex = 219;
  237. this.txtCopeAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  238. this.txtCopeAmount.WaterColor = System.Drawing.Color.DarkGray;
  239. this.txtCopeAmount.WaterText = "";
  240. this.txtCopeAmount.WordWrap = true;
  241. //
  242. // labelEx1
  243. //
  244. this.labelEx1.AutoSize = true;
  245. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  246. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  247. this.labelEx1.Location = new System.Drawing.Point(29, 168);
  248. this.labelEx1.Name = "labelEx1";
  249. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  250. this.labelEx1.TabIndex = 220;
  251. this.labelEx1.Text = "应付金额:";
  252. //
  253. // txtMemberNumber
  254. //
  255. this.txtMemberNumber.BackColor = System.Drawing.Color.Transparent;
  256. this.txtMemberNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  257. this.txtMemberNumber.Icon = null;
  258. this.txtMemberNumber.IconIsButton = false;
  259. this.txtMemberNumber.IsPasswordChat = '\0';
  260. this.txtMemberNumber.IsSystemPasswordChar = false;
  261. this.txtMemberNumber.Lines = new string[0];
  262. this.txtMemberNumber.Location = new System.Drawing.Point(92, 42);
  263. this.txtMemberNumber.Margin = new System.Windows.Forms.Padding(0);
  264. this.txtMemberNumber.MaxLength = 32767;
  265. this.txtMemberNumber.MinimumSize = new System.Drawing.Size(0, 24);
  266. this.txtMemberNumber.MouseBack = null;
  267. this.txtMemberNumber.Multiline = false;
  268. this.txtMemberNumber.Name = "txtMemberNumber";
  269. this.txtMemberNumber.NormlBack = null;
  270. this.txtMemberNumber.Padding = new System.Windows.Forms.Padding(5);
  271. this.txtMemberNumber.ReadOnly = true;
  272. this.txtMemberNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  273. this.txtMemberNumber.Size = new System.Drawing.Size(217, 25);
  274. this.txtMemberNumber.TabIndex = 6;
  275. this.txtMemberNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  276. this.txtMemberNumber.WaterColor = System.Drawing.Color.DarkGray;
  277. this.txtMemberNumber.WaterText = "";
  278. this.txtMemberNumber.WordWrap = true;
  279. //
  280. // chkValidity
  281. //
  282. this.chkValidity.AutoSize = true;
  283. this.chkValidity.BackColor = System.Drawing.Color.Transparent;
  284. this.chkValidity.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  285. this.chkValidity.Enabled = false;
  286. this.chkValidity.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  287. this.chkValidity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  288. this.chkValidity.Fourstates = false;
  289. this.chkValidity.IsGreenTick = false;
  290. this.chkValidity.Location = new System.Drawing.Point(207, 196);
  291. this.chkValidity.Name = "chkValidity";
  292. this.chkValidity.Size = new System.Drawing.Size(51, 21);
  293. this.chkValidity.TabIndex = 216;
  294. this.chkValidity.Text = "永久";
  295. this.chkValidity.UseVisualStyleBackColor = false;
  296. //
  297. // btnUpdateValidity
  298. //
  299. this.btnUpdateValidity.BackColor = System.Drawing.Color.Transparent;
  300. this.btnUpdateValidity.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdateValidity.BackImg")));
  301. this.btnUpdateValidity.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  302. this.btnUpdateValidity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  303. this.btnUpdateValidity.ForeColor = System.Drawing.Color.White;
  304. this.btnUpdateValidity.IsCustomBackImg = false;
  305. this.btnUpdateValidity.IsShowText = true;
  306. this.btnUpdateValidity.Location = new System.Drawing.Point(260, 194);
  307. this.btnUpdateValidity.Name = "btnUpdateValidity";
  308. this.btnUpdateValidity.Size = new System.Drawing.Size(49, 25);
  309. this.btnUpdateValidity.TabIndex = 20;
  310. this.btnUpdateValidity.Text = " 修改";
  311. this.btnUpdateValidity.UseVisualStyleBackColor = false;
  312. //
  313. // dtpValidity
  314. //
  315. this.dtpValidity.CustomFormat = " ";
  316. this.dtpValidity.DateValue = "";
  317. this.dtpValidity.Enabled = false;
  318. this.dtpValidity.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  319. this.dtpValidity.IsShowTime = false;
  320. this.dtpValidity.Location = new System.Drawing.Point(101, 196);
  321. this.dtpValidity.Name = "dtpValidity";
  322. this.dtpValidity.Size = new System.Drawing.Size(100, 21);
  323. this.dtpValidity.TabIndex = 19;
  324. //
  325. // labelEx13
  326. //
  327. this.labelEx13.AutoSize = true;
  328. this.labelEx13.BackColor = System.Drawing.Color.Transparent;
  329. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  330. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  331. this.labelEx13.Location = new System.Drawing.Point(29, 198);
  332. this.labelEx13.Name = "labelEx13";
  333. this.labelEx13.Size = new System.Drawing.Size(68, 17);
  334. this.labelEx13.TabIndex = 18;
  335. this.labelEx13.Text = "有效期至:";
  336. //
  337. // btnSet
  338. //
  339. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  340. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  341. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  342. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  343. this.btnSet.ForeColor = System.Drawing.Color.White;
  344. this.btnSet.IsCustomBackImg = false;
  345. this.btnSet.IsShowText = true;
  346. this.btnSet.Location = new System.Drawing.Point(260, 257);
  347. this.btnSet.Name = "btnSet";
  348. this.btnSet.Size = new System.Drawing.Size(49, 25);
  349. this.btnSet.TabIndex = 31;
  350. this.btnSet.Text = " 设置";
  351. this.btnSet.UseVisualStyleBackColor = false;
  352. //
  353. // cmbPaymentMethod
  354. //
  355. this.cmbPaymentMethod.AfterSelectLevelFirstNode = true;
  356. this.cmbPaymentMethod.DropDownHeight = 220;
  357. this.cmbPaymentMethod.DropDownShow = false;
  358. this.cmbPaymentMethod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  359. this.cmbPaymentMethod.FormattingEnabled = true;
  360. this.cmbPaymentMethod.IntegralHeight = false;
  361. this.cmbPaymentMethod.IsNodeMouseClick = true;
  362. this.cmbPaymentMethod.IsSelectParentNode = false;
  363. this.cmbPaymentMethod.Location = new System.Drawing.Point(100, 257);
  364. this.cmbPaymentMethod.Name = "cmbPaymentMethod";
  365. this.cmbPaymentMethod.ReadOnly = true;
  366. this.cmbPaymentMethod.SelectedNode = null;
  367. this.cmbPaymentMethod.Size = new System.Drawing.Size(150, 25);
  368. this.cmbPaymentMethod.StrGetName = "";
  369. this.cmbPaymentMethod.StrGetTagName = "";
  370. this.cmbPaymentMethod.StrKey = null;
  371. this.cmbPaymentMethod.TabIndex = 30;
  372. //
  373. // btnRecharge
  374. //
  375. this.btnRecharge.BackColor = System.Drawing.Color.Transparent;
  376. this.btnRecharge.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRecharge.BackImg")));
  377. this.btnRecharge.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  378. this.btnRecharge.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  379. this.btnRecharge.ForeColor = System.Drawing.Color.White;
  380. this.btnRecharge.IsCustomBackImg = false;
  381. this.btnRecharge.IsShowText = true;
  382. this.btnRecharge.Location = new System.Drawing.Point(260, 225);
  383. this.btnRecharge.Name = "btnRecharge";
  384. this.btnRecharge.Size = new System.Drawing.Size(49, 25);
  385. this.btnRecharge.TabIndex = 27;
  386. this.btnRecharge.Text = " 充值";
  387. this.btnRecharge.UseVisualStyleBackColor = false;
  388. //
  389. // txtConfirmAmount
  390. //
  391. this.txtConfirmAmount.BackColor = System.Drawing.Color.Transparent;
  392. this.txtConfirmAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  393. this.txtConfirmAmount.Icon = null;
  394. this.txtConfirmAmount.IconIsButton = false;
  395. this.txtConfirmAmount.IsPasswordChat = '\0';
  396. this.txtConfirmAmount.IsSystemPasswordChar = false;
  397. this.txtConfirmAmount.Lines = new string[0];
  398. this.txtConfirmAmount.Location = new System.Drawing.Point(100, 225);
  399. this.txtConfirmAmount.Margin = new System.Windows.Forms.Padding(0);
  400. this.txtConfirmAmount.MaxLength = 32767;
  401. this.txtConfirmAmount.MinimumSize = new System.Drawing.Size(0, 24);
  402. this.txtConfirmAmount.MouseBack = null;
  403. this.txtConfirmAmount.Multiline = false;
  404. this.txtConfirmAmount.Name = "txtConfirmAmount";
  405. this.txtConfirmAmount.NormlBack = null;
  406. this.txtConfirmAmount.Padding = new System.Windows.Forms.Padding(5);
  407. this.txtConfirmAmount.ReadOnly = false;
  408. this.txtConfirmAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  409. this.txtConfirmAmount.Size = new System.Drawing.Size(150, 25);
  410. this.txtConfirmAmount.TabIndex = 1;
  411. this.txtConfirmAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  412. this.txtConfirmAmount.WaterColor = System.Drawing.Color.DarkGray;
  413. this.txtConfirmAmount.WaterText = "";
  414. this.txtConfirmAmount.WordWrap = true;
  415. //
  416. // labelEx9
  417. //
  418. this.labelEx9.AutoSize = true;
  419. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  420. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  421. this.labelEx9.Location = new System.Drawing.Point(29, 229);
  422. this.labelEx9.Name = "labelEx9";
  423. this.labelEx9.Size = new System.Drawing.Size(68, 17);
  424. this.labelEx9.TabIndex = 15;
  425. this.labelEx9.Text = "支付金额:";
  426. //
  427. // labelEx7
  428. //
  429. this.labelEx7.AutoSize = true;
  430. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  431. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  432. this.labelEx7.Location = new System.Drawing.Point(17, 139);
  433. this.labelEx7.Name = "labelEx7";
  434. this.labelEx7.Size = new System.Drawing.Size(56, 17);
  435. this.labelEx7.TabIndex = 10;
  436. this.labelEx7.Text = "收款详情";
  437. //
  438. // labelEx3
  439. //
  440. this.labelEx3.AutoSize = true;
  441. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  442. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  443. this.labelEx3.Location = new System.Drawing.Point(17, 15);
  444. this.labelEx3.Name = "labelEx3";
  445. this.labelEx3.Size = new System.Drawing.Size(56, 17);
  446. this.labelEx3.TabIndex = 8;
  447. this.labelEx3.Text = "会员资料";
  448. //
  449. // txtAvailableAmount
  450. //
  451. this.txtAvailableAmount.BackColor = System.Drawing.Color.Transparent;
  452. this.txtAvailableAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  453. this.txtAvailableAmount.Icon = null;
  454. this.txtAvailableAmount.IconIsButton = false;
  455. this.txtAvailableAmount.IsPasswordChat = '\0';
  456. this.txtAvailableAmount.IsSystemPasswordChar = false;
  457. this.txtAvailableAmount.Lines = new string[0];
  458. this.txtAvailableAmount.Location = new System.Drawing.Point(92, 103);
  459. this.txtAvailableAmount.Margin = new System.Windows.Forms.Padding(0);
  460. this.txtAvailableAmount.MaxLength = 10;
  461. this.txtAvailableAmount.MinimumSize = new System.Drawing.Size(0, 24);
  462. this.txtAvailableAmount.MouseBack = null;
  463. this.txtAvailableAmount.Multiline = false;
  464. this.txtAvailableAmount.Name = "txtAvailableAmount";
  465. this.txtAvailableAmount.NormlBack = null;
  466. this.txtAvailableAmount.Padding = new System.Windows.Forms.Padding(5);
  467. this.txtAvailableAmount.ReadOnly = true;
  468. this.txtAvailableAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  469. this.txtAvailableAmount.Size = new System.Drawing.Size(217, 25);
  470. this.txtAvailableAmount.TabIndex = 8;
  471. this.txtAvailableAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  472. this.txtAvailableAmount.WaterColor = System.Drawing.Color.DarkGray;
  473. this.txtAvailableAmount.WaterText = "";
  474. this.txtAvailableAmount.WordWrap = true;
  475. //
  476. // labelEx5
  477. //
  478. this.labelEx5.AutoSize = true;
  479. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  480. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  481. this.labelEx5.Location = new System.Drawing.Point(29, 260);
  482. this.labelEx5.Name = "labelEx5";
  483. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  484. this.labelEx5.TabIndex = 2;
  485. this.labelEx5.Text = "支付方式:";
  486. //
  487. // labelEx2
  488. //
  489. this.labelEx2.AutoSize = true;
  490. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  491. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  492. this.labelEx2.Location = new System.Drawing.Point(28, 46);
  493. this.labelEx2.Name = "labelEx2";
  494. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  495. this.labelEx2.TabIndex = 0;
  496. this.labelEx2.Text = "会员卡号:";
  497. //
  498. // txtName
  499. //
  500. this.txtName.BackColor = System.Drawing.Color.Transparent;
  501. this.txtName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  502. this.txtName.Icon = null;
  503. this.txtName.IconIsButton = false;
  504. this.txtName.IsPasswordChat = '\0';
  505. this.txtName.IsSystemPasswordChar = false;
  506. this.txtName.Lines = new string[0];
  507. this.txtName.Location = new System.Drawing.Point(92, 72);
  508. this.txtName.Margin = new System.Windows.Forms.Padding(0);
  509. this.txtName.MaxLength = 32767;
  510. this.txtName.MinimumSize = new System.Drawing.Size(0, 24);
  511. this.txtName.MouseBack = null;
  512. this.txtName.Multiline = false;
  513. this.txtName.Name = "txtName";
  514. this.txtName.NormlBack = null;
  515. this.txtName.Padding = new System.Windows.Forms.Padding(5);
  516. this.txtName.ReadOnly = true;
  517. this.txtName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  518. this.txtName.Size = new System.Drawing.Size(217, 25);
  519. this.txtName.TabIndex = 7;
  520. this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  521. this.txtName.WaterColor = System.Drawing.Color.DarkGray;
  522. this.txtName.WaterText = "";
  523. this.txtName.WordWrap = true;
  524. //
  525. // lblName1
  526. //
  527. this.lblName1.AutoSize = true;
  528. this.lblName1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  529. this.lblName1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  530. this.lblName1.Location = new System.Drawing.Point(40, 76);
  531. this.lblName1.Name = "lblName1";
  532. this.lblName1.Size = new System.Drawing.Size(56, 17);
  533. this.lblName1.TabIndex = 1;
  534. this.lblName1.Text = "持卡人:";
  535. //
  536. // lblName2
  537. //
  538. this.lblName2.AutoSize = true;
  539. this.lblName2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  540. this.lblName2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  541. this.lblName2.Location = new System.Drawing.Point(28, 107);
  542. this.lblName2.Name = "lblName2";
  543. this.lblName2.Size = new System.Drawing.Size(68, 17);
  544. this.lblName2.TabIndex = 2;
  545. this.lblName2.Text = "可用金额:";
  546. //
  547. // panelEx1
  548. //
  549. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  550. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  551. this.panelEx1.BorderWidth = 1;
  552. this.panelEx1.Controls.Add(this.btnCancel);
  553. this.panelEx1.Controls.Add(this.btnOK);
  554. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  555. this.panelEx1.Location = new System.Drawing.Point(0, 565);
  556. this.panelEx1.Name = "panelEx1";
  557. this.panelEx1.Size = new System.Drawing.Size(368, 40);
  558. this.panelEx1.TabIndex = 8;
  559. //
  560. // btnCancel
  561. //
  562. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  563. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  564. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  565. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  566. this.btnCancel.ForeColor = System.Drawing.Color.White;
  567. this.btnCancel.IsCustomBackImg = false;
  568. this.btnCancel.IsShowText = true;
  569. this.btnCancel.Location = new System.Drawing.Point(215, 6);
  570. this.btnCancel.Name = "btnCancel";
  571. this.btnCancel.Size = new System.Drawing.Size(90, 28);
  572. this.btnCancel.TabIndex = 6;
  573. this.btnCancel.Text = " 取 消";
  574. this.btnCancel.UseVisualStyleBackColor = false;
  575. //
  576. // btnOK
  577. //
  578. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  579. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  580. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  581. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  582. this.btnOK.ForeColor = System.Drawing.Color.White;
  583. this.btnOK.IsCustomBackImg = false;
  584. this.btnOK.IsShowText = true;
  585. this.btnOK.Location = new System.Drawing.Point(96, 6);
  586. this.btnOK.Name = "btnOK";
  587. this.btnOK.Size = new System.Drawing.Size(90, 28);
  588. this.btnOK.TabIndex = 5;
  589. this.btnOK.Text = " 确 定";
  590. this.btnOK.UseVisualStyleBackColor = false;
  591. //
  592. // btn_CustomerPerformance
  593. //
  594. this.btn_CustomerPerformance.BackColor = System.Drawing.Color.Transparent;
  595. this.btn_CustomerPerformance.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_CustomerPerformance.BackImg")));
  596. this.btn_CustomerPerformance.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  597. this.btn_CustomerPerformance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  598. this.btn_CustomerPerformance.ForeColor = System.Drawing.Color.White;
  599. this.btn_CustomerPerformance.IsCustomBackImg = false;
  600. this.btn_CustomerPerformance.IsShowText = true;
  601. this.btn_CustomerPerformance.Location = new System.Drawing.Point(32, 410);
  602. this.btn_CustomerPerformance.Name = "btn_CustomerPerformance";
  603. this.btn_CustomerPerformance.Size = new System.Drawing.Size(218, 25);
  604. this.btn_CustomerPerformance.TabIndex = 20;
  605. this.btn_CustomerPerformance.Text = " 自定义分配本次业绩";
  606. this.btn_CustomerPerformance.UseVisualStyleBackColor = false;
  607. //
  608. // btn_PerformanceClearn
  609. //
  610. this.btn_PerformanceClearn.BackColor = System.Drawing.Color.Transparent;
  611. this.btn_PerformanceClearn.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_PerformanceClearn.BackImg")));
  612. this.btn_PerformanceClearn.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  613. this.btn_PerformanceClearn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  614. this.btn_PerformanceClearn.ForeColor = System.Drawing.Color.White;
  615. this.btn_PerformanceClearn.IsCustomBackImg = false;
  616. this.btn_PerformanceClearn.IsShowText = true;
  617. this.btn_PerformanceClearn.Location = new System.Drawing.Point(260, 410);
  618. this.btn_PerformanceClearn.Name = "btn_PerformanceClearn";
  619. this.btn_PerformanceClearn.Size = new System.Drawing.Size(49, 25);
  620. this.btn_PerformanceClearn.TabIndex = 20;
  621. this.btn_PerformanceClearn.Text = " 清空";
  622. this.btn_PerformanceClearn.UseVisualStyleBackColor = false;
  623. //
  624. // listboxPerformance
  625. //
  626. this.listboxPerformance.FormattingEnabled = true;
  627. this.listboxPerformance.ItemHeight = 12;
  628. this.listboxPerformance.Location = new System.Drawing.Point(32, 445);
  629. this.listboxPerformance.Name = "listboxPerformance";
  630. this.listboxPerformance.Size = new System.Drawing.Size(277, 88);
  631. this.listboxPerformance.TabIndex = 228;
  632. //
  633. // MemberPaymentSuperSmallForm
  634. //
  635. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  636. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  637. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  638. this.ClientSize = new System.Drawing.Size(368, 670);
  639. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  640. this.MaximizeBox = false;
  641. this.MinimizeBox = false;
  642. this.Name = "MemberPaymentSuperSmallForm";
  643. this.Text = "收款";
  644. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  645. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  646. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  647. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  648. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  649. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  650. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  651. this.plExMainContainer.ResumeLayout(false);
  652. this.plFormMainContent.ResumeLayout(false);
  653. this.panelEx2.ResumeLayout(false);
  654. this.panelEx2.PerformLayout();
  655. this.panelEx1.ResumeLayout(false);
  656. this.ResumeLayout(false);
  657. }
  658. #endregion
  659. private ComponentLibrary.PanelEx panelEx2;
  660. private ComponentLibrary.LabelEx labelEx7;
  661. private ComponentLibrary.LabelEx labelEx3;
  662. protected ComponentLibrary.TextBoxEx txtAvailableAmount;
  663. private ComponentLibrary.LabelEx labelEx5;
  664. private ComponentLibrary.LabelEx labelEx2;
  665. protected ComponentLibrary.TextBoxEx txtName;
  666. protected ComponentLibrary.LabelEx lblName1;
  667. protected ComponentLibrary.LabelEx lblName2;
  668. private ComponentLibrary.PanelEx panelEx1;
  669. protected ComponentLibrary.ButtonEx btnCancel;
  670. protected ComponentLibrary.ButtonEx btnOK;
  671. protected ComponentLibrary.TextBoxEx txtConfirmAmount;
  672. protected ComponentLibrary.LabelEx labelEx9;
  673. protected ComponentLibrary.ButtonForm btnRecharge;
  674. protected ComponentLibrary.ButtonForm btnSet;
  675. protected internal ComponentLibrary.CheckBoxEx chkValidity;
  676. protected internal ComponentLibrary.ButtonForm btnUpdateValidity;
  677. protected internal ComponentLibrary.DateTimePickerEx dtpValidity;
  678. protected ComponentLibrary.LabelEx labelEx13;
  679. protected ComponentLibrary.LabelEx labelEx1;
  680. protected internal ComponentLibrary.TextBoxEx txtCopeAmount;
  681. protected internal ComponentLibrary.TextBoxEx txtMemberNumber;
  682. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbPaymentMethod;
  683. protected ComponentLibrary.LabelEx labelEx11;
  684. protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevOrderPerson;
  685. protected ComponentLibrary.LabelEx labelEx6;
  686. protected ComponentLibrary.TextBoxEx txtRemark;
  687. protected internal ComponentLibrary.LabelEx labelEx4;
  688. protected internal ComponentLibrary.ButtonForm btn_CustomerPerformance;
  689. protected internal ComponentLibrary.ButtonForm btn_PerformanceClearn;
  690. protected internal ComponentLibrary.ListBoxEx listboxPerformance;
  691. }
  692. }