ViceCardConsumeSmallForm.Designer.cs 44 KB

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