namespace Lskj.PubTaskPlan.Control { partial class WeekControl { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.lb_interval = new System.Windows.Forms.Label(); this.lb_interval1 = new System.Windows.Forms.Label(); this.spin_interval = new DevExpress.XtraEditors.SpinEdit(); this.lb_interval2 = new System.Windows.Forms.Label(); this.checkComBox_dayOfWeek = new DevExpress.XtraEditors.CheckedComboBoxEdit(); ((System.ComponentModel.ISupportInitialize)(this.spin_interval.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkComBox_dayOfWeek.Properties)).BeginInit(); this.SuspendLayout(); // // lb_interval // this.lb_interval.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lb_interval.Location = new System.Drawing.Point(0, 3); this.lb_interval.Name = "lb_interval"; this.lb_interval.Size = new System.Drawing.Size(94, 18); this.lb_interval.TabIndex = 11; this.lb_interval.Text = "执行间隔(R):"; // // lb_interval1 // this.lb_interval1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lb_interval1.Location = new System.Drawing.Point(94, 3); this.lb_interval1.Name = "lb_interval1"; this.lb_interval1.Size = new System.Drawing.Size(49, 18); this.lb_interval1.TabIndex = 12; this.lb_interval1.Text = "每(R):"; // // spin_interval // this.spin_interval.EditValue = new decimal(new int[] { 1, 0, 0, 0}); this.spin_interval.Location = new System.Drawing.Point(149, 0); this.spin_interval.Name = "spin_interval"; this.spin_interval.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.spin_interval.Properties.IsFloatValue = false; this.spin_interval.Properties.Mask.EditMask = "N00"; this.spin_interval.Properties.MaxValue = new decimal(new int[] { 48, 0, 0, 0}); this.spin_interval.Properties.MinValue = new decimal(new int[] { 1, 0, 0, 0}); this.spin_interval.Size = new System.Drawing.Size(55, 24); this.spin_interval.TabIndex = 13; // // lb_interval2 // this.lb_interval2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lb_interval2.Location = new System.Drawing.Point(210, 3); this.lb_interval2.Name = "lb_interval2"; this.lb_interval2.Size = new System.Drawing.Size(53, 18); this.lb_interval2.TabIndex = 15; this.lb_interval2.Text = "周,在"; // // checkComBox_dayOfWeek // this.checkComBox_dayOfWeek.Location = new System.Drawing.Point(269, 0); this.checkComBox_dayOfWeek.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.checkComBox_dayOfWeek.Name = "checkComBox_dayOfWeek"; this.checkComBox_dayOfWeek.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.checkComBox_dayOfWeek.Properties.DropDownRows = 8; this.checkComBox_dayOfWeek.Size = new System.Drawing.Size(305, 24); this.checkComBox_dayOfWeek.TabIndex = 35; // // WeekControl // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.checkComBox_dayOfWeek); this.Controls.Add(this.lb_interval2); this.Controls.Add(this.spin_interval); this.Controls.Add(this.lb_interval1); this.Controls.Add(this.lb_interval); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "WeekControl"; this.Size = new System.Drawing.Size(593, 49); ((System.ComponentModel.ISupportInitialize)(this.spin_interval.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkComBox_dayOfWeek.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lb_interval; private System.Windows.Forms.Label lb_interval1; private System.Windows.Forms.Label lb_interval2; public DevExpress.XtraEditors.SpinEdit spin_interval; public DevExpress.XtraEditors.CheckedComboBoxEdit checkComBox_dayOfWeek; } }