選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ReportFormPage.Designer.cs 19 KiB

2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. namespace HKCardManager.UserPages
  2. {
  3. partial class ReportFormPage
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  29. this.姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  30. this.手机 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.机构 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.早上消费次数 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.早上消费金额 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.中午消费次数 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.中午消费金额 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.晚上消费次数 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.晚上消费金额 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.总计消费次数 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.金额总计 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  42. this.button2 = new System.Windows.Forms.Button();
  43. this.button1 = new System.Windows.Forms.Button();
  44. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  47. this.label3 = new System.Windows.Forms.Label();
  48. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  49. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  50. this.button3 = new System.Windows.Forms.Button();
  51. this.button4 = new System.Windows.Forms.Button();
  52. this.label1 = new System.Windows.Forms.Label();
  53. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  55. this.splitContainer1.Panel1.SuspendLayout();
  56. this.splitContainer1.Panel2.SuspendLayout();
  57. this.splitContainer1.SuspendLayout();
  58. this.tableLayoutPanel1.SuspendLayout();
  59. this.tableLayoutPanel2.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // dataGridView1
  63. //
  64. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
  65. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  66. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  67. this.姓名,
  68. this.手机,
  69. this.时间,
  70. this.机构,
  71. this.早上消费次数,
  72. this.早上消费金额,
  73. this.中午消费次数,
  74. this.中午消费金额,
  75. this.晚上消费次数,
  76. this.晚上消费金额,
  77. this.总计消费次数,
  78. this.金额总计});
  79. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.dataGridView1.Location = new System.Drawing.Point(3, 3);
  81. this.dataGridView1.Name = "dataGridView1";
  82. this.dataGridView1.RowHeadersVisible = false;
  83. this.dataGridView1.RowTemplate.Height = 25;
  84. this.dataGridView1.Size = new System.Drawing.Size(869, 430);
  85. this.dataGridView1.TabIndex = 2;
  86. //
  87. // 姓名
  88. //
  89. this.姓名.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  90. this.姓名.DataPropertyName = "Name";
  91. this.姓名.HeaderText = "姓名";
  92. this.姓名.Name = "姓名";
  93. this.姓名.ReadOnly = true;
  94. //
  95. // 手机
  96. //
  97. this.手机.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  98. this.手机.DataPropertyName = "Phone";
  99. this.手机.HeaderText = "手机";
  100. this.手机.Name = "手机";
  101. this.手机.ReadOnly = true;
  102. this.手机.Visible = false;
  103. //
  104. // 时间
  105. //
  106. this.时间.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  107. this.时间.DataPropertyName = "Date";
  108. this.时间.HeaderText = "时间";
  109. this.时间.Name = "时间";
  110. this.时间.ReadOnly = true;
  111. //
  112. // 机构
  113. //
  114. this.机构.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  115. this.机构.DataPropertyName = "Tag";
  116. this.机构.HeaderText = "机构";
  117. this.机构.Name = "机构";
  118. this.机构.ReadOnly = true;
  119. //
  120. // 早上消费次数
  121. //
  122. this.早上消费次数.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  123. this.早上消费次数.DataPropertyName = "AMCount";
  124. this.早上消费次数.HeaderText = "早上消费次数";
  125. this.早上消费次数.Name = "早上消费次数";
  126. this.早上消费次数.ReadOnly = true;
  127. //
  128. // 早上消费金额
  129. //
  130. this.早上消费金额.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  131. this.早上消费金额.DataPropertyName = "AM";
  132. this.早上消费金额.HeaderText = "早上消费金额";
  133. this.早上消费金额.Name = "早上消费金额";
  134. //
  135. // 中午消费次数
  136. //
  137. this.中午消费次数.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  138. this.中午消费次数.DataPropertyName = "PMCount";
  139. this.中午消费次数.HeaderText = "中午消费次数";
  140. this.中午消费次数.Name = "中午消费次数";
  141. this.中午消费次数.ReadOnly = true;
  142. //
  143. // 中午消费金额
  144. //
  145. this.中午消费金额.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  146. this.中午消费金额.DataPropertyName = "PM";
  147. this.中午消费金额.HeaderText = "中午消费金额";
  148. this.中午消费金额.Name = "中午消费金额";
  149. //
  150. // 晚上消费次数
  151. //
  152. this.晚上消费次数.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  153. this.晚上消费次数.DataPropertyName = "ATCount";
  154. this.晚上消费次数.HeaderText = "晚上消费次数";
  155. this.晚上消费次数.Name = "晚上消费次数";
  156. this.晚上消费次数.ReadOnly = true;
  157. //
  158. // 晚上消费金额
  159. //
  160. this.晚上消费金额.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  161. this.晚上消费金额.DataPropertyName = "AT";
  162. this.晚上消费金额.HeaderText = "晚上消费金额";
  163. this.晚上消费金额.Name = "晚上消费金额";
  164. //
  165. // 总计消费次数
  166. //
  167. this.总计消费次数.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  168. this.总计消费次数.DataPropertyName = "TotalCount";
  169. this.总计消费次数.HeaderText = "总计消费次数";
  170. this.总计消费次数.Name = "总计消费次数";
  171. this.总计消费次数.ReadOnly = true;
  172. //
  173. // 金额总计
  174. //
  175. this.金额总计.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  176. this.金额总计.DataPropertyName = "Total";
  177. this.金额总计.HeaderText = "金额总计";
  178. this.金额总计.Name = "金额总计";
  179. //
  180. // splitContainer1
  181. //
  182. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  184. this.splitContainer1.Name = "splitContainer1";
  185. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  186. //
  187. // splitContainer1.Panel1
  188. //
  189. this.splitContainer1.Panel1.Controls.Add(this.button2);
  190. this.splitContainer1.Panel1.Controls.Add(this.button1);
  191. this.splitContainer1.Panel1.Controls.Add(this.dateTimePicker2);
  192. this.splitContainer1.Panel1.Controls.Add(this.label4);
  193. this.splitContainer1.Panel1.Controls.Add(this.dateTimePicker1);
  194. this.splitContainer1.Panel1.Controls.Add(this.label3);
  195. //
  196. // splitContainer1.Panel2
  197. //
  198. this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel1);
  199. this.splitContainer1.Size = new System.Drawing.Size(875, 557);
  200. this.splitContainer1.SplitterDistance = 40;
  201. this.splitContainer1.TabIndex = 3;
  202. //
  203. // button2
  204. //
  205. this.button2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  206. this.button2.Location = new System.Drawing.Point(735, 6);
  207. this.button2.Name = "button2";
  208. this.button2.Size = new System.Drawing.Size(88, 30);
  209. this.button2.TabIndex = 12;
  210. this.button2.Text = "导出";
  211. this.button2.UseVisualStyleBackColor = true;
  212. this.button2.Click += new System.EventHandler(this.button2_Click);
  213. //
  214. // button1
  215. //
  216. this.button1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  217. this.button1.Location = new System.Drawing.Point(629, 6);
  218. this.button1.Name = "button1";
  219. this.button1.Size = new System.Drawing.Size(88, 30);
  220. this.button1.TabIndex = 11;
  221. this.button1.Text = "查询";
  222. this.button1.UseVisualStyleBackColor = true;
  223. this.button1.Click += new System.EventHandler(this.button1_Click);
  224. //
  225. // dateTimePicker2
  226. //
  227. this.dateTimePicker2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  228. this.dateTimePicker2.Location = new System.Drawing.Point(389, 6);
  229. this.dateTimePicker2.Name = "dateTimePicker2";
  230. this.dateTimePicker2.Size = new System.Drawing.Size(200, 28);
  231. this.dateTimePicker2.TabIndex = 9;
  232. //
  233. // label4
  234. //
  235. this.label4.AutoSize = true;
  236. this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  237. this.label4.Location = new System.Drawing.Point(312, 10);
  238. this.label4.Name = "label4";
  239. this.label4.Size = new System.Drawing.Size(90, 21);
  240. this.label4.TabIndex = 8;
  241. this.label4.Text = "结束时间:";
  242. //
  243. // dateTimePicker1
  244. //
  245. this.dateTimePicker1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  246. this.dateTimePicker1.Location = new System.Drawing.Point(80, 6);
  247. this.dateTimePicker1.Name = "dateTimePicker1";
  248. this.dateTimePicker1.Size = new System.Drawing.Size(200, 28);
  249. this.dateTimePicker1.TabIndex = 7;
  250. //
  251. // label3
  252. //
  253. this.label3.AutoSize = true;
  254. this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  255. this.label3.Location = new System.Drawing.Point(3, 10);
  256. this.label3.Name = "label3";
  257. this.label3.Size = new System.Drawing.Size(90, 21);
  258. this.label3.TabIndex = 6;
  259. this.label3.Text = "开始时间:";
  260. //
  261. // tableLayoutPanel1
  262. //
  263. this.tableLayoutPanel1.ColumnCount = 1;
  264. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  265. this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 0);
  266. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
  267. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  268. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  269. this.tableLayoutPanel1.RowCount = 2;
  270. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 91.02296F));
  271. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.977036F));
  272. this.tableLayoutPanel1.Size = new System.Drawing.Size(875, 479);
  273. this.tableLayoutPanel1.TabIndex = 3;
  274. //
  275. // tableLayoutPanel2
  276. //
  277. this.tableLayoutPanel2.ColumnCount = 3;
  278. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  279. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  280. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 294F));
  281. this.tableLayoutPanel2.Controls.Add(this.button3, 0, 0);
  282. this.tableLayoutPanel2.Controls.Add(this.button4, 2, 0);
  283. this.tableLayoutPanel2.Controls.Add(this.label1, 1, 0);
  284. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  285. this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 439);
  286. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  287. this.tableLayoutPanel2.RowCount = 1;
  288. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  289. this.tableLayoutPanel2.Size = new System.Drawing.Size(869, 37);
  290. this.tableLayoutPanel2.TabIndex = 3;
  291. //
  292. // button3
  293. //
  294. this.button3.Dock = System.Windows.Forms.DockStyle.Fill;
  295. this.button3.Location = new System.Drawing.Point(3, 3);
  296. this.button3.Name = "button3";
  297. this.button3.Size = new System.Drawing.Size(281, 31);
  298. this.button3.TabIndex = 0;
  299. this.button3.Text = "上一页";
  300. this.button3.UseVisualStyleBackColor = true;
  301. this.button3.Click += new System.EventHandler(this.button3_Click);
  302. //
  303. // button4
  304. //
  305. this.button4.Dock = System.Windows.Forms.DockStyle.Fill;
  306. this.button4.Location = new System.Drawing.Point(577, 3);
  307. this.button4.Name = "button4";
  308. this.button4.Size = new System.Drawing.Size(289, 31);
  309. this.button4.TabIndex = 1;
  310. this.button4.Text = "下一页";
  311. this.button4.UseVisualStyleBackColor = true;
  312. this.button4.Click += new System.EventHandler(this.button4_Click);
  313. //
  314. // label1
  315. //
  316. this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
  317. this.label1.AutoSize = true;
  318. this.label1.Location = new System.Drawing.Point(430, 10);
  319. this.label1.Name = "label1";
  320. this.label1.Size = new System.Drawing.Size(0, 17);
  321. this.label1.TabIndex = 2;
  322. //
  323. // ReportFormPage
  324. //
  325. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  326. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  327. this.Controls.Add(this.splitContainer1);
  328. this.Name = "ReportFormPage";
  329. this.Size = new System.Drawing.Size(875, 557);
  330. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  331. this.splitContainer1.Panel1.ResumeLayout(false);
  332. this.splitContainer1.Panel1.PerformLayout();
  333. this.splitContainer1.Panel2.ResumeLayout(false);
  334. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  335. this.splitContainer1.ResumeLayout(false);
  336. this.tableLayoutPanel1.ResumeLayout(false);
  337. this.tableLayoutPanel2.ResumeLayout(false);
  338. this.tableLayoutPanel2.PerformLayout();
  339. this.ResumeLayout(false);
  340. }
  341. #endregion
  342. private DataGridView dataGridView1;
  343. private SplitContainer splitContainer1;
  344. private DateTimePicker dateTimePicker1;
  345. private Label label3;
  346. private DateTimePicker dateTimePicker2;
  347. private Label label4;
  348. private Button button1;
  349. private Button button2;
  350. private DataGridViewTextBoxColumn 姓名;
  351. private DataGridViewTextBoxColumn 手机;
  352. private DataGridViewTextBoxColumn 时间;
  353. private DataGridViewTextBoxColumn 机构;
  354. private DataGridViewTextBoxColumn 早上消费次数;
  355. private DataGridViewTextBoxColumn 早上消费金额;
  356. private DataGridViewTextBoxColumn 中午消费次数;
  357. private DataGridViewTextBoxColumn 中午消费金额;
  358. private DataGridViewTextBoxColumn 晚上消费次数;
  359. private DataGridViewTextBoxColumn 晚上消费金额;
  360. private DataGridViewTextBoxColumn 总计消费次数;
  361. private DataGridViewTextBoxColumn 金额总计;
  362. private TableLayoutPanel tableLayoutPanel1;
  363. private TableLayoutPanel tableLayoutPanel2;
  364. private Button button3;
  365. private Button button4;
  366. private Label label1;
  367. }
  368. }