namespace Gs.DevApp.DevFrm.User { partial class User { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu(); this.gc_Main = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.account = new DevExpress.XtraGrid.Columns.GridColumn(); this.userName = new DevExpress.XtraGrid.Columns.GridColumn(); this.tel = new DevExpress.XtraGrid.Columns.GridColumn(); this.email = new DevExpress.XtraGrid.Columns.GridColumn(); this.createTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.lastLoginTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.isLocked = new DevExpress.XtraGrid.Columns.GridColumn(); this.loginCounter = new DevExpress.XtraGrid.Columns.GridColumn(); this.PageBar1 = new UserControls.Data.PageBar(); ((System.ComponentModel.ISupportInitialize)(this.gc_Main)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.SuspendLayout(); // // toolBarMenu1 // 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, 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, 80); this.gc_Main.MainView = this.gridView1; this.gc_Main.Name = "gc_Main"; 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}); // // gridView1 // this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.account, this.userName, this.tel, this.email, this.createTime, this.lastLoginTime, this.isLocked, this.loginCounter}); this.gridView1.GridControl = this.gc_Main; this.gridView1.Name = "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; this.account.Name = "account"; this.account.Visible = true; this.account.VisibleIndex = 0; this.account.Width = 94; // // 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; this.userName.Name = "userName"; this.userName.Visible = true; this.userName.VisibleIndex = 1; this.userName.Width = 94; // // 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; this.tel.Name = "tel"; this.tel.Visible = true; this.tel.VisibleIndex = 2; this.tel.Width = 94; // // 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; this.email.Name = "email"; this.email.Visible = true; this.email.VisibleIndex = 3; this.email.Width = 94; // // 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; this.createTime.Name = "createTime"; this.createTime.Visible = true; this.createTime.VisibleIndex = 4; this.createTime.Width = 94; // // 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; this.lastLoginTime.Name = "lastLoginTime"; this.lastLoginTime.Visible = true; this.lastLoginTime.VisibleIndex = 5; this.lastLoginTime.Width = 94; // // isLocked // this.isLocked.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.isLocked.AppearanceCell.Options.UseFont = true; this.isLocked.Caption = "状态"; this.isLocked.FieldName = "isLockedTxt"; this.isLocked.MinWidth = 25; this.isLocked.Name = "isLocked"; this.isLocked.Visible = true; this.isLocked.VisibleIndex = 6; this.isLocked.Width = 94; // // 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; this.loginCounter.Name = "loginCounter"; this.loginCounter.Visible = true; this.loginCounter.VisibleIndex = 7; this.loginCounter.Width = 94; // // PageBar1 // this.PageBar1.CurrentPage = 1; this.PageBar1.Dock = System.Windows.Forms.DockStyle.Bottom; this.PageBar1.Location = new System.Drawing.Point(0, 452); this.PageBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.PageBar1.Name = "PageBar1"; this.PageBar1.RecordCount = 0; this.PageBar1.RowsCount = 50; this.PageBar1.Size = new System.Drawing.Size(1128, 63); this.PageBar1.TabIndex = 2; this.PageBar1.TotalPages = 0; // // User // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1128, 515); this.Controls.Add(this.gc_Main); this.Controls.Add(this.toolBarMenu1); this.Controls.Add(this.PageBar1); this.Name = "User"; this.Text = "User"; ((System.ComponentModel.ISupportInitialize)(this.gc_Main)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.ResumeLayout(false); } #endregion private UserControl.ToolBarMenu toolBarMenu1; private DevExpress.XtraGrid.GridControl gc_Main; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn account; private DevExpress.XtraGrid.Columns.GridColumn userName; private DevExpress.XtraGrid.Columns.GridColumn tel; private UserControls.Data.PageBar PageBar1; private DevExpress.XtraGrid.Columns.GridColumn email; private DevExpress.XtraGrid.Columns.GridColumn createTime; private DevExpress.XtraGrid.Columns.GridColumn lastLoginTime; private DevExpress.XtraGrid.Columns.GridColumn isLocked; private DevExpress.XtraGrid.Columns.GridColumn loginCounter; } }