FrmStoredValueReport.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FrmStoredValueReport
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStoredValueReport));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  36. this.McNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.McCardHolder = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.McTelephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.McCardMoney = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.McRecharge = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.McGiftAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.McWithdrawals = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.McConsumption = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.McTotalStoredValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.McTotalConsumption = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.McResidualStoredValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  48. this.lab_Message = new LYFZ.ComponentLibrary.LabelEx();
  49. this.txt_MemberText = new LYFZ.ComponentLibrary.TextBoxEx();
  50. this.rdoCustomer = new LYFZ.ComponentLibrary.RadioButtonEx();
  51. this.rdoDay = new LYFZ.ComponentLibrary.RadioButtonEx();
  52. this.rdoMouth = new LYFZ.ComponentLibrary.RadioButtonEx();
  53. this.rdoYear = new LYFZ.ComponentLibrary.RadioButtonEx();
  54. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.dtpEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  56. this.dtpStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  57. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  58. this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
  59. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  60. this.plExMainContainer.SuspendLayout();
  61. this.plFormMainContent.SuspendLayout();
  62. this.panelEx2.SuspendLayout();
  63. this.panelEx1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  65. this.panelEx3.SuspendLayout();
  66. this.panelStoreName.SuspendLayout();
  67. this.SuspendLayout();
  68. //
  69. // plExMainContainer
  70. //
  71. this.plExMainContainer.Controls.Add(this.panelEx2);
  72. this.plExMainContainer.Controls.Add(this.panelEx3);
  73. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  74. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  75. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  76. //
  77. // plFormMainContent
  78. //
  79. this.plFormMainContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(236)))), ((int)(((byte)(236)))));
  80. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  81. //
  82. // btnAppFormExit
  83. //
  84. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  85. //
  86. // btnAppFormMinimize
  87. //
  88. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  89. //
  90. // panelEx2
  91. //
  92. this.panelEx2.BorderColor = System.Drawing.Color.DimGray;
  93. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  94. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  95. this.panelEx2.BorderWidth = 1;
  96. this.panelEx2.Controls.Add(this.panelEx1);
  97. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.panelEx2.Location = new System.Drawing.Point(5, 78);
  99. this.panelEx2.Name = "panelEx2";
  100. this.panelEx2.Padding = new System.Windows.Forms.Padding(2);
  101. this.panelEx2.Size = new System.Drawing.Size(900, 422);
  102. this.panelEx2.TabIndex = 194;
  103. //
  104. // panelEx1
  105. //
  106. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  107. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  108. this.panelEx1.BorderWidth = 1;
  109. this.panelEx1.Controls.Add(this.dgv);
  110. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  111. this.panelEx1.Location = new System.Drawing.Point(2, 2);
  112. this.panelEx1.Margin = new System.Windows.Forms.Padding(0);
  113. this.panelEx1.Name = "panelEx1";
  114. this.panelEx1.Size = new System.Drawing.Size(894, 416);
  115. this.panelEx1.TabIndex = 0;
  116. //
  117. // dgv
  118. //
  119. this.dgv.AllowUserToAddRows = false;
  120. this.dgv.AllowUserToDeleteRows = false;
  121. this.dgv.AllowUserToResizeRows = false;
  122. dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
  123. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  124. this.dgv.BackgroundColor = System.Drawing.Color.White;
  125. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  126. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  127. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  128. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  129. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  131. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  132. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  133. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  134. this.dgv.ColumnHeadersHeight = 24;
  135. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  136. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  137. this.McNumber,
  138. this.McCardHolder,
  139. this.McTelephone,
  140. this.McCardMoney,
  141. this.McRecharge,
  142. this.McGiftAmount,
  143. this.McWithdrawals,
  144. this.McConsumption,
  145. this.McTotalStoredValue,
  146. this.McTotalConsumption,
  147. this.McResidualStoredValue});
  148. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  149. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  150. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  152. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  153. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  154. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  155. this.dgv.DefaultCellStyle = dataGridViewCellStyle7;
  156. this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.dgv.EnableHeadersVisualStyles = false;
  158. this.dgv.EraseCell = false;
  159. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  160. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  161. this.dgv.IsCompleteBonding = false;
  162. this.dgv.IsCopyCellValue = true;
  163. this.dgv.Location = new System.Drawing.Point(0, 0);
  164. this.dgv.Margin = new System.Windows.Forms.Padding(0);
  165. this.dgv.Name = "dgv";
  166. this.dgv.ReadOnly = true;
  167. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  168. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
  169. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  171. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  172. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  173. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  174. this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
  175. this.dgv.RowHeadersVisible = false;
  176. this.dgv.RowTemplate.Height = 23;
  177. this.dgv.RowTemplate.ReadOnly = true;
  178. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  179. this.dgv.Size = new System.Drawing.Size(894, 416);
  180. this.dgv.TabIndex = 232;
  181. //
  182. // McNumber
  183. //
  184. this.McNumber.HeaderText = "会员卡号";
  185. this.McNumber.Name = "McNumber";
  186. this.McNumber.ReadOnly = true;
  187. //
  188. // McCardHolder
  189. //
  190. this.McCardHolder.HeaderText = "持卡人";
  191. this.McCardHolder.Name = "McCardHolder";
  192. this.McCardHolder.ReadOnly = true;
  193. //
  194. // McTelephone
  195. //
  196. this.McTelephone.HeaderText = "联系电话";
  197. this.McTelephone.Name = "McTelephone";
  198. this.McTelephone.ReadOnly = true;
  199. //
  200. // McCardMoney
  201. //
  202. this.McCardMoney.HeaderText = "余额";
  203. this.McCardMoney.Name = "McCardMoney";
  204. this.McCardMoney.ReadOnly = true;
  205. //
  206. // McRecharge
  207. //
  208. this.McRecharge.HeaderText = "充值金额";
  209. this.McRecharge.Name = "McRecharge";
  210. this.McRecharge.ReadOnly = true;
  211. //
  212. // McGiftAmount
  213. //
  214. this.McGiftAmount.HeaderText = "赠送金额";
  215. this.McGiftAmount.Name = "McGiftAmount";
  216. this.McGiftAmount.ReadOnly = true;
  217. //
  218. // McWithdrawals
  219. //
  220. this.McWithdrawals.HeaderText = "提现金额";
  221. this.McWithdrawals.Name = "McWithdrawals";
  222. this.McWithdrawals.ReadOnly = true;
  223. //
  224. // McConsumption
  225. //
  226. this.McConsumption.HeaderText = "已消费金额";
  227. this.McConsumption.Name = "McConsumption";
  228. this.McConsumption.ReadOnly = true;
  229. //
  230. // McTotalStoredValue
  231. //
  232. this.McTotalStoredValue.HeaderText = "累计充值金额";
  233. this.McTotalStoredValue.Name = "McTotalStoredValue";
  234. this.McTotalStoredValue.ReadOnly = true;
  235. //
  236. // McTotalConsumption
  237. //
  238. this.McTotalConsumption.HeaderText = "累计消费金额";
  239. this.McTotalConsumption.Name = "McTotalConsumption";
  240. this.McTotalConsumption.ReadOnly = true;
  241. //
  242. // McResidualStoredValue
  243. //
  244. this.McResidualStoredValue.HeaderText = "消化率";
  245. this.McResidualStoredValue.Name = "McResidualStoredValue";
  246. this.McResidualStoredValue.ReadOnly = true;
  247. //
  248. // panelEx3
  249. //
  250. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  251. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  252. this.panelEx3.BorderWidth = 1;
  253. this.panelEx3.Controls.Add(this.panelStoreName);
  254. this.panelEx3.Controls.Add(this.lab_Message);
  255. this.panelEx3.Controls.Add(this.txt_MemberText);
  256. this.panelEx3.Controls.Add(this.rdoCustomer);
  257. this.panelEx3.Controls.Add(this.rdoDay);
  258. this.panelEx3.Controls.Add(this.rdoMouth);
  259. this.panelEx3.Controls.Add(this.rdoYear);
  260. this.panelEx3.Controls.Add(this.labelEx1);
  261. this.panelEx3.Controls.Add(this.dtpEnd);
  262. this.panelEx3.Controls.Add(this.dtpStart);
  263. this.panelEx3.Controls.Add(this.btnQuery);
  264. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  265. this.panelEx3.Location = new System.Drawing.Point(5, 5);
  266. this.panelEx3.Name = "panelEx3";
  267. this.panelEx3.Size = new System.Drawing.Size(900, 73);
  268. this.panelEx3.TabIndex = 195;
  269. //
  270. // lab_Message
  271. //
  272. this.lab_Message.AutoSize = true;
  273. this.lab_Message.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  274. this.lab_Message.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  275. this.lab_Message.Location = new System.Drawing.Point(8, 45);
  276. this.lab_Message.Name = "lab_Message";
  277. this.lab_Message.Size = new System.Drawing.Size(44, 17);
  278. this.lab_Message.TabIndex = 254;
  279. this.lab_Message.Text = "汇总:";
  280. //
  281. // txt_MemberText
  282. //
  283. this.txt_MemberText.BackColor = System.Drawing.Color.Transparent;
  284. this.txt_MemberText.Icon = null;
  285. this.txt_MemberText.IconIsButton = false;
  286. this.txt_MemberText.IsPasswordChat = '\0';
  287. this.txt_MemberText.IsSystemPasswordChar = false;
  288. this.txt_MemberText.Lines = new string[0];
  289. this.txt_MemberText.Location = new System.Drawing.Point(167, 10);
  290. this.txt_MemberText.Margin = new System.Windows.Forms.Padding(0);
  291. this.txt_MemberText.MaxLength = 32767;
  292. this.txt_MemberText.MinimumSize = new System.Drawing.Size(0, 26);
  293. this.txt_MemberText.MouseBack = null;
  294. this.txt_MemberText.Multiline = false;
  295. this.txt_MemberText.Name = "txt_MemberText";
  296. this.txt_MemberText.NormlBack = null;
  297. this.txt_MemberText.Padding = new System.Windows.Forms.Padding(5);
  298. this.txt_MemberText.ReadOnly = false;
  299. this.txt_MemberText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  300. this.txt_MemberText.Size = new System.Drawing.Size(193, 26);
  301. this.txt_MemberText.TabIndex = 253;
  302. this.txt_MemberText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  303. this.txt_MemberText.WaterColor = System.Drawing.Color.DarkGray;
  304. this.txt_MemberText.WaterText = "会员卡号、持卡人、联系电话";
  305. this.txt_MemberText.WordWrap = true;
  306. //
  307. // rdoCustomer
  308. //
  309. this.rdoCustomer.AutoSize = true;
  310. this.rdoCustomer.BackColor = System.Drawing.Color.Transparent;
  311. this.rdoCustomer.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  312. this.rdoCustomer.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  313. this.rdoCustomer.Location = new System.Drawing.Point(834, 13);
  314. this.rdoCustomer.Name = "rdoCustomer";
  315. this.rdoCustomer.Size = new System.Drawing.Size(62, 21);
  316. this.rdoCustomer.TabIndex = 252;
  317. this.rdoCustomer.TabStop = true;
  318. this.rdoCustomer.Text = "自定义";
  319. this.rdoCustomer.UseVisualStyleBackColor = false;
  320. //
  321. // rdoDay
  322. //
  323. this.rdoDay.AutoSize = true;
  324. this.rdoDay.BackColor = System.Drawing.Color.Transparent;
  325. this.rdoDay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  326. this.rdoDay.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  327. this.rdoDay.Location = new System.Drawing.Point(790, 13);
  328. this.rdoDay.Name = "rdoDay";
  329. this.rdoDay.Size = new System.Drawing.Size(38, 21);
  330. this.rdoDay.TabIndex = 249;
  331. this.rdoDay.TabStop = true;
  332. this.rdoDay.Text = "日";
  333. this.rdoDay.UseVisualStyleBackColor = false;
  334. //
  335. // rdoMouth
  336. //
  337. this.rdoMouth.AutoSize = true;
  338. this.rdoMouth.BackColor = System.Drawing.Color.Transparent;
  339. this.rdoMouth.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  340. this.rdoMouth.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  341. this.rdoMouth.Location = new System.Drawing.Point(746, 13);
  342. this.rdoMouth.Name = "rdoMouth";
  343. this.rdoMouth.Size = new System.Drawing.Size(38, 21);
  344. this.rdoMouth.TabIndex = 250;
  345. this.rdoMouth.TabStop = true;
  346. this.rdoMouth.Text = "月";
  347. this.rdoMouth.UseVisualStyleBackColor = false;
  348. //
  349. // rdoYear
  350. //
  351. this.rdoYear.AutoSize = true;
  352. this.rdoYear.BackColor = System.Drawing.Color.Transparent;
  353. this.rdoYear.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  354. this.rdoYear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  355. this.rdoYear.Location = new System.Drawing.Point(704, 13);
  356. this.rdoYear.Name = "rdoYear";
  357. this.rdoYear.Size = new System.Drawing.Size(38, 21);
  358. this.rdoYear.TabIndex = 251;
  359. this.rdoYear.TabStop = true;
  360. this.rdoYear.Text = "年";
  361. this.rdoYear.UseVisualStyleBackColor = false;
  362. //
  363. // labelEx1
  364. //
  365. this.labelEx1.AutoSize = true;
  366. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  367. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  368. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  369. this.labelEx1.Location = new System.Drawing.Point(467, 15);
  370. this.labelEx1.Name = "labelEx1";
  371. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  372. this.labelEx1.TabIndex = 247;
  373. this.labelEx1.Text = "—";
  374. //
  375. // dtpEnd
  376. //
  377. this.dtpEnd.CustomFormat = " ";
  378. this.dtpEnd.DateValue = "";
  379. this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  380. this.dtpEnd.IsShowTime = false;
  381. this.dtpEnd.Location = new System.Drawing.Point(490, 13);
  382. this.dtpEnd.Name = "dtpEnd";
  383. this.dtpEnd.Size = new System.Drawing.Size(100, 21);
  384. this.dtpEnd.TabIndex = 246;
  385. //
  386. // dtpStart
  387. //
  388. this.dtpStart.CustomFormat = " ";
  389. this.dtpStart.DateValue = "";
  390. this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  391. this.dtpStart.IsShowTime = false;
  392. this.dtpStart.Location = new System.Drawing.Point(365, 13);
  393. this.dtpStart.Name = "dtpStart";
  394. this.dtpStart.Size = new System.Drawing.Size(100, 21);
  395. this.dtpStart.TabIndex = 245;
  396. //
  397. // btnQuery
  398. //
  399. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  400. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  401. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  402. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  403. this.btnQuery.ForeColor = System.Drawing.Color.White;
  404. this.btnQuery.IsCustomBackImg = false;
  405. this.btnQuery.IsShowText = true;
  406. this.btnQuery.Location = new System.Drawing.Point(599, 10);
  407. this.btnQuery.Name = "btnQuery";
  408. this.btnQuery.Size = new System.Drawing.Size(85, 26);
  409. this.btnQuery.TabIndex = 248;
  410. this.btnQuery.Text = " 查 询";
  411. this.btnQuery.UseVisualStyleBackColor = false;
  412. //
  413. // panelStoreName
  414. //
  415. this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  416. this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  417. this.panelStoreName.BorderWidth = 1;
  418. this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
  419. this.panelStoreName.Location = new System.Drawing.Point(8, 9);
  420. this.panelStoreName.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  421. this.panelStoreName.Name = "panelStoreName";
  422. this.panelStoreName.Size = new System.Drawing.Size(155, 28);
  423. this.panelStoreName.TabIndex = 255;
  424. //
  425. // cmbtreevStoreName
  426. //
  427. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  428. this.cmbtreevStoreName.DropDownHeight = 220;
  429. this.cmbtreevStoreName.DropDownShow = false;
  430. this.cmbtreevStoreName.FormattingEnabled = true;
  431. this.cmbtreevStoreName.IntegralHeight = false;
  432. this.cmbtreevStoreName.IsNodeMouseClick = true;
  433. this.cmbtreevStoreName.IsSelectParentNode = false;
  434. this.cmbtreevStoreName.Location = new System.Drawing.Point(3, 4);
  435. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  436. this.cmbtreevStoreName.ReadOnly = true;
  437. this.cmbtreevStoreName.SelectedNode = null;
  438. this.cmbtreevStoreName.Size = new System.Drawing.Size(149, 20);
  439. this.cmbtreevStoreName.StrGetName = "";
  440. this.cmbtreevStoreName.StrGetTagName = "";
  441. this.cmbtreevStoreName.StrKey = null;
  442. this.cmbtreevStoreName.TabIndex = 274;
  443. //
  444. // FrmStoredValueReport
  445. //
  446. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  447. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  448. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  449. this.ClientSize = new System.Drawing.Size(910, 610);
  450. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  451. this.IsShowUcNavigationTool = true;
  452. this.Name = "FrmStoredValueReport";
  453. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  454. this.Text = "储值报表";
  455. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  456. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  457. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  458. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  459. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  460. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  461. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  462. this.plExMainContainer.ResumeLayout(false);
  463. this.plFormMainContent.ResumeLayout(false);
  464. this.panelEx2.ResumeLayout(false);
  465. this.panelEx1.ResumeLayout(false);
  466. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  467. this.panelEx3.ResumeLayout(false);
  468. this.panelEx3.PerformLayout();
  469. this.panelStoreName.ResumeLayout(false);
  470. this.ResumeLayout(false);
  471. }
  472. #endregion
  473. private ComponentLibrary.PanelEx panelEx2;
  474. private ComponentLibrary.PanelEx panelEx1;
  475. public ComponentLibrary.DataGridViewEx dgv;
  476. private ComponentLibrary.PanelEx panelEx3;
  477. public ComponentLibrary.RadioButtonEx rdoCustomer;
  478. public ComponentLibrary.RadioButtonEx rdoDay;
  479. public ComponentLibrary.RadioButtonEx rdoMouth;
  480. public ComponentLibrary.RadioButtonEx rdoYear;
  481. public ComponentLibrary.DateTimePickerEx dtpEnd;
  482. public ComponentLibrary.DateTimePickerEx dtpStart;
  483. public ComponentLibrary.ButtonEx btnQuery;
  484. protected internal ComponentLibrary.TextBoxEx txt_MemberText;
  485. protected internal ComponentLibrary.LabelEx lab_Message;
  486. private System.Windows.Forms.DataGridViewTextBoxColumn McNumber;
  487. private System.Windows.Forms.DataGridViewTextBoxColumn McCardHolder;
  488. private System.Windows.Forms.DataGridViewTextBoxColumn McTelephone;
  489. private System.Windows.Forms.DataGridViewTextBoxColumn McCardMoney;
  490. private System.Windows.Forms.DataGridViewTextBoxColumn McRecharge;
  491. private System.Windows.Forms.DataGridViewTextBoxColumn McGiftAmount;
  492. private System.Windows.Forms.DataGridViewTextBoxColumn McWithdrawals;
  493. private System.Windows.Forms.DataGridViewTextBoxColumn McConsumption;
  494. private System.Windows.Forms.DataGridViewTextBoxColumn McTotalStoredValue;
  495. private System.Windows.Forms.DataGridViewTextBoxColumn McTotalConsumption;
  496. private System.Windows.Forms.DataGridViewTextBoxColumn McResidualStoredValue;
  497. protected internal ComponentLibrary.LabelEx labelEx1;
  498. protected internal ComponentLibrary.PanelEx panelStoreName;
  499. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  500. }
  501. }