295 lines
14 KiB
C#
295 lines
14 KiB
C#
namespace SOH.BasicSettings
|
|
{
|
|
partial class LuRuQuanXian
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LuRuQuanXian));
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.dgv_czylist = new System.Windows.Forms.DataGridView();
|
|
this.col_czyname = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.col_rname = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.col_ssks = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.dgv_kczks = new System.Windows.Forms.DataGridView();
|
|
this.col_ksmc = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.col_zx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.dgv_syks = new System.Windows.Forms.DataGridView();
|
|
this.col_ksmc1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.col_zxbz1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.btn_save = new System.Windows.Forms.Button();
|
|
this.btn_remove = new System.Windows.Forms.Button();
|
|
this.btn_add = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_czylist)).BeginInit();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_kczks)).BeginInit();
|
|
this.groupBox3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_syks)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.dgv_czylist);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(200, 339);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "操作员列表";
|
|
//
|
|
// dgv_czylist
|
|
//
|
|
this.dgv_czylist.AllowUserToAddRows = false;
|
|
this.dgv_czylist.AllowUserToDeleteRows = false;
|
|
this.dgv_czylist.AllowUserToResizeColumns = false;
|
|
this.dgv_czylist.AllowUserToResizeRows = false;
|
|
this.dgv_czylist.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgv_czylist.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgv_czylist.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.col_czyname,
|
|
this.col_rname,
|
|
this.col_ssks});
|
|
this.dgv_czylist.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgv_czylist.Location = new System.Drawing.Point(3, 17);
|
|
this.dgv_czylist.Name = "dgv_czylist";
|
|
this.dgv_czylist.ReadOnly = true;
|
|
this.dgv_czylist.RowHeadersVisible = false;
|
|
this.dgv_czylist.RowTemplate.Height = 23;
|
|
this.dgv_czylist.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgv_czylist.Size = new System.Drawing.Size(194, 319);
|
|
this.dgv_czylist.TabIndex = 1;
|
|
this.dgv_czylist.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_czylist_CellContentClick);
|
|
//
|
|
// col_czyname
|
|
//
|
|
this.col_czyname.DataPropertyName = "czy";
|
|
this.col_czyname.HeaderText = "用户名";
|
|
this.col_czyname.Name = "col_czyname";
|
|
this.col_czyname.ReadOnly = true;
|
|
this.col_czyname.Width = 70;
|
|
//
|
|
// col_rname
|
|
//
|
|
this.col_rname.DataPropertyName = "rname";
|
|
this.col_rname.HeaderText = "真实姓名";
|
|
this.col_rname.Name = "col_rname";
|
|
this.col_rname.ReadOnly = true;
|
|
this.col_rname.Width = 90;
|
|
//
|
|
// col_ssks
|
|
//
|
|
this.col_ssks.DataPropertyName = "ssks";
|
|
this.col_ssks.HeaderText = "所属科室";
|
|
this.col_ssks.Name = "col_ssks";
|
|
this.col_ssks.ReadOnly = true;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.dgv_kczks);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.groupBox2.Location = new System.Drawing.Point(200, 0);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(200, 339);
|
|
this.groupBox2.TabIndex = 1;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "可操作科室";
|
|
//
|
|
// dgv_kczks
|
|
//
|
|
this.dgv_kczks.AllowUserToAddRows = false;
|
|
this.dgv_kczks.AllowUserToDeleteRows = false;
|
|
this.dgv_kczks.AllowUserToResizeColumns = false;
|
|
this.dgv_kczks.AllowUserToResizeRows = false;
|
|
this.dgv_kczks.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgv_kczks.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgv_kczks.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.col_ksmc,
|
|
this.col_zx});
|
|
this.dgv_kczks.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgv_kczks.Location = new System.Drawing.Point(3, 17);
|
|
this.dgv_kczks.Name = "dgv_kczks";
|
|
this.dgv_kczks.ReadOnly = true;
|
|
this.dgv_kczks.RowHeadersVisible = false;
|
|
this.dgv_kczks.RowTemplate.Height = 23;
|
|
this.dgv_kczks.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgv_kczks.Size = new System.Drawing.Size(194, 319);
|
|
this.dgv_kczks.TabIndex = 1;
|
|
this.dgv_kczks.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_kczks_CellContentDoubleClick);
|
|
//
|
|
// col_ksmc
|
|
//
|
|
this.col_ksmc.DataPropertyName = "ksmc";
|
|
this.col_ksmc.HeaderText = "科室名称";
|
|
this.col_ksmc.Name = "col_ksmc";
|
|
this.col_ksmc.ReadOnly = true;
|
|
//
|
|
// col_zx
|
|
//
|
|
this.col_zx.DataPropertyName = "zxbz";
|
|
this.col_zx.HeaderText = "注销标志";
|
|
this.col_zx.Name = "col_zx";
|
|
this.col_zx.ReadOnly = true;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.dgv_syks);
|
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.groupBox3.Location = new System.Drawing.Point(528, 0);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(200, 339);
|
|
this.groupBox3.TabIndex = 2;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "所有科室";
|
|
//
|
|
// dgv_syks
|
|
//
|
|
this.dgv_syks.AllowUserToAddRows = false;
|
|
this.dgv_syks.AllowUserToDeleteRows = false;
|
|
this.dgv_syks.AllowUserToResizeColumns = false;
|
|
this.dgv_syks.AllowUserToResizeRows = false;
|
|
this.dgv_syks.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgv_syks.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgv_syks.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.col_ksmc1,
|
|
this.col_zxbz1});
|
|
this.dgv_syks.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgv_syks.Location = new System.Drawing.Point(3, 17);
|
|
this.dgv_syks.Name = "dgv_syks";
|
|
this.dgv_syks.ReadOnly = true;
|
|
this.dgv_syks.RowHeadersVisible = false;
|
|
this.dgv_syks.RowTemplate.Height = 23;
|
|
this.dgv_syks.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgv_syks.Size = new System.Drawing.Size(194, 319);
|
|
this.dgv_syks.TabIndex = 0;
|
|
this.dgv_syks.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_syks_CellContentDoubleClick);
|
|
//
|
|
// col_ksmc1
|
|
//
|
|
this.col_ksmc1.DataPropertyName = "ksmc";
|
|
this.col_ksmc1.HeaderText = "科室名称";
|
|
this.col_ksmc1.Name = "col_ksmc1";
|
|
this.col_ksmc1.ReadOnly = true;
|
|
//
|
|
// col_zxbz1
|
|
//
|
|
this.col_zxbz1.DataPropertyName = "zxbz";
|
|
this.col_zxbz1.HeaderText = "注销标志";
|
|
this.col_zxbz1.Name = "col_zxbz1";
|
|
this.col_zxbz1.ReadOnly = true;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.btn_save);
|
|
this.panel1.Controls.Add(this.btn_remove);
|
|
this.panel1.Controls.Add(this.btn_add);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel1.Location = new System.Drawing.Point(400, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(128, 339);
|
|
this.panel1.TabIndex = 6;
|
|
//
|
|
// btn_save
|
|
//
|
|
this.btn_save.Location = new System.Drawing.Point(23, 175);
|
|
this.btn_save.Name = "btn_save";
|
|
this.btn_save.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_save.TabIndex = 8;
|
|
this.btn_save.Text = "保存";
|
|
this.btn_save.UseVisualStyleBackColor = true;
|
|
this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
|
|
//
|
|
// btn_remove
|
|
//
|
|
this.btn_remove.Location = new System.Drawing.Point(23, 131);
|
|
this.btn_remove.Name = "btn_remove";
|
|
this.btn_remove.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_remove.TabIndex = 7;
|
|
this.btn_remove.Text = "=>";
|
|
this.btn_remove.UseVisualStyleBackColor = true;
|
|
this.btn_remove.Click += new System.EventHandler(this.btn_remove_Click);
|
|
//
|
|
// btn_add
|
|
//
|
|
this.btn_add.Location = new System.Drawing.Point(23, 82);
|
|
this.btn_add.Name = "btn_add";
|
|
this.btn_add.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_add.TabIndex = 6;
|
|
this.btn_add.Text = "<=";
|
|
this.btn_add.UseVisualStyleBackColor = true;
|
|
this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
|
|
//
|
|
// LuRuQuanXian
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(727, 339);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.panel1);
|
|
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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "LuRuQuanXian";
|
|
this.Text = "录入权限维护";
|
|
this.Load += new System.EventHandler(this.LuRuQuanXian_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_czylist)).EndInit();
|
|
this.groupBox2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_kczks)).EndInit();
|
|
this.groupBox3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_syks)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.DataGridView dgv_czylist;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.DataGridView dgv_kczks;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn col_ksmc;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn col_zx;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.DataGridView dgv_syks;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn col_ksmc1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn col_zxbz1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btn_save;
|
|
private System.Windows.Forms.Button btn_remove;
|
|
private System.Windows.Forms.Button btn_add;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn col_czyname;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn col_rname;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn col_ssks;
|
|
}
|
|
} |