You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

330 lines
14 KiB

  1. namespace HKCardManager.UserPages
  2. {
  3. partial class MealSegmentSetPage
  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.button1 = new System.Windows.Forms.Button();
  29. this.groupBox3 = new System.Windows.Forms.GroupBox();
  30. this.dateTimePicker6 = new System.Windows.Forms.DateTimePicker();
  31. this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.label6 = new System.Windows.Forms.Label();
  34. this.groupBox2 = new System.Windows.Forms.GroupBox();
  35. this.dateTimePicker5 = new System.Windows.Forms.DateTimePicker();
  36. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.groupBox1 = new System.Windows.Forms.GroupBox();
  40. this.dateTimePicker4 = new System.Windows.Forms.DateTimePicker();
  41. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.panel1 = new System.Windows.Forms.Panel();
  45. this.label7 = new System.Windows.Forms.Label();
  46. this.label8 = new System.Windows.Forms.Label();
  47. this.label9 = new System.Windows.Forms.Label();
  48. this.textBox1 = new System.Windows.Forms.TextBox();
  49. this.textBox2 = new System.Windows.Forms.TextBox();
  50. this.textBox3 = new System.Windows.Forms.TextBox();
  51. this.groupBox3.SuspendLayout();
  52. this.groupBox2.SuspendLayout();
  53. this.groupBox1.SuspendLayout();
  54. this.panel1.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // button1
  58. //
  59. this.button1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  60. this.button1.Location = new System.Drawing.Point(382, 245);
  61. this.button1.Name = "button1";
  62. this.button1.Size = new System.Drawing.Size(113, 35);
  63. this.button1.TabIndex = 11;
  64. this.button1.Text = "确认";
  65. this.button1.UseVisualStyleBackColor = true;
  66. this.button1.Click += new System.EventHandler(this.button1_Click);
  67. //
  68. // groupBox3
  69. //
  70. this.groupBox3.Controls.Add(this.textBox3);
  71. this.groupBox3.Controls.Add(this.label9);
  72. this.groupBox3.Controls.Add(this.dateTimePicker6);
  73. this.groupBox3.Controls.Add(this.dateTimePicker3);
  74. this.groupBox3.Controls.Add(this.label5);
  75. this.groupBox3.Controls.Add(this.label6);
  76. this.groupBox3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  77. this.groupBox3.Location = new System.Drawing.Point(16, 169);
  78. this.groupBox3.Name = "groupBox3";
  79. this.groupBox3.Size = new System.Drawing.Size(793, 61);
  80. this.groupBox3.TabIndex = 10;
  81. this.groupBox3.TabStop = false;
  82. this.groupBox3.Text = "晚上";
  83. //
  84. // dateTimePicker6
  85. //
  86. this.dateTimePicker6.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  87. this.dateTimePicker6.Location = new System.Drawing.Point(366, 24);
  88. this.dateTimePicker6.Name = "dateTimePicker6";
  89. this.dateTimePicker6.ShowUpDown = true;
  90. this.dateTimePicker6.Size = new System.Drawing.Size(124, 28);
  91. this.dateTimePicker6.TabIndex = 8;
  92. //
  93. // dateTimePicker3
  94. //
  95. this.dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  96. this.dateTimePicker3.Location = new System.Drawing.Point(133, 27);
  97. this.dateTimePicker3.Name = "dateTimePicker3";
  98. this.dateTimePicker3.ShowUpDown = true;
  99. this.dateTimePicker3.Size = new System.Drawing.Size(124, 28);
  100. this.dateTimePicker3.TabIndex = 5;
  101. //
  102. // label5
  103. //
  104. this.label5.AutoSize = true;
  105. this.label5.Location = new System.Drawing.Point(286, 27);
  106. this.label5.Name = "label5";
  107. this.label5.Size = new System.Drawing.Size(74, 21);
  108. this.label5.TabIndex = 2;
  109. this.label5.Text = "结束时间";
  110. //
  111. // label6
  112. //
  113. this.label6.AutoSize = true;
  114. this.label6.Location = new System.Drawing.Point(58, 27);
  115. this.label6.Name = "label6";
  116. this.label6.Size = new System.Drawing.Size(74, 21);
  117. this.label6.TabIndex = 0;
  118. this.label6.Text = "开始时间";
  119. //
  120. // groupBox2
  121. //
  122. this.groupBox2.Controls.Add(this.textBox2);
  123. this.groupBox2.Controls.Add(this.label8);
  124. this.groupBox2.Controls.Add(this.dateTimePicker5);
  125. this.groupBox2.Controls.Add(this.dateTimePicker2);
  126. this.groupBox2.Controls.Add(this.label3);
  127. this.groupBox2.Controls.Add(this.label4);
  128. this.groupBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  129. this.groupBox2.Location = new System.Drawing.Point(16, 89);
  130. this.groupBox2.Name = "groupBox2";
  131. this.groupBox2.Size = new System.Drawing.Size(793, 61);
  132. this.groupBox2.TabIndex = 9;
  133. this.groupBox2.TabStop = false;
  134. this.groupBox2.Text = "中午";
  135. //
  136. // dateTimePicker5
  137. //
  138. this.dateTimePicker5.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  139. this.dateTimePicker5.Location = new System.Drawing.Point(366, 24);
  140. this.dateTimePicker5.Name = "dateTimePicker5";
  141. this.dateTimePicker5.ShowUpDown = true;
  142. this.dateTimePicker5.Size = new System.Drawing.Size(124, 28);
  143. this.dateTimePicker5.TabIndex = 7;
  144. //
  145. // dateTimePicker2
  146. //
  147. this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  148. this.dateTimePicker2.Location = new System.Drawing.Point(133, 27);
  149. this.dateTimePicker2.Name = "dateTimePicker2";
  150. this.dateTimePicker2.ShowUpDown = true;
  151. this.dateTimePicker2.Size = new System.Drawing.Size(124, 28);
  152. this.dateTimePicker2.TabIndex = 4;
  153. //
  154. // label3
  155. //
  156. this.label3.AutoSize = true;
  157. this.label3.Location = new System.Drawing.Point(286, 27);
  158. this.label3.Name = "label3";
  159. this.label3.Size = new System.Drawing.Size(74, 21);
  160. this.label3.TabIndex = 2;
  161. this.label3.Text = "结束时间";
  162. //
  163. // label4
  164. //
  165. this.label4.AutoSize = true;
  166. this.label4.Location = new System.Drawing.Point(58, 27);
  167. this.label4.Name = "label4";
  168. this.label4.Size = new System.Drawing.Size(74, 21);
  169. this.label4.TabIndex = 0;
  170. this.label4.Text = "开始时间";
  171. //
  172. // groupBox1
  173. //
  174. this.groupBox1.Controls.Add(this.textBox1);
  175. this.groupBox1.Controls.Add(this.label7);
  176. this.groupBox1.Controls.Add(this.dateTimePicker4);
  177. this.groupBox1.Controls.Add(this.dateTimePicker1);
  178. this.groupBox1.Controls.Add(this.label2);
  179. this.groupBox1.Controls.Add(this.label1);
  180. this.groupBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  181. this.groupBox1.Location = new System.Drawing.Point(16, 12);
  182. this.groupBox1.Name = "groupBox1";
  183. this.groupBox1.Size = new System.Drawing.Size(793, 61);
  184. this.groupBox1.TabIndex = 8;
  185. this.groupBox1.TabStop = false;
  186. this.groupBox1.Text = "早上";
  187. //
  188. // dateTimePicker4
  189. //
  190. this.dateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  191. this.dateTimePicker4.Location = new System.Drawing.Point(366, 22);
  192. this.dateTimePicker4.Name = "dateTimePicker4";
  193. this.dateTimePicker4.ShowUpDown = true;
  194. this.dateTimePicker4.Size = new System.Drawing.Size(124, 28);
  195. this.dateTimePicker4.TabIndex = 6;
  196. //
  197. // dateTimePicker1
  198. //
  199. this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  200. this.dateTimePicker1.Location = new System.Drawing.Point(133, 24);
  201. this.dateTimePicker1.Name = "dateTimePicker1";
  202. this.dateTimePicker1.ShowUpDown = true;
  203. this.dateTimePicker1.Size = new System.Drawing.Size(124, 28);
  204. this.dateTimePicker1.TabIndex = 3;
  205. //
  206. // label2
  207. //
  208. this.label2.AutoSize = true;
  209. this.label2.Location = new System.Drawing.Point(286, 27);
  210. this.label2.Name = "label2";
  211. this.label2.Size = new System.Drawing.Size(74, 21);
  212. this.label2.TabIndex = 2;
  213. this.label2.Text = "结束时间";
  214. //
  215. // label1
  216. //
  217. this.label1.AutoSize = true;
  218. this.label1.Location = new System.Drawing.Point(58, 27);
  219. this.label1.Name = "label1";
  220. this.label1.Size = new System.Drawing.Size(74, 21);
  221. this.label1.TabIndex = 0;
  222. this.label1.Text = "开始时间";
  223. //
  224. // panel1
  225. //
  226. this.panel1.Controls.Add(this.button1);
  227. this.panel1.Controls.Add(this.groupBox1);
  228. this.panel1.Controls.Add(this.groupBox2);
  229. this.panel1.Controls.Add(this.groupBox3);
  230. this.panel1.Location = new System.Drawing.Point(23, 13);
  231. this.panel1.Name = "panel1";
  232. this.panel1.Size = new System.Drawing.Size(823, 293);
  233. this.panel1.TabIndex = 13;
  234. //
  235. // label7
  236. //
  237. this.label7.AutoSize = true;
  238. this.label7.Location = new System.Drawing.Point(517, 28);
  239. this.label7.Name = "label7";
  240. this.label7.Size = new System.Drawing.Size(74, 21);
  241. this.label7.TabIndex = 7;
  242. this.label7.Text = "金额设置";
  243. //
  244. // label8
  245. //
  246. this.label8.AutoSize = true;
  247. this.label8.Location = new System.Drawing.Point(517, 30);
  248. this.label8.Name = "label8";
  249. this.label8.Size = new System.Drawing.Size(74, 21);
  250. this.label8.TabIndex = 8;
  251. this.label8.Text = "金额设置";
  252. //
  253. // label9
  254. //
  255. this.label9.AutoSize = true;
  256. this.label9.Location = new System.Drawing.Point(517, 30);
  257. this.label9.Name = "label9";
  258. this.label9.Size = new System.Drawing.Size(74, 21);
  259. this.label9.TabIndex = 9;
  260. this.label9.Text = "金额设置";
  261. //
  262. // textBox1
  263. //
  264. this.textBox1.Location = new System.Drawing.Point(597, 24);
  265. this.textBox1.Name = "textBox1";
  266. this.textBox1.Size = new System.Drawing.Size(153, 28);
  267. this.textBox1.TabIndex = 8;
  268. //
  269. // textBox2
  270. //
  271. this.textBox2.Location = new System.Drawing.Point(597, 25);
  272. this.textBox2.Name = "textBox2";
  273. this.textBox2.Size = new System.Drawing.Size(153, 28);
  274. this.textBox2.TabIndex = 9;
  275. //
  276. // textBox3
  277. //
  278. this.textBox3.Location = new System.Drawing.Point(597, 24);
  279. this.textBox3.Name = "textBox3";
  280. this.textBox3.Size = new System.Drawing.Size(153, 28);
  281. this.textBox3.TabIndex = 10;
  282. //
  283. // MealSegmentSetPage
  284. //
  285. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  286. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  287. this.Controls.Add(this.panel1);
  288. this.Name = "MealSegmentSetPage";
  289. this.Size = new System.Drawing.Size(919, 337);
  290. this.groupBox3.ResumeLayout(false);
  291. this.groupBox3.PerformLayout();
  292. this.groupBox2.ResumeLayout(false);
  293. this.groupBox2.PerformLayout();
  294. this.groupBox1.ResumeLayout(false);
  295. this.groupBox1.PerformLayout();
  296. this.panel1.ResumeLayout(false);
  297. this.ResumeLayout(false);
  298. }
  299. #endregion
  300. private Button button1;
  301. private GroupBox groupBox3;
  302. private DateTimePicker dateTimePicker6;
  303. private DateTimePicker dateTimePicker3;
  304. private Label label5;
  305. private Label label6;
  306. private GroupBox groupBox2;
  307. private DateTimePicker dateTimePicker5;
  308. private DateTimePicker dateTimePicker2;
  309. private Label label3;
  310. private Label label4;
  311. private GroupBox groupBox1;
  312. private DateTimePicker dateTimePicker4;
  313. private DateTimePicker dateTimePicker1;
  314. private Label label2;
  315. private Label label1;
  316. private Panel panel1;
  317. private TextBox textBox3;
  318. private Label label9;
  319. private TextBox textBox2;
  320. private Label label8;
  321. private TextBox textBox1;
  322. private Label label7;
  323. }
  324. }