| | |
| | | // |
| | | // ckList |
| | | // |
| | | this.ckList.CheckOnClick = true; |
| | | this.ckList.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.ckList.FormattingEnabled = true; |
| | | this.ckList.Location = new System.Drawing.Point(10, 10); |
| | |
| | | this.Name = "UserSelectRole"; |
| | | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
| | | this.Text = "选择角色"; |
| | | this.TopMost = true; |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); |
| | | this.xtraTabControl1.ResumeLayout(false); |
| | | this.xtraTabPage1.ResumeLayout(false); |