|
@@ -1,4 +1,6 @@
|
|
|
-namespace DW5S.App.UserControl
|
|
|
+using System.Drawing.Drawing2D;
|
|
|
+
|
|
|
+namespace DW5S.App.UserControl
|
|
|
{
|
|
|
partial class CtrlADTask
|
|
|
{
|
|
@@ -57,17 +59,21 @@
|
|
|
//
|
|
|
// gridRefTask
|
|
|
//
|
|
|
- gridRefTask.Location = new System.Drawing.Point(12, 36);
|
|
|
+ gridRefTask.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(11, 12, 11, 12);
|
|
|
+ gridRefTask.Location = new System.Drawing.Point(23, 75);
|
|
|
gridRefTask.MainView = gridView1;
|
|
|
+ gridRefTask.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
gridRefTask.Name = "gridRefTask";
|
|
|
- gridRefTask.Size = new System.Drawing.Size(623, 374);
|
|
|
- gridRefTask.TabIndex = 0;
|
|
|
+ gridRefTask.Size = new System.Drawing.Size(1156, 774);
|
|
|
+ gridRefTask.TabIndex = 4;
|
|
|
gridRefTask.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
|
|
//
|
|
|
// gridView1
|
|
|
//
|
|
|
+ gridView1.DetailHeight = 725;
|
|
|
gridView1.GridControl = gridRefTask;
|
|
|
gridView1.Name = "gridView1";
|
|
|
+ gridView1.OptionsEditForm.PopupEditFormWidth = 1486;
|
|
|
//
|
|
|
// layoutControl1
|
|
|
//
|
|
@@ -77,53 +83,59 @@
|
|
|
layoutControl1.Controls.Add(btnSerach);
|
|
|
layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ layoutControl1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
layoutControl1.Name = "layoutControl1";
|
|
|
layoutControl1.Root = Root;
|
|
|
- layoutControl1.Size = new System.Drawing.Size(647, 422);
|
|
|
+ layoutControl1.Size = new System.Drawing.Size(1202, 874);
|
|
|
layoutControl1.TabIndex = 1;
|
|
|
layoutControl1.Text = "layoutControl1";
|
|
|
//
|
|
|
// txtSig
|
|
|
//
|
|
|
txtSig.EditValue = 1;
|
|
|
- txtSig.Location = new System.Drawing.Point(41, 12);
|
|
|
+ txtSig.Location = new System.Drawing.Point(76, 25);
|
|
|
+ txtSig.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
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.Size = new System.Drawing.Size(403, 44);
|
|
|
txtSig.StyleController = layoutControl1;
|
|
|
- txtSig.TabIndex = 11;
|
|
|
+ txtSig.TabIndex = 0;
|
|
|
//
|
|
|
// searchLookUpEdit1View
|
|
|
//
|
|
|
+ searchLookUpEdit1View.DetailHeight = 725;
|
|
|
searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
|
searchLookUpEdit1View.Name = "searchLookUpEdit1View";
|
|
|
+ searchLookUpEdit1View.OptionsEditForm.PopupEditFormWidth = 1486;
|
|
|
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.Location = new System.Drawing.Point(1020, 25);
|
|
|
+ btnStart.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ btnStart.MaximumSize = new System.Drawing.Size(0, 44);
|
|
|
+ btnStart.MinimumSize = new System.Drawing.Size(0, 44);
|
|
|
btnStart.Name = "btnStart";
|
|
|
- btnStart.Size = new System.Drawing.Size(86, 21);
|
|
|
+ btnStart.Size = new System.Drawing.Size(159, 44);
|
|
|
btnStart.StyleController = layoutControl1;
|
|
|
- btnStart.TabIndex = 9;
|
|
|
+ btnStart.TabIndex = 3;
|
|
|
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.Location = new System.Drawing.Point(487, 25);
|
|
|
+ btnSerach.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ btnSerach.MaximumSize = new System.Drawing.Size(0, 44);
|
|
|
+ btnSerach.MinimumSize = new System.Drawing.Size(0, 44);
|
|
|
btnSerach.Name = "btnSerach";
|
|
|
- btnSerach.Size = new System.Drawing.Size(86, 21);
|
|
|
+ btnSerach.Size = new System.Drawing.Size(159, 44);
|
|
|
btnSerach.StyleController = layoutControl1;
|
|
|
- btnSerach.TabIndex = 9;
|
|
|
+ btnSerach.TabIndex = 2;
|
|
|
btnSerach.Text = "查询";
|
|
|
btnSerach.Click += btnSerach_Click;
|
|
|
//
|
|
@@ -133,15 +145,15 @@
|
|
|
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.Size = new System.Drawing.Size(1202, 874);
|
|
|
Root.TextVisible = false;
|
|
|
//
|
|
|
// layoutControlItem1
|
|
|
//
|
|
|
layoutControlItem1.Control = gridRefTask;
|
|
|
- layoutControlItem1.Location = new System.Drawing.Point(0, 24);
|
|
|
+ layoutControlItem1.Location = new System.Drawing.Point(0, 50);
|
|
|
layoutControlItem1.Name = "layoutControlItem1";
|
|
|
- layoutControlItem1.Size = new System.Drawing.Size(627, 378);
|
|
|
+ layoutControlItem1.Size = new System.Drawing.Size(1164, 782);
|
|
|
layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
layoutControlItem1.TextVisible = false;
|
|
|
//
|
|
@@ -151,23 +163,23 @@
|
|
|
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.MaxSize = new System.Drawing.Size(464, 50);
|
|
|
+ layoutControlItem3.MinSize = new System.Drawing.Size(464, 50);
|
|
|
layoutControlItem3.Name = "layoutControlItem3";
|
|
|
- layoutControlItem3.Size = new System.Drawing.Size(250, 24);
|
|
|
+ layoutControlItem3.Size = new System.Drawing.Size(464, 50);
|
|
|
layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
layoutControlItem3.Text = "频点";
|
|
|
layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|
|
- layoutControlItem3.TextSize = new System.Drawing.Size(24, 14);
|
|
|
+ layoutControlItem3.TextSize = new System.Drawing.Size(48, 29);
|
|
|
layoutControlItem3.TextToControlDistance = 5;
|
|
|
//
|
|
|
// emptySpaceItem1
|
|
|
//
|
|
|
emptySpaceItem1.AllowHotTrack = false;
|
|
|
- emptySpaceItem1.Location = new System.Drawing.Point(340, 0);
|
|
|
- emptySpaceItem1.MinSize = new System.Drawing.Size(104, 24);
|
|
|
+ emptySpaceItem1.Location = new System.Drawing.Point(631, 0);
|
|
|
+ emptySpaceItem1.MinSize = new System.Drawing.Size(193, 50);
|
|
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
|
|
- emptySpaceItem1.Size = new System.Drawing.Size(197, 24);
|
|
|
+ emptySpaceItem1.Size = new System.Drawing.Size(366, 50);
|
|
|
emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
//
|
|
@@ -176,11 +188,11 @@
|
|
|
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.Location = new System.Drawing.Point(997, 0);
|
|
|
+ layoutControlItem6.MaxSize = new System.Drawing.Size(167, 50);
|
|
|
+ layoutControlItem6.MinSize = new System.Drawing.Size(167, 50);
|
|
|
layoutControlItem6.Name = "layoutControlItem6";
|
|
|
- layoutControlItem6.Size = new System.Drawing.Size(90, 24);
|
|
|
+ layoutControlItem6.Size = new System.Drawing.Size(167, 50);
|
|
|
layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
layoutControlItem6.Text = "layoutControlItemSearch";
|
|
|
layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
@@ -191,11 +203,11 @@
|
|
|
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.Location = new System.Drawing.Point(464, 0);
|
|
|
+ layoutControlItem2.MaxSize = new System.Drawing.Size(167, 50);
|
|
|
+ layoutControlItem2.MinSize = new System.Drawing.Size(167, 50);
|
|
|
layoutControlItem2.Name = "layoutControlItem2";
|
|
|
- layoutControlItem2.Size = new System.Drawing.Size(90, 24);
|
|
|
+ layoutControlItem2.Size = new System.Drawing.Size(167, 50);
|
|
|
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
layoutControlItem2.Text = "layoutControlItemSearch";
|
|
|
layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
@@ -203,11 +215,12 @@
|
|
|
//
|
|
|
// CtrlADTask
|
|
|
//
|
|
|
- AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
+ AutoScaleDimensions = new System.Drawing.SizeF(13F, 29F);
|
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
Controls.Add(layoutControl1);
|
|
|
+ Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
Name = "CtrlADTask";
|
|
|
- Size = new System.Drawing.Size(647, 422);
|
|
|
+ Size = new System.Drawing.Size(1202, 874);
|
|
|
Load += CtrlRefTask_Load;
|
|
|
((System.ComponentModel.ISupportInitialize)gridRefTask).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
|