GoldCardManagementSmallForm.Designer.cs 84 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407
  1. namespace LYFZ.Software.UI.MembershipManage.SetSmallForm
  2. {
  3. partial class GoldCardManagementSmallForm
  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(GoldCardManagementSmallForm));
  30. this.txtCradType = new LYFZ.ComponentLibrary.TextBoxEx();
  31. this.txtCashAccount = new LYFZ.ComponentLibrary.TextBoxEx();
  32. this.txtAvailablePoints = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.txtHolder = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.txtCardNo = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.btnModifyData = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.btnChangingCard = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.btnUseLog = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.btnRedeemLog = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.btnRedeemPoint = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.btnSendPoint = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.btnTurnPoints = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.btnLogout = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.btnPassword = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.btnRecharge = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.btnCash = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.btnCashbackInfo = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  54. this.flpanel1 = new System.Windows.Forms.FlowLayoutPanel();
  55. this.flpanel2 = new System.Windows.Forms.FlowLayoutPanel();
  56. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  57. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  58. this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
  59. this.btnRetrievePassword = new LYFZ.ComponentLibrary.ButtonEx();
  60. this.btnUpdateType = new LYFZ.ComponentLibrary.ButtonEx();
  61. this.btnSendAmount = new LYFZ.ComponentLibrary.ButtonEx();
  62. this.btnUpdateDiscount = new LYFZ.ComponentLibrary.ButtonEx();
  63. this.btn_DisInfo = new LYFZ.ComponentLibrary.ButtonEx();
  64. this.flpanel3 = new System.Windows.Forms.FlowLayoutPanel();
  65. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  66. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  67. this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel();
  68. this.btnOpenPointsViceCard = new LYFZ.ComponentLibrary.ButtonEx();
  69. this.flpanel4 = new System.Windows.Forms.FlowLayoutPanel();
  70. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  71. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  72. this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
  73. this.btnRechargeLog = new LYFZ.ComponentLibrary.ButtonEx();
  74. this.btnDepositAmount = new LYFZ.ComponentLibrary.ButtonEx();
  75. this.btnReturnDepositAmount = new LYFZ.ComponentLibrary.ButtonEx();
  76. this.flpanel5 = new System.Windows.Forms.FlowLayoutPanel();
  77. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  78. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  79. this.flowLayoutPanel8 = new System.Windows.Forms.FlowLayoutPanel();
  80. this.btnOpenBackCashCard = new LYFZ.ComponentLibrary.ButtonEx();
  81. this.btnBackCashTakeCash = new LYFZ.ComponentLibrary.ButtonEx();
  82. this.flpanel6 = new System.Windows.Forms.FlowLayoutPanel();
  83. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  84. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  85. this.flowLayoutPanel10 = new System.Windows.Forms.FlowLayoutPanel();
  86. this.btnService = new LYFZ.ComponentLibrary.ButtonEx();
  87. this.btnServicePaymentRecord = new LYFZ.ComponentLibrary.ButtonEx();
  88. this.btnServiceUseRecord = new LYFZ.ComponentLibrary.ButtonEx();
  89. this.flpanel7 = new System.Windows.Forms.FlowLayoutPanel();
  90. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  91. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  92. this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  93. this.btnPhotographerConference = new LYFZ.ComponentLibrary.ButtonEx();
  94. this.btnMyPhotographerConference = new LYFZ.ComponentLibrary.ButtonEx();
  95. this.btnPhotographerConferenceRecord = new LYFZ.ComponentLibrary.ButtonEx();
  96. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  97. this.txtPackagesAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  98. this.txtUseDiscount = new LYFZ.ComponentLibrary.TextBoxEx();
  99. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  100. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  101. this.txtTelephone = new LYFZ.ComponentLibrary.MaskedTextBoxEx(this.components);
  102. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  103. this.plExMainContainer.SuspendLayout();
  104. this.plFormMainContent.SuspendLayout();
  105. this.panelEx1.SuspendLayout();
  106. this.flpanel1.SuspendLayout();
  107. this.flpanel2.SuspendLayout();
  108. this.panelEx3.SuspendLayout();
  109. this.flowLayoutPanel6.SuspendLayout();
  110. this.flpanel3.SuspendLayout();
  111. this.panelEx4.SuspendLayout();
  112. this.flowLayoutPanel7.SuspendLayout();
  113. this.flpanel4.SuspendLayout();
  114. this.panelEx5.SuspendLayout();
  115. this.flowLayoutPanel5.SuspendLayout();
  116. this.flpanel5.SuspendLayout();
  117. this.panelEx6.SuspendLayout();
  118. this.flowLayoutPanel8.SuspendLayout();
  119. this.flpanel6.SuspendLayout();
  120. this.panelEx7.SuspendLayout();
  121. this.flowLayoutPanel10.SuspendLayout();
  122. this.flpanel7.SuspendLayout();
  123. this.panelEx8.SuspendLayout();
  124. this.flowLayoutPanel2.SuspendLayout();
  125. this.SuspendLayout();
  126. //
  127. // plExMainContainer
  128. //
  129. this.plExMainContainer.Controls.Add(this.panelEx1);
  130. this.plExMainContainer.Size = new System.Drawing.Size(550, 658);
  131. //
  132. // plFormMainContent
  133. //
  134. this.plFormMainContent.Size = new System.Drawing.Size(550, 658);
  135. //
  136. // btnAppFormMaximize
  137. //
  138. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  139. //
  140. // btnAppFormExit
  141. //
  142. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  143. this.btnAppFormExit.Location = new System.Drawing.Point(518, 0);
  144. //
  145. // btnAppFormMinimize
  146. //
  147. this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0);
  148. //
  149. // txtCradType
  150. //
  151. this.txtCradType.BackColor = System.Drawing.Color.Transparent;
  152. this.txtCradType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  153. this.txtCradType.Icon = null;
  154. this.txtCradType.IconIsButton = false;
  155. this.txtCradType.IsPasswordChat = '\0';
  156. this.txtCradType.IsSystemPasswordChar = false;
  157. this.txtCradType.Lines = new string[0];
  158. this.txtCradType.Location = new System.Drawing.Point(253, 74);
  159. this.txtCradType.Margin = new System.Windows.Forms.Padding(0);
  160. this.txtCradType.MaxLength = 32767;
  161. this.txtCradType.MinimumSize = new System.Drawing.Size(0, 24);
  162. this.txtCradType.MouseBack = null;
  163. this.txtCradType.Multiline = false;
  164. this.txtCradType.Name = "txtCradType";
  165. this.txtCradType.NormlBack = null;
  166. this.txtCradType.Padding = new System.Windows.Forms.Padding(5);
  167. this.txtCradType.ReadOnly = true;
  168. this.txtCradType.ScrollBars = System.Windows.Forms.ScrollBars.None;
  169. this.txtCradType.Size = new System.Drawing.Size(87, 25);
  170. this.txtCradType.TabIndex = 11;
  171. this.txtCradType.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  172. this.txtCradType.WaterColor = System.Drawing.Color.DarkGray;
  173. this.txtCradType.WaterText = "";
  174. this.txtCradType.WordWrap = true;
  175. //
  176. // txtCashAccount
  177. //
  178. this.txtCashAccount.BackColor = System.Drawing.Color.Transparent;
  179. this.txtCashAccount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  180. this.txtCashAccount.Icon = null;
  181. this.txtCashAccount.IconIsButton = false;
  182. this.txtCashAccount.IsPasswordChat = '\0';
  183. this.txtCashAccount.IsSystemPasswordChar = false;
  184. this.txtCashAccount.Lines = new string[0];
  185. this.txtCashAccount.Location = new System.Drawing.Point(85, 104);
  186. this.txtCashAccount.Margin = new System.Windows.Forms.Padding(0);
  187. this.txtCashAccount.MaxLength = 32767;
  188. this.txtCashAccount.MinimumSize = new System.Drawing.Size(0, 24);
  189. this.txtCashAccount.MouseBack = null;
  190. this.txtCashAccount.Multiline = false;
  191. this.txtCashAccount.Name = "txtCashAccount";
  192. this.txtCashAccount.NormlBack = null;
  193. this.txtCashAccount.Padding = new System.Windows.Forms.Padding(5);
  194. this.txtCashAccount.ReadOnly = true;
  195. this.txtCashAccount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  196. this.txtCashAccount.Size = new System.Drawing.Size(87, 25);
  197. this.txtCashAccount.TabIndex = 10;
  198. this.txtCashAccount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  199. this.txtCashAccount.WaterColor = System.Drawing.Color.DarkGray;
  200. this.txtCashAccount.WaterText = "";
  201. this.txtCashAccount.WordWrap = true;
  202. //
  203. // txtAvailablePoints
  204. //
  205. this.txtAvailablePoints.BackColor = System.Drawing.Color.Transparent;
  206. this.txtAvailablePoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  207. this.txtAvailablePoints.Icon = null;
  208. this.txtAvailablePoints.IconIsButton = false;
  209. this.txtAvailablePoints.IsPasswordChat = '\0';
  210. this.txtAvailablePoints.IsSystemPasswordChar = false;
  211. this.txtAvailablePoints.Lines = new string[0];
  212. this.txtAvailablePoints.Location = new System.Drawing.Point(424, 74);
  213. this.txtAvailablePoints.Margin = new System.Windows.Forms.Padding(0);
  214. this.txtAvailablePoints.MaxLength = 32767;
  215. this.txtAvailablePoints.MinimumSize = new System.Drawing.Size(0, 24);
  216. this.txtAvailablePoints.MouseBack = null;
  217. this.txtAvailablePoints.Multiline = false;
  218. this.txtAvailablePoints.Name = "txtAvailablePoints";
  219. this.txtAvailablePoints.NormlBack = null;
  220. this.txtAvailablePoints.Padding = new System.Windows.Forms.Padding(5);
  221. this.txtAvailablePoints.ReadOnly = true;
  222. this.txtAvailablePoints.ScrollBars = System.Windows.Forms.ScrollBars.None;
  223. this.txtAvailablePoints.Size = new System.Drawing.Size(87, 25);
  224. this.txtAvailablePoints.TabIndex = 9;
  225. this.txtAvailablePoints.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  226. this.txtAvailablePoints.WaterColor = System.Drawing.Color.DarkGray;
  227. this.txtAvailablePoints.WaterText = "";
  228. this.txtAvailablePoints.WordWrap = true;
  229. //
  230. // txtHolder
  231. //
  232. this.txtHolder.BackColor = System.Drawing.Color.Transparent;
  233. this.txtHolder.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  234. this.txtHolder.Icon = null;
  235. this.txtHolder.IconIsButton = false;
  236. this.txtHolder.IsPasswordChat = '\0';
  237. this.txtHolder.IsSystemPasswordChar = false;
  238. this.txtHolder.Lines = new string[0];
  239. this.txtHolder.Location = new System.Drawing.Point(85, 74);
  240. this.txtHolder.Margin = new System.Windows.Forms.Padding(0);
  241. this.txtHolder.MaxLength = 32767;
  242. this.txtHolder.MinimumSize = new System.Drawing.Size(0, 24);
  243. this.txtHolder.MouseBack = null;
  244. this.txtHolder.Multiline = false;
  245. this.txtHolder.Name = "txtHolder";
  246. this.txtHolder.NormlBack = null;
  247. this.txtHolder.Padding = new System.Windows.Forms.Padding(5);
  248. this.txtHolder.ReadOnly = true;
  249. this.txtHolder.ScrollBars = System.Windows.Forms.ScrollBars.None;
  250. this.txtHolder.Size = new System.Drawing.Size(87, 25);
  251. this.txtHolder.TabIndex = 7;
  252. this.txtHolder.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  253. this.txtHolder.WaterColor = System.Drawing.Color.DarkGray;
  254. this.txtHolder.WaterText = "";
  255. this.txtHolder.WordWrap = true;
  256. //
  257. // txtCardNo
  258. //
  259. this.txtCardNo.BackColor = System.Drawing.Color.Transparent;
  260. this.txtCardNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  261. this.txtCardNo.Icon = null;
  262. this.txtCardNo.IconIsButton = false;
  263. this.txtCardNo.IsPasswordChat = '\0';
  264. this.txtCardNo.IsSystemPasswordChar = false;
  265. this.txtCardNo.Lines = new string[0];
  266. this.txtCardNo.Location = new System.Drawing.Point(85, 44);
  267. this.txtCardNo.Margin = new System.Windows.Forms.Padding(0);
  268. this.txtCardNo.MaxLength = 32767;
  269. this.txtCardNo.MinimumSize = new System.Drawing.Size(0, 24);
  270. this.txtCardNo.MouseBack = null;
  271. this.txtCardNo.Multiline = false;
  272. this.txtCardNo.Name = "txtCardNo";
  273. this.txtCardNo.NormlBack = null;
  274. this.txtCardNo.Padding = new System.Windows.Forms.Padding(5);
  275. this.txtCardNo.ReadOnly = true;
  276. this.txtCardNo.ScrollBars = System.Windows.Forms.ScrollBars.None;
  277. this.txtCardNo.Size = new System.Drawing.Size(173, 25);
  278. this.txtCardNo.TabIndex = 6;
  279. this.txtCardNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  280. this.txtCardNo.WaterColor = System.Drawing.Color.DarkGray;
  281. this.txtCardNo.WaterText = "";
  282. this.txtCardNo.WordWrap = true;
  283. //
  284. // labelEx6
  285. //
  286. this.labelEx6.AutoSize = true;
  287. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  288. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  289. this.labelEx6.Location = new System.Drawing.Point(197, 78);
  290. this.labelEx6.Name = "labelEx6";
  291. this.labelEx6.Size = new System.Drawing.Size(56, 17);
  292. this.labelEx6.TabIndex = 5;
  293. this.labelEx6.Text = "卡等级:";
  294. //
  295. // labelEx5
  296. //
  297. this.labelEx5.AutoSize = true;
  298. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  299. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  300. this.labelEx5.Location = new System.Drawing.Point(17, 108);
  301. this.labelEx5.Name = "labelEx5";
  302. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  303. this.labelEx5.TabIndex = 4;
  304. this.labelEx5.Text = "帐户金额:";
  305. //
  306. // labelEx4
  307. //
  308. this.labelEx4.AutoSize = true;
  309. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  310. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  311. this.labelEx4.Location = new System.Drawing.Point(356, 78);
  312. this.labelEx4.Name = "labelEx4";
  313. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  314. this.labelEx4.TabIndex = 3;
  315. this.labelEx4.Text = "可用积分:";
  316. //
  317. // labelEx3
  318. //
  319. this.labelEx3.AutoSize = true;
  320. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  321. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  322. this.labelEx3.Location = new System.Drawing.Point(341, 48);
  323. this.labelEx3.Name = "labelEx3";
  324. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  325. this.labelEx3.TabIndex = 2;
  326. this.labelEx3.Text = "电话:";
  327. //
  328. // labelEx2
  329. //
  330. this.labelEx2.AutoSize = true;
  331. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  332. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  333. this.labelEx2.Location = new System.Drawing.Point(29, 78);
  334. this.labelEx2.Name = "labelEx2";
  335. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  336. this.labelEx2.TabIndex = 1;
  337. this.labelEx2.Text = "持有人:";
  338. //
  339. // labelEx1
  340. //
  341. this.labelEx1.AutoSize = true;
  342. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  343. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  344. this.labelEx1.Location = new System.Drawing.Point(41, 48);
  345. this.labelEx1.Name = "labelEx1";
  346. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  347. this.labelEx1.TabIndex = 0;
  348. this.labelEx1.Text = "卡号:";
  349. //
  350. // btnModifyData
  351. //
  352. this.btnModifyData.BackColor = System.Drawing.Color.Transparent;
  353. this.btnModifyData.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnModifyData.BackImg")));
  354. this.btnModifyData.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  355. this.btnModifyData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  356. this.btnModifyData.ForeColor = System.Drawing.Color.White;
  357. this.btnModifyData.IsCustomBackImg = false;
  358. this.btnModifyData.IsShowText = true;
  359. this.btnModifyData.Location = new System.Drawing.Point(3, 3);
  360. this.btnModifyData.Name = "btnModifyData";
  361. this.btnModifyData.Size = new System.Drawing.Size(85, 28);
  362. this.btnModifyData.TabIndex = 6;
  363. this.btnModifyData.Text = " 修改资料";
  364. this.btnModifyData.UseVisualStyleBackColor = false;
  365. //
  366. // btnChangingCard
  367. //
  368. this.btnChangingCard.BackColor = System.Drawing.Color.Transparent;
  369. this.btnChangingCard.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnChangingCard.BackImg")));
  370. this.btnChangingCard.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  371. this.btnChangingCard.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  372. this.btnChangingCard.ForeColor = System.Drawing.Color.White;
  373. this.btnChangingCard.IsCustomBackImg = false;
  374. this.btnChangingCard.IsShowText = true;
  375. this.btnChangingCard.Location = new System.Drawing.Point(367, 3);
  376. this.btnChangingCard.Name = "btnChangingCard";
  377. this.btnChangingCard.Size = new System.Drawing.Size(85, 28);
  378. this.btnChangingCard.TabIndex = 8;
  379. this.btnChangingCard.Text = " 更换卡号";
  380. this.btnChangingCard.UseVisualStyleBackColor = false;
  381. //
  382. // btnUseLog
  383. //
  384. this.btnUseLog.BackColor = System.Drawing.Color.Transparent;
  385. this.btnUseLog.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUseLog.BackImg")));
  386. this.btnUseLog.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  387. this.btnUseLog.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  388. this.btnUseLog.ForeColor = System.Drawing.Color.White;
  389. this.btnUseLog.IsCustomBackImg = false;
  390. this.btnUseLog.IsShowText = true;
  391. this.btnUseLog.Location = new System.Drawing.Point(276, 34);
  392. this.btnUseLog.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
  393. this.btnUseLog.Name = "btnUseLog";
  394. this.btnUseLog.Size = new System.Drawing.Size(85, 28);
  395. this.btnUseLog.TabIndex = 7;
  396. this.btnUseLog.Text = " 资金记录";
  397. this.btnUseLog.UseVisualStyleBackColor = false;
  398. //
  399. // btnRedeemLog
  400. //
  401. this.btnRedeemLog.BackColor = System.Drawing.Color.Transparent;
  402. this.btnRedeemLog.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRedeemLog.BackImg")));
  403. this.btnRedeemLog.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  404. this.btnRedeemLog.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  405. this.btnRedeemLog.ForeColor = System.Drawing.Color.White;
  406. this.btnRedeemLog.IsCustomBackImg = false;
  407. this.btnRedeemLog.IsShowText = true;
  408. this.btnRedeemLog.Location = new System.Drawing.Point(367, 3);
  409. this.btnRedeemLog.Name = "btnRedeemLog";
  410. this.btnRedeemLog.Size = new System.Drawing.Size(85, 28);
  411. this.btnRedeemLog.TabIndex = 5;
  412. this.btnRedeemLog.Text = " 积分记录";
  413. this.btnRedeemLog.UseVisualStyleBackColor = false;
  414. //
  415. // btnRedeemPoint
  416. //
  417. this.btnRedeemPoint.BackColor = System.Drawing.Color.Transparent;
  418. this.btnRedeemPoint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRedeemPoint.BackImg")));
  419. this.btnRedeemPoint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  420. this.btnRedeemPoint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  421. this.btnRedeemPoint.ForeColor = System.Drawing.Color.White;
  422. this.btnRedeemPoint.IsCustomBackImg = false;
  423. this.btnRedeemPoint.IsShowText = true;
  424. this.btnRedeemPoint.Location = new System.Drawing.Point(185, 3);
  425. this.btnRedeemPoint.Name = "btnRedeemPoint";
  426. this.btnRedeemPoint.Size = new System.Drawing.Size(85, 28);
  427. this.btnRedeemPoint.TabIndex = 2;
  428. this.btnRedeemPoint.Text = " 兑换积分";
  429. this.btnRedeemPoint.UseVisualStyleBackColor = false;
  430. //
  431. // btnSendPoint
  432. //
  433. this.btnSendPoint.BackColor = System.Drawing.Color.Transparent;
  434. this.btnSendPoint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendPoint.BackImg")));
  435. this.btnSendPoint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  436. this.btnSendPoint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  437. this.btnSendPoint.ForeColor = System.Drawing.Color.White;
  438. this.btnSendPoint.IsCustomBackImg = false;
  439. this.btnSendPoint.IsShowText = true;
  440. this.btnSendPoint.Location = new System.Drawing.Point(94, 3);
  441. this.btnSendPoint.Name = "btnSendPoint";
  442. this.btnSendPoint.Size = new System.Drawing.Size(85, 28);
  443. this.btnSendPoint.TabIndex = 9;
  444. this.btnSendPoint.Text = " 赠送积分";
  445. this.btnSendPoint.UseVisualStyleBackColor = false;
  446. //
  447. // btnTurnPoints
  448. //
  449. this.btnTurnPoints.BackColor = System.Drawing.Color.Transparent;
  450. this.btnTurnPoints.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTurnPoints.BackImg")));
  451. this.btnTurnPoints.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  452. this.btnTurnPoints.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  453. this.btnTurnPoints.ForeColor = System.Drawing.Color.White;
  454. this.btnTurnPoints.IsCustomBackImg = false;
  455. this.btnTurnPoints.IsShowText = true;
  456. this.btnTurnPoints.Location = new System.Drawing.Point(276, 3);
  457. this.btnTurnPoints.Name = "btnTurnPoints";
  458. this.btnTurnPoints.Size = new System.Drawing.Size(85, 28);
  459. this.btnTurnPoints.TabIndex = 3;
  460. this.btnTurnPoints.Text = " 转介绍积分";
  461. this.btnTurnPoints.UseVisualStyleBackColor = false;
  462. //
  463. // btnLogout
  464. //
  465. this.btnLogout.BackColor = System.Drawing.Color.Transparent;
  466. this.btnLogout.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLogout.BackImg")));
  467. this.btnLogout.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  468. this.btnLogout.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  469. this.btnLogout.ForeColor = System.Drawing.Color.White;
  470. this.btnLogout.IsCustomBackImg = false;
  471. this.btnLogout.IsShowText = true;
  472. this.btnLogout.Location = new System.Drawing.Point(94, 3);
  473. this.btnLogout.Name = "btnLogout";
  474. this.btnLogout.Size = new System.Drawing.Size(85, 28);
  475. this.btnLogout.TabIndex = 4;
  476. this.btnLogout.Text = " 注销此卡";
  477. this.btnLogout.UseVisualStyleBackColor = false;
  478. //
  479. // btnPassword
  480. //
  481. this.btnPassword.BackColor = System.Drawing.Color.Transparent;
  482. this.btnPassword.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPassword.BackImg")));
  483. this.btnPassword.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  484. this.btnPassword.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  485. this.btnPassword.ForeColor = System.Drawing.Color.White;
  486. this.btnPassword.IsCustomBackImg = false;
  487. this.btnPassword.IsShowText = true;
  488. this.btnPassword.Location = new System.Drawing.Point(185, 3);
  489. this.btnPassword.Name = "btnPassword";
  490. this.btnPassword.Size = new System.Drawing.Size(85, 28);
  491. this.btnPassword.TabIndex = 10;
  492. this.btnPassword.Text = " 密码设置";
  493. this.btnPassword.UseVisualStyleBackColor = false;
  494. //
  495. // btnRecharge
  496. //
  497. this.btnRecharge.BackColor = System.Drawing.Color.Transparent;
  498. this.btnRecharge.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRecharge.BackImg")));
  499. this.btnRecharge.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  500. this.btnRecharge.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  501. this.btnRecharge.ForeColor = System.Drawing.Color.White;
  502. this.btnRecharge.IsCustomBackImg = false;
  503. this.btnRecharge.IsShowText = true;
  504. this.btnRecharge.Location = new System.Drawing.Point(3, 3);
  505. this.btnRecharge.Name = "btnRecharge";
  506. this.btnRecharge.Size = new System.Drawing.Size(85, 28);
  507. this.btnRecharge.TabIndex = 0;
  508. this.btnRecharge.Text = " 充 值";
  509. this.btnRecharge.UseVisualStyleBackColor = false;
  510. //
  511. // btnCash
  512. //
  513. this.btnCash.BackColor = System.Drawing.Color.Transparent;
  514. this.btnCash.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCash.BackImg")));
  515. this.btnCash.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  516. this.btnCash.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  517. this.btnCash.ForeColor = System.Drawing.Color.White;
  518. this.btnCash.IsCustomBackImg = false;
  519. this.btnCash.IsShowText = true;
  520. this.btnCash.Location = new System.Drawing.Point(94, 3);
  521. this.btnCash.Name = "btnCash";
  522. this.btnCash.Size = new System.Drawing.Size(85, 28);
  523. this.btnCash.TabIndex = 1;
  524. this.btnCash.Text = " 储值提现";
  525. this.btnCash.UseVisualStyleBackColor = false;
  526. //
  527. // btnCashbackInfo
  528. //
  529. this.btnCashbackInfo.BackColor = System.Drawing.Color.Transparent;
  530. this.btnCashbackInfo.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCashbackInfo.BackImg")));
  531. this.btnCashbackInfo.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  532. this.btnCashbackInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  533. this.btnCashbackInfo.ForeColor = System.Drawing.Color.White;
  534. this.btnCashbackInfo.IsCustomBackImg = false;
  535. this.btnCashbackInfo.IsShowText = true;
  536. this.btnCashbackInfo.Location = new System.Drawing.Point(185, 3);
  537. this.btnCashbackInfo.Name = "btnCashbackInfo";
  538. this.btnCashbackInfo.Size = new System.Drawing.Size(85, 28);
  539. this.btnCashbackInfo.TabIndex = 11;
  540. this.btnCashbackInfo.Text = " 返现信息";
  541. this.btnCashbackInfo.UseVisualStyleBackColor = false;
  542. //
  543. // panelEx1
  544. //
  545. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  546. | System.Windows.Forms.AnchorStyles.Left)));
  547. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  548. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  549. this.panelEx1.BorderWidth = 1;
  550. this.panelEx1.Controls.Add(this.flpanel1);
  551. this.panelEx1.Controls.Add(this.panelEx2);
  552. this.panelEx1.Controls.Add(this.txtPackagesAmount);
  553. this.panelEx1.Controls.Add(this.txtUseDiscount);
  554. this.panelEx1.Controls.Add(this.labelEx8);
  555. this.panelEx1.Controls.Add(this.labelEx9);
  556. this.panelEx1.Controls.Add(this.txtTelephone);
  557. this.panelEx1.Controls.Add(this.labelEx7);
  558. this.panelEx1.Controls.Add(this.txtCradType);
  559. this.panelEx1.Controls.Add(this.labelEx1);
  560. this.panelEx1.Controls.Add(this.txtCashAccount);
  561. this.panelEx1.Controls.Add(this.labelEx2);
  562. this.panelEx1.Controls.Add(this.txtAvailablePoints);
  563. this.panelEx1.Controls.Add(this.labelEx3);
  564. this.panelEx1.Controls.Add(this.labelEx4);
  565. this.panelEx1.Controls.Add(this.txtHolder);
  566. this.panelEx1.Controls.Add(this.labelEx5);
  567. this.panelEx1.Controls.Add(this.txtCardNo);
  568. this.panelEx1.Controls.Add(this.labelEx6);
  569. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  570. this.panelEx1.Name = "panelEx1";
  571. this.panelEx1.Size = new System.Drawing.Size(530, 638);
  572. this.panelEx1.TabIndex = 3;
  573. //
  574. // flpanel1
  575. //
  576. this.flpanel1.Controls.Add(this.flpanel2);
  577. this.flpanel1.Controls.Add(this.flpanel3);
  578. this.flpanel1.Controls.Add(this.flpanel4);
  579. this.flpanel1.Controls.Add(this.flpanel5);
  580. this.flpanel1.Controls.Add(this.flpanel6);
  581. this.flpanel1.Controls.Add(this.flpanel7);
  582. this.flpanel1.Location = new System.Drawing.Point(10, 165);
  583. this.flpanel1.Name = "flpanel1";
  584. this.flpanel1.Size = new System.Drawing.Size(515, 401);
  585. this.flpanel1.TabIndex = 269;
  586. //
  587. // flpanel2
  588. //
  589. this.flpanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  590. | System.Windows.Forms.AnchorStyles.Right)));
  591. this.flpanel2.Controls.Add(this.panelEx3);
  592. this.flpanel2.Controls.Add(this.flowLayoutPanel6);
  593. this.flpanel2.Location = new System.Drawing.Point(1, 1);
  594. this.flpanel2.Margin = new System.Windows.Forms.Padding(1);
  595. this.flpanel2.Name = "flpanel2";
  596. this.flpanel2.Size = new System.Drawing.Size(507, 65);
  597. this.flpanel2.TabIndex = 262;
  598. //
  599. // panelEx3
  600. //
  601. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  602. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  603. this.panelEx3.BorderWidth = 1;
  604. this.panelEx3.Controls.Add(this.labelEx10);
  605. this.panelEx3.Location = new System.Drawing.Point(1, 1);
  606. this.panelEx3.Margin = new System.Windows.Forms.Padding(1);
  607. this.panelEx3.Name = "panelEx3";
  608. this.panelEx3.Size = new System.Drawing.Size(38, 32);
  609. this.panelEx3.TabIndex = 263;
  610. //
  611. // labelEx10
  612. //
  613. this.labelEx10.AutoSize = true;
  614. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  615. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  616. this.labelEx10.Location = new System.Drawing.Point(4, 8);
  617. this.labelEx10.Name = "labelEx10";
  618. this.labelEx10.Size = new System.Drawing.Size(32, 17);
  619. this.labelEx10.TabIndex = 261;
  620. this.labelEx10.Text = "属性";
  621. //
  622. // flowLayoutPanel6
  623. //
  624. this.flowLayoutPanel6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  625. | System.Windows.Forms.AnchorStyles.Right)));
  626. this.flowLayoutPanel6.Controls.Add(this.btnModifyData);
  627. this.flowLayoutPanel6.Controls.Add(this.btnLogout);
  628. this.flowLayoutPanel6.Controls.Add(this.btnPassword);
  629. this.flowLayoutPanel6.Controls.Add(this.btnRetrievePassword);
  630. this.flowLayoutPanel6.Controls.Add(this.btnChangingCard);
  631. this.flowLayoutPanel6.Controls.Add(this.btnUpdateType);
  632. this.flowLayoutPanel6.Controls.Add(this.btnSendAmount);
  633. this.flowLayoutPanel6.Controls.Add(this.btnUpdateDiscount);
  634. this.flowLayoutPanel6.Controls.Add(this.btnUseLog);
  635. this.flowLayoutPanel6.Controls.Add(this.btn_DisInfo);
  636. this.flowLayoutPanel6.Location = new System.Drawing.Point(41, 1);
  637. this.flowLayoutPanel6.Margin = new System.Windows.Forms.Padding(1);
  638. this.flowLayoutPanel6.Name = "flowLayoutPanel6";
  639. this.flowLayoutPanel6.Size = new System.Drawing.Size(459, 63);
  640. this.flowLayoutPanel6.TabIndex = 264;
  641. //
  642. // btnRetrievePassword
  643. //
  644. this.btnRetrievePassword.BackColor = System.Drawing.Color.Transparent;
  645. this.btnRetrievePassword.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRetrievePassword.BackImg")));
  646. this.btnRetrievePassword.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  647. this.btnRetrievePassword.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  648. this.btnRetrievePassword.ForeColor = System.Drawing.Color.White;
  649. this.btnRetrievePassword.IsCustomBackImg = false;
  650. this.btnRetrievePassword.IsShowText = true;
  651. this.btnRetrievePassword.Location = new System.Drawing.Point(276, 3);
  652. this.btnRetrievePassword.Name = "btnRetrievePassword";
  653. this.btnRetrievePassword.Size = new System.Drawing.Size(85, 28);
  654. this.btnRetrievePassword.TabIndex = 11;
  655. this.btnRetrievePassword.Text = " 找回密码";
  656. this.btnRetrievePassword.UseVisualStyleBackColor = false;
  657. //
  658. // btnUpdateType
  659. //
  660. this.btnUpdateType.BackColor = System.Drawing.Color.Transparent;
  661. this.btnUpdateType.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdateType.BackImg")));
  662. this.btnUpdateType.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  663. this.btnUpdateType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  664. this.btnUpdateType.ForeColor = System.Drawing.Color.White;
  665. this.btnUpdateType.IsCustomBackImg = false;
  666. this.btnUpdateType.IsShowText = true;
  667. this.btnUpdateType.Location = new System.Drawing.Point(3, 34);
  668. this.btnUpdateType.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
  669. this.btnUpdateType.Name = "btnUpdateType";
  670. this.btnUpdateType.Size = new System.Drawing.Size(85, 28);
  671. this.btnUpdateType.TabIndex = 12;
  672. this.btnUpdateType.Text = " 修改等级";
  673. this.btnUpdateType.UseVisualStyleBackColor = false;
  674. //
  675. // btnSendAmount
  676. //
  677. this.btnSendAmount.BackColor = System.Drawing.Color.Transparent;
  678. this.btnSendAmount.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendAmount.BackImg")));
  679. this.btnSendAmount.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  680. this.btnSendAmount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  681. this.btnSendAmount.ForeColor = System.Drawing.Color.White;
  682. this.btnSendAmount.IsCustomBackImg = false;
  683. this.btnSendAmount.IsShowText = true;
  684. this.btnSendAmount.Location = new System.Drawing.Point(94, 34);
  685. this.btnSendAmount.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
  686. this.btnSendAmount.Name = "btnSendAmount";
  687. this.btnSendAmount.Size = new System.Drawing.Size(85, 28);
  688. this.btnSendAmount.TabIndex = 13;
  689. this.btnSendAmount.Text = " 送金额";
  690. this.btnSendAmount.UseVisualStyleBackColor = false;
  691. //
  692. // btnUpdateDiscount
  693. //
  694. this.btnUpdateDiscount.BackColor = System.Drawing.Color.Transparent;
  695. this.btnUpdateDiscount.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdateDiscount.BackImg")));
  696. this.btnUpdateDiscount.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  697. this.btnUpdateDiscount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  698. this.btnUpdateDiscount.ForeColor = System.Drawing.Color.White;
  699. this.btnUpdateDiscount.IsCustomBackImg = false;
  700. this.btnUpdateDiscount.IsShowText = true;
  701. this.btnUpdateDiscount.Location = new System.Drawing.Point(185, 34);
  702. this.btnUpdateDiscount.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
  703. this.btnUpdateDiscount.Name = "btnUpdateDiscount";
  704. this.btnUpdateDiscount.Size = new System.Drawing.Size(85, 28);
  705. this.btnUpdateDiscount.TabIndex = 14;
  706. this.btnUpdateDiscount.Text = " 修改折扣";
  707. this.btnUpdateDiscount.UseVisualStyleBackColor = false;
  708. //
  709. // btn_DisInfo
  710. //
  711. this.btn_DisInfo.BackColor = System.Drawing.Color.Transparent;
  712. this.btn_DisInfo.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_DisInfo.BackImg")));
  713. this.btn_DisInfo.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  714. this.btn_DisInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  715. this.btn_DisInfo.ForeColor = System.Drawing.Color.White;
  716. this.btn_DisInfo.IsCustomBackImg = false;
  717. this.btn_DisInfo.IsShowText = true;
  718. this.btn_DisInfo.Location = new System.Drawing.Point(367, 37);
  719. this.btn_DisInfo.Name = "btn_DisInfo";
  720. this.btn_DisInfo.Size = new System.Drawing.Size(85, 28);
  721. this.btn_DisInfo.TabIndex = 15;
  722. this.btn_DisInfo.Text = "修改备注";
  723. this.btn_DisInfo.UseVisualStyleBackColor = false;
  724. //
  725. // flpanel3
  726. //
  727. this.flpanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  728. | System.Windows.Forms.AnchorStyles.Right)));
  729. this.flpanel3.Controls.Add(this.panelEx4);
  730. this.flpanel3.Controls.Add(this.flowLayoutPanel7);
  731. this.flpanel3.Location = new System.Drawing.Point(1, 68);
  732. this.flpanel3.Margin = new System.Windows.Forms.Padding(1);
  733. this.flpanel3.Name = "flpanel3";
  734. this.flpanel3.Size = new System.Drawing.Size(507, 34);
  735. this.flpanel3.TabIndex = 264;
  736. //
  737. // panelEx4
  738. //
  739. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  740. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  741. this.panelEx4.BorderWidth = 1;
  742. this.panelEx4.Controls.Add(this.labelEx11);
  743. this.panelEx4.Location = new System.Drawing.Point(1, 1);
  744. this.panelEx4.Margin = new System.Windows.Forms.Padding(1);
  745. this.panelEx4.Name = "panelEx4";
  746. this.panelEx4.Size = new System.Drawing.Size(38, 32);
  747. this.panelEx4.TabIndex = 263;
  748. //
  749. // labelEx11
  750. //
  751. this.labelEx11.AutoSize = true;
  752. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  753. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  754. this.labelEx11.Location = new System.Drawing.Point(4, 8);
  755. this.labelEx11.Name = "labelEx11";
  756. this.labelEx11.Size = new System.Drawing.Size(32, 17);
  757. this.labelEx11.TabIndex = 262;
  758. this.labelEx11.Text = "积分";
  759. //
  760. // flowLayoutPanel7
  761. //
  762. this.flowLayoutPanel7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  763. | System.Windows.Forms.AnchorStyles.Right)));
  764. this.flowLayoutPanel7.Controls.Add(this.btnOpenPointsViceCard);
  765. this.flowLayoutPanel7.Controls.Add(this.btnSendPoint);
  766. this.flowLayoutPanel7.Controls.Add(this.btnRedeemPoint);
  767. this.flowLayoutPanel7.Controls.Add(this.btnTurnPoints);
  768. this.flowLayoutPanel7.Controls.Add(this.btnRedeemLog);
  769. this.flowLayoutPanel7.Location = new System.Drawing.Point(41, 1);
  770. this.flowLayoutPanel7.Margin = new System.Windows.Forms.Padding(1);
  771. this.flowLayoutPanel7.Name = "flowLayoutPanel7";
  772. this.flowLayoutPanel7.Size = new System.Drawing.Size(459, 32);
  773. this.flowLayoutPanel7.TabIndex = 264;
  774. //
  775. // btnOpenPointsViceCard
  776. //
  777. this.btnOpenPointsViceCard.BackColor = System.Drawing.Color.Transparent;
  778. this.btnOpenPointsViceCard.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOpenPointsViceCard.BackImg")));
  779. this.btnOpenPointsViceCard.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  780. this.btnOpenPointsViceCard.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  781. this.btnOpenPointsViceCard.ForeColor = System.Drawing.Color.White;
  782. this.btnOpenPointsViceCard.IsCustomBackImg = false;
  783. this.btnOpenPointsViceCard.IsShowText = true;
  784. this.btnOpenPointsViceCard.Location = new System.Drawing.Point(3, 3);
  785. this.btnOpenPointsViceCard.Name = "btnOpenPointsViceCard";
  786. this.btnOpenPointsViceCard.Size = new System.Drawing.Size(85, 28);
  787. this.btnOpenPointsViceCard.TabIndex = 10;
  788. this.btnOpenPointsViceCard.Text = " 发积分副卡";
  789. this.btnOpenPointsViceCard.UseVisualStyleBackColor = false;
  790. //
  791. // flpanel4
  792. //
  793. this.flpanel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  794. | System.Windows.Forms.AnchorStyles.Right)));
  795. this.flpanel4.Controls.Add(this.panelEx5);
  796. this.flpanel4.Controls.Add(this.flowLayoutPanel5);
  797. this.flpanel4.Location = new System.Drawing.Point(1, 104);
  798. this.flpanel4.Margin = new System.Windows.Forms.Padding(1);
  799. this.flpanel4.Name = "flpanel4";
  800. this.flpanel4.Size = new System.Drawing.Size(507, 34);
  801. this.flpanel4.TabIndex = 265;
  802. this.flpanel4.Visible = false;
  803. //
  804. // panelEx5
  805. //
  806. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  807. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  808. this.panelEx5.BorderWidth = 1;
  809. this.panelEx5.Controls.Add(this.labelEx12);
  810. this.panelEx5.Location = new System.Drawing.Point(1, 1);
  811. this.panelEx5.Margin = new System.Windows.Forms.Padding(1);
  812. this.panelEx5.Name = "panelEx5";
  813. this.panelEx5.Size = new System.Drawing.Size(38, 32);
  814. this.panelEx5.TabIndex = 0;
  815. //
  816. // labelEx12
  817. //
  818. this.labelEx12.AutoSize = true;
  819. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  820. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  821. this.labelEx12.Location = new System.Drawing.Point(4, 8);
  822. this.labelEx12.Name = "labelEx12";
  823. this.labelEx12.Size = new System.Drawing.Size(32, 17);
  824. this.labelEx12.TabIndex = 263;
  825. this.labelEx12.Text = "储值";
  826. //
  827. // flowLayoutPanel5
  828. //
  829. this.flowLayoutPanel5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  830. | System.Windows.Forms.AnchorStyles.Right)));
  831. this.flowLayoutPanel5.Controls.Add(this.btnRecharge);
  832. this.flowLayoutPanel5.Controls.Add(this.btnCash);
  833. this.flowLayoutPanel5.Controls.Add(this.btnRechargeLog);
  834. this.flowLayoutPanel5.Controls.Add(this.btnDepositAmount);
  835. this.flowLayoutPanel5.Controls.Add(this.btnReturnDepositAmount);
  836. this.flowLayoutPanel5.Location = new System.Drawing.Point(41, 1);
  837. this.flowLayoutPanel5.Margin = new System.Windows.Forms.Padding(1);
  838. this.flowLayoutPanel5.Name = "flowLayoutPanel5";
  839. this.flowLayoutPanel5.Size = new System.Drawing.Size(459, 32);
  840. this.flowLayoutPanel5.TabIndex = 266;
  841. //
  842. // btnRechargeLog
  843. //
  844. this.btnRechargeLog.BackColor = System.Drawing.Color.Transparent;
  845. this.btnRechargeLog.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRechargeLog.BackImg")));
  846. this.btnRechargeLog.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  847. this.btnRechargeLog.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  848. this.btnRechargeLog.ForeColor = System.Drawing.Color.White;
  849. this.btnRechargeLog.IsCustomBackImg = false;
  850. this.btnRechargeLog.IsShowText = true;
  851. this.btnRechargeLog.Location = new System.Drawing.Point(185, 3);
  852. this.btnRechargeLog.Name = "btnRechargeLog";
  853. this.btnRechargeLog.Size = new System.Drawing.Size(85, 28);
  854. this.btnRechargeLog.TabIndex = 14;
  855. this.btnRechargeLog.Text = " 储值记录";
  856. this.btnRechargeLog.UseVisualStyleBackColor = false;
  857. //
  858. // btnDepositAmount
  859. //
  860. this.btnDepositAmount.BackColor = System.Drawing.Color.Transparent;
  861. this.btnDepositAmount.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDepositAmount.BackImg")));
  862. this.btnDepositAmount.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  863. this.btnDepositAmount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  864. this.btnDepositAmount.ForeColor = System.Drawing.Color.White;
  865. this.btnDepositAmount.IsCustomBackImg = false;
  866. this.btnDepositAmount.IsShowText = true;
  867. this.btnDepositAmount.Location = new System.Drawing.Point(276, 3);
  868. this.btnDepositAmount.Name = "btnDepositAmount";
  869. this.btnDepositAmount.Size = new System.Drawing.Size(85, 28);
  870. this.btnDepositAmount.TabIndex = 15;
  871. this.btnDepositAmount.Text = " 缴纳定金";
  872. this.btnDepositAmount.UseVisualStyleBackColor = false;
  873. this.btnDepositAmount.Visible = false;
  874. //
  875. // btnReturnDepositAmount
  876. //
  877. this.btnReturnDepositAmount.BackColor = System.Drawing.Color.Transparent;
  878. this.btnReturnDepositAmount.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReturnDepositAmount.BackImg")));
  879. this.btnReturnDepositAmount.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  880. this.btnReturnDepositAmount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  881. this.btnReturnDepositAmount.ForeColor = System.Drawing.Color.White;
  882. this.btnReturnDepositAmount.IsCustomBackImg = false;
  883. this.btnReturnDepositAmount.IsShowText = true;
  884. this.btnReturnDepositAmount.Location = new System.Drawing.Point(367, 3);
  885. this.btnReturnDepositAmount.Name = "btnReturnDepositAmount";
  886. this.btnReturnDepositAmount.Size = new System.Drawing.Size(85, 28);
  887. this.btnReturnDepositAmount.TabIndex = 16;
  888. this.btnReturnDepositAmount.Text = " 定金退款";
  889. this.btnReturnDepositAmount.UseVisualStyleBackColor = false;
  890. this.btnReturnDepositAmount.Visible = false;
  891. //
  892. // flpanel5
  893. //
  894. this.flpanel5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  895. | System.Windows.Forms.AnchorStyles.Right)));
  896. this.flpanel5.Controls.Add(this.panelEx6);
  897. this.flpanel5.Controls.Add(this.flowLayoutPanel8);
  898. this.flpanel5.Location = new System.Drawing.Point(1, 140);
  899. this.flpanel5.Margin = new System.Windows.Forms.Padding(1);
  900. this.flpanel5.Name = "flpanel5";
  901. this.flpanel5.Size = new System.Drawing.Size(507, 34);
  902. this.flpanel5.TabIndex = 260;
  903. this.flpanel5.Visible = false;
  904. //
  905. // panelEx6
  906. //
  907. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  908. this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  909. this.panelEx6.BorderWidth = 1;
  910. this.panelEx6.Controls.Add(this.labelEx13);
  911. this.panelEx6.Location = new System.Drawing.Point(1, 1);
  912. this.panelEx6.Margin = new System.Windows.Forms.Padding(1);
  913. this.panelEx6.Name = "panelEx6";
  914. this.panelEx6.Size = new System.Drawing.Size(38, 32);
  915. this.panelEx6.TabIndex = 264;
  916. //
  917. // labelEx13
  918. //
  919. this.labelEx13.AutoSize = true;
  920. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  921. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  922. this.labelEx13.Location = new System.Drawing.Point(4, 8);
  923. this.labelEx13.Name = "labelEx13";
  924. this.labelEx13.Size = new System.Drawing.Size(32, 17);
  925. this.labelEx13.TabIndex = 262;
  926. this.labelEx13.Text = "返现";
  927. //
  928. // flowLayoutPanel8
  929. //
  930. this.flowLayoutPanel8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  931. | System.Windows.Forms.AnchorStyles.Right)));
  932. this.flowLayoutPanel8.Controls.Add(this.btnOpenBackCashCard);
  933. this.flowLayoutPanel8.Controls.Add(this.btnBackCashTakeCash);
  934. this.flowLayoutPanel8.Controls.Add(this.btnCashbackInfo);
  935. this.flowLayoutPanel8.Location = new System.Drawing.Point(41, 1);
  936. this.flowLayoutPanel8.Margin = new System.Windows.Forms.Padding(1);
  937. this.flowLayoutPanel8.Name = "flowLayoutPanel8";
  938. this.flowLayoutPanel8.Size = new System.Drawing.Size(459, 32);
  939. this.flowLayoutPanel8.TabIndex = 266;
  940. //
  941. // btnOpenBackCashCard
  942. //
  943. this.btnOpenBackCashCard.BackColor = System.Drawing.Color.Transparent;
  944. this.btnOpenBackCashCard.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOpenBackCashCard.BackImg")));
  945. this.btnOpenBackCashCard.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  946. this.btnOpenBackCashCard.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  947. this.btnOpenBackCashCard.ForeColor = System.Drawing.Color.White;
  948. this.btnOpenBackCashCard.IsCustomBackImg = false;
  949. this.btnOpenBackCashCard.IsShowText = true;
  950. this.btnOpenBackCashCard.Location = new System.Drawing.Point(3, 3);
  951. this.btnOpenBackCashCard.Name = "btnOpenBackCashCard";
  952. this.btnOpenBackCashCard.Size = new System.Drawing.Size(85, 28);
  953. this.btnOpenBackCashCard.TabIndex = 15;
  954. this.btnOpenBackCashCard.Text = " 发返现副卡";
  955. this.btnOpenBackCashCard.UseVisualStyleBackColor = false;
  956. //
  957. // btnBackCashTakeCash
  958. //
  959. this.btnBackCashTakeCash.BackColor = System.Drawing.Color.Transparent;
  960. this.btnBackCashTakeCash.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBackCashTakeCash.BackImg")));
  961. this.btnBackCashTakeCash.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  962. this.btnBackCashTakeCash.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  963. this.btnBackCashTakeCash.ForeColor = System.Drawing.Color.White;
  964. this.btnBackCashTakeCash.IsCustomBackImg = false;
  965. this.btnBackCashTakeCash.IsShowText = true;
  966. this.btnBackCashTakeCash.Location = new System.Drawing.Point(94, 3);
  967. this.btnBackCashTakeCash.Name = "btnBackCashTakeCash";
  968. this.btnBackCashTakeCash.Size = new System.Drawing.Size(85, 28);
  969. this.btnBackCashTakeCash.TabIndex = 16;
  970. this.btnBackCashTakeCash.Text = " 返现提现";
  971. this.btnBackCashTakeCash.UseVisualStyleBackColor = false;
  972. //
  973. // flpanel6
  974. //
  975. this.flpanel6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  976. | System.Windows.Forms.AnchorStyles.Right)));
  977. this.flpanel6.Controls.Add(this.panelEx7);
  978. this.flpanel6.Controls.Add(this.flowLayoutPanel10);
  979. this.flpanel6.Location = new System.Drawing.Point(1, 176);
  980. this.flpanel6.Margin = new System.Windows.Forms.Padding(1);
  981. this.flpanel6.Name = "flpanel6";
  982. this.flpanel6.Size = new System.Drawing.Size(507, 34);
  983. this.flpanel6.TabIndex = 267;
  984. this.flpanel6.Visible = false;
  985. //
  986. // panelEx7
  987. //
  988. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  989. this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  990. this.panelEx7.BorderWidth = 1;
  991. this.panelEx7.Controls.Add(this.labelEx14);
  992. this.panelEx7.Location = new System.Drawing.Point(1, 1);
  993. this.panelEx7.Margin = new System.Windows.Forms.Padding(1);
  994. this.panelEx7.Name = "panelEx7";
  995. this.panelEx7.Size = new System.Drawing.Size(38, 32);
  996. this.panelEx7.TabIndex = 264;
  997. //
  998. // labelEx14
  999. //
  1000. this.labelEx14.AutoSize = true;
  1001. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  1002. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1003. this.labelEx14.Location = new System.Drawing.Point(4, 8);
  1004. this.labelEx14.Name = "labelEx14";
  1005. this.labelEx14.Size = new System.Drawing.Size(32, 17);
  1006. this.labelEx14.TabIndex = 262;
  1007. this.labelEx14.Text = "服务";
  1008. //
  1009. // flowLayoutPanel10
  1010. //
  1011. this.flowLayoutPanel10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1012. | System.Windows.Forms.AnchorStyles.Right)));
  1013. this.flowLayoutPanel10.Controls.Add(this.btnService);
  1014. this.flowLayoutPanel10.Controls.Add(this.btnServicePaymentRecord);
  1015. this.flowLayoutPanel10.Controls.Add(this.btnServiceUseRecord);
  1016. this.flowLayoutPanel10.Location = new System.Drawing.Point(41, 1);
  1017. this.flowLayoutPanel10.Margin = new System.Windows.Forms.Padding(1);
  1018. this.flowLayoutPanel10.Name = "flowLayoutPanel10";
  1019. this.flowLayoutPanel10.Size = new System.Drawing.Size(459, 32);
  1020. this.flowLayoutPanel10.TabIndex = 266;
  1021. //
  1022. // btnService
  1023. //
  1024. this.btnService.BackColor = System.Drawing.Color.Transparent;
  1025. this.btnService.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnService.BackImg")));
  1026. this.btnService.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1027. this.btnService.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1028. this.btnService.ForeColor = System.Drawing.Color.White;
  1029. this.btnService.IsCustomBackImg = false;
  1030. this.btnService.IsShowText = true;
  1031. this.btnService.Location = new System.Drawing.Point(3, 3);
  1032. this.btnService.Name = "btnService";
  1033. this.btnService.Size = new System.Drawing.Size(85, 28);
  1034. this.btnService.TabIndex = 20;
  1035. this.btnService.Text = " 服务资料";
  1036. this.btnService.UseVisualStyleBackColor = false;
  1037. //
  1038. // btnServicePaymentRecord
  1039. //
  1040. this.btnServicePaymentRecord.BackColor = System.Drawing.Color.Transparent;
  1041. this.btnServicePaymentRecord.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnServicePaymentRecord.BackImg")));
  1042. this.btnServicePaymentRecord.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1043. this.btnServicePaymentRecord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1044. this.btnServicePaymentRecord.ForeColor = System.Drawing.Color.White;
  1045. this.btnServicePaymentRecord.IsCustomBackImg = false;
  1046. this.btnServicePaymentRecord.IsShowText = true;
  1047. this.btnServicePaymentRecord.Location = new System.Drawing.Point(94, 3);
  1048. this.btnServicePaymentRecord.Name = "btnServicePaymentRecord";
  1049. this.btnServicePaymentRecord.Size = new System.Drawing.Size(85, 28);
  1050. this.btnServicePaymentRecord.TabIndex = 22;
  1051. this.btnServicePaymentRecord.Text = " 收款记录";
  1052. this.btnServicePaymentRecord.UseVisualStyleBackColor = false;
  1053. //
  1054. // btnServiceUseRecord
  1055. //
  1056. this.btnServiceUseRecord.BackColor = System.Drawing.Color.Transparent;
  1057. this.btnServiceUseRecord.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnServiceUseRecord.BackImg")));
  1058. this.btnServiceUseRecord.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1059. this.btnServiceUseRecord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1060. this.btnServiceUseRecord.ForeColor = System.Drawing.Color.White;
  1061. this.btnServiceUseRecord.IsCustomBackImg = false;
  1062. this.btnServiceUseRecord.IsShowText = true;
  1063. this.btnServiceUseRecord.Location = new System.Drawing.Point(185, 3);
  1064. this.btnServiceUseRecord.Name = "btnServiceUseRecord";
  1065. this.btnServiceUseRecord.Size = new System.Drawing.Size(85, 28);
  1066. this.btnServiceUseRecord.TabIndex = 21;
  1067. this.btnServiceUseRecord.Text = " 使用记录";
  1068. this.btnServiceUseRecord.UseVisualStyleBackColor = false;
  1069. //
  1070. // flpanel7
  1071. //
  1072. this.flpanel7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1073. | System.Windows.Forms.AnchorStyles.Right)));
  1074. this.flpanel7.Controls.Add(this.panelEx8);
  1075. this.flpanel7.Controls.Add(this.flowLayoutPanel2);
  1076. this.flpanel7.Location = new System.Drawing.Point(1, 212);
  1077. this.flpanel7.Margin = new System.Windows.Forms.Padding(1);
  1078. this.flpanel7.Name = "flpanel7";
  1079. this.flpanel7.Size = new System.Drawing.Size(507, 34);
  1080. this.flpanel7.TabIndex = 268;
  1081. this.flpanel7.Visible = false;
  1082. //
  1083. // panelEx8
  1084. //
  1085. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  1086. this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  1087. this.panelEx8.BorderWidth = 1;
  1088. this.panelEx8.Controls.Add(this.labelEx15);
  1089. this.panelEx8.Location = new System.Drawing.Point(1, 1);
  1090. this.panelEx8.Margin = new System.Windows.Forms.Padding(1);
  1091. this.panelEx8.Name = "panelEx8";
  1092. this.panelEx8.Size = new System.Drawing.Size(38, 32);
  1093. this.panelEx8.TabIndex = 264;
  1094. //
  1095. // labelEx15
  1096. //
  1097. this.labelEx15.AutoSize = true;
  1098. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  1099. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1100. this.labelEx15.Location = new System.Drawing.Point(4, 8);
  1101. this.labelEx15.Name = "labelEx15";
  1102. this.labelEx15.Size = new System.Drawing.Size(32, 17);
  1103. this.labelEx15.TabIndex = 262;
  1104. this.labelEx15.Text = "摄会";
  1105. //
  1106. // flowLayoutPanel2
  1107. //
  1108. this.flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1109. | System.Windows.Forms.AnchorStyles.Right)));
  1110. this.flowLayoutPanel2.Controls.Add(this.btnPhotographerConference);
  1111. this.flowLayoutPanel2.Controls.Add(this.btnMyPhotographerConference);
  1112. this.flowLayoutPanel2.Controls.Add(this.btnPhotographerConferenceRecord);
  1113. this.flowLayoutPanel2.Location = new System.Drawing.Point(41, 1);
  1114. this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(1);
  1115. this.flowLayoutPanel2.Name = "flowLayoutPanel2";
  1116. this.flowLayoutPanel2.Size = new System.Drawing.Size(459, 32);
  1117. this.flowLayoutPanel2.TabIndex = 266;
  1118. //
  1119. // btnPhotographerConference
  1120. //
  1121. this.btnPhotographerConference.BackColor = System.Drawing.Color.Transparent;
  1122. this.btnPhotographerConference.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPhotographerConference.BackImg")));
  1123. this.btnPhotographerConference.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1124. this.btnPhotographerConference.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1125. this.btnPhotographerConference.ForeColor = System.Drawing.Color.White;
  1126. this.btnPhotographerConference.IsCustomBackImg = false;
  1127. this.btnPhotographerConference.IsShowText = true;
  1128. this.btnPhotographerConference.Location = new System.Drawing.Point(3, 3);
  1129. this.btnPhotographerConference.Name = "btnPhotographerConference";
  1130. this.btnPhotographerConference.Size = new System.Drawing.Size(85, 28);
  1131. this.btnPhotographerConference.TabIndex = 20;
  1132. this.btnPhotographerConference.Text = " 办理新摄会";
  1133. this.btnPhotographerConference.UseVisualStyleBackColor = false;
  1134. //
  1135. // btnMyPhotographerConference
  1136. //
  1137. this.btnMyPhotographerConference.BackColor = System.Drawing.Color.Transparent;
  1138. this.btnMyPhotographerConference.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnMyPhotographerConference.BackImg")));
  1139. this.btnMyPhotographerConference.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1140. this.btnMyPhotographerConference.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1141. this.btnMyPhotographerConference.ForeColor = System.Drawing.Color.White;
  1142. this.btnMyPhotographerConference.IsCustomBackImg = false;
  1143. this.btnMyPhotographerConference.IsShowText = true;
  1144. this.btnMyPhotographerConference.Location = new System.Drawing.Point(94, 3);
  1145. this.btnMyPhotographerConference.Name = "btnMyPhotographerConference";
  1146. this.btnMyPhotographerConference.Size = new System.Drawing.Size(85, 28);
  1147. this.btnMyPhotographerConference.TabIndex = 22;
  1148. this.btnMyPhotographerConference.Text = " 我的新摄会";
  1149. this.btnMyPhotographerConference.UseVisualStyleBackColor = false;
  1150. //
  1151. // btnPhotographerConferenceRecord
  1152. //
  1153. this.btnPhotographerConferenceRecord.BackColor = System.Drawing.Color.Transparent;
  1154. this.btnPhotographerConferenceRecord.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPhotographerConferenceRecord.BackImg")));
  1155. this.btnPhotographerConferenceRecord.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1156. this.btnPhotographerConferenceRecord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1157. this.btnPhotographerConferenceRecord.ForeColor = System.Drawing.Color.White;
  1158. this.btnPhotographerConferenceRecord.IsCustomBackImg = false;
  1159. this.btnPhotographerConferenceRecord.IsShowText = true;
  1160. this.btnPhotographerConferenceRecord.Location = new System.Drawing.Point(185, 3);
  1161. this.btnPhotographerConferenceRecord.Name = "btnPhotographerConferenceRecord";
  1162. this.btnPhotographerConferenceRecord.Size = new System.Drawing.Size(85, 28);
  1163. this.btnPhotographerConferenceRecord.TabIndex = 21;
  1164. this.btnPhotographerConferenceRecord.Text = " 新摄会记录";
  1165. this.btnPhotographerConferenceRecord.UseVisualStyleBackColor = false;
  1166. //
  1167. // panelEx2
  1168. //
  1169. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  1170. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  1171. this.panelEx2.BorderWidth = 1;
  1172. this.panelEx2.Location = new System.Drawing.Point(10, 146);
  1173. this.panelEx2.Name = "panelEx2";
  1174. this.panelEx2.Size = new System.Drawing.Size(540, 1);
  1175. this.panelEx2.TabIndex = 268;
  1176. //
  1177. // txtPackagesAmount
  1178. //
  1179. this.txtPackagesAmount.BackColor = System.Drawing.Color.Transparent;
  1180. this.txtPackagesAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1181. this.txtPackagesAmount.Icon = null;
  1182. this.txtPackagesAmount.IconIsButton = false;
  1183. this.txtPackagesAmount.IsPasswordChat = '\0';
  1184. this.txtPackagesAmount.IsSystemPasswordChar = false;
  1185. this.txtPackagesAmount.Lines = new string[0];
  1186. this.txtPackagesAmount.Location = new System.Drawing.Point(424, 104);
  1187. this.txtPackagesAmount.Margin = new System.Windows.Forms.Padding(0);
  1188. this.txtPackagesAmount.MaxLength = 32767;
  1189. this.txtPackagesAmount.MinimumSize = new System.Drawing.Size(0, 24);
  1190. this.txtPackagesAmount.MouseBack = null;
  1191. this.txtPackagesAmount.Multiline = false;
  1192. this.txtPackagesAmount.Name = "txtPackagesAmount";
  1193. this.txtPackagesAmount.NormlBack = null;
  1194. this.txtPackagesAmount.Padding = new System.Windows.Forms.Padding(5);
  1195. this.txtPackagesAmount.ReadOnly = true;
  1196. this.txtPackagesAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1197. this.txtPackagesAmount.Size = new System.Drawing.Size(87, 25);
  1198. this.txtPackagesAmount.TabIndex = 259;
  1199. this.txtPackagesAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1200. this.txtPackagesAmount.WaterColor = System.Drawing.Color.DarkGray;
  1201. this.txtPackagesAmount.WaterText = "";
  1202. this.txtPackagesAmount.WordWrap = true;
  1203. //
  1204. // txtUseDiscount
  1205. //
  1206. this.txtUseDiscount.BackColor = System.Drawing.Color.Transparent;
  1207. this.txtUseDiscount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1208. this.txtUseDiscount.Icon = null;
  1209. this.txtUseDiscount.IconIsButton = false;
  1210. this.txtUseDiscount.IsPasswordChat = '\0';
  1211. this.txtUseDiscount.IsSystemPasswordChar = false;
  1212. this.txtUseDiscount.Lines = new string[0];
  1213. this.txtUseDiscount.Location = new System.Drawing.Point(253, 104);
  1214. this.txtUseDiscount.Margin = new System.Windows.Forms.Padding(0);
  1215. this.txtUseDiscount.MaxLength = 32767;
  1216. this.txtUseDiscount.MinimumSize = new System.Drawing.Size(0, 24);
  1217. this.txtUseDiscount.MouseBack = null;
  1218. this.txtUseDiscount.Multiline = false;
  1219. this.txtUseDiscount.Name = "txtUseDiscount";
  1220. this.txtUseDiscount.NormlBack = null;
  1221. this.txtUseDiscount.Padding = new System.Windows.Forms.Padding(5);
  1222. this.txtUseDiscount.ReadOnly = true;
  1223. this.txtUseDiscount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1224. this.txtUseDiscount.Size = new System.Drawing.Size(87, 25);
  1225. this.txtUseDiscount.TabIndex = 258;
  1226. this.txtUseDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1227. this.txtUseDiscount.WaterColor = System.Drawing.Color.DarkGray;
  1228. this.txtUseDiscount.WaterText = "";
  1229. this.txtUseDiscount.WordWrap = true;
  1230. //
  1231. // labelEx8
  1232. //
  1233. this.labelEx8.AutoSize = true;
  1234. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1235. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1236. this.labelEx8.Location = new System.Drawing.Point(185, 108);
  1237. this.labelEx8.Name = "labelEx8";
  1238. this.labelEx8.Size = new System.Drawing.Size(68, 17);
  1239. this.labelEx8.TabIndex = 256;
  1240. this.labelEx8.Text = "消费折扣:";
  1241. //
  1242. // labelEx9
  1243. //
  1244. this.labelEx9.AutoSize = true;
  1245. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1246. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1247. this.labelEx9.Location = new System.Drawing.Point(356, 108);
  1248. this.labelEx9.Name = "labelEx9";
  1249. this.labelEx9.Size = new System.Drawing.Size(68, 17);
  1250. this.labelEx9.TabIndex = 257;
  1251. this.labelEx9.Text = "套系金额:";
  1252. //
  1253. // txtTelephone
  1254. //
  1255. this.txtTelephone.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1256. this.txtTelephone.Location = new System.Drawing.Point(385, 45);
  1257. this.txtTelephone.Mask = "00000000000";
  1258. this.txtTelephone.Name = "txtTelephone";
  1259. this.txtTelephone.PromptChar = ' ';
  1260. this.txtTelephone.ReadOnly = true;
  1261. this.txtTelephone.Size = new System.Drawing.Size(125, 23);
  1262. this.txtTelephone.TabIndex = 251;
  1263. //
  1264. // labelEx7
  1265. //
  1266. this.labelEx7.AutoSize = true;
  1267. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  1268. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1269. this.labelEx7.Location = new System.Drawing.Point(18, 16);
  1270. this.labelEx7.Name = "labelEx7";
  1271. this.labelEx7.Size = new System.Drawing.Size(56, 17);
  1272. this.labelEx7.TabIndex = 12;
  1273. this.labelEx7.Text = "会员资料";
  1274. //
  1275. // GoldCardManagementSmallForm
  1276. //
  1277. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1278. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1279. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1280. this.ClientSize = new System.Drawing.Size(550, 723);
  1281. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1282. this.IsUserControlsSize = false;
  1283. this.MaximizeBox = false;
  1284. this.MinimizeBox = false;
  1285. this.Name = "GoldCardManagementSmallForm";
  1286. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1287. this.Text = "金卡会员管理";
  1288. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1289. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  1290. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  1291. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  1292. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  1293. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  1294. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  1295. this.plExMainContainer.ResumeLayout(false);
  1296. this.plFormMainContent.ResumeLayout(false);
  1297. this.panelEx1.ResumeLayout(false);
  1298. this.panelEx1.PerformLayout();
  1299. this.flpanel1.ResumeLayout(false);
  1300. this.flpanel2.ResumeLayout(false);
  1301. this.panelEx3.ResumeLayout(false);
  1302. this.panelEx3.PerformLayout();
  1303. this.flowLayoutPanel6.ResumeLayout(false);
  1304. this.flpanel3.ResumeLayout(false);
  1305. this.panelEx4.ResumeLayout(false);
  1306. this.panelEx4.PerformLayout();
  1307. this.flowLayoutPanel7.ResumeLayout(false);
  1308. this.flpanel4.ResumeLayout(false);
  1309. this.panelEx5.ResumeLayout(false);
  1310. this.panelEx5.PerformLayout();
  1311. this.flowLayoutPanel5.ResumeLayout(false);
  1312. this.flpanel5.ResumeLayout(false);
  1313. this.panelEx6.ResumeLayout(false);
  1314. this.panelEx6.PerformLayout();
  1315. this.flowLayoutPanel8.ResumeLayout(false);
  1316. this.flpanel6.ResumeLayout(false);
  1317. this.panelEx7.ResumeLayout(false);
  1318. this.panelEx7.PerformLayout();
  1319. this.flowLayoutPanel10.ResumeLayout(false);
  1320. this.flpanel7.ResumeLayout(false);
  1321. this.panelEx8.ResumeLayout(false);
  1322. this.panelEx8.PerformLayout();
  1323. this.flowLayoutPanel2.ResumeLayout(false);
  1324. this.ResumeLayout(false);
  1325. }
  1326. #endregion
  1327. private ComponentLibrary.LabelEx labelEx6;
  1328. private ComponentLibrary.LabelEx labelEx5;
  1329. private ComponentLibrary.LabelEx labelEx4;
  1330. private ComponentLibrary.LabelEx labelEx3;
  1331. private ComponentLibrary.LabelEx labelEx2;
  1332. private ComponentLibrary.LabelEx labelEx1;
  1333. protected ComponentLibrary.TextBoxEx txtCradType;
  1334. protected ComponentLibrary.TextBoxEx txtCashAccount;
  1335. protected ComponentLibrary.TextBoxEx txtAvailablePoints;
  1336. protected ComponentLibrary.TextBoxEx txtHolder;
  1337. protected ComponentLibrary.TextBoxEx txtCardNo;
  1338. private ComponentLibrary.PanelEx panelEx1;
  1339. private ComponentLibrary.LabelEx labelEx7;
  1340. protected ComponentLibrary.MaskedTextBoxEx txtTelephone;
  1341. protected ComponentLibrary.TextBoxEx txtPackagesAmount;
  1342. protected ComponentLibrary.TextBoxEx txtUseDiscount;
  1343. private ComponentLibrary.LabelEx labelEx8;
  1344. private ComponentLibrary.LabelEx labelEx9;
  1345. protected ComponentLibrary.ButtonEx btnUseLog;
  1346. protected ComponentLibrary.ButtonEx btnRedeemLog;
  1347. protected ComponentLibrary.ButtonEx btnRedeemPoint;
  1348. protected ComponentLibrary.ButtonEx btnSendPoint;
  1349. protected ComponentLibrary.ButtonEx btnTurnPoints;
  1350. protected ComponentLibrary.ButtonEx btnLogout;
  1351. protected ComponentLibrary.ButtonEx btnCash;
  1352. protected ComponentLibrary.ButtonEx btnRecharge;
  1353. protected ComponentLibrary.ButtonEx btnModifyData;
  1354. protected ComponentLibrary.ButtonEx btnChangingCard;
  1355. protected ComponentLibrary.ButtonEx btnPassword;
  1356. protected ComponentLibrary.ButtonEx btnCashbackInfo;
  1357. protected ComponentLibrary.ButtonEx btnOpenBackCashCard;
  1358. private ComponentLibrary.PanelEx panelEx4;
  1359. private ComponentLibrary.LabelEx labelEx11;
  1360. private ComponentLibrary.PanelEx panelEx3;
  1361. private ComponentLibrary.LabelEx labelEx10;
  1362. private ComponentLibrary.PanelEx panelEx5;
  1363. private ComponentLibrary.LabelEx labelEx12;
  1364. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5;
  1365. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel7;
  1366. private ComponentLibrary.PanelEx panelEx7;
  1367. private ComponentLibrary.LabelEx labelEx14;
  1368. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel10;
  1369. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel6;
  1370. private ComponentLibrary.PanelEx panelEx6;
  1371. private ComponentLibrary.LabelEx labelEx13;
  1372. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel8;
  1373. protected ComponentLibrary.ButtonEx btnService;
  1374. private ComponentLibrary.PanelEx panelEx2;
  1375. protected ComponentLibrary.ButtonEx btnServiceUseRecord;
  1376. private System.Windows.Forms.FlowLayoutPanel flpanel1;
  1377. protected System.Windows.Forms.FlowLayoutPanel flpanel5;
  1378. protected System.Windows.Forms.FlowLayoutPanel flpanel3;
  1379. protected System.Windows.Forms.FlowLayoutPanel flpanel2;
  1380. protected System.Windows.Forms.FlowLayoutPanel flpanel4;
  1381. protected System.Windows.Forms.FlowLayoutPanel flpanel6;
  1382. protected ComponentLibrary.ButtonEx btnRetrievePassword;
  1383. protected ComponentLibrary.ButtonEx btnRechargeLog;
  1384. protected ComponentLibrary.ButtonEx btnBackCashTakeCash;
  1385. protected System.Windows.Forms.FlowLayoutPanel flpanel7;
  1386. private ComponentLibrary.PanelEx panelEx8;
  1387. private ComponentLibrary.LabelEx labelEx15;
  1388. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
  1389. protected ComponentLibrary.ButtonEx btnPhotographerConference;
  1390. protected ComponentLibrary.ButtonEx btnPhotographerConferenceRecord;
  1391. protected ComponentLibrary.ButtonEx btnUpdateType;
  1392. protected ComponentLibrary.ButtonEx btnMyPhotographerConference;
  1393. protected ComponentLibrary.ButtonEx btnServicePaymentRecord;
  1394. protected ComponentLibrary.ButtonEx btnSendAmount;
  1395. protected internal ComponentLibrary.ButtonEx btnOpenPointsViceCard;
  1396. protected internal ComponentLibrary.ButtonEx btnUpdateDiscount;
  1397. protected ComponentLibrary.ButtonEx btnDepositAmount;
  1398. protected ComponentLibrary.ButtonEx btnReturnDepositAmount;
  1399. private ComponentLibrary.ButtonEx btn_DisInfo;
  1400. }
  1401. }