基线 SVN r240
SVN-Revision: r240
This commit is contained in:
+103
@@ -0,0 +1,103 @@
|
||||
|
||||
namespace Lskj.PubTaskPlan.Control
|
||||
{
|
||||
partial class DayControl
|
||||
{
|
||||
/// <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.lb_interval1 = new System.Windows.Forms.Label();
|
||||
this.spin_interval = new DevExpress.XtraEditors.SpinEdit();
|
||||
this.lb_interval = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.spin_interval.Properties)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// 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(258, 3);
|
||||
this.lb_interval1.Name = "lb_interval1";
|
||||
this.lb_interval1.Size = new System.Drawing.Size(42, 18);
|
||||
this.lb_interval1.TabIndex = 10;
|
||||
this.lb_interval1.Text = "天";
|
||||
//
|
||||
// spin_interval
|
||||
//
|
||||
this.spin_interval.EditValue = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.spin_interval.Location = new System.Drawing.Point(96, 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[] {
|
||||
365,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.spin_interval.Properties.MinValue = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.spin_interval.Size = new System.Drawing.Size(156, 24);
|
||||
this.spin_interval.TabIndex = 9;
|
||||
//
|
||||
// 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 = 8;
|
||||
this.lb_interval.Text = "执行间隔(R):";
|
||||
//
|
||||
// DayControl
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.lb_interval1);
|
||||
this.Controls.Add(this.spin_interval);
|
||||
this.Controls.Add(this.lb_interval);
|
||||
this.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.Name = "DayControl";
|
||||
this.Size = new System.Drawing.Size(354, 43);
|
||||
((System.ComponentModel.ISupportInitialize)(this.spin_interval.Properties)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Label lb_interval1;
|
||||
private System.Windows.Forms.Label lb_interval;
|
||||
public DevExpress.XtraEditors.SpinEdit spin_interval;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user