00001 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.PluginPlublisher.Forms
00002 {
00003 partial class GalleryLoginForm
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 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GalleryLoginForm));
00032 this.galleryLocationLabel = new System.Windows.Forms.Label();
00033 this.galleryLocationTextBox = new System.Windows.Forms.TextBox();
00034 this.userNameTextBox = new System.Windows.Forms.TextBox();
00035 this.userNameLabel = new System.Windows.Forms.Label();
00036 this.passwordTextBox = new System.Windows.Forms.TextBox();
00037 this.passwordLabel = new System.Windows.Forms.Label();
00038 this.cancelButton = new System.Windows.Forms.Button();
00039 this.okButton = new System.Windows.Forms.Button();
00040 this.SuspendLayout();
00041
00042
00043
00044 this.galleryLocationLabel.AutoSize = true;
00045 this.galleryLocationLabel.Location = new System.Drawing.Point(13, 13);
00046 this.galleryLocationLabel.Name = "galleryLocationLabel";
00047 this.galleryLocationLabel.Size = new System.Drawing.Size(83, 13);
00048 this.galleryLocationLabel.TabIndex = 0;
00049 this.galleryLocationLabel.Text = "Gallery Location";
00050
00051
00052
00053 this.galleryLocationTextBox.Location = new System.Drawing.Point(13, 30);
00054 this.galleryLocationTextBox.Name = "galleryLocationTextBox";
00055 this.galleryLocationTextBox.Size = new System.Drawing.Size(475, 20);
00056 this.galleryLocationTextBox.TabIndex = 1;
00057 this.galleryLocationTextBox.TextChanged += new System.EventHandler(this.galleryLocationTextBox_TextChanged);
00058
00059
00060
00061 this.userNameTextBox.Location = new System.Drawing.Point(13, 75);
00062 this.userNameTextBox.Name = "userNameTextBox";
00063 this.userNameTextBox.Size = new System.Drawing.Size(230, 20);
00064 this.userNameTextBox.TabIndex = 3;
00065 this.userNameTextBox.TextChanged += new System.EventHandler(this.galleryLocationTextBox_TextChanged);
00066
00067
00068
00069 this.userNameLabel.AutoSize = true;
00070 this.userNameLabel.Location = new System.Drawing.Point(13, 58);
00071 this.userNameLabel.Name = "userNameLabel";
00072 this.userNameLabel.Size = new System.Drawing.Size(60, 13);
00073 this.userNameLabel.TabIndex = 2;
00074 this.userNameLabel.Text = "User Name";
00075
00076
00077
00078 this.passwordTextBox.Location = new System.Drawing.Point(258, 75);
00079 this.passwordTextBox.Name = "passwordTextBox";
00080 this.passwordTextBox.Size = new System.Drawing.Size(230, 20);
00081 this.passwordTextBox.TabIndex = 4;
00082 this.passwordTextBox.UseSystemPasswordChar = true;
00083 this.passwordTextBox.TextChanged += new System.EventHandler(this.galleryLocationTextBox_TextChanged);
00084
00085
00086
00087 this.passwordLabel.AutoSize = true;
00088 this.passwordLabel.Location = new System.Drawing.Point(255, 58);
00089 this.passwordLabel.Name = "passwordLabel";
00090 this.passwordLabel.Size = new System.Drawing.Size(53, 13);
00091 this.passwordLabel.TabIndex = 5;
00092 this.passwordLabel.Text = "Password";
00093
00094
00095
00096 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
00097 this.cancelButton.Location = new System.Drawing.Point(412, 109);
00098 this.cancelButton.Name = "cancelButton";
00099 this.cancelButton.Size = new System.Drawing.Size(75, 23);
00100 this.cancelButton.TabIndex = 8;
00101 this.cancelButton.Text = "&Cancel";
00102 this.cancelButton.UseVisualStyleBackColor = true;
00103
00104
00105
00106 this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
00107 this.okButton.Enabled = false;
00108 this.okButton.Location = new System.Drawing.Point(331, 109);
00109 this.okButton.Name = "okButton";
00110 this.okButton.Size = new System.Drawing.Size(75, 23);
00111 this.okButton.TabIndex = 7;
00112 this.okButton.Text = "&OK";
00113 this.okButton.UseVisualStyleBackColor = true;
00114
00115
00116
00117 this.AcceptButton = this.okButton;
00118 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00119 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00120 this.CancelButton = this.cancelButton;
00121 this.ClientSize = new System.Drawing.Size(500, 144);
00122 this.Controls.Add(this.okButton);
00123 this.Controls.Add(this.cancelButton);
00124 this.Controls.Add(this.passwordLabel);
00125 this.Controls.Add(this.passwordTextBox);
00126 this.Controls.Add(this.userNameTextBox);
00127 this.Controls.Add(this.userNameLabel);
00128 this.Controls.Add(this.galleryLocationTextBox);
00129 this.Controls.Add(this.galleryLocationLabel);
00130 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
00131 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00132 this.KeyPreview = true;
00133 this.MaximizeBox = false;
00134 this.MinimizeBox = false;
00135 this.Name = "GalleryLoginForm";
00136 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
00137 this.Text = "Gallery Login";
00138 this.Shown += new System.EventHandler(this.GalleryLoginForm_Shown);
00139 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.GalleryLoginForm_FormClosed);
00140 this.ResumeLayout(false);
00141 this.PerformLayout();
00142
00143 }
00144
00145 #endregion
00146
00147 private System.Windows.Forms.Label galleryLocationLabel;
00148 private System.Windows.Forms.TextBox galleryLocationTextBox;
00149 private System.Windows.Forms.TextBox userNameTextBox;
00150 private System.Windows.Forms.Label userNameLabel;
00151 private System.Windows.Forms.TextBox passwordTextBox;
00152 private System.Windows.Forms.Label passwordLabel;
00153 private System.Windows.Forms.Button cancelButton;
00154 private System.Windows.Forms.Button okButton;
00155 }
00156 }