namespace BLL { partial class Xt_UserGroup { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.cmdCancel = new System.Windows.Forms.Button(); this.cmdOK = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.LbNo = new System.Windows.Forms.ListBox(); this.LbYes = new System.Windows.Forms.ListBox(); this.cmdAllRight = new System.Windows.Forms.Button(); this.cmdRight = new System.Windows.Forms.Button(); this.cmdAllLeft = new System.Windows.Forms.Button(); this.cmdLeft = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cmbHLev = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.lblError = new System.Windows.Forms.Label(); this.txtExplain = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtGroup = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // cmdCancel // this.cmdCancel.Location = new System.Drawing.Point(306, 352); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size(61, 24); this.cmdCancel.TabIndex = 57; this.cmdCancel.Text = "取消"; this.cmdCancel.UseVisualStyleBackColor = true; this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); // // cmdOK // this.cmdOK.Location = new System.Drawing.Point(239, 352); this.cmdOK.Name = "cmdOK"; this.cmdOK.Size = new System.Drawing.Size(61, 24); this.cmdOK.TabIndex = 56; this.cmdOK.Text = "确定"; this.cmdOK.UseVisualStyleBackColor = true; this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.LbNo); this.groupBox2.Controls.Add(this.LbYes); this.groupBox2.Controls.Add(this.cmdAllRight); this.groupBox2.Controls.Add(this.cmdRight); this.groupBox2.Controls.Add(this.cmdAllLeft); this.groupBox2.Controls.Add(this.cmdLeft); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Location = new System.Drawing.Point(13, 122); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(355, 224); this.groupBox2.TabIndex = 58; this.groupBox2.TabStop = false; this.groupBox2.Text = "用户成员"; // // LbNo // this.LbNo.FormattingEnabled = true; this.LbNo.ItemHeight = 12; this.LbNo.Location = new System.Drawing.Point(211, 34); this.LbNo.Name = "LbNo"; this.LbNo.Size = new System.Drawing.Size(137, 184); this.LbNo.TabIndex = 79; // // LbYes // this.LbYes.FormattingEnabled = true; this.LbYes.ItemHeight = 12; this.LbYes.Location = new System.Drawing.Point(10, 32); this.LbYes.Name = "LbYes"; this.LbYes.Size = new System.Drawing.Size(137, 184); this.LbYes.TabIndex = 78; // // cmdAllRight // this.cmdAllRight.Location = new System.Drawing.Point(160, 167); this.cmdAllRight.Name = "cmdAllRight"; this.cmdAllRight.Size = new System.Drawing.Size(38, 22); this.cmdAllRight.TabIndex = 9; this.cmdAllRight.Text = ">>"; this.cmdAllRight.UseVisualStyleBackColor = true; this.cmdAllRight.Click += new System.EventHandler(this.cmdAllRight_Click); // // cmdRight // this.cmdRight.Location = new System.Drawing.Point(160, 130); this.cmdRight.Name = "cmdRight"; this.cmdRight.Size = new System.Drawing.Size(38, 22); this.cmdRight.TabIndex = 8; this.cmdRight.Text = ">"; this.cmdRight.UseVisualStyleBackColor = true; this.cmdRight.Click += new System.EventHandler(this.cmdRight_Click); // // cmdAllLeft // this.cmdAllLeft.Location = new System.Drawing.Point(160, 93); this.cmdAllLeft.Name = "cmdAllLeft"; this.cmdAllLeft.Size = new System.Drawing.Size(38, 22); this.cmdAllLeft.TabIndex = 7; this.cmdAllLeft.Text = "<<"; this.cmdAllLeft.UseVisualStyleBackColor = true; this.cmdAllLeft.Click += new System.EventHandler(this.cmdAllLeft_Click); // // cmdLeft // this.cmdLeft.Location = new System.Drawing.Point(160, 56); this.cmdLeft.Name = "cmdLeft"; this.cmdLeft.Size = new System.Drawing.Size(38, 22); this.cmdLeft.TabIndex = 6; this.cmdLeft.Text = "<"; this.cmdLeft.UseVisualStyleBackColor = true; this.cmdLeft.Click += new System.EventHandler(this.cmdLeft_Click); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(209, 17); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(77, 12); this.label7.TabIndex = 77; this.label7.Text = "不属于该角色"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(8, 17); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(65, 12); this.label6.TabIndex = 66; this.label6.Text = "属于该角色"; // // groupBox1 // this.groupBox1.Controls.Add(this.cmbHLev); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.lblError); this.groupBox1.Controls.Add(this.txtExplain); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.txtGroup); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(355, 104); this.groupBox1.TabIndex = 55; this.groupBox1.TabStop = false; this.groupBox1.Text = "基本信息"; // // cmbHLev // this.cmbHLev.FormattingEnabled = true; this.cmbHLev.Items.AddRange(new object[] { "5员级", "4主管级", "3部长级", "2副总级", "1总经理级"}); this.cmbHLev.Location = new System.Drawing.Point(78, 48); this.cmbHLev.Name = "cmbHLev"; this.cmbHLev.Size = new System.Drawing.Size(186, 20); this.cmbHLev.TabIndex = 57; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(18, 52); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 54; this.label1.Text = "级 别"; // // lblError // this.lblError.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblError.ForeColor = System.Drawing.Color.Red; this.lblError.Location = new System.Drawing.Point(270, 23); this.lblError.Name = "lblError"; this.lblError.Size = new System.Drawing.Size(70, 16); this.lblError.TabIndex = 52; this.lblError.Text = "* 错误信息"; // // txtExplain // this.txtExplain.Location = new System.Drawing.Point(78, 74); this.txtExplain.Name = "txtExplain"; this.txtExplain.Size = new System.Drawing.Size(262, 21); this.txtExplain.TabIndex = 5; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(18, 78); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(41, 12); this.label5.TabIndex = 51; this.label5.Text = "说 明"; // // txtGroup // this.txtGroup.Location = new System.Drawing.Point(78, 19); this.txtGroup.Name = "txtGroup"; this.txtGroup.Size = new System.Drawing.Size(186, 21); this.txtGroup.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(18, 23); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 22; this.label2.Text = "角色名"; // // Xt_UserGroup // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(380, 384); this.Controls.Add(this.cmdCancel); this.Controls.Add(this.cmdOK); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "Xt_UserGroup"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "新增角色"; this.Load += new System.EventHandler(this.Xt_UserGroup_Load); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button cmdCancel; private System.Windows.Forms.Button cmdOK; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button cmdAllRight; private System.Windows.Forms.Button cmdRight; private System.Windows.Forms.Button cmdAllLeft; private System.Windows.Forms.Button cmdLeft; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label lblError; private System.Windows.Forms.TextBox txtExplain; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtGroup; private System.Windows.Forms.Label label2; private System.Windows.Forms.ListBox LbNo; private System.Windows.Forms.ListBox LbYes; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cmbHLev; } }