namespace WindowsFormsApp2 { partial class Change_shift { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.numericUpDown_A_hour = new System.Windows.Forms.NumericUpDown(); this.numericUpDown_A_minute = new System.Windows.Forms.NumericUpDown(); this.numericUpDown_B_minute = new System.Windows.Forms.NumericUpDown(); this.numericUpDown_B_hour = new System.Windows.Forms.NumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.numericUpDown_C_minute = new System.Windows.Forms.NumericUpDown(); this.numericUpDown_C_hour = new System.Windows.Forms.NumericUpDown(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.button_apply = new System.Windows.Forms.Button(); this.label10 = new System.Windows.Forms.Label(); this.radioButton_byhand = new System.Windows.Forms.RadioButton(); this.radioButton_time = new System.Windows.Forms.RadioButton(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_A_hour)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_A_minute)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_B_minute)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_B_hour)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_C_minute)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_C_hour)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(43, 99); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(30, 15); this.label1.TabIndex = 0; this.label1.Text = "A班"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(159, 99); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(22, 15); this.label2.TabIndex = 1; this.label2.Text = "点"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(250, 98); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(22, 15); this.label3.TabIndex = 2; this.label3.Text = "分"; // // numericUpDown_A_hour // this.numericUpDown_A_hour.Location = new System.Drawing.Point(101, 95); this.numericUpDown_A_hour.Margin = new System.Windows.Forms.Padding(4); this.numericUpDown_A_hour.Name = "numericUpDown_A_hour"; this.numericUpDown_A_hour.Size = new System.Drawing.Size(57, 25); this.numericUpDown_A_hour.TabIndex = 3; // // numericUpDown_A_minute // this.numericUpDown_A_minute.Location = new System.Drawing.Point(188, 96); this.numericUpDown_A_minute.Margin = new System.Windows.Forms.Padding(4); this.numericUpDown_A_minute.Name = "numericUpDown_A_minute"; this.numericUpDown_A_minute.Size = new System.Drawing.Size(57, 25); this.numericUpDown_A_minute.TabIndex = 4; // // numericUpDown_B_minute // this.numericUpDown_B_minute.Location = new System.Drawing.Point(188, 149); this.numericUpDown_B_minute.Margin = new System.Windows.Forms.Padding(4); this.numericUpDown_B_minute.Name = "numericUpDown_B_minute"; this.numericUpDown_B_minute.Size = new System.Drawing.Size(57, 25); this.numericUpDown_B_minute.TabIndex = 9; // // numericUpDown_B_hour // this.numericUpDown_B_hour.Location = new System.Drawing.Point(101, 148); this.numericUpDown_B_hour.Margin = new System.Windows.Forms.Padding(4); this.numericUpDown_B_hour.Name = "numericUpDown_B_hour"; this.numericUpDown_B_hour.Size = new System.Drawing.Size(57, 25); this.numericUpDown_B_hour.TabIndex = 8; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(250, 150); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(22, 15); this.label4.TabIndex = 7; this.label4.Text = "分"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(159, 152); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(22, 15); this.label5.TabIndex = 6; this.label5.Text = "点"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(43, 152); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(30, 15); this.label6.TabIndex = 5; this.label6.Text = "B班"; // // numericUpDown_C_minute // this.numericUpDown_C_minute.Location = new System.Drawing.Point(188, 199); this.numericUpDown_C_minute.Margin = new System.Windows.Forms.Padding(4); this.numericUpDown_C_minute.Name = "numericUpDown_C_minute"; this.numericUpDown_C_minute.Size = new System.Drawing.Size(57, 25); this.numericUpDown_C_minute.TabIndex = 14; // // numericUpDown_C_hour // this.numericUpDown_C_hour.Location = new System.Drawing.Point(101, 197); this.numericUpDown_C_hour.Margin = new System.Windows.Forms.Padding(4); this.numericUpDown_C_hour.Name = "numericUpDown_C_hour"; this.numericUpDown_C_hour.Size = new System.Drawing.Size(57, 25); this.numericUpDown_C_hour.TabIndex = 13; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(250, 201); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(22, 15); this.label7.TabIndex = 12; this.label7.Text = "分"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(159, 201); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(22, 15); this.label8.TabIndex = 11; this.label8.Text = "点"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(43, 201); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(30, 15); this.label9.TabIndex = 10; this.label9.Text = "C班"; // // button_apply // this.button_apply.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button_apply.Location = new System.Drawing.Point(105, 267); this.button_apply.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.button_apply.Name = "button_apply"; this.button_apply.Size = new System.Drawing.Size(109, 30); this.button_apply.TabIndex = 15; this.button_apply.Text = "应用"; this.button_apply.UseVisualStyleBackColor = true; this.button_apply.Click += new System.EventHandler(this.button_apply_Click); // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label10.Location = new System.Drawing.Point(40, 238); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(248, 18); this.label10.TabIndex = 21; this.label10.Text = "若要保存参数请返回上一层点击保存"; // // radioButton_byhand // this.radioButton_byhand.AutoSize = true; this.radioButton_byhand.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold); this.radioButton_byhand.Location = new System.Drawing.Point(43, 36); this.radioButton_byhand.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.radioButton_byhand.Name = "radioButton_byhand"; this.radioButton_byhand.Size = new System.Drawing.Size(99, 28); this.radioButton_byhand.TabIndex = 22; this.radioButton_time.TabStop = true; this.radioButton_byhand.Text = "手动换班"; this.radioButton_byhand.UseVisualStyleBackColor = true; this.radioButton_byhand.CheckedChanged += new System.EventHandler(this.radioButton_byhand_CheckedChanged); // // radioButton_time // this.radioButton_time.AutoSize = true; this.radioButton_time.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold); this.radioButton_time.Location = new System.Drawing.Point(189, 36); this.radioButton_time.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.radioButton_time.Name = "radioButton_time"; this.radioButton_time.Size = new System.Drawing.Size(99, 28); this.radioButton_time.TabIndex = 23; this.radioButton_time.TabStop = true; this.radioButton_time.Text = "定时换班"; this.radioButton_time.UseVisualStyleBackColor = true; this.radioButton_time.CheckedChanged += new System.EventHandler(this.radioButton_time_CheckedChanged); // // Change_shift // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(325, 319); this.Controls.Add(this.radioButton_time); this.Controls.Add(this.radioButton_byhand); this.Controls.Add(this.label10); this.Controls.Add(this.button_apply); this.Controls.Add(this.numericUpDown_C_minute); this.Controls.Add(this.numericUpDown_C_hour); this.Controls.Add(this.label7); this.Controls.Add(this.label8); this.Controls.Add(this.label9); this.Controls.Add(this.numericUpDown_B_minute); this.Controls.Add(this.numericUpDown_B_hour); this.Controls.Add(this.label4); this.Controls.Add(this.label5); this.Controls.Add(this.label6); this.Controls.Add(this.numericUpDown_A_minute); this.Controls.Add(this.numericUpDown_A_hour); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Change_shift"; this.Text = "换班设置"; this.Load += new System.EventHandler(this.Change_shift_Load); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_A_hour)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_A_minute)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_B_minute)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_B_hour)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_C_minute)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_C_hour)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.NumericUpDown numericUpDown_A_hour; private System.Windows.Forms.NumericUpDown numericUpDown_A_minute; private System.Windows.Forms.NumericUpDown numericUpDown_B_minute; private System.Windows.Forms.NumericUpDown numericUpDown_B_hour; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.NumericUpDown numericUpDown_C_minute; private System.Windows.Forms.NumericUpDown numericUpDown_C_hour; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button button_apply; private System.Windows.Forms.Label label10; private System.Windows.Forms.RadioButton radioButton_byhand; private System.Windows.Forms.RadioButton radioButton_time; } }