BackCashCardCashSuperSmallForm.Designer.cs 22 KB

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