00001 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.PsiExtensionGenerator.Forms
00002 {
00003 partial class OptionsForm
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.okButton = new System.Windows.Forms.Button();
00032 this.SuspendLayout();
00033
00034
00035
00036 this.okButton.Location = new System.Drawing.Point(336, 379);
00037 this.okButton.Name = "okButton";
00038 this.okButton.Size = new System.Drawing.Size(75, 23);
00039 this.okButton.TabIndex = 0;
00040 this.okButton.Text = "&OK";
00041 this.okButton.UseVisualStyleBackColor = true;
00042 this.okButton.Click += new System.EventHandler(this.okButton_Click);
00043
00044
00045
00046 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00047 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00048 this.ClientSize = new System.Drawing.Size(427, 415);
00049 this.Controls.Add(this.okButton);
00050 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
00051 this.MaximizeBox = false;
00052 this.MinimizeBox = false;
00053 this.Name = "OptionsForm";
00054 this.ShowIcon = false;
00055 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
00056 this.Text = "Options";
00057 this.ResumeLayout(false);
00058
00059 }
00060
00061 #endregion
00062
00063 private System.Windows.Forms.Button okButton;
00064 }
00065 }