130 lines
5.8 KiB
C#
130 lines
5.8 KiB
C#
namespace DocumentManagement.UI
|
|
{
|
|
partial class frmUserTempPurview
|
|
{
|
|
/// <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.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();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvUserPurview)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(693, 453);
|
|
this.dgvUserPurview.TabIndex = 3;
|
|
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;
|
|
//
|
|
// frmUserTempPurview
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(693, 453);
|
|
this.Controls.Add(this.dgvUserPurview);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmUserTempPurview";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "医疗文书权限分配";
|
|
this.Load += new System.EventHandler(this.frmUserTempPurview_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvUserPurview)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataGridView dgvUserPurview;
|
|
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;
|
|
}
|
|
} |