| | |
| | | // |
| | | // 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); |
| | |
| | | // trv |
| | | // |
| | | this.trv.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.trv.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.trv.Location = new System.Drawing.Point(0, 0); |
| | | this.trv.Name = "trv"; |
| | | this.trv.Size = new System.Drawing.Size(340, 426); |
| | |
| | | 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); |