No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

MealSegmentSet.Designer.cs 13 KiB

hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
hace 2 años
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. namespace HKCardManager
  2. {
  3. partial class MealSegmentSet
  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. this.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.dateTimePicker4 = new System.Windows.Forms.DateTimePicker();
  30. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.groupBox2 = new System.Windows.Forms.GroupBox();
  34. this.dateTimePicker5 = new System.Windows.Forms.DateTimePicker();
  35. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.groupBox3 = new System.Windows.Forms.GroupBox();
  39. this.dateTimePicker6 = new System.Windows.Forms.DateTimePicker();
  40. this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.label6 = new System.Windows.Forms.Label();
  43. this.button1 = new System.Windows.Forms.Button();
  44. this.button2 = new System.Windows.Forms.Button();
  45. this.label7 = new System.Windows.Forms.Label();
  46. this.groupBox1.SuspendLayout();
  47. this.groupBox2.SuspendLayout();
  48. this.groupBox3.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // groupBox1
  52. //
  53. this.groupBox1.Controls.Add(this.dateTimePicker4);
  54. this.groupBox1.Controls.Add(this.dateTimePicker1);
  55. this.groupBox1.Controls.Add(this.label2);
  56. this.groupBox1.Controls.Add(this.label1);
  57. this.groupBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  58. this.groupBox1.Location = new System.Drawing.Point(21, 12);
  59. this.groupBox1.Name = "groupBox1";
  60. this.groupBox1.Size = new System.Drawing.Size(499, 61);
  61. this.groupBox1.TabIndex = 1;
  62. this.groupBox1.TabStop = false;
  63. this.groupBox1.Text = "早上";
  64. //
  65. // dateTimePicker4
  66. //
  67. this.dateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  68. this.dateTimePicker4.Location = new System.Drawing.Point(366, 22);
  69. this.dateTimePicker4.Name = "dateTimePicker4";
  70. this.dateTimePicker4.ShowUpDown = true;
  71. this.dateTimePicker4.Size = new System.Drawing.Size(124, 28);
  72. this.dateTimePicker4.TabIndex = 6;
  73. //
  74. // dateTimePicker1
  75. //
  76. this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  77. this.dateTimePicker1.Location = new System.Drawing.Point(133, 24);
  78. this.dateTimePicker1.Name = "dateTimePicker1";
  79. this.dateTimePicker1.ShowUpDown = true;
  80. this.dateTimePicker1.Size = new System.Drawing.Size(124, 28);
  81. this.dateTimePicker1.TabIndex = 3;
  82. //
  83. // label2
  84. //
  85. this.label2.AutoSize = true;
  86. this.label2.Location = new System.Drawing.Point(286, 27);
  87. this.label2.Name = "label2";
  88. this.label2.Size = new System.Drawing.Size(74, 21);
  89. this.label2.TabIndex = 2;
  90. this.label2.Text = "结束时间";
  91. //
  92. // label1
  93. //
  94. this.label1.AutoSize = true;
  95. this.label1.Location = new System.Drawing.Point(58, 27);
  96. this.label1.Name = "label1";
  97. this.label1.Size = new System.Drawing.Size(74, 21);
  98. this.label1.TabIndex = 0;
  99. this.label1.Text = "开始时间";
  100. //
  101. // groupBox2
  102. //
  103. this.groupBox2.Controls.Add(this.dateTimePicker5);
  104. this.groupBox2.Controls.Add(this.dateTimePicker2);
  105. this.groupBox2.Controls.Add(this.label3);
  106. this.groupBox2.Controls.Add(this.label4);
  107. this.groupBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  108. this.groupBox2.Location = new System.Drawing.Point(21, 89);
  109. this.groupBox2.Name = "groupBox2";
  110. this.groupBox2.Size = new System.Drawing.Size(499, 61);
  111. this.groupBox2.TabIndex = 4;
  112. this.groupBox2.TabStop = false;
  113. this.groupBox2.Text = "中午";
  114. //
  115. // dateTimePicker5
  116. //
  117. this.dateTimePicker5.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  118. this.dateTimePicker5.Location = new System.Drawing.Point(366, 24);
  119. this.dateTimePicker5.Name = "dateTimePicker5";
  120. this.dateTimePicker5.ShowUpDown = true;
  121. this.dateTimePicker5.Size = new System.Drawing.Size(124, 28);
  122. this.dateTimePicker5.TabIndex = 7;
  123. //
  124. // dateTimePicker2
  125. //
  126. this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  127. this.dateTimePicker2.Location = new System.Drawing.Point(133, 27);
  128. this.dateTimePicker2.Name = "dateTimePicker2";
  129. this.dateTimePicker2.ShowUpDown = true;
  130. this.dateTimePicker2.Size = new System.Drawing.Size(124, 28);
  131. this.dateTimePicker2.TabIndex = 4;
  132. //
  133. // label3
  134. //
  135. this.label3.AutoSize = true;
  136. this.label3.Location = new System.Drawing.Point(286, 27);
  137. this.label3.Name = "label3";
  138. this.label3.Size = new System.Drawing.Size(74, 21);
  139. this.label3.TabIndex = 2;
  140. this.label3.Text = "结束时间";
  141. //
  142. // label4
  143. //
  144. this.label4.AutoSize = true;
  145. this.label4.Location = new System.Drawing.Point(58, 27);
  146. this.label4.Name = "label4";
  147. this.label4.Size = new System.Drawing.Size(74, 21);
  148. this.label4.TabIndex = 0;
  149. this.label4.Text = "开始时间";
  150. //
  151. // groupBox3
  152. //
  153. this.groupBox3.Controls.Add(this.dateTimePicker6);
  154. this.groupBox3.Controls.Add(this.dateTimePicker3);
  155. this.groupBox3.Controls.Add(this.label5);
  156. this.groupBox3.Controls.Add(this.label6);
  157. this.groupBox3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  158. this.groupBox3.Location = new System.Drawing.Point(21, 169);
  159. this.groupBox3.Name = "groupBox3";
  160. this.groupBox3.Size = new System.Drawing.Size(499, 61);
  161. this.groupBox3.TabIndex = 5;
  162. this.groupBox3.TabStop = false;
  163. this.groupBox3.Text = "晚上";
  164. //
  165. // dateTimePicker6
  166. //
  167. this.dateTimePicker6.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  168. this.dateTimePicker6.Location = new System.Drawing.Point(366, 24);
  169. this.dateTimePicker6.Name = "dateTimePicker6";
  170. this.dateTimePicker6.ShowUpDown = true;
  171. this.dateTimePicker6.Size = new System.Drawing.Size(124, 28);
  172. this.dateTimePicker6.TabIndex = 8;
  173. //
  174. // dateTimePicker3
  175. //
  176. this.dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  177. this.dateTimePicker3.Location = new System.Drawing.Point(133, 27);
  178. this.dateTimePicker3.Name = "dateTimePicker3";
  179. this.dateTimePicker3.ShowUpDown = true;
  180. this.dateTimePicker3.Size = new System.Drawing.Size(124, 28);
  181. this.dateTimePicker3.TabIndex = 5;
  182. //
  183. // label5
  184. //
  185. this.label5.AutoSize = true;
  186. this.label5.Location = new System.Drawing.Point(286, 27);
  187. this.label5.Name = "label5";
  188. this.label5.Size = new System.Drawing.Size(74, 21);
  189. this.label5.TabIndex = 2;
  190. this.label5.Text = "结束时间";
  191. //
  192. // label6
  193. //
  194. this.label6.AutoSize = true;
  195. this.label6.Location = new System.Drawing.Point(58, 27);
  196. this.label6.Name = "label6";
  197. this.label6.Size = new System.Drawing.Size(74, 21);
  198. this.label6.TabIndex = 0;
  199. this.label6.Text = "开始时间";
  200. //
  201. // button1
  202. //
  203. this.button1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  204. this.button1.Location = new System.Drawing.Point(387, 245);
  205. this.button1.Name = "button1";
  206. this.button1.Size = new System.Drawing.Size(113, 35);
  207. this.button1.TabIndex = 6;
  208. this.button1.Text = "确认";
  209. this.button1.UseVisualStyleBackColor = true;
  210. this.button1.Click += new System.EventHandler(this.button1_Click);
  211. //
  212. // button2
  213. //
  214. this.button2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  215. this.button2.Location = new System.Drawing.Point(159, 245);
  216. this.button2.Name = "button2";
  217. this.button2.Size = new System.Drawing.Size(113, 35);
  218. this.button2.TabIndex = 7;
  219. this.button2.Text = "取消";
  220. this.button2.UseVisualStyleBackColor = true;
  221. this.button2.Click += new System.EventHandler(this.button2_Click);
  222. //
  223. // label7
  224. //
  225. this.label7.AutoSize = true;
  226. this.label7.Dock = System.Windows.Forms.DockStyle.Bottom;
  227. this.label7.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  228. this.label7.Location = new System.Drawing.Point(0, 301);
  229. this.label7.Name = "label7";
  230. this.label7.Size = new System.Drawing.Size(42, 21);
  231. this.label7.TabIndex = 8;
  232. this.label7.Text = "信息";
  233. //
  234. // MealSegmentSet
  235. //
  236. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  237. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  238. this.ClientSize = new System.Drawing.Size(532, 322);
  239. this.Controls.Add(this.label7);
  240. this.Controls.Add(this.button2);
  241. this.Controls.Add(this.button1);
  242. this.Controls.Add(this.groupBox3);
  243. this.Controls.Add(this.groupBox2);
  244. this.Controls.Add(this.groupBox1);
  245. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  246. this.Name = "MealSegmentSet";
  247. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  248. this.Text = "餐段设置";
  249. this.groupBox1.ResumeLayout(false);
  250. this.groupBox1.PerformLayout();
  251. this.groupBox2.ResumeLayout(false);
  252. this.groupBox2.PerformLayout();
  253. this.groupBox3.ResumeLayout(false);
  254. this.groupBox3.PerformLayout();
  255. this.ResumeLayout(false);
  256. this.PerformLayout();
  257. }
  258. #endregion
  259. private GroupBox groupBox1;
  260. private Label label2;
  261. private Label label1;
  262. private GroupBox groupBox2;
  263. private Label label3;
  264. private Label label4;
  265. private GroupBox groupBox3;
  266. private Label label5;
  267. private Label label6;
  268. private Button button1;
  269. private Button button2;
  270. private Label label7;
  271. private DateTimePicker dateTimePicker4;
  272. private DateTimePicker dateTimePicker1;
  273. private DateTimePicker dateTimePicker5;
  274. private DateTimePicker dateTimePicker2;
  275. private DateTimePicker dateTimePicker6;
  276. private DateTimePicker dateTimePicker3;
  277. }
  278. }