FrmStoredReport.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FrmStoredReport
  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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStoredReport));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
  35. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  36. this.lab_DataTime = new LYFZ.ComponentLibrary.LabelEx();
  37. this.lab_Message = new LYFZ.ComponentLibrary.LabelEx();
  38. this.txt_MemberText = new LYFZ.ComponentLibrary.TextBoxEx();
  39. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  41. this.McNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.McCardHolder = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.McTelephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.McCardMoney = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.McTotalStoredValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.McGiftAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.McTotalConsumption = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.McResidualStoredValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.plExMainContainer.SuspendLayout();
  50. this.plFormMainContent.SuspendLayout();
  51. this.panelEx3.SuspendLayout();
  52. this.panelStoreName.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // plExMainContainer
  57. //
  58. this.plExMainContainer.Controls.Add(this.dgv);
  59. this.plExMainContainer.Controls.Add(this.panelEx3);
  60. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  61. this.plExMainContainer.Size = new System.Drawing.Size(918, 539);
  62. //
  63. // plFormMainContent
  64. //
  65. this.plFormMainContent.Size = new System.Drawing.Size(918, 539);
  66. //
  67. // btnAppFormMaximize
  68. //
  69. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  70. this.btnAppFormMaximize.Location = new System.Drawing.Point(859, 0);
  71. //
  72. // btnAppFormExit
  73. //
  74. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  75. this.btnAppFormExit.Location = new System.Drawing.Point(886, 0);
  76. //
  77. // btnAppFormMinimize
  78. //
  79. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  80. this.btnAppFormMinimize.Location = new System.Drawing.Point(832, 0);
  81. //
  82. // panelEx3
  83. //
  84. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  85. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  86. this.panelEx3.BorderWidth = 1;
  87. this.panelEx3.Controls.Add(this.panelStoreName);
  88. this.panelEx3.Controls.Add(this.lab_DataTime);
  89. this.panelEx3.Controls.Add(this.lab_Message);
  90. this.panelEx3.Controls.Add(this.txt_MemberText);
  91. this.panelEx3.Controls.Add(this.btnQuery);
  92. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  93. this.panelEx3.Location = new System.Drawing.Point(5, 5);
  94. this.panelEx3.Name = "panelEx3";
  95. this.panelEx3.Size = new System.Drawing.Size(908, 91);
  96. this.panelEx3.TabIndex = 196;
  97. //
  98. // panelStoreName
  99. //
  100. this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  101. this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  102. this.panelStoreName.BorderWidth = 1;
  103. this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
  104. this.panelStoreName.Location = new System.Drawing.Point(8, 9);
  105. this.panelStoreName.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  106. this.panelStoreName.Name = "panelStoreName";
  107. this.panelStoreName.Size = new System.Drawing.Size(155, 28);
  108. this.panelStoreName.TabIndex = 255;
  109. //
  110. // cmbtreevStoreName
  111. //
  112. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  113. this.cmbtreevStoreName.DropDownHeight = 220;
  114. this.cmbtreevStoreName.DropDownShow = false;
  115. this.cmbtreevStoreName.FormattingEnabled = true;
  116. this.cmbtreevStoreName.IntegralHeight = false;
  117. this.cmbtreevStoreName.IsNodeMouseClick = true;
  118. this.cmbtreevStoreName.IsSelectParentNode = false;
  119. this.cmbtreevStoreName.Location = new System.Drawing.Point(3, 4);
  120. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  121. this.cmbtreevStoreName.ReadOnly = true;
  122. this.cmbtreevStoreName.SelectedNode = null;
  123. this.cmbtreevStoreName.Size = new System.Drawing.Size(149, 20);
  124. this.cmbtreevStoreName.StrGetName = "";
  125. this.cmbtreevStoreName.StrGetTagName = "";
  126. this.cmbtreevStoreName.StrKey = null;
  127. this.cmbtreevStoreName.TabIndex = 274;
  128. //
  129. // lab_DataTime
  130. //
  131. this.lab_DataTime.AutoSize = true;
  132. this.lab_DataTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  133. this.lab_DataTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  134. this.lab_DataTime.Location = new System.Drawing.Point(8, 42);
  135. this.lab_DataTime.Name = "lab_DataTime";
  136. this.lab_DataTime.Size = new System.Drawing.Size(80, 17);
  137. this.lab_DataTime.TabIndex = 254;
  138. this.lab_DataTime.Text = "时间段:全部";
  139. //
  140. // lab_Message
  141. //
  142. this.lab_Message.AutoSize = true;
  143. this.lab_Message.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  144. this.lab_Message.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  145. this.lab_Message.Location = new System.Drawing.Point(8, 64);
  146. this.lab_Message.Name = "lab_Message";
  147. this.lab_Message.Size = new System.Drawing.Size(44, 17);
  148. this.lab_Message.TabIndex = 254;
  149. this.lab_Message.Text = "汇总:";
  150. //
  151. // txt_MemberText
  152. //
  153. this.txt_MemberText.BackColor = System.Drawing.Color.Transparent;
  154. this.txt_MemberText.Icon = null;
  155. this.txt_MemberText.IconIsButton = false;
  156. this.txt_MemberText.IsPasswordChat = '\0';
  157. this.txt_MemberText.IsSystemPasswordChar = false;
  158. this.txt_MemberText.Lines = new string[0];
  159. this.txt_MemberText.Location = new System.Drawing.Point(167, 10);
  160. this.txt_MemberText.Margin = new System.Windows.Forms.Padding(0);
  161. this.txt_MemberText.MaxLength = 32767;
  162. this.txt_MemberText.MinimumSize = new System.Drawing.Size(0, 26);
  163. this.txt_MemberText.MouseBack = null;
  164. this.txt_MemberText.Multiline = false;
  165. this.txt_MemberText.Name = "txt_MemberText";
  166. this.txt_MemberText.NormlBack = null;
  167. this.txt_MemberText.Padding = new System.Windows.Forms.Padding(5);
  168. this.txt_MemberText.ReadOnly = false;
  169. this.txt_MemberText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  170. this.txt_MemberText.Size = new System.Drawing.Size(193, 26);
  171. this.txt_MemberText.TabIndex = 253;
  172. this.txt_MemberText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  173. this.txt_MemberText.WaterColor = System.Drawing.Color.DarkGray;
  174. this.txt_MemberText.WaterText = "会员卡号、持卡人、联系电话";
  175. this.txt_MemberText.WordWrap = true;
  176. //
  177. // btnQuery
  178. //
  179. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  180. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  181. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  182. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  183. this.btnQuery.ForeColor = System.Drawing.Color.White;
  184. this.btnQuery.IsCustomBackImg = false;
  185. this.btnQuery.IsShowText = true;
  186. this.btnQuery.Location = new System.Drawing.Point(367, 10);
  187. this.btnQuery.Name = "btnQuery";
  188. this.btnQuery.Size = new System.Drawing.Size(85, 26);
  189. this.btnQuery.TabIndex = 248;
  190. this.btnQuery.Text = " 查 询";
  191. this.btnQuery.UseVisualStyleBackColor = false;
  192. //
  193. // dgv
  194. //
  195. this.dgv.AllowUserToAddRows = false;
  196. this.dgv.AllowUserToDeleteRows = false;
  197. this.dgv.AllowUserToResizeRows = false;
  198. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  199. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  200. this.dgv.BackgroundColor = System.Drawing.Color.White;
  201. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  202. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  203. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  204. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  205. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  207. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  208. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  209. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  210. this.dgv.ColumnHeadersHeight = 24;
  211. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  212. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  213. this.McNumber,
  214. this.McCardHolder,
  215. this.McTelephone,
  216. this.McCardMoney,
  217. this.McTotalStoredValue,
  218. this.McGiftAmount,
  219. this.McTotalConsumption,
  220. this.McResidualStoredValue});
  221. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  222. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  223. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  225. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  226. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  227. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  228. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  229. this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
  230. this.dgv.EnableHeadersVisualStyles = false;
  231. this.dgv.EraseCell = false;
  232. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  233. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  234. this.dgv.IsCompleteBonding = false;
  235. this.dgv.IsCopyCellValue = true;
  236. this.dgv.Location = new System.Drawing.Point(5, 96);
  237. this.dgv.Margin = new System.Windows.Forms.Padding(0);
  238. this.dgv.Name = "dgv";
  239. this.dgv.ReadOnly = true;
  240. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  241. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  242. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  244. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  245. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  246. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  247. this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  248. this.dgv.RowHeadersVisible = false;
  249. this.dgv.RowTemplate.Height = 23;
  250. this.dgv.RowTemplate.ReadOnly = true;
  251. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  252. this.dgv.Size = new System.Drawing.Size(908, 438);
  253. this.dgv.TabIndex = 233;
  254. //
  255. // McNumber
  256. //
  257. this.McNumber.HeaderText = "会员卡号";
  258. this.McNumber.Name = "McNumber";
  259. this.McNumber.ReadOnly = true;
  260. //
  261. // McCardHolder
  262. //
  263. this.McCardHolder.HeaderText = "持卡人";
  264. this.McCardHolder.Name = "McCardHolder";
  265. this.McCardHolder.ReadOnly = true;
  266. //
  267. // McTelephone
  268. //
  269. this.McTelephone.HeaderText = "联系电话";
  270. this.McTelephone.Name = "McTelephone";
  271. this.McTelephone.ReadOnly = true;
  272. //
  273. // McCardMoney
  274. //
  275. this.McCardMoney.HeaderText = "可用余额";
  276. this.McCardMoney.Name = "McCardMoney";
  277. this.McCardMoney.ReadOnly = true;
  278. //
  279. // McTotalStoredValue
  280. //
  281. this.McTotalStoredValue.HeaderText = "累计充值金额";
  282. this.McTotalStoredValue.Name = "McTotalStoredValue";
  283. this.McTotalStoredValue.ReadOnly = true;
  284. //
  285. // McGiftAmount
  286. //
  287. this.McGiftAmount.HeaderText = "累计赠送金额";
  288. this.McGiftAmount.Name = "McGiftAmount";
  289. this.McGiftAmount.ReadOnly = true;
  290. //
  291. // McTotalConsumption
  292. //
  293. this.McTotalConsumption.HeaderText = "累计消费金额";
  294. this.McTotalConsumption.Name = "McTotalConsumption";
  295. this.McTotalConsumption.ReadOnly = true;
  296. //
  297. // McResidualStoredValue
  298. //
  299. this.McResidualStoredValue.HeaderText = "消化率";
  300. this.McResidualStoredValue.Name = "McResidualStoredValue";
  301. this.McResidualStoredValue.ReadOnly = true;
  302. //
  303. // FrmStoredReport
  304. //
  305. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  306. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  307. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  308. this.ClientSize = new System.Drawing.Size(918, 604);
  309. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  310. this.Name = "FrmStoredReport";
  311. this.Text = "储值卡统计";
  312. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  313. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  314. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  315. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  316. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  317. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  318. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  319. this.plExMainContainer.ResumeLayout(false);
  320. this.plFormMainContent.ResumeLayout(false);
  321. this.panelEx3.ResumeLayout(false);
  322. this.panelEx3.PerformLayout();
  323. this.panelStoreName.ResumeLayout(false);
  324. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  325. this.ResumeLayout(false);
  326. }
  327. #endregion
  328. private ComponentLibrary.PanelEx panelEx3;
  329. protected internal ComponentLibrary.PanelEx panelStoreName;
  330. protected internal ComponentLibrary.LabelEx lab_Message;
  331. public ComponentLibrary.ButtonEx btnQuery;
  332. public ComponentLibrary.DataGridViewEx dgv;
  333. private System.Windows.Forms.DataGridViewTextBoxColumn McNumber;
  334. private System.Windows.Forms.DataGridViewTextBoxColumn McCardHolder;
  335. private System.Windows.Forms.DataGridViewTextBoxColumn McTelephone;
  336. private System.Windows.Forms.DataGridViewTextBoxColumn McCardMoney;
  337. private System.Windows.Forms.DataGridViewTextBoxColumn McTotalStoredValue;
  338. private System.Windows.Forms.DataGridViewTextBoxColumn McGiftAmount;
  339. private System.Windows.Forms.DataGridViewTextBoxColumn McTotalConsumption;
  340. private System.Windows.Forms.DataGridViewTextBoxColumn McResidualStoredValue;
  341. public ComponentLibrary.TextBoxEx txt_MemberText;
  342. public ComponentLibrary.LabelEx lab_DataTime;
  343. public ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  344. }
  345. }