ReferralPointsSuperSmallForm.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class ReferralPointsSuperSmallForm
  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(ReferralPointsSuperSmallForm));
  29. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.lstTextQuery = new LYFZ.ComponentLibrary.ListBoxEx();
  31. this.txtPoints = new LYFZ.ComponentLibrary.TextBoxEx();
  32. this.txtCardNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.txtCardName = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  39. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.txtSeriesPrice = new LYFZ.ComponentLibrary.TextBoxEx();
  41. this.txtTextQuery = new LYFZ.ComponentLibrary.TextBoxEx();
  42. this.txtWomanName = new LYFZ.ComponentLibrary.TextBoxEx();
  43. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.txtOrdersPerson = new LYFZ.ComponentLibrary.TextBoxEx();
  45. this.txtSeriesName = new LYFZ.ComponentLibrary.TextBoxEx();
  46. this.lblOrderNumber = new LYFZ.ComponentLibrary.LabelEx();
  47. this.txtManName = new LYFZ.ComponentLibrary.TextBoxEx();
  48. this.lblName1 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.txtOrderNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  50. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.lblPackagesPrice = new LYFZ.ComponentLibrary.LabelEx();
  52. this.lblName2 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  55. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  56. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  57. this.txtGetPoints = new LYFZ.ComponentLibrary.TextBoxEx();
  58. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.plExMainContainer.SuspendLayout();
  60. this.plFormMainContent.SuspendLayout();
  61. this.panelEx2.SuspendLayout();
  62. this.panelEx1.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // plExMainContainer
  66. //
  67. this.plExMainContainer.Controls.Add(this.panelEx1);
  68. this.plExMainContainer.Controls.Add(this.panelEx2);
  69. this.plExMainContainer.Size = new System.Drawing.Size(455, 545);
  70. //
  71. // plFormMainContent
  72. //
  73. this.plFormMainContent.Size = new System.Drawing.Size(455, 545);
  74. //
  75. // btnAppFormMaximize
  76. //
  77. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  78. this.btnAppFormMaximize.Location = new System.Drawing.Point(396, 0);
  79. //
  80. // btnAppFormExit
  81. //
  82. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  83. this.btnAppFormExit.Location = new System.Drawing.Point(423, 0);
  84. //
  85. // btnAppFormMinimize
  86. //
  87. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  88. this.btnAppFormMinimize.Location = new System.Drawing.Point(396, 0);
  89. //
  90. // panelEx2
  91. //
  92. this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  93. | System.Windows.Forms.AnchorStyles.Left)
  94. | System.Windows.Forms.AnchorStyles.Right)));
  95. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  96. this.panelEx2.BorderWidth = 1;
  97. this.panelEx2.Controls.Add(this.lstTextQuery);
  98. this.panelEx2.Controls.Add(this.txtPoints);
  99. this.panelEx2.Controls.Add(this.txtCardNumber);
  100. this.panelEx2.Controls.Add(this.txtGetPoints);
  101. this.panelEx2.Controls.Add(this.txtCardName);
  102. this.panelEx2.Controls.Add(this.labelEx10);
  103. this.panelEx2.Controls.Add(this.labelEx11);
  104. this.panelEx2.Controls.Add(this.labelEx12);
  105. this.panelEx2.Controls.Add(this.labelEx13);
  106. this.panelEx2.Controls.Add(this.labelEx7);
  107. this.panelEx2.Controls.Add(this.panelEx3);
  108. this.panelEx2.Controls.Add(this.labelEx2);
  109. this.panelEx2.Controls.Add(this.txtSeriesPrice);
  110. this.panelEx2.Controls.Add(this.txtTextQuery);
  111. this.panelEx2.Controls.Add(this.txtWomanName);
  112. this.panelEx2.Controls.Add(this.labelEx1);
  113. this.panelEx2.Controls.Add(this.txtOrdersPerson);
  114. this.panelEx2.Controls.Add(this.txtSeriesName);
  115. this.panelEx2.Controls.Add(this.lblOrderNumber);
  116. this.panelEx2.Controls.Add(this.txtManName);
  117. this.panelEx2.Controls.Add(this.lblName1);
  118. this.panelEx2.Controls.Add(this.txtOrderNumber);
  119. this.panelEx2.Controls.Add(this.labelEx3);
  120. this.panelEx2.Controls.Add(this.lblPackagesPrice);
  121. this.panelEx2.Controls.Add(this.lblName2);
  122. this.panelEx2.Controls.Add(this.labelEx8);
  123. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  124. this.panelEx2.Name = "panelEx2";
  125. this.panelEx2.Size = new System.Drawing.Size(435, 485);
  126. this.panelEx2.TabIndex = 24;
  127. //
  128. // lstTextQuery
  129. //
  130. this.lstTextQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  131. this.lstTextQuery.FormattingEnabled = true;
  132. this.lstTextQuery.ItemHeight = 17;
  133. this.lstTextQuery.Location = new System.Drawing.Point(94, 43);
  134. this.lstTextQuery.Name = "lstTextQuery";
  135. this.lstTextQuery.Size = new System.Drawing.Size(315, 72);
  136. this.lstTextQuery.TabIndex = 52;
  137. this.lstTextQuery.Visible = false;
  138. //
  139. // txtPoints
  140. //
  141. this.txtPoints.BackColor = System.Drawing.Color.Transparent;
  142. this.txtPoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  143. this.txtPoints.Icon = null;
  144. this.txtPoints.IconIsButton = false;
  145. this.txtPoints.IsPasswordChat = '\0';
  146. this.txtPoints.IsSystemPasswordChar = false;
  147. this.txtPoints.Lines = new string[0];
  148. this.txtPoints.Location = new System.Drawing.Point(95, 366);
  149. this.txtPoints.Margin = new System.Windows.Forms.Padding(0);
  150. this.txtPoints.MaxLength = 32767;
  151. this.txtPoints.MinimumSize = new System.Drawing.Size(0, 24);
  152. this.txtPoints.MouseBack = null;
  153. this.txtPoints.Multiline = false;
  154. this.txtPoints.Name = "txtPoints";
  155. this.txtPoints.NormlBack = null;
  156. this.txtPoints.Padding = new System.Windows.Forms.Padding(5);
  157. this.txtPoints.ReadOnly = true;
  158. this.txtPoints.ScrollBars = System.Windows.Forms.ScrollBars.None;
  159. this.txtPoints.Size = new System.Drawing.Size(111, 25);
  160. this.txtPoints.TabIndex = 18;
  161. this.txtPoints.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  162. this.txtPoints.WaterColor = System.Drawing.Color.DarkGray;
  163. this.txtPoints.WaterText = "";
  164. this.txtPoints.WordWrap = true;
  165. //
  166. // txtCardNumber
  167. //
  168. this.txtCardNumber.BackColor = System.Drawing.Color.Transparent;
  169. this.txtCardNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  170. this.txtCardNumber.Icon = null;
  171. this.txtCardNumber.IconIsButton = false;
  172. this.txtCardNumber.IsPasswordChat = '\0';
  173. this.txtCardNumber.IsSystemPasswordChar = false;
  174. this.txtCardNumber.Lines = new string[0];
  175. this.txtCardNumber.Location = new System.Drawing.Point(298, 330);
  176. this.txtCardNumber.Margin = new System.Windows.Forms.Padding(0);
  177. this.txtCardNumber.MaxLength = 32767;
  178. this.txtCardNumber.MinimumSize = new System.Drawing.Size(0, 24);
  179. this.txtCardNumber.MouseBack = null;
  180. this.txtCardNumber.Multiline = false;
  181. this.txtCardNumber.Name = "txtCardNumber";
  182. this.txtCardNumber.NormlBack = null;
  183. this.txtCardNumber.Padding = new System.Windows.Forms.Padding(5);
  184. this.txtCardNumber.ReadOnly = true;
  185. this.txtCardNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  186. this.txtCardNumber.Size = new System.Drawing.Size(111, 25);
  187. this.txtCardNumber.TabIndex = 16;
  188. this.txtCardNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  189. this.txtCardNumber.WaterColor = System.Drawing.Color.DarkGray;
  190. this.txtCardNumber.WaterText = "";
  191. this.txtCardNumber.WordWrap = true;
  192. //
  193. // txtCardName
  194. //
  195. this.txtCardName.BackColor = System.Drawing.Color.Transparent;
  196. this.txtCardName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  197. this.txtCardName.Icon = null;
  198. this.txtCardName.IconIsButton = false;
  199. this.txtCardName.IsPasswordChat = '\0';
  200. this.txtCardName.IsSystemPasswordChar = false;
  201. this.txtCardName.Lines = new string[0];
  202. this.txtCardName.Location = new System.Drawing.Point(95, 330);
  203. this.txtCardName.Margin = new System.Windows.Forms.Padding(0);
  204. this.txtCardName.MaxLength = 32767;
  205. this.txtCardName.MinimumSize = new System.Drawing.Size(0, 24);
  206. this.txtCardName.MouseBack = null;
  207. this.txtCardName.Multiline = false;
  208. this.txtCardName.Name = "txtCardName";
  209. this.txtCardName.NormlBack = null;
  210. this.txtCardName.Padding = new System.Windows.Forms.Padding(5);
  211. this.txtCardName.ReadOnly = true;
  212. this.txtCardName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  213. this.txtCardName.Size = new System.Drawing.Size(111, 25);
  214. this.txtCardName.TabIndex = 15;
  215. this.txtCardName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  216. this.txtCardName.WaterColor = System.Drawing.Color.DarkGray;
  217. this.txtCardName.WaterText = "";
  218. this.txtCardName.WordWrap = true;
  219. //
  220. // labelEx10
  221. //
  222. this.labelEx10.AutoSize = true;
  223. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  224. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  225. this.labelEx10.Location = new System.Drawing.Point(38, 334);
  226. this.labelEx10.Name = "labelEx10";
  227. this.labelEx10.Size = new System.Drawing.Size(56, 17);
  228. this.labelEx10.TabIndex = 27;
  229. this.labelEx10.Text = "持卡人:";
  230. //
  231. // labelEx11
  232. //
  233. this.labelEx11.AutoSize = true;
  234. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  235. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  236. this.labelEx11.Location = new System.Drawing.Point(26, 370);
  237. this.labelEx11.Name = "labelEx11";
  238. this.labelEx11.Size = new System.Drawing.Size(68, 17);
  239. this.labelEx11.TabIndex = 30;
  240. this.labelEx11.Text = "当前积分:";
  241. //
  242. // labelEx12
  243. //
  244. this.labelEx12.AutoSize = true;
  245. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  246. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  247. this.labelEx12.Location = new System.Drawing.Point(229, 334);
  248. this.labelEx12.Name = "labelEx12";
  249. this.labelEx12.Size = new System.Drawing.Size(68, 17);
  250. this.labelEx12.TabIndex = 28;
  251. this.labelEx12.Text = "当前卡号:";
  252. //
  253. // labelEx7
  254. //
  255. this.labelEx7.AutoSize = true;
  256. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  257. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  258. this.labelEx7.Location = new System.Drawing.Point(18, 297);
  259. this.labelEx7.Name = "labelEx7";
  260. this.labelEx7.Size = new System.Drawing.Size(56, 17);
  261. this.labelEx7.TabIndex = 26;
  262. this.labelEx7.Text = "积分资料";
  263. //
  264. // panelEx3
  265. //
  266. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  267. this.panelEx3.BorderWidth = 1;
  268. this.panelEx3.Location = new System.Drawing.Point(-1, 61);
  269. this.panelEx3.Name = "panelEx3";
  270. this.panelEx3.Size = new System.Drawing.Size(435, 1);
  271. this.panelEx3.TabIndex = 25;
  272. //
  273. // labelEx2
  274. //
  275. this.labelEx2.AutoSize = true;
  276. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  277. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  278. this.labelEx2.Location = new System.Drawing.Point(18, 89);
  279. this.labelEx2.Name = "labelEx2";
  280. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  281. this.labelEx2.TabIndex = 24;
  282. this.labelEx2.Text = "订单资料";
  283. //
  284. // txtSeriesPrice
  285. //
  286. this.txtSeriesPrice.BackColor = System.Drawing.Color.Transparent;
  287. this.txtSeriesPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  288. this.txtSeriesPrice.Icon = null;
  289. this.txtSeriesPrice.IconIsButton = false;
  290. this.txtSeriesPrice.IsPasswordChat = '\0';
  291. this.txtSeriesPrice.IsSystemPasswordChar = false;
  292. this.txtSeriesPrice.Lines = new string[0];
  293. this.txtSeriesPrice.Location = new System.Drawing.Point(95, 228);
  294. this.txtSeriesPrice.Margin = new System.Windows.Forms.Padding(0);
  295. this.txtSeriesPrice.MaxLength = 32767;
  296. this.txtSeriesPrice.MinimumSize = new System.Drawing.Size(0, 24);
  297. this.txtSeriesPrice.MouseBack = null;
  298. this.txtSeriesPrice.Multiline = false;
  299. this.txtSeriesPrice.Name = "txtSeriesPrice";
  300. this.txtSeriesPrice.NormlBack = null;
  301. this.txtSeriesPrice.Padding = new System.Windows.Forms.Padding(5);
  302. this.txtSeriesPrice.ReadOnly = true;
  303. this.txtSeriesPrice.ScrollBars = System.Windows.Forms.ScrollBars.None;
  304. this.txtSeriesPrice.Size = new System.Drawing.Size(111, 25);
  305. this.txtSeriesPrice.TabIndex = 14;
  306. this.txtSeriesPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  307. this.txtSeriesPrice.WaterColor = System.Drawing.Color.DarkGray;
  308. this.txtSeriesPrice.WaterText = "";
  309. this.txtSeriesPrice.WordWrap = true;
  310. //
  311. // txtTextQuery
  312. //
  313. this.txtTextQuery.BackColor = System.Drawing.Color.Transparent;
  314. this.txtTextQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  315. this.txtTextQuery.Icon = null;
  316. this.txtTextQuery.IconIsButton = false;
  317. this.txtTextQuery.IsPasswordChat = '\0';
  318. this.txtTextQuery.IsSystemPasswordChar = false;
  319. this.txtTextQuery.Lines = new string[0];
  320. this.txtTextQuery.Location = new System.Drawing.Point(92, 19);
  321. this.txtTextQuery.Margin = new System.Windows.Forms.Padding(0);
  322. this.txtTextQuery.MaxLength = 32767;
  323. this.txtTextQuery.MinimumSize = new System.Drawing.Size(0, 24);
  324. this.txtTextQuery.MouseBack = null;
  325. this.txtTextQuery.Multiline = false;
  326. this.txtTextQuery.Name = "txtTextQuery";
  327. this.txtTextQuery.NormlBack = null;
  328. this.txtTextQuery.Padding = new System.Windows.Forms.Padding(5);
  329. this.txtTextQuery.ReadOnly = false;
  330. this.txtTextQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  331. this.txtTextQuery.Size = new System.Drawing.Size(318, 25);
  332. this.txtTextQuery.TabIndex = 21;
  333. this.txtTextQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  334. this.txtTextQuery.WaterColor = System.Drawing.Color.DarkGray;
  335. this.txtTextQuery.WaterText = "输入客人姓名(拼音)、电话或订单号 按回车键查询";
  336. this.txtTextQuery.WordWrap = true;
  337. //
  338. // txtWomanName
  339. //
  340. this.txtWomanName.BackColor = System.Drawing.Color.Transparent;
  341. this.txtWomanName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  342. this.txtWomanName.Icon = null;
  343. this.txtWomanName.IconIsButton = false;
  344. this.txtWomanName.IsPasswordChat = '\0';
  345. this.txtWomanName.IsSystemPasswordChar = false;
  346. this.txtWomanName.Lines = new string[0];
  347. this.txtWomanName.Location = new System.Drawing.Point(298, 156);
  348. this.txtWomanName.Margin = new System.Windows.Forms.Padding(0);
  349. this.txtWomanName.MaxLength = 32767;
  350. this.txtWomanName.MinimumSize = new System.Drawing.Size(0, 24);
  351. this.txtWomanName.MouseBack = null;
  352. this.txtWomanName.Multiline = false;
  353. this.txtWomanName.Name = "txtWomanName";
  354. this.txtWomanName.NormlBack = null;
  355. this.txtWomanName.Padding = new System.Windows.Forms.Padding(5);
  356. this.txtWomanName.ReadOnly = true;
  357. this.txtWomanName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  358. this.txtWomanName.Size = new System.Drawing.Size(111, 25);
  359. this.txtWomanName.TabIndex = 13;
  360. this.txtWomanName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  361. this.txtWomanName.WaterColor = System.Drawing.Color.DarkGray;
  362. this.txtWomanName.WaterText = "";
  363. this.txtWomanName.WordWrap = true;
  364. //
  365. // labelEx1
  366. //
  367. this.labelEx1.AutoSize = true;
  368. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  369. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  370. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  371. this.labelEx1.Location = new System.Drawing.Point(22, 23);
  372. this.labelEx1.Name = "labelEx1";
  373. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  374. this.labelEx1.TabIndex = 19;
  375. this.labelEx1.Text = "副卡客人:";
  376. //
  377. // txtOrdersPerson
  378. //
  379. this.txtOrdersPerson.BackColor = System.Drawing.Color.Transparent;
  380. this.txtOrdersPerson.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  381. this.txtOrdersPerson.Icon = null;
  382. this.txtOrdersPerson.IconIsButton = false;
  383. this.txtOrdersPerson.IsPasswordChat = '\0';
  384. this.txtOrdersPerson.IsSystemPasswordChar = false;
  385. this.txtOrdersPerson.Lines = new string[0];
  386. this.txtOrdersPerson.Location = new System.Drawing.Point(298, 121);
  387. this.txtOrdersPerson.Margin = new System.Windows.Forms.Padding(0);
  388. this.txtOrdersPerson.MaxLength = 32767;
  389. this.txtOrdersPerson.MinimumSize = new System.Drawing.Size(0, 24);
  390. this.txtOrdersPerson.MouseBack = null;
  391. this.txtOrdersPerson.Multiline = false;
  392. this.txtOrdersPerson.Name = "txtOrdersPerson";
  393. this.txtOrdersPerson.NormlBack = null;
  394. this.txtOrdersPerson.Padding = new System.Windows.Forms.Padding(5);
  395. this.txtOrdersPerson.ReadOnly = true;
  396. this.txtOrdersPerson.ScrollBars = System.Windows.Forms.ScrollBars.None;
  397. this.txtOrdersPerson.Size = new System.Drawing.Size(111, 25);
  398. this.txtOrdersPerson.TabIndex = 12;
  399. this.txtOrdersPerson.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  400. this.txtOrdersPerson.WaterColor = System.Drawing.Color.DarkGray;
  401. this.txtOrdersPerson.WaterText = "";
  402. this.txtOrdersPerson.WordWrap = true;
  403. //
  404. // txtSeriesName
  405. //
  406. this.txtSeriesName.BackColor = System.Drawing.Color.Transparent;
  407. this.txtSeriesName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  408. this.txtSeriesName.Icon = null;
  409. this.txtSeriesName.IconIsButton = false;
  410. this.txtSeriesName.IsPasswordChat = '\0';
  411. this.txtSeriesName.IsSystemPasswordChar = false;
  412. this.txtSeriesName.Lines = new string[0];
  413. this.txtSeriesName.Location = new System.Drawing.Point(95, 191);
  414. this.txtSeriesName.Margin = new System.Windows.Forms.Padding(0);
  415. this.txtSeriesName.MaxLength = 32767;
  416. this.txtSeriesName.MinimumSize = new System.Drawing.Size(0, 24);
  417. this.txtSeriesName.MouseBack = null;
  418. this.txtSeriesName.Multiline = false;
  419. this.txtSeriesName.Name = "txtSeriesName";
  420. this.txtSeriesName.NormlBack = null;
  421. this.txtSeriesName.Padding = new System.Windows.Forms.Padding(5);
  422. this.txtSeriesName.ReadOnly = true;
  423. this.txtSeriesName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  424. this.txtSeriesName.Size = new System.Drawing.Size(314, 25);
  425. this.txtSeriesName.TabIndex = 10;
  426. this.txtSeriesName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  427. this.txtSeriesName.WaterColor = System.Drawing.Color.DarkGray;
  428. this.txtSeriesName.WaterText = "";
  429. this.txtSeriesName.WordWrap = true;
  430. //
  431. // lblOrderNumber
  432. //
  433. this.lblOrderNumber.AutoSize = true;
  434. this.lblOrderNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  435. this.lblOrderNumber.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  436. this.lblOrderNumber.Location = new System.Drawing.Point(38, 125);
  437. this.lblOrderNumber.Name = "lblOrderNumber";
  438. this.lblOrderNumber.Size = new System.Drawing.Size(56, 17);
  439. this.lblOrderNumber.TabIndex = 1;
  440. this.lblOrderNumber.Text = "订单号:";
  441. //
  442. // txtManName
  443. //
  444. this.txtManName.BackColor = System.Drawing.Color.Transparent;
  445. this.txtManName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  446. this.txtManName.Icon = null;
  447. this.txtManName.IconIsButton = false;
  448. this.txtManName.IsPasswordChat = '\0';
  449. this.txtManName.IsSystemPasswordChar = false;
  450. this.txtManName.Lines = new string[0];
  451. this.txtManName.Location = new System.Drawing.Point(95, 156);
  452. this.txtManName.Margin = new System.Windows.Forms.Padding(0);
  453. this.txtManName.MaxLength = 32767;
  454. this.txtManName.MinimumSize = new System.Drawing.Size(0, 24);
  455. this.txtManName.MouseBack = null;
  456. this.txtManName.Multiline = false;
  457. this.txtManName.Name = "txtManName";
  458. this.txtManName.NormlBack = null;
  459. this.txtManName.Padding = new System.Windows.Forms.Padding(5);
  460. this.txtManName.ReadOnly = true;
  461. this.txtManName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  462. this.txtManName.Size = new System.Drawing.Size(111, 25);
  463. this.txtManName.TabIndex = 9;
  464. this.txtManName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  465. this.txtManName.WaterColor = System.Drawing.Color.DarkGray;
  466. this.txtManName.WaterText = "";
  467. this.txtManName.WordWrap = true;
  468. //
  469. // lblName1
  470. //
  471. this.lblName1.AutoSize = true;
  472. this.lblName1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  473. this.lblName1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  474. this.lblName1.Location = new System.Drawing.Point(26, 160);
  475. this.lblName1.Name = "lblName1";
  476. this.lblName1.Size = new System.Drawing.Size(68, 17);
  477. this.lblName1.TabIndex = 2;
  478. this.lblName1.Text = "男宾姓名:";
  479. //
  480. // txtOrderNumber
  481. //
  482. this.txtOrderNumber.BackColor = System.Drawing.Color.Transparent;
  483. this.txtOrderNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  484. this.txtOrderNumber.Icon = null;
  485. this.txtOrderNumber.IconIsButton = false;
  486. this.txtOrderNumber.IsPasswordChat = '\0';
  487. this.txtOrderNumber.IsSystemPasswordChar = false;
  488. this.txtOrderNumber.Lines = new string[0];
  489. this.txtOrderNumber.Location = new System.Drawing.Point(95, 121);
  490. this.txtOrderNumber.Margin = new System.Windows.Forms.Padding(0);
  491. this.txtOrderNumber.MaxLength = 32767;
  492. this.txtOrderNumber.MinimumSize = new System.Drawing.Size(0, 24);
  493. this.txtOrderNumber.MouseBack = null;
  494. this.txtOrderNumber.Multiline = false;
  495. this.txtOrderNumber.Name = "txtOrderNumber";
  496. this.txtOrderNumber.NormlBack = null;
  497. this.txtOrderNumber.Padding = new System.Windows.Forms.Padding(5);
  498. this.txtOrderNumber.ReadOnly = true;
  499. this.txtOrderNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  500. this.txtOrderNumber.Size = new System.Drawing.Size(111, 25);
  501. this.txtOrderNumber.TabIndex = 8;
  502. this.txtOrderNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  503. this.txtOrderNumber.WaterColor = System.Drawing.Color.DarkGray;
  504. this.txtOrderNumber.WaterText = "";
  505. this.txtOrderNumber.WordWrap = true;
  506. //
  507. // labelEx3
  508. //
  509. this.labelEx3.AutoSize = true;
  510. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  511. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  512. this.labelEx3.Location = new System.Drawing.Point(241, 125);
  513. this.labelEx3.Name = "labelEx3";
  514. this.labelEx3.Size = new System.Drawing.Size(56, 17);
  515. this.labelEx3.TabIndex = 3;
  516. this.labelEx3.Text = "接单人:";
  517. //
  518. // lblPackagesPrice
  519. //
  520. this.lblPackagesPrice.AutoSize = true;
  521. this.lblPackagesPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  522. this.lblPackagesPrice.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  523. this.lblPackagesPrice.Location = new System.Drawing.Point(26, 232);
  524. this.lblPackagesPrice.Name = "lblPackagesPrice";
  525. this.lblPackagesPrice.Size = new System.Drawing.Size(68, 17);
  526. this.lblPackagesPrice.TabIndex = 7;
  527. this.lblPackagesPrice.Text = "套系金额:";
  528. //
  529. // lblName2
  530. //
  531. this.lblName2.AutoSize = true;
  532. this.lblName2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  533. this.lblName2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  534. this.lblName2.Location = new System.Drawing.Point(229, 160);
  535. this.lblName2.Name = "lblName2";
  536. this.lblName2.Size = new System.Drawing.Size(68, 17);
  537. this.lblName2.TabIndex = 4;
  538. this.lblName2.Text = "女宾姓名:";
  539. //
  540. // labelEx8
  541. //
  542. this.labelEx8.AutoSize = true;
  543. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  544. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  545. this.labelEx8.Location = new System.Drawing.Point(26, 195);
  546. this.labelEx8.Name = "labelEx8";
  547. this.labelEx8.Size = new System.Drawing.Size(68, 17);
  548. this.labelEx8.TabIndex = 6;
  549. this.labelEx8.Text = "套系名称:";
  550. //
  551. // panelEx1
  552. //
  553. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  554. this.panelEx1.BorderWidth = 1;
  555. this.panelEx1.Controls.Add(this.btnCancel);
  556. this.panelEx1.Controls.Add(this.btnOK);
  557. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  558. this.panelEx1.Location = new System.Drawing.Point(0, 505);
  559. this.panelEx1.Name = "panelEx1";
  560. this.panelEx1.Size = new System.Drawing.Size(455, 40);
  561. this.panelEx1.TabIndex = 25;
  562. //
  563. // btnCancel
  564. //
  565. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  566. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  567. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  568. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  569. this.btnCancel.ForeColor = System.Drawing.Color.White;
  570. this.btnCancel.IsCustomBackImg = false;
  571. this.btnCancel.IsShowText = true;
  572. this.btnCancel.Location = new System.Drawing.Point(253, 6);
  573. this.btnCancel.Name = "btnCancel";
  574. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  575. this.btnCancel.TabIndex = 20;
  576. this.btnCancel.Text = " 取 消";
  577. this.btnCancel.UseVisualStyleBackColor = false;
  578. //
  579. // btnOK
  580. //
  581. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  582. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  583. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  584. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  585. this.btnOK.ForeColor = System.Drawing.Color.White;
  586. this.btnOK.IsCustomBackImg = false;
  587. this.btnOK.IsShowText = true;
  588. this.btnOK.Location = new System.Drawing.Point(134, 6);
  589. this.btnOK.Name = "btnOK";
  590. this.btnOK.Size = new System.Drawing.Size(85, 28);
  591. this.btnOK.TabIndex = 19;
  592. this.btnOK.Text = " 确 定";
  593. this.btnOK.UseVisualStyleBackColor = false;
  594. //
  595. // txtGetPoints
  596. //
  597. this.txtGetPoints.BackColor = System.Drawing.Color.Transparent;
  598. this.txtGetPoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  599. this.txtGetPoints.ForeColor = System.Drawing.Color.Red;
  600. this.txtGetPoints.Icon = null;
  601. this.txtGetPoints.IconIsButton = false;
  602. this.txtGetPoints.IsPasswordChat = '\0';
  603. this.txtGetPoints.IsSystemPasswordChar = false;
  604. this.txtGetPoints.Lines = new string[0];
  605. this.txtGetPoints.Location = new System.Drawing.Point(298, 228);
  606. this.txtGetPoints.Margin = new System.Windows.Forms.Padding(0);
  607. this.txtGetPoints.MaxLength = 32767;
  608. this.txtGetPoints.MinimumSize = new System.Drawing.Size(0, 24);
  609. this.txtGetPoints.MouseBack = null;
  610. this.txtGetPoints.Multiline = false;
  611. this.txtGetPoints.Name = "txtGetPoints";
  612. this.txtGetPoints.NormlBack = null;
  613. this.txtGetPoints.Padding = new System.Windows.Forms.Padding(5);
  614. this.txtGetPoints.ReadOnly = true;
  615. this.txtGetPoints.ScrollBars = System.Windows.Forms.ScrollBars.None;
  616. this.txtGetPoints.Size = new System.Drawing.Size(111, 25);
  617. this.txtGetPoints.TabIndex = 17;
  618. this.txtGetPoints.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  619. this.txtGetPoints.WaterColor = System.Drawing.Color.DarkGray;
  620. this.txtGetPoints.WaterText = "";
  621. this.txtGetPoints.WordWrap = true;
  622. //
  623. // labelEx13
  624. //
  625. this.labelEx13.AutoSize = true;
  626. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  627. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  628. this.labelEx13.Location = new System.Drawing.Point(216, 232);
  629. this.labelEx13.Name = "labelEx13";
  630. this.labelEx13.Size = new System.Drawing.Size(80, 17);
  631. this.labelEx13.TabIndex = 29;
  632. this.labelEx13.Text = "可得介绍积分";
  633. //
  634. // ReferralPointsSuperSmallForm
  635. //
  636. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  637. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  638. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  639. this.ClientSize = new System.Drawing.Size(455, 610);
  640. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  641. this.IsUserControlsSize = false;
  642. this.MaximizeBox = false;
  643. this.Name = "ReferralPointsSuperSmallForm";
  644. this.Text = "转介绍赠送积分录入";
  645. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  646. this.plExMainContainer.ResumeLayout(false);
  647. this.plFormMainContent.ResumeLayout(false);
  648. this.panelEx2.ResumeLayout(false);
  649. this.panelEx2.PerformLayout();
  650. this.panelEx1.ResumeLayout(false);
  651. this.ResumeLayout(false);
  652. }
  653. #endregion
  654. private ComponentLibrary.PanelEx panelEx2;
  655. private ComponentLibrary.PanelEx panelEx3;
  656. private ComponentLibrary.LabelEx labelEx2;
  657. protected ComponentLibrary.TextBoxEx txtSeriesPrice;
  658. protected ComponentLibrary.TextBoxEx txtTextQuery;
  659. protected ComponentLibrary.TextBoxEx txtWomanName;
  660. private ComponentLibrary.LabelEx labelEx1;
  661. protected ComponentLibrary.TextBoxEx txtOrdersPerson;
  662. protected ComponentLibrary.TextBoxEx txtSeriesName;
  663. protected ComponentLibrary.TextBoxEx txtManName;
  664. protected ComponentLibrary.TextBoxEx txtOrderNumber;
  665. private ComponentLibrary.LabelEx labelEx3;
  666. private ComponentLibrary.LabelEx labelEx8;
  667. private ComponentLibrary.PanelEx panelEx1;
  668. protected ComponentLibrary.ButtonEx btnCancel;
  669. protected ComponentLibrary.ButtonEx btnOK;
  670. protected ComponentLibrary.TextBoxEx txtPoints;
  671. protected ComponentLibrary.TextBoxEx txtCardNumber;
  672. protected ComponentLibrary.TextBoxEx txtCardName;
  673. private ComponentLibrary.LabelEx labelEx10;
  674. private ComponentLibrary.LabelEx labelEx11;
  675. private ComponentLibrary.LabelEx labelEx12;
  676. private ComponentLibrary.LabelEx labelEx7;
  677. protected ComponentLibrary.LabelEx lblName1;
  678. protected ComponentLibrary.LabelEx lblName2;
  679. protected ComponentLibrary.LabelEx lblOrderNumber;
  680. protected ComponentLibrary.LabelEx lblPackagesPrice;
  681. protected ComponentLibrary.ListBoxEx lstTextQuery;
  682. protected ComponentLibrary.TextBoxEx txtGetPoints;
  683. private ComponentLibrary.LabelEx labelEx13;
  684. }
  685. }