00001 namespace Mcs.Epm.MicrosoftProject.mpFx.WinForms
00002 {
00003 partial class ProfileForm
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.nameTextBox = new System.Windows.Forms.TextBox();
00033 this.pwaUrlTextBox = new System.Windows.Forms.TextBox();
00034 this.pwaUrlLabel = new System.Windows.Forms.Label();
00035 this.okButton = new System.Windows.Forms.Button();
00036 this.cancelButton = new System.Windows.Forms.Button();
00037 this.SuspendLayout();
00038
00039
00040
00041 this.profileNameLabel.AutoSize = true;
00042 this.profileNameLabel.Location = new System.Drawing.Point(10, 10);
00043 this.profileNameLabel.Name = "profileNameLabel";
00044 this.profileNameLabel.Size = new System.Drawing.Size(67, 13);
00045 this.profileNameLabel.TabIndex = 1;
00046 this.profileNameLabel.Text = "Profile Name";
00047
00048
00049
00050 this.nameTextBox.Location = new System.Drawing.Point(13, 27);
00051 this.nameTextBox.Name = "nameTextBox";
00052 this.nameTextBox.Size = new System.Drawing.Size(369, 20);
00053 this.nameTextBox.TabIndex = 1;
00054
00055
00056
00057 this.pwaUrlTextBox.Location = new System.Drawing.Point(13, 74);
00058 this.pwaUrlTextBox.Name = "pwaUrlTextBox";
00059 this.pwaUrlTextBox.Size = new System.Drawing.Size(369, 20);
00060 this.pwaUrlTextBox.TabIndex = 2;
00061
00062
00063
00064 this.pwaUrlLabel.AutoSize = true;
00065 this.pwaUrlLabel.Location = new System.Drawing.Point(10, 57);
00066 this.pwaUrlLabel.Name = "pwaUrlLabel";
00067 this.pwaUrlLabel.Size = new System.Drawing.Size(129, 13);
00068 this.pwaUrlLabel.TabIndex = 3;
00069 this.pwaUrlLabel.Text = "Project Web Access URL";
00070
00071
00072
00073 this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
00074 this.okButton.Location = new System.Drawing.Point(227, 107);
00075 this.okButton.Name = "okButton";
00076 this.okButton.Size = new System.Drawing.Size(75, 23);
00077 this.okButton.TabIndex = 3;
00078 this.okButton.Text = "&OK";
00079 this.okButton.UseVisualStyleBackColor = true;
00080 this.okButton.Click += new System.EventHandler(this.okButton_Click);
00081
00082
00083
00084 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
00085 this.cancelButton.Location = new System.Drawing.Point(308, 107);
00086 this.cancelButton.Name = "cancelButton";
00087 this.cancelButton.Size = new System.Drawing.Size(75, 23);
00088 this.cancelButton.TabIndex = 4;
00089 this.cancelButton.Text = "&Cancel";
00090 this.cancelButton.UseVisualStyleBackColor = true;
00091
00092
00093
00094 this.AcceptButton = this.okButton;
00095 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00096 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00097 this.CancelButton = this.cancelButton;
00098 this.ClientSize = new System.Drawing.Size(394, 141);
00099 this.Controls.Add(this.okButton);
00100 this.Controls.Add(this.cancelButton);
00101 this.Controls.Add(this.pwaUrlTextBox);
00102 this.Controls.Add(this.pwaUrlLabel);
00103 this.Controls.Add(this.nameTextBox);
00104 this.Controls.Add(this.profileNameLabel);
00105 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
00106 this.MaximizeBox = false;
00107 this.MinimizeBox = false;
00108 this.Name = "ProfileForm";
00109 this.ShowIcon = false;
00110 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
00111 this.Text = "Profile";
00112 this.ResumeLayout(false);
00113 this.PerformLayout();
00114
00115 }
00116
00117 #endregion
00118
00119 private System.Windows.Forms.Label profileNameLabel;
00120 private System.Windows.Forms.TextBox nameTextBox;
00121 private System.Windows.Forms.TextBox pwaUrlTextBox;
00122 private System.Windows.Forms.Label pwaUrlLabel;
00123 private System.Windows.Forms.Button okButton;
00124 private System.Windows.Forms.Button cancelButton;
00125 }
00126 }