|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263 |
- namespace HKCardManager.UserPages
- {
- partial class MealSegmentSetPage
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region 组件设计器生成的代码
-
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.button1 = new System.Windows.Forms.Button();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.dateTimePicker6 = new System.Windows.Forms.DateTimePicker();
- this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.dateTimePicker5 = new System.Windows.Forms.DateTimePicker();
- this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.dateTimePicker4 = new System.Windows.Forms.DateTimePicker();
- this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.groupBox3.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // button1
- //
- this.button1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.button1.Location = new System.Drawing.Point(382, 245);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(113, 35);
- this.button1.TabIndex = 11;
- this.button1.Text = "确认";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.dateTimePicker6);
- this.groupBox3.Controls.Add(this.dateTimePicker3);
- this.groupBox3.Controls.Add(this.label5);
- this.groupBox3.Controls.Add(this.label6);
- this.groupBox3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.groupBox3.Location = new System.Drawing.Point(16, 169);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(499, 61);
- this.groupBox3.TabIndex = 10;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "晚上";
- //
- // dateTimePicker6
- //
- this.dateTimePicker6.Format = System.Windows.Forms.DateTimePickerFormat.Time;
- this.dateTimePicker6.Location = new System.Drawing.Point(366, 24);
- this.dateTimePicker6.Name = "dateTimePicker6";
- this.dateTimePicker6.ShowUpDown = true;
- this.dateTimePicker6.Size = new System.Drawing.Size(124, 28);
- this.dateTimePicker6.TabIndex = 8;
- //
- // dateTimePicker3
- //
- this.dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Time;
- this.dateTimePicker3.Location = new System.Drawing.Point(133, 27);
- this.dateTimePicker3.Name = "dateTimePicker3";
- this.dateTimePicker3.ShowUpDown = true;
- this.dateTimePicker3.Size = new System.Drawing.Size(124, 28);
- this.dateTimePicker3.TabIndex = 5;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(286, 27);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(74, 21);
- this.label5.TabIndex = 2;
- this.label5.Text = "结束时间";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(58, 27);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(74, 21);
- this.label6.TabIndex = 0;
- this.label6.Text = "开始时间";
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.dateTimePicker5);
- this.groupBox2.Controls.Add(this.dateTimePicker2);
- this.groupBox2.Controls.Add(this.label3);
- this.groupBox2.Controls.Add(this.label4);
- this.groupBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.groupBox2.Location = new System.Drawing.Point(16, 89);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(499, 61);
- this.groupBox2.TabIndex = 9;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "中午";
- //
- // dateTimePicker5
- //
- this.dateTimePicker5.Format = System.Windows.Forms.DateTimePickerFormat.Time;
- this.dateTimePicker5.Location = new System.Drawing.Point(366, 24);
- this.dateTimePicker5.Name = "dateTimePicker5";
- this.dateTimePicker5.ShowUpDown = true;
- this.dateTimePicker5.Size = new System.Drawing.Size(124, 28);
- this.dateTimePicker5.TabIndex = 7;
- //
- // dateTimePicker2
- //
- this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Time;
- this.dateTimePicker2.Location = new System.Drawing.Point(133, 27);
- this.dateTimePicker2.Name = "dateTimePicker2";
- this.dateTimePicker2.ShowUpDown = true;
- this.dateTimePicker2.Size = new System.Drawing.Size(124, 28);
- this.dateTimePicker2.TabIndex = 4;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(286, 27);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(74, 21);
- this.label3.TabIndex = 2;
- this.label3.Text = "结束时间";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(58, 27);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(74, 21);
- this.label4.TabIndex = 0;
- this.label4.Text = "开始时间";
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.dateTimePicker4);
- this.groupBox1.Controls.Add(this.dateTimePicker1);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.groupBox1.Location = new System.Drawing.Point(16, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(499, 61);
- this.groupBox1.TabIndex = 8;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "早上";
- //
- // dateTimePicker4
- //
- this.dateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.Time;
- this.dateTimePicker4.Location = new System.Drawing.Point(366, 22);
- this.dateTimePicker4.Name = "dateTimePicker4";
- this.dateTimePicker4.ShowUpDown = true;
- this.dateTimePicker4.Size = new System.Drawing.Size(124, 28);
- this.dateTimePicker4.TabIndex = 6;
- //
- // dateTimePicker1
- //
- this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Time;
- this.dateTimePicker1.Location = new System.Drawing.Point(133, 24);
- this.dateTimePicker1.Name = "dateTimePicker1";
- this.dateTimePicker1.ShowUpDown = true;
- this.dateTimePicker1.Size = new System.Drawing.Size(124, 28);
- this.dateTimePicker1.TabIndex = 3;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(286, 27);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(74, 21);
- this.label2.TabIndex = 2;
- this.label2.Text = "结束时间";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(58, 27);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(74, 21);
- this.label1.TabIndex = 0;
- this.label1.Text = "开始时间";
- //
- // panel1
- //
- this.panel1.Controls.Add(this.button1);
- this.panel1.Controls.Add(this.groupBox1);
- this.panel1.Controls.Add(this.groupBox2);
- this.panel1.Controls.Add(this.groupBox3);
- this.panel1.Location = new System.Drawing.Point(23, 13);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(526, 293);
- this.panel1.TabIndex = 13;
- //
- // MealSegmentSetPage
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panel1);
- this.Name = "MealSegmentSetPage";
- this.Size = new System.Drawing.Size(565, 337);
- this.groupBox3.ResumeLayout(false);
- this.groupBox3.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.panel1.ResumeLayout(false);
- this.ResumeLayout(false);
-
- }
-
- #endregion
- private Button button1;
- private GroupBox groupBox3;
- private DateTimePicker dateTimePicker6;
- private DateTimePicker dateTimePicker3;
- private Label label5;
- private Label label6;
- private GroupBox groupBox2;
- private DateTimePicker dateTimePicker5;
- private DateTimePicker dateTimePicker2;
- private Label label3;
- private Label label4;
- private GroupBox groupBox1;
- private DateTimePicker dateTimePicker4;
- private DateTimePicker dateTimePicker1;
- private Label label2;
- private Label label1;
- private Panel panel1;
- }
- }
|