[8924] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[14185] | 3 | * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[8924] | 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 |
|
---|
| 22 | namespace HeuristicLab.Clients.Access.Views {
|
---|
[8042] | 23 | partial class ChangePasswordDialog {
|
---|
| 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
| 29 | /// <summary>
|
---|
| 30 | /// Clean up any resources being used.
|
---|
| 31 | /// </summary>
|
---|
| 32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 33 | protected override void Dispose(bool disposing) {
|
---|
| 34 | if (disposing && (components != null)) {
|
---|
| 35 | components.Dispose();
|
---|
| 36 | }
|
---|
| 37 | base.Dispose(disposing);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #region Windows Form Designer generated code
|
---|
| 41 |
|
---|
| 42 | /// <summary>
|
---|
| 43 | /// Required method for Designer support - do not modify
|
---|
| 44 | /// the contents of this method with the code editor.
|
---|
| 45 | /// </summary>
|
---|
| 46 | private void InitializeComponent() {
|
---|
| 47 | this.components = new System.ComponentModel.Container();
|
---|
| 48 | this.oldPasswordTextBox = new System.Windows.Forms.TextBox();
|
---|
| 49 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 50 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 51 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 52 | this.newPasswordTextBox = new System.Windows.Forms.TextBox();
|
---|
| 53 | this.retypedNewPasswordtextBox = new System.Windows.Forms.TextBox();
|
---|
| 54 | this.changePasswordButton = new System.Windows.Forms.Button();
|
---|
| 55 | this.cancelButton = new System.Windows.Forms.Button();
|
---|
| 56 | this.label4 = new System.Windows.Forms.Label();
|
---|
| 57 | this.userNameTextBox = new System.Windows.Forms.TextBox();
|
---|
| 58 | this.savePasswordCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 59 | this.label5 = new System.Windows.Forms.Label();
|
---|
| 60 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
| 61 | this.progressBar = new System.Windows.Forms.ProgressBar();
|
---|
| 62 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 63 | this.SuspendLayout();
|
---|
| 64 | //
|
---|
| 65 | // oldPasswordTextBox
|
---|
| 66 | //
|
---|
| 67 | this.oldPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 68 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 69 | this.oldPasswordTextBox.Location = new System.Drawing.Point(149, 39);
|
---|
| 70 | this.oldPasswordTextBox.Name = "oldPasswordTextBox";
|
---|
| 71 | this.oldPasswordTextBox.PasswordChar = '*';
|
---|
| 72 | this.oldPasswordTextBox.Size = new System.Drawing.Size(232, 20);
|
---|
| 73 | this.oldPasswordTextBox.TabIndex = 0;
|
---|
| 74 | this.oldPasswordTextBox.UseSystemPasswordChar = true;
|
---|
| 75 | this.oldPasswordTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.oldPasswordTextBox_Validating);
|
---|
| 76 | this.oldPasswordTextBox.Validated += new System.EventHandler(this.oldPasswordTextBox_Validated);
|
---|
| 77 | //
|
---|
| 78 | // label1
|
---|
| 79 | //
|
---|
| 80 | this.label1.AutoSize = true;
|
---|
| 81 | this.label1.Location = new System.Drawing.Point(12, 42);
|
---|
| 82 | this.label1.Name = "label1";
|
---|
| 83 | this.label1.Size = new System.Drawing.Size(75, 13);
|
---|
| 84 | this.label1.TabIndex = 1;
|
---|
| 85 | this.label1.Text = "Old Password:";
|
---|
| 86 | //
|
---|
| 87 | // label2
|
---|
| 88 | //
|
---|
| 89 | this.label2.AutoSize = true;
|
---|
| 90 | this.label2.Location = new System.Drawing.Point(12, 68);
|
---|
| 91 | this.label2.Name = "label2";
|
---|
| 92 | this.label2.Size = new System.Drawing.Size(81, 13);
|
---|
| 93 | this.label2.TabIndex = 2;
|
---|
| 94 | this.label2.Text = "New Password:";
|
---|
| 95 | //
|
---|
| 96 | // label3
|
---|
| 97 | //
|
---|
| 98 | this.label3.AutoSize = true;
|
---|
| 99 | this.label3.Location = new System.Drawing.Point(12, 94);
|
---|
| 100 | this.label3.Name = "label3";
|
---|
| 101 | this.label3.Size = new System.Drawing.Size(116, 13);
|
---|
| 102 | this.label3.TabIndex = 3;
|
---|
| 103 | this.label3.Text = "Retype new Password:";
|
---|
| 104 | //
|
---|
| 105 | // newPasswordTextBox
|
---|
| 106 | //
|
---|
| 107 | this.newPasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 108 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 109 | this.newPasswordTextBox.Location = new System.Drawing.Point(149, 65);
|
---|
| 110 | this.newPasswordTextBox.Name = "newPasswordTextBox";
|
---|
| 111 | this.newPasswordTextBox.PasswordChar = '*';
|
---|
| 112 | this.newPasswordTextBox.Size = new System.Drawing.Size(232, 20);
|
---|
| 113 | this.newPasswordTextBox.TabIndex = 4;
|
---|
| 114 | this.newPasswordTextBox.UseSystemPasswordChar = true;
|
---|
| 115 | this.newPasswordTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.newPasswordTextBox_Validating);
|
---|
| 116 | this.newPasswordTextBox.Validated += new System.EventHandler(this.newPasswordTextBox_Validated);
|
---|
| 117 | //
|
---|
| 118 | // retypedNewPasswordtextBox
|
---|
| 119 | //
|
---|
| 120 | this.retypedNewPasswordtextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 121 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 122 | this.retypedNewPasswordtextBox.Location = new System.Drawing.Point(149, 91);
|
---|
| 123 | this.retypedNewPasswordtextBox.Name = "retypedNewPasswordtextBox";
|
---|
| 124 | this.retypedNewPasswordtextBox.PasswordChar = '*';
|
---|
| 125 | this.retypedNewPasswordtextBox.Size = new System.Drawing.Size(232, 20);
|
---|
| 126 | this.retypedNewPasswordtextBox.TabIndex = 5;
|
---|
| 127 | this.retypedNewPasswordtextBox.UseSystemPasswordChar = true;
|
---|
| 128 | this.retypedNewPasswordtextBox.Validating += new System.ComponentModel.CancelEventHandler(this.retypedNewPasswordtextBox_Validating);
|
---|
| 129 | this.retypedNewPasswordtextBox.Validated += new System.EventHandler(this.retypedNewPasswordtextBox_Validated);
|
---|
| 130 | //
|
---|
| 131 | // changePasswordButton
|
---|
| 132 | //
|
---|
| 133 | this.changePasswordButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 134 | this.changePasswordButton.Location = new System.Drawing.Point(192, 127);
|
---|
| 135 | this.changePasswordButton.Name = "changePasswordButton";
|
---|
| 136 | this.changePasswordButton.Size = new System.Drawing.Size(108, 23);
|
---|
| 137 | this.changePasswordButton.TabIndex = 6;
|
---|
| 138 | this.changePasswordButton.Text = "Change Password";
|
---|
| 139 | this.changePasswordButton.UseVisualStyleBackColor = true;
|
---|
| 140 | this.changePasswordButton.Click += new System.EventHandler(this.changePasswordButton_Click);
|
---|
| 141 | //
|
---|
| 142 | // cancelButton
|
---|
| 143 | //
|
---|
| 144 | this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 145 | this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
---|
| 146 | this.cancelButton.Location = new System.Drawing.Point(306, 127);
|
---|
| 147 | this.cancelButton.Name = "cancelButton";
|
---|
| 148 | this.cancelButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 149 | this.cancelButton.TabIndex = 7;
|
---|
| 150 | this.cancelButton.Text = "Cancel";
|
---|
| 151 | this.cancelButton.UseVisualStyleBackColor = true;
|
---|
| 152 | this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
---|
| 153 | //
|
---|
| 154 | // label4
|
---|
| 155 | //
|
---|
| 156 | this.label4.AutoSize = true;
|
---|
| 157 | this.label4.Location = new System.Drawing.Point(12, 16);
|
---|
| 158 | this.label4.Name = "label4";
|
---|
| 159 | this.label4.Size = new System.Drawing.Size(61, 13);
|
---|
| 160 | this.label4.TabIndex = 8;
|
---|
| 161 | this.label4.Text = "User name:";
|
---|
| 162 | //
|
---|
| 163 | // userNameTextBox
|
---|
| 164 | //
|
---|
| 165 | this.userNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 166 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 167 | this.userNameTextBox.Location = new System.Drawing.Point(149, 13);
|
---|
| 168 | this.userNameTextBox.Name = "userNameTextBox";
|
---|
| 169 | this.userNameTextBox.Size = new System.Drawing.Size(232, 20);
|
---|
| 170 | this.userNameTextBox.TabIndex = 9;
|
---|
| 171 | this.userNameTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.userNameTextBox_Validating);
|
---|
| 172 | this.userNameTextBox.Validated += new System.EventHandler(this.userNameTextBox_Validated);
|
---|
| 173 | //
|
---|
| 174 | // savePasswordCheckBox
|
---|
| 175 | //
|
---|
| 176 | this.savePasswordCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 177 | this.savePasswordCheckBox.AutoSize = true;
|
---|
| 178 | this.savePasswordCheckBox.Location = new System.Drawing.Point(149, 132);
|
---|
| 179 | this.savePasswordCheckBox.Name = "savePasswordCheckBox";
|
---|
| 180 | this.savePasswordCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
| 181 | this.savePasswordCheckBox.TabIndex = 10;
|
---|
| 182 | this.savePasswordCheckBox.UseVisualStyleBackColor = true;
|
---|
| 183 | //
|
---|
| 184 | // label5
|
---|
| 185 | //
|
---|
| 186 | this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 187 | this.label5.AutoSize = true;
|
---|
| 188 | this.label5.Location = new System.Drawing.Point(13, 132);
|
---|
| 189 | this.label5.Name = "label5";
|
---|
| 190 | this.label5.Size = new System.Drawing.Size(84, 13);
|
---|
| 191 | this.label5.TabIndex = 11;
|
---|
| 192 | this.label5.Text = "Save Password:";
|
---|
| 193 | //
|
---|
| 194 | // errorProvider
|
---|
| 195 | //
|
---|
| 196 | this.errorProvider.ContainerControl = this;
|
---|
| 197 | //
|
---|
| 198 | // progressBar
|
---|
| 199 | //
|
---|
| 200 | this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 201 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 202 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 203 | this.progressBar.Location = new System.Drawing.Point(119, 60);
|
---|
| 204 | this.progressBar.Name = "progressBar";
|
---|
| 205 | this.progressBar.Size = new System.Drawing.Size(180, 26);
|
---|
| 206 | this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
---|
| 207 | this.progressBar.TabIndex = 12;
|
---|
| 208 | this.progressBar.Visible = false;
|
---|
| 209 | //
|
---|
| 210 | // ChangePasswordDialog
|
---|
| 211 | //
|
---|
| 212 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 213 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 214 | this.CancelButton = this.cancelButton;
|
---|
| 215 | this.ClientSize = new System.Drawing.Size(402, 158);
|
---|
| 216 | this.Controls.Add(this.progressBar);
|
---|
| 217 | this.Controls.Add(this.label5);
|
---|
| 218 | this.Controls.Add(this.savePasswordCheckBox);
|
---|
| 219 | this.Controls.Add(this.userNameTextBox);
|
---|
| 220 | this.Controls.Add(this.label4);
|
---|
| 221 | this.Controls.Add(this.cancelButton);
|
---|
| 222 | this.Controls.Add(this.changePasswordButton);
|
---|
| 223 | this.Controls.Add(this.retypedNewPasswordtextBox);
|
---|
| 224 | this.Controls.Add(this.newPasswordTextBox);
|
---|
| 225 | this.Controls.Add(this.label3);
|
---|
| 226 | this.Controls.Add(this.label2);
|
---|
| 227 | this.Controls.Add(this.label1);
|
---|
| 228 | this.Controls.Add(this.oldPasswordTextBox);
|
---|
| 229 | this.MaximizeBox = false;
|
---|
| 230 | this.MinimizeBox = false;
|
---|
| 231 | this.Name = "ChangePasswordDialog";
|
---|
| 232 | this.ShowIcon = false;
|
---|
| 233 | this.ShowInTaskbar = false;
|
---|
| 234 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
---|
| 235 | this.Text = "Change Password";
|
---|
| 236 | this.Load += new System.EventHandler(this.ChangePasswordDialog_Load);
|
---|
| 237 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 238 | this.ResumeLayout(false);
|
---|
| 239 | this.PerformLayout();
|
---|
| 240 |
|
---|
| 241 | }
|
---|
| 242 |
|
---|
| 243 | #endregion
|
---|
| 244 |
|
---|
| 245 | private System.Windows.Forms.TextBox oldPasswordTextBox;
|
---|
| 246 | private System.Windows.Forms.Label label1;
|
---|
| 247 | private System.Windows.Forms.Label label2;
|
---|
| 248 | private System.Windows.Forms.Label label3;
|
---|
| 249 | private System.Windows.Forms.TextBox newPasswordTextBox;
|
---|
| 250 | private System.Windows.Forms.TextBox retypedNewPasswordtextBox;
|
---|
| 251 | private System.Windows.Forms.Button changePasswordButton;
|
---|
| 252 | private System.Windows.Forms.Button cancelButton;
|
---|
| 253 | private System.Windows.Forms.Label label4;
|
---|
| 254 | private System.Windows.Forms.TextBox userNameTextBox;
|
---|
| 255 | private System.Windows.Forms.CheckBox savePasswordCheckBox;
|
---|
| 256 | private System.Windows.Forms.Label label5;
|
---|
| 257 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
| 258 | private System.Windows.Forms.ProgressBar progressBar;
|
---|
| 259 | }
|
---|
| 260 | } |
---|