263 lines
13 KiB
C#
263 lines
13 KiB
C#
namespace SOH.BasicSettings
|
||
{
|
||
partial class frmYongHuJueSeWeiHu
|
||
{
|
||
/// <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.components = new System.ComponentModel.Container();
|
||
this.dgvygList = new System.Windows.Forms.DataGridView();
|
||
this.yonggongDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.czymDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.czymmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.ygbmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.jbbmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.ztDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.zhuxiaoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.checkedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||
this.tczyglBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||
this.tvRoles = new System.Windows.Forms.TreeView();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.button3 = new System.Windows.Forms.Button();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvygList)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tczyglBindingSource)).BeginInit();
|
||
this.groupBox1.SuspendLayout();
|
||
this.groupBox2.SuspendLayout();
|
||
this.panel1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// dgvygList
|
||
//
|
||
this.dgvygList.AllowUserToAddRows = false;
|
||
this.dgvygList.AllowUserToDeleteRows = false;
|
||
this.dgvygList.AllowUserToResizeColumns = false;
|
||
this.dgvygList.AllowUserToResizeRows = false;
|
||
this.dgvygList.AutoGenerateColumns = false;
|
||
this.dgvygList.BackgroundColor = System.Drawing.Color.White;
|
||
this.dgvygList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dgvygList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
this.yonggongDataGridViewTextBoxColumn,
|
||
this.czymDataGridViewTextBoxColumn,
|
||
this.czymmDataGridViewTextBoxColumn,
|
||
this.ygbmDataGridViewTextBoxColumn,
|
||
this.jbbmDataGridViewTextBoxColumn,
|
||
this.ztDataGridViewTextBoxColumn,
|
||
this.zhuxiaoDataGridViewTextBoxColumn,
|
||
this.checkedDataGridViewCheckBoxColumn});
|
||
this.dgvygList.DataSource = this.tczyglBindingSource;
|
||
this.dgvygList.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.dgvygList.Location = new System.Drawing.Point(3, 17);
|
||
this.dgvygList.Name = "dgvygList";
|
||
this.dgvygList.ReadOnly = true;
|
||
this.dgvygList.RowTemplate.Height = 23;
|
||
this.dgvygList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
this.dgvygList.Size = new System.Drawing.Size(252, 329);
|
||
this.dgvygList.TabIndex = 0;
|
||
this.dgvygList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvygList_CellClick);
|
||
//
|
||
// yonggongDataGridViewTextBoxColumn
|
||
//
|
||
this.yonggongDataGridViewTextBoxColumn.DataPropertyName = "yonggong";
|
||
this.yonggongDataGridViewTextBoxColumn.HeaderText = "操作员名称";
|
||
this.yonggongDataGridViewTextBoxColumn.Name = "yonggongDataGridViewTextBoxColumn";
|
||
this.yonggongDataGridViewTextBoxColumn.ReadOnly = true;
|
||
//
|
||
// czymDataGridViewTextBoxColumn
|
||
//
|
||
this.czymDataGridViewTextBoxColumn.DataPropertyName = "czym";
|
||
this.czymDataGridViewTextBoxColumn.HeaderText = "操作员账号";
|
||
this.czymDataGridViewTextBoxColumn.Name = "czymDataGridViewTextBoxColumn";
|
||
this.czymDataGridViewTextBoxColumn.ReadOnly = true;
|
||
//
|
||
// czymmDataGridViewTextBoxColumn
|
||
//
|
||
this.czymmDataGridViewTextBoxColumn.DataPropertyName = "czymm";
|
||
this.czymmDataGridViewTextBoxColumn.HeaderText = "操作员密码";
|
||
this.czymmDataGridViewTextBoxColumn.Name = "czymmDataGridViewTextBoxColumn";
|
||
this.czymmDataGridViewTextBoxColumn.ReadOnly = true;
|
||
this.czymmDataGridViewTextBoxColumn.Visible = false;
|
||
//
|
||
// ygbmDataGridViewTextBoxColumn
|
||
//
|
||
this.ygbmDataGridViewTextBoxColumn.DataPropertyName = "ygbm";
|
||
this.ygbmDataGridViewTextBoxColumn.HeaderText = "员工编码";
|
||
this.ygbmDataGridViewTextBoxColumn.Name = "ygbmDataGridViewTextBoxColumn";
|
||
this.ygbmDataGridViewTextBoxColumn.ReadOnly = true;
|
||
this.ygbmDataGridViewTextBoxColumn.Visible = false;
|
||
//
|
||
// jbbmDataGridViewTextBoxColumn
|
||
//
|
||
this.jbbmDataGridViewTextBoxColumn.DataPropertyName = "jbbm";
|
||
this.jbbmDataGridViewTextBoxColumn.HeaderText = "jbbm";
|
||
this.jbbmDataGridViewTextBoxColumn.Name = "jbbmDataGridViewTextBoxColumn";
|
||
this.jbbmDataGridViewTextBoxColumn.ReadOnly = true;
|
||
this.jbbmDataGridViewTextBoxColumn.Visible = false;
|
||
//
|
||
// ztDataGridViewTextBoxColumn
|
||
//
|
||
this.ztDataGridViewTextBoxColumn.DataPropertyName = "zt";
|
||
this.ztDataGridViewTextBoxColumn.HeaderText = "zt";
|
||
this.ztDataGridViewTextBoxColumn.Name = "ztDataGridViewTextBoxColumn";
|
||
this.ztDataGridViewTextBoxColumn.ReadOnly = true;
|
||
this.ztDataGridViewTextBoxColumn.Visible = false;
|
||
//
|
||
// zhuxiaoDataGridViewTextBoxColumn
|
||
//
|
||
this.zhuxiaoDataGridViewTextBoxColumn.DataPropertyName = "zhuxiao";
|
||
this.zhuxiaoDataGridViewTextBoxColumn.HeaderText = "zhuxiao";
|
||
this.zhuxiaoDataGridViewTextBoxColumn.Name = "zhuxiaoDataGridViewTextBoxColumn";
|
||
this.zhuxiaoDataGridViewTextBoxColumn.ReadOnly = true;
|
||
this.zhuxiaoDataGridViewTextBoxColumn.Visible = false;
|
||
//
|
||
// checkedDataGridViewCheckBoxColumn
|
||
//
|
||
this.checkedDataGridViewCheckBoxColumn.DataPropertyName = "Checked";
|
||
this.checkedDataGridViewCheckBoxColumn.HeaderText = "选择";
|
||
this.checkedDataGridViewCheckBoxColumn.Name = "checkedDataGridViewCheckBoxColumn";
|
||
this.checkedDataGridViewCheckBoxColumn.ReadOnly = true;
|
||
this.checkedDataGridViewCheckBoxColumn.Visible = false;
|
||
//
|
||
// tczyglBindingSource
|
||
//
|
||
this.tczyglBindingSource.DataSource = typeof(SOH.Entities.t_czygl);
|
||
//
|
||
// tvRoles
|
||
//
|
||
this.tvRoles.CheckBoxes = true;
|
||
this.tvRoles.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.tvRoles.Location = new System.Drawing.Point(3, 49);
|
||
this.tvRoles.Name = "tvRoles";
|
||
this.tvRoles.Size = new System.Drawing.Size(175, 297);
|
||
this.tvRoles.TabIndex = 1;
|
||
this.tvRoles.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvRoles_AfterCheck);
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.dgvygList);
|
||
this.groupBox1.Location = new System.Drawing.Point(12, 11);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(258, 349);
|
||
this.groupBox1.TabIndex = 2;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "用户栏";
|
||
//
|
||
// groupBox2
|
||
//
|
||
this.groupBox2.Controls.Add(this.tvRoles);
|
||
this.groupBox2.Controls.Add(this.panel1);
|
||
this.groupBox2.Location = new System.Drawing.Point(302, 12);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Size = new System.Drawing.Size(181, 349);
|
||
this.groupBox2.TabIndex = 3;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = "角色栏";
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.Controls.Add(this.button3);
|
||
this.panel1.Controls.Add(this.button2);
|
||
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panel1.Location = new System.Drawing.Point(3, 17);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(175, 32);
|
||
this.panel1.TabIndex = 2;
|
||
//
|
||
// button3
|
||
//
|
||
this.button3.Location = new System.Drawing.Point(139, 3);
|
||
this.button3.Name = "button3";
|
||
this.button3.Size = new System.Drawing.Size(33, 23);
|
||
this.button3.TabIndex = 6;
|
||
this.button3.Text = "×";
|
||
this.button3.UseVisualStyleBackColor = true;
|
||
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Location = new System.Drawing.Point(91, 3);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(33, 23);
|
||
this.button2.TabIndex = 5;
|
||
this.button2.Text = "√";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(408, 367);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(75, 23);
|
||
this.button1.TabIndex = 4;
|
||
this.button1.Text = "保存";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// frmYongHuJueSeWeiHu
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(501, 411);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.groupBox2);
|
||
this.Controls.Add(this.groupBox1);
|
||
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.Name = "frmYongHuJueSeWeiHu";
|
||
this.Text = "用户角色维护";
|
||
this.Load += new System.EventHandler(this.frmYongHuJueSeWeiHu_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvygList)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.tczyglBindingSource)).EndInit();
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox2.ResumeLayout(false);
|
||
this.panel1.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.DataGridView dgvygList;
|
||
private System.Windows.Forms.TreeView tvRoles;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.GroupBox groupBox2;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.Button button3;
|
||
private System.Windows.Forms.BindingSource tczyglBindingSource;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn yonggongDataGridViewTextBoxColumn;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn czymDataGridViewTextBoxColumn;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn czymmDataGridViewTextBoxColumn;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn ygbmDataGridViewTextBoxColumn;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn jbbmDataGridViewTextBoxColumn;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn ztDataGridViewTextBoxColumn;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn zhuxiaoDataGridViewTextBoxColumn;
|
||
private System.Windows.Forms.DataGridViewCheckBoxColumn checkedDataGridViewCheckBoxColumn;
|
||
}
|
||
} |