namespace BLL
|
{
|
partial class Xt_Authorization
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows 窗体设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.components = new System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Xt_Authorization));
|
this.ToolBar = new System.Windows.Forms.ToolStrip();
|
this.sq = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
this.qx = new System.Windows.Forms.ToolStripButton();
|
this.sc = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
|
this.mrlk = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
this.bclk = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
|
this.tc = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
this.tv = new System.Windows.Forms.TreeView();
|
this.grdMain = new System.Windows.Forms.DataGridView();
|
this.hidCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.是否权限Col = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
this.功能说明Col = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
this.lblUser = new System.Windows.Forms.Label();
|
this.ToolBar.SuspendLayout();
|
this.panel1.SuspendLayout();
|
this.splitContainer1.Panel1.SuspendLayout();
|
this.splitContainer1.Panel2.SuspendLayout();
|
this.splitContainer1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
this.SuspendLayout();
|
//
|
// ToolBar
|
//
|
this.ToolBar.AutoSize = false;
|
this.ToolBar.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ToolBar.BackgroundImage")));
|
this.ToolBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.ToolBar.ImageScalingSize = new System.Drawing.Size(22, 22);
|
this.ToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.sq,
|
this.toolStripSeparator3,
|
this.qx,
|
this.sc,
|
this.toolStripSeparator2,
|
this.toolStripSeparator8,
|
this.mrlk,
|
this.toolStripSeparator7,
|
this.bclk,
|
this.toolStripSeparator9,
|
this.tc,
|
this.toolStripSeparator5});
|
this.ToolBar.Location = new System.Drawing.Point(0, 0);
|
this.ToolBar.Name = "ToolBar";
|
this.ToolBar.Padding = new System.Windows.Forms.Padding(0);
|
this.ToolBar.Size = new System.Drawing.Size(779, 50);
|
this.ToolBar.Stretch = true;
|
this.ToolBar.TabIndex = 15;
|
this.ToolBar.Text = "toolStrip1";
|
//
|
// sq
|
//
|
this.sq.AutoSize = false;
|
this.sq.Image = ((System.Drawing.Image)(resources.GetObject("sq.Image")));
|
this.sq.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.sq.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.sq.ImageTransparentColor = System.Drawing.Color.White;
|
this.sq.Name = "sq";
|
this.sq.Size = new System.Drawing.Size(35, 47);
|
this.sq.Text = "授权";
|
this.sq.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.sq.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.sq.Click += new System.EventHandler(this.sq_Click);
|
//
|
// toolStripSeparator3
|
//
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50);
|
//
|
// qx
|
//
|
this.qx.AutoSize = false;
|
this.qx.Image = ((System.Drawing.Image)(resources.GetObject("qx.Image")));
|
this.qx.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.qx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.qx.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.qx.Name = "qx";
|
this.qx.Size = new System.Drawing.Size(35, 47);
|
this.qx.Text = "全选";
|
this.qx.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.qx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.qx.Click += new System.EventHandler(this.qx_Click);
|
//
|
// sc
|
//
|
this.sc.AutoSize = false;
|
this.sc.Image = ((System.Drawing.Image)(resources.GetObject("sc.Image")));
|
this.sc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.sc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.sc.ImageTransparentColor = System.Drawing.Color.White;
|
this.sc.Name = "sc";
|
this.sc.Size = new System.Drawing.Size(35, 47);
|
this.sc.Text = "全销";
|
this.sc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.sc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.sc.Click += new System.EventHandler(this.sc_Click);
|
//
|
// toolStripSeparator2
|
//
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50);
|
//
|
// toolStripSeparator8
|
//
|
this.toolStripSeparator8.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator8.Name = "toolStripSeparator8";
|
this.toolStripSeparator8.Size = new System.Drawing.Size(6, 50);
|
//
|
// mrlk
|
//
|
this.mrlk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.mrlk.Image = ((System.Drawing.Image)(resources.GetObject("mrlk.Image")));
|
this.mrlk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.mrlk.ImageTransparentColor = System.Drawing.Color.White;
|
this.mrlk.Name = "mrlk";
|
this.mrlk.Size = new System.Drawing.Size(60, 47);
|
this.mrlk.Text = "默认列宽";
|
this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.mrlk.Click += new System.EventHandler(this.mrlk_Click);
|
//
|
// toolStripSeparator7
|
//
|
this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50);
|
//
|
// bclk
|
//
|
this.bclk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.bclk.Image = ((System.Drawing.Image)(resources.GetObject("bclk.Image")));
|
this.bclk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.bclk.ImageTransparentColor = System.Drawing.Color.White;
|
this.bclk.Name = "bclk";
|
this.bclk.Size = new System.Drawing.Size(60, 47);
|
this.bclk.Text = "保存列宽";
|
this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.bclk.Click += new System.EventHandler(this.bclk_Click);
|
//
|
// toolStripSeparator9
|
//
|
this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
this.toolStripSeparator9.Size = new System.Drawing.Size(6, 50);
|
//
|
// tc
|
//
|
this.tc.AutoSize = false;
|
this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image")));
|
this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.tc.ImageTransparentColor = System.Drawing.Color.White;
|
this.tc.Name = "tc";
|
this.tc.Size = new System.Drawing.Size(35, 47);
|
this.tc.Text = "退出";
|
this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.tc.Click += new System.EventHandler(this.tc_Click);
|
//
|
// toolStripSeparator5
|
//
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 50);
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.splitContainer1);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel1.Location = new System.Drawing.Point(0, 50);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(779, 470);
|
this.panel1.TabIndex = 16;
|
//
|
// splitContainer1
|
//
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
this.splitContainer1.Name = "splitContainer1";
|
//
|
// splitContainer1.Panel1
|
//
|
this.splitContainer1.Panel1.Controls.Add(this.tv);
|
//
|
// splitContainer1.Panel2
|
//
|
this.splitContainer1.Panel2.Controls.Add(this.grdMain);
|
this.splitContainer1.Size = new System.Drawing.Size(779, 470);
|
this.splitContainer1.SplitterDistance = 259;
|
this.splitContainer1.TabIndex = 18;
|
//
|
// tv
|
//
|
this.tv.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tv.Location = new System.Drawing.Point(0, 0);
|
this.tv.Name = "tv";
|
this.tv.Size = new System.Drawing.Size(259, 470);
|
this.tv.TabIndex = 1;
|
this.tv.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tv_NodeMouseClick);
|
//
|
// grdMain
|
//
|
this.grdMain.AllowUserToAddRows = false;
|
this.grdMain.AllowUserToDeleteRows = false;
|
this.grdMain.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
this.grdMain.BackgroundColor = System.Drawing.Color.White;
|
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdMain.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.hidCol,
|
this.是否权限Col,
|
this.功能说明Col});
|
this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.grdMain.Location = new System.Drawing.Point(0, 0);
|
this.grdMain.Name = "grdMain";
|
this.grdMain.ReadOnly = true;
|
this.grdMain.RowHeadersVisible = false;
|
this.grdMain.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
this.grdMain.RowTemplate.Height = 23;
|
this.grdMain.Size = new System.Drawing.Size(516, 470);
|
this.grdMain.TabIndex = 18;
|
this.grdMain.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellValueChanged);
|
this.grdMain.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseClick);
|
this.grdMain.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellLeave);
|
this.grdMain.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellEndEdit);
|
this.grdMain.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellClick);
|
//
|
// hidCol
|
//
|
this.hidCol.HeaderText = "hid";
|
this.hidCol.Name = "hidCol";
|
this.hidCol.ReadOnly = true;
|
//
|
// 是否权限Col
|
//
|
this.是否权限Col.HeaderText = "是否权限";
|
this.是否权限Col.Name = "是否权限Col";
|
this.是否权限Col.ReadOnly = true;
|
//
|
// 功能说明Col
|
//
|
this.功能说明Col.HeaderText = "功能说明";
|
this.功能说明Col.Name = "功能说明Col";
|
this.功能说明Col.ReadOnly = true;
|
//
|
// imageList1
|
//
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
this.imageList1.Images.SetKeyName(0, "文件夹.bmp");
|
this.imageList1.Images.SetKeyName(1, "文件夹2.bmp");
|
//
|
// lblUser
|
//
|
this.lblUser.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblUser.Location = new System.Drawing.Point(348, 5);
|
this.lblUser.Name = "lblUser";
|
this.lblUser.Size = new System.Drawing.Size(157, 25);
|
this.lblUser.TabIndex = 17;
|
//
|
// Xt_Authorization
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(779, 520);
|
this.Controls.Add(this.lblUser);
|
this.Controls.Add(this.panel1);
|
this.Controls.Add(this.ToolBar);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
this.Name = "Xt_Authorization";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "权限管理";
|
this.Load += new System.EventHandler(this.Xt_Authorization_Load);
|
this.ToolBar.ResumeLayout(false);
|
this.ToolBar.PerformLayout();
|
this.panel1.ResumeLayout(false);
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
this.splitContainer1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.ToolStrip ToolBar;
|
private System.Windows.Forms.ToolStripButton sq;
|
private System.Windows.Forms.ToolStripButton sc;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
|
private System.Windows.Forms.ToolStripButton mrlk;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
|
private System.Windows.Forms.ToolStripButton bclk;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
|
private System.Windows.Forms.ToolStripButton tc;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.ToolStripButton qx;
|
private System.Windows.Forms.ImageList imageList1;
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
private System.Windows.Forms.TreeView tv;
|
private System.Windows.Forms.DataGridView grdMain;
|
private System.Windows.Forms.DataGridViewTextBoxColumn hidCol;
|
private System.Windows.Forms.DataGridViewCheckBoxColumn 是否权限Col;
|
private System.Windows.Forms.DataGridViewTextBoxColumn 功能说明Col;
|
public System.Windows.Forms.Label lblUser;
|
}
|
}
|