GoldCardRechargeSuperSmallForm.Designer.cs 72 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class GoldCardRechargeSuperSmallForm
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GoldCardRechargeSuperSmallForm));
  30. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  31. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.labPreRecharge = new LYFZ.ComponentLibrary.LabelEx();
  33. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.txtHolders = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.txtMainCradNo = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.txtFeedbackAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.btnRecharge = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.rdoDeposit = new LYFZ.ComponentLibrary.RadioButtonEx();
  41. this.rdoRecharge = new LYFZ.ComponentLibrary.RadioButtonEx();
  42. this.labNotSaveMemberCard = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labDebtAmount = new LYFZ.ComponentLibrary.LabelEx();
  44. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  45. this.panelValidity = new LYFZ.ComponentLibrary.PanelEx();
  46. this.chkValidity = new LYFZ.ComponentLibrary.CheckBoxEx();
  47. this.btnUpdateValidity = new LYFZ.ComponentLibrary.ButtonForm();
  48. this.dtpValidity = new LYFZ.ComponentLibrary.DateTimePickerEx();
  49. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.panelRechargeCategory = new LYFZ.ComponentLibrary.PanelEx();
  51. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.cmbRechargeCategory = new LYFZ.ComponentLibrary.ComboBoxEx();
  53. this.panelRechargeAmount = new LYFZ.ComponentLibrary.PanelEx();
  54. this.cmbRechargeAmount = new LYFZ.ComponentLibrary.ComboBoxEx();
  55. this.pan_Deposit = new LYFZ.ComponentLibrary.PanelEx();
  56. this.tbDepositValue = new LYFZ.ComponentLibrary.TextBoxEx();
  57. this.cbDepositValue = new LYFZ.ComponentLibrary.CheckBoxEx();
  58. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.panArrearsValue = new LYFZ.ComponentLibrary.PanelEx();
  60. this.tb_ArrearsValue = new LYFZ.ComponentLibrary.TextBoxEx();
  61. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  62. this.panelFeedbackAmount = new LYFZ.ComponentLibrary.PanelEx();
  63. this.btnUpdateAmount = new LYFZ.ComponentLibrary.ButtonForm();
  64. this.panelDiscount = new LYFZ.ComponentLibrary.PanelEx();
  65. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  66. this.txtDiscount = new LYFZ.ComponentLibrary.TextBoxEx();
  67. this.panelPaymentMethod = new LYFZ.ComponentLibrary.PanelEx();
  68. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  69. this.cmbPaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  70. this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
  71. this.panelOrderPerson = new LYFZ.ComponentLibrary.PanelEx();
  72. this.txtOrderPerson = new LYFZ.ComponentLibrary.TextBoxEx();
  73. this.btnOrderPerson = new LYFZ.ComponentLibrary.ButtonForm();
  74. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  75. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  76. this.dtpDateTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
  77. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  78. this.btnUpdateDate = new LYFZ.ComponentLibrary.ButtonForm();
  79. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  80. this.cmbtreevOrderPerson = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  81. this.txtMemberCardType = new LYFZ.ComponentLibrary.TextBoxEx();
  82. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  83. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  84. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  85. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  86. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  87. this.btn_PerformanceClearn = new LYFZ.ComponentLibrary.ButtonForm();
  88. this.btn_CustomerPerformance = new LYFZ.ComponentLibrary.ButtonForm();
  89. this.listboxPerformance = new LYFZ.ComponentLibrary.ListBoxEx();
  90. this.plExMainContainer.SuspendLayout();
  91. this.plFormMainContent.SuspendLayout();
  92. this.panelEx3.SuspendLayout();
  93. this.flowLayoutPanel1.SuspendLayout();
  94. this.panelValidity.SuspendLayout();
  95. this.panelRechargeCategory.SuspendLayout();
  96. this.panelRechargeAmount.SuspendLayout();
  97. this.pan_Deposit.SuspendLayout();
  98. this.panArrearsValue.SuspendLayout();
  99. this.panelFeedbackAmount.SuspendLayout();
  100. this.panelDiscount.SuspendLayout();
  101. this.panelPaymentMethod.SuspendLayout();
  102. this.panelOrderPerson.SuspendLayout();
  103. this.panelEx2.SuspendLayout();
  104. this.panelEx1.SuspendLayout();
  105. this.panelEx4.SuspendLayout();
  106. this.SuspendLayout();
  107. //
  108. // plExMainContainer
  109. //
  110. this.plExMainContainer.Controls.Add(this.panelEx1);
  111. this.plExMainContainer.Controls.Add(this.panelEx3);
  112. this.plExMainContainer.Size = new System.Drawing.Size(340, 658);
  113. //
  114. // plFormMainContent
  115. //
  116. this.plFormMainContent.Size = new System.Drawing.Size(340, 658);
  117. //
  118. // btnAppFormMaximize
  119. //
  120. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  121. this.btnAppFormMaximize.Location = new System.Drawing.Point(317, 0);
  122. //
  123. // btnAppFormExit
  124. //
  125. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  126. this.btnAppFormExit.Location = new System.Drawing.Point(308, 0);
  127. //
  128. // btnAppFormMinimize
  129. //
  130. this.btnAppFormMinimize.Location = new System.Drawing.Point(317, 0);
  131. //
  132. // labelEx1
  133. //
  134. this.labelEx1.AutoSize = true;
  135. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  136. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  137. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  138. this.labelEx1.Location = new System.Drawing.Point(40, 34);
  139. this.labelEx1.Name = "labelEx1";
  140. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  141. this.labelEx1.TabIndex = 0;
  142. this.labelEx1.Text = "持卡人:";
  143. //
  144. // labelEx2
  145. //
  146. this.labelEx2.AutoSize = true;
  147. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  148. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  149. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  150. this.labelEx2.Location = new System.Drawing.Point(52, 70);
  151. this.labelEx2.Name = "labelEx2";
  152. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  153. this.labelEx2.TabIndex = 1;
  154. this.labelEx2.Text = "卡号:";
  155. //
  156. // labPreRecharge
  157. //
  158. this.labPreRecharge.AutoSize = true;
  159. this.labPreRecharge.BackColor = System.Drawing.Color.Transparent;
  160. this.labPreRecharge.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  161. this.labPreRecharge.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  162. this.labPreRecharge.Location = new System.Drawing.Point(6, 6);
  163. this.labPreRecharge.Name = "labPreRecharge";
  164. this.labPreRecharge.Size = new System.Drawing.Size(68, 17);
  165. this.labPreRecharge.TabIndex = 3;
  166. this.labPreRecharge.Text = "充值金额:";
  167. //
  168. // labelEx5
  169. //
  170. this.labelEx5.AutoSize = true;
  171. this.labelEx5.BackColor = System.Drawing.Color.Transparent;
  172. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  173. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  174. this.labelEx5.Location = new System.Drawing.Point(6, 6);
  175. this.labelEx5.Name = "labelEx5";
  176. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  177. this.labelEx5.TabIndex = 4;
  178. this.labelEx5.Text = "赠送金额:";
  179. //
  180. // txtHolders
  181. //
  182. this.txtHolders.BackColor = System.Drawing.Color.Transparent;
  183. this.txtHolders.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  184. this.txtHolders.Icon = null;
  185. this.txtHolders.IconIsButton = false;
  186. this.txtHolders.IsPasswordChat = '\0';
  187. this.txtHolders.IsSystemPasswordChar = false;
  188. this.txtHolders.Lines = new string[0];
  189. this.txtHolders.Location = new System.Drawing.Point(99, 30);
  190. this.txtHolders.Margin = new System.Windows.Forms.Padding(0);
  191. this.txtHolders.MaxLength = 32767;
  192. this.txtHolders.MinimumSize = new System.Drawing.Size(0, 24);
  193. this.txtHolders.MouseBack = null;
  194. this.txtHolders.Multiline = false;
  195. this.txtHolders.Name = "txtHolders";
  196. this.txtHolders.NormlBack = null;
  197. this.txtHolders.Padding = new System.Windows.Forms.Padding(5);
  198. this.txtHolders.ReadOnly = true;
  199. this.txtHolders.ScrollBars = System.Windows.Forms.ScrollBars.None;
  200. this.txtHolders.Size = new System.Drawing.Size(161, 25);
  201. this.txtHolders.TabIndex = 5;
  202. this.txtHolders.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  203. this.txtHolders.WaterColor = System.Drawing.Color.DarkGray;
  204. this.txtHolders.WaterText = "";
  205. this.txtHolders.WordWrap = true;
  206. //
  207. // txtMainCradNo
  208. //
  209. this.txtMainCradNo.BackColor = System.Drawing.Color.Transparent;
  210. this.txtMainCradNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  211. this.txtMainCradNo.Icon = null;
  212. this.txtMainCradNo.IconIsButton = false;
  213. this.txtMainCradNo.IsPasswordChat = '\0';
  214. this.txtMainCradNo.IsSystemPasswordChar = false;
  215. this.txtMainCradNo.Lines = new string[0];
  216. this.txtMainCradNo.Location = new System.Drawing.Point(99, 66);
  217. this.txtMainCradNo.Margin = new System.Windows.Forms.Padding(0);
  218. this.txtMainCradNo.MaxLength = 32767;
  219. this.txtMainCradNo.MinimumSize = new System.Drawing.Size(0, 24);
  220. this.txtMainCradNo.MouseBack = null;
  221. this.txtMainCradNo.Multiline = false;
  222. this.txtMainCradNo.Name = "txtMainCradNo";
  223. this.txtMainCradNo.NormlBack = null;
  224. this.txtMainCradNo.Padding = new System.Windows.Forms.Padding(5);
  225. this.txtMainCradNo.ReadOnly = true;
  226. this.txtMainCradNo.ScrollBars = System.Windows.Forms.ScrollBars.None;
  227. this.txtMainCradNo.Size = new System.Drawing.Size(161, 25);
  228. this.txtMainCradNo.TabIndex = 6;
  229. this.txtMainCradNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  230. this.txtMainCradNo.WaterColor = System.Drawing.Color.DarkGray;
  231. this.txtMainCradNo.WaterText = "";
  232. this.txtMainCradNo.WordWrap = true;
  233. //
  234. // txtFeedbackAmount
  235. //
  236. this.txtFeedbackAmount.BackColor = System.Drawing.Color.Transparent;
  237. this.txtFeedbackAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  238. this.txtFeedbackAmount.Icon = null;
  239. this.txtFeedbackAmount.IconIsButton = false;
  240. this.txtFeedbackAmount.IsPasswordChat = '\0';
  241. this.txtFeedbackAmount.IsSystemPasswordChar = false;
  242. this.txtFeedbackAmount.Lines = new string[0];
  243. this.txtFeedbackAmount.Location = new System.Drawing.Point(77, 2);
  244. this.txtFeedbackAmount.Margin = new System.Windows.Forms.Padding(0);
  245. this.txtFeedbackAmount.MaxLength = 10;
  246. this.txtFeedbackAmount.MinimumSize = new System.Drawing.Size(0, 24);
  247. this.txtFeedbackAmount.MouseBack = null;
  248. this.txtFeedbackAmount.Multiline = false;
  249. this.txtFeedbackAmount.Name = "txtFeedbackAmount";
  250. this.txtFeedbackAmount.NormlBack = null;
  251. this.txtFeedbackAmount.Padding = new System.Windows.Forms.Padding(5);
  252. this.txtFeedbackAmount.ReadOnly = true;
  253. this.txtFeedbackAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  254. this.txtFeedbackAmount.Size = new System.Drawing.Size(144, 25);
  255. this.txtFeedbackAmount.TabIndex = 10;
  256. this.txtFeedbackAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  257. this.txtFeedbackAmount.WaterColor = System.Drawing.Color.DarkGray;
  258. this.txtFeedbackAmount.WaterText = "";
  259. this.txtFeedbackAmount.WordWrap = true;
  260. //
  261. // btnRecharge
  262. //
  263. this.btnRecharge.BackColor = System.Drawing.Color.Transparent;
  264. this.btnRecharge.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRecharge.BackImg")));
  265. this.btnRecharge.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  266. this.btnRecharge.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  267. this.btnRecharge.ForeColor = System.Drawing.Color.White;
  268. this.btnRecharge.IsCustomBackImg = false;
  269. this.btnRecharge.IsShowText = true;
  270. this.btnRecharge.Location = new System.Drawing.Point(63, 6);
  271. this.btnRecharge.Name = "btnRecharge";
  272. this.btnRecharge.Size = new System.Drawing.Size(101, 28);
  273. this.btnRecharge.TabIndex = 14;
  274. this.btnRecharge.Text = " 充 值";
  275. this.btnRecharge.UseVisualStyleBackColor = false;
  276. //
  277. // btnCancel
  278. //
  279. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  280. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  281. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  282. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  283. this.btnCancel.ForeColor = System.Drawing.Color.White;
  284. this.btnCancel.IsCustomBackImg = false;
  285. this.btnCancel.IsShowText = true;
  286. this.btnCancel.Location = new System.Drawing.Point(184, 6);
  287. this.btnCancel.Name = "btnCancel";
  288. this.btnCancel.Size = new System.Drawing.Size(101, 28);
  289. this.btnCancel.TabIndex = 15;
  290. this.btnCancel.Text = " 取 消";
  291. this.btnCancel.UseVisualStyleBackColor = false;
  292. //
  293. // panelEx3
  294. //
  295. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  296. | System.Windows.Forms.AnchorStyles.Left)
  297. | System.Windows.Forms.AnchorStyles.Right)));
  298. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  299. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  300. this.panelEx3.BorderWidth = 1;
  301. this.panelEx3.Controls.Add(this.rdoDeposit);
  302. this.panelEx3.Controls.Add(this.rdoRecharge);
  303. this.panelEx3.Controls.Add(this.labNotSaveMemberCard);
  304. this.panelEx3.Controls.Add(this.labDebtAmount);
  305. this.panelEx3.Controls.Add(this.flowLayoutPanel1);
  306. this.panelEx3.Controls.Add(this.labelEx10);
  307. this.panelEx3.Controls.Add(this.cmbtreevOrderPerson);
  308. this.panelEx3.Controls.Add(this.txtMemberCardType);
  309. this.panelEx3.Controls.Add(this.labelEx7);
  310. this.panelEx3.Controls.Add(this.labelEx6);
  311. this.panelEx3.Controls.Add(this.labelEx1);
  312. this.panelEx3.Controls.Add(this.labelEx2);
  313. this.panelEx3.Controls.Add(this.txtHolders);
  314. this.panelEx3.Controls.Add(this.txtMainCradNo);
  315. this.panelEx3.Location = new System.Drawing.Point(10, 10);
  316. this.panelEx3.Name = "panelEx3";
  317. this.panelEx3.Size = new System.Drawing.Size(320, 598);
  318. this.panelEx3.TabIndex = 18;
  319. //
  320. // rdoDeposit
  321. //
  322. this.rdoDeposit.AutoSize = true;
  323. this.rdoDeposit.BackColor = System.Drawing.Color.Transparent;
  324. this.rdoDeposit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  325. this.rdoDeposit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  326. this.rdoDeposit.Location = new System.Drawing.Point(207, 3);
  327. this.rdoDeposit.Name = "rdoDeposit";
  328. this.rdoDeposit.Size = new System.Drawing.Size(50, 21);
  329. this.rdoDeposit.TabIndex = 32;
  330. this.rdoDeposit.Text = "定金";
  331. this.rdoDeposit.UseVisualStyleBackColor = false;
  332. this.rdoDeposit.Visible = false;
  333. //
  334. // rdoRecharge
  335. //
  336. this.rdoRecharge.AutoSize = true;
  337. this.rdoRecharge.BackColor = System.Drawing.Color.Transparent;
  338. this.rdoRecharge.Checked = true;
  339. this.rdoRecharge.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  340. this.rdoRecharge.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  341. this.rdoRecharge.Location = new System.Drawing.Point(151, 3);
  342. this.rdoRecharge.Name = "rdoRecharge";
  343. this.rdoRecharge.Size = new System.Drawing.Size(50, 21);
  344. this.rdoRecharge.TabIndex = 32;
  345. this.rdoRecharge.TabStop = true;
  346. this.rdoRecharge.Text = "充值";
  347. this.rdoRecharge.UseVisualStyleBackColor = false;
  348. this.rdoRecharge.Visible = false;
  349. //
  350. // labNotSaveMemberCard
  351. //
  352. this.labNotSaveMemberCard.AutoSize = true;
  353. this.labNotSaveMemberCard.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  354. this.labNotSaveMemberCard.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  355. this.labNotSaveMemberCard.Location = new System.Drawing.Point(132, 154);
  356. this.labNotSaveMemberCard.Name = "labNotSaveMemberCard";
  357. this.labNotSaveMemberCard.Size = new System.Drawing.Size(95, 17);
  358. this.labNotSaveMemberCard.TabIndex = 31;
  359. this.labNotSaveMemberCard.Text = "未存会员卡金额:";
  360. this.labNotSaveMemberCard.Visible = false;
  361. //
  362. // labDebtAmount
  363. //
  364. this.labDebtAmount.AutoSize = true;
  365. this.labDebtAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  366. this.labDebtAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  367. this.labDebtAmount.Location = new System.Drawing.Point(192, 150);
  368. this.labDebtAmount.Name = "labDebtAmount";
  369. this.labDebtAmount.Size = new System.Drawing.Size(35, 17);
  370. this.labDebtAmount.TabIndex = 30;
  371. this.labDebtAmount.Text = "欠款:";
  372. this.labDebtAmount.Visible = false;
  373. //
  374. // flowLayoutPanel1
  375. //
  376. this.flowLayoutPanel1.Controls.Add(this.panelValidity);
  377. this.flowLayoutPanel1.Controls.Add(this.panelRechargeCategory);
  378. this.flowLayoutPanel1.Controls.Add(this.panelRechargeAmount);
  379. this.flowLayoutPanel1.Controls.Add(this.pan_Deposit);
  380. this.flowLayoutPanel1.Controls.Add(this.panArrearsValue);
  381. this.flowLayoutPanel1.Controls.Add(this.panelFeedbackAmount);
  382. this.flowLayoutPanel1.Controls.Add(this.panelDiscount);
  383. this.flowLayoutPanel1.Controls.Add(this.panelPaymentMethod);
  384. this.flowLayoutPanel1.Controls.Add(this.panelOrderPerson);
  385. this.flowLayoutPanel1.Controls.Add(this.panelEx2);
  386. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  387. this.flowLayoutPanel1.Controls.Add(this.listboxPerformance);
  388. this.flowLayoutPanel1.Location = new System.Drawing.Point(19, 170);
  389. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  390. this.flowLayoutPanel1.Size = new System.Drawing.Size(289, 425);
  391. this.flowLayoutPanel1.TabIndex = 29;
  392. //
  393. // panelValidity
  394. //
  395. this.panelValidity.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  396. this.panelValidity.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  397. this.panelValidity.BorderWidth = 1;
  398. this.panelValidity.Controls.Add(this.chkValidity);
  399. this.panelValidity.Controls.Add(this.btnUpdateValidity);
  400. this.panelValidity.Controls.Add(this.dtpValidity);
  401. this.panelValidity.Controls.Add(this.labelEx13);
  402. this.panelValidity.Location = new System.Drawing.Point(3, 3);
  403. this.panelValidity.Margin = new System.Windows.Forms.Padding(3, 3, 3, 1);
  404. this.panelValidity.Name = "panelValidity";
  405. this.panelValidity.Size = new System.Drawing.Size(280, 30);
  406. this.panelValidity.TabIndex = 37;
  407. //
  408. // chkValidity
  409. //
  410. this.chkValidity.AutoSize = true;
  411. this.chkValidity.BackColor = System.Drawing.Color.Transparent;
  412. this.chkValidity.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  413. this.chkValidity.Enabled = false;
  414. this.chkValidity.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  415. this.chkValidity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  416. this.chkValidity.Fourstates = false;
  417. this.chkValidity.IsGreenTick = false;
  418. this.chkValidity.Location = new System.Drawing.Point(172, 4);
  419. this.chkValidity.Name = "chkValidity";
  420. this.chkValidity.Size = new System.Drawing.Size(51, 21);
  421. this.chkValidity.TabIndex = 216;
  422. this.chkValidity.Text = "永久";
  423. this.chkValidity.UseVisualStyleBackColor = false;
  424. //
  425. // btnUpdateValidity
  426. //
  427. this.btnUpdateValidity.BackColor = System.Drawing.Color.Transparent;
  428. this.btnUpdateValidity.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdateValidity.BackImg")));
  429. this.btnUpdateValidity.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  430. this.btnUpdateValidity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  431. this.btnUpdateValidity.ForeColor = System.Drawing.Color.White;
  432. this.btnUpdateValidity.IsCustomBackImg = false;
  433. this.btnUpdateValidity.IsShowText = true;
  434. this.btnUpdateValidity.Location = new System.Drawing.Point(227, 2);
  435. this.btnUpdateValidity.Name = "btnUpdateValidity";
  436. this.btnUpdateValidity.Size = new System.Drawing.Size(49, 25);
  437. this.btnUpdateValidity.TabIndex = 20;
  438. this.btnUpdateValidity.Text = " 修改";
  439. this.btnUpdateValidity.UseVisualStyleBackColor = false;
  440. //
  441. // dtpValidity
  442. //
  443. this.dtpValidity.CustomFormat = " ";
  444. this.dtpValidity.DateValue = "";
  445. this.dtpValidity.Enabled = false;
  446. this.dtpValidity.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  447. this.dtpValidity.IsShowTime = false;
  448. this.dtpValidity.Location = new System.Drawing.Point(78, 4);
  449. this.dtpValidity.Name = "dtpValidity";
  450. this.dtpValidity.Size = new System.Drawing.Size(90, 21);
  451. this.dtpValidity.TabIndex = 19;
  452. //
  453. // labelEx13
  454. //
  455. this.labelEx13.AutoSize = true;
  456. this.labelEx13.BackColor = System.Drawing.Color.Transparent;
  457. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  458. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  459. this.labelEx13.Location = new System.Drawing.Point(6, 6);
  460. this.labelEx13.Name = "labelEx13";
  461. this.labelEx13.Size = new System.Drawing.Size(68, 17);
  462. this.labelEx13.TabIndex = 18;
  463. this.labelEx13.Text = "有效期至:";
  464. //
  465. // panelRechargeCategory
  466. //
  467. this.panelRechargeCategory.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  468. this.panelRechargeCategory.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  469. this.panelRechargeCategory.BorderWidth = 1;
  470. this.panelRechargeCategory.Controls.Add(this.labelEx9);
  471. this.panelRechargeCategory.Controls.Add(this.cmbRechargeCategory);
  472. this.panelRechargeCategory.Location = new System.Drawing.Point(3, 35);
  473. this.panelRechargeCategory.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  474. this.panelRechargeCategory.Name = "panelRechargeCategory";
  475. this.panelRechargeCategory.Size = new System.Drawing.Size(280, 30);
  476. this.panelRechargeCategory.TabIndex = 30;
  477. //
  478. // labelEx9
  479. //
  480. this.labelEx9.AutoSize = true;
  481. this.labelEx9.BackColor = System.Drawing.Color.Transparent;
  482. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  483. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  484. this.labelEx9.Location = new System.Drawing.Point(6, 6);
  485. this.labelEx9.Name = "labelEx9";
  486. this.labelEx9.Size = new System.Drawing.Size(68, 17);
  487. this.labelEx9.TabIndex = 20;
  488. this.labelEx9.Text = "充值类型:";
  489. //
  490. // cmbRechargeCategory
  491. //
  492. this.cmbRechargeCategory.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  493. this.cmbRechargeCategory.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  494. this.cmbRechargeCategory.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  495. this.cmbRechargeCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  496. this.cmbRechargeCategory.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  497. this.cmbRechargeCategory.Font = new System.Drawing.Font("宋体", 10.5F);
  498. this.cmbRechargeCategory.FormattingEnabled = true;
  499. this.cmbRechargeCategory.IsCustomColor = false;
  500. this.cmbRechargeCategory.Location = new System.Drawing.Point(78, 4);
  501. this.cmbRechargeCategory.Name = "cmbRechargeCategory";
  502. this.cmbRechargeCategory.ReadOnly = true;
  503. this.cmbRechargeCategory.Size = new System.Drawing.Size(143, 22);
  504. this.cmbRechargeCategory.TabIndex = 8;
  505. //
  506. // panelRechargeAmount
  507. //
  508. this.panelRechargeAmount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  509. this.panelRechargeAmount.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  510. this.panelRechargeAmount.BorderWidth = 1;
  511. this.panelRechargeAmount.Controls.Add(this.labPreRecharge);
  512. this.panelRechargeAmount.Controls.Add(this.cmbRechargeAmount);
  513. this.panelRechargeAmount.Location = new System.Drawing.Point(3, 67);
  514. this.panelRechargeAmount.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  515. this.panelRechargeAmount.Name = "panelRechargeAmount";
  516. this.panelRechargeAmount.Size = new System.Drawing.Size(280, 30);
  517. this.panelRechargeAmount.TabIndex = 31;
  518. //
  519. // cmbRechargeAmount
  520. //
  521. this.cmbRechargeAmount.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  522. this.cmbRechargeAmount.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  523. this.cmbRechargeAmount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  524. this.cmbRechargeAmount.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  525. this.cmbRechargeAmount.Font = new System.Drawing.Font("宋体", 10.5F);
  526. this.cmbRechargeAmount.FormattingEnabled = true;
  527. this.cmbRechargeAmount.IsCustomColor = false;
  528. this.cmbRechargeAmount.Location = new System.Drawing.Point(77, 4);
  529. this.cmbRechargeAmount.Name = "cmbRechargeAmount";
  530. this.cmbRechargeAmount.ReadOnly = false;
  531. this.cmbRechargeAmount.Size = new System.Drawing.Size(144, 22);
  532. this.cmbRechargeAmount.TabIndex = 26;
  533. //
  534. // pan_Deposit
  535. //
  536. this.pan_Deposit.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  537. this.pan_Deposit.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  538. this.pan_Deposit.BorderWidth = 1;
  539. this.pan_Deposit.Controls.Add(this.tbDepositValue);
  540. this.pan_Deposit.Controls.Add(this.cbDepositValue);
  541. this.pan_Deposit.Controls.Add(this.labelEx14);
  542. this.pan_Deposit.Location = new System.Drawing.Point(3, 99);
  543. this.pan_Deposit.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  544. this.pan_Deposit.Name = "pan_Deposit";
  545. this.pan_Deposit.Size = new System.Drawing.Size(280, 30);
  546. this.pan_Deposit.TabIndex = 38;
  547. this.pan_Deposit.Visible = false;
  548. //
  549. // tbDepositValue
  550. //
  551. this.tbDepositValue.BackColor = System.Drawing.Color.Transparent;
  552. this.tbDepositValue.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  553. this.tbDepositValue.Icon = null;
  554. this.tbDepositValue.IconIsButton = false;
  555. this.tbDepositValue.IsPasswordChat = '\0';
  556. this.tbDepositValue.IsSystemPasswordChar = false;
  557. this.tbDepositValue.Lines = new string[0];
  558. this.tbDepositValue.Location = new System.Drawing.Point(77, 3);
  559. this.tbDepositValue.Margin = new System.Windows.Forms.Padding(0);
  560. this.tbDepositValue.MaxLength = 10;
  561. this.tbDepositValue.MinimumSize = new System.Drawing.Size(0, 24);
  562. this.tbDepositValue.MouseBack = null;
  563. this.tbDepositValue.Multiline = false;
  564. this.tbDepositValue.Name = "tbDepositValue";
  565. this.tbDepositValue.NormlBack = null;
  566. this.tbDepositValue.Padding = new System.Windows.Forms.Padding(5);
  567. this.tbDepositValue.ReadOnly = false;
  568. this.tbDepositValue.ScrollBars = System.Windows.Forms.ScrollBars.None;
  569. this.tbDepositValue.Size = new System.Drawing.Size(91, 25);
  570. this.tbDepositValue.TabIndex = 218;
  571. this.tbDepositValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  572. this.tbDepositValue.WaterColor = System.Drawing.Color.DarkGray;
  573. this.tbDepositValue.WaterText = "";
  574. this.tbDepositValue.WordWrap = true;
  575. //
  576. // cbDepositValue
  577. //
  578. this.cbDepositValue.AutoSize = true;
  579. this.cbDepositValue.BackColor = System.Drawing.Color.Transparent;
  580. this.cbDepositValue.Checked = true;
  581. this.cbDepositValue.CheckState = System.Windows.Forms.CheckState.Checked;
  582. this.cbDepositValue.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  583. this.cbDepositValue.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  584. this.cbDepositValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  585. this.cbDepositValue.Fourstates = false;
  586. this.cbDepositValue.IsGreenTick = false;
  587. this.cbDepositValue.Location = new System.Drawing.Point(172, 4);
  588. this.cbDepositValue.Name = "cbDepositValue";
  589. this.cbDepositValue.Size = new System.Drawing.Size(111, 21);
  590. this.cbDepositValue.TabIndex = 217;
  591. this.cbDepositValue.Text = "定金直存会员卡";
  592. this.toolTip1.SetToolTip(this.cbDepositValue, "若定金直存会员卡,充值预收未完成前会员卡提现在将无法提现当前金额!");
  593. this.cbDepositValue.UseVisualStyleBackColor = false;
  594. this.cbDepositValue.Visible = false;
  595. //
  596. // labelEx14
  597. //
  598. this.labelEx14.AutoSize = true;
  599. this.labelEx14.BackColor = System.Drawing.Color.Transparent;
  600. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  601. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  602. this.labelEx14.Location = new System.Drawing.Point(6, 6);
  603. this.labelEx14.Name = "labelEx14";
  604. this.labelEx14.Size = new System.Drawing.Size(68, 17);
  605. this.labelEx14.TabIndex = 3;
  606. this.labelEx14.Text = "实收金额:";
  607. //
  608. // panArrearsValue
  609. //
  610. this.panArrearsValue.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  611. this.panArrearsValue.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  612. this.panArrearsValue.BorderWidth = 1;
  613. this.panArrearsValue.Controls.Add(this.tb_ArrearsValue);
  614. this.panArrearsValue.Controls.Add(this.labelEx4);
  615. this.panArrearsValue.Location = new System.Drawing.Point(3, 131);
  616. this.panArrearsValue.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  617. this.panArrearsValue.Name = "panArrearsValue";
  618. this.panArrearsValue.Size = new System.Drawing.Size(280, 30);
  619. this.panArrearsValue.TabIndex = 39;
  620. //
  621. // tb_ArrearsValue
  622. //
  623. this.tb_ArrearsValue.BackColor = System.Drawing.Color.Transparent;
  624. this.tb_ArrearsValue.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  625. this.tb_ArrearsValue.Icon = null;
  626. this.tb_ArrearsValue.IconIsButton = false;
  627. this.tb_ArrearsValue.IsPasswordChat = '\0';
  628. this.tb_ArrearsValue.IsSystemPasswordChar = false;
  629. this.tb_ArrearsValue.Lines = new string[] {
  630. "0"};
  631. this.tb_ArrearsValue.Location = new System.Drawing.Point(76, 2);
  632. this.tb_ArrearsValue.Margin = new System.Windows.Forms.Padding(0);
  633. this.tb_ArrearsValue.MaxLength = 32767;
  634. this.tb_ArrearsValue.MinimumSize = new System.Drawing.Size(0, 24);
  635. this.tb_ArrearsValue.MouseBack = null;
  636. this.tb_ArrearsValue.Multiline = false;
  637. this.tb_ArrearsValue.Name = "tb_ArrearsValue";
  638. this.tb_ArrearsValue.NormlBack = null;
  639. this.tb_ArrearsValue.Padding = new System.Windows.Forms.Padding(5);
  640. this.tb_ArrearsValue.ReadOnly = true;
  641. this.tb_ArrearsValue.ScrollBars = System.Windows.Forms.ScrollBars.None;
  642. this.tb_ArrearsValue.Size = new System.Drawing.Size(145, 25);
  643. this.tb_ArrearsValue.TabIndex = 7;
  644. this.tb_ArrearsValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  645. this.tb_ArrearsValue.WaterColor = System.Drawing.Color.DarkGray;
  646. this.tb_ArrearsValue.WaterText = "";
  647. this.tb_ArrearsValue.WordWrap = true;
  648. //
  649. // labelEx4
  650. //
  651. this.labelEx4.AutoSize = true;
  652. this.labelEx4.BackColor = System.Drawing.Color.Transparent;
  653. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  654. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  655. this.labelEx4.Location = new System.Drawing.Point(6, 6);
  656. this.labelEx4.Name = "labelEx4";
  657. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  658. this.labelEx4.TabIndex = 3;
  659. this.labelEx4.Text = "欠 款:";
  660. //
  661. // panelFeedbackAmount
  662. //
  663. this.panelFeedbackAmount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  664. this.panelFeedbackAmount.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  665. this.panelFeedbackAmount.BorderWidth = 1;
  666. this.panelFeedbackAmount.Controls.Add(this.btnUpdateAmount);
  667. this.panelFeedbackAmount.Controls.Add(this.labelEx5);
  668. this.panelFeedbackAmount.Controls.Add(this.txtFeedbackAmount);
  669. this.panelFeedbackAmount.Location = new System.Drawing.Point(3, 163);
  670. this.panelFeedbackAmount.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  671. this.panelFeedbackAmount.Name = "panelFeedbackAmount";
  672. this.panelFeedbackAmount.Size = new System.Drawing.Size(280, 30);
  673. this.panelFeedbackAmount.TabIndex = 32;
  674. //
  675. // btnUpdateAmount
  676. //
  677. this.btnUpdateAmount.BackColor = System.Drawing.Color.Transparent;
  678. this.btnUpdateAmount.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdateAmount.BackImg")));
  679. this.btnUpdateAmount.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  680. this.btnUpdateAmount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  681. this.btnUpdateAmount.ForeColor = System.Drawing.Color.White;
  682. this.btnUpdateAmount.IsCustomBackImg = false;
  683. this.btnUpdateAmount.IsShowText = true;
  684. this.btnUpdateAmount.Location = new System.Drawing.Point(227, 2);
  685. this.btnUpdateAmount.Name = "btnUpdateAmount";
  686. this.btnUpdateAmount.Size = new System.Drawing.Size(49, 25);
  687. this.btnUpdateAmount.TabIndex = 14;
  688. this.btnUpdateAmount.Text = " 修改";
  689. this.btnUpdateAmount.UseVisualStyleBackColor = false;
  690. //
  691. // panelDiscount
  692. //
  693. this.panelDiscount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  694. this.panelDiscount.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  695. this.panelDiscount.BorderWidth = 1;
  696. this.panelDiscount.Controls.Add(this.labelEx3);
  697. this.panelDiscount.Controls.Add(this.txtDiscount);
  698. this.panelDiscount.Location = new System.Drawing.Point(3, 195);
  699. this.panelDiscount.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  700. this.panelDiscount.Name = "panelDiscount";
  701. this.panelDiscount.Size = new System.Drawing.Size(280, 30);
  702. this.panelDiscount.TabIndex = 33;
  703. //
  704. // labelEx3
  705. //
  706. this.labelEx3.AutoSize = true;
  707. this.labelEx3.BackColor = System.Drawing.Color.Transparent;
  708. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  709. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  710. this.labelEx3.Location = new System.Drawing.Point(6, 6);
  711. this.labelEx3.Name = "labelEx3";
  712. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  713. this.labelEx3.TabIndex = 25;
  714. this.labelEx3.Text = "消费折扣:";
  715. //
  716. // txtDiscount
  717. //
  718. this.txtDiscount.BackColor = System.Drawing.Color.Transparent;
  719. this.txtDiscount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  720. this.txtDiscount.Icon = null;
  721. this.txtDiscount.IconIsButton = false;
  722. this.txtDiscount.IsPasswordChat = '\0';
  723. this.txtDiscount.IsSystemPasswordChar = false;
  724. this.txtDiscount.Lines = new string[0];
  725. this.txtDiscount.Location = new System.Drawing.Point(77, 2);
  726. this.txtDiscount.Margin = new System.Windows.Forms.Padding(0);
  727. this.txtDiscount.MaxLength = 4;
  728. this.txtDiscount.MinimumSize = new System.Drawing.Size(0, 24);
  729. this.txtDiscount.MouseBack = null;
  730. this.txtDiscount.Multiline = false;
  731. this.txtDiscount.Name = "txtDiscount";
  732. this.txtDiscount.NormlBack = null;
  733. this.txtDiscount.Padding = new System.Windows.Forms.Padding(5);
  734. this.txtDiscount.ReadOnly = true;
  735. this.txtDiscount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  736. this.txtDiscount.Size = new System.Drawing.Size(144, 25);
  737. this.txtDiscount.TabIndex = 11;
  738. this.txtDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  739. this.txtDiscount.WaterColor = System.Drawing.Color.DarkGray;
  740. this.txtDiscount.WaterText = "";
  741. this.txtDiscount.WordWrap = true;
  742. //
  743. // panelPaymentMethod
  744. //
  745. this.panelPaymentMethod.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  746. this.panelPaymentMethod.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  747. this.panelPaymentMethod.BorderWidth = 1;
  748. this.panelPaymentMethod.Controls.Add(this.labelEx8);
  749. this.panelPaymentMethod.Controls.Add(this.cmbPaymentMethod);
  750. this.panelPaymentMethod.Controls.Add(this.btnSet);
  751. this.panelPaymentMethod.Location = new System.Drawing.Point(3, 227);
  752. this.panelPaymentMethod.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  753. this.panelPaymentMethod.Name = "panelPaymentMethod";
  754. this.panelPaymentMethod.Size = new System.Drawing.Size(280, 30);
  755. this.panelPaymentMethod.TabIndex = 34;
  756. //
  757. // labelEx8
  758. //
  759. this.labelEx8.AutoSize = true;
  760. this.labelEx8.BackColor = System.Drawing.Color.Transparent;
  761. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  762. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  763. this.labelEx8.Location = new System.Drawing.Point(6, 6);
  764. this.labelEx8.Name = "labelEx8";
  765. this.labelEx8.Size = new System.Drawing.Size(68, 17);
  766. this.labelEx8.TabIndex = 18;
  767. this.labelEx8.Text = "支付方式:";
  768. //
  769. // cmbPaymentMethod
  770. //
  771. this.cmbPaymentMethod.AfterSelectLevelFirstNode = true;
  772. this.cmbPaymentMethod.DropDownHeight = 220;
  773. this.cmbPaymentMethod.DropDownShow = false;
  774. this.cmbPaymentMethod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  775. this.cmbPaymentMethod.FormattingEnabled = true;
  776. this.cmbPaymentMethod.IntegralHeight = false;
  777. this.cmbPaymentMethod.IsNodeMouseClick = true;
  778. this.cmbPaymentMethod.IsSelectParentNode = false;
  779. this.cmbPaymentMethod.Location = new System.Drawing.Point(77, 2);
  780. this.cmbPaymentMethod.Name = "cmbPaymentMethod";
  781. this.cmbPaymentMethod.ReadOnly = true;
  782. this.cmbPaymentMethod.SelectedNode = null;
  783. this.cmbPaymentMethod.Size = new System.Drawing.Size(144, 25);
  784. this.cmbPaymentMethod.StrGetName = "";
  785. this.cmbPaymentMethod.StrGetTagName = "";
  786. this.cmbPaymentMethod.StrKey = null;
  787. this.cmbPaymentMethod.TabIndex = 12;
  788. //
  789. // btnSet
  790. //
  791. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  792. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  793. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  794. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  795. this.btnSet.ForeColor = System.Drawing.Color.White;
  796. this.btnSet.IsCustomBackImg = false;
  797. this.btnSet.IsShowText = true;
  798. this.btnSet.Location = new System.Drawing.Point(227, 2);
  799. this.btnSet.Name = "btnSet";
  800. this.btnSet.Size = new System.Drawing.Size(49, 25);
  801. this.btnSet.TabIndex = 13;
  802. this.btnSet.Text = " 设置";
  803. this.btnSet.UseVisualStyleBackColor = false;
  804. //
  805. // panelOrderPerson
  806. //
  807. this.panelOrderPerson.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  808. this.panelOrderPerson.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  809. this.panelOrderPerson.BorderWidth = 1;
  810. this.panelOrderPerson.Controls.Add(this.txtOrderPerson);
  811. this.panelOrderPerson.Controls.Add(this.btnOrderPerson);
  812. this.panelOrderPerson.Controls.Add(this.labelEx11);
  813. this.panelOrderPerson.Location = new System.Drawing.Point(3, 259);
  814. this.panelOrderPerson.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  815. this.panelOrderPerson.Name = "panelOrderPerson";
  816. this.panelOrderPerson.Size = new System.Drawing.Size(280, 30);
  817. this.panelOrderPerson.TabIndex = 35;
  818. //
  819. // txtOrderPerson
  820. //
  821. this.txtOrderPerson.BackColor = System.Drawing.Color.Transparent;
  822. this.txtOrderPerson.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  823. this.txtOrderPerson.Icon = null;
  824. this.txtOrderPerson.IconIsButton = false;
  825. this.txtOrderPerson.IsPasswordChat = '\0';
  826. this.txtOrderPerson.IsSystemPasswordChar = false;
  827. this.txtOrderPerson.Lines = new string[0];
  828. this.txtOrderPerson.Location = new System.Drawing.Point(77, 2);
  829. this.txtOrderPerson.Margin = new System.Windows.Forms.Padding(0);
  830. this.txtOrderPerson.MaxLength = 4;
  831. this.txtOrderPerson.MinimumSize = new System.Drawing.Size(0, 24);
  832. this.txtOrderPerson.MouseBack = null;
  833. this.txtOrderPerson.Multiline = false;
  834. this.txtOrderPerson.Name = "txtOrderPerson";
  835. this.txtOrderPerson.NormlBack = null;
  836. this.txtOrderPerson.Padding = new System.Windows.Forms.Padding(5);
  837. this.txtOrderPerson.ReadOnly = true;
  838. this.txtOrderPerson.ScrollBars = System.Windows.Forms.ScrollBars.None;
  839. this.txtOrderPerson.Size = new System.Drawing.Size(144, 25);
  840. this.txtOrderPerson.TabIndex = 30;
  841. this.txtOrderPerson.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  842. this.txtOrderPerson.WaterColor = System.Drawing.Color.DarkGray;
  843. this.txtOrderPerson.WaterText = "";
  844. this.txtOrderPerson.WordWrap = true;
  845. //
  846. // btnOrderPerson
  847. //
  848. this.btnOrderPerson.BackColor = System.Drawing.Color.Transparent;
  849. this.btnOrderPerson.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOrderPerson.BackImg")));
  850. this.btnOrderPerson.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  851. this.btnOrderPerson.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  852. this.btnOrderPerson.ForeColor = System.Drawing.Color.White;
  853. this.btnOrderPerson.IsCustomBackImg = false;
  854. this.btnOrderPerson.IsShowText = true;
  855. this.btnOrderPerson.Location = new System.Drawing.Point(227, 2);
  856. this.btnOrderPerson.Name = "btnOrderPerson";
  857. this.btnOrderPerson.Size = new System.Drawing.Size(49, 25);
  858. this.btnOrderPerson.TabIndex = 29;
  859. this.btnOrderPerson.Text = " 选择";
  860. this.btnOrderPerson.UseVisualStyleBackColor = false;
  861. //
  862. // labelEx11
  863. //
  864. this.labelEx11.AutoSize = true;
  865. this.labelEx11.BackColor = System.Drawing.Color.Transparent;
  866. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  867. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  868. this.labelEx11.Location = new System.Drawing.Point(18, 6);
  869. this.labelEx11.Name = "labelEx11";
  870. this.labelEx11.Size = new System.Drawing.Size(56, 17);
  871. this.labelEx11.TabIndex = 28;
  872. this.labelEx11.Text = "接单人:";
  873. //
  874. // panelEx2
  875. //
  876. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  877. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  878. this.panelEx2.BorderWidth = 1;
  879. this.panelEx2.Controls.Add(this.dtpDateTime);
  880. this.panelEx2.Controls.Add(this.labelEx12);
  881. this.panelEx2.Controls.Add(this.btnUpdateDate);
  882. this.panelEx2.Location = new System.Drawing.Point(3, 291);
  883. this.panelEx2.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  884. this.panelEx2.Name = "panelEx2";
  885. this.panelEx2.Size = new System.Drawing.Size(280, 30);
  886. this.panelEx2.TabIndex = 36;
  887. //
  888. // dtpDateTime
  889. //
  890. this.dtpDateTime.CustomFormat = " ";
  891. this.dtpDateTime.DateValue = "";
  892. this.dtpDateTime.Enabled = false;
  893. this.dtpDateTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  894. this.dtpDateTime.IsShowTime = false;
  895. this.dtpDateTime.Location = new System.Drawing.Point(77, 4);
  896. this.dtpDateTime.Name = "dtpDateTime";
  897. this.dtpDateTime.Size = new System.Drawing.Size(144, 21);
  898. this.dtpDateTime.TabIndex = 19;
  899. //
  900. // labelEx12
  901. //
  902. this.labelEx12.AutoSize = true;
  903. this.labelEx12.BackColor = System.Drawing.Color.Transparent;
  904. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  905. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  906. this.labelEx12.Location = new System.Drawing.Point(6, 6);
  907. this.labelEx12.Name = "labelEx12";
  908. this.labelEx12.Size = new System.Drawing.Size(68, 17);
  909. this.labelEx12.TabIndex = 18;
  910. this.labelEx12.Text = "充值时间:";
  911. //
  912. // btnUpdateDate
  913. //
  914. this.btnUpdateDate.BackColor = System.Drawing.Color.Transparent;
  915. this.btnUpdateDate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdateDate.BackImg")));
  916. this.btnUpdateDate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  917. this.btnUpdateDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  918. this.btnUpdateDate.ForeColor = System.Drawing.Color.White;
  919. this.btnUpdateDate.IsCustomBackImg = false;
  920. this.btnUpdateDate.IsShowText = true;
  921. this.btnUpdateDate.Location = new System.Drawing.Point(227, 2);
  922. this.btnUpdateDate.Name = "btnUpdateDate";
  923. this.btnUpdateDate.Size = new System.Drawing.Size(49, 25);
  924. this.btnUpdateDate.TabIndex = 13;
  925. this.btnUpdateDate.Text = " 修改";
  926. this.btnUpdateDate.UseVisualStyleBackColor = false;
  927. //
  928. // labelEx10
  929. //
  930. this.labelEx10.AutoSize = true;
  931. this.labelEx10.BackColor = System.Drawing.Color.Transparent;
  932. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  933. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  934. this.labelEx10.Location = new System.Drawing.Point(40, 107);
  935. this.labelEx10.Name = "labelEx10";
  936. this.labelEx10.Size = new System.Drawing.Size(56, 17);
  937. this.labelEx10.TabIndex = 21;
  938. this.labelEx10.Text = "卡等级:";
  939. //
  940. // cmbtreevOrderPerson
  941. //
  942. this.cmbtreevOrderPerson.AfterSelectLevelFirstNode = false;
  943. this.cmbtreevOrderPerson.DropDownHeight = 220;
  944. this.cmbtreevOrderPerson.DropDownShow = true;
  945. this.cmbtreevOrderPerson.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  946. this.cmbtreevOrderPerson.FormattingEnabled = true;
  947. this.cmbtreevOrderPerson.IntegralHeight = false;
  948. this.cmbtreevOrderPerson.IsNodeMouseClick = true;
  949. this.cmbtreevOrderPerson.IsSelectParentNode = false;
  950. this.cmbtreevOrderPerson.Location = new System.Drawing.Point(99, 131);
  951. this.cmbtreevOrderPerson.Name = "cmbtreevOrderPerson";
  952. this.cmbtreevOrderPerson.ReadOnly = true;
  953. this.cmbtreevOrderPerson.SelectedNode = null;
  954. this.cmbtreevOrderPerson.Size = new System.Drawing.Size(144, 25);
  955. this.cmbtreevOrderPerson.StrGetName = "";
  956. this.cmbtreevOrderPerson.StrGetTagName = "";
  957. this.cmbtreevOrderPerson.StrKey = null;
  958. this.cmbtreevOrderPerson.TabIndex = 27;
  959. this.cmbtreevOrderPerson.Visible = false;
  960. //
  961. // txtMemberCardType
  962. //
  963. this.txtMemberCardType.BackColor = System.Drawing.Color.Transparent;
  964. this.txtMemberCardType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  965. this.txtMemberCardType.Icon = null;
  966. this.txtMemberCardType.IconIsButton = false;
  967. this.txtMemberCardType.IsPasswordChat = '\0';
  968. this.txtMemberCardType.IsSystemPasswordChar = false;
  969. this.txtMemberCardType.Lines = new string[0];
  970. this.txtMemberCardType.Location = new System.Drawing.Point(99, 103);
  971. this.txtMemberCardType.Margin = new System.Windows.Forms.Padding(0);
  972. this.txtMemberCardType.MaxLength = 32767;
  973. this.txtMemberCardType.MinimumSize = new System.Drawing.Size(0, 24);
  974. this.txtMemberCardType.MouseBack = null;
  975. this.txtMemberCardType.Multiline = false;
  976. this.txtMemberCardType.Name = "txtMemberCardType";
  977. this.txtMemberCardType.NormlBack = null;
  978. this.txtMemberCardType.Padding = new System.Windows.Forms.Padding(5);
  979. this.txtMemberCardType.ReadOnly = true;
  980. this.txtMemberCardType.ScrollBars = System.Windows.Forms.ScrollBars.None;
  981. this.txtMemberCardType.Size = new System.Drawing.Size(161, 25);
  982. this.txtMemberCardType.TabIndex = 7;
  983. this.txtMemberCardType.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  984. this.txtMemberCardType.WaterColor = System.Drawing.Color.DarkGray;
  985. this.txtMemberCardType.WaterText = "";
  986. this.txtMemberCardType.WordWrap = true;
  987. //
  988. // labelEx7
  989. //
  990. this.labelEx7.AutoSize = true;
  991. this.labelEx7.BackColor = System.Drawing.Color.Transparent;
  992. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  993. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  994. this.labelEx7.Location = new System.Drawing.Point(15, 147);
  995. this.labelEx7.Name = "labelEx7";
  996. this.labelEx7.Size = new System.Drawing.Size(56, 17);
  997. this.labelEx7.TabIndex = 7;
  998. this.labelEx7.Text = "充值金额";
  999. //
  1000. // labelEx6
  1001. //
  1002. this.labelEx6.AutoSize = true;
  1003. this.labelEx6.BackColor = System.Drawing.Color.Transparent;
  1004. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  1005. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1006. this.labelEx6.Location = new System.Drawing.Point(15, 5);
  1007. this.labelEx6.Name = "labelEx6";
  1008. this.labelEx6.Size = new System.Drawing.Size(56, 17);
  1009. this.labelEx6.TabIndex = 1;
  1010. this.labelEx6.Text = "会员资料";
  1011. //
  1012. // panelEx1
  1013. //
  1014. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  1015. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  1016. this.panelEx1.BorderWidth = 1;
  1017. this.panelEx1.Controls.Add(this.btnCancel);
  1018. this.panelEx1.Controls.Add(this.btnRecharge);
  1019. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  1020. this.panelEx1.Location = new System.Drawing.Point(0, 618);
  1021. this.panelEx1.Name = "panelEx1";
  1022. this.panelEx1.Size = new System.Drawing.Size(340, 40);
  1023. this.panelEx1.TabIndex = 19;
  1024. //
  1025. // panelEx4
  1026. //
  1027. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  1028. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  1029. this.panelEx4.BorderWidth = 1;
  1030. this.panelEx4.Controls.Add(this.btn_CustomerPerformance);
  1031. this.panelEx4.Controls.Add(this.btn_PerformanceClearn);
  1032. this.panelEx4.Location = new System.Drawing.Point(3, 323);
  1033. this.panelEx4.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  1034. this.panelEx4.Name = "panelEx4";
  1035. this.panelEx4.Size = new System.Drawing.Size(280, 30);
  1036. this.panelEx4.TabIndex = 40;
  1037. //
  1038. // btn_PerformanceClearn
  1039. //
  1040. this.btn_PerformanceClearn.BackColor = System.Drawing.Color.Transparent;
  1041. this.btn_PerformanceClearn.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_PerformanceClearn.BackImg")));
  1042. this.btn_PerformanceClearn.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1043. this.btn_PerformanceClearn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1044. this.btn_PerformanceClearn.ForeColor = System.Drawing.Color.White;
  1045. this.btn_PerformanceClearn.IsCustomBackImg = false;
  1046. this.btn_PerformanceClearn.IsShowText = true;
  1047. this.btn_PerformanceClearn.Location = new System.Drawing.Point(227, 2);
  1048. this.btn_PerformanceClearn.Name = "btn_PerformanceClearn";
  1049. this.btn_PerformanceClearn.Size = new System.Drawing.Size(49, 25);
  1050. this.btn_PerformanceClearn.TabIndex = 14;
  1051. this.btn_PerformanceClearn.Text = " 清空";
  1052. this.btn_PerformanceClearn.UseVisualStyleBackColor = false;
  1053. //
  1054. // btn_CustomerPerformance
  1055. //
  1056. this.btn_CustomerPerformance.BackColor = System.Drawing.Color.Transparent;
  1057. this.btn_CustomerPerformance.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_CustomerPerformance.BackImg")));
  1058. this.btn_CustomerPerformance.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1059. this.btn_CustomerPerformance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1060. this.btn_CustomerPerformance.ForeColor = System.Drawing.Color.White;
  1061. this.btn_CustomerPerformance.IsCustomBackImg = false;
  1062. this.btn_CustomerPerformance.IsShowText = true;
  1063. this.btn_CustomerPerformance.Location = new System.Drawing.Point(3, 2);
  1064. this.btn_CustomerPerformance.Name = "btn_CustomerPerformance";
  1065. this.btn_CustomerPerformance.Size = new System.Drawing.Size(218, 25);
  1066. this.btn_CustomerPerformance.TabIndex = 14;
  1067. this.btn_CustomerPerformance.Text = " 自定义分配本次业绩";
  1068. this.btn_CustomerPerformance.UseVisualStyleBackColor = false;
  1069. //
  1070. // listboxPerformance
  1071. //
  1072. this.listboxPerformance.Dock = System.Windows.Forms.DockStyle.Top;
  1073. this.listboxPerformance.FormattingEnabled = true;
  1074. this.listboxPerformance.ItemHeight = 12;
  1075. this.listboxPerformance.Location = new System.Drawing.Point(3, 357);
  1076. this.listboxPerformance.Name = "listboxPerformance";
  1077. this.listboxPerformance.Size = new System.Drawing.Size(280, 64);
  1078. this.listboxPerformance.TabIndex = 41;
  1079. //
  1080. // GoldCardRechargeSuperSmallForm
  1081. //
  1082. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1083. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1084. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1085. this.ClientSize = new System.Drawing.Size(340, 723);
  1086. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1087. this.IsUserControlsSize = false;
  1088. this.MaximizeBox = false;
  1089. this.MinimizeBox = false;
  1090. this.Name = "GoldCardRechargeSuperSmallForm";
  1091. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1092. this.Text = "会员卡充值";
  1093. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1094. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  1095. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  1096. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  1097. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  1098. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  1099. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  1100. this.plExMainContainer.ResumeLayout(false);
  1101. this.plFormMainContent.ResumeLayout(false);
  1102. this.panelEx3.ResumeLayout(false);
  1103. this.panelEx3.PerformLayout();
  1104. this.flowLayoutPanel1.ResumeLayout(false);
  1105. this.panelValidity.ResumeLayout(false);
  1106. this.panelValidity.PerformLayout();
  1107. this.panelRechargeCategory.ResumeLayout(false);
  1108. this.panelRechargeCategory.PerformLayout();
  1109. this.panelRechargeAmount.ResumeLayout(false);
  1110. this.panelRechargeAmount.PerformLayout();
  1111. this.pan_Deposit.ResumeLayout(false);
  1112. this.pan_Deposit.PerformLayout();
  1113. this.panArrearsValue.ResumeLayout(false);
  1114. this.panArrearsValue.PerformLayout();
  1115. this.panelFeedbackAmount.ResumeLayout(false);
  1116. this.panelFeedbackAmount.PerformLayout();
  1117. this.panelDiscount.ResumeLayout(false);
  1118. this.panelDiscount.PerformLayout();
  1119. this.panelPaymentMethod.ResumeLayout(false);
  1120. this.panelPaymentMethod.PerformLayout();
  1121. this.panelOrderPerson.ResumeLayout(false);
  1122. this.panelOrderPerson.PerformLayout();
  1123. this.panelEx2.ResumeLayout(false);
  1124. this.panelEx2.PerformLayout();
  1125. this.panelEx1.ResumeLayout(false);
  1126. this.panelEx4.ResumeLayout(false);
  1127. this.ResumeLayout(false);
  1128. }
  1129. #endregion
  1130. protected ComponentLibrary.ButtonEx btnCancel;
  1131. protected ComponentLibrary.ButtonEx btnRecharge;
  1132. protected ComponentLibrary.TextBoxEx txtFeedbackAmount;
  1133. protected ComponentLibrary.TextBoxEx txtMainCradNo;
  1134. protected ComponentLibrary.TextBoxEx txtHolders;
  1135. private ComponentLibrary.LabelEx labelEx2;
  1136. private ComponentLibrary.LabelEx labelEx1;
  1137. private ComponentLibrary.PanelEx panelEx1;
  1138. private ComponentLibrary.PanelEx panelEx3;
  1139. protected ComponentLibrary.LabelEx labelEx8;
  1140. private ComponentLibrary.LabelEx labelEx7;
  1141. private ComponentLibrary.LabelEx labelEx6;
  1142. protected ComponentLibrary.ComboBoxEx cmbRechargeCategory;
  1143. protected ComponentLibrary.LabelEx labelEx9;
  1144. private ComponentLibrary.LabelEx labelEx10;
  1145. protected ComponentLibrary.TextBoxEx txtMemberCardType;
  1146. protected ComponentLibrary.LabelEx labelEx5;
  1147. protected ComponentLibrary.LabelEx labPreRecharge;
  1148. protected ComponentLibrary.ComboBoxTreeViewEx cmbPaymentMethod;
  1149. protected ComponentLibrary.ButtonForm btnSet;
  1150. protected System.Windows.Forms.ToolTip toolTip1;
  1151. protected ComponentLibrary.LabelEx labelEx3;
  1152. protected ComponentLibrary.TextBoxEx txtDiscount;
  1153. protected ComponentLibrary.ComboBoxEx cmbRechargeAmount;
  1154. protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevOrderPerson;
  1155. protected ComponentLibrary.LabelEx labelEx11;
  1156. protected ComponentLibrary.PanelEx panelRechargeCategory;
  1157. protected ComponentLibrary.PanelEx panelRechargeAmount;
  1158. protected ComponentLibrary.PanelEx panelFeedbackAmount;
  1159. protected ComponentLibrary.PanelEx panelDiscount;
  1160. protected ComponentLibrary.PanelEx panelPaymentMethod;
  1161. protected ComponentLibrary.PanelEx panelOrderPerson;
  1162. protected ComponentLibrary.PanelEx panelEx2;
  1163. protected ComponentLibrary.LabelEx labelEx12;
  1164. protected ComponentLibrary.DateTimePickerEx dtpDateTime;
  1165. protected internal ComponentLibrary.ButtonForm btnUpdateDate;
  1166. protected internal ComponentLibrary.ButtonForm btnUpdateAmount;
  1167. protected ComponentLibrary.LabelEx labelEx13;
  1168. protected internal ComponentLibrary.PanelEx panelValidity;
  1169. protected internal ComponentLibrary.ButtonForm btnUpdateValidity;
  1170. protected internal ComponentLibrary.CheckBoxEx chkValidity;
  1171. protected internal ComponentLibrary.DateTimePickerEx dtpValidity;
  1172. protected internal ComponentLibrary.TextBoxEx txtOrderPerson;
  1173. protected internal ComponentLibrary.ButtonForm btnOrderPerson;
  1174. protected ComponentLibrary.PanelEx pan_Deposit;
  1175. protected ComponentLibrary.LabelEx labelEx14;
  1176. protected internal ComponentLibrary.CheckBoxEx cbDepositValue;
  1177. protected ComponentLibrary.TextBoxEx tbDepositValue;
  1178. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1179. protected internal ComponentLibrary.LabelEx labDebtAmount;
  1180. protected internal ComponentLibrary.LabelEx labNotSaveMemberCard;
  1181. protected internal ComponentLibrary.RadioButtonEx rdoDeposit;
  1182. protected internal ComponentLibrary.RadioButtonEx rdoRecharge;
  1183. protected ComponentLibrary.PanelEx panArrearsValue;
  1184. protected ComponentLibrary.LabelEx labelEx4;
  1185. protected ComponentLibrary.TextBoxEx tb_ArrearsValue;
  1186. protected ComponentLibrary.PanelEx panelEx4;
  1187. protected internal ComponentLibrary.ButtonForm btn_CustomerPerformance;
  1188. protected internal ComponentLibrary.ButtonForm btn_PerformanceClearn;
  1189. protected internal ComponentLibrary.ListBoxEx listboxPerformance;
  1190. }
  1191. }