[4387] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[17180] | 3 | * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[4387] | 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.Common {
|
---|
| 23 | partial class PasswordDialog {
|
---|
| 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.okButton = new System.Windows.Forms.Button();
|
---|
| 48 | this.cancelButton = new System.Windows.Forms.Button();
|
---|
| 49 | this.usernameLabel = new System.Windows.Forms.Label();
|
---|
| 50 | this.usernameTextBox = new System.Windows.Forms.TextBox();
|
---|
| 51 | this.passwordLabel = new System.Windows.Forms.Label();
|
---|
| 52 | this.passwordTextBox = new System.Windows.Forms.TextBox();
|
---|
| 53 | this.savePasswordCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 54 | this.savePasswordLabel = new System.Windows.Forms.Label();
|
---|
| 55 | this.SuspendLayout();
|
---|
| 56 | //
|
---|
| 57 | // okButton
|
---|
| 58 | //
|
---|
| 59 | this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 60 | this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
---|
| 61 | this.okButton.Location = new System.Drawing.Point(163, 89);
|
---|
| 62 | this.okButton.Name = "okButton";
|
---|
| 63 | this.okButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 64 | this.okButton.TabIndex = 6;
|
---|
| 65 | this.okButton.Text = "&OK";
|
---|
| 66 | this.okButton.UseVisualStyleBackColor = true;
|
---|
| 67 | this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
---|
| 68 | //
|
---|
| 69 | // cancelButton
|
---|
| 70 | //
|
---|
| 71 | this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 72 | this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
---|
| 73 | this.cancelButton.Location = new System.Drawing.Point(244, 89);
|
---|
| 74 | this.cancelButton.Name = "cancelButton";
|
---|
| 75 | this.cancelButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 76 | this.cancelButton.TabIndex = 7;
|
---|
| 77 | this.cancelButton.Text = "&Cancel";
|
---|
| 78 | this.cancelButton.UseVisualStyleBackColor = true;
|
---|
| 79 | //
|
---|
| 80 | // usernameLabel
|
---|
| 81 | //
|
---|
| 82 | this.usernameLabel.AutoSize = true;
|
---|
| 83 | this.usernameLabel.Location = new System.Drawing.Point(12, 15);
|
---|
| 84 | this.usernameLabel.Name = "usernameLabel";
|
---|
| 85 | this.usernameLabel.Size = new System.Drawing.Size(58, 13);
|
---|
| 86 | this.usernameLabel.TabIndex = 0;
|
---|
| 87 | this.usernameLabel.Text = "&Username:";
|
---|
| 88 | //
|
---|
| 89 | // usernameTextBox
|
---|
| 90 | //
|
---|
| 91 | this.usernameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 92 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 93 | this.usernameTextBox.Location = new System.Drawing.Point(102, 12);
|
---|
| 94 | this.usernameTextBox.Name = "usernameTextBox";
|
---|
| 95 | this.usernameTextBox.Size = new System.Drawing.Size(217, 20);
|
---|
| 96 | this.usernameTextBox.TabIndex = 1;
|
---|
| 97 | //
|
---|
| 98 | // passwordLabel
|
---|
| 99 | //
|
---|
| 100 | this.passwordLabel.AutoSize = true;
|
---|
| 101 | this.passwordLabel.Location = new System.Drawing.Point(12, 41);
|
---|
| 102 | this.passwordLabel.Name = "passwordLabel";
|
---|
| 103 | this.passwordLabel.Size = new System.Drawing.Size(56, 13);
|
---|
| 104 | this.passwordLabel.TabIndex = 2;
|
---|
| 105 | this.passwordLabel.Text = "&Password:";
|
---|
| 106 | //
|
---|
| 107 | // passwordTextBox
|
---|
| 108 | //
|
---|
| 109 | this.passwordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 110 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 111 | this.passwordTextBox.Location = new System.Drawing.Point(102, 38);
|
---|
| 112 | this.passwordTextBox.Name = "passwordTextBox";
|
---|
| 113 | this.passwordTextBox.PasswordChar = '*';
|
---|
| 114 | this.passwordTextBox.Size = new System.Drawing.Size(217, 20);
|
---|
| 115 | this.passwordTextBox.TabIndex = 3;
|
---|
| 116 | //
|
---|
| 117 | // savePasswordCheckBox
|
---|
| 118 | //
|
---|
| 119 | this.savePasswordCheckBox.AutoSize = true;
|
---|
| 120 | this.savePasswordCheckBox.Checked = true;
|
---|
| 121 | this.savePasswordCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
| 122 | this.savePasswordCheckBox.Location = new System.Drawing.Point(102, 64);
|
---|
| 123 | this.savePasswordCheckBox.Name = "savePasswordCheckBox";
|
---|
| 124 | this.savePasswordCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
| 125 | this.savePasswordCheckBox.TabIndex = 5;
|
---|
| 126 | this.savePasswordCheckBox.UseVisualStyleBackColor = true;
|
---|
| 127 | //
|
---|
| 128 | // savePasswordLabel
|
---|
| 129 | //
|
---|
| 130 | this.savePasswordLabel.AutoSize = true;
|
---|
| 131 | this.savePasswordLabel.Location = new System.Drawing.Point(12, 64);
|
---|
| 132 | this.savePasswordLabel.Name = "savePasswordLabel";
|
---|
| 133 | this.savePasswordLabel.Size = new System.Drawing.Size(84, 13);
|
---|
| 134 | this.savePasswordLabel.TabIndex = 4;
|
---|
| 135 | this.savePasswordLabel.Text = "&Save Password:";
|
---|
| 136 | //
|
---|
| 137 | // PasswordDialog
|
---|
| 138 | //
|
---|
| 139 | this.AcceptButton = this.okButton;
|
---|
| 140 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 141 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[4387] | 142 | this.CancelButton = this.cancelButton;
|
---|
| 143 | this.ClientSize = new System.Drawing.Size(331, 124);
|
---|
| 144 | this.Controls.Add(this.savePasswordCheckBox);
|
---|
| 145 | this.Controls.Add(this.passwordTextBox);
|
---|
| 146 | this.Controls.Add(this.usernameTextBox);
|
---|
| 147 | this.Controls.Add(this.savePasswordLabel);
|
---|
| 148 | this.Controls.Add(this.passwordLabel);
|
---|
| 149 | this.Controls.Add(this.usernameLabel);
|
---|
| 150 | this.Controls.Add(this.cancelButton);
|
---|
| 151 | this.Controls.Add(this.okButton);
|
---|
| 152 | this.MaximizeBox = false;
|
---|
| 153 | this.MinimizeBox = false;
|
---|
| 154 | this.Name = "PasswordDialog";
|
---|
| 155 | this.ShowIcon = false;
|
---|
| 156 | this.ShowInTaskbar = false;
|
---|
| 157 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
---|
| 158 | this.Text = "Set Username / Password";
|
---|
| 159 | this.Load += new System.EventHandler(this.PasswordDialog_Load);
|
---|
| 160 | this.ResumeLayout(false);
|
---|
| 161 | this.PerformLayout();
|
---|
| 162 |
|
---|
| 163 | }
|
---|
| 164 |
|
---|
| 165 | #endregion
|
---|
| 166 |
|
---|
| 167 | private System.Windows.Forms.Button okButton;
|
---|
| 168 | private System.Windows.Forms.Button cancelButton;
|
---|
| 169 | private System.Windows.Forms.Label usernameLabel;
|
---|
| 170 | private System.Windows.Forms.TextBox usernameTextBox;
|
---|
| 171 | private System.Windows.Forms.Label passwordLabel;
|
---|
| 172 | private System.Windows.Forms.TextBox passwordTextBox;
|
---|
| 173 | private System.Windows.Forms.CheckBox savePasswordCheckBox;
|
---|
| 174 | private System.Windows.Forms.Label savePasswordLabel;
|
---|
| 175 | }
|
---|
| 176 | } |
---|