328 lines
16 KiB
C#
328 lines
16 KiB
C#
namespace AIMS.PublicUI.UI
|
|
{
|
|
partial class frmUserPurview
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.tsbAdd = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsbModify = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsbCancel = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsbSava = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsbExit = new System.Windows.Forms.ToolStripButton();
|
|
this.dgvUserPurview = new System.Windows.Forms.DataGridView();
|
|
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.RoleName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.IsValidColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.OperatorColumn = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
this.PermissionLevelColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.chkIsValid = new System.Windows.Forms.CheckBox();
|
|
this.txtRoleName = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.toolStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvUserPurview)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25);
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsbAdd,
|
|
this.toolStripSeparator1,
|
|
this.tsbModify,
|
|
this.toolStripSeparator2,
|
|
this.tsbCancel,
|
|
this.toolStripSeparator3,
|
|
this.tsbSava,
|
|
this.toolStripSeparator4,
|
|
this.tsbExit});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(812, 49);
|
|
this.toolStrip1.TabIndex = 1;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// tsbAdd
|
|
//
|
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
|
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
|
this.tsbAdd.Name = "tsbAdd";
|
|
this.tsbAdd.Size = new System.Drawing.Size(52, 46);
|
|
this.tsbAdd.Text = " 增加 ";
|
|
this.tsbAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 49);
|
|
//
|
|
// tsbModify
|
|
//
|
|
this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
|
|
this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
|
|
this.tsbModify.Name = "tsbModify";
|
|
this.tsbModify.Size = new System.Drawing.Size(52, 46);
|
|
this.tsbModify.Text = " 修改 ";
|
|
this.tsbModify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbModify.Click += new System.EventHandler(this.tsbModify_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 49);
|
|
//
|
|
// tsbCancel
|
|
//
|
|
this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
|
|
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
|
|
this.tsbCancel.Name = "tsbCancel";
|
|
this.tsbCancel.Size = new System.Drawing.Size(52, 46);
|
|
this.tsbCancel.Text = " 取消 ";
|
|
this.tsbCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
|
|
//
|
|
// toolStripSeparator3
|
|
//
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 49);
|
|
//
|
|
// tsbSava
|
|
//
|
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
|
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
|
this.tsbSava.Name = "tsbSava";
|
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
|
this.tsbSava.Text = " 保存 ";
|
|
this.tsbSava.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbSava.Click += new System.EventHandler(this.tsbSava_Click);
|
|
//
|
|
// toolStripSeparator4
|
|
//
|
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 49);
|
|
//
|
|
// tsbExit
|
|
//
|
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
|
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
|
this.tsbExit.Name = "tsbExit";
|
|
this.tsbExit.Size = new System.Drawing.Size(52, 46);
|
|
this.tsbExit.Text = " 关闭 ";
|
|
this.tsbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
|
|
//
|
|
// dgvUserPurview
|
|
//
|
|
this.dgvUserPurview.AllowUserToAddRows = false;
|
|
this.dgvUserPurview.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgvUserPurview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvUserPurview.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Id,
|
|
this.RoleName,
|
|
this.IsValidColumn,
|
|
this.OperatorColumn,
|
|
this.PermissionLevelColumn});
|
|
this.dgvUserPurview.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgvUserPurview.Location = new System.Drawing.Point(0, 0);
|
|
this.dgvUserPurview.Name = "dgvUserPurview";
|
|
this.dgvUserPurview.RowHeadersVisible = false;
|
|
this.dgvUserPurview.RowTemplate.Height = 23;
|
|
this.dgvUserPurview.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvUserPurview.Size = new System.Drawing.Size(812, 349);
|
|
this.dgvUserPurview.TabIndex = 2;
|
|
this.dgvUserPurview.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvUserPurview_CellContentClick);
|
|
//
|
|
// Id
|
|
//
|
|
this.Id.DataPropertyName = "Id";
|
|
this.Id.Frozen = true;
|
|
this.Id.HeaderText = "Id";
|
|
this.Id.Name = "Id";
|
|
this.Id.ReadOnly = true;
|
|
this.Id.Visible = false;
|
|
//
|
|
// RoleName
|
|
//
|
|
this.RoleName.DataPropertyName = "RoleName";
|
|
this.RoleName.HeaderText = "角色名称";
|
|
this.RoleName.Name = "RoleName";
|
|
this.RoleName.ReadOnly = true;
|
|
this.RoleName.Width = 500;
|
|
//
|
|
// IsValidColumn
|
|
//
|
|
this.IsValidColumn.DataPropertyName = "IsValid";
|
|
this.IsValidColumn.HeaderText = "有效性";
|
|
this.IsValidColumn.Name = "IsValidColumn";
|
|
this.IsValidColumn.ReadOnly = true;
|
|
this.IsValidColumn.Width = 75;
|
|
//
|
|
// OperatorColumn
|
|
//
|
|
this.OperatorColumn.HeaderText = "操作";
|
|
this.OperatorColumn.Name = "OperatorColumn";
|
|
this.OperatorColumn.ReadOnly = true;
|
|
this.OperatorColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.OperatorColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.OperatorColumn.Text = "授权";
|
|
this.OperatorColumn.UseColumnTextForButtonValue = true;
|
|
//
|
|
// PermissionLevelColumn
|
|
//
|
|
this.PermissionLevelColumn.DataPropertyName = "PermissionLevel";
|
|
this.PermissionLevelColumn.HeaderText = "PermissionLevel";
|
|
this.PermissionLevelColumn.Name = "PermissionLevelColumn";
|
|
this.PermissionLevelColumn.ReadOnly = true;
|
|
this.PermissionLevelColumn.Visible = false;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.panel3);
|
|
this.panel1.Controls.Add(this.panel2);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 49);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(812, 396);
|
|
this.panel1.TabIndex = 3;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.dgvUserPurview);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Location = new System.Drawing.Point(0, 47);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(812, 349);
|
|
this.panel3.TabIndex = 4;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.chkIsValid);
|
|
this.panel2.Controls.Add(this.txtRoleName);
|
|
this.panel2.Controls.Add(this.label1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel2.Font = new System.Drawing.Font("宋体", 10.5F);
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(812, 47);
|
|
this.panel2.TabIndex = 3;
|
|
//
|
|
// chkIsValid
|
|
//
|
|
this.chkIsValid.AutoSize = true;
|
|
this.chkIsValid.Location = new System.Drawing.Point(287, 19);
|
|
this.chkIsValid.Name = "chkIsValid";
|
|
this.chkIsValid.Size = new System.Drawing.Size(68, 18);
|
|
this.chkIsValid.TabIndex = 5;
|
|
this.chkIsValid.Text = "有效性";
|
|
this.chkIsValid.UseVisualStyleBackColor = true;
|
|
//
|
|
// txtRoleName
|
|
//
|
|
this.txtRoleName.Location = new System.Drawing.Point(126, 17);
|
|
this.txtRoleName.Name = "txtRoleName";
|
|
this.txtRoleName.Size = new System.Drawing.Size(123, 23);
|
|
this.txtRoleName.TabIndex = 4;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(29, 25);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(63, 14);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "角色名称";
|
|
//
|
|
// frmUserPurview
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(812, 445);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmUserPurview";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.frmUserPurview_Load);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvUserPurview)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ToolStripButton tsbAdd;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripButton tsbModify;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripButton tsbCancel;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
private System.Windows.Forms.ToolStripButton tsbSava;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|
private System.Windows.Forms.DataGridView dgvUserPurview;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.CheckBox chkIsValid;
|
|
private System.Windows.Forms.TextBox txtRoleName;
|
|
private System.Windows.Forms.Label label1;
|
|
public System.Windows.Forms.ToolStripButton tsbExit;
|
|
public System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn RoleName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn IsValidColumn;
|
|
private System.Windows.Forms.DataGridViewButtonColumn OperatorColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PermissionLevelColumn;
|
|
// private System.Windows.Forms.DataGridViewButtonColumn Operator;
|
|
}
|
|
} |