00001 namespace Mcs.Epm.MicrosoftProject.mpFx.WinForms
00002 {
00003 partial class CredentialsForm
00004 {
00005
00006
00007
00008 private System.ComponentModel.IContainer components = null;
00009
00010
00011
00012
00013
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Windows Form Designer generated code
00024
00025
00026
00027
00028
00029 private void InitializeComponent()
00030 {
00031 this.profileNameLabel = new System.Windows.Forms.Label();
00032 this.profileList = new System.Windows.Forms.ComboBox();
00033 this.useDefaultCredentialsCheckBox = new System.Windows.Forms.CheckBox();
00034 this.credentialsGroupBox = new System.Windows.Forms.GroupBox();
00035 this.passwordTextBox = new System.Windows.Forms.TextBox();
00036 this.passwordLabel = new System.Windows.Forms.Label();
00037 this.userNameTextBox = new System.Windows.Forms.TextBox();
00038 this.domainUserNameLabel = new System.Windows.Forms.Label();
00039 this.cancelButton = new System.Windows.Forms.Button();
00040 this.okButton = new System.Windows.Forms.Button();
00041 this.addButton = new System.Windows.Forms.Button();
00042 this.deleteButton = new System.Windows.Forms.Button();
00043 this.editButton = new System.Windows.Forms.Button();
00044 this.credentialsGroupBox.SuspendLayout();
00045 this.SuspendLayout();
00046
00047
00048
00049 this.profileNameLabel.AutoSize = true;
00050 this.profileNameLabel.Location = new System.Drawing.Point(10, 10);
00051 this.profileNameLabel.Name = "profileNameLabel";
00052 this.profileNameLabel.Size = new System.Drawing.Size(36, 13);
00053 this.profileNameLabel.TabIndex = 0;
00054 this.profileNameLabel.Text = "Profile";
00055
00056
00057
00058 this.profileList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
00059 this.profileList.FormattingEnabled = true;
00060 this.profileList.Location = new System.Drawing.Point(13, 27);
00061 this.profileList.Name = "profileList";
00062 this.profileList.Size = new System.Drawing.Size(369, 21);
00063 this.profileList.TabIndex = 1;
00064 this.profileList.SelectedIndexChanged += new System.EventHandler(this.profileList_SelectedIndexChanged);
00065
00066
00067
00068 this.useDefaultCredentialsCheckBox.AutoSize = true;
00069 this.useDefaultCredentialsCheckBox.Checked = true;
00070 this.useDefaultCredentialsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
00071 this.useDefaultCredentialsCheckBox.Location = new System.Drawing.Point(13, 55);
00072 this.useDefaultCredentialsCheckBox.Name = "useDefaultCredentialsCheckBox";
00073 this.useDefaultCredentialsCheckBox.Size = new System.Drawing.Size(137, 17);
00074 this.useDefaultCredentialsCheckBox.TabIndex = 2;
00075 this.useDefaultCredentialsCheckBox.Text = "&Use Default Credentials";
00076 this.useDefaultCredentialsCheckBox.UseVisualStyleBackColor = true;
00077 this.useDefaultCredentialsCheckBox.CheckedChanged += new System.EventHandler(this.useDefaultCredentialsCheckBox_CheckedChanged);
00078
00079
00080
00081 this.credentialsGroupBox.Controls.Add(this.passwordTextBox);
00082 this.credentialsGroupBox.Controls.Add(this.passwordLabel);
00083 this.credentialsGroupBox.Controls.Add(this.userNameTextBox);
00084 this.credentialsGroupBox.Controls.Add(this.domainUserNameLabel);
00085 this.credentialsGroupBox.Enabled = false;
00086 this.credentialsGroupBox.Location = new System.Drawing.Point(13, 79);
00087 this.credentialsGroupBox.Name = "credentialsGroupBox";
00088 this.credentialsGroupBox.Size = new System.Drawing.Size(369, 121);
00089 this.credentialsGroupBox.TabIndex = 3;
00090 this.credentialsGroupBox.TabStop = false;
00091 this.credentialsGroupBox.Text = " Credentials ";
00092
00093
00094
00095 this.passwordTextBox.BackColor = System.Drawing.SystemColors.Window;
00096 this.passwordTextBox.Location = new System.Drawing.Point(18, 83);
00097 this.passwordTextBox.Name = "passwordTextBox";
00098 this.passwordTextBox.Size = new System.Drawing.Size(332, 20);
00099 this.passwordTextBox.TabIndex = 3;
00100 this.passwordTextBox.UseSystemPasswordChar = true;
00101
00102
00103
00104 this.passwordLabel.AutoSize = true;
00105 this.passwordLabel.Location = new System.Drawing.Point(15, 67);
00106 this.passwordLabel.Name = "passwordLabel";
00107 this.passwordLabel.Size = new System.Drawing.Size(53, 13);
00108 this.passwordLabel.TabIndex = 2;
00109 this.passwordLabel.Text = "Password";
00110
00111
00112
00113 this.userNameTextBox.BackColor = System.Drawing.SystemColors.Window;
00114 this.userNameTextBox.Location = new System.Drawing.Point(18, 39);
00115 this.userNameTextBox.Name = "userNameTextBox";
00116 this.userNameTextBox.Size = new System.Drawing.Size(332, 20);
00117 this.userNameTextBox.TabIndex = 1;
00118
00119
00120
00121 this.domainUserNameLabel.AutoSize = true;
00122 this.domainUserNameLabel.Location = new System.Drawing.Point(15, 22);
00123 this.domainUserNameLabel.Name = "domainUserNameLabel";
00124 this.domainUserNameLabel.Size = new System.Drawing.Size(227, 13);
00125 this.domainUserNameLabel.TabIndex = 0;
00126 this.domainUserNameLabel.Text = "Domain and User Name (DOMAIN\\UserName)";
00127
00128
00129
00130 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
00131 this.cancelButton.Location = new System.Drawing.Point(307, 213);
00132 this.cancelButton.Name = "cancelButton";
00133 this.cancelButton.Size = new System.Drawing.Size(75, 23);
00134 this.cancelButton.TabIndex = 4;
00135 this.cancelButton.Text = "&Cancel";
00136 this.cancelButton.UseVisualStyleBackColor = true;
00137
00138
00139
00140 this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
00141 this.okButton.Location = new System.Drawing.Point(226, 213);
00142 this.okButton.Name = "okButton";
00143 this.okButton.Size = new System.Drawing.Size(75, 23);
00144 this.okButton.TabIndex = 5;
00145 this.okButton.Text = "&OK";
00146 this.okButton.UseVisualStyleBackColor = true;
00147 this.okButton.Click += new System.EventHandler(this.okButton_Click);
00148
00149
00150
00151 this.addButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.WinForms.Properties.Resources.application_add;
00152 this.addButton.Location = new System.Drawing.Point(289, 54);
00153 this.addButton.Name = "addButton";
00154 this.addButton.Size = new System.Drawing.Size(27, 23);
00155 this.addButton.TabIndex = 6;
00156 this.addButton.UseVisualStyleBackColor = true;
00157 this.addButton.Click += new System.EventHandler(this.addButton_Click);
00158
00159
00160
00161 this.deleteButton.Enabled = false;
00162 this.deleteButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.WinForms.Properties.Resources.application_delete;
00163 this.deleteButton.Location = new System.Drawing.Point(355, 54);
00164 this.deleteButton.Name = "deleteButton";
00165 this.deleteButton.Size = new System.Drawing.Size(27, 23);
00166 this.deleteButton.TabIndex = 7;
00167 this.deleteButton.UseVisualStyleBackColor = true;
00168 this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
00169
00170
00171
00172 this.editButton.Enabled = false;
00173 this.editButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.WinForms.Properties.Resources.application_edit;
00174 this.editButton.Location = new System.Drawing.Point(322, 54);
00175 this.editButton.Name = "editButton";
00176 this.editButton.Size = new System.Drawing.Size(27, 23);
00177 this.editButton.TabIndex = 8;
00178 this.editButton.UseVisualStyleBackColor = true;
00179 this.editButton.Click += new System.EventHandler(this.editButton_Click);
00180
00181
00182
00183 this.AcceptButton = this.okButton;
00184 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00185 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00186 this.CancelButton = this.cancelButton;
00187 this.ClientSize = new System.Drawing.Size(394, 246);
00188 this.Controls.Add(this.editButton);
00189 this.Controls.Add(this.deleteButton);
00190 this.Controls.Add(this.addButton);
00191 this.Controls.Add(this.okButton);
00192 this.Controls.Add(this.cancelButton);
00193 this.Controls.Add(this.credentialsGroupBox);
00194 this.Controls.Add(this.useDefaultCredentialsCheckBox);
00195 this.Controls.Add(this.profileList);
00196 this.Controls.Add(this.profileNameLabel);
00197 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
00198 this.MaximizeBox = false;
00199 this.MinimizeBox = false;
00200 this.Name = "CredentialsForm";
00201 this.ShowIcon = false;
00202 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
00203 this.Text = "Credentials";
00204 this.Load += new System.EventHandler(this.CredentialsForm_Load);
00205 this.credentialsGroupBox.ResumeLayout(false);
00206 this.credentialsGroupBox.PerformLayout();
00207 this.ResumeLayout(false);
00208 this.PerformLayout();
00209
00210 }
00211
00212 #endregion
00213
00214 private System.Windows.Forms.Label profileNameLabel;
00215 private System.Windows.Forms.ComboBox profileList;
00216 private System.Windows.Forms.CheckBox useDefaultCredentialsCheckBox;
00217 private System.Windows.Forms.GroupBox credentialsGroupBox;
00218 private System.Windows.Forms.TextBox passwordTextBox;
00219 private System.Windows.Forms.Label passwordLabel;
00220 private System.Windows.Forms.TextBox userNameTextBox;
00221 private System.Windows.Forms.Label domainUserNameLabel;
00222 private System.Windows.Forms.Button cancelButton;
00223 private System.Windows.Forms.Button okButton;
00224 private System.Windows.Forms.Button addButton;
00225 private System.Windows.Forms.Button deleteButton;
00226 private System.Windows.Forms.Button editButton;
00227 }
00228 }