tijian_jichuang/Code/BasicSettings/frmJueSeCaiDanWeiHu.Designer.cs

263 lines
14 KiB
C#
Raw Normal View History

2025-02-20 11:54:48 +08:00
namespace SOH.BasicSettings
{
partial class frmJueSeCaiDanWeiHu
{
/// <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.button1 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.tvcdlist = new System.Windows.Forms.TreeView();
this.panel1 = new System.Windows.Forms.Panel();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dgvygList = new System.Windows.Forms.DataGridView();
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.roleNmaeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.stateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fddmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zhuxiao1DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zhuxiao2DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fendianDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.checkedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.roleBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.groupBox2.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvygList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(404, 356);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 7;
this.button1.Text = "保存";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.tvcdlist);
this.groupBox2.Controls.Add(this.panel1);
this.groupBox2.Location = new System.Drawing.Point(298, 1);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(228, 349);
this.groupBox2.TabIndex = 6;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "菜单栏";
//
// tvcdlist
//
this.tvcdlist.CheckBoxes = true;
this.tvcdlist.Dock = System.Windows.Forms.DockStyle.Fill;
this.tvcdlist.Location = new System.Drawing.Point(3, 49);
this.tvcdlist.Name = "tvcdlist";
this.tvcdlist.Size = new System.Drawing.Size(222, 297);
this.tvcdlist.TabIndex = 1;
this.tvcdlist.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvcdlist_AfterCheck);
//
// 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(222, 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(100, 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);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dgvygList);
this.groupBox1.Location = new System.Drawing.Point(8, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(258, 349);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "角色栏";
//
// 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.idDataGridViewTextBoxColumn,
this.roleNmaeDataGridViewTextBoxColumn,
this.stateDataGridViewTextBoxColumn,
this.fddmDataGridViewTextBoxColumn,
this.zhuxiao1DataGridViewTextBoxColumn,
this.zhuxiao2DataGridViewTextBoxColumn,
this.fendianDataGridViewTextBoxColumn,
this.checkedDataGridViewCheckBoxColumn});
this.dgvygList.DataSource = this.roleBindingSource;
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);
//
// idDataGridViewTextBoxColumn
//
this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
this.idDataGridViewTextBoxColumn.HeaderText = "id";
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
this.idDataGridViewTextBoxColumn.ReadOnly = true;
this.idDataGridViewTextBoxColumn.Visible = false;
//
// roleNmaeDataGridViewTextBoxColumn
//
this.roleNmaeDataGridViewTextBoxColumn.DataPropertyName = "RoleNmae";
this.roleNmaeDataGridViewTextBoxColumn.HeaderText = "角色名称";
this.roleNmaeDataGridViewTextBoxColumn.Name = "roleNmaeDataGridViewTextBoxColumn";
this.roleNmaeDataGridViewTextBoxColumn.ReadOnly = true;
//
// stateDataGridViewTextBoxColumn
//
this.stateDataGridViewTextBoxColumn.DataPropertyName = "state";
this.stateDataGridViewTextBoxColumn.HeaderText = "角色状态";
this.stateDataGridViewTextBoxColumn.Name = "stateDataGridViewTextBoxColumn";
this.stateDataGridViewTextBoxColumn.ReadOnly = true;
this.stateDataGridViewTextBoxColumn.Visible = false;
//
// fddmDataGridViewTextBoxColumn
//
this.fddmDataGridViewTextBoxColumn.DataPropertyName = "fddm";
this.fddmDataGridViewTextBoxColumn.HeaderText = "分店代码";
this.fddmDataGridViewTextBoxColumn.Name = "fddmDataGridViewTextBoxColumn";
this.fddmDataGridViewTextBoxColumn.ReadOnly = true;
this.fddmDataGridViewTextBoxColumn.Visible = false;
//
// zhuxiao1DataGridViewTextBoxColumn
//
this.zhuxiao1DataGridViewTextBoxColumn.DataPropertyName = "zhuxiao1";
this.zhuxiao1DataGridViewTextBoxColumn.HeaderText = "zhuxiao1";
this.zhuxiao1DataGridViewTextBoxColumn.Name = "zhuxiao1DataGridViewTextBoxColumn";
this.zhuxiao1DataGridViewTextBoxColumn.ReadOnly = true;
this.zhuxiao1DataGridViewTextBoxColumn.Visible = false;
//
// zhuxiao2DataGridViewTextBoxColumn
//
this.zhuxiao2DataGridViewTextBoxColumn.DataPropertyName = "zhuxiao2";
this.zhuxiao2DataGridViewTextBoxColumn.HeaderText = "zhuxiao2";
this.zhuxiao2DataGridViewTextBoxColumn.Name = "zhuxiao2DataGridViewTextBoxColumn";
this.zhuxiao2DataGridViewTextBoxColumn.ReadOnly = true;
this.zhuxiao2DataGridViewTextBoxColumn.Visible = false;
//
// fendianDataGridViewTextBoxColumn
//
this.fendianDataGridViewTextBoxColumn.DataPropertyName = "fendian";
this.fendianDataGridViewTextBoxColumn.HeaderText = "所属分店";
this.fendianDataGridViewTextBoxColumn.Name = "fendianDataGridViewTextBoxColumn";
this.fendianDataGridViewTextBoxColumn.ReadOnly = true;
//
// checkedDataGridViewCheckBoxColumn
//
this.checkedDataGridViewCheckBoxColumn.DataPropertyName = "Checked";
this.checkedDataGridViewCheckBoxColumn.HeaderText = "选择";
this.checkedDataGridViewCheckBoxColumn.Name = "checkedDataGridViewCheckBoxColumn";
this.checkedDataGridViewCheckBoxColumn.ReadOnly = true;
this.checkedDataGridViewCheckBoxColumn.Visible = false;
//
// roleBindingSource
//
this.roleBindingSource.DataSource = typeof(SOH.Entities.Role);
//
// frmJueSeCaiDanWeiHu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(525, 396);
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 = "frmJueSeCaiDanWeiHu";
this.Text = "角色菜单维护";
this.Load += new System.EventHandler(this.frmJueSeCaiDanWeiHu_Load);
this.groupBox2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvygList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TreeView tvcdlist;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView dgvygList;
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn roleNmaeDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn stateDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn fddmDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn zhuxiao1DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn zhuxiao2DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn fendianDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewCheckBoxColumn checkedDataGridViewCheckBoxColumn;
private System.Windows.Forms.BindingSource roleBindingSource;
}
}