| | |
| | | tileNavPane.Dock = DockStyle.Top; |
| | | tileNavPane.Location = new Point(0, 0); |
| | | tileNavPane.Name = "tileNavPane"; |
| | | tileNavPane.Size = new Size(932, 60); |
| | | tileNavPane.Size = new Size(1189, 53); |
| | | tileNavPane.TabIndex = 0; |
| | | tileNavPane.Text = "tileNavPane1"; |
| | | tileNavPane.ElementClick += tileNavPane_ElementClick; |
| | |
| | | nbMin.Caption = null; |
| | | nbMin.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True; |
| | | nbMin.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbMin.ImageOptions.SvgImage"); |
| | | nbMin.ImageOptions.SvgImageSize = new Size(24, 24); |
| | | nbMin.Name = "nbMin"; |
| | | nbMin.ElementClick += nbMin_ElementClick; |
| | | // |
| | |
| | | nbNormal.Caption = null; |
| | | nbNormal.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True; |
| | | nbNormal.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbNormal.ImageOptions.SvgImage"); |
| | | nbNormal.ImageOptions.SvgImageSize = new Size(24, 24); |
| | | nbNormal.ImageOptions.SvgImageSize = new Size(20, 20); |
| | | nbNormal.Name = "nbNormal"; |
| | | nbNormal.ElementClick += nbNormal_ElementClick; |
| | | // |
| | |
| | | nbClose.Caption = null; |
| | | nbClose.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True; |
| | | nbClose.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbClose.ImageOptions.SvgImage"); |
| | | nbClose.ImageOptions.SvgImageSize = new Size(24, 24); |
| | | nbClose.Name = "nbClose"; |
| | | nbClose.ElementClick += nabClose_ElementClick; |
| | | // |
| | |
| | | barDockControlTop.Dock = DockStyle.Top; |
| | | barDockControlTop.Location = new Point(0, 0); |
| | | barDockControlTop.Manager = barManager1; |
| | | barDockControlTop.Size = new Size(932, 0); |
| | | barDockControlTop.Size = new Size(1189, 0); |
| | | // |
| | | // barDockControlBottom |
| | | // |
| | | barDockControlBottom.CausesValidation = false; |
| | | barDockControlBottom.Dock = DockStyle.Bottom; |
| | | barDockControlBottom.Location = new Point(0, 498); |
| | | barDockControlBottom.Location = new Point(0, 717); |
| | | barDockControlBottom.Manager = barManager1; |
| | | barDockControlBottom.Size = new Size(932, 23); |
| | | barDockControlBottom.Size = new Size(1189, 23); |
| | | // |
| | | // barDockControlLeft |
| | | // |
| | |
| | | barDockControlLeft.Dock = DockStyle.Left; |
| | | barDockControlLeft.Location = new Point(0, 0); |
| | | barDockControlLeft.Manager = barManager1; |
| | | barDockControlLeft.Size = new Size(0, 498); |
| | | barDockControlLeft.Size = new Size(0, 717); |
| | | // |
| | | // barDockControlRight |
| | | // |
| | | barDockControlRight.CausesValidation = false; |
| | | barDockControlRight.Dock = DockStyle.Right; |
| | | barDockControlRight.Location = new Point(932, 0); |
| | | barDockControlRight.Location = new Point(1189, 0); |
| | | barDockControlRight.Manager = barManager1; |
| | | barDockControlRight.Size = new Size(0, 498); |
| | | barDockControlRight.Size = new Size(0, 717); |
| | | // |
| | | // dockManager1 |
| | | // |
| | |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | ClientSize = new Size(932, 521); |
| | | ClientSize = new Size(1189, 740); |
| | | Controls.Add(tileNavPane); |
| | | Controls.Add(barDockControlLeft); |
| | | Controls.Add(barDockControlRight); |
| | |
| | | Margin = new Padding(3, 2, 3, 2); |
| | | Name = "MainForm"; |
| | | Text = "Form1"; |
| | | WindowState = FormWindowState.Maximized; |
| | | FormClosing += MainForm_FormClosing; |
| | | FormClosed += MainForm_FormClosed; |
| | | Load += MainForm_Load; |