WinFormTools/WinformDevFramework/Pages/System/FrmRole.Designer.cs

348 lines
16 KiB
C#

namespace WinformDevFramework
{
partial class FrmRole
{
/// <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.groupBox2 = new System.Windows.Forms.GroupBox();
this.txtRemark = new System.Windows.Forms.RichTextBox();
this.txtRoleName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.uiTreeViewFunction = new Sunny.UI.UITreeView();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.panel2 = new System.Windows.Forms.Panel();
this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.panel1 = new System.Windows.Forms.Panel();
this.btnAddUser = new System.Windows.Forms.Button();
this.btnSearch = new System.Windows.Forms.Button();
this.txtUserName = new System.Windows.Forms.TextBox();
this.palTools.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabDataEdit.SuspendLayout();
this.groupBox1.SuspendLayout();
this.flowLayoutPanelTools.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox6.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.groupBox4);
this.groupBox1.Controls.Add(this.groupBox3);
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.SetChildIndex(this.txtID, 0);
this.groupBox1.Controls.SetChildIndex(this.groupBox2, 0);
this.groupBox1.Controls.SetChildIndex(this.groupBox3, 0);
this.groupBox1.Controls.SetChildIndex(this.groupBox4, 0);
//
// txtID
//
this.txtID.Location = new System.Drawing.Point(14, 22);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.txtRemark);
this.groupBox2.Controls.Add(this.txtRoleName);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox2.Location = new System.Drawing.Point(3, 19);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(780, 74);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "基本信息";
//
// txtRemark
//
this.txtRemark.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.txtRemark.Location = new System.Drawing.Point(300, 28);
this.txtRemark.Name = "txtRemark";
this.txtRemark.Size = new System.Drawing.Size(280, 40);
this.txtRemark.TabIndex = 0;
this.txtRemark.Text = "";
//
// txtRoleName
//
this.txtRoleName.Location = new System.Drawing.Point(69, 28);
this.txtRoleName.Name = "txtRoleName";
this.txtRoleName.Size = new System.Drawing.Size(125, 23);
this.txtRoleName.TabIndex = 4;
//
// label2
//
this.label2.Location = new System.Drawing.Point(235, 28);
this.label2.Name = "label2";
this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label2.Size = new System.Drawing.Size(59, 23);
this.label2.TabIndex = 5;
this.label2.Text = "备注";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label1
//
this.label1.Location = new System.Drawing.Point(4, 28);
this.label1.Name = "label1";
this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label1.Size = new System.Drawing.Size(59, 23);
this.label1.TabIndex = 3;
this.label1.Text = "角色名称";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.uiTreeViewFunction);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Right;
this.groupBox3.Location = new System.Drawing.Point(583, 93);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(200, 287);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "可操作功能";
//
// uiTreeViewFunction
//
this.uiTreeViewFunction.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiTreeViewFunction.FillColor = System.Drawing.SystemColors.Control;
this.uiTreeViewFunction.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.uiTreeViewFunction.Location = new System.Drawing.Point(3, 19);
this.uiTreeViewFunction.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTreeViewFunction.MinimumSize = new System.Drawing.Size(1, 1);
this.uiTreeViewFunction.Name = "uiTreeViewFunction";
this.uiTreeViewFunction.Radius = 1;
this.uiTreeViewFunction.RectColor = System.Drawing.Color.Gray;
this.uiTreeViewFunction.SelectedColor = System.Drawing.Color.DarkGray;
this.uiTreeViewFunction.ShowText = false;
this.uiTreeViewFunction.Size = new System.Drawing.Size(194, 265);
this.uiTreeViewFunction.Style = Sunny.UI.UIStyle.Custom;
this.uiTreeViewFunction.TabIndex = 0;
this.uiTreeViewFunction.Text = "uiTreeView1";
this.uiTreeViewFunction.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.splitContainer1);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox4.Location = new System.Drawing.Point(3, 93);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(580, 287);
this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "用户";
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(3, 19);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.groupBox5);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.groupBox6);
this.splitContainer1.Size = new System.Drawing.Size(574, 265);
this.splitContainer1.SplitterDistance = 191;
this.splitContainer1.TabIndex = 0;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.dataGridView1);
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox5.Location = new System.Drawing.Point(0, 0);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(191, 265);
this.groupBox5.TabIndex = 2;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "已拥有";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.GridColor = System.Drawing.SystemColors.Control;
this.dataGridView1.Location = new System.Drawing.Point(3, 19);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 25;
this.dataGridView1.Size = new System.Drawing.Size(185, 243);
this.dataGridView1.TabIndex = 0;
//
// groupBox6
//
this.groupBox6.Controls.Add(this.panel2);
this.groupBox6.Controls.Add(this.panel1);
this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox6.Location = new System.Drawing.Point(0, 0);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(379, 265);
this.groupBox6.TabIndex = 3;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "未拥有";
//
// panel2
//
this.panel2.Controls.Add(this.dataGridView2);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(3, 46);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(373, 216);
this.panel2.TabIndex = 2;
//
// dataGridView2
//
this.dataGridView2.AllowUserToDeleteRows = false;
this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView2.BackgroundColor = System.Drawing.SystemColors.Control;
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView2.GridColor = System.Drawing.SystemColors.Control;
this.dataGridView2.Location = new System.Drawing.Point(0, 0);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.RowHeadersVisible = false;
this.dataGridView2.RowTemplate.Height = 25;
this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView2.Size = new System.Drawing.Size(373, 216);
this.dataGridView2.TabIndex = 0;
//
// panel1
//
this.panel1.Controls.Add(this.btnAddUser);
this.panel1.Controls.Add(this.btnSearch);
this.panel1.Controls.Add(this.txtUserName);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(3, 19);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(373, 27);
this.panel1.TabIndex = 1;
//
// btnAddUser
//
this.btnAddUser.Location = new System.Drawing.Point(180, 3);
this.btnAddUser.Name = "btnAddUser";
this.btnAddUser.Size = new System.Drawing.Size(46, 23);
this.btnAddUser.TabIndex = 2;
this.btnAddUser.Text = "增加";
this.btnAddUser.UseVisualStyleBackColor = true;
this.btnAddUser.Click += new System.EventHandler(this.btnAddUser_Click);
//
// btnSearch
//
this.btnSearch.Location = new System.Drawing.Point(127, 3);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(50, 23);
this.btnSearch.TabIndex = 1;
this.btnSearch.Text = "搜索";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// txtUserName
//
this.txtUserName.Location = new System.Drawing.Point(3, 3);
this.txtUserName.Name = "txtUserName";
this.txtUserName.PlaceholderText = "登录名";
this.txtUserName.Size = new System.Drawing.Size(123, 23);
this.txtUserName.TabIndex = 0;
//
// FrmRole
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Name = "FrmRole";
this.Text = "FrmRole";
this.palTools.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabDataEdit.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.flowLayoutPanelTools.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox6.ResumeLayout(false);
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private GroupBox groupBox2;
private GroupBox groupBox3;
private GroupBox groupBox4;
private TextBox txtRoleName;
private Label label1;
private Label label2;
private RichTextBox txtRemark;
private Sunny.UI.UITreeView uiTreeViewFunction;
private SplitContainer splitContainer1;
private GroupBox groupBox5;
private DataGridView dataGridView1;
private GroupBox groupBox6;
private Panel panel2;
private DataGridView dataGridView2;
private Panel panel1;
private Button btnSearch;
private TextBox txtUserName;
private Button btnAddUser;
}
}