123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- namespace DW5S.App.UserControl
- {
- partial class CtrlADTask
- {
- /// <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 Component 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()
- {
- gridRefTask = new DevExpress.XtraGrid.GridControl();
- gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
- layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
- txtSig = new DevExpress.XtraEditors.SearchLookUpEdit();
- searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
- btnStart = new DevExpress.XtraEditors.SimpleButton();
- btnSerach = new DevExpress.XtraEditors.SimpleButton();
- Root = new DevExpress.XtraLayout.LayoutControlGroup();
- layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
- emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
- layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
- ((System.ComponentModel.ISupportInitialize)gridRefTask).BeginInit();
- ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
- layoutControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)txtSig.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).BeginInit();
- ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
- ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
- SuspendLayout();
- //
- // gridRefTask
- //
- gridRefTask.Location = new System.Drawing.Point(12, 36);
- gridRefTask.MainView = gridView1;
- gridRefTask.Name = "gridRefTask";
- gridRefTask.Size = new System.Drawing.Size(623, 374);
- gridRefTask.TabIndex = 0;
- gridRefTask.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
- //
- // gridView1
- //
- gridView1.GridControl = gridRefTask;
- gridView1.Name = "gridView1";
- //
- // layoutControl1
- //
- layoutControl1.Controls.Add(gridRefTask);
- layoutControl1.Controls.Add(txtSig);
- layoutControl1.Controls.Add(btnStart);
- layoutControl1.Controls.Add(btnSerach);
- layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- layoutControl1.Location = new System.Drawing.Point(0, 0);
- layoutControl1.Name = "layoutControl1";
- layoutControl1.Root = Root;
- layoutControl1.Size = new System.Drawing.Size(647, 422);
- layoutControl1.TabIndex = 1;
- layoutControl1.Text = "layoutControl1";
- //
- // txtSig
- //
- txtSig.EditValue = 1;
- txtSig.Location = new System.Drawing.Point(41, 12);
- txtSig.Name = "txtSig";
- txtSig.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
- txtSig.Properties.NullText = "";
- txtSig.Properties.PopupSizeable = false;
- txtSig.Properties.PopupView = searchLookUpEdit1View;
- txtSig.Size = new System.Drawing.Size(217, 20);
- txtSig.StyleController = layoutControl1;
- txtSig.TabIndex = 11;
- //
- // searchLookUpEdit1View
- //
- searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
- searchLookUpEdit1View.Name = "searchLookUpEdit1View";
- searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
- searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
- //
- // btnStart
- //
- btnStart.Location = new System.Drawing.Point(549, 12);
- btnStart.MaximumSize = new System.Drawing.Size(0, 21);
- btnStart.MinimumSize = new System.Drawing.Size(0, 21);
- btnStart.Name = "btnStart";
- btnStart.Size = new System.Drawing.Size(86, 21);
- btnStart.StyleController = layoutControl1;
- btnStart.TabIndex = 9;
- btnStart.Text = "启动任务";
- btnStart.Click += btnStartaAD_Click;
- //
- // btnSerach
- //
- btnSerach.Location = new System.Drawing.Point(262, 12);
- btnSerach.MaximumSize = new System.Drawing.Size(0, 21);
- btnSerach.MinimumSize = new System.Drawing.Size(0, 21);
- btnSerach.Name = "btnSerach";
- btnSerach.Size = new System.Drawing.Size(86, 21);
- btnSerach.StyleController = layoutControl1;
- btnSerach.TabIndex = 9;
- btnSerach.Text = "查询";
- btnSerach.Click += btnSerach_Click;
- //
- // Root
- //
- Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
- Root.GroupBordersVisible = false;
- Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem3, emptySpaceItem1, layoutControlItem6, layoutControlItem2 });
- Root.Name = "Root";
- Root.Size = new System.Drawing.Size(647, 422);
- Root.TextVisible = false;
- //
- // layoutControlItem1
- //
- layoutControlItem1.Control = gridRefTask;
- layoutControlItem1.Location = new System.Drawing.Point(0, 24);
- layoutControlItem1.Name = "layoutControlItem1";
- layoutControlItem1.Size = new System.Drawing.Size(627, 378);
- layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
- layoutControlItem1.TextVisible = false;
- //
- // layoutControlItem3
- //
- layoutControlItem3.Control = txtSig;
- layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
- layoutControlItem3.CustomizationFormText = "时间选择";
- layoutControlItem3.Location = new System.Drawing.Point(0, 0);
- layoutControlItem3.MaxSize = new System.Drawing.Size(250, 24);
- layoutControlItem3.MinSize = new System.Drawing.Size(250, 24);
- layoutControlItem3.Name = "layoutControlItem3";
- layoutControlItem3.Size = new System.Drawing.Size(250, 24);
- layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- layoutControlItem3.Text = "频点";
- layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
- layoutControlItem3.TextSize = new System.Drawing.Size(24, 14);
- layoutControlItem3.TextToControlDistance = 5;
- //
- // emptySpaceItem1
- //
- emptySpaceItem1.AllowHotTrack = false;
- emptySpaceItem1.Location = new System.Drawing.Point(340, 0);
- emptySpaceItem1.MinSize = new System.Drawing.Size(104, 24);
- emptySpaceItem1.Name = "emptySpaceItem1";
- emptySpaceItem1.Size = new System.Drawing.Size(197, 24);
- emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
- //
- // layoutControlItem6
- //
- layoutControlItem6.Control = btnStart;
- layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
- layoutControlItem6.CustomizationFormText = "layoutControlItemSearch";
- layoutControlItem6.Location = new System.Drawing.Point(537, 0);
- layoutControlItem6.MaxSize = new System.Drawing.Size(90, 24);
- layoutControlItem6.MinSize = new System.Drawing.Size(90, 24);
- layoutControlItem6.Name = "layoutControlItem6";
- layoutControlItem6.Size = new System.Drawing.Size(90, 24);
- layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- layoutControlItem6.Text = "layoutControlItemSearch";
- layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
- layoutControlItem6.TextVisible = false;
- //
- // layoutControlItem2
- //
- layoutControlItem2.Control = btnSerach;
- layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
- layoutControlItem2.CustomizationFormText = "layoutControlItemSearch";
- layoutControlItem2.Location = new System.Drawing.Point(250, 0);
- layoutControlItem2.MaxSize = new System.Drawing.Size(90, 24);
- layoutControlItem2.MinSize = new System.Drawing.Size(90, 24);
- layoutControlItem2.Name = "layoutControlItem2";
- layoutControlItem2.Size = new System.Drawing.Size(90, 24);
- layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- layoutControlItem2.Text = "layoutControlItemSearch";
- layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
- layoutControlItem2.TextVisible = false;
- //
- // CtrlADTask
- //
- AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- Controls.Add(layoutControl1);
- Name = "CtrlADTask";
- Size = new System.Drawing.Size(647, 422);
- Load += CtrlRefTask_Load;
- ((System.ComponentModel.ISupportInitialize)gridRefTask).EndInit();
- ((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
- layoutControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)txtSig.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).EndInit();
- ((System.ComponentModel.ISupportInitialize)Root).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
- ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
- ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraGrid.GridControl gridRefTask;
- private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
- private DevExpress.XtraLayout.LayoutControl layoutControl1;
- private DevExpress.XtraLayout.LayoutControlGroup Root;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
- private DevExpress.XtraEditors.SearchLookUpEdit txtSig;
- private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
- private DevExpress.XtraEditors.SimpleButton btnStart;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
- private DevExpress.XtraEditors.SimpleButton btnSerach;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
- }
- }
|