00001 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Forms
00002 {
00003 partial class MainForm
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.components = new System.ComponentModel.Container();
00032 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
00033 this.loginPanel = new System.Windows.Forms.Panel();
00034 this.profilesButton = new System.Windows.Forms.Button();
00035 this.useDefaultCredentialsCheckBox = new System.Windows.Forms.CheckBox();
00036 this.hideLoginPanelOnSuccessCheckbox = new System.Windows.Forms.CheckBox();
00037 this.logoffButton = new System.Windows.Forms.Button();
00038 this.loginButton = new System.Windows.Forms.Button();
00039 this.formsCredentialsPanel = new System.Windows.Forms.Panel();
00040 this.passwordTextBox = new System.Windows.Forms.TextBox();
00041 this.passwordLabel = new System.Windows.Forms.Label();
00042 this.userNameTextBox = new System.Windows.Forms.TextBox();
00043 this.userNameLabel = new System.Windows.Forms.Label();
00044 this.projectServerUrlTextBox = new System.Windows.Forms.TextBox();
00045 this.projectServerUrlLabel = new System.Windows.Forms.Label();
00046 this.formsAuthenticationRadioButton = new System.Windows.Forms.RadioButton();
00047 this.windowsAuthenticationRadioButton = new System.Windows.Forms.RadioButton();
00048 this.mainToolStrip = new System.Windows.Forms.ToolStrip();
00049 this.loginToolStripLabel = new System.Windows.Forms.ToolStripLabel();
00050 this.toogleLoginViewToolStripButton = new System.Windows.Forms.ToolStripButton();
00051 this.informationToolStripDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
00052 this.visitPluginGalleryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00053 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
00054 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00055 this.imageList = new System.Windows.Forms.ImageList(this.components);
00056 this.statusStrip = new System.Windows.Forms.StatusStrip();
00057 this.loginInfToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
00058 this.statusToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
00059 this.splitter1 = new System.Windows.Forms.Splitter();
00060 this.loginPanel.SuspendLayout();
00061 this.formsCredentialsPanel.SuspendLayout();
00062 this.mainToolStrip.SuspendLayout();
00063 this.statusStrip.SuspendLayout();
00064 this.SuspendLayout();
00065
00066
00067
00068 this.loginPanel.BackColor = System.Drawing.Color.White;
00069 this.loginPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00070 this.loginPanel.Controls.Add(this.profilesButton);
00071 this.loginPanel.Controls.Add(this.useDefaultCredentialsCheckBox);
00072 this.loginPanel.Controls.Add(this.hideLoginPanelOnSuccessCheckbox);
00073 this.loginPanel.Controls.Add(this.logoffButton);
00074 this.loginPanel.Controls.Add(this.loginButton);
00075 this.loginPanel.Controls.Add(this.formsCredentialsPanel);
00076 this.loginPanel.Controls.Add(this.projectServerUrlTextBox);
00077 this.loginPanel.Controls.Add(this.projectServerUrlLabel);
00078 this.loginPanel.Controls.Add(this.formsAuthenticationRadioButton);
00079 this.loginPanel.Controls.Add(this.windowsAuthenticationRadioButton);
00080 this.loginPanel.Controls.Add(this.mainToolStrip);
00081 this.loginPanel.Dock = System.Windows.Forms.DockStyle.Top;
00082 this.loginPanel.Location = new System.Drawing.Point(0, 0);
00083 this.loginPanel.Name = "loginPanel";
00084 this.loginPanel.Size = new System.Drawing.Size(924, 182);
00085 this.loginPanel.TabIndex = 0;
00086
00087
00088
00089 this.profilesButton.FlatAppearance.BorderSize = 0;
00090 this.profilesButton.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control;
00091 this.profilesButton.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.Control;
00092 this.profilesButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
00093 this.profilesButton.Image = Properties.Resources.user;
00094 this.profilesButton.Location = new System.Drawing.Point(493, 29);
00095 this.profilesButton.Name = "profilesButton";
00096 this.profilesButton.Size = new System.Drawing.Size(25, 23);
00097 this.profilesButton.TabIndex = 10;
00098 this.profilesButton.UseVisualStyleBackColor = true;
00099 this.profilesButton.Click += new System.EventHandler(this.profilesButton_Click);
00100
00101
00102
00103 this.useDefaultCredentialsCheckBox.AutoSize = true;
00104 this.useDefaultCredentialsCheckBox.Checked = true;
00105 this.useDefaultCredentialsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
00106 this.useDefaultCredentialsCheckBox.Location = new System.Drawing.Point(35, 84);
00107 this.useDefaultCredentialsCheckBox.Name = "useDefaultCredentialsCheckBox";
00108 this.useDefaultCredentialsCheckBox.Size = new System.Drawing.Size(137, 17);
00109 this.useDefaultCredentialsCheckBox.TabIndex = 9;
00110 this.useDefaultCredentialsCheckBox.Text = "&Use Default Credentials";
00111 this.useDefaultCredentialsCheckBox.UseVisualStyleBackColor = true;
00112 this.useDefaultCredentialsCheckBox.CheckedChanged += new System.EventHandler(this.useDefaultCredentialsCheckBox_CheckedChanged);
00113
00114
00115
00116 this.hideLoginPanelOnSuccessCheckbox.AutoSize = true;
00117 this.hideLoginPanelOnSuccessCheckbox.Location = new System.Drawing.Point(178, 148);
00118 this.hideLoginPanelOnSuccessCheckbox.Name = "hideLoginPanelOnSuccessCheckbox";
00119 this.hideLoginPanelOnSuccessCheckbox.Size = new System.Drawing.Size(141, 17);
00120 this.hideLoginPanelOnSuccessCheckbox.TabIndex = 8;
00121 this.hideLoginPanelOnSuccessCheckbox.Text = "&Hide on successful login";
00122 this.hideLoginPanelOnSuccessCheckbox.UseVisualStyleBackColor = true;
00123 this.hideLoginPanelOnSuccessCheckbox.CheckedChanged += new System.EventHandler(this.hideLoginPanelOnSuccessCheckbox_CheckedChanged);
00124
00125
00126
00127 this.logoffButton.Enabled = false;
00128 this.logoffButton.Location = new System.Drawing.Point(97, 144);
00129 this.logoffButton.Name = "logoffButton";
00130 this.logoffButton.Size = new System.Drawing.Size(75, 23);
00131 this.logoffButton.TabIndex = 7;
00132 this.logoffButton.Text = "Log &Off";
00133 this.logoffButton.UseVisualStyleBackColor = true;
00134 this.logoffButton.Click += new System.EventHandler(this.logoffButton_Click);
00135
00136
00137
00138 this.loginButton.Enabled = false;
00139 this.loginButton.Location = new System.Drawing.Point(16, 144);
00140 this.loginButton.Name = "loginButton";
00141 this.loginButton.Size = new System.Drawing.Size(75, 23);
00142 this.loginButton.TabIndex = 6;
00143 this.loginButton.Text = "&Log On";
00144 this.loginButton.UseVisualStyleBackColor = true;
00145 this.loginButton.Click += new System.EventHandler(this.loginButton_Click);
00146
00147
00148
00149 this.formsCredentialsPanel.AutoSize = true;
00150 this.formsCredentialsPanel.Controls.Add(this.passwordTextBox);
00151 this.formsCredentialsPanel.Controls.Add(this.passwordLabel);
00152 this.formsCredentialsPanel.Controls.Add(this.userNameTextBox);
00153 this.formsCredentialsPanel.Controls.Add(this.userNameLabel);
00154 this.formsCredentialsPanel.Location = new System.Drawing.Point(199, 62);
00155 this.formsCredentialsPanel.Name = "formsCredentialsPanel";
00156 this.formsCredentialsPanel.Size = new System.Drawing.Size(306, 57);
00157 this.formsCredentialsPanel.TabIndex = 5;
00158
00159
00160
00161 this.passwordTextBox.Location = new System.Drawing.Point(88, 26);
00162 this.passwordTextBox.Name = "passwordTextBox";
00163 this.passwordTextBox.PasswordChar = '*';
00164 this.passwordTextBox.Size = new System.Drawing.Size(202, 20);
00165 this.passwordTextBox.TabIndex = 3;
00166 this.passwordTextBox.TextChanged += new System.EventHandler(this.UpdateLoginUserInterface);
00167 this.passwordTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.credentials_KeyDown);
00168
00169
00170
00171 this.passwordLabel.AutoSize = true;
00172 this.passwordLabel.Location = new System.Drawing.Point(21, 30);
00173 this.passwordLabel.Name = "passwordLabel";
00174 this.passwordLabel.Size = new System.Drawing.Size(53, 13);
00175 this.passwordLabel.TabIndex = 2;
00176 this.passwordLabel.Text = "Password";
00177
00178
00179
00180 this.userNameTextBox.Location = new System.Drawing.Point(88, 0);
00181 this.userNameTextBox.Name = "userNameTextBox";
00182 this.userNameTextBox.Size = new System.Drawing.Size(202, 20);
00183 this.userNameTextBox.TabIndex = 1;
00184 this.userNameTextBox.TextChanged += new System.EventHandler(this.UpdateLoginUserInterface);
00185 this.userNameTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.credentials_KeyDown);
00186
00187
00188
00189 this.userNameLabel.AutoSize = true;
00190 this.userNameLabel.Location = new System.Drawing.Point(21, 4);
00191 this.userNameLabel.Name = "userNameLabel";
00192 this.userNameLabel.Size = new System.Drawing.Size(60, 13);
00193 this.userNameLabel.TabIndex = 0;
00194 this.userNameLabel.Text = "User Name";
00195
00196
00197
00198 this.projectServerUrlTextBox.Location = new System.Drawing.Point(109, 31);
00199 this.projectServerUrlTextBox.Name = "projectServerUrlTextBox";
00200 this.projectServerUrlTextBox.Size = new System.Drawing.Size(381, 20);
00201 this.projectServerUrlTextBox.TabIndex = 4;
00202 this.projectServerUrlTextBox.TextChanged += new System.EventHandler(this.UpdateLoginUserInterface);
00203 this.projectServerUrlTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.credentials_KeyDown);
00204
00205
00206
00207 this.projectServerUrlLabel.AutoSize = true;
00208 this.projectServerUrlLabel.Location = new System.Drawing.Point(12, 35);
00209 this.projectServerUrlLabel.Name = "projectServerUrlLabel";
00210 this.projectServerUrlLabel.Size = new System.Drawing.Size(90, 13);
00211 this.projectServerUrlLabel.TabIndex = 3;
00212 this.projectServerUrlLabel.Text = "Project Server Url";
00213
00214
00215
00216 this.formsAuthenticationRadioButton.AutoSize = true;
00217 this.formsAuthenticationRadioButton.Location = new System.Drawing.Point(15, 106);
00218 this.formsAuthenticationRadioButton.Name = "formsAuthenticationRadioButton";
00219 this.formsAuthenticationRadioButton.Size = new System.Drawing.Size(146, 17);
00220 this.formsAuthenticationRadioButton.TabIndex = 2;
00221 this.formsAuthenticationRadioButton.Text = "Use Forms Authentication";
00222 this.formsAuthenticationRadioButton.UseVisualStyleBackColor = true;
00223 this.formsAuthenticationRadioButton.CheckedChanged += new System.EventHandler(this.UpdateLoginUserInterface);
00224
00225
00226
00227 this.windowsAuthenticationRadioButton.AutoSize = true;
00228 this.windowsAuthenticationRadioButton.Checked = true;
00229 this.windowsAuthenticationRadioButton.Location = new System.Drawing.Point(15, 62);
00230 this.windowsAuthenticationRadioButton.Name = "windowsAuthenticationRadioButton";
00231 this.windowsAuthenticationRadioButton.Size = new System.Drawing.Size(162, 17);
00232 this.windowsAuthenticationRadioButton.TabIndex = 1;
00233 this.windowsAuthenticationRadioButton.TabStop = true;
00234 this.windowsAuthenticationRadioButton.Text = "Use Windows Authentication";
00235 this.windowsAuthenticationRadioButton.UseVisualStyleBackColor = true;
00236 this.windowsAuthenticationRadioButton.CheckedChanged += new System.EventHandler(this.UpdateLoginUserInterface);
00237
00238
00239
00240 this.mainToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
00241 this.mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00242 this.loginToolStripLabel,
00243 this.toogleLoginViewToolStripButton,
00244 this.informationToolStripDropDownButton});
00245 this.mainToolStrip.Location = new System.Drawing.Point(0, 0);
00246 this.mainToolStrip.Name = "mainToolStrip";
00247 this.mainToolStrip.Size = new System.Drawing.Size(922, 25);
00248 this.mainToolStrip.TabIndex = 0;
00249 this.mainToolStrip.Text = "toolStrip1";
00250
00251
00252
00253 this.loginToolStripLabel.Name = "loginToolStripLabel";
00254 this.loginToolStripLabel.Size = new System.Drawing.Size(37, 22);
00255 this.loginToolStripLabel.Text = "Login";
00256
00257
00258
00259 this.toogleLoginViewToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00260 this.toogleLoginViewToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("toogleLoginViewToolStripButton.Image")));
00261 this.toogleLoginViewToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00262 this.toogleLoginViewToolStripButton.Name = "toogleLoginViewToolStripButton";
00263 this.toogleLoginViewToolStripButton.Size = new System.Drawing.Size(23, 22);
00264 this.toogleLoginViewToolStripButton.Text = "toolStripButton1";
00265 this.toogleLoginViewToolStripButton.Click += new System.EventHandler(this.toogleLoginViewToolStripButton_Click);
00266
00267
00268
00269 this.informationToolStripDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00270 this.informationToolStripDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00271 this.visitPluginGalleryToolStripMenuItem,
00272 this.toolStripSeparator1,
00273 this.aboutToolStripMenuItem});
00274 this.informationToolStripDropDownButton.Image = Properties.Resources.information;
00275 this.informationToolStripDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00276 this.informationToolStripDropDownButton.Name = "informationToolStripDropDownButton";
00277 this.informationToolStripDropDownButton.Size = new System.Drawing.Size(29, 22);
00278 this.informationToolStripDropDownButton.Text = "&Information";
00279 this.informationToolStripDropDownButton.Visible = false;
00280
00281
00282
00283 this.visitPluginGalleryToolStripMenuItem.Name = "visitPluginGalleryToolStripMenuItem";
00284 this.visitPluginGalleryToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
00285 this.visitPluginGalleryToolStripMenuItem.Text = "&Visit Plugin Gallery";
00286 this.visitPluginGalleryToolStripMenuItem.Click += new System.EventHandler(this.visitPluginGalleryToolStripMenuItem_Click);
00287
00288
00289
00290 this.toolStripSeparator1.Name = "toolStripSeparator1";
00291 this.toolStripSeparator1.Size = new System.Drawing.Size(169, 6);
00292
00293
00294
00295 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
00296 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
00297 this.aboutToolStripMenuItem.Text = "&About";
00298
00299
00300
00301 this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
00302 this.imageList.TransparentColor = System.Drawing.Color.Transparent;
00303 this.imageList.Images.SetKeyName(0, "arrowDown");
00304 this.imageList.Images.SetKeyName(1, "arrowUp");
00305 this.imageList.Images.SetKeyName(2, "user");
00306 this.imageList.Images.SetKeyName(3, "msProject");
00307 this.imageList.Images.SetKeyName(4, "serverDatabase");
00308 this.imageList.Images.SetKeyName(5, "folderDatabase");
00309 this.imageList.Images.SetKeyName(6, "folderUser");
00310 this.imageList.Images.SetKeyName(7, "applicationFormMagnify");
00311 this.imageList.Images.SetKeyName(8, "applicationForm");
00312 this.imageList.Images.SetKeyName(9, "applicationFormAdd");
00313 this.imageList.Images.SetKeyName(10, "applicationFormDelete");
00314 this.imageList.Images.SetKeyName(11, "applicationFormEdit");
00315 this.imageList.Images.SetKeyName(12, "folderBrick");
00316 this.imageList.Images.SetKeyName(13, "brick");
00317
00318
00319
00320 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00321 this.loginInfToolStripStatusLabel,
00322 this.statusToolStripStatusLabel});
00323 this.statusStrip.Location = new System.Drawing.Point(0, 762);
00324 this.statusStrip.Name = "statusStrip";
00325 this.statusStrip.Size = new System.Drawing.Size(924, 22);
00326 this.statusStrip.TabIndex = 1;
00327 this.statusStrip.Text = "statusStrip1";
00328
00329
00330
00331 this.loginInfToolStripStatusLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
00332 this.loginInfToolStripStatusLabel.ForeColor = System.Drawing.Color.Black;
00333 this.loginInfToolStripStatusLabel.Name = "loginInfToolStripStatusLabel";
00334 this.loginInfToolStripStatusLabel.Size = new System.Drawing.Size(82, 17);
00335 this.loginInfToolStripStatusLabel.Text = "Not logged in";
00336
00337
00338
00339 this.statusToolStripStatusLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
00340 this.statusToolStripStatusLabel.ForeColor = System.Drawing.Color.Black;
00341 this.statusToolStripStatusLabel.Name = "statusToolStripStatusLabel";
00342 this.statusToolStripStatusLabel.Size = new System.Drawing.Size(796, 17);
00343 this.statusToolStripStatusLabel.Spring = true;
00344 this.statusToolStripStatusLabel.Text = "Waiting";
00345 this.statusToolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
00346
00347
00348
00349 this.splitter1.Location = new System.Drawing.Point(0, 182);
00350 this.splitter1.Name = "splitter1";
00351 this.splitter1.Size = new System.Drawing.Size(3, 580);
00352 this.splitter1.TabIndex = 3;
00353 this.splitter1.TabStop = false;
00354
00355
00356
00357 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00358 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00359 this.BackColor = System.Drawing.Color.White;
00360 this.ClientSize = new System.Drawing.Size(924, 784);
00361 this.Controls.Add(this.splitter1);
00362 this.Controls.Add(this.statusStrip);
00363 this.Controls.Add(this.loginPanel);
00364 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00365 this.IsMdiContainer = true;
00366 this.Name = "MainForm";
00367 this.Text = "Microsoft Project mpFx Client";
00368 this.Load += new System.EventHandler(this.mainForm_Load);
00369 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Test_FormClosed);
00370 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Test_FormClosing);
00371 this.loginPanel.ResumeLayout(false);
00372 this.loginPanel.PerformLayout();
00373 this.formsCredentialsPanel.ResumeLayout(false);
00374 this.formsCredentialsPanel.PerformLayout();
00375 this.mainToolStrip.ResumeLayout(false);
00376 this.mainToolStrip.PerformLayout();
00377 this.statusStrip.ResumeLayout(false);
00378 this.statusStrip.PerformLayout();
00379 this.ResumeLayout(false);
00380 this.PerformLayout();
00381
00382 }
00383
00384 #endregion
00385
00386 private System.Windows.Forms.Panel loginPanel;
00387 private System.Windows.Forms.ToolStrip mainToolStrip;
00388 private System.Windows.Forms.ToolStripLabel loginToolStripLabel;
00389 private System.Windows.Forms.ToolStripButton toogleLoginViewToolStripButton;
00390 private System.Windows.Forms.ImageList imageList;
00391 private System.Windows.Forms.Panel formsCredentialsPanel;
00392 private System.Windows.Forms.TextBox passwordTextBox;
00393 private System.Windows.Forms.Label passwordLabel;
00394 private System.Windows.Forms.TextBox userNameTextBox;
00395 private System.Windows.Forms.Label userNameLabel;
00396 private System.Windows.Forms.TextBox projectServerUrlTextBox;
00397 private System.Windows.Forms.Label projectServerUrlLabel;
00398 private System.Windows.Forms.RadioButton formsAuthenticationRadioButton;
00399 private System.Windows.Forms.RadioButton windowsAuthenticationRadioButton;
00400 private System.Windows.Forms.Button logoffButton;
00401 private System.Windows.Forms.Button loginButton;
00402 private System.Windows.Forms.StatusStrip statusStrip;
00403 private System.Windows.Forms.ToolStripStatusLabel loginInfToolStripStatusLabel;
00404 private System.Windows.Forms.ToolStripStatusLabel statusToolStripStatusLabel;
00405 private System.Windows.Forms.CheckBox hideLoginPanelOnSuccessCheckbox;
00406 private System.Windows.Forms.CheckBox useDefaultCredentialsCheckBox;
00407 private System.Windows.Forms.Button profilesButton;
00408 private System.Windows.Forms.Splitter splitter1;
00409 private System.Windows.Forms.ToolStripDropDownButton informationToolStripDropDownButton;
00410 private System.Windows.Forms.ToolStripMenuItem visitPluginGalleryToolStripMenuItem;
00411 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
00412 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
00413 }
00414 }