1 | namespace HeuristicLab.Clients.Access.Views {
|
---|
2 | partial class LightweightUserInformationView {
|
---|
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 Component 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.changePasswordButton = new System.Windows.Forms.Button();
|
---|
27 | this.label3 = new System.Windows.Forms.Label();
|
---|
28 | this.fullNameTextBox = new System.Windows.Forms.TextBox();
|
---|
29 | this.label4 = new System.Windows.Forms.Label();
|
---|
30 | this.label1 = new System.Windows.Forms.Label();
|
---|
31 | this.groupsListBox = new System.Windows.Forms.ListBox();
|
---|
32 | this.rolesListBox = new System.Windows.Forms.ListBox();
|
---|
33 | this.label2 = new System.Windows.Forms.Label();
|
---|
34 | this.userNameTextBox = new System.Windows.Forms.TextBox();
|
---|
35 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
36 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
37 | this.splitContainer.Panel1.SuspendLayout();
|
---|
38 | this.splitContainer.Panel2.SuspendLayout();
|
---|
39 | this.splitContainer.SuspendLayout();
|
---|
40 | this.SuspendLayout();
|
---|
41 | //
|
---|
42 | // changePasswordButton
|
---|
43 | //
|
---|
44 | this.changePasswordButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
45 | this.changePasswordButton.Location = new System.Drawing.Point(316, 209);
|
---|
46 | this.changePasswordButton.Name = "changePasswordButton";
|
---|
47 | this.changePasswordButton.Size = new System.Drawing.Size(112, 23);
|
---|
48 | this.changePasswordButton.TabIndex = 19;
|
---|
49 | this.changePasswordButton.Text = "Change Password";
|
---|
50 | this.changePasswordButton.UseVisualStyleBackColor = true;
|
---|
51 | this.changePasswordButton.Click += new System.EventHandler(this.changePasswordButton_Click);
|
---|
52 | //
|
---|
53 | // label3
|
---|
54 | //
|
---|
55 | this.label3.AutoSize = true;
|
---|
56 | this.label3.Location = new System.Drawing.Point(3, 0);
|
---|
57 | this.label3.Name = "label3";
|
---|
58 | this.label3.Size = new System.Drawing.Size(37, 13);
|
---|
59 | this.label3.TabIndex = 17;
|
---|
60 | this.label3.Text = "Roles:";
|
---|
61 | //
|
---|
62 | // fullNameTextBox
|
---|
63 | //
|
---|
64 | this.fullNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
65 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
66 | this.fullNameTextBox.Location = new System.Drawing.Point(69, 29);
|
---|
67 | this.fullNameTextBox.Name = "fullNameTextBox";
|
---|
68 | this.fullNameTextBox.Size = new System.Drawing.Size(359, 20);
|
---|
69 | this.fullNameTextBox.TabIndex = 16;
|
---|
70 | //
|
---|
71 | // label4
|
---|
72 | //
|
---|
73 | this.label4.AutoSize = true;
|
---|
74 | this.label4.Location = new System.Drawing.Point(3, 0);
|
---|
75 | this.label4.Name = "label4";
|
---|
76 | this.label4.Size = new System.Drawing.Size(44, 13);
|
---|
77 | this.label4.TabIndex = 18;
|
---|
78 | this.label4.Text = "Groups:";
|
---|
79 | //
|
---|
80 | // label1
|
---|
81 | //
|
---|
82 | this.label1.AutoSize = true;
|
---|
83 | this.label1.Location = new System.Drawing.Point(0, 6);
|
---|
84 | this.label1.Name = "label1";
|
---|
85 | this.label1.Size = new System.Drawing.Size(63, 13);
|
---|
86 | this.label1.TabIndex = 11;
|
---|
87 | this.label1.Text = "User Name:";
|
---|
88 | //
|
---|
89 | // groupsListBox
|
---|
90 | //
|
---|
91 | this.groupsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
92 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
93 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
94 | this.groupsListBox.FormattingEnabled = true;
|
---|
95 | this.groupsListBox.Location = new System.Drawing.Point(0, 17);
|
---|
96 | this.groupsListBox.Margin = new System.Windows.Forms.Padding(0);
|
---|
97 | this.groupsListBox.Name = "groupsListBox";
|
---|
98 | this.groupsListBox.Size = new System.Drawing.Size(210, 121);
|
---|
99 | this.groupsListBox.TabIndex = 14;
|
---|
100 | //
|
---|
101 | // rolesListBox
|
---|
102 | //
|
---|
103 | this.rolesListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
104 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
105 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
106 | this.rolesListBox.FormattingEnabled = true;
|
---|
107 | this.rolesListBox.Location = new System.Drawing.Point(0, 17);
|
---|
108 | this.rolesListBox.Margin = new System.Windows.Forms.Padding(0);
|
---|
109 | this.rolesListBox.Name = "rolesListBox";
|
---|
110 | this.rolesListBox.Size = new System.Drawing.Size(211, 121);
|
---|
111 | this.rolesListBox.TabIndex = 13;
|
---|
112 | //
|
---|
113 | // label2
|
---|
114 | //
|
---|
115 | this.label2.AutoSize = true;
|
---|
116 | this.label2.Location = new System.Drawing.Point(0, 32);
|
---|
117 | this.label2.Name = "label2";
|
---|
118 | this.label2.Size = new System.Drawing.Size(57, 13);
|
---|
119 | this.label2.TabIndex = 12;
|
---|
120 | this.label2.Text = "Full Name:";
|
---|
121 | //
|
---|
122 | // userNameTextBox
|
---|
123 | //
|
---|
124 | this.userNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
125 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
126 | this.userNameTextBox.Location = new System.Drawing.Point(69, 3);
|
---|
127 | this.userNameTextBox.Name = "userNameTextBox";
|
---|
128 | this.userNameTextBox.Size = new System.Drawing.Size(359, 20);
|
---|
129 | this.userNameTextBox.TabIndex = 15;
|
---|
130 | //
|
---|
131 | // splitContainer
|
---|
132 | //
|
---|
133 | this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
134 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
135 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
136 | this.splitContainer.Location = new System.Drawing.Point(3, 55);
|
---|
137 | this.splitContainer.Name = "splitContainer";
|
---|
138 | //
|
---|
139 | // splitContainer.Panel1
|
---|
140 | //
|
---|
141 | this.splitContainer.Panel1.Controls.Add(this.rolesListBox);
|
---|
142 | this.splitContainer.Panel1.Controls.Add(this.label3);
|
---|
143 | //
|
---|
144 | // splitContainer.Panel2
|
---|
145 | //
|
---|
146 | this.splitContainer.Panel2.Controls.Add(this.label4);
|
---|
147 | this.splitContainer.Panel2.Controls.Add(this.groupsListBox);
|
---|
148 | this.splitContainer.Size = new System.Drawing.Size(425, 148);
|
---|
149 | this.splitContainer.SplitterDistance = 211;
|
---|
150 | this.splitContainer.TabIndex = 20;
|
---|
151 | //
|
---|
152 | // LightweightUserInformationView
|
---|
153 | //
|
---|
154 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
155 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
156 | this.Controls.Add(this.splitContainer);
|
---|
157 | this.Controls.Add(this.changePasswordButton);
|
---|
158 | this.Controls.Add(this.fullNameTextBox);
|
---|
159 | this.Controls.Add(this.label1);
|
---|
160 | this.Controls.Add(this.label2);
|
---|
161 | this.Controls.Add(this.userNameTextBox);
|
---|
162 | this.Name = "LightweightUserInformationView";
|
---|
163 | this.Size = new System.Drawing.Size(431, 235);
|
---|
164 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
165 | this.splitContainer.Panel1.PerformLayout();
|
---|
166 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
167 | this.splitContainer.Panel2.PerformLayout();
|
---|
168 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
169 | this.splitContainer.ResumeLayout(false);
|
---|
170 | this.ResumeLayout(false);
|
---|
171 | this.PerformLayout();
|
---|
172 |
|
---|
173 | }
|
---|
174 |
|
---|
175 | #endregion
|
---|
176 |
|
---|
177 | private System.Windows.Forms.Button changePasswordButton;
|
---|
178 | private System.Windows.Forms.Label label3;
|
---|
179 | private System.Windows.Forms.TextBox fullNameTextBox;
|
---|
180 | private System.Windows.Forms.Label label4;
|
---|
181 | private System.Windows.Forms.Label label1;
|
---|
182 | private System.Windows.Forms.ListBox groupsListBox;
|
---|
183 | private System.Windows.Forms.ListBox rolesListBox;
|
---|
184 | private System.Windows.Forms.Label label2;
|
---|
185 | private System.Windows.Forms.TextBox userNameTextBox;
|
---|
186 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
187 | }
|
---|
188 | }
|
---|