namespace YX { partial class FrmRole { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRole)); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.Roles_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ParentId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Roles_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Roles_Remark = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SortCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ModifyDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ModifyUserName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.treeView1 = new System.Windows.Forms.TreeView(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.刷新ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.btn_add = new System.Windows.Forms.ToolStripButton(); this.btn_edit = new System.Windows.Forms.ToolStripButton(); this.btn_delete = new System.Windows.Forms.ToolStripButton(); this.btn_refresh = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.toolStrip1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Roles_ID, this.ParentId, this.Roles_Name, this.Roles_Remark, this.SortCode, this.CreateDate, this.CreateUserName, this.ModifyDate, this.ModifyUserName}); this.dataGridView1.Location = new System.Drawing.Point(194, 25); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(721, 412); this.dataGridView1.TabIndex = 10; // // Roles_ID // this.Roles_ID.DataPropertyName = "Roles_ID"; this.Roles_ID.HeaderText = "编号"; this.Roles_ID.Name = "Roles_ID"; this.Roles_ID.ReadOnly = true; // // ParentId // this.ParentId.DataPropertyName = "ParentId"; this.ParentId.HeaderText = "节点名称"; this.ParentId.Name = "ParentId"; this.ParentId.ReadOnly = true; // // Roles_Name // this.Roles_Name.DataPropertyName = "Roles_Name"; this.Roles_Name.HeaderText = "角色名称"; this.Roles_Name.Name = "Roles_Name"; this.Roles_Name.ReadOnly = true; // // Roles_Remark // this.Roles_Remark.DataPropertyName = "Roles_Remark"; this.Roles_Remark.HeaderText = "角色描述"; this.Roles_Remark.Name = "Roles_Remark"; this.Roles_Remark.ReadOnly = true; // // SortCode // this.SortCode.DataPropertyName = "SortCode"; this.SortCode.HeaderText = "排序"; this.SortCode.Name = "SortCode"; this.SortCode.ReadOnly = true; // // CreateDate // this.CreateDate.DataPropertyName = "CreateDate"; this.CreateDate.HeaderText = "创建时间"; this.CreateDate.Name = "CreateDate"; this.CreateDate.ReadOnly = true; // // CreateUserName // this.CreateUserName.DataPropertyName = "CreateUserName"; this.CreateUserName.HeaderText = "创建人"; this.CreateUserName.Name = "CreateUserName"; this.CreateUserName.ReadOnly = true; // // ModifyDate // this.ModifyDate.DataPropertyName = "ModifyDate"; this.ModifyDate.HeaderText = "修改时间"; this.ModifyDate.Name = "ModifyDate"; this.ModifyDate.ReadOnly = true; // // ModifyUserName // this.ModifyUserName.DataPropertyName = "ModifyUserName"; this.ModifyUserName.HeaderText = "修改人"; this.ModifyUserName.Name = "ModifyUserName"; this.ModifyUserName.ReadOnly = true; // // treeView1 // this.treeView1.ContextMenuStrip = this.contextMenuStrip1; this.treeView1.Dock = System.Windows.Forms.DockStyle.Left; this.treeView1.ItemHeight = 20; this.treeView1.Location = new System.Drawing.Point(0, 25); this.treeView1.Name = "treeView1"; this.treeView1.Scrollable = false; this.treeView1.Size = new System.Drawing.Size(188, 412); this.treeView1.TabIndex = 8; this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_add, this.toolStripSeparator1, this.btn_edit, this.toolStripSeparator2, this.btn_delete, this.toolStripSeparator3, this.btn_refresh}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(915, 25); this.toolStrip1.TabIndex = 9; this.toolStrip1.Text = "toolStrip1"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "188.png"); this.imageList1.Images.SetKeyName(1, "161.png"); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.刷新ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26); // // 刷新ToolStripMenuItem // this.刷新ToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.刷新ToolStripMenuItem.Image = global::YX.Properties.Resources.brush; this.刷新ToolStripMenuItem.Name = "刷新ToolStripMenuItem"; this.刷新ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.刷新ToolStripMenuItem.Text = "刷新"; this.刷新ToolStripMenuItem.Click += new System.EventHandler(this.刷新ToolStripMenuItem_Click); // // btn_add // this.btn_add.Image = ((System.Drawing.Image)(resources.GetObject("btn_add.Image"))); this.btn_add.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_add.Name = "btn_add"; this.btn_add.Size = new System.Drawing.Size(52, 22); this.btn_add.Text = "添加"; this.btn_add.Click += new System.EventHandler(this.btn_add_Click); // // btn_edit // this.btn_edit.Image = ((System.Drawing.Image)(resources.GetObject("btn_edit.Image"))); this.btn_edit.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_edit.Name = "btn_edit"; this.btn_edit.Size = new System.Drawing.Size(52, 22); this.btn_edit.Text = "编辑"; this.btn_edit.Click += new System.EventHandler(this.btn_edit_Click); // // btn_delete // this.btn_delete.Image = ((System.Drawing.Image)(resources.GetObject("btn_delete.Image"))); this.btn_delete.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_delete.Name = "btn_delete"; this.btn_delete.Size = new System.Drawing.Size(52, 22); this.btn_delete.Text = "删除"; this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click); // // btn_refresh // this.btn_refresh.Image = ((System.Drawing.Image)(resources.GetObject("btn_refresh.Image"))); this.btn_refresh.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_refresh.Name = "btn_refresh"; this.btn_refresh.Size = new System.Drawing.Size(52, 22); this.btn_refresh.Text = "刷新"; this.btn_refresh.Click += new System.EventHandler(this.btn_refresh_Click); // // FrmRole // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(915, 437); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.treeView1); this.Controls.Add(this.toolStrip1); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Name = "FrmRole"; this.Text = "角色管理"; this.Load += new System.EventHandler(this.FrmRole_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion public System.Windows.Forms.DataGridView dataGridView1; public System.Windows.Forms.TreeView treeView1; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton btn_add; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton btn_edit; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton btn_delete; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton btn_refresh; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.DataGridViewTextBoxColumn Roles_ID; private System.Windows.Forms.DataGridViewTextBoxColumn ParentId; private System.Windows.Forms.DataGridViewTextBoxColumn Roles_Name; private System.Windows.Forms.DataGridViewTextBoxColumn Roles_Remark; private System.Windows.Forms.DataGridViewTextBoxColumn SortCode; private System.Windows.Forms.DataGridViewTextBoxColumn CreateDate; private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName; private System.Windows.Forms.DataGridViewTextBoxColumn ModifyDate; private System.Windows.Forms.DataGridViewTextBoxColumn ModifyUserName; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 刷新ToolStripMenuItem; } }