namespace Ips.Sps.Tsks
{
partial class StartTskForm
{
///
/// 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()
{
components = new System.ComponentModel.Container();
dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
btnCancel = new DevExpress.XtraEditors.SimpleButton();
btnOk = new DevExpress.XtraEditors.SimpleButton();
StartTimeDateEdit = new DevExpress.XtraEditors.DateEdit();
bsTsk = new DevExpress.Xpo.XPBindingSource(components);
EndTimeDateEdit = new DevExpress.XtraEditors.DateEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
ItemForStartTime = new DevExpress.XtraLayout.LayoutControlItem();
ItemForEndTime = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
dataLayoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)StartTimeDateEdit.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)StartTimeDateEdit.Properties.CalendarTimeProperties).BeginInit();
((System.ComponentModel.ISupportInitialize)bsTsk).BeginInit();
((System.ComponentModel.ISupportInitialize)EndTimeDateEdit.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)EndTimeDateEdit.Properties.CalendarTimeProperties).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
((System.ComponentModel.ISupportInitialize)ItemForStartTime).BeginInit();
((System.ComponentModel.ISupportInitialize)ItemForEndTime).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit();
SuspendLayout();
//
// dataLayoutControl1
//
dataLayoutControl1.Controls.Add(btnCancel);
dataLayoutControl1.Controls.Add(btnOk);
dataLayoutControl1.Controls.Add(StartTimeDateEdit);
dataLayoutControl1.Controls.Add(EndTimeDateEdit);
dataLayoutControl1.DataSource = bsTsk;
dataLayoutControl1.Dock = DockStyle.Fill;
dataLayoutControl1.Location = new Point(0, 0);
dataLayoutControl1.Name = "dataLayoutControl1";
dataLayoutControl1.Root = Root;
dataLayoutControl1.Size = new Size(320, 106);
dataLayoutControl1.TabIndex = 0;
dataLayoutControl1.Text = "dataLayoutControl1";
//
// btnCancel
//
btnCancel.Location = new Point(252, 72);
btnCancel.Name = "btnCancel";
btnCancel.Size = new Size(56, 22);
btnCancel.StyleController = dataLayoutControl1;
btnCancel.TabIndex = 4;
btnCancel.Text = "取消";
btnCancel.Click += btnCancel_Click;
//
// btnOk
//
btnOk.Location = new Point(192, 72);
btnOk.Name = "btnOk";
btnOk.Size = new Size(56, 22);
btnOk.StyleController = dataLayoutControl1;
btnOk.TabIndex = 3;
btnOk.Text = "确定";
btnOk.Click += btnOk_Click;
//
// StartTimeDateEdit
//
StartTimeDateEdit.DataBindings.Add(new Binding("EditValue", bsTsk, "StartTime", true, DataSourceUpdateMode.OnPropertyChanged));
StartTimeDateEdit.EditValue = null;
StartTimeDateEdit.Location = new Point(72, 12);
StartTimeDateEdit.Name = "StartTimeDateEdit";
StartTimeDateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
StartTimeDateEdit.Properties.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.True;
StartTimeDateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
StartTimeDateEdit.Size = new Size(236, 20);
StartTimeDateEdit.StyleController = dataLayoutControl1;
StartTimeDateEdit.TabIndex = 0;
//
// bsTsk
//
bsTsk.DisplayableProperties = "Oid;StartTime;EndTime";
bsTsk.ObjectType = typeof(Tsk);
//
// EndTimeDateEdit
//
EndTimeDateEdit.DataBindings.Add(new Binding("EditValue", bsTsk, "EndTime", true, DataSourceUpdateMode.OnPropertyChanged));
EndTimeDateEdit.EditValue = null;
EndTimeDateEdit.Location = new Point(72, 36);
EndTimeDateEdit.Name = "EndTimeDateEdit";
EndTimeDateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
EndTimeDateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
EndTimeDateEdit.Size = new Size(236, 20);
EndTimeDateEdit.StyleController = dataLayoutControl1;
EndTimeDateEdit.TabIndex = 2;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
Root.Name = "Root";
Root.Size = new Size(320, 106);
Root.TextVisible = false;
//
// layoutControlGroup1
//
layoutControlGroup1.AllowDrawBackground = false;
layoutControlGroup1.GroupBordersVisible = false;
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForStartTime, ItemForEndTime, layoutControlItem1, layoutControlItem2, emptySpaceItem1, emptySpaceItem2 });
layoutControlGroup1.Location = new Point(0, 0);
layoutControlGroup1.Name = "autoGeneratedGroup0";
layoutControlGroup1.Size = new Size(300, 86);
//
// ItemForStartTime
//
ItemForStartTime.Control = StartTimeDateEdit;
ItemForStartTime.Location = new Point(0, 0);
ItemForStartTime.Name = "ItemForStartTime";
ItemForStartTime.Size = new Size(300, 24);
ItemForStartTime.Text = "开始时间";
ItemForStartTime.TextSize = new Size(48, 14);
//
// ItemForEndTime
//
ItemForEndTime.Control = EndTimeDateEdit;
ItemForEndTime.Location = new Point(0, 24);
ItemForEndTime.Name = "ItemForEndTime";
ItemForEndTime.Size = new Size(300, 24);
ItemForEndTime.Text = "结束时间";
ItemForEndTime.TextSize = new Size(48, 14);
//
// layoutControlItem1
//
layoutControlItem1.Control = btnOk;
layoutControlItem1.Location = new Point(180, 60);
layoutControlItem1.MaxSize = new Size(60, 26);
layoutControlItem1.MinSize = new Size(60, 26);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(60, 26);
layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = btnCancel;
layoutControlItem2.Location = new Point(240, 60);
layoutControlItem2.MaxSize = new Size(60, 26);
layoutControlItem2.MinSize = new Size(60, 26);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(60, 26);
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(0, 60);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(180, 26);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// emptySpaceItem2
//
emptySpaceItem2.AllowHotTrack = false;
emptySpaceItem2.Location = new Point(0, 48);
emptySpaceItem2.Name = "emptySpaceItem2";
emptySpaceItem2.Size = new Size(300, 12);
emptySpaceItem2.TextSize = new Size(0, 0);
//
// StartTskForm
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(320, 106);
Controls.Add(dataLayoutControl1);
IconOptions.ShowIcon = false;
Name = "StartTskForm";
ShowInTaskbar = false;
StartPosition = FormStartPosition.CenterParent;
Text = "启动参数";
Load += StartTskForm_Load;
((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
dataLayoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)StartTimeDateEdit.Properties.CalendarTimeProperties).EndInit();
((System.ComponentModel.ISupportInitialize)StartTimeDateEdit.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)bsTsk).EndInit();
((System.ComponentModel.ISupportInitialize)EndTimeDateEdit.Properties.CalendarTimeProperties).EndInit();
((System.ComponentModel.ISupportInitialize)EndTimeDateEdit.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
((System.ComponentModel.ISupportInitialize)ItemForStartTime).EndInit();
((System.ComponentModel.ISupportInitialize)ItemForEndTime).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.Xpo.XPBindingSource bsTsk;
private DevExpress.XtraEditors.DateEdit StartTimeDateEdit;
private DevExpress.XtraEditors.DateEdit EndTimeDateEdit;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlItem ItemForStartTime;
private DevExpress.XtraLayout.LayoutControlItem ItemForEndTime;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
}
}