| | |
| | | this.accordionControlModular.Dock = System.Windows.Forms.DockStyle.Left; |
| | | this.accordionControlModular.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] { |
| | | this.accModularGroup}); |
| | | this.accordionControlModular.Location = new System.Drawing.Point(0, 31); |
| | | this.accordionControlModular.Location = new System.Drawing.Point(0, 30); |
| | | this.accordionControlModular.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.accordionControlModular.Name = "accordionControlModular"; |
| | | this.accordionControlModular.OptionsMinimizing.AllowMinimizeMode = DevExpress.Utils.DefaultBoolean.False; |
| | | this.accordionControlModular.OptionsMinimizing.FooterHeight = 60; |
| | | this.accordionControlModular.OptionsMinimizing.State = DevExpress.XtraBars.Navigation.AccordionControlState.Minimized; |
| | | this.accordionControlModular.RootDisplayMode = DevExpress.XtraBars.Navigation.AccordionControlRootDisplayMode.Footer; |
| | | this.accordionControlModular.Size = new System.Drawing.Size(70, 748); |
| | | this.accordionControlModular.Size = new System.Drawing.Size(70, 749); |
| | | this.accordionControlModular.TabIndex = 1; |
| | | this.accordionControlModular.ViewType = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu; |
| | | // |
| | |
| | | this.fluentDesignFormControl1.Location = new System.Drawing.Point(0, 0); |
| | | this.fluentDesignFormControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.fluentDesignFormControl1.Name = "fluentDesignFormControl1"; |
| | | this.fluentDesignFormControl1.Size = new System.Drawing.Size(1204, 31); |
| | | this.fluentDesignFormControl1.Size = new System.Drawing.Size(1204, 30); |
| | | this.fluentDesignFormControl1.TabIndex = 2; |
| | | this.fluentDesignFormControl1.TabStop = false; |
| | | this.fluentDesignFormControl1.Text = "智慧水位"; |
| | |
| | | // |
| | | this.barDockControlTop.CausesValidation = false; |
| | | this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; |
| | | this.barDockControlTop.Location = new System.Drawing.Point(0, 31); |
| | | this.barDockControlTop.Location = new System.Drawing.Point(0, 30); |
| | | this.barDockControlTop.Manager = this.barManager1; |
| | | this.barDockControlTop.Size = new System.Drawing.Size(1204, 0); |
| | | // |
| | |
| | | // |
| | | this.barDockControlLeft.CausesValidation = false; |
| | | this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; |
| | | this.barDockControlLeft.Location = new System.Drawing.Point(0, 31); |
| | | this.barDockControlLeft.Location = new System.Drawing.Point(0, 30); |
| | | this.barDockControlLeft.Manager = this.barManager1; |
| | | this.barDockControlLeft.Size = new System.Drawing.Size(0, 748); |
| | | this.barDockControlLeft.Size = new System.Drawing.Size(0, 749); |
| | | // |
| | | // barDockControlRight |
| | | // |
| | | this.barDockControlRight.CausesValidation = false; |
| | | this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; |
| | | this.barDockControlRight.Location = new System.Drawing.Point(1204, 31); |
| | | this.barDockControlRight.Location = new System.Drawing.Point(1204, 30); |
| | | this.barDockControlRight.Manager = this.barManager1; |
| | | this.barDockControlRight.Size = new System.Drawing.Size(0, 748); |
| | | this.barDockControlRight.Size = new System.Drawing.Size(0, 749); |
| | | // |
| | | // dockManager1 |
| | | // |
| | |
| | | this.accordionControlElement1.Name = "accordionControlElement1"; |
| | | this.accordionControlElement1.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; |
| | | this.accordionControlElement1.Text = "Element1"; |
| | | // |
| | | // accordionControlElement2 |
| | | // |
| | | this.accordionControlElement2.Name = "accordionControlElement2"; |
| | | this.accordionControlElement2.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; |
| | | this.accordionControlElement2.Text = "曲线比较"; |
| | | this.accordionControlElement2.Click += new System.EventHandler(this.accordionControlElement2_Click); |
| | | // |
| | | // MainForm |
| | | // |