Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

264 rader
12 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.groupBox3.SuspendLayout();
  46. this.groupBox2.SuspendLayout();
  47. this.groupBox1.SuspendLayout();
  48. this.panel1.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // button1
  52. //
  53. this.button1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  54. this.button1.Location = new System.Drawing.Point(382, 245);
  55. this.button1.Name = "button1";
  56. this.button1.Size = new System.Drawing.Size(113, 35);
  57. this.button1.TabIndex = 11;
  58. this.button1.Text = "确认";
  59. this.button1.UseVisualStyleBackColor = true;
  60. this.button1.Click += new System.EventHandler(this.button1_Click);
  61. //
  62. // groupBox3
  63. //
  64. this.groupBox3.Controls.Add(this.dateTimePicker6);
  65. this.groupBox3.Controls.Add(this.dateTimePicker3);
  66. this.groupBox3.Controls.Add(this.label5);
  67. this.groupBox3.Controls.Add(this.label6);
  68. this.groupBox3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  69. this.groupBox3.Location = new System.Drawing.Point(16, 169);
  70. this.groupBox3.Name = "groupBox3";
  71. this.groupBox3.Size = new System.Drawing.Size(499, 61);
  72. this.groupBox3.TabIndex = 10;
  73. this.groupBox3.TabStop = false;
  74. this.groupBox3.Text = "晚上";
  75. //
  76. // dateTimePicker6
  77. //
  78. this.dateTimePicker6.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  79. this.dateTimePicker6.Location = new System.Drawing.Point(366, 24);
  80. this.dateTimePicker6.Name = "dateTimePicker6";
  81. this.dateTimePicker6.ShowUpDown = true;
  82. this.dateTimePicker6.Size = new System.Drawing.Size(124, 28);
  83. this.dateTimePicker6.TabIndex = 8;
  84. //
  85. // dateTimePicker3
  86. //
  87. this.dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  88. this.dateTimePicker3.Location = new System.Drawing.Point(133, 27);
  89. this.dateTimePicker3.Name = "dateTimePicker3";
  90. this.dateTimePicker3.ShowUpDown = true;
  91. this.dateTimePicker3.Size = new System.Drawing.Size(124, 28);
  92. this.dateTimePicker3.TabIndex = 5;
  93. //
  94. // label5
  95. //
  96. this.label5.AutoSize = true;
  97. this.label5.Location = new System.Drawing.Point(286, 27);
  98. this.label5.Name = "label5";
  99. this.label5.Size = new System.Drawing.Size(74, 21);
  100. this.label5.TabIndex = 2;
  101. this.label5.Text = "结束时间";
  102. //
  103. // label6
  104. //
  105. this.label6.AutoSize = true;
  106. this.label6.Location = new System.Drawing.Point(58, 27);
  107. this.label6.Name = "label6";
  108. this.label6.Size = new System.Drawing.Size(74, 21);
  109. this.label6.TabIndex = 0;
  110. this.label6.Text = "开始时间";
  111. //
  112. // groupBox2
  113. //
  114. this.groupBox2.Controls.Add(this.dateTimePicker5);
  115. this.groupBox2.Controls.Add(this.dateTimePicker2);
  116. this.groupBox2.Controls.Add(this.label3);
  117. this.groupBox2.Controls.Add(this.label4);
  118. this.groupBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  119. this.groupBox2.Location = new System.Drawing.Point(16, 89);
  120. this.groupBox2.Name = "groupBox2";
  121. this.groupBox2.Size = new System.Drawing.Size(499, 61);
  122. this.groupBox2.TabIndex = 9;
  123. this.groupBox2.TabStop = false;
  124. this.groupBox2.Text = "中午";
  125. //
  126. // dateTimePicker5
  127. //
  128. this.dateTimePicker5.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  129. this.dateTimePicker5.Location = new System.Drawing.Point(366, 24);
  130. this.dateTimePicker5.Name = "dateTimePicker5";
  131. this.dateTimePicker5.ShowUpDown = true;
  132. this.dateTimePicker5.Size = new System.Drawing.Size(124, 28);
  133. this.dateTimePicker5.TabIndex = 7;
  134. //
  135. // dateTimePicker2
  136. //
  137. this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  138. this.dateTimePicker2.Location = new System.Drawing.Point(133, 27);
  139. this.dateTimePicker2.Name = "dateTimePicker2";
  140. this.dateTimePicker2.ShowUpDown = true;
  141. this.dateTimePicker2.Size = new System.Drawing.Size(124, 28);
  142. this.dateTimePicker2.TabIndex = 4;
  143. //
  144. // label3
  145. //
  146. this.label3.AutoSize = true;
  147. this.label3.Location = new System.Drawing.Point(286, 27);
  148. this.label3.Name = "label3";
  149. this.label3.Size = new System.Drawing.Size(74, 21);
  150. this.label3.TabIndex = 2;
  151. this.label3.Text = "结束时间";
  152. //
  153. // label4
  154. //
  155. this.label4.AutoSize = true;
  156. this.label4.Location = new System.Drawing.Point(58, 27);
  157. this.label4.Name = "label4";
  158. this.label4.Size = new System.Drawing.Size(74, 21);
  159. this.label4.TabIndex = 0;
  160. this.label4.Text = "开始时间";
  161. //
  162. // groupBox1
  163. //
  164. this.groupBox1.Controls.Add(this.dateTimePicker4);
  165. this.groupBox1.Controls.Add(this.dateTimePicker1);
  166. this.groupBox1.Controls.Add(this.label2);
  167. this.groupBox1.Controls.Add(this.label1);
  168. this.groupBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  169. this.groupBox1.Location = new System.Drawing.Point(16, 12);
  170. this.groupBox1.Name = "groupBox1";
  171. this.groupBox1.Size = new System.Drawing.Size(499, 61);
  172. this.groupBox1.TabIndex = 8;
  173. this.groupBox1.TabStop = false;
  174. this.groupBox1.Text = "早上";
  175. //
  176. // dateTimePicker4
  177. //
  178. this.dateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  179. this.dateTimePicker4.Location = new System.Drawing.Point(366, 22);
  180. this.dateTimePicker4.Name = "dateTimePicker4";
  181. this.dateTimePicker4.ShowUpDown = true;
  182. this.dateTimePicker4.Size = new System.Drawing.Size(124, 28);
  183. this.dateTimePicker4.TabIndex = 6;
  184. //
  185. // dateTimePicker1
  186. //
  187. this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  188. this.dateTimePicker1.Location = new System.Drawing.Point(133, 24);
  189. this.dateTimePicker1.Name = "dateTimePicker1";
  190. this.dateTimePicker1.ShowUpDown = true;
  191. this.dateTimePicker1.Size = new System.Drawing.Size(124, 28);
  192. this.dateTimePicker1.TabIndex = 3;
  193. //
  194. // label2
  195. //
  196. this.label2.AutoSize = true;
  197. this.label2.Location = new System.Drawing.Point(286, 27);
  198. this.label2.Name = "label2";
  199. this.label2.Size = new System.Drawing.Size(74, 21);
  200. this.label2.TabIndex = 2;
  201. this.label2.Text = "结束时间";
  202. //
  203. // label1
  204. //
  205. this.label1.AutoSize = true;
  206. this.label1.Location = new System.Drawing.Point(58, 27);
  207. this.label1.Name = "label1";
  208. this.label1.Size = new System.Drawing.Size(74, 21);
  209. this.label1.TabIndex = 0;
  210. this.label1.Text = "开始时间";
  211. //
  212. // panel1
  213. //
  214. this.panel1.Controls.Add(this.button1);
  215. this.panel1.Controls.Add(this.groupBox1);
  216. this.panel1.Controls.Add(this.groupBox2);
  217. this.panel1.Controls.Add(this.groupBox3);
  218. this.panel1.Location = new System.Drawing.Point(23, 13);
  219. this.panel1.Name = "panel1";
  220. this.panel1.Size = new System.Drawing.Size(526, 293);
  221. this.panel1.TabIndex = 13;
  222. //
  223. // MealSegmentSetPage
  224. //
  225. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  226. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  227. this.Controls.Add(this.panel1);
  228. this.Name = "MealSegmentSetPage";
  229. this.Size = new System.Drawing.Size(565, 337);
  230. this.groupBox3.ResumeLayout(false);
  231. this.groupBox3.PerformLayout();
  232. this.groupBox2.ResumeLayout(false);
  233. this.groupBox2.PerformLayout();
  234. this.groupBox1.ResumeLayout(false);
  235. this.groupBox1.PerformLayout();
  236. this.panel1.ResumeLayout(false);
  237. this.ResumeLayout(false);
  238. }
  239. #endregion
  240. private Button button1;
  241. private GroupBox groupBox3;
  242. private DateTimePicker dateTimePicker6;
  243. private DateTimePicker dateTimePicker3;
  244. private Label label5;
  245. private Label label6;
  246. private GroupBox groupBox2;
  247. private DateTimePicker dateTimePicker5;
  248. private DateTimePicker dateTimePicker2;
  249. private Label label3;
  250. private Label label4;
  251. private GroupBox groupBox1;
  252. private DateTimePicker dateTimePicker4;
  253. private DateTimePicker dateTimePicker1;
  254. private Label label2;
  255. private Label label1;
  256. private Panel panel1;
  257. }
  258. }