|
@@ -30,6 +30,7 @@ namespace DW5S.App.UserControl
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
+ ctrlPage1 = new CtrlPage();
|
|
|
gridCg = new DevExpress.XtraGrid.GridControl();
|
|
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
txtTimeCho = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
|
@@ -48,6 +49,7 @@ namespace DW5S.App.UserControl
|
|
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
+ layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
|
|
layoutControl1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)gridCg).BeginInit();
|
|
@@ -68,10 +70,12 @@ namespace DW5S.App.UserControl
|
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
|
|
|
SuspendLayout();
|
|
|
//
|
|
|
// layoutControl1
|
|
|
//
|
|
|
+ layoutControl1.Controls.Add(ctrlPage1);
|
|
|
layoutControl1.Controls.Add(gridCg);
|
|
|
layoutControl1.Controls.Add(txtTimeCho);
|
|
|
layoutControl1.Controls.Add(txtStartTime);
|
|
@@ -87,12 +91,21 @@ namespace DW5S.App.UserControl
|
|
|
layoutControl1.TabIndex = 7;
|
|
|
layoutControl1.Text = "layoutControl2";
|
|
|
//
|
|
|
+ // ctrlPage1
|
|
|
+ //
|
|
|
+ ctrlPage1.Location = new System.Drawing.Point(2, 435);
|
|
|
+ ctrlPage1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
+ ctrlPage1.MinimumSize = new System.Drawing.Size(100, 26);
|
|
|
+ ctrlPage1.Name = "ctrlPage1";
|
|
|
+ ctrlPage1.Size = new System.Drawing.Size(1196, 28);
|
|
|
+ ctrlPage1.TabIndex = 8;
|
|
|
+ //
|
|
|
// gridCg
|
|
|
//
|
|
|
gridCg.Location = new System.Drawing.Point(2, 26);
|
|
|
gridCg.MainView = gridView1;
|
|
|
gridCg.Name = "gridCg";
|
|
|
- gridCg.Size = new System.Drawing.Size(1196, 437);
|
|
|
+ gridCg.Size = new System.Drawing.Size(1196, 405);
|
|
|
gridCg.TabIndex = 7;
|
|
|
gridCg.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
|
|
//
|
|
@@ -149,7 +162,6 @@ namespace DW5S.App.UserControl
|
|
|
//
|
|
|
// txtSat
|
|
|
//
|
|
|
- txtSat.EditValue = 1;
|
|
|
txtSat.Location = new System.Drawing.Point(31, 2);
|
|
|
txtSat.Name = "txtSat";
|
|
|
txtSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
|
@@ -183,7 +195,7 @@ namespace DW5S.App.UserControl
|
|
|
//
|
|
|
layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
layoutControlGroup1.GroupBordersVisible = false;
|
|
|
- layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem3, itemStart, itemEnd, layoutControlItem6, layoutControlItem1, layoutControlItem4, emptySpaceItem1 });
|
|
|
+ layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem3, itemStart, itemEnd, layoutControlItem6, layoutControlItem1, layoutControlItem4, emptySpaceItem1, layoutControlItem5 });
|
|
|
layoutControlGroup1.Name = "Root";
|
|
|
layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
|
layoutControlGroup1.Size = new System.Drawing.Size(1200, 465);
|
|
@@ -195,7 +207,7 @@ namespace DW5S.App.UserControl
|
|
|
layoutControlItem2.Location = new System.Drawing.Point(0, 24);
|
|
|
layoutControlItem2.MinSize = new System.Drawing.Size(104, 24);
|
|
|
layoutControlItem2.Name = "layoutControlItem2";
|
|
|
- layoutControlItem2.Size = new System.Drawing.Size(1200, 441);
|
|
|
+ layoutControlItem2.Size = new System.Drawing.Size(1200, 409);
|
|
|
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
layoutControlItem2.TextVisible = false;
|
|
@@ -307,6 +319,18 @@ namespace DW5S.App.UserControl
|
|
|
emptySpaceItem1.Size = new System.Drawing.Size(60, 24);
|
|
|
emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
//
|
|
|
+ // layoutControlItem5
|
|
|
+ //
|
|
|
+ layoutControlItem5.Control = ctrlPage1;
|
|
|
+ layoutControlItem5.Location = new System.Drawing.Point(0, 433);
|
|
|
+ layoutControlItem5.MaxSize = new System.Drawing.Size(0, 32);
|
|
|
+ layoutControlItem5.MinSize = new System.Drawing.Size(104, 32);
|
|
|
+ layoutControlItem5.Name = "layoutControlItem5";
|
|
|
+ layoutControlItem5.Size = new System.Drawing.Size(1200, 32);
|
|
|
+ layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ layoutControlItem5.TextVisible = false;
|
|
|
+ //
|
|
|
// CtrlRefCgRes
|
|
|
//
|
|
|
AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
@@ -335,6 +359,7 @@ namespace DW5S.App.UserControl
|
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
|
|
|
ResumeLayout(false);
|
|
|
}
|
|
|
|
|
@@ -358,5 +383,7 @@ namespace DW5S.App.UserControl
|
|
|
private DevExpress.XtraEditors.SimpleButton btnDraw;
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
|
+ private CtrlPage ctrlPage1;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
|
}
|
|
|
}
|