00001 namespace Mcs.Epm.MicrosoftProject.mpFx.WinForms
00002 {
00003 partial class CheckInProjectForm
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.projectNameLabel = new System.Windows.Forms.Label();
00032 this.projectNameTextBox = new System.Windows.Forms.TextBox();
00033 this.forceCheckInCheckBox = new System.Windows.Forms.CheckBox();
00034 this.okButton = new System.Windows.Forms.Button();
00035 this.cancelButton = new System.Windows.Forms.Button();
00036 this.waitCheckBox = new System.Windows.Forms.CheckBox();
00037 this.SuspendLayout();
00038
00039
00040
00041 this.projectNameLabel.AutoSize = true;
00042 this.projectNameLabel.Location = new System.Drawing.Point(13, 13);
00043 this.projectNameLabel.Name = "projectNameLabel";
00044 this.projectNameLabel.Size = new System.Drawing.Size(71, 13);
00045 this.projectNameLabel.TabIndex = 0;
00046 this.projectNameLabel.Text = "Project Name";
00047
00048
00049
00050 this.projectNameTextBox.Location = new System.Drawing.Point(16, 30);
00051 this.projectNameTextBox.Name = "projectNameTextBox";
00052 this.projectNameTextBox.ReadOnly = true;
00053 this.projectNameTextBox.Size = new System.Drawing.Size(354, 20);
00054 this.projectNameTextBox.TabIndex = 1;
00055
00056
00057
00058 this.forceCheckInCheckBox.AutoSize = true;
00059 this.forceCheckInCheckBox.Location = new System.Drawing.Point(16, 57);
00060 this.forceCheckInCheckBox.Name = "forceCheckInCheckBox";
00061 this.forceCheckInCheckBox.Size = new System.Drawing.Size(53, 17);
00062 this.forceCheckInCheckBox.TabIndex = 2;
00063 this.forceCheckInCheckBox.Text = "&Force";
00064 this.forceCheckInCheckBox.UseVisualStyleBackColor = true;
00065
00066
00067
00068 this.okButton.Location = new System.Drawing.Point(295, 74);
00069 this.okButton.Name = "okButton";
00070 this.okButton.Size = new System.Drawing.Size(75, 23);
00071 this.okButton.TabIndex = 3;
00072 this.okButton.Text = "&OK";
00073 this.okButton.UseVisualStyleBackColor = true;
00074 this.okButton.Click += new System.EventHandler(this.okButton_Click);
00075
00076
00077
00078 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
00079 this.cancelButton.Location = new System.Drawing.Point(214, 74);
00080 this.cancelButton.Name = "cancelButton";
00081 this.cancelButton.Size = new System.Drawing.Size(75, 23);
00082 this.cancelButton.TabIndex = 4;
00083 this.cancelButton.Text = "&Cancel";
00084 this.cancelButton.UseVisualStyleBackColor = true;
00085 this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
00086
00087
00088
00089 this.waitCheckBox.AutoSize = true;
00090 this.waitCheckBox.Location = new System.Drawing.Point(16, 80);
00091 this.waitCheckBox.Name = "waitCheckBox";
00092 this.waitCheckBox.Size = new System.Drawing.Size(48, 17);
00093 this.waitCheckBox.TabIndex = 5;
00094 this.waitCheckBox.Text = "&Wait";
00095 this.waitCheckBox.UseVisualStyleBackColor = true;
00096
00097
00098
00099 this.AcceptButton = this.okButton;
00100 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00101 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00102 this.CancelButton = this.cancelButton;
00103 this.ClientSize = new System.Drawing.Size(382, 108);
00104 this.Controls.Add(this.waitCheckBox);
00105 this.Controls.Add(this.cancelButton);
00106 this.Controls.Add(this.okButton);
00107 this.Controls.Add(this.forceCheckInCheckBox);
00108 this.Controls.Add(this.projectNameTextBox);
00109 this.Controls.Add(this.projectNameLabel);
00110 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
00111 this.MaximizeBox = false;
00112 this.MinimizeBox = false;
00113 this.Name = "CheckInProjectForm";
00114 this.Text = "Check In Project";
00115 this.Load += new System.EventHandler(this.CheckInProjectForm_Load);
00116 this.ResumeLayout(false);
00117 this.PerformLayout();
00118
00119 }
00120
00121 #endregion
00122
00123 private System.Windows.Forms.Label projectNameLabel;
00124 private System.Windows.Forms.TextBox projectNameTextBox;
00125 private System.Windows.Forms.CheckBox forceCheckInCheckBox;
00126 private System.Windows.Forms.Button okButton;
00127 private System.Windows.Forms.Button cancelButton;
00128 private System.Windows.Forms.CheckBox waitCheckBox;
00129 }
00130 }