[8042] | 1 | namespace HeuristicLab.Clients.Access.Administration {
|
---|
| 2 | partial class UserView {
|
---|
| 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.label1 = new System.Windows.Forms.Label();
|
---|
| 27 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 28 | this.userNameTextBox = new System.Windows.Forms.TextBox();
|
---|
| 29 | this.fullNameTextBox = new System.Windows.Forms.TextBox();
|
---|
| 30 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 31 | this.label4 = new System.Windows.Forms.Label();
|
---|
| 32 | this.emailTextBox = new System.Windows.Forms.TextBox();
|
---|
| 33 | this.idTextBox = new System.Windows.Forms.TextBox();
|
---|
| 34 | this.label5 = new System.Windows.Forms.Label();
|
---|
| 35 | this.label6 = new System.Windows.Forms.Label();
|
---|
| 36 | this.lastActivityTextBox = new System.Windows.Forms.TextBox();
|
---|
| 37 | this.lastLoginTextBox = new System.Windows.Forms.TextBox();
|
---|
| 38 | this.resetPasswordButton = new System.Windows.Forms.Button();
|
---|
| 39 | this.refreshableRoleSelectionListView = new HeuristicLab.Clients.Access.Administration.RefreshableRoleSelectionListView();
|
---|
| 40 | this.SuspendLayout();
|
---|
| 41 | //
|
---|
| 42 | // label1
|
---|
| 43 | //
|
---|
| 44 | this.label1.AutoSize = true;
|
---|
| 45 | this.label1.Location = new System.Drawing.Point(3, 6);
|
---|
| 46 | this.label1.Name = "label1";
|
---|
| 47 | this.label1.Size = new System.Drawing.Size(63, 13);
|
---|
| 48 | this.label1.TabIndex = 0;
|
---|
| 49 | this.label1.Text = "User Name:";
|
---|
| 50 | //
|
---|
| 51 | // label2
|
---|
| 52 | //
|
---|
| 53 | this.label2.AutoSize = true;
|
---|
| 54 | this.label2.Location = new System.Drawing.Point(3, 32);
|
---|
| 55 | this.label2.Name = "label2";
|
---|
| 56 | this.label2.Size = new System.Drawing.Size(57, 13);
|
---|
| 57 | this.label2.TabIndex = 1;
|
---|
| 58 | this.label2.Text = "Full Name:";
|
---|
| 59 | //
|
---|
| 60 | // userNameTextBox
|
---|
| 61 | //
|
---|
| 62 | this.userNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 63 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 64 | this.userNameTextBox.Location = new System.Drawing.Point(76, 3);
|
---|
| 65 | this.userNameTextBox.Name = "userNameTextBox";
|
---|
| 66 | this.userNameTextBox.Size = new System.Drawing.Size(746, 20);
|
---|
| 67 | this.userNameTextBox.TabIndex = 2;
|
---|
| 68 | this.userNameTextBox.TextChanged += new System.EventHandler(this.userNameTextBox_TextChanged);
|
---|
| 69 | //
|
---|
| 70 | // fullNameTextBox
|
---|
| 71 | //
|
---|
| 72 | this.fullNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 73 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 74 | this.fullNameTextBox.Location = new System.Drawing.Point(76, 29);
|
---|
| 75 | this.fullNameTextBox.Name = "fullNameTextBox";
|
---|
| 76 | this.fullNameTextBox.Size = new System.Drawing.Size(746, 20);
|
---|
| 77 | this.fullNameTextBox.TabIndex = 3;
|
---|
| 78 | this.fullNameTextBox.TextChanged += new System.EventHandler(this.fullNameTextBox_TextChanged);
|
---|
| 79 | //
|
---|
| 80 | // label3
|
---|
| 81 | //
|
---|
| 82 | this.label3.AutoSize = true;
|
---|
| 83 | this.label3.Location = new System.Drawing.Point(3, 58);
|
---|
| 84 | this.label3.Name = "label3";
|
---|
| 85 | this.label3.Size = new System.Drawing.Size(39, 13);
|
---|
| 86 | this.label3.TabIndex = 4;
|
---|
| 87 | this.label3.Text = "E-Mail:";
|
---|
| 88 | //
|
---|
| 89 | // label4
|
---|
| 90 | //
|
---|
| 91 | this.label4.AutoSize = true;
|
---|
| 92 | this.label4.Location = new System.Drawing.Point(5, 84);
|
---|
| 93 | this.label4.Name = "label4";
|
---|
| 94 | this.label4.Size = new System.Drawing.Size(19, 13);
|
---|
| 95 | this.label4.TabIndex = 5;
|
---|
| 96 | this.label4.Text = "Id:";
|
---|
| 97 | //
|
---|
| 98 | // emailTextBox
|
---|
| 99 | //
|
---|
| 100 | this.emailTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 101 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 102 | this.emailTextBox.Location = new System.Drawing.Point(76, 55);
|
---|
| 103 | this.emailTextBox.Name = "emailTextBox";
|
---|
| 104 | this.emailTextBox.Size = new System.Drawing.Size(746, 20);
|
---|
| 105 | this.emailTextBox.TabIndex = 6;
|
---|
| 106 | this.emailTextBox.TextChanged += new System.EventHandler(this.emailTextBox_TextChanged);
|
---|
| 107 | //
|
---|
| 108 | // idTextBox
|
---|
| 109 | //
|
---|
| 110 | this.idTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 111 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 112 | this.idTextBox.Enabled = false;
|
---|
| 113 | this.idTextBox.Location = new System.Drawing.Point(76, 81);
|
---|
| 114 | this.idTextBox.Name = "idTextBox";
|
---|
| 115 | this.idTextBox.Size = new System.Drawing.Size(746, 20);
|
---|
| 116 | this.idTextBox.TabIndex = 7;
|
---|
| 117 | //
|
---|
| 118 | // label5
|
---|
| 119 | //
|
---|
| 120 | this.label5.AutoSize = true;
|
---|
| 121 | this.label5.Location = new System.Drawing.Point(3, 110);
|
---|
| 122 | this.label5.Name = "label5";
|
---|
| 123 | this.label5.Size = new System.Drawing.Size(67, 13);
|
---|
| 124 | this.label5.TabIndex = 8;
|
---|
| 125 | this.label5.Text = "Last Activity:";
|
---|
| 126 | //
|
---|
| 127 | // label6
|
---|
| 128 | //
|
---|
| 129 | this.label6.AutoSize = true;
|
---|
| 130 | this.label6.Location = new System.Drawing.Point(3, 136);
|
---|
| 131 | this.label6.Name = "label6";
|
---|
| 132 | this.label6.Size = new System.Drawing.Size(59, 13);
|
---|
| 133 | this.label6.TabIndex = 9;
|
---|
| 134 | this.label6.Text = "Last Login:";
|
---|
| 135 | //
|
---|
| 136 | // lastActivityTextBox
|
---|
| 137 | //
|
---|
| 138 | this.lastActivityTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 139 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 140 | this.lastActivityTextBox.Enabled = false;
|
---|
| 141 | this.lastActivityTextBox.Location = new System.Drawing.Point(76, 107);
|
---|
| 142 | this.lastActivityTextBox.Name = "lastActivityTextBox";
|
---|
| 143 | this.lastActivityTextBox.Size = new System.Drawing.Size(746, 20);
|
---|
| 144 | this.lastActivityTextBox.TabIndex = 10;
|
---|
| 145 | //
|
---|
| 146 | // lastLoginTextBox
|
---|
| 147 | //
|
---|
| 148 | this.lastLoginTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 149 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 150 | this.lastLoginTextBox.Enabled = false;
|
---|
| 151 | this.lastLoginTextBox.Location = new System.Drawing.Point(76, 133);
|
---|
| 152 | this.lastLoginTextBox.Name = "lastLoginTextBox";
|
---|
| 153 | this.lastLoginTextBox.Size = new System.Drawing.Size(746, 20);
|
---|
| 154 | this.lastLoginTextBox.TabIndex = 11;
|
---|
| 155 | //
|
---|
| 156 | // resetPasswordButton
|
---|
| 157 | //
|
---|
| 158 | this.resetPasswordButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 159 | this.resetPasswordButton.Location = new System.Drawing.Point(8, 417);
|
---|
| 160 | this.resetPasswordButton.Name = "resetPasswordButton";
|
---|
| 161 | this.resetPasswordButton.Size = new System.Drawing.Size(96, 23);
|
---|
| 162 | this.resetPasswordButton.TabIndex = 12;
|
---|
| 163 | this.resetPasswordButton.Text = "Reset Password";
|
---|
| 164 | this.resetPasswordButton.UseVisualStyleBackColor = true;
|
---|
| 165 | this.resetPasswordButton.Click += new System.EventHandler(this.resetPasswordButton_Click);
|
---|
| 166 | //
|
---|
| 167 | // refreshableRoleSelectionListView
|
---|
| 168 | //
|
---|
| 169 | this.refreshableRoleSelectionListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 170 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 171 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 172 | this.refreshableRoleSelectionListView.Caption = "View";
|
---|
| 173 | this.refreshableRoleSelectionListView.Content = null;
|
---|
| 174 | this.refreshableRoleSelectionListView.CurrentUser = null;
|
---|
| 175 | this.refreshableRoleSelectionListView.Location = new System.Drawing.Point(8, 159);
|
---|
| 176 | this.refreshableRoleSelectionListView.Name = "refreshableRoleSelectionListView";
|
---|
| 177 | this.refreshableRoleSelectionListView.ReadOnly = false;
|
---|
| 178 | this.refreshableRoleSelectionListView.Size = new System.Drawing.Size(814, 252);
|
---|
| 179 | this.refreshableRoleSelectionListView.TabIndex = 13;
|
---|
| 180 | //
|
---|
| 181 | // UserView
|
---|
| 182 | //
|
---|
| 183 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 184 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 185 | this.Controls.Add(this.refreshableRoleSelectionListView);
|
---|
| 186 | this.Controls.Add(this.resetPasswordButton);
|
---|
| 187 | this.Controls.Add(this.lastLoginTextBox);
|
---|
| 188 | this.Controls.Add(this.lastActivityTextBox);
|
---|
| 189 | this.Controls.Add(this.label6);
|
---|
| 190 | this.Controls.Add(this.label5);
|
---|
| 191 | this.Controls.Add(this.idTextBox);
|
---|
| 192 | this.Controls.Add(this.emailTextBox);
|
---|
| 193 | this.Controls.Add(this.label4);
|
---|
| 194 | this.Controls.Add(this.label3);
|
---|
| 195 | this.Controls.Add(this.fullNameTextBox);
|
---|
| 196 | this.Controls.Add(this.userNameTextBox);
|
---|
| 197 | this.Controls.Add(this.label2);
|
---|
| 198 | this.Controls.Add(this.label1);
|
---|
| 199 | this.Name = "UserView";
|
---|
| 200 | this.Size = new System.Drawing.Size(825, 447);
|
---|
| 201 | this.ResumeLayout(false);
|
---|
| 202 | this.PerformLayout();
|
---|
| 203 |
|
---|
| 204 | }
|
---|
| 205 |
|
---|
| 206 | #endregion
|
---|
| 207 |
|
---|
| 208 | private System.Windows.Forms.Label label1;
|
---|
| 209 | private System.Windows.Forms.Label label2;
|
---|
| 210 | private System.Windows.Forms.TextBox userNameTextBox;
|
---|
| 211 | private System.Windows.Forms.TextBox fullNameTextBox;
|
---|
| 212 | private System.Windows.Forms.Label label3;
|
---|
| 213 | private System.Windows.Forms.Label label4;
|
---|
| 214 | private System.Windows.Forms.TextBox emailTextBox;
|
---|
| 215 | private System.Windows.Forms.TextBox idTextBox;
|
---|
| 216 | private System.Windows.Forms.Label label5;
|
---|
| 217 | private System.Windows.Forms.Label label6;
|
---|
| 218 | private System.Windows.Forms.TextBox lastActivityTextBox;
|
---|
| 219 | private System.Windows.Forms.TextBox lastLoginTextBox;
|
---|
| 220 | private System.Windows.Forms.Button resetPasswordButton;
|
---|
| 221 | private RefreshableRoleSelectionListView refreshableRoleSelectionListView;
|
---|
| 222 | }
|
---|
| 223 | }
|
---|