namespace GeBoShi.UI.User { partial class UserListFrm { /// /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserListFrm)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.uiTitel1 = new GeBoShi.UIKits.MaiMuMenu.UITitel_LT(); this.panel1 = new System.Windows.Forms.Panel(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.检测值 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.用户名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colRoleName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.tsslCount = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbtnAdd = new System.Windows.Forms.ToolStripButton(); this.tsbtnDel = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnEnable = new System.Windows.Forms.ToolStripButton(); this.tsbtnDisable = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnResetPW = new System.Windows.Forms.ToolStripButton(); this.tsbtnChangePW = new System.Windows.Forms.ToolStripButton(); this.tableLayoutPanel1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.statusStrip1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.uiTitel1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 475F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(944, 521); this.tableLayoutPanel1.TabIndex = 0; // // uiTitel1 // this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241))))); this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top; this.uiTitel1.FatherForm = null; this.uiTitel1.Location = new System.Drawing.Point(3, 3); this.uiTitel1.Name = "uiTitel1"; this.uiTitel1.Size = new System.Drawing.Size(938, 40); this.uiTitel1.TabIndex = 0; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241))))); this.panel1.Controls.Add(this.dataGridView1); this.panel1.Controls.Add(this.statusStrip1); this.panel1.Controls.Add(this.toolStrip1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(3, 49); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(938, 469); this.panel1.TabIndex = 1; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172))))); dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172))))); dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colId, this.检测值, this.用户名称, this.colRoleName, this.Column3, this.Column1}); dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172))))); dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption; dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172))))); dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle10; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172))))); this.dataGridView1.Location = new System.Drawing.Point(0, 56); this.dataGridView1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle11; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowHeadersWidth = 62; dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle12; this.dataGridView1.RowTemplate.Height = 30; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(938, 391); this.dataGridView1.TabIndex = 28; this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick); this.dataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete); // // colId // this.colId.DataPropertyName = "Id"; this.colId.HeaderText = "id"; this.colId.MinimumWidth = 8; this.colId.Name = "colId"; this.colId.ReadOnly = true; this.colId.Visible = false; this.colId.Width = 150; // // 检测值 // this.检测值.DataPropertyName = "Code"; dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold); this.检测值.DefaultCellStyle = dataGridViewCellStyle8; this.检测值.HeaderText = "登录帐号"; this.检测值.MinimumWidth = 8; this.检测值.Name = "检测值"; this.检测值.ReadOnly = true; this.检测值.Width = 200; // // 用户名称 // this.用户名称.DataPropertyName = "Name"; dataGridViewCellStyle9.BackColor = System.Drawing.Color.White; dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.用户名称.DefaultCellStyle = dataGridViewCellStyle9; this.用户名称.HeaderText = "用户名称"; this.用户名称.MinimumWidth = 8; this.用户名称.Name = "用户名称"; this.用户名称.ReadOnly = true; this.用户名称.Width = 200; // // colRoleName // this.colRoleName.HeaderText = "角色"; this.colRoleName.MinimumWidth = 8; this.colRoleName.Name = "colRoleName"; this.colRoleName.ReadOnly = true; this.colRoleName.Width = 200; // // Column3 // this.Column3.DataPropertyName = "State"; this.Column3.HeaderText = "启用"; this.Column3.MinimumWidth = 8; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Column3.Width = 80; // // Column1 // this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column1.DataPropertyName = "CreateTime"; this.Column1.HeaderText = "添加日期"; this.Column1.MinimumWidth = 8; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; // // statusStrip1 // this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsslCount}); this.statusStrip1.Location = new System.Drawing.Point(0, 447); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 8, 0); this.statusStrip1.Size = new System.Drawing.Size(938, 22); this.statusStrip1.TabIndex = 27; this.statusStrip1.Text = "statusStrip1"; // // tsslCount // this.tsslCount.BackColor = System.Drawing.Color.Transparent; this.tsslCount.ForeColor = System.Drawing.Color.Black; this.tsslCount.Name = "tsslCount"; this.tsslCount.Size = new System.Drawing.Size(24, 17); this.tsslCount.Text = "共 "; // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(151)))), ((int)(((byte)(241))))); this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnAdd, this.tsbtnDel, this.toolStripSeparator4, this.tsbtnEnable, this.tsbtnDisable, this.toolStripSeparator2, this.tsbtnResetPW, this.tsbtnChangePW}); this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.toolStrip1.Size = new System.Drawing.Size(938, 56); this.toolStrip1.TabIndex = 26; this.toolStrip1.Text = "toolStrip1"; this.toolStrip1.Paint += new System.Windows.Forms.PaintEventHandler(this.toolStrip1_Paint); // // tsbtnAdd // this.tsbtnAdd.ForeColor = System.Drawing.Color.White; this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image"))); this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnAdd.Name = "tsbtnAdd"; this.tsbtnAdd.Size = new System.Drawing.Size(52, 53); this.tsbtnAdd.Text = " 添加 "; this.tsbtnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click); // // tsbtnDel // this.tsbtnDel.ForeColor = System.Drawing.Color.White; this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image"))); this.tsbtnDel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnDel.Name = "tsbtnDel"; this.tsbtnDel.Size = new System.Drawing.Size(52, 53); this.tsbtnDel.Text = " 删除 "; this.tsbtnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 56); // // tsbtnEnable // this.tsbtnEnable.ForeColor = System.Drawing.Color.White; this.tsbtnEnable.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnEnable.Image"))); this.tsbtnEnable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnEnable.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnEnable.Name = "tsbtnEnable"; this.tsbtnEnable.Size = new System.Drawing.Size(52, 53); this.tsbtnEnable.Text = " 启用 "; this.tsbtnEnable.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnEnable.Click += new System.EventHandler(this.tsbtnEnable_Click); // // tsbtnDisable // this.tsbtnDisable.ForeColor = System.Drawing.Color.White; this.tsbtnDisable.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDisable.Image"))); this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnDisable.Name = "tsbtnDisable"; this.tsbtnDisable.Size = new System.Drawing.Size(52, 53); this.tsbtnDisable.Text = " 停用 "; this.tsbtnDisable.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56); // // tsbtnResetPW // this.tsbtnResetPW.ForeColor = System.Drawing.Color.White; this.tsbtnResetPW.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnResetPW.Image"))); this.tsbtnResetPW.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnResetPW.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnResetPW.Name = "tsbtnResetPW"; this.tsbtnResetPW.Size = new System.Drawing.Size(60, 53); this.tsbtnResetPW.Text = "重置密码"; this.tsbtnResetPW.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnResetPW.Click += new System.EventHandler(this.tsbtnResetPW_Click); // // tsbtnChangePW // this.tsbtnChangePW.ForeColor = System.Drawing.Color.White; this.tsbtnChangePW.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnChangePW.Image"))); this.tsbtnChangePW.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnChangePW.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnChangePW.Name = "tsbtnChangePW"; this.tsbtnChangePW.Size = new System.Drawing.Size(60, 53); this.tsbtnChangePW.Text = "修改密码"; this.tsbtnChangePW.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbtnChangePW.Click += new System.EventHandler(this.tsbtnChangePW_Click); // // UserListFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241))))); this.ClientSize = new System.Drawing.Size(944, 521); this.Controls.Add(this.tableLayoutPanel1); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "UserListFrm"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "用户管理"; this.Load += new System.EventHandler(this.UserListFrm_Load); this.tableLayoutPanel1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private GeBoShi.UIKits.MaiMuMenu.UITitel_LT uiTitel1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.DataGridViewTextBoxColumn colId; private System.Windows.Forms.DataGridViewTextBoxColumn 检测值; private System.Windows.Forms.DataGridViewTextBoxColumn 用户名称; private System.Windows.Forms.DataGridViewTextBoxColumn colRoleName; private System.Windows.Forms.DataGridViewCheckBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel tsslCount; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbtnAdd; private System.Windows.Forms.ToolStripButton tsbtnDel; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton tsbtnEnable; private System.Windows.Forms.ToolStripButton tsbtnDisable; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton tsbtnResetPW; private System.Windows.Forms.ToolStripButton tsbtnChangePW; } }