SuperiorQuerySmallForm.Designer.cs 43 KB

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