RedeemPointsSuperSmallForm.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class RedeemPointsSuperSmallForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RedeemPointsSuperSmallForm));
  29. this.txtUsePoints = new LYFZ.ComponentLibrary.TextBoxEx();
  30. this.txtRedeemGoods = new LYFZ.ComponentLibrary.TextBoxEx();
  31. this.txtUsablePoints = new LYFZ.ComponentLibrary.TextBoxEx();
  32. this.txtCradNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.txtHolders = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  43. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.plExMainContainer.SuspendLayout();
  46. this.plFormMainContent.SuspendLayout();
  47. this.panelEx1.SuspendLayout();
  48. this.panelEx2.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // plExMainContainer
  52. //
  53. this.plExMainContainer.Controls.Add(this.panelEx2);
  54. this.plExMainContainer.Controls.Add(this.panelEx1);
  55. this.plExMainContainer.Size = new System.Drawing.Size(320, 545);
  56. //
  57. // plFormMainContent
  58. //
  59. this.plFormMainContent.Size = new System.Drawing.Size(320, 545);
  60. //
  61. // btnAppFormMaximize
  62. //
  63. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  64. this.btnAppFormMaximize.Location = new System.Drawing.Point(382, 0);
  65. //
  66. // btnAppFormExit
  67. //
  68. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  69. this.btnAppFormExit.Location = new System.Drawing.Point(288, 0);
  70. //
  71. // btnAppFormMinimize
  72. //
  73. this.btnAppFormMinimize.Location = new System.Drawing.Point(355, 0);
  74. //
  75. // txtUsePoints
  76. //
  77. this.txtUsePoints.BackColor = System.Drawing.Color.Transparent;
  78. this.txtUsePoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  79. this.txtUsePoints.Icon = null;
  80. this.txtUsePoints.IconIsButton = false;
  81. this.txtUsePoints.IsPasswordChat = '\0';
  82. this.txtUsePoints.IsSystemPasswordChar = false;
  83. this.txtUsePoints.Lines = new string[0];
  84. this.txtUsePoints.Location = new System.Drawing.Point(106, 259);
  85. this.txtUsePoints.Margin = new System.Windows.Forms.Padding(0);
  86. this.txtUsePoints.MaxLength = 32767;
  87. this.txtUsePoints.MinimumSize = new System.Drawing.Size(0, 24);
  88. this.txtUsePoints.MouseBack = null;
  89. this.txtUsePoints.Multiline = false;
  90. this.txtUsePoints.Name = "txtUsePoints";
  91. this.txtUsePoints.NormlBack = null;
  92. this.txtUsePoints.Padding = new System.Windows.Forms.Padding(5);
  93. this.txtUsePoints.ReadOnly = false;
  94. this.txtUsePoints.ScrollBars = System.Windows.Forms.ScrollBars.None;
  95. this.txtUsePoints.Size = new System.Drawing.Size(160, 25);
  96. this.txtUsePoints.TabIndex = 9;
  97. this.txtUsePoints.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  98. this.txtUsePoints.WaterColor = System.Drawing.Color.DarkGray;
  99. this.txtUsePoints.WaterText = "";
  100. this.txtUsePoints.WordWrap = true;
  101. //
  102. // txtRedeemGoods
  103. //
  104. this.txtRedeemGoods.BackColor = System.Drawing.Color.Transparent;
  105. this.txtRedeemGoods.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  106. this.txtRedeemGoods.Icon = null;
  107. this.txtRedeemGoods.IconIsButton = false;
  108. this.txtRedeemGoods.IsPasswordChat = '\0';
  109. this.txtRedeemGoods.IsSystemPasswordChar = false;
  110. this.txtRedeemGoods.Lines = new string[0];
  111. this.txtRedeemGoods.Location = new System.Drawing.Point(106, 223);
  112. this.txtRedeemGoods.Margin = new System.Windows.Forms.Padding(0);
  113. this.txtRedeemGoods.MaxLength = 32767;
  114. this.txtRedeemGoods.MinimumSize = new System.Drawing.Size(0, 24);
  115. this.txtRedeemGoods.MouseBack = null;
  116. this.txtRedeemGoods.Multiline = false;
  117. this.txtRedeemGoods.Name = "txtRedeemGoods";
  118. this.txtRedeemGoods.NormlBack = null;
  119. this.txtRedeemGoods.Padding = new System.Windows.Forms.Padding(5);
  120. this.txtRedeemGoods.ReadOnly = false;
  121. this.txtRedeemGoods.ScrollBars = System.Windows.Forms.ScrollBars.None;
  122. this.txtRedeemGoods.Size = new System.Drawing.Size(160, 25);
  123. this.txtRedeemGoods.TabIndex = 8;
  124. this.txtRedeemGoods.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  125. this.txtRedeemGoods.WaterColor = System.Drawing.Color.DarkGray;
  126. this.txtRedeemGoods.WaterText = "";
  127. this.txtRedeemGoods.WordWrap = true;
  128. //
  129. // txtUsablePoints
  130. //
  131. this.txtUsablePoints.BackColor = System.Drawing.Color.Transparent;
  132. this.txtUsablePoints.Enabled = false;
  133. this.txtUsablePoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  134. this.txtUsablePoints.Icon = null;
  135. this.txtUsablePoints.IconIsButton = false;
  136. this.txtUsablePoints.IsPasswordChat = '\0';
  137. this.txtUsablePoints.IsSystemPasswordChar = false;
  138. this.txtUsablePoints.Lines = new string[0];
  139. this.txtUsablePoints.Location = new System.Drawing.Point(106, 120);
  140. this.txtUsablePoints.Margin = new System.Windows.Forms.Padding(0);
  141. this.txtUsablePoints.MaxLength = 32767;
  142. this.txtUsablePoints.MinimumSize = new System.Drawing.Size(0, 24);
  143. this.txtUsablePoints.MouseBack = null;
  144. this.txtUsablePoints.Multiline = false;
  145. this.txtUsablePoints.Name = "txtUsablePoints";
  146. this.txtUsablePoints.NormlBack = null;
  147. this.txtUsablePoints.Padding = new System.Windows.Forms.Padding(5);
  148. this.txtUsablePoints.ReadOnly = true;
  149. this.txtUsablePoints.ScrollBars = System.Windows.Forms.ScrollBars.None;
  150. this.txtUsablePoints.Size = new System.Drawing.Size(160, 25);
  151. this.txtUsablePoints.TabIndex = 7;
  152. this.txtUsablePoints.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  153. this.txtUsablePoints.WaterColor = System.Drawing.Color.DarkGray;
  154. this.txtUsablePoints.WaterText = "";
  155. this.txtUsablePoints.WordWrap = true;
  156. //
  157. // txtCradNumber
  158. //
  159. this.txtCradNumber.BackColor = System.Drawing.Color.Transparent;
  160. this.txtCradNumber.Enabled = false;
  161. this.txtCradNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  162. this.txtCradNumber.Icon = null;
  163. this.txtCradNumber.IconIsButton = false;
  164. this.txtCradNumber.IsPasswordChat = '\0';
  165. this.txtCradNumber.IsSystemPasswordChar = false;
  166. this.txtCradNumber.Lines = new string[0];
  167. this.txtCradNumber.Location = new System.Drawing.Point(106, 85);
  168. this.txtCradNumber.Margin = new System.Windows.Forms.Padding(0);
  169. this.txtCradNumber.MaxLength = 32767;
  170. this.txtCradNumber.MinimumSize = new System.Drawing.Size(0, 24);
  171. this.txtCradNumber.MouseBack = null;
  172. this.txtCradNumber.Multiline = false;
  173. this.txtCradNumber.Name = "txtCradNumber";
  174. this.txtCradNumber.NormlBack = null;
  175. this.txtCradNumber.Padding = new System.Windows.Forms.Padding(5);
  176. this.txtCradNumber.ReadOnly = true;
  177. this.txtCradNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  178. this.txtCradNumber.Size = new System.Drawing.Size(160, 25);
  179. this.txtCradNumber.TabIndex = 6;
  180. this.txtCradNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  181. this.txtCradNumber.WaterColor = System.Drawing.Color.DarkGray;
  182. this.txtCradNumber.WaterText = "";
  183. this.txtCradNumber.WordWrap = true;
  184. //
  185. // txtHolders
  186. //
  187. this.txtHolders.BackColor = System.Drawing.Color.Transparent;
  188. this.txtHolders.Enabled = false;
  189. this.txtHolders.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  190. this.txtHolders.Icon = null;
  191. this.txtHolders.IconIsButton = false;
  192. this.txtHolders.IsPasswordChat = '\0';
  193. this.txtHolders.IsSystemPasswordChar = false;
  194. this.txtHolders.Lines = new string[0];
  195. this.txtHolders.Location = new System.Drawing.Point(106, 50);
  196. this.txtHolders.Margin = new System.Windows.Forms.Padding(0);
  197. this.txtHolders.MaxLength = 32767;
  198. this.txtHolders.MinimumSize = new System.Drawing.Size(0, 24);
  199. this.txtHolders.MouseBack = null;
  200. this.txtHolders.Multiline = false;
  201. this.txtHolders.Name = "txtHolders";
  202. this.txtHolders.NormlBack = null;
  203. this.txtHolders.Padding = new System.Windows.Forms.Padding(5);
  204. this.txtHolders.ReadOnly = true;
  205. this.txtHolders.ScrollBars = System.Windows.Forms.ScrollBars.None;
  206. this.txtHolders.Size = new System.Drawing.Size(160, 25);
  207. this.txtHolders.TabIndex = 5;
  208. this.txtHolders.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  209. this.txtHolders.WaterColor = System.Drawing.Color.DarkGray;
  210. this.txtHolders.WaterText = "";
  211. this.txtHolders.WordWrap = true;
  212. //
  213. // labelEx5
  214. //
  215. this.labelEx5.AutoSize = true;
  216. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  217. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  218. this.labelEx5.Location = new System.Drawing.Point(36, 263);
  219. this.labelEx5.Name = "labelEx5";
  220. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  221. this.labelEx5.TabIndex = 4;
  222. this.labelEx5.Text = "使用积分:";
  223. //
  224. // labelEx4
  225. //
  226. this.labelEx4.AutoSize = true;
  227. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  228. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  229. this.labelEx4.Location = new System.Drawing.Point(36, 227);
  230. this.labelEx4.Name = "labelEx4";
  231. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  232. this.labelEx4.TabIndex = 3;
  233. this.labelEx4.Text = "兑换物品:";
  234. //
  235. // labelEx3
  236. //
  237. this.labelEx3.AutoSize = true;
  238. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  239. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  240. this.labelEx3.Location = new System.Drawing.Point(36, 124);
  241. this.labelEx3.Name = "labelEx3";
  242. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  243. this.labelEx3.TabIndex = 2;
  244. this.labelEx3.Text = "可用积分:";
  245. //
  246. // labelEx2
  247. //
  248. this.labelEx2.AutoSize = true;
  249. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  250. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  251. this.labelEx2.Location = new System.Drawing.Point(60, 89);
  252. this.labelEx2.Name = "labelEx2";
  253. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  254. this.labelEx2.TabIndex = 1;
  255. this.labelEx2.Text = "卡号:";
  256. //
  257. // labelEx1
  258. //
  259. this.labelEx1.AutoSize = true;
  260. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  261. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  262. this.labelEx1.Location = new System.Drawing.Point(48, 54);
  263. this.labelEx1.Name = "labelEx1";
  264. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  265. this.labelEx1.TabIndex = 0;
  266. this.labelEx1.Text = "持卡人:";
  267. //
  268. // btnSave
  269. //
  270. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  271. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  272. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  273. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  274. this.btnSave.ForeColor = System.Drawing.Color.White;
  275. this.btnSave.IsCustomBackImg = false;
  276. this.btnSave.IsShowText = true;
  277. this.btnSave.Location = new System.Drawing.Point(63, 6);
  278. this.btnSave.Name = "btnSave";
  279. this.btnSave.Size = new System.Drawing.Size(85, 28);
  280. this.btnSave.TabIndex = 10;
  281. this.btnSave.Text = " 保 存";
  282. this.btnSave.UseVisualStyleBackColor = false;
  283. //
  284. // btnCancel
  285. //
  286. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  287. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  288. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  289. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  290. this.btnCancel.ForeColor = System.Drawing.Color.White;
  291. this.btnCancel.IsCustomBackImg = false;
  292. this.btnCancel.IsShowText = true;
  293. this.btnCancel.Location = new System.Drawing.Point(182, 6);
  294. this.btnCancel.Name = "btnCancel";
  295. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  296. this.btnCancel.TabIndex = 11;
  297. this.btnCancel.Text = " 取 消";
  298. this.btnCancel.UseVisualStyleBackColor = false;
  299. //
  300. // panelEx1
  301. //
  302. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  303. this.panelEx1.BorderWidth = 1;
  304. this.panelEx1.Controls.Add(this.btnCancel);
  305. this.panelEx1.Controls.Add(this.btnSave);
  306. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  307. this.panelEx1.Location = new System.Drawing.Point(0, 505);
  308. this.panelEx1.Name = "panelEx1";
  309. this.panelEx1.Size = new System.Drawing.Size(320, 40);
  310. this.panelEx1.TabIndex = 3;
  311. //
  312. // panelEx2
  313. //
  314. this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  315. | System.Windows.Forms.AnchorStyles.Left)
  316. | System.Windows.Forms.AnchorStyles.Right)));
  317. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  318. this.panelEx2.BorderWidth = 1;
  319. this.panelEx2.Controls.Add(this.labelEx6);
  320. this.panelEx2.Controls.Add(this.labelEx7);
  321. this.panelEx2.Controls.Add(this.txtUsePoints);
  322. this.panelEx2.Controls.Add(this.labelEx1);
  323. this.panelEx2.Controls.Add(this.txtRedeemGoods);
  324. this.panelEx2.Controls.Add(this.labelEx2);
  325. this.panelEx2.Controls.Add(this.txtUsablePoints);
  326. this.panelEx2.Controls.Add(this.labelEx3);
  327. this.panelEx2.Controls.Add(this.txtCradNumber);
  328. this.panelEx2.Controls.Add(this.labelEx4);
  329. this.panelEx2.Controls.Add(this.txtHolders);
  330. this.panelEx2.Controls.Add(this.labelEx5);
  331. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  332. this.panelEx2.Name = "panelEx2";
  333. this.panelEx2.Size = new System.Drawing.Size(300, 485);
  334. this.panelEx2.TabIndex = 4;
  335. //
  336. // labelEx6
  337. //
  338. this.labelEx6.AutoSize = true;
  339. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  340. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  341. this.labelEx6.Location = new System.Drawing.Point(18, 181);
  342. this.labelEx6.Name = "labelEx6";
  343. this.labelEx6.Size = new System.Drawing.Size(56, 17);
  344. this.labelEx6.TabIndex = 11;
  345. this.labelEx6.Text = "兑换信息";
  346. //
  347. // labelEx7
  348. //
  349. this.labelEx7.AutoSize = true;
  350. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  351. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  352. this.labelEx7.Location = new System.Drawing.Point(18, 18);
  353. this.labelEx7.Name = "labelEx7";
  354. this.labelEx7.Size = new System.Drawing.Size(56, 17);
  355. this.labelEx7.TabIndex = 10;
  356. this.labelEx7.Text = "会员资料";
  357. //
  358. // RedeemPointsSuperSmallForm
  359. //
  360. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  361. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  362. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  363. this.ClientSize = new System.Drawing.Size(320, 610);
  364. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  365. this.IsUserControlsSize = false;
  366. this.MaximizeBox = false;
  367. this.MinimizeBox = false;
  368. this.Name = "RedeemPointsSuperSmallForm";
  369. this.Text = "兑换积分";
  370. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  371. this.plExMainContainer.ResumeLayout(false);
  372. this.plFormMainContent.ResumeLayout(false);
  373. this.panelEx1.ResumeLayout(false);
  374. this.panelEx2.ResumeLayout(false);
  375. this.panelEx2.PerformLayout();
  376. this.ResumeLayout(false);
  377. }
  378. #endregion
  379. private ComponentLibrary.LabelEx labelEx1;
  380. private ComponentLibrary.ButtonEx btnCancel;
  381. private ComponentLibrary.ButtonEx btnSave;
  382. private ComponentLibrary.LabelEx labelEx3;
  383. private ComponentLibrary.LabelEx labelEx2;
  384. protected ComponentLibrary.TextBoxEx txtUsePoints;
  385. protected ComponentLibrary.TextBoxEx txtRedeemGoods;
  386. protected ComponentLibrary.TextBoxEx txtUsablePoints;
  387. protected ComponentLibrary.TextBoxEx txtCradNumber;
  388. protected ComponentLibrary.TextBoxEx txtHolders;
  389. protected ComponentLibrary.LabelEx labelEx5;
  390. protected ComponentLibrary.LabelEx labelEx4;
  391. private ComponentLibrary.PanelEx panelEx2;
  392. private ComponentLibrary.PanelEx panelEx1;
  393. private ComponentLibrary.LabelEx labelEx6;
  394. private ComponentLibrary.LabelEx labelEx7;
  395. }
  396. }