OpenBackCashViceCardSuperSmallForm.Designer.cs 61 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class OpenBackCashViceCardSuperSmallForm
  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(OpenBackCashViceCardSuperSmallForm));
  29. this.panelExB = new LYFZ.ComponentLibrary.PanelEx();
  30. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.panelExA = new LYFZ.ComponentLibrary.PanelEx();
  33. this.btnSelect = new LYFZ.ComponentLibrary.ButtonForm();
  34. this.txtPackagesNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.txtPackagesAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  38. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.txtMainCardNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  40. this.txtCardName = new LYFZ.ComponentLibrary.TextBoxEx();
  41. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.chkValidity = new LYFZ.ComponentLibrary.CheckBoxEx();
  45. this.btnUpdateValidity = new LYFZ.ComponentLibrary.ButtonForm();
  46. this.dtpValidity = new LYFZ.ComponentLibrary.DateTimePickerEx();
  47. this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.txtviceCardNumber1 = new LYFZ.ComponentLibrary.TextBoxEx();
  50. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  52. this.txtviceCardNumber2 = new LYFZ.ComponentLibrary.TextBoxEx();
  53. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  55. this.txtviceCardNumber3 = new LYFZ.ComponentLibrary.TextBoxEx();
  56. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  58. this.txtviceCardNumber8 = new LYFZ.ComponentLibrary.TextBoxEx();
  59. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  61. this.txtviceCardNumber6 = new LYFZ.ComponentLibrary.TextBoxEx();
  62. this.labelEx17 = new LYFZ.ComponentLibrary.LabelEx();
  63. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  64. this.txtviceCardNumber5 = new LYFZ.ComponentLibrary.TextBoxEx();
  65. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  66. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  67. this.txtviceCardNumber7 = new LYFZ.ComponentLibrary.TextBoxEx();
  68. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  69. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  70. this.txtviceCardNumber4 = new LYFZ.ComponentLibrary.TextBoxEx();
  71. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  72. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  73. this.txtviceCardNumber9 = new LYFZ.ComponentLibrary.TextBoxEx();
  74. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  75. this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
  76. this.txtviceCardNumber10 = new LYFZ.ComponentLibrary.TextBoxEx();
  77. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  78. this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx();
  79. this.plExMainContainer.SuspendLayout();
  80. this.plFormMainContent.SuspendLayout();
  81. this.panelExB.SuspendLayout();
  82. this.panelExA.SuspendLayout();
  83. this.panelEx1.SuspendLayout();
  84. this.panelEx2.SuspendLayout();
  85. this.panelEx3.SuspendLayout();
  86. this.panelEx8.SuspendLayout();
  87. this.panelEx6.SuspendLayout();
  88. this.panelEx5.SuspendLayout();
  89. this.panelEx7.SuspendLayout();
  90. this.panelEx4.SuspendLayout();
  91. this.panelEx9.SuspendLayout();
  92. this.panelEx10.SuspendLayout();
  93. this.SuspendLayout();
  94. //
  95. // plExMainContainer
  96. //
  97. this.plExMainContainer.Controls.Add(this.panelExA);
  98. this.plExMainContainer.Controls.Add(this.panelExB);
  99. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  100. this.plExMainContainer.Size = new System.Drawing.Size(342, 308);
  101. //
  102. // plFormMainContent
  103. //
  104. this.plFormMainContent.Size = new System.Drawing.Size(342, 308);
  105. //
  106. // btnAppFormMaximize
  107. //
  108. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  109. this.btnAppFormMaximize.Location = new System.Drawing.Point(572, 0);
  110. //
  111. // btnAppFormExit
  112. //
  113. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  114. this.btnAppFormExit.Location = new System.Drawing.Point(310, 0);
  115. //
  116. // btnAppFormMinimize
  117. //
  118. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  119. this.btnAppFormMinimize.Location = new System.Drawing.Point(545, 0);
  120. //
  121. // panelExB
  122. //
  123. this.panelExB.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  124. this.panelExB.BorderWidth = 1;
  125. this.panelExB.Controls.Add(this.btnCancel);
  126. this.panelExB.Controls.Add(this.btnOK);
  127. this.panelExB.Dock = System.Windows.Forms.DockStyle.Bottom;
  128. this.panelExB.Location = new System.Drawing.Point(10, 258);
  129. this.panelExB.Name = "panelExB";
  130. this.panelExB.Size = new System.Drawing.Size(322, 40);
  131. this.panelExB.TabIndex = 32;
  132. //
  133. // btnCancel
  134. //
  135. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  136. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  137. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  138. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  139. this.btnCancel.ForeColor = System.Drawing.Color.White;
  140. this.btnCancel.IsCustomBackImg = false;
  141. this.btnCancel.IsShowText = true;
  142. this.btnCancel.Location = new System.Drawing.Point(169, 6);
  143. this.btnCancel.Name = "btnCancel";
  144. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  145. this.btnCancel.TabIndex = 16;
  146. this.btnCancel.Text = " 取 消";
  147. this.btnCancel.UseVisualStyleBackColor = false;
  148. //
  149. // btnOK
  150. //
  151. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  152. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  153. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  154. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  155. this.btnOK.ForeColor = System.Drawing.Color.White;
  156. this.btnOK.IsCustomBackImg = false;
  157. this.btnOK.IsShowText = true;
  158. this.btnOK.Location = new System.Drawing.Point(50, 6);
  159. this.btnOK.Name = "btnOK";
  160. this.btnOK.Size = new System.Drawing.Size(85, 28);
  161. this.btnOK.TabIndex = 15;
  162. this.btnOK.Text = " 确 定";
  163. this.btnOK.UseVisualStyleBackColor = false;
  164. //
  165. // panelExA
  166. //
  167. this.panelExA.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  168. this.panelExA.BorderWidth = 1;
  169. this.panelExA.Controls.Add(this.btnUpdateValidity);
  170. this.panelExA.Controls.Add(this.chkValidity);
  171. this.panelExA.Controls.Add(this.panelEx10);
  172. this.panelExA.Controls.Add(this.dtpValidity);
  173. this.panelExA.Controls.Add(this.panelEx9);
  174. this.panelExA.Controls.Add(this.labelEx18);
  175. this.panelExA.Controls.Add(this.panelEx4);
  176. this.panelExA.Controls.Add(this.panelEx7);
  177. this.panelExA.Controls.Add(this.panelEx5);
  178. this.panelExA.Controls.Add(this.panelEx6);
  179. this.panelExA.Controls.Add(this.panelEx8);
  180. this.panelExA.Controls.Add(this.panelEx3);
  181. this.panelExA.Controls.Add(this.panelEx2);
  182. this.panelExA.Controls.Add(this.panelEx1);
  183. this.panelExA.Controls.Add(this.btnSelect);
  184. this.panelExA.Controls.Add(this.txtPackagesNumber);
  185. this.panelExA.Controls.Add(this.labelEx12);
  186. this.panelExA.Controls.Add(this.labelEx11);
  187. this.panelExA.Controls.Add(this.txtPackagesAmount);
  188. this.panelExA.Controls.Add(this.labelEx10);
  189. this.panelExA.Controls.Add(this.txtMainCardNumber);
  190. this.panelExA.Controls.Add(this.txtCardName);
  191. this.panelExA.Controls.Add(this.labelEx1);
  192. this.panelExA.Controls.Add(this.labelEx3);
  193. this.panelExA.Controls.Add(this.labelEx2);
  194. this.panelExA.Controls.Add(this.labelEx4);
  195. this.panelExA.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.panelExA.Location = new System.Drawing.Point(10, 10);
  197. this.panelExA.Margin = new System.Windows.Forms.Padding(0);
  198. this.panelExA.Name = "panelExA";
  199. this.panelExA.Size = new System.Drawing.Size(322, 248);
  200. this.panelExA.TabIndex = 33;
  201. //
  202. // btnSelect
  203. //
  204. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  205. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  206. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  207. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  208. this.btnSelect.ForeColor = System.Drawing.Color.White;
  209. this.btnSelect.IsCustomBackImg = false;
  210. this.btnSelect.IsShowText = true;
  211. this.btnSelect.Location = new System.Drawing.Point(261, 152);
  212. this.btnSelect.Name = "btnSelect";
  213. this.btnSelect.Size = new System.Drawing.Size(45, 23);
  214. this.btnSelect.TabIndex = 9;
  215. this.btnSelect.Text = " 选择";
  216. this.btnSelect.UseVisualStyleBackColor = false;
  217. this.btnSelect.Visible = false;
  218. //
  219. // txtPackagesNumber
  220. //
  221. this.txtPackagesNumber.BackColor = System.Drawing.Color.Transparent;
  222. this.txtPackagesNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  223. this.txtPackagesNumber.Icon = null;
  224. this.txtPackagesNumber.IconIsButton = false;
  225. this.txtPackagesNumber.IsPasswordChat = '\0';
  226. this.txtPackagesNumber.IsSystemPasswordChar = false;
  227. this.txtPackagesNumber.Lines = new string[0];
  228. this.txtPackagesNumber.Location = new System.Drawing.Point(98, 123);
  229. this.txtPackagesNumber.Margin = new System.Windows.Forms.Padding(0);
  230. this.txtPackagesNumber.MaxLength = 32767;
  231. this.txtPackagesNumber.MinimumSize = new System.Drawing.Size(0, 25);
  232. this.txtPackagesNumber.MouseBack = null;
  233. this.txtPackagesNumber.Multiline = false;
  234. this.txtPackagesNumber.Name = "txtPackagesNumber";
  235. this.txtPackagesNumber.NormlBack = null;
  236. this.txtPackagesNumber.Padding = new System.Windows.Forms.Padding(5);
  237. this.txtPackagesNumber.ReadOnly = true;
  238. this.txtPackagesNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  239. this.txtPackagesNumber.Size = new System.Drawing.Size(160, 25);
  240. this.txtPackagesNumber.TabIndex = 7;
  241. this.txtPackagesNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  242. this.txtPackagesNumber.WaterColor = System.Drawing.Color.DarkGray;
  243. this.txtPackagesNumber.WaterText = "";
  244. this.txtPackagesNumber.WordWrap = true;
  245. //
  246. // labelEx12
  247. //
  248. this.labelEx12.AutoSize = true;
  249. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  250. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  251. this.labelEx12.Location = new System.Drawing.Point(27, 127);
  252. this.labelEx12.Name = "labelEx12";
  253. this.labelEx12.Size = new System.Drawing.Size(68, 17);
  254. this.labelEx12.TabIndex = 19;
  255. this.labelEx12.Text = "返现次数:";
  256. //
  257. // labelEx11
  258. //
  259. this.labelEx11.AutoSize = true;
  260. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  261. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  262. this.labelEx11.Location = new System.Drawing.Point(13, 99);
  263. this.labelEx11.Name = "labelEx11";
  264. this.labelEx11.Size = new System.Drawing.Size(56, 17);
  265. this.labelEx11.TabIndex = 18;
  266. this.labelEx11.Text = "返现资料";
  267. //
  268. // txtPackagesAmount
  269. //
  270. this.txtPackagesAmount.BackColor = System.Drawing.Color.Transparent;
  271. this.txtPackagesAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  272. this.txtPackagesAmount.Icon = null;
  273. this.txtPackagesAmount.IconIsButton = false;
  274. this.txtPackagesAmount.IsPasswordChat = '\0';
  275. this.txtPackagesAmount.IsSystemPasswordChar = false;
  276. this.txtPackagesAmount.Lines = new string[0];
  277. this.txtPackagesAmount.Location = new System.Drawing.Point(98, 152);
  278. this.txtPackagesAmount.Margin = new System.Windows.Forms.Padding(0);
  279. this.txtPackagesAmount.MaxLength = 32767;
  280. this.txtPackagesAmount.MinimumSize = new System.Drawing.Size(0, 25);
  281. this.txtPackagesAmount.MouseBack = null;
  282. this.txtPackagesAmount.Multiline = false;
  283. this.txtPackagesAmount.Name = "txtPackagesAmount";
  284. this.txtPackagesAmount.NormlBack = null;
  285. this.txtPackagesAmount.Padding = new System.Windows.Forms.Padding(5);
  286. this.txtPackagesAmount.ReadOnly = false;
  287. this.txtPackagesAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  288. this.txtPackagesAmount.Size = new System.Drawing.Size(160, 25);
  289. this.txtPackagesAmount.TabIndex = 8;
  290. this.txtPackagesAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  291. this.txtPackagesAmount.WaterColor = System.Drawing.Color.DarkGray;
  292. this.txtPackagesAmount.WaterText = "";
  293. this.txtPackagesAmount.WordWrap = true;
  294. //
  295. // labelEx10
  296. //
  297. this.labelEx10.AutoSize = true;
  298. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  299. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  300. this.labelEx10.Location = new System.Drawing.Point(27, 156);
  301. this.labelEx10.Name = "labelEx10";
  302. this.labelEx10.Size = new System.Drawing.Size(68, 17);
  303. this.labelEx10.TabIndex = 16;
  304. this.labelEx10.Text = "套系金额:";
  305. //
  306. // txtMainCardNumber
  307. //
  308. this.txtMainCardNumber.BackColor = System.Drawing.Color.Transparent;
  309. this.txtMainCardNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  310. this.txtMainCardNumber.Icon = null;
  311. this.txtMainCardNumber.IconIsButton = false;
  312. this.txtMainCardNumber.IsPasswordChat = '\0';
  313. this.txtMainCardNumber.IsSystemPasswordChar = false;
  314. this.txtMainCardNumber.Lines = new string[0];
  315. this.txtMainCardNumber.Location = new System.Drawing.Point(98, 64);
  316. this.txtMainCardNumber.Margin = new System.Windows.Forms.Padding(0);
  317. this.txtMainCardNumber.MaxLength = 32767;
  318. this.txtMainCardNumber.MinimumSize = new System.Drawing.Size(0, 25);
  319. this.txtMainCardNumber.MouseBack = null;
  320. this.txtMainCardNumber.Multiline = false;
  321. this.txtMainCardNumber.Name = "txtMainCardNumber";
  322. this.txtMainCardNumber.NormlBack = null;
  323. this.txtMainCardNumber.Padding = new System.Windows.Forms.Padding(5);
  324. this.txtMainCardNumber.ReadOnly = true;
  325. this.txtMainCardNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  326. this.txtMainCardNumber.Size = new System.Drawing.Size(160, 25);
  327. this.txtMainCardNumber.TabIndex = 6;
  328. this.txtMainCardNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  329. this.txtMainCardNumber.WaterColor = System.Drawing.Color.DarkGray;
  330. this.txtMainCardNumber.WaterText = "";
  331. this.txtMainCardNumber.WordWrap = true;
  332. //
  333. // txtCardName
  334. //
  335. this.txtCardName.BackColor = System.Drawing.Color.Transparent;
  336. this.txtCardName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  337. this.txtCardName.Icon = null;
  338. this.txtCardName.IconIsButton = false;
  339. this.txtCardName.IsPasswordChat = '\0';
  340. this.txtCardName.IsSystemPasswordChar = false;
  341. this.txtCardName.Lines = new string[0];
  342. this.txtCardName.Location = new System.Drawing.Point(98, 35);
  343. this.txtCardName.Margin = new System.Windows.Forms.Padding(0);
  344. this.txtCardName.MaxLength = 32767;
  345. this.txtCardName.MinimumSize = new System.Drawing.Size(0, 25);
  346. this.txtCardName.MouseBack = null;
  347. this.txtCardName.Multiline = false;
  348. this.txtCardName.Name = "txtCardName";
  349. this.txtCardName.NormlBack = null;
  350. this.txtCardName.Padding = new System.Windows.Forms.Padding(5);
  351. this.txtCardName.ReadOnly = true;
  352. this.txtCardName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  353. this.txtCardName.Size = new System.Drawing.Size(160, 25);
  354. this.txtCardName.TabIndex = 5;
  355. this.txtCardName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  356. this.txtCardName.WaterColor = System.Drawing.Color.DarkGray;
  357. this.txtCardName.WaterText = "";
  358. this.txtCardName.WordWrap = true;
  359. //
  360. // labelEx1
  361. //
  362. this.labelEx1.AutoSize = true;
  363. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  364. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  365. this.labelEx1.Location = new System.Drawing.Point(13, 12);
  366. this.labelEx1.Name = "labelEx1";
  367. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  368. this.labelEx1.TabIndex = 2;
  369. this.labelEx1.Text = "主卡资料";
  370. //
  371. // labelEx3
  372. //
  373. this.labelEx3.AutoSize = true;
  374. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  375. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  376. this.labelEx3.Location = new System.Drawing.Point(39, 39);
  377. this.labelEx3.Name = "labelEx3";
  378. this.labelEx3.Size = new System.Drawing.Size(56, 17);
  379. this.labelEx3.TabIndex = 0;
  380. this.labelEx3.Text = "持卡人:";
  381. //
  382. // labelEx4
  383. //
  384. this.labelEx4.AutoSize = true;
  385. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  386. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  387. this.labelEx4.Location = new System.Drawing.Point(27, 68);
  388. this.labelEx4.Name = "labelEx4";
  389. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  390. this.labelEx4.TabIndex = 1;
  391. this.labelEx4.Text = "会员卡号:";
  392. //
  393. // chkValidity
  394. //
  395. this.chkValidity.AutoSize = true;
  396. this.chkValidity.BackColor = System.Drawing.Color.Transparent;
  397. this.chkValidity.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  398. this.chkValidity.Enabled = false;
  399. this.chkValidity.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  400. this.chkValidity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  401. this.chkValidity.Fourstates = false;
  402. this.chkValidity.IsGreenTick = false;
  403. this.chkValidity.Location = new System.Drawing.Point(207, 184);
  404. this.chkValidity.Name = "chkValidity";
  405. this.chkValidity.Size = new System.Drawing.Size(51, 21);
  406. this.chkValidity.TabIndex = 216;
  407. this.chkValidity.Text = "永久";
  408. this.chkValidity.UseVisualStyleBackColor = false;
  409. //
  410. // btnUpdateValidity
  411. //
  412. this.btnUpdateValidity.BackColor = System.Drawing.Color.Transparent;
  413. this.btnUpdateValidity.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdateValidity.BackImg")));
  414. this.btnUpdateValidity.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  415. this.btnUpdateValidity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  416. this.btnUpdateValidity.ForeColor = System.Drawing.Color.White;
  417. this.btnUpdateValidity.IsCustomBackImg = false;
  418. this.btnUpdateValidity.IsShowText = true;
  419. this.btnUpdateValidity.Location = new System.Drawing.Point(261, 184);
  420. this.btnUpdateValidity.Name = "btnUpdateValidity";
  421. this.btnUpdateValidity.Size = new System.Drawing.Size(45, 23);
  422. this.btnUpdateValidity.TabIndex = 20;
  423. this.btnUpdateValidity.Text = " 修改";
  424. this.btnUpdateValidity.UseVisualStyleBackColor = false;
  425. //
  426. // dtpValidity
  427. //
  428. this.dtpValidity.CustomFormat = " ";
  429. this.dtpValidity.DateValue = "";
  430. this.dtpValidity.Enabled = false;
  431. this.dtpValidity.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  432. this.dtpValidity.IsShowTime = false;
  433. this.dtpValidity.Location = new System.Drawing.Point(99, 184);
  434. this.dtpValidity.Name = "dtpValidity";
  435. this.dtpValidity.Size = new System.Drawing.Size(100, 21);
  436. this.dtpValidity.TabIndex = 19;
  437. //
  438. // labelEx18
  439. //
  440. this.labelEx18.AutoSize = true;
  441. this.labelEx18.BackColor = System.Drawing.Color.Transparent;
  442. this.labelEx18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  443. this.labelEx18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  444. this.labelEx18.Location = new System.Drawing.Point(27, 186);
  445. this.labelEx18.Name = "labelEx18";
  446. this.labelEx18.Size = new System.Drawing.Size(68, 17);
  447. this.labelEx18.TabIndex = 18;
  448. this.labelEx18.Text = "有效期至:";
  449. //
  450. // labelEx2
  451. //
  452. this.labelEx2.AutoSize = true;
  453. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  454. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  455. this.labelEx2.Location = new System.Drawing.Point(13, 221);
  456. this.labelEx2.Name = "labelEx2";
  457. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  458. this.labelEx2.TabIndex = 3;
  459. this.labelEx2.Text = "副卡资料";
  460. //
  461. // txtviceCardNumber1
  462. //
  463. this.txtviceCardNumber1.BackColor = System.Drawing.Color.Transparent;
  464. this.txtviceCardNumber1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  465. this.txtviceCardNumber1.Icon = null;
  466. this.txtviceCardNumber1.IconIsButton = false;
  467. this.txtviceCardNumber1.IsPasswordChat = '\0';
  468. this.txtviceCardNumber1.IsSystemPasswordChar = false;
  469. this.txtviceCardNumber1.Lines = new string[0];
  470. this.txtviceCardNumber1.Location = new System.Drawing.Point(85, 1);
  471. this.txtviceCardNumber1.Margin = new System.Windows.Forms.Padding(0);
  472. this.txtviceCardNumber1.MaxLength = 32767;
  473. this.txtviceCardNumber1.MinimumSize = new System.Drawing.Size(0, 25);
  474. this.txtviceCardNumber1.MouseBack = null;
  475. this.txtviceCardNumber1.Multiline = false;
  476. this.txtviceCardNumber1.Name = "txtviceCardNumber1";
  477. this.txtviceCardNumber1.NormlBack = null;
  478. this.txtviceCardNumber1.Padding = new System.Windows.Forms.Padding(5);
  479. this.txtviceCardNumber1.ReadOnly = false;
  480. this.txtviceCardNumber1.ScrollBars = System.Windows.Forms.ScrollBars.None;
  481. this.txtviceCardNumber1.Size = new System.Drawing.Size(160, 25);
  482. this.txtviceCardNumber1.TabIndex = 10;
  483. this.txtviceCardNumber1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  484. this.txtviceCardNumber1.WaterColor = System.Drawing.Color.DarkGray;
  485. this.txtviceCardNumber1.WaterText = "";
  486. this.txtviceCardNumber1.WordWrap = true;
  487. //
  488. // labelEx5
  489. //
  490. this.labelEx5.AutoSize = true;
  491. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  492. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  493. this.labelEx5.Location = new System.Drawing.Point(19, 5);
  494. this.labelEx5.Name = "labelEx5";
  495. this.labelEx5.Size = new System.Drawing.Size(63, 17);
  496. this.labelEx5.TabIndex = 4;
  497. this.labelEx5.Text = "副卡号1:";
  498. //
  499. // panelEx1
  500. //
  501. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  502. this.panelEx1.BorderWidth = 1;
  503. this.panelEx1.Controls.Add(this.labelEx5);
  504. this.panelEx1.Controls.Add(this.txtviceCardNumber1);
  505. this.panelEx1.Location = new System.Drawing.Point(16, 247);
  506. this.panelEx1.Name = "panelEx1";
  507. this.panelEx1.Size = new System.Drawing.Size(280, 27);
  508. this.panelEx1.TabIndex = 30;
  509. this.panelEx1.Visible = false;
  510. //
  511. // txtviceCardNumber2
  512. //
  513. this.txtviceCardNumber2.BackColor = System.Drawing.Color.Transparent;
  514. this.txtviceCardNumber2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  515. this.txtviceCardNumber2.Icon = null;
  516. this.txtviceCardNumber2.IconIsButton = false;
  517. this.txtviceCardNumber2.IsPasswordChat = '\0';
  518. this.txtviceCardNumber2.IsSystemPasswordChar = false;
  519. this.txtviceCardNumber2.Lines = new string[0];
  520. this.txtviceCardNumber2.Location = new System.Drawing.Point(85, 1);
  521. this.txtviceCardNumber2.Margin = new System.Windows.Forms.Padding(0);
  522. this.txtviceCardNumber2.MaxLength = 32767;
  523. this.txtviceCardNumber2.MinimumSize = new System.Drawing.Size(0, 25);
  524. this.txtviceCardNumber2.MouseBack = null;
  525. this.txtviceCardNumber2.Multiline = false;
  526. this.txtviceCardNumber2.Name = "txtviceCardNumber2";
  527. this.txtviceCardNumber2.NormlBack = null;
  528. this.txtviceCardNumber2.Padding = new System.Windows.Forms.Padding(5);
  529. this.txtviceCardNumber2.ReadOnly = false;
  530. this.txtviceCardNumber2.ScrollBars = System.Windows.Forms.ScrollBars.None;
  531. this.txtviceCardNumber2.Size = new System.Drawing.Size(160, 25);
  532. this.txtviceCardNumber2.TabIndex = 11;
  533. this.txtviceCardNumber2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  534. this.txtviceCardNumber2.WaterColor = System.Drawing.Color.DarkGray;
  535. this.txtviceCardNumber2.WaterText = "";
  536. this.txtviceCardNumber2.WordWrap = true;
  537. //
  538. // labelEx6
  539. //
  540. this.labelEx6.AutoSize = true;
  541. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  542. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  543. this.labelEx6.Location = new System.Drawing.Point(19, 5);
  544. this.labelEx6.Name = "labelEx6";
  545. this.labelEx6.Size = new System.Drawing.Size(63, 17);
  546. this.labelEx6.TabIndex = 8;
  547. this.labelEx6.Text = "副卡号2:";
  548. //
  549. // panelEx2
  550. //
  551. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  552. this.panelEx2.BorderWidth = 1;
  553. this.panelEx2.Controls.Add(this.labelEx6);
  554. this.panelEx2.Controls.Add(this.txtviceCardNumber2);
  555. this.panelEx2.Location = new System.Drawing.Point(16, 277);
  556. this.panelEx2.Name = "panelEx2";
  557. this.panelEx2.Size = new System.Drawing.Size(280, 27);
  558. this.panelEx2.TabIndex = 31;
  559. this.panelEx2.Visible = false;
  560. //
  561. // txtviceCardNumber3
  562. //
  563. this.txtviceCardNumber3.BackColor = System.Drawing.Color.Transparent;
  564. this.txtviceCardNumber3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  565. this.txtviceCardNumber3.Icon = null;
  566. this.txtviceCardNumber3.IconIsButton = false;
  567. this.txtviceCardNumber3.IsPasswordChat = '\0';
  568. this.txtviceCardNumber3.IsSystemPasswordChar = false;
  569. this.txtviceCardNumber3.Lines = new string[0];
  570. this.txtviceCardNumber3.Location = new System.Drawing.Point(85, 1);
  571. this.txtviceCardNumber3.Margin = new System.Windows.Forms.Padding(0);
  572. this.txtviceCardNumber3.MaxLength = 32767;
  573. this.txtviceCardNumber3.MinimumSize = new System.Drawing.Size(0, 25);
  574. this.txtviceCardNumber3.MouseBack = null;
  575. this.txtviceCardNumber3.Multiline = false;
  576. this.txtviceCardNumber3.Name = "txtviceCardNumber3";
  577. this.txtviceCardNumber3.NormlBack = null;
  578. this.txtviceCardNumber3.Padding = new System.Windows.Forms.Padding(5);
  579. this.txtviceCardNumber3.ReadOnly = false;
  580. this.txtviceCardNumber3.ScrollBars = System.Windows.Forms.ScrollBars.None;
  581. this.txtviceCardNumber3.Size = new System.Drawing.Size(160, 25);
  582. this.txtviceCardNumber3.TabIndex = 12;
  583. this.txtviceCardNumber3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  584. this.txtviceCardNumber3.WaterColor = System.Drawing.Color.DarkGray;
  585. this.txtviceCardNumber3.WaterText = "";
  586. this.txtviceCardNumber3.WordWrap = true;
  587. //
  588. // labelEx7
  589. //
  590. this.labelEx7.AutoSize = true;
  591. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  592. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  593. this.labelEx7.Location = new System.Drawing.Point(19, 5);
  594. this.labelEx7.Name = "labelEx7";
  595. this.labelEx7.Size = new System.Drawing.Size(63, 17);
  596. this.labelEx7.TabIndex = 10;
  597. this.labelEx7.Text = "副卡号3:";
  598. //
  599. // panelEx3
  600. //
  601. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  602. this.panelEx3.BorderWidth = 1;
  603. this.panelEx3.Controls.Add(this.labelEx7);
  604. this.panelEx3.Controls.Add(this.txtviceCardNumber3);
  605. this.panelEx3.Location = new System.Drawing.Point(16, 307);
  606. this.panelEx3.Name = "panelEx3";
  607. this.panelEx3.Size = new System.Drawing.Size(280, 27);
  608. this.panelEx3.TabIndex = 32;
  609. this.panelEx3.Visible = false;
  610. //
  611. // txtviceCardNumber8
  612. //
  613. this.txtviceCardNumber8.BackColor = System.Drawing.Color.Transparent;
  614. this.txtviceCardNumber8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  615. this.txtviceCardNumber8.Icon = null;
  616. this.txtviceCardNumber8.IconIsButton = false;
  617. this.txtviceCardNumber8.IsPasswordChat = '\0';
  618. this.txtviceCardNumber8.IsSystemPasswordChar = false;
  619. this.txtviceCardNumber8.Lines = new string[0];
  620. this.txtviceCardNumber8.Location = new System.Drawing.Point(85, 1);
  621. this.txtviceCardNumber8.Margin = new System.Windows.Forms.Padding(0);
  622. this.txtviceCardNumber8.MaxLength = 32767;
  623. this.txtviceCardNumber8.MinimumSize = new System.Drawing.Size(0, 25);
  624. this.txtviceCardNumber8.MouseBack = null;
  625. this.txtviceCardNumber8.Multiline = false;
  626. this.txtviceCardNumber8.Name = "txtviceCardNumber8";
  627. this.txtviceCardNumber8.NormlBack = null;
  628. this.txtviceCardNumber8.Padding = new System.Windows.Forms.Padding(5);
  629. this.txtviceCardNumber8.ReadOnly = false;
  630. this.txtviceCardNumber8.ScrollBars = System.Windows.Forms.ScrollBars.None;
  631. this.txtviceCardNumber8.Size = new System.Drawing.Size(160, 25);
  632. this.txtviceCardNumber8.TabIndex = 26;
  633. this.txtviceCardNumber8.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  634. this.txtviceCardNumber8.WaterColor = System.Drawing.Color.DarkGray;
  635. this.txtviceCardNumber8.WaterText = "";
  636. this.txtviceCardNumber8.WordWrap = true;
  637. //
  638. // labelEx15
  639. //
  640. this.labelEx15.AutoSize = true;
  641. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  642. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  643. this.labelEx15.Location = new System.Drawing.Point(19, 5);
  644. this.labelEx15.Name = "labelEx15";
  645. this.labelEx15.Size = new System.Drawing.Size(63, 17);
  646. this.labelEx15.TabIndex = 22;
  647. this.labelEx15.Text = "副卡号8:";
  648. //
  649. // panelEx8
  650. //
  651. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  652. this.panelEx8.BorderWidth = 1;
  653. this.panelEx8.Controls.Add(this.labelEx15);
  654. this.panelEx8.Controls.Add(this.txtviceCardNumber8);
  655. this.panelEx8.Location = new System.Drawing.Point(16, 457);
  656. this.panelEx8.Name = "panelEx8";
  657. this.panelEx8.Size = new System.Drawing.Size(280, 27);
  658. this.panelEx8.TabIndex = 32;
  659. this.panelEx8.Visible = false;
  660. //
  661. // txtviceCardNumber6
  662. //
  663. this.txtviceCardNumber6.BackColor = System.Drawing.Color.Transparent;
  664. this.txtviceCardNumber6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  665. this.txtviceCardNumber6.Icon = null;
  666. this.txtviceCardNumber6.IconIsButton = false;
  667. this.txtviceCardNumber6.IsPasswordChat = '\0';
  668. this.txtviceCardNumber6.IsSystemPasswordChar = false;
  669. this.txtviceCardNumber6.Lines = new string[0];
  670. this.txtviceCardNumber6.Location = new System.Drawing.Point(85, 1);
  671. this.txtviceCardNumber6.Margin = new System.Windows.Forms.Padding(0);
  672. this.txtviceCardNumber6.MaxLength = 32767;
  673. this.txtviceCardNumber6.MinimumSize = new System.Drawing.Size(0, 25);
  674. this.txtviceCardNumber6.MouseBack = null;
  675. this.txtviceCardNumber6.Multiline = false;
  676. this.txtviceCardNumber6.Name = "txtviceCardNumber6";
  677. this.txtviceCardNumber6.NormlBack = null;
  678. this.txtviceCardNumber6.Padding = new System.Windows.Forms.Padding(5);
  679. this.txtviceCardNumber6.ReadOnly = false;
  680. this.txtviceCardNumber6.ScrollBars = System.Windows.Forms.ScrollBars.None;
  681. this.txtviceCardNumber6.Size = new System.Drawing.Size(160, 25);
  682. this.txtviceCardNumber6.TabIndex = 23;
  683. this.txtviceCardNumber6.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  684. this.txtviceCardNumber6.WaterColor = System.Drawing.Color.DarkGray;
  685. this.txtviceCardNumber6.WaterText = "";
  686. this.txtviceCardNumber6.WordWrap = true;
  687. //
  688. // labelEx17
  689. //
  690. this.labelEx17.AutoSize = true;
  691. this.labelEx17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  692. this.labelEx17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  693. this.labelEx17.Location = new System.Drawing.Point(19, 5);
  694. this.labelEx17.Name = "labelEx17";
  695. this.labelEx17.Size = new System.Drawing.Size(63, 17);
  696. this.labelEx17.TabIndex = 20;
  697. this.labelEx17.Text = "副卡号6:";
  698. //
  699. // panelEx6
  700. //
  701. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  702. this.panelEx6.BorderWidth = 1;
  703. this.panelEx6.Controls.Add(this.labelEx17);
  704. this.panelEx6.Controls.Add(this.txtviceCardNumber6);
  705. this.panelEx6.Location = new System.Drawing.Point(16, 397);
  706. this.panelEx6.Name = "panelEx6";
  707. this.panelEx6.Size = new System.Drawing.Size(280, 27);
  708. this.panelEx6.TabIndex = 32;
  709. this.panelEx6.Visible = false;
  710. //
  711. // txtviceCardNumber5
  712. //
  713. this.txtviceCardNumber5.BackColor = System.Drawing.Color.Transparent;
  714. this.txtviceCardNumber5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  715. this.txtviceCardNumber5.Icon = null;
  716. this.txtviceCardNumber5.IconIsButton = false;
  717. this.txtviceCardNumber5.IsPasswordChat = '\0';
  718. this.txtviceCardNumber5.IsSystemPasswordChar = false;
  719. this.txtviceCardNumber5.Lines = new string[0];
  720. this.txtviceCardNumber5.Location = new System.Drawing.Point(85, 1);
  721. this.txtviceCardNumber5.Margin = new System.Windows.Forms.Padding(0);
  722. this.txtviceCardNumber5.MaxLength = 32767;
  723. this.txtviceCardNumber5.MinimumSize = new System.Drawing.Size(0, 25);
  724. this.txtviceCardNumber5.MouseBack = null;
  725. this.txtviceCardNumber5.Multiline = false;
  726. this.txtviceCardNumber5.Name = "txtviceCardNumber5";
  727. this.txtviceCardNumber5.NormlBack = null;
  728. this.txtviceCardNumber5.Padding = new System.Windows.Forms.Padding(5);
  729. this.txtviceCardNumber5.ReadOnly = false;
  730. this.txtviceCardNumber5.ScrollBars = System.Windows.Forms.ScrollBars.None;
  731. this.txtviceCardNumber5.Size = new System.Drawing.Size(160, 25);
  732. this.txtviceCardNumber5.TabIndex = 14;
  733. this.txtviceCardNumber5.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  734. this.txtviceCardNumber5.WaterColor = System.Drawing.Color.DarkGray;
  735. this.txtviceCardNumber5.WaterText = "";
  736. this.txtviceCardNumber5.WordWrap = true;
  737. //
  738. // labelEx9
  739. //
  740. this.labelEx9.AutoSize = true;
  741. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  742. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  743. this.labelEx9.Location = new System.Drawing.Point(19, 5);
  744. this.labelEx9.Name = "labelEx9";
  745. this.labelEx9.Size = new System.Drawing.Size(63, 17);
  746. this.labelEx9.TabIndex = 14;
  747. this.labelEx9.Text = "副卡号5:";
  748. //
  749. // panelEx5
  750. //
  751. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  752. this.panelEx5.BorderWidth = 1;
  753. this.panelEx5.Controls.Add(this.labelEx9);
  754. this.panelEx5.Controls.Add(this.txtviceCardNumber5);
  755. this.panelEx5.Location = new System.Drawing.Point(16, 367);
  756. this.panelEx5.Name = "panelEx5";
  757. this.panelEx5.Size = new System.Drawing.Size(280, 27);
  758. this.panelEx5.TabIndex = 32;
  759. this.panelEx5.Visible = false;
  760. //
  761. // txtviceCardNumber7
  762. //
  763. this.txtviceCardNumber7.BackColor = System.Drawing.Color.Transparent;
  764. this.txtviceCardNumber7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  765. this.txtviceCardNumber7.Icon = null;
  766. this.txtviceCardNumber7.IconIsButton = false;
  767. this.txtviceCardNumber7.IsPasswordChat = '\0';
  768. this.txtviceCardNumber7.IsSystemPasswordChar = false;
  769. this.txtviceCardNumber7.Lines = new string[0];
  770. this.txtviceCardNumber7.Location = new System.Drawing.Point(85, 1);
  771. this.txtviceCardNumber7.Margin = new System.Windows.Forms.Padding(0);
  772. this.txtviceCardNumber7.MaxLength = 32767;
  773. this.txtviceCardNumber7.MinimumSize = new System.Drawing.Size(0, 25);
  774. this.txtviceCardNumber7.MouseBack = null;
  775. this.txtviceCardNumber7.Multiline = false;
  776. this.txtviceCardNumber7.Name = "txtviceCardNumber7";
  777. this.txtviceCardNumber7.NormlBack = null;
  778. this.txtviceCardNumber7.Padding = new System.Windows.Forms.Padding(5);
  779. this.txtviceCardNumber7.ReadOnly = false;
  780. this.txtviceCardNumber7.ScrollBars = System.Windows.Forms.ScrollBars.None;
  781. this.txtviceCardNumber7.Size = new System.Drawing.Size(160, 25);
  782. this.txtviceCardNumber7.TabIndex = 24;
  783. this.txtviceCardNumber7.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  784. this.txtviceCardNumber7.WaterColor = System.Drawing.Color.DarkGray;
  785. this.txtviceCardNumber7.WaterText = "";
  786. this.txtviceCardNumber7.WordWrap = true;
  787. //
  788. // labelEx16
  789. //
  790. this.labelEx16.AutoSize = true;
  791. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  792. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  793. this.labelEx16.Location = new System.Drawing.Point(19, 5);
  794. this.labelEx16.Name = "labelEx16";
  795. this.labelEx16.Size = new System.Drawing.Size(63, 17);
  796. this.labelEx16.TabIndex = 21;
  797. this.labelEx16.Text = "副卡号7:";
  798. //
  799. // panelEx7
  800. //
  801. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  802. this.panelEx7.BorderWidth = 1;
  803. this.panelEx7.Controls.Add(this.labelEx16);
  804. this.panelEx7.Controls.Add(this.txtviceCardNumber7);
  805. this.panelEx7.Location = new System.Drawing.Point(16, 427);
  806. this.panelEx7.Name = "panelEx7";
  807. this.panelEx7.Size = new System.Drawing.Size(280, 27);
  808. this.panelEx7.TabIndex = 32;
  809. this.panelEx7.Visible = false;
  810. //
  811. // txtviceCardNumber4
  812. //
  813. this.txtviceCardNumber4.BackColor = System.Drawing.Color.Transparent;
  814. this.txtviceCardNumber4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  815. this.txtviceCardNumber4.Icon = null;
  816. this.txtviceCardNumber4.IconIsButton = false;
  817. this.txtviceCardNumber4.IsPasswordChat = '\0';
  818. this.txtviceCardNumber4.IsSystemPasswordChar = false;
  819. this.txtviceCardNumber4.Lines = new string[0];
  820. this.txtviceCardNumber4.Location = new System.Drawing.Point(85, 1);
  821. this.txtviceCardNumber4.Margin = new System.Windows.Forms.Padding(0);
  822. this.txtviceCardNumber4.MaxLength = 32767;
  823. this.txtviceCardNumber4.MinimumSize = new System.Drawing.Size(0, 25);
  824. this.txtviceCardNumber4.MouseBack = null;
  825. this.txtviceCardNumber4.Multiline = false;
  826. this.txtviceCardNumber4.Name = "txtviceCardNumber4";
  827. this.txtviceCardNumber4.NormlBack = null;
  828. this.txtviceCardNumber4.Padding = new System.Windows.Forms.Padding(5);
  829. this.txtviceCardNumber4.ReadOnly = false;
  830. this.txtviceCardNumber4.ScrollBars = System.Windows.Forms.ScrollBars.None;
  831. this.txtviceCardNumber4.Size = new System.Drawing.Size(160, 25);
  832. this.txtviceCardNumber4.TabIndex = 13;
  833. this.txtviceCardNumber4.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  834. this.txtviceCardNumber4.WaterColor = System.Drawing.Color.DarkGray;
  835. this.txtviceCardNumber4.WaterText = "";
  836. this.txtviceCardNumber4.WordWrap = true;
  837. //
  838. // labelEx8
  839. //
  840. this.labelEx8.AutoSize = true;
  841. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  842. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  843. this.labelEx8.Location = new System.Drawing.Point(19, 5);
  844. this.labelEx8.Name = "labelEx8";
  845. this.labelEx8.Size = new System.Drawing.Size(63, 17);
  846. this.labelEx8.TabIndex = 12;
  847. this.labelEx8.Text = "副卡号4:";
  848. //
  849. // panelEx4
  850. //
  851. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  852. this.panelEx4.BorderWidth = 1;
  853. this.panelEx4.Controls.Add(this.labelEx8);
  854. this.panelEx4.Controls.Add(this.txtviceCardNumber4);
  855. this.panelEx4.Location = new System.Drawing.Point(16, 337);
  856. this.panelEx4.Name = "panelEx4";
  857. this.panelEx4.Size = new System.Drawing.Size(280, 27);
  858. this.panelEx4.TabIndex = 32;
  859. this.panelEx4.Visible = false;
  860. //
  861. // txtviceCardNumber9
  862. //
  863. this.txtviceCardNumber9.BackColor = System.Drawing.Color.Transparent;
  864. this.txtviceCardNumber9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  865. this.txtviceCardNumber9.Icon = null;
  866. this.txtviceCardNumber9.IconIsButton = false;
  867. this.txtviceCardNumber9.IsPasswordChat = '\0';
  868. this.txtviceCardNumber9.IsSystemPasswordChar = false;
  869. this.txtviceCardNumber9.Lines = new string[0];
  870. this.txtviceCardNumber9.Location = new System.Drawing.Point(85, 1);
  871. this.txtviceCardNumber9.Margin = new System.Windows.Forms.Padding(0);
  872. this.txtviceCardNumber9.MaxLength = 32767;
  873. this.txtviceCardNumber9.MinimumSize = new System.Drawing.Size(0, 25);
  874. this.txtviceCardNumber9.MouseBack = null;
  875. this.txtviceCardNumber9.Multiline = false;
  876. this.txtviceCardNumber9.Name = "txtviceCardNumber9";
  877. this.txtviceCardNumber9.NormlBack = null;
  878. this.txtviceCardNumber9.Padding = new System.Windows.Forms.Padding(5);
  879. this.txtviceCardNumber9.ReadOnly = false;
  880. this.txtviceCardNumber9.ScrollBars = System.Windows.Forms.ScrollBars.None;
  881. this.txtviceCardNumber9.Size = new System.Drawing.Size(160, 25);
  882. this.txtviceCardNumber9.TabIndex = 27;
  883. this.txtviceCardNumber9.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  884. this.txtviceCardNumber9.WaterColor = System.Drawing.Color.DarkGray;
  885. this.txtviceCardNumber9.WaterText = "";
  886. this.txtviceCardNumber9.WordWrap = true;
  887. //
  888. // labelEx14
  889. //
  890. this.labelEx14.AutoSize = true;
  891. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  892. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  893. this.labelEx14.Location = new System.Drawing.Point(19, 5);
  894. this.labelEx14.Name = "labelEx14";
  895. this.labelEx14.Size = new System.Drawing.Size(63, 17);
  896. this.labelEx14.TabIndex = 25;
  897. this.labelEx14.Text = "副卡号9:";
  898. //
  899. // panelEx9
  900. //
  901. this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  902. this.panelEx9.BorderWidth = 1;
  903. this.panelEx9.Controls.Add(this.labelEx14);
  904. this.panelEx9.Controls.Add(this.txtviceCardNumber9);
  905. this.panelEx9.Location = new System.Drawing.Point(16, 487);
  906. this.panelEx9.Name = "panelEx9";
  907. this.panelEx9.Size = new System.Drawing.Size(280, 27);
  908. this.panelEx9.TabIndex = 33;
  909. this.panelEx9.Visible = false;
  910. //
  911. // txtviceCardNumber10
  912. //
  913. this.txtviceCardNumber10.BackColor = System.Drawing.Color.Transparent;
  914. this.txtviceCardNumber10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  915. this.txtviceCardNumber10.Icon = null;
  916. this.txtviceCardNumber10.IconIsButton = false;
  917. this.txtviceCardNumber10.IsPasswordChat = '\0';
  918. this.txtviceCardNumber10.IsSystemPasswordChar = false;
  919. this.txtviceCardNumber10.Lines = new string[0];
  920. this.txtviceCardNumber10.Location = new System.Drawing.Point(85, 1);
  921. this.txtviceCardNumber10.Margin = new System.Windows.Forms.Padding(0);
  922. this.txtviceCardNumber10.MaxLength = 32767;
  923. this.txtviceCardNumber10.MinimumSize = new System.Drawing.Size(0, 25);
  924. this.txtviceCardNumber10.MouseBack = null;
  925. this.txtviceCardNumber10.Multiline = false;
  926. this.txtviceCardNumber10.Name = "txtviceCardNumber10";
  927. this.txtviceCardNumber10.NormlBack = null;
  928. this.txtviceCardNumber10.Padding = new System.Windows.Forms.Padding(5);
  929. this.txtviceCardNumber10.ReadOnly = false;
  930. this.txtviceCardNumber10.ScrollBars = System.Windows.Forms.ScrollBars.None;
  931. this.txtviceCardNumber10.Size = new System.Drawing.Size(160, 25);
  932. this.txtviceCardNumber10.TabIndex = 28;
  933. this.txtviceCardNumber10.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  934. this.txtviceCardNumber10.WaterColor = System.Drawing.Color.DarkGray;
  935. this.txtviceCardNumber10.WaterText = "";
  936. this.txtviceCardNumber10.WordWrap = true;
  937. //
  938. // labelEx13
  939. //
  940. this.labelEx13.AutoSize = true;
  941. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  942. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  943. this.labelEx13.Location = new System.Drawing.Point(13, 5);
  944. this.labelEx13.Name = "labelEx13";
  945. this.labelEx13.Size = new System.Drawing.Size(70, 17);
  946. this.labelEx13.TabIndex = 29;
  947. this.labelEx13.Text = "副卡号10:";
  948. //
  949. // panelEx10
  950. //
  951. this.panelEx10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  952. this.panelEx10.BorderWidth = 1;
  953. this.panelEx10.Controls.Add(this.labelEx13);
  954. this.panelEx10.Controls.Add(this.txtviceCardNumber10);
  955. this.panelEx10.Location = new System.Drawing.Point(16, 517);
  956. this.panelEx10.Name = "panelEx10";
  957. this.panelEx10.Size = new System.Drawing.Size(280, 27);
  958. this.panelEx10.TabIndex = 33;
  959. this.panelEx10.Visible = false;
  960. //
  961. // OpenBackCashViceCardSuperSmallForm
  962. //
  963. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  964. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  965. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  966. this.ClientSize = new System.Drawing.Size(342, 373);
  967. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  968. this.MaximizeBox = false;
  969. this.MinimizeBox = false;
  970. this.Name = "OpenBackCashViceCardSuperSmallForm";
  971. this.Text = "发放返现副卡";
  972. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  973. this.plExMainContainer.ResumeLayout(false);
  974. this.plFormMainContent.ResumeLayout(false);
  975. this.panelExB.ResumeLayout(false);
  976. this.panelExA.ResumeLayout(false);
  977. this.panelExA.PerformLayout();
  978. this.panelEx1.ResumeLayout(false);
  979. this.panelEx1.PerformLayout();
  980. this.panelEx2.ResumeLayout(false);
  981. this.panelEx2.PerformLayout();
  982. this.panelEx3.ResumeLayout(false);
  983. this.panelEx3.PerformLayout();
  984. this.panelEx8.ResumeLayout(false);
  985. this.panelEx8.PerformLayout();
  986. this.panelEx6.ResumeLayout(false);
  987. this.panelEx6.PerformLayout();
  988. this.panelEx5.ResumeLayout(false);
  989. this.panelEx5.PerformLayout();
  990. this.panelEx7.ResumeLayout(false);
  991. this.panelEx7.PerformLayout();
  992. this.panelEx4.ResumeLayout(false);
  993. this.panelEx4.PerformLayout();
  994. this.panelEx9.ResumeLayout(false);
  995. this.panelEx9.PerformLayout();
  996. this.panelEx10.ResumeLayout(false);
  997. this.panelEx10.PerformLayout();
  998. this.ResumeLayout(false);
  999. }
  1000. #endregion
  1001. private ComponentLibrary.PanelEx panelExB;
  1002. protected ComponentLibrary.ButtonEx btnCancel;
  1003. protected ComponentLibrary.ButtonEx btnOK;
  1004. private ComponentLibrary.PanelEx panelExA;
  1005. protected ComponentLibrary.TextBoxEx txtMainCardNumber;
  1006. protected ComponentLibrary.TextBoxEx txtCardName;
  1007. private ComponentLibrary.LabelEx labelEx1;
  1008. private ComponentLibrary.LabelEx labelEx3;
  1009. private ComponentLibrary.LabelEx labelEx4;
  1010. private ComponentLibrary.LabelEx labelEx11;
  1011. protected ComponentLibrary.TextBoxEx txtPackagesAmount;
  1012. private ComponentLibrary.LabelEx labelEx10;
  1013. protected ComponentLibrary.TextBoxEx txtPackagesNumber;
  1014. private ComponentLibrary.LabelEx labelEx12;
  1015. protected ComponentLibrary.ButtonForm btnSelect;
  1016. protected internal ComponentLibrary.ButtonForm btnUpdateValidity;
  1017. protected internal ComponentLibrary.CheckBoxEx chkValidity;
  1018. protected internal ComponentLibrary.PanelEx panelEx10;
  1019. private ComponentLibrary.LabelEx labelEx13;
  1020. protected ComponentLibrary.TextBoxEx txtviceCardNumber10;
  1021. protected internal ComponentLibrary.DateTimePickerEx dtpValidity;
  1022. protected internal ComponentLibrary.PanelEx panelEx9;
  1023. private ComponentLibrary.LabelEx labelEx14;
  1024. protected ComponentLibrary.TextBoxEx txtviceCardNumber9;
  1025. protected ComponentLibrary.LabelEx labelEx18;
  1026. protected internal ComponentLibrary.PanelEx panelEx4;
  1027. private ComponentLibrary.LabelEx labelEx8;
  1028. protected ComponentLibrary.TextBoxEx txtviceCardNumber4;
  1029. protected internal ComponentLibrary.PanelEx panelEx7;
  1030. private ComponentLibrary.LabelEx labelEx16;
  1031. protected ComponentLibrary.TextBoxEx txtviceCardNumber7;
  1032. protected internal ComponentLibrary.PanelEx panelEx5;
  1033. private ComponentLibrary.LabelEx labelEx9;
  1034. protected ComponentLibrary.TextBoxEx txtviceCardNumber5;
  1035. protected internal ComponentLibrary.PanelEx panelEx6;
  1036. private ComponentLibrary.LabelEx labelEx17;
  1037. protected ComponentLibrary.TextBoxEx txtviceCardNumber6;
  1038. protected internal ComponentLibrary.PanelEx panelEx8;
  1039. private ComponentLibrary.LabelEx labelEx15;
  1040. protected ComponentLibrary.TextBoxEx txtviceCardNumber8;
  1041. protected internal ComponentLibrary.PanelEx panelEx3;
  1042. private ComponentLibrary.LabelEx labelEx7;
  1043. protected ComponentLibrary.TextBoxEx txtviceCardNumber3;
  1044. protected internal ComponentLibrary.PanelEx panelEx2;
  1045. private ComponentLibrary.LabelEx labelEx6;
  1046. protected ComponentLibrary.TextBoxEx txtviceCardNumber2;
  1047. protected internal ComponentLibrary.PanelEx panelEx1;
  1048. private ComponentLibrary.LabelEx labelEx5;
  1049. protected ComponentLibrary.TextBoxEx txtviceCardNumber1;
  1050. private ComponentLibrary.LabelEx labelEx2;
  1051. }
  1052. }