namespace ClientsLibrary.Configuration { partial class RolesConfiguration { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.userButton4 = new HslCommunication.Controls.UserButton(); this.userButton3 = new HslCommunication.Controls.UserButton(); this.userButton2 = new HslCommunication.Controls.UserButton(); this.userButton1 = new HslCommunication.Controls.UserButton(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.listBox1 = new System.Windows.Forms.ListBox(); this.listBox2 = new System.Windows.Forms.ListBox(); this.userButton5 = new HslCommunication.Controls.UserButton(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 17); this.label1.TabIndex = 2; this.label1.Text = "角色名称列表"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 3); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 17); this.label2.TabIndex = 4; this.label2.Text = "关联账号列表"; // // userButton4 // this.userButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.userButton4.BackColor = System.Drawing.Color.Transparent; this.userButton4.CustomerInformation = ""; this.userButton4.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190))))); this.userButton4.Font = new System.Drawing.Font("微软雅黑", 9F); this.userButton4.Location = new System.Drawing.Point(458, 427); this.userButton4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.userButton4.Name = "userButton4"; this.userButton4.Size = new System.Drawing.Size(78, 25); this.userButton4.TabIndex = 7; this.userButton4.UIText = "保存"; this.userButton4.Click += new System.EventHandler(this.userButton4_Click); // // userButton3 // this.userButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.userButton3.BackColor = System.Drawing.Color.Transparent; this.userButton3.CustomerInformation = ""; this.userButton3.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190))))); this.userButton3.Font = new System.Drawing.Font("微软雅黑", 9F); this.userButton3.Location = new System.Drawing.Point(3, 391); this.userButton3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.userButton3.Name = "userButton3"; this.userButton3.Size = new System.Drawing.Size(78, 25); this.userButton3.TabIndex = 6; this.userButton3.UIText = "编辑"; this.userButton3.Click += new System.EventHandler(this.userButton3_Click); // // userButton2 // this.userButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.userButton2.BackColor = System.Drawing.Color.Transparent; this.userButton2.CustomerInformation = ""; this.userButton2.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190))))); this.userButton2.Font = new System.Drawing.Font("微软雅黑", 9F); this.userButton2.Location = new System.Drawing.Point(171, 427); this.userButton2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.userButton2.Name = "userButton2"; this.userButton2.Size = new System.Drawing.Size(78, 25); this.userButton2.TabIndex = 5; this.userButton2.UIText = "删除"; this.userButton2.Click += new System.EventHandler(this.userButton2_Click); // // userButton1 // this.userButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.userButton1.BackColor = System.Drawing.Color.Transparent; this.userButton1.CustomerInformation = ""; this.userButton1.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190))))); this.userButton1.Font = new System.Drawing.Font("微软雅黑", 9F); this.userButton1.Location = new System.Drawing.Point(3, 427); this.userButton1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.userButton1.Name = "userButton1"; this.userButton1.Size = new System.Drawing.Size(78, 25); this.userButton1.TabIndex = 1; this.userButton1.UIText = "新增"; this.userButton1.Click += new System.EventHandler(this.userButton1_Click); // // splitContainer1 // this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainer1.Location = new System.Drawing.Point(0, 3); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.textBox2); this.splitContainer1.Panel1.Controls.Add(this.label4); this.splitContainer1.Panel1.Controls.Add(this.textBox1); this.splitContainer1.Panel1.Controls.Add(this.label3); this.splitContainer1.Panel1.Controls.Add(this.listBox1); this.splitContainer1.Panel1.Controls.Add(this.label1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.listBox2); this.splitContainer1.Panel2.Controls.Add(this.label2); this.splitContainer1.Panel2.Controls.Add(this.userButton3); this.splitContainer1.Size = new System.Drawing.Size(536, 421); this.splitContainer1.SplitterDistance = 264; this.splitContainer1.TabIndex = 8; // // textBox2 // this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox2.Location = new System.Drawing.Point(71, 396); this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; this.textBox2.Size = new System.Drawing.Size(189, 23); this.textBox2.TabIndex = 10; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(2, 399); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(44, 17); this.label4.TabIndex = 9; this.label4.Text = "描述:"; // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.Location = new System.Drawing.Point(71, 371); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(189, 23); this.textBox1.TabIndex = 8; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(2, 374); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(44, 17); this.label3.TabIndex = 7; this.label3.Text = "代码:"; // // listBox1 // this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 21; this.listBox1.Location = new System.Drawing.Point(3, 23); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(257, 340); this.listBox1.TabIndex = 6; this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged); // // listBox2 // this.listBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.listBox2.FormattingEnabled = true; this.listBox2.ItemHeight = 21; this.listBox2.Location = new System.Drawing.Point(3, 23); this.listBox2.Name = "listBox2"; this.listBox2.Size = new System.Drawing.Size(258, 361); this.listBox2.TabIndex = 7; // // userButton5 // this.userButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.userButton5.BackColor = System.Drawing.Color.Transparent; this.userButton5.CustomerInformation = ""; this.userButton5.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190))))); this.userButton5.Font = new System.Drawing.Font("微软雅黑", 9F); this.userButton5.Location = new System.Drawing.Point(87, 427); this.userButton5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.userButton5.Name = "userButton5"; this.userButton5.Size = new System.Drawing.Size(78, 25); this.userButton5.TabIndex = 7; this.userButton5.UIText = "编辑"; this.userButton5.Click += new System.EventHandler(this.userButton5_Click); // // RolesConfiguration // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.AliceBlue; this.Controls.Add(this.userButton5); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.userButton4); this.Controls.Add(this.userButton1); this.Controls.Add(this.userButton2); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "RolesConfiguration"; this.Size = new System.Drawing.Size(539, 456); this.Load += new System.EventHandler(this.RolesConfiguration_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private HslCommunication.Controls.UserButton userButton1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private HslCommunication.Controls.UserButton userButton2; private HslCommunication.Controls.UserButton userButton3; private HslCommunication.Controls.UserButton userButton4; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.ListBox listBox2; private HslCommunication.Controls.UserButton userButton5; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label3; } }