| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 | namespace Ips.Sps.Tsks{    partial class StartTskForm    {        /// <summary>        /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form Designer generated code        /// <summary>        /// Required method for Designer support - do not modify        /// the contents of this method with the code editor.        /// </summary>        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;    }}
 |