| | |
| | | itemForNext = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | itemForPrev = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | itemForCalcu = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
| | | emptySpace = new DevExpress.XtraLayout.EmptySpaceItem(); |
| | | groupForBottom = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | ((ISupportInitialize)navigationFrame).BeginInit(); |
| | | ((ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | |
| | | ((ISupportInitialize)itemForNext).BeginInit(); |
| | | ((ISupportInitialize)itemForPrev).BeginInit(); |
| | | ((ISupportInitialize)itemForCalcu).BeginInit(); |
| | | ((ISupportInitialize)emptySpaceItem1).BeginInit(); |
| | | ((ISupportInitialize)emptySpace).BeginInit(); |
| | | ((ISupportInitialize)groupForBottom).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // navigationFrame |
| | |
| | | layoutControl1.Dock = DockStyle.Fill; |
| | | layoutControl1.Location = new Point(0, 0); |
| | | layoutControl1.Name = "layoutControl1"; |
| | | layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(772, 416, 650, 400); |
| | | layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(785, 350, 650, 400); |
| | | layoutControl1.Root = Root; |
| | | layoutControl1.Size = new Size(317, 718); |
| | | layoutControl1.TabIndex = 1; |
| | |
| | | // |
| | | Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | | Root.GroupBordersVisible = false; |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, itemForNext, itemForPrev, itemForCalcu, emptySpaceItem1 }); |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, groupForBottom }); |
| | | Root.Name = "Root"; |
| | | Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | Root.Size = new Size(317, 718); |
| | |
| | | // itemForNext |
| | | // |
| | | itemForNext.Control = btnNext; |
| | | itemForNext.Location = new Point(117, 692); |
| | | itemForNext.Location = new Point(117, 0); |
| | | itemForNext.MaxSize = new Size(100, 26); |
| | | itemForNext.MinSize = new Size(100, 26); |
| | | itemForNext.Name = "itemForNext"; |
| | |
| | | // itemForPrev |
| | | // |
| | | itemForPrev.Control = btnPre; |
| | | itemForPrev.Location = new Point(17, 692); |
| | | itemForPrev.Location = new Point(17, 0); |
| | | itemForPrev.MaxSize = new Size(100, 26); |
| | | itemForPrev.MinSize = new Size(100, 26); |
| | | itemForPrev.Name = "itemForPrev"; |
| | |
| | | // itemForCalcu |
| | | // |
| | | itemForCalcu.Control = btnCalcu; |
| | | itemForCalcu.Location = new Point(217, 692); |
| | | itemForCalcu.Location = new Point(217, 0); |
| | | itemForCalcu.MaxSize = new Size(100, 26); |
| | | itemForCalcu.MinSize = new Size(100, 26); |
| | | itemForCalcu.Name = "itemForCalcu"; |
| | |
| | | itemForCalcu.TextSize = new Size(0, 0); |
| | | itemForCalcu.TextVisible = false; |
| | | // |
| | | // emptySpaceItem1 |
| | | // emptySpace |
| | | // |
| | | emptySpaceItem1.AllowHotTrack = false; |
| | | emptySpaceItem1.Location = new Point(0, 692); |
| | | emptySpaceItem1.MinSize = new Size(1, 24); |
| | | emptySpaceItem1.Name = "emptySpaceItem1"; |
| | | emptySpaceItem1.Size = new Size(17, 26); |
| | | emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
| | | emptySpaceItem1.TextSize = new Size(0, 0); |
| | | emptySpace.AllowHotTrack = false; |
| | | emptySpace.Location = new Point(0, 0); |
| | | emptySpace.MinSize = new Size(1, 24); |
| | | emptySpace.Name = "emptySpace"; |
| | | emptySpace.Size = new Size(17, 26); |
| | | emptySpace.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
| | | emptySpace.TextSize = new Size(0, 0); |
| | | // |
| | | // groupForBottom |
| | | // |
| | | groupForBottom.GroupBordersVisible = false; |
| | | groupForBottom.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { emptySpace, itemForPrev, itemForNext, itemForCalcu }); |
| | | groupForBottom.Location = new Point(0, 692); |
| | | groupForBottom.Name = "groupForBottom"; |
| | | groupForBottom.Size = new Size(317, 26); |
| | | groupForBottom.Text = "功能"; |
| | | // |
| | | // SetHydroCalcuPrefixCtrl |
| | | // |
| | |
| | | ((ISupportInitialize)itemForNext).EndInit(); |
| | | ((ISupportInitialize)itemForPrev).EndInit(); |
| | | ((ISupportInitialize)itemForCalcu).EndInit(); |
| | | ((ISupportInitialize)emptySpaceItem1).EndInit(); |
| | | ((ISupportInitialize)emptySpace).EndInit(); |
| | | ((ISupportInitialize)groupForBottom).EndInit(); |
| | | ResumeLayout(false); |
| | | } |
| | | |
| | |
| | | private DevExpress.XtraLayout.LayoutControlItem itemForNext; |
| | | private DevExpress.XtraLayout.LayoutControlItem itemForPrev; |
| | | private DevExpress.XtraLayout.LayoutControlItem itemForCalcu; |
| | | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
| | | private DevExpress.XtraLayout.EmptySpaceItem emptySpace; |
| | | private DevExpress.XtraLayout.LayoutControlGroup groupForBottom; |
| | | } |
| | | } |