1 | namespace HeuristicLab.Clients.Access.Administration {
|
---|
2 | partial class UserAdministrationDialog {
|
---|
3 | /// <summary>
|
---|
4 | /// Required designer variable.
|
---|
5 | /// </summary>
|
---|
6 | private System.ComponentModel.IContainer components = null;
|
---|
7 |
|
---|
8 | /// <summary>
|
---|
9 | /// Clean up any resources being used.
|
---|
10 | /// </summary>
|
---|
11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
12 | protected override void Dispose(bool disposing) {
|
---|
13 | if (disposing && (components != null)) {
|
---|
14 | components.Dispose();
|
---|
15 | }
|
---|
16 | base.Dispose(disposing);
|
---|
17 | }
|
---|
18 |
|
---|
19 | #region Windows Form Designer generated code
|
---|
20 |
|
---|
21 | /// <summary>
|
---|
22 | /// Required method for Designer support - do not modify
|
---|
23 | /// the contents of this method with the code editor.
|
---|
24 | /// </summary>
|
---|
25 | private void InitializeComponent() {
|
---|
26 | this.refreshableUserListView = new HeuristicLab.Clients.Access.Administration.RefreshableUserListView();
|
---|
27 | this.mainTabControl = new System.Windows.Forms.TabControl();
|
---|
28 | this.usersTabPage = new System.Windows.Forms.TabPage();
|
---|
29 | this.UserGroupsTabPage = new System.Windows.Forms.TabPage();
|
---|
30 | this.refreshableUserGroupListView = new HeuristicLab.Clients.Access.Administration.RefreshableUserGroupListView();
|
---|
31 | this.rolesTabPage = new System.Windows.Forms.TabPage();
|
---|
32 | this.refreshableRoleListView = new HeuristicLab.Clients.Access.Administration.RefreshableRoleListView();
|
---|
33 | this.mainTabControl.SuspendLayout();
|
---|
34 | this.usersTabPage.SuspendLayout();
|
---|
35 | this.UserGroupsTabPage.SuspendLayout();
|
---|
36 | this.rolesTabPage.SuspendLayout();
|
---|
37 | this.SuspendLayout();
|
---|
38 | //
|
---|
39 | // refreshableUserListView
|
---|
40 | //
|
---|
41 | this.refreshableUserListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
42 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
43 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
44 | this.refreshableUserListView.Caption = "View";
|
---|
45 | this.refreshableUserListView.Content = null;
|
---|
46 | this.refreshableUserListView.Location = new System.Drawing.Point(6, 6);
|
---|
47 | this.refreshableUserListView.Name = "refreshableUserListView";
|
---|
48 | this.refreshableUserListView.ReadOnly = false;
|
---|
49 | this.refreshableUserListView.Size = new System.Drawing.Size(921, 527);
|
---|
50 | this.refreshableUserListView.TabIndex = 0;
|
---|
51 | //
|
---|
52 | // mainTabControl
|
---|
53 | //
|
---|
54 | this.mainTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
55 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
56 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
57 | this.mainTabControl.Controls.Add(this.usersTabPage);
|
---|
58 | this.mainTabControl.Controls.Add(this.UserGroupsTabPage);
|
---|
59 | this.mainTabControl.Controls.Add(this.rolesTabPage);
|
---|
60 | this.mainTabControl.Location = new System.Drawing.Point(12, 12);
|
---|
61 | this.mainTabControl.Name = "mainTabControl";
|
---|
62 | this.mainTabControl.SelectedIndex = 0;
|
---|
63 | this.mainTabControl.Size = new System.Drawing.Size(941, 565);
|
---|
64 | this.mainTabControl.TabIndex = 1;
|
---|
65 | //
|
---|
66 | // usersTabPage
|
---|
67 | //
|
---|
68 | this.usersTabPage.Controls.Add(this.refreshableUserListView);
|
---|
69 | this.usersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
70 | this.usersTabPage.Name = "usersTabPage";
|
---|
71 | this.usersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
72 | this.usersTabPage.Size = new System.Drawing.Size(933, 539);
|
---|
73 | this.usersTabPage.TabIndex = 0;
|
---|
74 | this.usersTabPage.Text = "Users";
|
---|
75 | this.usersTabPage.UseVisualStyleBackColor = true;
|
---|
76 | //
|
---|
77 | // UserGroupsTabPage
|
---|
78 | //
|
---|
79 | this.UserGroupsTabPage.Controls.Add(this.refreshableUserGroupListView);
|
---|
80 | this.UserGroupsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
81 | this.UserGroupsTabPage.Name = "UserGroupsTabPage";
|
---|
82 | this.UserGroupsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
83 | this.UserGroupsTabPage.Size = new System.Drawing.Size(774, 376);
|
---|
84 | this.UserGroupsTabPage.TabIndex = 1;
|
---|
85 | this.UserGroupsTabPage.Text = "Groups";
|
---|
86 | this.UserGroupsTabPage.UseVisualStyleBackColor = true;
|
---|
87 | //
|
---|
88 | // refreshableUserGroupListView
|
---|
89 | //
|
---|
90 | this.refreshableUserGroupListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
91 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
92 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
93 | this.refreshableUserGroupListView.Caption = "View";
|
---|
94 | this.refreshableUserGroupListView.Content = null;
|
---|
95 | this.refreshableUserGroupListView.Location = new System.Drawing.Point(6, 6);
|
---|
96 | this.refreshableUserGroupListView.Name = "refreshableUserGroupListView";
|
---|
97 | this.refreshableUserGroupListView.ReadOnly = false;
|
---|
98 | this.refreshableUserGroupListView.Size = new System.Drawing.Size(762, 364);
|
---|
99 | this.refreshableUserGroupListView.TabIndex = 0;
|
---|
100 | //
|
---|
101 | // rolesTabPage
|
---|
102 | //
|
---|
103 | this.rolesTabPage.Controls.Add(this.refreshableRoleListView);
|
---|
104 | this.rolesTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
105 | this.rolesTabPage.Name = "rolesTabPage";
|
---|
106 | this.rolesTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
107 | this.rolesTabPage.Size = new System.Drawing.Size(774, 376);
|
---|
108 | this.rolesTabPage.TabIndex = 2;
|
---|
109 | this.rolesTabPage.Text = "Roles";
|
---|
110 | this.rolesTabPage.UseVisualStyleBackColor = true;
|
---|
111 | //
|
---|
112 | // refreshableRoleListView
|
---|
113 | //
|
---|
114 | this.refreshableRoleListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
115 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
116 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
117 | this.refreshableRoleListView.Caption = "View";
|
---|
118 | this.refreshableRoleListView.Content = null;
|
---|
119 | this.refreshableRoleListView.Location = new System.Drawing.Point(6, 6);
|
---|
120 | this.refreshableRoleListView.Name = "refreshableRoleListView";
|
---|
121 | this.refreshableRoleListView.ReadOnly = false;
|
---|
122 | this.refreshableRoleListView.Size = new System.Drawing.Size(762, 364);
|
---|
123 | this.refreshableRoleListView.TabIndex = 0;
|
---|
124 | //
|
---|
125 | // UserAdministrationDialog
|
---|
126 | //
|
---|
127 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
128 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
129 | this.ClientSize = new System.Drawing.Size(965, 589);
|
---|
130 | this.Controls.Add(this.mainTabControl);
|
---|
131 | this.MaximizeBox = false;
|
---|
132 | this.MinimizeBox = false;
|
---|
133 | this.Name = "UserAdministrationDialog";
|
---|
134 | this.ShowIcon = false;
|
---|
135 | this.ShowInTaskbar = false;
|
---|
136 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
---|
137 | this.Text = "User Administration";
|
---|
138 | this.Load += new System.EventHandler(this.UserAdministrationDialog_Load);
|
---|
139 | this.mainTabControl.ResumeLayout(false);
|
---|
140 | this.usersTabPage.ResumeLayout(false);
|
---|
141 | this.UserGroupsTabPage.ResumeLayout(false);
|
---|
142 | this.rolesTabPage.ResumeLayout(false);
|
---|
143 | this.ResumeLayout(false);
|
---|
144 |
|
---|
145 | }
|
---|
146 |
|
---|
147 | #endregion
|
---|
148 |
|
---|
149 | private RefreshableUserListView refreshableUserListView;
|
---|
150 | private System.Windows.Forms.TabControl mainTabControl;
|
---|
151 | private System.Windows.Forms.TabPage usersTabPage;
|
---|
152 | private System.Windows.Forms.TabPage UserGroupsTabPage;
|
---|
153 | private RefreshableUserGroupListView refreshableUserGroupListView;
|
---|
154 | private System.Windows.Forms.TabPage rolesTabPage;
|
---|
155 | private RefreshableRoleListView refreshableRoleListView;
|
---|
156 | }
|
---|
157 | } |
---|