GoldCardCashSuperSmallForm.Designer.cs 26 KB

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