00001 namespace Mcs.Epm.MicrosoftProject.mpFx.WinForms
00002 {
00003 partial class DeleteProjectForm
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.deleteSharePointSiteCheckBox = new System.Windows.Forms.CheckBox();
00032 this.projectNameLabel = new System.Windows.Forms.Label();
00033 this.projectNameTextBox = new System.Windows.Forms.TextBox();
00034 this.deleteButton = new System.Windows.Forms.Button();
00035 this.deletePublishedCheckBox = new System.Windows.Forms.CheckBox();
00036 this.SuspendLayout();
00037
00038
00039
00040 this.deleteSharePointSiteCheckBox.AutoSize = true;
00041 this.deleteSharePointSiteCheckBox.Location = new System.Drawing.Point(12, 56);
00042 this.deleteSharePointSiteCheckBox.Name = "deleteSharePointSiteCheckBox";
00043 this.deleteSharePointSiteCheckBox.Size = new System.Drawing.Size(133, 17);
00044 this.deleteSharePointSiteCheckBox.TabIndex = 0;
00045 this.deleteSharePointSiteCheckBox.Text = "Delete &SharePoint Site";
00046 this.deleteSharePointSiteCheckBox.UseVisualStyleBackColor = true;
00047
00048
00049
00050 this.projectNameLabel.AutoSize = true;
00051 this.projectNameLabel.Location = new System.Drawing.Point(12, 14);
00052 this.projectNameLabel.Name = "projectNameLabel";
00053 this.projectNameLabel.Size = new System.Drawing.Size(71, 13);
00054 this.projectNameLabel.TabIndex = 1;
00055 this.projectNameLabel.Text = "Project Name";
00056
00057
00058
00059 this.projectNameTextBox.Location = new System.Drawing.Point(12, 30);
00060 this.projectNameTextBox.Name = "projectNameTextBox";
00061 this.projectNameTextBox.ReadOnly = true;
00062 this.projectNameTextBox.Size = new System.Drawing.Size(319, 20);
00063 this.projectNameTextBox.TabIndex = 2;
00064
00065
00066
00067 this.deleteButton.DialogResult = System.Windows.Forms.DialogResult.OK;
00068 this.deleteButton.Location = new System.Drawing.Point(256, 97);
00069 this.deleteButton.Name = "deleteButton";
00070 this.deleteButton.Size = new System.Drawing.Size(75, 23);
00071 this.deleteButton.TabIndex = 3;
00072 this.deleteButton.Text = "&Delete";
00073 this.deleteButton.UseVisualStyleBackColor = true;
00074 this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
00075
00076
00077
00078 this.deletePublishedCheckBox.AutoSize = true;
00079 this.deletePublishedCheckBox.Location = new System.Drawing.Point(12, 80);
00080 this.deletePublishedCheckBox.Name = "deletePublishedCheckBox";
00081 this.deletePublishedCheckBox.Size = new System.Drawing.Size(238, 17);
00082 this.deletePublishedCheckBox.TabIndex = 4;
00083 this.deletePublishedCheckBox.Text = "Delete &Both Working and Published Versions";
00084 this.deletePublishedCheckBox.UseVisualStyleBackColor = true;
00085
00086
00087
00088 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00089 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00090 this.ClientSize = new System.Drawing.Size(347, 130);
00091 this.Controls.Add(this.deletePublishedCheckBox);
00092 this.Controls.Add(this.deleteButton);
00093 this.Controls.Add(this.projectNameTextBox);
00094 this.Controls.Add(this.projectNameLabel);
00095 this.Controls.Add(this.deleteSharePointSiteCheckBox);
00096 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
00097 this.MaximizeBox = false;
00098 this.MinimizeBox = false;
00099 this.Name = "DeleteProjectForm";
00100 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
00101 this.Text = "Delete Project Options";
00102 this.Load += new System.EventHandler(this.DeleteProjectForm_Load);
00103 this.ResumeLayout(false);
00104 this.PerformLayout();
00105
00106 }
00107
00108 #endregion
00109
00110 private System.Windows.Forms.CheckBox deleteSharePointSiteCheckBox;
00111 private System.Windows.Forms.Label projectNameLabel;
00112 private System.Windows.Forms.TextBox projectNameTextBox;
00113 private System.Windows.Forms.Button deleteButton;
00114 private System.Windows.Forms.CheckBox deletePublishedCheckBox;
00115 }
00116 }