| | |
| | | namespace HStation.WinFrmUI.Auth.Core._01_Role |
| | | namespace HStation.WinFrmUI.Auth |
| | | { |
| | | partial class AddRoleDlg |
| | | { |
| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | roleFrom1 = new _00_RoleControl.RoleFrom(); |
| | | roleFrom = new RoleInfoCtrl(); |
| | | simpleButtonQueDing = new DevExpress.XtraEditors.SimpleButton(); |
| | | simpleButtonQuXiao = new DevExpress.XtraEditors.SimpleButton(); |
| | | SuspendLayout(); |
| | | // |
| | | // roleFrom1 |
| | | // roleFrom |
| | | // |
| | | roleFrom1.Dock = DockStyle.Top; |
| | | roleFrom1.Location = new Point(0, 0); |
| | | roleFrom1.Name = "roleFrom1"; |
| | | roleFrom1.Size = new Size(597, 144); |
| | | roleFrom1.TabIndex = 0; |
| | | roleFrom.Dock = DockStyle.Top; |
| | | roleFrom.Location = new Point(0, 0); |
| | | roleFrom.Name = "roleFrom"; |
| | | roleFrom.Size = new Size(469, 160); |
| | | roleFrom.TabIndex = 0; |
| | | // |
| | | // simpleButtonQueDing |
| | | // |
| | | simpleButtonQueDing.Location = new Point(313, 150); |
| | | simpleButtonQueDing.Location = new Point(226, 166); |
| | | simpleButtonQueDing.Name = "simpleButtonQueDing"; |
| | | simpleButtonQueDing.Size = new Size(96, 23); |
| | | simpleButtonQueDing.TabIndex = 1; |
| | |
| | | // |
| | | // simpleButtonQuXiao |
| | | // |
| | | simpleButtonQuXiao.Location = new Point(432, 150); |
| | | simpleButtonQuXiao.Location = new Point(345, 166); |
| | | simpleButtonQuXiao.Name = "simpleButtonQuXiao"; |
| | | simpleButtonQuXiao.Size = new Size(100, 23); |
| | | simpleButtonQuXiao.TabIndex = 2; |
| | |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | ClientSize = new Size(597, 194); |
| | | ClientSize = new Size(469, 201); |
| | | Controls.Add(simpleButtonQuXiao); |
| | | Controls.Add(simpleButtonQueDing); |
| | | Controls.Add(roleFrom1); |
| | | Controls.Add(roleFrom); |
| | | MaximizeBox = false; |
| | | Name = "AddRoleDlg"; |
| | | StartPosition = FormStartPosition.CenterScreen; |
| | |
| | | |
| | | #endregion |
| | | |
| | | private _00_RoleControl.RoleFrom roleFrom1; |
| | | private RoleInfoCtrl roleFrom; |
| | | private DevExpress.XtraEditors.SimpleButton simpleButtonQueDing; |
| | | private DevExpress.XtraEditors.SimpleButton simpleButtonQuXiao; |
| | | } |