| | |
| | | colSortCode = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | gridControl = new DevExpress.XtraGrid.GridControl(); |
| | | gridSplitContainer1 = new DevExpress.XtraGrid.GridSplitContainer(); |
| | | barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); |
| | | ((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)repositoryItemSearchControl2).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); |
| | |
| | | ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.False; |
| | | ribbonControl1.ExpandCollapseItem.Id = 0; |
| | | ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic; |
| | | ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barBtnEdit, BtnAdd, barEditItem1, barEditItem2 }); |
| | | ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barBtnEdit, BtnAdd, barEditItem1, barEditItem2, barButtonItem1 }); |
| | | ribbonControl1.Location = new Point(0, 0); |
| | | ribbonControl1.MaxItemId = 26; |
| | | ribbonControl1.MaxItemId = 27; |
| | | ribbonControl1.Name = "ribbonControl1"; |
| | | ribbonControl1.PageCategories.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageCategory[] { ribbonPageCategory1 }); |
| | | ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 }); |
| | |
| | | ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False; |
| | | ribbonControl1.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.True; |
| | | ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide; |
| | | ribbonControl1.Size = new Size(870, 104); |
| | | ribbonControl1.Size = new Size(870, 77); |
| | | ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; |
| | | // |
| | | // barBtnEdit |
| | |
| | | ribbonPageGroup.ItemLinks.Add(barBtnEdit); |
| | | ribbonPageGroup.ItemLinks.Add(barEditItem1); |
| | | ribbonPageGroup.ItemLinks.Add(barEditItem2); |
| | | ribbonPageGroup.ItemLinks.Add(barButtonItem1); |
| | | ribbonPageGroup.Name = "ribbonPageGroup"; |
| | | ribbonPageGroup.Text = "ribbonPageGroup1"; |
| | | // |
| | |
| | | gridControl.MainView = gridView1; |
| | | gridControl.MenuManager = ribbonControl1; |
| | | gridControl.Name = "gridControl"; |
| | | gridControl.Size = new Size(870, 343); |
| | | gridControl.Size = new Size(870, 370); |
| | | gridControl.TabIndex = 2; |
| | | gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); |
| | | // |
| | |
| | | // |
| | | gridSplitContainer1.Dock = DockStyle.Fill; |
| | | gridSplitContainer1.Grid = gridControl; |
| | | gridSplitContainer1.Location = new Point(0, 104); |
| | | gridSplitContainer1.Location = new Point(0, 77); |
| | | gridSplitContainer1.Name = "gridSplitContainer1"; |
| | | // |
| | | // gridSplitContainer1.Panel1 |
| | | // |
| | | gridSplitContainer1.Panel1.Controls.Add(gridControl); |
| | | gridSplitContainer1.Size = new Size(870, 343); |
| | | gridSplitContainer1.Size = new Size(870, 370); |
| | | gridSplitContainer1.TabIndex = 4; |
| | | // |
| | | // barButtonItem1 |
| | | // |
| | | barButtonItem1.Caption = "barButtonItem1"; |
| | | barButtonItem1.Id = 26; |
| | | barButtonItem1.Name = "barButtonItem1"; |
| | | barButtonItem1.ItemClick += barButtonItem1_ItemClick; |
| | | // |
| | | // EmployeeMgrMainPanel |
| | | // |
| | |
| | | private DevExpress.XtraBars.Ribbon.RibbonPageCategory ribbonPageCategory1; |
| | | private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; |
| | | private DevExpress.XtraEditors.Repository.RepositoryItemSearchControl repositoryItemSearchControl2; |
| | | private DevExpress.XtraBars.BarButtonItem barButtonItem1; |
| | | } |
| | | } |