| | |
| | | ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False; |
| | | ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
| | | ribbonControl1.ShowToolbarCustomizeItem = false; |
| | | ribbonControl1.Size = new Size(1107, 101); |
| | | ribbonControl1.Size = new Size(1107, 128); |
| | | ribbonControl1.Toolbar.ShowCustomizeItem = false; |
| | | ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; |
| | | // |
| | |
| | | panelControl1.Controls.Add(flyoutPanel1); |
| | | panelControl1.Controls.Add(gridControl1); |
| | | panelControl1.Dock = DockStyle.Fill; |
| | | panelControl1.Location = new Point(1, 102); |
| | | panelControl1.Location = new Point(1, 129); |
| | | panelControl1.Name = "panelControl1"; |
| | | panelControl1.Padding = new Padding(0, 1, 0, 0); |
| | | panelControl1.Size = new Size(1107, 567); |
| | | panelControl1.Size = new Size(1107, 540); |
| | | panelControl1.TabIndex = 3; |
| | | // |
| | | // flyoutPanel2 |
| | |
| | | colEditPwd.ColumnEdit = repositoryItemButtonEdit4; |
| | | colEditPwd.Name = "colEditPwd"; |
| | | colEditPwd.Visible = true; |
| | | colEditPwd.VisibleIndex = 3; |
| | | colEditPwd.VisibleIndex = 2; |
| | | // |
| | | // repositoryItemButtonEdit4 |
| | | // |
| | |
| | | colResetPwd.ColumnEdit = repositoryItemButtonEdit5; |
| | | colResetPwd.Name = "colResetPwd"; |
| | | colResetPwd.Visible = true; |
| | | colResetPwd.VisibleIndex = 4; |
| | | colResetPwd.VisibleIndex = 3; |
| | | // |
| | | // repositoryItemButtonEdit5 |
| | | // |
| | |
| | | colIdentifier.FieldName = "Identifier"; |
| | | colIdentifier.Name = "colIdentifier"; |
| | | colIdentifier.Visible = true; |
| | | colIdentifier.VisibleIndex = 1; |
| | | colIdentifier.VisibleIndex = 0; |
| | | // |
| | | // colIfVerified |
| | | // |
| | | colIfVerified.FieldName = "IfVerified"; |
| | | colIfVerified.Name = "colIfVerified"; |
| | | colIfVerified.Visible = true; |
| | | colIfVerified.VisibleIndex = 2; |
| | | colIfVerified.VisibleIndex = 1; |
| | | // |
| | | // colLoginType |
| | | // |
| | | colLoginType.FieldName = "LoginType"; |
| | | colLoginType.Name = "colLoginType"; |
| | | colLoginType.Visible = true; |
| | | colLoginType.VisibleIndex = 0; |
| | | // |
| | | // flyoutPanel1 |
| | | // |
| | |
| | | gridControl1.MenuManager = ribbonControl1; |
| | | gridControl1.Name = "gridControl1"; |
| | | gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1, repositoryItemButtonEdit2, repositoryItemButtonEdit3 }); |
| | | gridControl1.Size = new Size(1107, 566); |
| | | gridControl1.Size = new Size(1107, 539); |
| | | gridControl1.TabIndex = 0; |
| | | gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); |
| | | // |