AddGoldCardMemberSmallForm.Designer.cs 61 KB

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