| | |
| | | this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; |
| | | this.toolBarMenu1.Location = new System.Drawing.Point(0, 0); |
| | | this.toolBarMenu1.Name = "toolBarMenu1"; |
| | | this.toolBarMenu1.Size = new System.Drawing.Size(1128, 91); |
| | | this.toolBarMenu1.Size = new System.Drawing.Size(1128, 80); |
| | | this.toolBarMenu1.TabIndex = 0; |
| | | // |
| | | // gc_Main |
| | | // |
| | | this.gc_Main.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gc_Main.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gc_Main.Location = new System.Drawing.Point(0, 91); |
| | | this.gc_Main.Location = new System.Drawing.Point(0, 80); |
| | | this.gc_Main.MainView = this.gridView1; |
| | | this.gc_Main.Name = "gc_Main"; |
| | | this.gc_Main.Size = new System.Drawing.Size(1128, 361); |
| | | this.gc_Main.Size = new System.Drawing.Size(1128, 372); |
| | | this.gc_Main.TabIndex = 1; |
| | | this.gc_Main.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
| | | this.gridView1}); |
| | |
| | | // |
| | | // account |
| | | // |
| | | this.account.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.account.AppearanceCell.Options.UseFont = true; |
| | | this.account.Caption = "登录账号"; |
| | | this.account.FieldName = "account"; |
| | | this.account.MinWidth = 25; |
| | |
| | | // |
| | | // userName |
| | | // |
| | | this.userName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.userName.AppearanceCell.Options.UseFont = true; |
| | | this.userName.Caption = "用户名"; |
| | | this.userName.FieldName = "userName"; |
| | | this.userName.MinWidth = 25; |
| | |
| | | // |
| | | // tel |
| | | // |
| | | this.tel.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.tel.AppearanceCell.Options.UseFont = true; |
| | | this.tel.Caption = "联系电话"; |
| | | this.tel.FieldName = "tel"; |
| | | this.tel.MinWidth = 25; |
| | |
| | | // |
| | | // email |
| | | // |
| | | this.email.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.email.AppearanceCell.Options.UseFont = true; |
| | | this.email.Caption = "邮箱"; |
| | | this.email.FieldName = "email"; |
| | | this.email.MinWidth = 25; |
| | |
| | | // |
| | | // createTime |
| | | // |
| | | this.createTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.createTime.AppearanceCell.Options.UseFont = true; |
| | | this.createTime.Caption = "建立时间"; |
| | | this.createTime.FieldName = "createTime"; |
| | | this.createTime.MinWidth = 25; |
| | |
| | | // |
| | | // lastLoginTime |
| | | // |
| | | this.lastLoginTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.lastLoginTime.AppearanceCell.Options.UseFont = true; |
| | | this.lastLoginTime.Caption = "最近登录时间"; |
| | | this.lastLoginTime.FieldName = "lastLoginTime"; |
| | | this.lastLoginTime.MinWidth = 25; |
| | |
| | | // |
| | | // isLocked |
| | | // |
| | | this.isLocked.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.isLocked.AppearanceCell.Options.UseFont = true; |
| | | this.isLocked.Caption = "状态"; |
| | | this.isLocked.FieldName = "isLocked"; |
| | | this.isLocked.FieldName = "isLockedTxt"; |
| | | this.isLocked.MinWidth = 25; |
| | | this.isLocked.Name = "isLocked"; |
| | | this.isLocked.Visible = true; |
| | |
| | | // |
| | | // loginCounter |
| | | // |
| | | this.loginCounter.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.loginCounter.AppearanceCell.Options.UseFont = true; |
| | | this.loginCounter.Caption = "登录次数"; |
| | | this.loginCounter.FieldName = "loginCounter"; |
| | | this.loginCounter.MinWidth = 25; |