namespace AIMS.OperationFront.UI { partial class frmPersonSchedulOption { /// /// 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.btnOK = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.labelShifpPlan = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.labelShift = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.labelMonth = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.cbx1 = new System.Windows.Forms.ComboBox(); this.cbx2 = new System.Windows.Forms.ComboBox(); this.label7 = new System.Windows.Forms.Label(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnOK // this.btnOK.Location = new System.Drawing.Point(98, 257); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 33); this.btnOK.TabIndex = 0; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnExit // this.btnExit.Location = new System.Drawing.Point(213, 267); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(75, 33); this.btnExit.TabIndex = 1; this.btnExit.Text = "取消"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Visible = false; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(21, 111); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 2; this.label1.Text = "从第"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(95, 13); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(72, 16); this.label4.TabIndex = 8; this.label4.Text = "排班参数"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(18, 55); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(89, 12); this.label5.TabIndex = 9; this.label5.Text = "选中的排班计划"; // // labelShifpPlan // this.labelShifpPlan.AutoSize = true; this.labelShifpPlan.Location = new System.Drawing.Point(24, 81); this.labelShifpPlan.Name = "labelShifpPlan"; this.labelShifpPlan.Size = new System.Drawing.Size(11, 12); this.labelShifpPlan.TabIndex = 10; this.labelShifpPlan.Text = "|"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(114, 113); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(95, 12); this.label2.TabIndex = 11; this.label2.Text = "天开始 班次为:"; // // labelShift // this.labelShift.AutoSize = true; this.labelShift.Location = new System.Drawing.Point(211, 113); this.labelShift.Name = "labelShift"; this.labelShift.Size = new System.Drawing.Size(11, 12); this.labelShift.TabIndex = 13; this.labelShift.Text = "|"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(25, 146); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 14; this.label3.Text = "排班"; // // labelMonth // this.labelMonth.AutoSize = true; this.labelMonth.Location = new System.Drawing.Point(24, 174); this.labelMonth.Name = "labelMonth"; this.labelMonth.Size = new System.Drawing.Size(29, 12); this.labelMonth.TabIndex = 15; this.labelMonth.Text = "| 月"; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.DropDownWidth = 49; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(56, 108); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(49, 20); this.comboBox1.TabIndex = 16; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(192, 175); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(17, 12); this.label6.TabIndex = 17; this.label6.Text = "日"; // // cbx1 // this.cbx1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbx1.FormattingEnabled = true; this.cbx1.Location = new System.Drawing.Point(59, 171); this.cbx1.Name = "cbx1"; this.cbx1.Size = new System.Drawing.Size(49, 20); this.cbx1.TabIndex = 18; // // cbx2 // this.cbx2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbx2.FormattingEnabled = true; this.cbx2.Location = new System.Drawing.Point(137, 171); this.cbx2.Name = "cbx2"; this.cbx2.Size = new System.Drawing.Size(49, 20); this.cbx2.TabIndex = 19; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(114, 175); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(17, 12); this.label7.TabIndex = 20; this.label7.Text = "日"; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(27, 208); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(120, 16); this.checkBox1.TabIndex = 22; this.checkBox1.Text = "清除其它排班时间"; this.checkBox1.UseVisualStyleBackColor = true; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(135, 146); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 12); this.label8.TabIndex = 23; this.label8.Text = "结束日期"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(60, 146); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 24; this.label9.Text = "开始日期"; // // FrmScheduling2Option // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(256, 302); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.checkBox1); this.Controls.Add(this.label7); this.Controls.Add(this.cbx2); this.Controls.Add(this.cbx1); this.Controls.Add(this.label6); this.Controls.Add(this.comboBox1); this.Controls.Add(this.labelMonth); this.Controls.Add(this.label3); this.Controls.Add(this.labelShift); this.Controls.Add(this.label2); this.Controls.Add(this.labelShifpPlan); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label1); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnOK); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmScheduling2Option"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "排班参数选项"; this.Activated += new System.EventHandler(this.FrmScheduling2Option_Activated); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label labelShifpPlan; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label labelShift; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label labelMonth; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox cbx1; private System.Windows.Forms.ComboBox cbx2; private System.Windows.Forms.Label label7; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; } }